]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
more work to update the EmbeddedObjects.lyx manual
[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 333
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \pagenumbering{Roman}
111 \let\myTOC\tableofcontents
112 \renewcommand{\tableofcontents}{%
113  \pdfbookmark[1]{Índice general}{}
114  \myTOC
115  \cleardoublepage
116  \pagenumbering{arabic}}
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164
165 % to translate the listing label
166 % para traducir la etiqueta listing
167 \renewcommand{\lstlistingname}{Listado}
168 \end_preamble
169 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
170 \language spanish
171 \inputencoding auto
172 \font_roman default
173 \font_sans default
174 \font_typewriter default
175 \font_default_family default
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180 \graphics default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
185 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pagebackref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \cite_engine basic
204 \use_bibtopic false
205 \paperorientation portrait
206 \secnumdepth 3
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language english
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle default
214 \bullet 1 1 34 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \author "" 
220 \author "" 
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
227  en LyX
228 \end_layout
229
230 \begin_layout Author
231 por el Equipo LyX
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 \noindent
237 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
238  de Documentación de LyX: 
239 \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         display color
705         scale 70
706         clip
707         rotateOrigin center
708
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Esta es la misma imagen pero en modo borrador:
716 \end_layout
717
718 \begin_layout Standard
719 \align center
720 \begin_inset Graphics
721         filename ../clipart/mobius.eps
722         display color
723         scale 70
724         draft
725         rotateOrigin center
726
727 \end_inset
728
729
730 \end_layout
731
732 \begin_layout Section
733 Figuras flotantes
734 \begin_inset CommandInset label
735 LatexCommand label
736 name "sec:Figuras-Flotantes"
737
738 \end_inset
739
740
741 \begin_inset Index
742 status collapsed
743
744 \begin_layout Plain Layout
745 Flotantes ! Figuras
746 \end_layout
747
748 \end_inset
749
750
751 \begin_inset Index
752 status collapsed
753
754 \begin_layout Plain Layout
755 Figuras ! Flotantes
756 \end_layout
757
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Standard
764 Para información general sobre flotantes, echa una ojeada a la sección
765 \begin_inset Space ~
766 \end_inset
767
768
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "sec:IntroducciónFlotantes"
772
773 \end_inset
774
775 .
776 \end_layout
777
778 \begin_layout Standard
779 El botón 
780 \begin_inset Graphics
781         filename ../../images/float-insert_figure.png
782         scale 85
783
784 \end_inset
785
786  y el menú 
787 \family sans
788 Insertar\SpecialChar \menuseparator
789 Flotante\SpecialChar \menuseparator
790 Figura
791 \family default
792  insertan un flotante con la etiqueta 
793 \begin_inset Quotes eld
794 \end_inset
795
796 Figura #:
797 \begin_inset Quotes erd
798 \end_inset
799
800  (# es el número actual).
801  La imagen se puede insertar sobre el título, como en la figura
802 \begin_inset Space ~
803 \end_inset
804
805
806 \begin_inset CommandInset ref
807 LatexCommand ref
808 reference "fig:kill-plat"
809
810 \end_inset
811
812 , o bajo el título, como en la figura
813 \begin_inset Space ~
814 \end_inset
815
816
817 \begin_inset CommandInset ref
818 LatexCommand ref
819 reference "fig:escher"
820
821 \end_inset
822
823 .
824  Más información sobre ubicación de títulos en la sección
825 \begin_inset Space ~
826 \end_inset
827
828
829 \begin_inset CommandInset ref
830 LatexCommand ref
831 reference "sec:Colocación-de-leyendas"
832
833 \end_inset
834
835 .
836 \end_layout
837
838 \begin_layout Standard
839 \begin_inset Float figure
840 wide false
841 sideways false
842 status open
843
844 \begin_layout Plain Layout
845 \align center
846 \begin_inset Graphics
847         filename ../clipart/platypus.eps
848         display color
849         width 50col%
850         rotateOrigin center
851
852 \end_inset
853
854
855 \end_layout
856
857 \begin_layout Plain Layout
858 \begin_inset Caption
859
860 \begin_layout Plain Layout
861 \begin_inset CommandInset label
862 LatexCommand label
863 name "fig:kill-plat"
864
865 \end_inset
866
867 Un platypus muy distorsionado en un flotante.
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \begin_layout Standard
881 \begin_inset Float figure
882 wide false
883 sideways false
884 status open
885
886 \begin_layout Plain Layout
887 \begin_inset Caption
888
889 \begin_layout Plain Layout
890 \begin_inset CommandInset label
891 LatexCommand label
892 name "fig:escher"
893
894 \end_inset
895
896 M.C.
897  Escher en ácido.
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Plain Layout
906 \align center
907 \begin_inset Graphics
908         filename ../clipart/escher-lsd.eps
909         display color
910         scale 80
911         rotateOrigin center
912
913 \end_inset
914
915
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Standard
924 \begin_inset Index
925 status collapsed
926
927 \begin_layout Plain Layout
928 Referencias ! a figuras
929 \end_layout
930
931 \end_inset
932
933 Las figuras
934 \begin_inset Space ~
935 \end_inset
936
937
938 \begin_inset CommandInset ref
939 LatexCommand ref
940 reference "fig:kill-plat"
941
942 \end_inset
943
944  y 
945 \begin_inset CommandInset ref
946 LatexCommand ref
947 reference "fig:escher"
948
949 \end_inset
950
951  son ejemplos de figuras con referencias cruzadas.
952  Las figuras pueden tener referencias cruzadas en el documento mediante
953  referencia a su etiqueta.
954  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
955 \family sans
956 Insertar\SpecialChar \menuseparator
957 Etiqueta
958 \family default
959  o el botón 
960 \begin_inset Graphics
961         filename ../../images/label-insert.png
962         scale 85
963
964 \end_inset
965
966 .
967  Ahora puedes referirte a la etiqueta usando el menú 
968 \family sans
969 Insertar\SpecialChar \menuseparator
970 Referencia
971 \begin_inset Space ~
972 \end_inset
973
974 cruzada
975 \family default
976  o el botón 
977 \begin_inset Graphics
978         filename ../../images/dialog-show-new-inset_ref.png
979         scale 85
980
981 \end_inset
982
983 .
984  Es importante emplear referencias a flotantes, mejor que alusiones vagas
985  como 
986 \begin_inset Quotes eld
987 \end_inset
988
989 la figura de arriba
990 \begin_inset Quotes erd
991 \end_inset
992
993 , porque como LaTeX recolocará los flotantes en el documento final, podría
994  no quedar 
995 \begin_inset Quotes eld
996 \end_inset
997
998 arriba
999 \begin_inset Quotes erd
1000 \end_inset
1001
1002  precisamente.
1003 \begin_inset Newline newline
1004 \end_inset
1005
1006 Las referencias se explican con detalle en la sección
1007 \begin_inset Space ~
1008 \end_inset
1009
1010
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "sec:Referencias-a-Flotantes"
1014
1015 \end_inset
1016
1017 .
1018 \end_layout
1019
1020 \begin_layout Standard
1021 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1022  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
1023  Esto es posible mediante la solapa 
1024 \family sans
1025 Opciones
1026 \begin_inset Space ~
1027 \end_inset
1028
1029 extra
1030 \family default
1031  del diálogo gráficos.
1032  Elige la opción 
1033 \family sans
1034 Subfigura
1035 \family default
1036  e introduce el subtítulo en la casilla 
1037 \family sans
1038 Descripción
1039 \family default
1040 .
1041  Ten en cuenta que sólo el título principal  del flotante se añade a la
1042  Lista de Figuras.
1043 \begin_inset Newline newline
1044 \end_inset
1045
1046 Las referencias a las subfiguras se explican en la sección
1047 \begin_inset Space ~
1048 \end_inset
1049
1050
1051 \begin_inset CommandInset ref
1052 LatexCommand ref
1053 reference "sub:Referencias-a-Subfiguras"
1054
1055 \end_inset
1056
1057 .
1058 \end_layout
1059
1060 \begin_layout Standard
1061 La figura
1062 \begin_inset Space ~
1063 \end_inset
1064
1065
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "fig:Dos-imágenes-distorsionadas"
1069
1070 \end_inset
1071
1072  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1073  También se pueden poner una sobre otra.
1074 \end_layout
1075
1076 \begin_layout Standard
1077 \begin_inset Float figure
1078 wide false
1079 sideways false
1080 status collapsed
1081
1082 \begin_layout Plain Layout
1083 \begin_inset Space \hfill{}
1084 \end_inset
1085
1086
1087 \begin_inset Float figure
1088 wide false
1089 sideways false
1090 status open
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Caption
1094
1095 \begin_layout Plain Layout
1096 Estructura indefinible
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Graphics
1106         filename ../clipart/escher-lsd.eps
1107         width 45col%
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \begin_inset Space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status open
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130
1131 \end_layout
1132
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Graphics
1140         filename ../clipart/platypus.eps
1141         lyxscale 60
1142         width 45col%
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \begin_inset Space \hfill{}
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \begin_layout Plain Layout
1159 \begin_inset Caption
1160
1161 \begin_layout Plain Layout
1162 \begin_inset CommandInset label
1163 LatexCommand label
1164 name "fig:Dos-imágenes-distorsionadas"
1165
1166 \end_inset
1167
1168 Dos imágenes distorsionadas.
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \begin_layout Section
1182 Formatos de imagen
1183 \begin_inset CommandInset label
1184 LatexCommand label
1185 name "sec:Formatos-de-imagen"
1186
1187 \end_inset
1188
1189
1190 \begin_inset Index
1191 status collapsed
1192
1193 \begin_layout Plain Layout
1194 Formatos de imagen
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset Index
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204 Figuras ! Formatos de imagen
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \begin_layout Standard
1213 Puedes insertar imágenes en cualquier formato.
1214  Pero como se explica en el apéndice
1215 \begin_inset Space ~
1216 \end_inset
1217
1218
1219 \begin_inset CommandInset ref
1220 LatexCommand ref
1221 reference "cha:Formatos-de-Archivos-de-Salida"
1222
1223 \end_inset
1224
1225 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1226  de archivo de imagen.
1227  Por eso LyX usa el programa 
1228 \family sans
1229 Imagemagick
1230 \family default
1231  en segundo plano para convertir imágenes al formato adecuado.
1232  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1233  los formatos de imagen admitidos en el formato de archivo de salida.
1234  Los formatos de salida se explican en el apéndice
1235 \begin_inset Space ~
1236 \end_inset
1237
1238
1239 \begin_inset CommandInset ref
1240 LatexCommand ref
1241 reference "cha:Formatos-de-Archivos-de-Salida"
1242
1243 \end_inset
1244
1245 .
1246 \end_layout
1247
1248 \begin_layout Standard
1249 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1250 \end_layout
1251
1252 \begin_layout Description
1253 Imágenes
1254 \begin_inset Space ~
1255 \end_inset
1256
1257 mapa
1258 \begin_inset Space ~
1259 \end_inset
1260
1261 de
1262 \begin_inset Space ~
1263 \end_inset
1264
1265 bits
1266 \begin_inset Space ~
1267 \end_inset
1268
1269 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1270  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1271  de zoom.
1272  Formatos de imágenes en bitmap bien conocidos son 
1273 \begin_inset Quotes eld
1274 \end_inset
1275
1276 Graphics Interchange Format
1277 \begin_inset Quotes erd
1278 \end_inset
1279
1280  (GIF, extensión 
1281 \begin_inset Quotes eld
1282 \end_inset
1283
1284 .gif
1285 \begin_inset Quotes erd
1286 \end_inset
1287
1288 )
1289 \begin_inset Index
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293 GIF|see
1294 \begin_inset ERT
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298
1299 {
1300 \end_layout
1301
1302 \end_inset
1303
1304 Formatos de imagen
1305 \begin_inset ERT
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309
1310 }
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \begin_inset Quotes eld
1322 \end_inset
1323
1324 Portable Network Graphics
1325 \begin_inset Quotes erd
1326 \end_inset
1327
1328  (PNG, extensión 
1329 \begin_inset Quotes eld
1330 \end_inset
1331
1332 .png
1333 \begin_inset Quotes erd
1334 \end_inset
1335
1336 )
1337 \begin_inset Index
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 PNG|see
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 {
1348 \end_layout
1349
1350 \end_inset
1351
1352 Formatos de imagen
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 }
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \end_inset
1367
1368 , y 
1369 \begin_inset Quotes eld
1370 \end_inset
1371
1372 Joint Photographic Experts Group
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376  (JPG, extensión 
1377 \begin_inset Quotes eld
1378 \end_inset
1379
1380 .jpg
1381 \begin_inset Quotes erd
1382 \end_inset
1383
1384  o 
1385 \begin_inset Quotes eld
1386 \end_inset
1387
1388 .jpeg
1389 \begin_inset Quotes erd
1390 \end_inset
1391
1392 )
1393 \begin_inset Index
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 JPG|see
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 {
1404 \end_layout
1405
1406 \end_inset
1407
1408 Formatos de imagen
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 }
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \end_inset
1423
1424 .
1425 \end_layout
1426
1427 \begin_layout Description
1428 Imágenes
1429 \begin_inset Space ~
1430 \end_inset
1431
1432 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1433 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1434  La posibilidad de escalado hace falta para crear presentaciones, porque
1435  éstas siempre son escaladas por el proyector.
1436  El escalado también es útil en los documentos en línea para permitir el
1437  zoom en diagramas.
1438 \begin_inset Newline newline
1439 \end_inset
1440
1441 Formatos de imagen escalables pueden ser 
1442 \begin_inset Quotes eld
1443 \end_inset
1444
1445 Scalable Vector Graphics
1446 \begin_inset Quotes erd
1447 \end_inset
1448
1449  (SVG, extensión 
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453 .svg
1454 \begin_inset Quotes erd
1455 \end_inset
1456
1457 )
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 SVG|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Formatos de imagen
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \begin_inset Quotes eld
1491 \end_inset
1492
1493 Encapsulated PostScript
1494 \begin_inset Quotes erd
1495 \end_inset
1496
1497  (EPS, extensión 
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 .eps
1502 \begin_inset Quotes erd
1503 \end_inset
1504
1505 )
1506 \begin_inset Index
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510 EPS|see
1511 \begin_inset ERT
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515
1516 {
1517 \end_layout
1518
1519 \end_inset
1520
1521 Formatos de imagen
1522 \begin_inset ERT
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526
1527 }
1528 \end_layout
1529
1530 \end_inset
1531
1532
1533 \end_layout
1534
1535 \end_inset
1536
1537
1538 \begin_inset Quotes eld
1539 \end_inset
1540
1541 Portable Document Format
1542 \begin_inset Quotes erd
1543 \end_inset
1544
1545  (PDF, extensión 
1546 \begin_inset Quotes eld
1547 \end_inset
1548
1549 .pdf
1550 \begin_inset Quotes erd
1551 \end_inset
1552
1553 )
1554 \begin_inset Index
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 PDF|see
1559 \begin_inset ERT
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563
1564 {
1565 \end_layout
1566
1567 \end_inset
1568
1569 Formatos de imagen
1570 \begin_inset ERT
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574
1575 }
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584
1585 , y 
1586 \begin_inset Quotes eld
1587 \end_inset
1588
1589 Windows Metafile
1590 \begin_inset Quotes erd
1591 \end_inset
1592
1593  (WMF, extensión 
1594 \begin_inset Quotes eld
1595 \end_inset
1596
1597 .wmf
1598 \begin_inset Quotes erd
1599 \end_inset
1600
1601 )
1602 \begin_inset Index
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606 WMF|see
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612 {
1613 \end_layout
1614
1615 \end_inset
1616
1617 Formatos de imagen
1618 \begin_inset ERT
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622
1623 }
1624 \end_layout
1625
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \end_inset
1632
1633 .
1634  Escribimos 
1635 \begin_inset Quotes eld
1636 \end_inset
1637
1638 pueden ser
1639 \begin_inset Quotes erd
1640 \end_inset
1641
1642 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1643  será todavía una imagen bitmap.
1644  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1645  a la imagen original
1646 \begin_inset Foot
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 En el caso de PDF, además se comprime la imagen original.
1651 \end_layout
1652
1653 \end_inset
1654
1655 .
1656  Por ejemplo, los archivos PDF generados por 
1657 \family sans
1658 Adobe Photoshop
1659 \family default
1660  son imágenes bitmap.
1661 \end_layout
1662
1663 \begin_layout Standard
1664 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1665  viceversa.
1666  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1667  archivos de salida PDF y PostScript, respectivamente.
1668  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1669  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1670 \begin_inset Formula $\to$
1671 \end_inset
1672
1673  PDF/EPS.
1674 \end_layout
1675
1676 \begin_layout Chapter
1677 Tablas
1678 \begin_inset CommandInset label
1679 LatexCommand label
1680 name "cha:Tablas"
1681
1682 \end_inset
1683
1684
1685 \begin_inset Index
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Tablas
1690 \end_layout
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Section
1698 Introducción
1699 \begin_inset Index
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 Tablas ! Introducción
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \end_layout
1710
1711 \begin_layout Standard
1712 Puede insertarse una tabla mediante el botón
1713 \begin_inset Graphics
1714         filename ../../images/tabular-insert.png
1715         scale 85
1716
1717 \end_inset
1718
1719  o el menú 
1720 \family sans
1721 Insertar\SpecialChar \menuseparator
1722 Tabla
1723 \family default
1724 .
1725  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1726  el número de filas y de columnas de la tabla.
1727  Si usas el menú aparece un diálogo en el que se pide el número de filas
1728  y columnas.
1729  
1730 \begin_inset Newline newline
1731 \end_inset
1732
1733 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1734  fila aparece separada por una línea doble: la línea inferior de la primera
1735  fila y la línea superior de la segunda fila.
1736  Ejemplo de tabla:
1737 \end_layout
1738
1739 \begin_layout Standard
1740 \align center
1741 \begin_inset Tabular
1742 <lyxtabular version="3" rows="4" columns="4">
1743 <features>
1744 <column alignment="center" valignment="top" width="0">
1745 <column alignment="center" valignment="top" width="0pt">
1746 <column alignment="center" valignment="top" width="0in">
1747 <column alignment="center" valignment="top" width="0pt">
1748 <row>
1749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \family roman
1764 \series medium
1765 \shape up
1766 \size normal
1767 \emph off
1768 \bar no
1769 \noun off
1770 \color none
1771 1
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780 2
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789 3
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 </row>
1795 <row>
1796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800
1801 \family roman
1802 \series medium
1803 \shape up
1804 \size normal
1805 \emph off
1806 \bar no
1807 \noun off
1808 \color none
1809 A
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \family roman
1849 \series medium
1850 \shape up
1851 \size normal
1852 \emph off
1853 \bar no
1854 \noun off
1855 \color none
1856 B
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \size normal
1876 \noun off
1877 \color none
1878  
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \family roman
1900 \series medium
1901 \shape up
1902 \size normal
1903 \emph off
1904 \bar no
1905 \noun off
1906 \color none
1907 C
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 </row>
1940 </lyxtabular>
1941
1942 \end_inset
1943
1944
1945 \end_layout
1946
1947 \begin_layout Section
1948 Diálogo de tablas
1949 \begin_inset Index
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953 Tablas ! Diálogo
1954 \end_layout
1955
1956 \end_inset
1957
1958
1959 \end_layout
1960
1961 \begin_layout Standard
1962 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1963  pinchar sobre ella con el botón derecho del ratón.
1964  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1965  encuentra el cursor.
1966  La mayoría de opciones también trabajan sobre una selección de celdas,
1967  de filas o de columnas.
1968  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1969  su 
1970 \emph on
1971 contenido
1972 \emph default
1973 .
1974  En el cuadro de diálogo aparecen las siguientes solapas:
1975 \end_layout
1976
1977 \begin_layout Description
1978
1979 \family sans
1980 Configuración
1981 \begin_inset Space ~
1982 \end_inset
1983
1984 de
1985 \begin_inset Space ~
1986 \end_inset
1987
1988 la
1989 \begin_inset Space ~
1990 \end_inset
1991
1992 tabla
1993 \family default
1994  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1995  actual.
1996  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1997  Una anchura determinada permite tener saltos de línea y distintos párrafos
1998  de texto, ver sección 
1999 \begin_inset Space ~
2000 \end_inset
2001
2002
2003 \begin_inset CommandInset ref
2004 LatexCommand ref
2005 reference "sub:Líneas-Múltiples-en"
2006
2007 \end_inset
2008
2009 .
2010  Si no estableces anchura, la columna será tan ancha como el contenido de
2011  la celda más ancha.
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
2016  ver sección
2017 \begin_inset Space ~
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sub:Multicolumnas"
2024
2025 \end_inset
2026
2027 .
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2032  90º en el sentido de las agujas del reloj.
2033  La rotación no se ve en LyX, sí en la salida.
2034 \begin_inset Newline newline
2035 \end_inset
2036
2037
2038 \begin_inset Note Greyedout
2039 status open
2040
2041 \begin_layout Plain Layout
2042
2043 \series bold
2044 Nota:
2045 \series default
2046  no todos los visores DVI pueden mostrar rotaciones.
2047 \end_layout
2048
2049 \end_inset
2050
2051
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055 También es posible introducir argumentos LaTeX necesarios para formatos
2056  especiales, ver sección
2057 \begin_inset Space ~
2058 \end_inset
2059
2060
2061 \begin_inset CommandInset ref
2062 LatexCommand ref
2063 reference "sub:Cálculos-en-Multicolumnas"
2064
2065 \end_inset
2066
2067  y 
2068 \begin_inset CommandInset ref
2069 LatexCommand ref
2070 reference "sec:Tablas-Coloreadas"
2071
2072 \end_inset
2073
2074 .
2075 \end_layout
2076
2077 \begin_layout Description
2078
2079 \family sans
2080 Bordes
2081 \family default
2082  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2083 \end_layout
2084
2085 \begin_layout Description
2086
2087 \family sans
2088 Tabla
2089 \begin_inset Space ~
2090 \end_inset
2091
2092 larga
2093 \family default
2094  Para hacer 
2095 \emph on
2096 tablas largas
2097 \emph default
2098  que pueden extenderse por varias páginas.
2099  La sección
2100 \begin_inset Space ~
2101 \end_inset
2102
2103
2104 \begin_inset CommandInset ref
2105 LatexCommand ref
2106 reference "sec:Tablas-Largas"
2107
2108 \end_inset
2109
2110  describe su uso en detalle.
2111 \end_layout
2112
2113 \begin_layout Standard
2114 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2115  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2116  aparecerá inmediatamente en el diálogo.
2117 \end_layout
2118
2119 \begin_layout Section
2120 Barra de herramientas de tabla
2121 \begin_inset Index
2122 status collapsed
2123
2124 \begin_layout Plain Layout
2125 Tablas ! Barra de herramientas
2126 \end_layout
2127
2128 \end_inset
2129
2130
2131 \end_layout
2132
2133 \begin_layout Standard
2134 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2135  para cambiar las tablas de manera más rápida.
2136  Normalmente debería aparecer en la parte inferior de la ventana principal
2137  de LyX cuando el cursor está dentro de una tabla.
2138  En cualquier momento se puede presentar esta barra pinchando con el botón
2139  derecho del ratón en cualquier punto de la barra principal de menú.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 La barra de herramientas tiene los siguientes iconos:
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148 \begin_inset Graphics
2149         filename ../../images/tabular-feature_append-row.png
2150
2151 \end_inset
2152
2153  añade una fila bajo la celda actual o selección
2154 \end_layout
2155
2156 \begin_layout Labeling
2157 \labelwidthstring 00.00.0000
2158 \begin_inset Graphics
2159         filename ../../images/tabular-feature_append-column.png
2160
2161 \end_inset
2162
2163  añade una columna a la derecha de la celda actual o selección
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Graphics
2169         filename ../../images/tabular-feature_delete-row.png
2170
2171 \end_inset
2172
2173  borra la fila actual o selección
2174 \end_layout
2175
2176 \begin_layout Labeling
2177 \labelwidthstring 00.00.0000
2178 \begin_inset Graphics
2179         filename ../../images/tabular-feature_delete-column.png
2180
2181 \end_inset
2182
2183  borra la columna actual o selección
2184 \end_layout
2185
2186 \begin_layout Labeling
2187 \labelwidthstring 00.00.0000
2188 \begin_inset Graphics
2189         filename ../../images/tabular-feature_toggle-line-top.png
2190
2191 \end_inset
2192
2193  añade una línea sobre la celda/fila actual o la selección
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Graphics
2199         filename ../../images/tabular-feature_toggle-line-bottom.png
2200
2201 \end_inset
2202
2203  añade una línea bajo la celda/fila actual o la selección
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208 \begin_inset Graphics
2209         filename ../../images/tabular-feature_toggle-line-left.png
2210
2211 \end_inset
2212
2213  añade una línea a la izquierda de la celda/fila actual o la selección
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../../images/tabular-feature_toggle-line-right.png
2220
2221 \end_inset
2222
2223  añade una línea a la derecha de la celda/fila actual o la selección
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Graphics
2229         filename ../../images/tabular-feature_set-all-lines.png
2230
2231 \end_inset
2232
2233  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2234  actual no es multicolumna esto afecta también a la fila y a la columna)
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239 \begin_inset Graphics
2240         filename ../../images/tabular-feature_unset-all-lines.png
2241
2242 \end_inset
2243
2244  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2245  actual no es multicolumna esto afecta también a la fila y a la columna)
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../../images/tabular-feature_align-left.png
2252
2253 \end_inset
2254
2255  alinea a la izquierda el contenido de la celda/columna
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260 \begin_inset Graphics
2261         filename ../../images/tabular-feature_align-center.png
2262
2263 \end_inset
2264
2265  centra el contenido de la celda/columna horizontalmente
2266 \end_layout
2267
2268 \begin_layout Labeling
2269 \labelwidthstring 00.00.0000
2270 \begin_inset Graphics
2271         filename ../../images/tabular-feature_align-right.png
2272
2273 \end_inset
2274
2275  alinea a la derecha el contenido de la celda/columna
2276 \end_layout
2277
2278 \begin_layout Labeling
2279 \labelwidthstring 00.00.0000
2280 \begin_inset Graphics
2281         filename ../../images/tabular-feature_valign-top.png
2282
2283 \end_inset
2284
2285  alinea arriba el contenido de la celda
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290 \begin_inset Graphics
2291         filename ../../images/tabular-feature_valign-middle.png
2292
2293 \end_inset
2294
2295  centra verticalmente el contenido de la celda
2296 \end_layout
2297
2298 \begin_layout Labeling
2299 \labelwidthstring 00.00.0000
2300 \begin_inset Graphics
2301         filename ../../images/tabular-feature_valign-bottom.png
2302
2303 \end_inset
2304
2305  alinea abajo el contenido de la celda
2306 \end_layout
2307
2308 \begin_layout Labeling
2309 \labelwidthstring 00.00.0000
2310 \begin_inset Graphics
2311         filename ../../images/tabular-feature_set-rotate-cell.png
2312
2313 \end_inset
2314
2315  gira la celda o selección 90° como las agujas de reloj
2316 \end_layout
2317
2318 \begin_layout Labeling
2319 \labelwidthstring 00.00.0000
2320 \begin_inset Graphics
2321         filename ../../images/tabular-feature_set-rotate-tabular.png
2322
2323 \end_inset
2324
2325  gira toda la tabla 90° como agujas del reloj
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_multicolumn.png
2332
2333 \end_inset
2334
2335  establece la celda actual o selección como multicolumna
2336 \end_layout
2337
2338 \begin_layout Standard
2339 \begin_inset Note Greyedout
2340 status open
2341
2342 \begin_layout Plain Layout
2343
2344 \series bold
2345 Nota:
2346 \series default
2347  En la salida se emplea la alineación vertical de la primera celda de una
2348  fila para todas las celdas restantes de la fila.
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Section
2357 Menú Editar Tabla
2358 \begin_inset Index
2359 status collapsed
2360
2361 \begin_layout Plain Layout
2362 Tablas ! Editar
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \begin_layout Standard
2371 Además del diálogo y la barra de herramientas, el menú 
2372 \family sans
2373 Editar\SpecialChar \menuseparator
2374 Tabla
2375 \family default
2376  permite añadir y borrar bordes para la fila/columna actual y establecer
2377  la selección como multicolumna.
2378  El menú sólo está disponible si el cursor está en la tabla.
2379 \end_layout
2380
2381 \begin_layout Section
2382 Tablas flotantes
2383 \begin_inset CommandInset label
2384 LatexCommand label
2385 name "sec:Tablas-Flotantes"
2386
2387 \end_inset
2388
2389
2390 \begin_inset Index
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394 Flotantes ! Tablas
2395 \end_layout
2396
2397 \end_inset
2398
2399
2400 \begin_inset Index
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Tablas ! Flotantes
2405 \end_layout
2406
2407 \end_inset
2408
2409
2410 \end_layout
2411
2412 \begin_layout Standard
2413 Para una explicación general sobre flotantes, echa un vistazo a la sección
2414 \begin_inset Space ~
2415 \end_inset
2416
2417
2418 \begin_inset CommandInset ref
2419 LatexCommand ref
2420 reference "sec:IntroducciónFlotantes"
2421
2422 \end_inset
2423
2424 .
2425 \end_layout
2426
2427 \begin_layout Standard
2428 \begin_inset Float table
2429 placement h
2430 wide false
2431 sideways false
2432 status collapsed
2433
2434 \begin_layout Plain Layout
2435 \begin_inset Caption
2436
2437 \begin_layout Plain Layout
2438 \begin_inset CommandInset label
2439 LatexCommand label
2440 name "tab:una tabla flotante"
2441
2442 \end_inset
2443
2444 Una tabla flotante.
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \end_layout
2451
2452 \begin_layout Plain Layout
2453 \align center
2454 \begin_inset Tabular
2455 <lyxtabular version="3" rows="3" columns="3">
2456 <features>
2457 <column alignment="center" valignment="top" width="0pt">
2458 <column alignment="center" valignment="top" width="0pt">
2459 <column alignment="center" valignment="top" width="0pt">
2460 <row>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465
2466 \family roman
2467 \series medium
2468 \shape up
2469 \size normal
2470 \emph off
2471 \bar no
2472 \noun off
2473 \color none
2474 1
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \family roman
2485 \series medium
2486 \shape up
2487 \size normal
2488 \emph off
2489 \bar no
2490 \noun off
2491 \color none
2492 2
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2498 \begin_inset Text
2499
2500 \begin_layout Plain Layout
2501
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 3
2511 \end_layout
2512
2513 \end_inset
2514 </cell>
2515 </row>
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Plain Layout
2521
2522 \family roman
2523 \series medium
2524 \shape up
2525 \size normal
2526 \emph off
2527 \bar no
2528 \noun off
2529 \color none
2530 Pepe
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539
2540 \family roman
2541 \series medium
2542 \shape up
2543 \size normal
2544 \emph off
2545 \bar no
2546 \noun off
2547 \color none
2548 Mari
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 Teo
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 </row>
2572 <row>
2573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577
2578 \family roman
2579 \series medium
2580 \shape up
2581 \size normal
2582 \emph off
2583 \bar no
2584 \noun off
2585 \color none
2586 \begin_inset Formula $\int x^{2}dx$
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598
2599 \family roman
2600 \series medium
2601 \shape up
2602 \size normal
2603 \emph off
2604 \bar no
2605 \noun off
2606 \color none
2607 \begin_inset Formula $\left[\begin{array}{cc}
2608 a & b\\
2609 c & d\end{array}\right]$
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 \begin_inset Formula $1+1=2$
2631 \end_inset
2632
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 </row>
2639 </lyxtabular>
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 Las tablas flotantes pueden insertarse con el menú 
2653 \family sans
2654 Insertar\SpecialChar \menuseparator
2655 Flotante\SpecialChar \menuseparator
2656 Tabla
2657 \family default
2658  o con el botón 
2659 \begin_inset Graphics
2660         filename ../../images/float-insert_table.png
2661         scale 85
2662
2663 \end_inset
2664
2665 .
2666 \end_layout
2667
2668 \begin_layout Standard
2669 El flotante se muestra como un cuadro desplegable con la etiqueta 
2670 \begin_inset Quotes eld
2671 \end_inset
2672
2673 Tabla
2674 \begin_inset Space ~
2675 \end_inset
2676
2677 #:
2678 \begin_inset Quotes erd
2679 \end_inset
2680
2681  (# es el número actual).
2682  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2683  Para insertar una tabla en el flotante se sitúa el cursor al final del
2684  texto del encabezado y se pulsa Intro.
2685  La leyenda se imprime encima de la tabla.
2686 \end_layout
2687
2688 \begin_layout Standard
2689 La tabla
2690 \begin_inset Space ~
2691 \end_inset
2692
2693
2694 \begin_inset CommandInset ref
2695 LatexCommand ref
2696 reference "tab:una tabla flotante"
2697
2698 \end_inset
2699
2700  es un ejemplo de tabla flotante.
2701 \end_layout
2702
2703 \begin_layout Standard
2704 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2705  no es soportado en las clases estándar de LaTeX.
2706  Esto significa que si estás usando las clases de documento 
2707 \family sans
2708 article
2709 \family default
2710
2711 \family sans
2712 book
2713 \family default
2714
2715 \family sans
2716 letter
2717 \family default
2718  o 
2719 \family sans
2720 report
2721 \family default
2722  no habrá espacio entre la leyenda y la tabla.
2723  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2724  del documento la siguiente opción al comando del paquete LaTeX 
2725 \series bold
2726 caption
2727 \series default
2728
2729 \begin_inset Index
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 LaTeX-paquetes ! caption
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \begin_inset Foot
2740 status open
2741
2742 \begin_layout Plain Layout
2743 Para más información ve a la sección
2744 \begin_inset Space ~
2745 \end_inset
2746
2747
2748 \begin_inset CommandInset ref
2749 LatexCommand ref
2750 reference "sec:Colocación-de-leyendas"
2751
2752 \end_inset
2753
2754 .
2755 \end_layout
2756
2757 \end_inset
2758
2759 :
2760 \end_layout
2761
2762 \begin_layout Standard
2763
2764 \series bold
2765 tableposition=top
2766 \end_layout
2767
2768 \begin_layout Standard
2769 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2770  
2771 \series bold
2772 caption
2773 \series default
2774  como se describe en la sección
2775 \begin_inset Space ~
2776 \end_inset
2777
2778
2779 \begin_inset CommandInset ref
2780 LatexCommand ref
2781 reference "sec:Formato-de-leyendas"
2782
2783 \end_inset
2784
2785 .
2786  
2787 \end_layout
2788
2789 \begin_layout Standard
2790 \begin_inset Index
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Referencias ! a tablas
2795 \end_layout
2796
2797 \end_inset
2798
2799 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2800  etiqueta.
2801  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2802 \family sans
2803 Insertar\SpecialChar \menuseparator
2804 Etiqueta
2805 \family default
2806  o con el botón 
2807 \begin_inset Graphics
2808         filename ../../images/label-insert.png
2809         scale 85
2810
2811 \end_inset
2812
2813 .
2814  Ahora puedes referenciar la etiqueta con el menú 
2815 \family sans
2816 Insertar\SpecialChar \menuseparator
2817 Referencia
2818 \begin_inset Space ~
2819 \end_inset
2820
2821 cruzada
2822 \family default
2823  o con el botón 
2824 \begin_inset Graphics
2825         filename ../../images/dialog-show-new-inset_ref.png
2826         scale 85
2827
2828 \end_inset
2829
2830 .
2831 \begin_inset Newline newline
2832 \end_inset
2833
2834 Las referencias se explican con detalle en la sección
2835 \begin_inset Space ~
2836 \end_inset
2837
2838
2839 \begin_inset CommandInset ref
2840 LatexCommand ref
2841 reference "sec:Referencias-a-Flotantes"
2842
2843 \end_inset
2844
2845 .
2846 \end_layout
2847
2848 \begin_layout Section
2849 Tablas largas
2850 \begin_inset CommandInset label
2851 LatexCommand label
2852 name "sec:Tablas-Largas"
2853
2854 \end_inset
2855
2856
2857 \begin_inset Index
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 Tablas largas
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \begin_inset Index
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871 Tablas ! Largas
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Standard
2880 Si la tabla es demasiado larga para una página, puedes usar la opción 
2881 \family sans
2882 Usar
2883 \begin_inset Space ~
2884 \end_inset
2885
2886 tabla
2887 \begin_inset Space ~
2888 \end_inset
2889
2890 larga
2891 \family default
2892  en la solapa 
2893 \family sans
2894 Tabla
2895 \begin_inset Space ~
2896 \end_inset
2897
2898 larga
2899 \family default
2900  del diálogo de tablas, para repartir automáticamente la tabla en varias
2901  páginas.
2902  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2903 \end_layout
2904
2905 \begin_layout Description
2906
2907 \family sans
2908 Encabezado:
2909 \family default
2910  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2911  definida, se definen como filas de encabezado para todas las páginas de
2912  la tabla, excepto para la primera página si 
2913 \family sans
2914 Primer
2915 \begin_inset Space ~
2916 \end_inset
2917
2918 encabezado
2919 \family default
2920  está definido.
2921  Este se denomina encabezado principal.
2922 \end_layout
2923
2924 \begin_layout Description
2925
2926 \family sans
2927 Primer
2928 \begin_inset Space ~
2929 \end_inset
2930
2931 encabezado:
2932 \family default
2933  La fila actual y superiores, que no tienen ninguna opción especial definida,
2934  se definen como filas cabeceras de la primera página de la tabla.
2935 \end_layout
2936
2937 \begin_layout Description
2938
2939 \family sans
2940 Pie:
2941 \family default
2942  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2943  definida, se definen como filas de pie de todas las páginas de la tabla,
2944  excepto para la última página si se define 
2945 \family sans
2946 Último
2947 \begin_inset Space ~
2948 \end_inset
2949
2950 pie.
2951 \end_layout
2952
2953 \begin_layout Description
2954
2955 \family sans
2956 Último
2957 \begin_inset Space ~
2958 \end_inset
2959
2960 pie: L
2961 \family default
2962 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2963  se definen como filas de pie de la última página de la tabla.
2964 \end_layout
2965
2966 \begin_layout Standard
2967 También se puede especificar en qué fila se ha de cortar la tabla.
2968  Si se establece más de una opción en la misma fila, habría que tener en
2969  cuenta que sólo la primera de ellas se usa en la fila dada.
2970  Las otras quedarán definidas como 
2971 \emph on
2972 vacías
2973 \emph default
2974 .
2975  En este contexto, primera significa primero en este orden: 
2976 \family sans
2977 Encabezado, Primer
2978 \begin_inset Space ~
2979 \end_inset
2980
2981 encabezado
2982 \family default
2983
2984 \family sans
2985 Pie, Último
2986 \begin_inset Space ~
2987 \end_inset
2988
2989 pie
2990 \family default
2991 .
2992  La siguiente tabla muestra cómo funciona:
2993 \end_layout
2994
2995 \begin_layout Standard
2996
2997 \end_layout
2998
2999 \begin_layout Standard
3000 \align center
3001 \begin_inset Tabular
3002 <lyxtabular version="3" rows="69" columns="3">
3003 <features islongtable="true">
3004 <column alignment="left" valignment="top" width="0cm">
3005 <column alignment="left" valignment="top" width="0pt">
3006 <column alignment="right" valignment="top" width="0pt">
3007 <row endfirsthead="true">
3008 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \series bold
3014 Ejemplo de lista telefónica (ignore los nombres)
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row endfirsthead="true">
3039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \series bold
3045 NOMBRE
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \series bold
3065 TEL.
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 <row endhead="true">
3072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \series bold
3078 Ejemplo de lista telefónica
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row endhead="true">
3103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 NOMBRE
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \series bold
3129 TEL.
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row endfoot="true">
3136 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140  continúa en la página siguiente
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row>
3165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \series bold
3171 Annovi
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 Silvia
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 111
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \series bold
3202 Bertoli
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 Stefano
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220 111
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \series bold
3233 Bozzi
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 Walter
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 111
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 </row>
3257 <row>
3258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \series bold
3264 Cachia
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 Maria
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 111
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 <row>
3289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 Cachia
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Maurizio
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 111
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 Cinquemani
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 Giusi
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 111
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row>
3351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 Colin
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Bernard
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 111
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388 Concli
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 Gianfranco
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 111
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 Dal Bosco
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Carolina
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 111
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 <row>
3444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450 Dalpiaz
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 Annamaria
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 111
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row>
3475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481 Feliciello
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 Domenico
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 111
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Focarelli
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Paola
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 111
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Galletti
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Oreste
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 111
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row>
3568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 Gasparini
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 Franca
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 111
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Rizzardi
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Paola
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Lassini
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Giancarlo
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Malfatti
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Luciano
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Malfatti
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Valeriano
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Meneguzzo
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Roberto
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Mezzadra
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Roberto
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Pirpamer
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Erich
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Pochiesa
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Paolo
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111, 222
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Radina
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Claudio
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Stuffer
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Oskar
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Tacchelli
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Ugo
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Tezzele
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Margit
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Unterkalmsteiner
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Frieda
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Vieider
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Hilde
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Vigna
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Jürgen
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Weber
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Maurizio
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Winkler
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Franz
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130  
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Annovi
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Silvia
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 555
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Bertoli
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Stefano
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 555
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Bozzi
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Walter
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 555
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Cachia
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Maria
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 555
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Cachia
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Maurizio
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 555
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Cinquemani
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Giusi
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 555
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Colin
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Bernard
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 555
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Concli
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Gianfranco
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 555
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Dal Bosco
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Carolina
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 555
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Dalpiaz
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Annamaria
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 555
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Feliciello
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Domenico
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 555
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Focarelli
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Paola
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 555
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Galletti
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Oreste
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 555
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Gasparini
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Franca
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 555
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Rizzardi
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Paola
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Lassini
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Giancarlo
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Malfatti
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Luciano
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Malfatti
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Valeriano
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Meneguzzo
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Roberto
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Mezzadra
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Roberto
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Pirpamer
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Erich
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Pochiesa
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Paolo
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555, 222
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Radina
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Claudio
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Stuffer
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Oskar
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Tacchelli
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Ugo
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Tezzele
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Margit
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Unterkalmsteiner
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Frieda
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Vieider
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Hilde
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Vigna
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Jürgen
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 999
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Weber
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Maurizio
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Winkler
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Franz
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 555
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row endlastfoot="true">
5116 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 fin
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 </lyxtabular>
5145
5146 \end_inset
5147
5148
5149 \begin_inset ERT
5150 status open
5151
5152 \begin_layout Plain Layout
5153
5154
5155 \backslash
5156 addtocounter{table}{-1}
5157 \end_layout
5158
5159 \end_inset
5160
5161
5162 \begin_inset Note Note
5163 status collapsed
5164
5165 \begin_layout Plain Layout
5166 Para comprender el uso de este comando, lee al final de la sección
5167 \begin_inset Space ~
5168 \end_inset
5169
5170
5171 \begin_inset CommandInset ref
5172 LatexCommand ref
5173 reference "sub:Leyendas-en-Tablas"
5174
5175 \end_inset
5176
5177  la primera nota resaltada en gris.
5178  
5179 \end_layout
5180
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \begin_layout Subsection
5187 Notas al pie en tablas largas
5188 \begin_inset CommandInset label
5189 LatexCommand label
5190 name "sub:Notas-al-pie-en-Tablas-Largas"
5191
5192 \end_inset
5193
5194
5195 \begin_inset Index
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199 Tablas largas ! Notas al pie
5200 \end_layout
5201
5202 \end_inset
5203
5204
5205 \end_layout
5206
5207 \begin_layout Standard
5208 Se pueden insertar notas al pie en cada celda de una tabla larga.
5209  Las notas se muestran en la parte inferior de la página en la que esté
5210  la celda con la nota.
5211  La tabla
5212 \begin_inset Space ~
5213 \end_inset
5214
5215
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "tab:DifLeyendas"
5219
5220 \end_inset
5221
5222  tiene un ejemplo de nota al pie.
5223 \end_layout
5224
5225 \begin_layout Subsection
5226 Alineación de tablas largas
5227 \begin_inset Index
5228 status collapsed
5229
5230 \begin_layout Plain Layout
5231 Tablas largas ! Alineación
5232 \end_layout
5233
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \begin_layout Standard
5240 Las tablas largas se centran por defecto.
5241  Al contrario de la alineación de filas y columnas, la alineación de una
5242  tabla no se puede cambiar por ahora en el diálogo de tablas.
5243  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5244  longitudes 
5245 \series bold
5246
5247 \backslash
5248 LTleft
5249 \series default
5250  y 
5251 \series bold
5252
5253 \backslash
5254 LTright 
5255 \series default
5256 insertando la línea siguiente como ERT antes de la correspondiente tabla
5257  larga:
5258 \end_layout
5259
5260 \begin_layout Standard
5261
5262 \series bold
5263
5264 \backslash
5265 setlength{
5266 \backslash
5267 LTleft}{valor}
5268 \end_layout
5269
5270 \begin_layout Standard
5271 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5272 \begin_inset Space ~
5273 \end_inset
5274
5275
5276 \begin_inset CommandInset ref
5277 LatexCommand ref
5278 reference "tab:Unidades"
5279
5280 \end_inset
5281
5282 .
5283  
5284 \series bold
5285
5286 \backslash
5287 LTlent 
5288 \series default
5289 controla la distancia entre el borde izquierdo de la página y la tabla.
5290  
5291 \series bold
5292
5293 \backslash
5294 LTright 
5295 \series default
5296 la distancia desde el lado derecho.
5297  El valor predeterminado para ambas longitudes es 
5298 \series bold
5299
5300 \backslash
5301 fill
5302 \series default
5303 , que en este caso es lo mismo que un relleno horizontal en LyX.
5304 \end_layout
5305
5306 \begin_layout Standard
5307 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5308 \series bold
5309
5310 \backslash
5311 LTleft
5312 \series default
5313  0 pt.
5314 \begin_inset ERT
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318
5319
5320 \backslash
5321 setlength{
5322 \backslash
5323 LTleft}{0pt}
5324 \end_layout
5325
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \begin_layout Standard
5332 \begin_inset Tabular
5333 <lyxtabular version="3" rows="5" columns="5">
5334 <features islongtable="true">
5335 <column alignment="center" valignment="top" width="0">
5336 <column alignment="center" valignment="top" width="0">
5337 <column alignment="center" valignment="top" width="0">
5338 <column alignment="center" valignment="top" width="0">
5339 <column alignment="center" valignment="top" width="0">
5340 <row>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 1
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 2
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 3
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 4
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 5
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 asd
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 s
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 s
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 s
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 asd
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 asd
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 s
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 s
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 s
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 asd
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 asd
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 s
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 s
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 s
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 asd
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 asd
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 asd
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 asd
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 asd
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 asd
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 </lyxtabular>
5576
5577 \end_inset
5578
5579
5580 \begin_inset ERT
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584
5585
5586 \backslash
5587 setlength{
5588 \backslash
5589 LTleft}{
5590 \backslash
5591 fill}
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \begin_layout Subsection
5600 Leyendas en tablas largas
5601 \begin_inset Index
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Tablas largas ! Leyendas
5606 \end_layout
5607
5608 \end_inset
5609
5610
5611 \begin_inset CommandInset label
5612 LatexCommand label
5613 name "sub:Leyendas-en-Tablas"
5614
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \begin_layout Standard
5621 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5622  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5623  para tablas largas.
5624 \end_layout
5625
5626 \begin_layout Standard
5627 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5628  hay que crearlos de la sigiente forma:
5629 \end_layout
5630
5631 \begin_layout Enumerate
5632 Crea una tabla larga.
5633 \end_layout
5634
5635 \begin_layout Enumerate
5636 Marca la primera fila y deshabilita su línea superior.
5637 \end_layout
5638
5639 \begin_layout Enumerate
5640 Inserta una leyenda con el menú 
5641 \family sans
5642 Insertar\SpecialChar \menuseparator
5643 Leyenda
5644 \family default
5645  en la primera celda.
5646 \begin_inset Newline newline
5647 \end_inset
5648
5649 También puedes añadir un 
5650 \family sans
5651 título breve
5652 \family default
5653  para la leyenda .
5654 \end_layout
5655
5656 \begin_layout Enumerate
5657 Inserta un 
5658 \begin_inset Quotes eld
5659 \end_inset
5660
5661
5662 \series bold
5663
5664 \backslash
5665
5666 \backslash
5667 %
5668 \series default
5669
5670 \begin_inset Quotes erd
5671 \end_inset
5672
5673  como ERT detrás de la leyenda.
5674 \end_layout
5675
5676 \begin_layout Standard
5677 En la Lista de tablas aparecerá el título breve en vez del título completo.
5678  El 
5679 \series bold
5680
5681 \begin_inset Quotes eld
5682 \end_inset
5683
5684
5685 \backslash
5686
5687 \backslash
5688 %
5689 \series default
5690
5691 \begin_inset Quotes erd
5692 \end_inset
5693
5694  detrás de la leyenda elimina las líneas verticales entre las siguientes
5695  celdas de la fila.
5696  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5697  la tabla real comienza en la segunda fila.
5698 \end_layout
5699
5700 \begin_layout Standard
5701 He aquí una pequeña tabla larga para mostrar cómo funciona:
5702 \end_layout
5703
5704 \begin_layout Standard
5705 \begin_inset Tabular
5706 <lyxtabular version="3" rows="6" columns="5">
5707 <features islongtable="true">
5708 <column alignment="center" valignment="top" width="0">
5709 <column alignment="center" valignment="top" width="0">
5710 <column alignment="center" valignment="top" width="0">
5711 <column alignment="center" valignment="top" width="0">
5712 <column alignment="center" valignment="top" width="0">
5713 <row caption="true">
5714 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 \begin_inset Caption
5719
5720 \begin_layout Plain Layout
5721 Tabla larga con leyenda
5722 \begin_inset OptArg
5723 status open
5724
5725 \begin_layout Plain Layout
5726 Tabla larga
5727 \end_layout
5728
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735
5736
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 1
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 2
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 3
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 4
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 5
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 s
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 s
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 s
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 s
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 s
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 asd
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 s
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 s
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 s
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 asd
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 asd
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 asd
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 asd
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 </lyxtabular>
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \begin_layout Standard
6021 \begin_inset VSpace medskip
6022 \end_inset
6023
6024
6025 \begin_inset Note Greyedout
6026 status open
6027
6028 \begin_layout Plain Layout
6029
6030 \series bold
6031 Nota
6032 \series default
6033 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6034  leyenda en alguna de ellas.
6035  Por esto podría suceder que, p.
6036 \begin_inset Space \thinspace{}
6037 \end_inset
6038
6039 e., la tabla
6040 \begin_inset Space ~
6041 \end_inset
6042
6043 2.4 siga a la tabla
6044 \begin_inset Space ~
6045 \end_inset
6046
6047 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6048  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6049  en ERT:
6050 \end_layout
6051
6052 \begin_layout Plain Layout
6053
6054 \series bold
6055
6056 \backslash
6057 addtocounter{table}{-1}
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \begin_layout Standard
6066 \begin_inset Note Greyedout
6067 status open
6068
6069 \begin_layout Plain Layout
6070
6071 \series bold
6072 Nota:
6073 \series default
6074  Si utilizas el paquete LaTeX 
6075 \series bold
6076 hyperref
6077 \series default
6078
6079 \begin_inset Index
6080 status collapsed
6081
6082 \begin_layout Plain Layout
6083 LaTeX-paquetes ! hyperref
6084 \end_layout
6085
6086 \end_inset
6087
6088  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6089  llevan siempre al principio del documento.
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Subsubsection
6098 Referencias a tablas largas
6099 \begin_inset Index
6100 status collapsed
6101
6102 \begin_layout Plain Layout
6103 Tablas largas ! Referencias a
6104 \end_layout
6105
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \begin_layout Standard
6112 \begin_inset Tabular
6113 <lyxtabular version="3" rows="6" columns="5">
6114 <features islongtable="true">
6115 <column alignment="center" valignment="top" width="0">
6116 <column alignment="center" valignment="top" width="0">
6117 <column alignment="center" valignment="top" width="0">
6118 <column alignment="center" valignment="top" width="0">
6119 <column alignment="center" valignment="top" width="0">
6120 <row caption="true">
6121 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 \begin_inset Caption
6126
6127 \begin_layout Plain Layout
6128 Tabla larga referenciada
6129 \begin_inset CommandInset label
6130 LatexCommand label
6131 name "tab:RefEjemplo"
6132
6133 \end_inset
6134
6135
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 1
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 2
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 3
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 4
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 5
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 </row>
6229 <row>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 asd
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 s
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 s
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 s
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 </row>
6276 <row>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 asd
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 s
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 s
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 s
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 asd
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 </row>
6323 <row>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 s
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 s
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 s
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 asd
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 </row>
6370 <row>
6371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 asd
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 sad
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 asd
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 asd
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 asd
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 </row>
6417 </lyxtabular>
6418
6419 \end_inset
6420
6421
6422 \end_layout
6423
6424 \begin_layout Standard
6425 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6426  Observa que tienes que añadir el prefijo 
6427 \begin_inset Quotes eld
6428 \end_inset
6429
6430
6431 \emph on
6432 tab
6433 \emph default
6434 :
6435 \begin_inset Quotes erd
6436 \end_inset
6437
6438  manualmente en el campo de etiqueta.
6439  
6440 \end_layout
6441
6442 \begin_layout Standard
6443 Esto es una referencia a la tabla
6444 \begin_inset Space ~
6445 \end_inset
6446
6447
6448 \begin_inset CommandInset ref
6449 LatexCommand ref
6450 reference "tab:RefEjemplo"
6451
6452 \end_inset
6453
6454 .
6455 \end_layout
6456
6457 \begin_layout Standard
6458 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6459  del documento mediante el paquete LaTeX 
6460 \series bold
6461 caption
6462 \series default
6463
6464 \begin_inset Index
6465 status collapsed
6466
6467 \begin_layout Plain Layout
6468 LaTeX-paquetes ! caption
6469 \end_layout
6470
6471 \end_inset
6472
6473 , véase sección
6474 \begin_inset Space ~
6475 \end_inset
6476
6477  
6478 \begin_inset CommandInset ref
6479 LatexCommand ref
6480 reference "sec:Formato-de-leyendas"
6481
6482 \end_inset
6483
6484 .
6485 \end_layout
6486
6487 \begin_layout Subsubsection
6488 Anchura de la leyenda
6489 \begin_inset Index
6490 status collapsed
6491
6492 \begin_layout Plain Layout
6493 Tablas largas ! Anchura de la leyenda
6494 \end_layout
6495
6496 \end_inset
6497
6498
6499 \end_layout
6500
6501 \begin_layout Standard
6502 La anchura máxima se define por la longitud 
6503 \series bold
6504
6505 \backslash
6506 LTcapwidth
6507 \series default
6508 .
6509  Por defecto es 4
6510 \begin_inset Space \thinspace{}
6511 \end_inset
6512
6513 in (4
6514 \begin_inset Space ~
6515 \end_inset
6516
6517 pulgadas).
6518  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6519  documento antes de la tabla larga a la que afecta
6520 \end_layout
6521
6522 \begin_layout Standard
6523
6524 \series bold
6525
6526 \backslash
6527 setlength{
6528 \backslash
6529 LTcapwidth}{anchura}
6530 \end_layout
6531
6532 \begin_layout Standard
6533 donde la anchura puede ser una de las unidades listadas en el apéndice
6534 \begin_inset Space ~
6535 \end_inset
6536
6537
6538 \begin_inset CommandInset ref
6539 LatexCommand ref
6540 reference "cha:Unidades-disponibles-en"
6541
6542 \end_inset
6543
6544 .
6545 \end_layout
6546
6547 \begin_layout Standard
6548 Las tablas siguientes muestran la diferencia:
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \begin_inset Tabular
6553 <lyxtabular version="3" rows="6" columns="5">
6554 <features islongtable="true">
6555 <column alignment="center" valignment="top" width="0">
6556 <column alignment="center" valignment="top" width="0">
6557 <column alignment="center" valignment="top" width="0">
6558 <column alignment="center" valignment="top" width="0">
6559 <column alignment="center" valignment="top" width="0">
6560 <row caption="true">
6561 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 \begin_inset Caption
6566
6567 \begin_layout Plain Layout
6568 Leyenda larga completa con anchura predeterminada leyenda larga completa
6569  con anchura predeterminada
6570 \begin_inset OptArg
6571 status open
6572
6573 \begin_layout Plain Layout
6574 Leyenda con anchura predeterminada
6575 \end_layout
6576
6577 \end_inset
6578
6579
6580 \end_layout
6581
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 </row>
6626 <row>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 1
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 2
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 3
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 4
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 5
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 s
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 s
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 asd
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 s
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 s
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 sad
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 asd
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 </lyxtabular>
6862
6863 \end_inset
6864
6865
6866 \end_layout
6867
6868 \begin_layout Standard
6869 \begin_inset ERT
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873
6874
6875 \backslash
6876 setlength{
6877 \backslash
6878 LTcapwidth}{5cm}
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \begin_inset Tabular
6885 <lyxtabular version="3" rows="6" columns="5">
6886 <features islongtable="true">
6887 <column alignment="center" valignment="top" width="0">
6888 <column alignment="center" valignment="top" width="0">
6889 <column alignment="center" valignment="top" width="0">
6890 <column alignment="center" valignment="top" width="0">
6891 <column alignment="center" valignment="top" width="0">
6892 <row caption="true">
6893 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 \begin_inset Caption
6898
6899 \begin_layout Plain Layout
6900 Leyenda larga completa con anchura de 5
6901 \begin_inset Space \thinspace{}
6902 \end_inset
6903
6904 cm leyenda larga completa con anchura de 5
6905 \begin_inset Space \thinspace{}
6906 \end_inset
6907
6908 cm leyenda larga completa con anchura de 5
6909 \begin_inset Space \thinspace{}
6910 \end_inset
6911
6912 cm
6913 \begin_inset OptArg
6914 status open
6915
6916 \begin_layout Plain Layout
6917 Leyenda con anchura
6918 \begin_inset Space \thinspace{}
6919 \end_inset
6920
6921 =
6922 \begin_inset Space \thinspace{}
6923 \end_inset
6924
6925 5
6926 \begin_inset Space \thinspace{}
6927 \end_inset
6928
6929 cm
6930 \end_layout
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 1
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 2
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 3
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 4
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 5
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 s
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 s
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 s
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 sad
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 </row>
7216 </lyxtabular>
7217
7218 \end_inset
7219
7220
7221 \begin_inset ERT
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225
7226
7227 \backslash
7228 setlength{
7229 \backslash
7230 LTcapwidth}{4in}
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \begin_layout Standard
7239 \begin_inset Note Greyedout
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243
7244 \series bold
7245 Nota: 
7246 \series default
7247 Si se usa el paquete LaTeX 
7248 \series bold
7249 caption
7250 \series default
7251
7252 \begin_inset Index
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 LaTeX-paquetes ! caption
7257 \end_layout
7258
7259 \end_inset
7260
7261 , como en este documento, se usa la anchura de toda la página para el pie
7262  si utilizas el valor por defecto de 4
7263 \begin_inset Space \thinspace{}
7264 \end_inset
7265
7266 in para 
7267 \series bold
7268
7269 \backslash
7270 LTcapwidth
7271 \series default
7272 .
7273  En este caso, para conseguir exactamente un pie de 4
7274 \begin_inset Space \thinspace{}
7275 \end_inset
7276
7277 in, puedes poner un valor ligeramente diferente de 4.0
7278 \begin_inset Space \thinspace{}
7279 \end_inset
7280
7281 in, p.
7282 \begin_inset Space \thinspace{}
7283 \end_inset
7284
7285 e.
7286  3.99
7287 \begin_inset Space \thinspace{}
7288 \end_inset
7289
7290 in, o el comando de LaTeX 
7291 \series bold
7292
7293 \backslash
7294 captionsetup{width=valor}
7295 \series default
7296 , suministrado por el paquete 
7297 \series bold
7298 caption
7299 \series default
7300 .
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \end_layout
7307
7308 \begin_layout Subsubsection
7309 Leyendas distintas para cada página
7310 \begin_inset Index
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314 Tablas largas ! Leyendas distintas para cada página
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \begin_layout Standard
7323 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7324  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7325  como primer encabezado.
7326  La leyenda para las restantes páginas se inserta sin título breve en una
7327  fila postiza de leyenda marcada como primer encabezado.
7328  Si este encabezado no ha de incluir el número de tabla, usa el comando
7329 \end_layout
7330
7331 \begin_layout Standard
7332
7333 \series bold
7334
7335 \backslash
7336 caption*{texto de la leyenda}
7337 \end_layout
7338
7339 \begin_layout Standard
7340 en vez del recuadro de leyenda de LyX.
7341  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7342  La tabla
7343 \begin_inset Space ~
7344 \end_inset
7345
7346
7347 \begin_inset CommandInset ref
7348 LatexCommand ref
7349 reference "tab:DifLeyendas"
7350
7351 \end_inset
7352
7353  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7354  no incluye número de tabla.
7355 \end_layout
7356
7357 \begin_layout Standard
7358 \align center
7359 \begin_inset Tabular
7360 <lyxtabular version="3" rows="60" columns="3">
7361 <features islongtable="true">
7362 <column alignment="left" valignment="top" width="0cm">
7363 <column alignment="left" valignment="top" width="0pt">
7364 <column alignment="right" valignment="top" width="0pt">
7365 <row endfirsthead="true" caption="true">
7366 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 \begin_inset Caption
7371
7372 \begin_layout Plain Layout
7373 Ejemplo de lista telefónica
7374 \begin_inset CommandInset label
7375 LatexCommand label
7376 name "tab:DifLeyendas"
7377
7378 \end_inset
7379
7380
7381 \begin_inset OptArg
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385 Ejemplo de lista telefónica
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 </row>
7419 <row endfirsthead="true">
7420 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424
7425 \series bold
7426 Ejemplo de lista telefónica (ignore los nombres)
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row endfirsthead="true">
7451 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \series bold
7457 NOMBRE
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475
7476 \series bold
7477 TEL.
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row endhead="true" caption="true">
7484 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 \begin_inset ERT
7489 status open
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 caption*{Continúa Ejemplo de lista telefónica}
7496 \backslash
7497
7498 \backslash
7499 %
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row endhead="true">
7529 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \series bold
7535 Ejemplo de lista telefónica
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row endhead="true">
7560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \series bold
7566 NOMBRE
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \series bold
7586 TEL.
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 </row>
7592 <row endfoot="true">
7593 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 continúa en página siguiente
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 Annovi
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 Silvia
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 111
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row>
7653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \series bold
7659 Bertoli
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 Stefano
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 111
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row>
7684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 Bozzi
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Walter
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 111
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 Cachia
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 Maria
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 111
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \series bold
7752 Cachia
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 Maurizio
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 111
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Cinquemani
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 Giusi
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 111
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 Colin
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 Bernard
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 111
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 Concli
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Gianfranco
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 111
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Dal Bosco
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Carolina
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 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Dalpiaz
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Annamaria
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 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Feliciello
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Domenico
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 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Focarelli
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 Paola
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 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 Galletti
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 Oreste
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 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Gasparini
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Franca
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Rizzardi
8063 \series default
8064
8065 \begin_inset Foot
8066 status open
8067
8068 \begin_layout Plain Layout
8069 Ejemplo de nota al pie
8070 \end_layout
8071
8072 \end_inset
8073
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Paola
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 111
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \series bold
8105 Lassini
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Giancarlo
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 111
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \series bold
8136 Malfatti
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Luciano
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 111
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \series bold
8167 Malfatti
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Valeriano
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 111
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \series bold
8198 Meneguzzo
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 Roberto
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 111
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \series bold
8229 Mezzadra
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Roberto
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 111
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \series bold
8260 Pirpamer
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Erich
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 111
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \series bold
8291 Pochiesa
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Paolo
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 111, 222
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Radina
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Claudio
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 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Stuffer
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Oskar
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 111
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Tacchelli
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Ugo
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 111
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Tezzele
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Margit
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 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Unterkalmsteiner
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Frieda
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 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Vieider
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Hilde
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 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Vigna
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Jürgen
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 111
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Weber
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Maurizio
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Winkler
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Franz
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599  
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Annovi
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Silvia
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 555
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Bertoli
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Stefano
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 555
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Bozzi
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Walter
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 555
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Cachia
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Maria
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 555
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Cachia
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Maurizio
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 555
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Cinquemani
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Giusi
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 555
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Colin
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Bernard
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 555
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Concli
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Gianfranco
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 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Dal Bosco
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Carolina
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 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Dalpiaz
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Annamaria
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 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Feliciello
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Domenico
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 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Focarelli
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Paola
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 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Galletti
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Oreste
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 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Gasparini
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Franca
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 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Rizzardi
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Paola
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 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Lassini
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Giancarlo
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 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Malfatti
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Luciano
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 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Malfatti
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Valeriano
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 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Meneguzzo
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Roberto
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Mezzadra
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Roberto
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row endlastfoot="true">
9244 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 </lyxtabular>
9273
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \begin_layout Standard
9280 \begin_inset Newpage newpage
9281 \end_inset
9282
9283
9284 \end_layout
9285
9286 \begin_layout Section
9287 Particularidades de las tablas largas
9288 \end_layout
9289
9290 \begin_layout Subsection
9291 Cálculos
9292 \begin_inset Index
9293 status collapsed
9294
9295 \begin_layout Plain Layout
9296 Tablas largas ! Cálculos
9297 \end_layout
9298
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \begin_layout Standard
9305 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9306  utilizando los denominados 
9307 \begin_inset Quotes eld
9308 \end_inset
9309
9310 trozos
9311 \begin_inset Quotes erd
9312 \end_inset
9313
9314 , que son partes de la tabla presentes en la memoria de LaTeX.
9315  El valor predeterminado está establecido a sólo 20 filas.
9316  Si estás usando tablas largas con muchas páginas, la generación del documento
9317  puede hacerse muy lenta.
9318  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9319  el siguiente comando en el preámbulo del documento:
9320 \end_layout
9321
9322 \begin_layout Standard
9323
9324 \series bold
9325
9326 \backslash
9327 setcounter{LTchunksize}{100}
9328 \end_layout
9329
9330 \begin_layout Subsection
9331 Flotantes y tablas largas
9332 \begin_inset Index
9333 status collapsed
9334
9335 \begin_layout Plain Layout
9336 Tablas largas ! Flotantes
9337 \end_layout
9338
9339 \end_inset
9340
9341
9342 \end_layout
9343
9344 \begin_layout Standard
9345 Podría haber problemas si un flotante aparece en la misma página donde comienza
9346  una tabla larga.
9347  Para evitarlo, añade el comando 
9348 \series bold
9349
9350 \backslash
9351 clearpage
9352 \series default
9353  como ERT antes de la tabla.
9354 \end_layout
9355
9356 \begin_layout Subsection
9357 Saltos de página forzados
9358 \begin_inset Index
9359 status collapsed
9360
9361 \begin_layout Plain Layout
9362 Tablas largas ! Saltos de página forzados
9363 \end_layout
9364
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Standard
9371 Por defecto, las tablas sólo se cortan entre filas.
9372  Si tienes una celda con líneas múltiples y necesitas un salto de página
9373  dentro de la celda, inserta el comando de nueva línea 
9374 \begin_inset Quotes eld
9375 \end_inset
9376
9377
9378 \series bold
9379
9380 \backslash
9381
9382 \backslash
9383
9384 \series default
9385
9386 \begin_inset Quotes erd
9387 \end_inset
9388
9389  como ERT en el punto en que quieras cortar.
9390  Antes del comando 
9391 \begin_inset Quotes eld
9392 \end_inset
9393
9394
9395 \series bold
9396
9397 \backslash
9398
9399 \backslash
9400
9401 \series default
9402
9403 \begin_inset Quotes erd
9404 \end_inset
9405
9406  debes insertar en ERT tantos caracteres 
9407 \begin_inset Quotes eld
9408 \end_inset
9409
9410
9411 \series bold
9412 &
9413 \series default
9414
9415 \begin_inset Quotes erd
9416 \end_inset
9417
9418  como columnas siguientes de la tabla.
9419  
9420 \series bold
9421 &
9422 \series default
9423  es el carácter para separar celdas.
9424  Escribe en ERT después de cada 
9425 \series bold
9426 &
9427 \series default
9428  el contenido de la celda siguiente correspondiente y borra el contenido
9429  de esas celdas.
9430 \begin_inset Newline newline
9431 \end_inset
9432
9433 Detrás del comando 
9434 \series bold
9435
9436 \backslash
9437
9438 \backslash
9439
9440 \series default
9441 , inserta tantos 
9442 \series bold
9443 &
9444 \series default
9445  como columnas haya delante de la actual.
9446  En la tabla
9447 \begin_inset Space ~
9448 \end_inset
9449
9450
9451 \begin_inset CommandInset ref
9452 LatexCommand ref
9453 reference "tab:Saltos de Página Forzados"
9454
9455 \end_inset
9456
9457  la celda que debería cortarse está en la segunda columna seguida de otra
9458  columna.
9459  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9460  
9461 \begin_inset Quotes eld
9462 \end_inset
9463
9464
9465 \emph on
9466 Castelchiodato,
9467 \emph default
9468
9469 \begin_inset Quotes erd
9470 \end_inset
9471
9472 :
9473 \end_layout
9474
9475 \begin_layout Standard
9476
9477 \series bold
9478 & 111
9479 \backslash
9480
9481 \backslash
9482
9483 \begin_inset Newline newline
9484 \end_inset
9485
9486 &
9487 \end_layout
9488
9489 \begin_layout Standard
9490 El 
9491 \begin_inset Quotes eld
9492 \end_inset
9493
9494 111
9495 \begin_inset Quotes erd
9496 \end_inset
9497
9498  en la tercera columna de la fila se ha borrado.
9499  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9500  superior pero quisieras una línea horizontal donde se corta la celda, usa
9501  este comando alternativo:
9502 \end_layout
9503
9504 \begin_layout Standard
9505
9506 \series bold
9507 & 111
9508 \backslash
9509
9510 \backslash
9511
9512 \begin_inset Newline newline
9513 \end_inset
9514
9515
9516 \backslash
9517 hline &
9518 \end_layout
9519
9520 \begin_layout Standard
9521 Cuando la celda a cortar está en la última columna, el comando
9522 \end_layout
9523
9524 \begin_layout Standard
9525
9526 \series bold
9527
9528 \backslash
9529 setlength{
9530 \backslash
9531 parfillskip}{0pt}
9532 \end_layout
9533
9534 \begin_layout Standard
9535 debe insertarse como ERT al principio de la celda.
9536  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9537  aparecerá con toda su anchura.
9538 \end_layout
9539
9540 \begin_layout Standard
9541 \align center
9542 \begin_inset Tabular
9543 <lyxtabular version="3" rows="39" columns="3">
9544 <features islongtable="true">
9545 <column alignment="left" valignment="top" width="0cm">
9546 <column alignment="left" valignment="top" width="3cm">
9547 <column alignment="right" valignment="top" width="0pt">
9548 <row endfirsthead="true" caption="true">
9549 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 \begin_inset Caption
9554
9555 \begin_layout Plain Layout
9556 Tabla con salto de página forzado en celda
9557 \begin_inset CommandInset label
9558 LatexCommand label
9559 name "tab:Saltos de Página Forzados"
9560
9561 \end_inset
9562
9563
9564 \begin_inset OptArg
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568 Tabla con salto de página forzado en celda
9569 \end_layout
9570
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \end_inset
9577
9578
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row endfirsthead="true">
9603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \series bold
9609 Ejemplo de lista telefónica (ignore los nombres)
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row endfirsthead="true">
9634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \series bold
9640 NOMBRE
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658
9659 \series bold
9660 TEL.
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 <row endhead="true" caption="true">
9667 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 \begin_inset ERT
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675
9676
9677 \backslash
9678 caption*{Continúa tabla con salto de página forzado en celda}
9679 \backslash
9680
9681 \backslash
9682 %
9683 \end_layout
9684
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row endhead="true">
9712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716  
9717 \series bold
9718 Ejemplo de lista telefónica
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row endhead="true">
9743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \series bold
9749 NOMBRE
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \series bold
9769 TEL.
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row endfoot="true">
9776 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 continúa en página siguiente
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \series bold
9811 Annovi
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 Silvia
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 111
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \series bold
9842 Bertoli
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 Stefano
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 111
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \series bold
9873 Bozzi
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882 Walter
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 111
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row>
9898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \series bold
9904 Cachia
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 Maria
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 111
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row>
9929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 Cachia
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 Maurizio
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 111
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966 Cinquemani
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Giusi
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 111
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 Colin
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 Bernard
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 111
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 Concli
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 Gianfranco
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 111
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row>
10053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 Dal Bosco
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 Carolina
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 111
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row>
10084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 Dalpiaz
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 Annamaria
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 111
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 Feliciello
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 Domenico
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 111
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \series bold
10152 Focarelli
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 Paola
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 111
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \series bold
10183 Galletti
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 Oreste
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 111
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row>
10208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 Gasparini
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 Franca
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 111
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \series bold
10245 Lassini
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Giancarlo, 11.
10255  Fürst von Montecompatri, 11.
10256  Fürst von Sulmona und Vivaro, 10.
10257  Fürst von Rossano, 5.
10258  Herzog von Canemorte, 11.
10259  Herzog von Palombara, 5.
10260  Herzog von Castelchiodato,
10261 \begin_inset ERT
10262 status open
10263
10264 \begin_layout Plain Layout
10265
10266 & 111
10267 \backslash
10268
10269 \backslash
10270
10271 \end_layout
10272
10273 \begin_layout Plain Layout
10274
10275 &
10276 \end_layout
10277
10278 \end_inset
10279
10280  11.
10281  Herzog von Poggionativo, 11.
10282  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10283  Graf von Valinfreda, 11.
10284  Baron von Cropalati, 11.
10285  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 Malfatti
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 Luciano
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 111
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 Malfatti
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 Valeriano
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 111
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 <row>
10363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367
10368 \series bold
10369 Meneguzzo
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 Roberto
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 111
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \series bold
10400 Mezzadra
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 Roberto
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 111
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \series bold
10431 Pirpamer
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Erich
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 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Pochiesa
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Paolo
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 111, 222
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Radina
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Claudio
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 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Rizzardi
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Paolo
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 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Stuffer
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Oskar
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 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Tacchelli
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Ugo
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 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Tezzele
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Margit
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 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Unterkalmsteiner
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Frieda
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 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Vieider
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Hilde
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 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Vigna
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Jürgen
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 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Weber
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Maurizio
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Winkler
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Franz
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row endlastfoot="true">
10797 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 </lyxtabular>
10826
10827 \end_inset
10828
10829
10830 \end_layout
10831
10832 \begin_layout Section
10833 Líneas múltiples en columnas y filas
10834 \end_layout
10835
10836 \begin_layout Subsection
10837 Líneas múltiples en celdas
10838 \begin_inset CommandInset label
10839 LatexCommand label
10840 name "sub:Líneas-Múltiples-en"
10841
10842 \end_inset
10843
10844
10845 \begin_inset Index
10846 status collapsed
10847
10848 \begin_layout Plain Layout
10849 Líneas múltiples en celdas
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \begin_inset Index
10856 status collapsed
10857
10858 \begin_layout Plain Layout
10859 Tablas ! Saltos de línea
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Standard
10868 \align center
10869 \begin_inset Float table
10870 placement H
10871 wide false
10872 sideways false
10873 status open
10874
10875 \begin_layout Plain Layout
10876 \begin_inset Caption
10877
10878 \begin_layout Plain Layout
10879 \begin_inset CommandInset label
10880 LatexCommand label
10881 name "tab:Tabla-con-múltiples"
10882
10883 \end_inset
10884
10885 Tabla con líneas múltiples en celda
10886 \end_layout
10887
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \begin_layout Plain Layout
10894 \align center
10895 \begin_inset Tabular
10896 <lyxtabular version="3" rows="3" columns="3">
10897 <features>
10898 <column alignment="center" valignment="middle" width="2.5cm">
10899 <column alignment="center" valignment="middle" width="0">
10900 <column alignment="center" valignment="middle" width="0">
10901 <row>
10902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 líneas
10907 \begin_inset ERT
10908 status collapsed
10909
10910 \begin_layout Plain Layout
10911
10912
10913 \backslash
10914 linebreak 
10915 \end_layout
10916
10917 \end_inset
10918
10919 múltiples
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 b
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 c
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 d
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 e
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 f
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 <row>
10973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 g
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 h
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 i
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 </row>
11001 </lyxtabular>
11002
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \end_inset
11009
11010
11011 \end_layout
11012
11013 \begin_layout Standard
11014 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11015  párrafos con varias líneas y guionado.
11016 \end_layout
11017
11018 \begin_layout Standard
11019 Para generar la tabla
11020 \begin_inset Space ~
11021 \end_inset
11022
11023
11024 \begin_inset CommandInset ref
11025 LatexCommand ref
11026 reference "tab:Tabla-con-múltiples"
11027
11028 \end_inset
11029
11030 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11031  En el diálogo que surge establece una anchura de 2.5
11032 \begin_inset Space \thinspace{}
11033 \end_inset
11034
11035 cm y escoge centro en alineación vertical y horizontal.
11036  La alineación vertical se utiliza para todas las celdas de la fila.
11037  Como nuestro texto es menor de 2.5
11038 \begin_inset Space \thinspace{}
11039 \end_inset
11040
11041 cm, sólo aparece una línea.
11042  Para poner dos añadimos un salto de línea con el comando en ERT
11043 \end_layout
11044
11045 \begin_layout Standard
11046
11047 \series bold
11048
11049 \backslash
11050 linebreak
11051 \end_layout
11052
11053 \begin_layout Standard
11054 Si el texto es más ancho que la celda será automáticamente dividido en líneas.
11055 \end_layout
11056
11057 \begin_layout Standard
11058 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11059  con guión si es la primera entrada.
11060  Por eso hay que insertar algo para que dicha palabra no sea la primera
11061  entrada: añade el comando
11062 \end_layout
11063
11064 \begin_layout Standard
11065
11066 \series bold
11067
11068 \backslash
11069 hspace{0pt}
11070 \end_layout
11071
11072 \begin_layout Standard
11073 en ERT antes de la palabra.
11074  Como el espacio es 0 la salida no cambia.
11075  La tabla
11076 \begin_inset Space ~
11077 \end_inset
11078
11079
11080 \begin_inset CommandInset ref
11081 LatexCommand ref
11082 reference "tab:Tabla-con-y"
11083
11084 \end_inset
11085
11086  muestra el efecto.
11087 \end_layout
11088
11089 \begin_layout Standard
11090 \begin_inset Float table
11091 placement b
11092 wide false
11093 sideways false
11094 status open
11095
11096 \begin_layout Plain Layout
11097 \begin_inset Caption
11098
11099 \begin_layout Plain Layout
11100 \begin_inset CommandInset label
11101 LatexCommand label
11102 name "tab:Tabla-con-y"
11103
11104 \end_inset
11105
11106 Tablas con y sin guión
11107 \end_layout
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \begin_layout Plain Layout
11115 \begin_inset Space \hfill{}
11116 \end_inset
11117
11118
11119 \begin_inset Tabular
11120 <lyxtabular version="3" rows="3" columns="3">
11121 <features>
11122 <column alignment="center" valignment="middle" width="2.5cm">
11123 <column alignment="center" valignment="middle" width="0">
11124 <column alignment="center" valignment="middle" width="0">
11125 <row>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 celdaconpalabramuylarga
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 b
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148 c
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 </row>
11154 <row>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 d
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 e
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 f
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 <row>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 g
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 h
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 i
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 </lyxtabular>
11213
11214 \end_inset
11215
11216
11217 \begin_inset Space \hfill{}
11218 \end_inset
11219
11220
11221 \begin_inset Tabular
11222 <lyxtabular version="3" rows="3" columns="3">
11223 <features>
11224 <column alignment="center" valignment="middle" width="2.5cm">
11225 <column alignment="center" valignment="middle" width="0">
11226 <column alignment="center" valignment="middle" width="0">
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset ERT
11233 status collapsed
11234
11235 \begin_layout Plain Layout
11236
11237
11238 \backslash
11239 hspace{0pt}
11240 \end_layout
11241
11242 \end_inset
11243
11244 celdaconpalabramuylarga
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 b
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 c
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 <row>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 d
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 e
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 f
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 g
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 h
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 i
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 </lyxtabular>
11327
11328 \end_inset
11329
11330
11331 \begin_inset Space \hfill{}
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Subsection
11343 Multicolumnas
11344 \begin_inset CommandInset label
11345 LatexCommand label
11346 name "sub:Multicolumnas"
11347
11348 \end_inset
11349
11350
11351 \begin_inset Index
11352 status collapsed
11353
11354 \begin_layout Plain Layout
11355 Multicolumnas
11356 \end_layout
11357
11358 \end_inset
11359
11360
11361 \begin_inset Index
11362 status collapsed
11363
11364 \begin_layout Plain Layout
11365 Tablas ! Multicolumnas
11366 \end_layout
11367
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \begin_layout Subsubsection
11374 Fundamentos de multicolumna
11375 \end_layout
11376
11377 \begin_layout Standard
11378 Para extender una celda sobre varias columnas, se marcan las celdas que
11379  se desee combinar y se usa el botón 
11380 \begin_inset Graphics
11381         filename ../../images/tabular-feature_multicolumn.png
11382         scale 85
11383
11384 \end_inset
11385
11386 , el menú 
11387 \family sans
11388 Editar\SpecialChar \menuseparator
11389 Tabla\SpecialChar \menuseparator
11390 Multicolumna
11391 \family default
11392 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11393  bajo la solapa 
11394 \family sans
11395 Configuración
11396 \family default
11397 , la casilla Multicolumna.
11398 \end_layout
11399
11400 \begin_layout Standard
11401 Las multicolumnas tienen su propia configuración de celdas.
11402  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11403  multicolumna.
11404  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11405  otra en la última fila sin borde superior:
11406 \end_layout
11407
11408 \begin_layout Standard
11409 \align center
11410 \begin_inset Tabular
11411 <lyxtabular version="3" rows="3" columns="4">
11412 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11413 <column alignment="center" valignment="top" width="0pt">
11414 <column alignment="center" valignment="middle" width="0">
11415 <column alignment="center" valignment="top" width="0in">
11416 <column alignment="center" valignment="top" width="0pt">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 abc
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 def ghi
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 jkl
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460
11461 \family roman
11462 \series medium
11463 \shape up
11464 \size normal
11465 \emph off
11466 \bar no
11467 \noun off
11468 \color none
11469 A
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 B
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 C
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 D
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 1
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 2
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 3
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 4
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 </lyxtabular>
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Subsubsection
11548 Cálculos en multicolumnas
11549 \begin_inset CommandInset label
11550 LatexCommand label
11551 name "sub:Cálculos-en-Multicolumnas"
11552
11553 \end_inset
11554
11555
11556 \begin_inset Index
11557 status collapsed
11558
11559 \begin_layout Plain Layout
11560 Multicolumnas ! Cálculos
11561 \end_layout
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Standard
11569 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11570  la anchura de celda de las columnas combinadas en la celda multicolumna.
11571 \end_layout
11572
11573 \begin_layout Standard
11574 \begin_inset Float table
11575 wide false
11576 sideways false
11577 status open
11578
11579 \begin_layout Plain Layout
11580 \begin_inset Caption
11581
11582 \begin_layout Plain Layout
11583 \begin_inset CommandInset label
11584 LatexCommand label
11585 name "tab:Tabla-con-centrado"
11586
11587 \end_inset
11588
11589 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11590 te la mitad de anchura que la celda multicolumna
11591 \begin_inset OptArg
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595 Tabla multicolumna perfecta
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Plain Layout
11609 \align center
11610 \begin_inset Tabular
11611 <lyxtabular version="3" rows="3" columns="3">
11612 <features>
11613 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11614 <column alignment="center" valignment="middle" width="0">
11615 <column alignment="center" valignment="top" width="0">
11616 <row>
11617 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 multicolumna línea múltiple
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 c
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 d
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 e
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 f
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 g
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 h
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 i
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 </lyxtabular>
11704
11705 \end_inset
11706
11707
11708 \end_layout
11709
11710 \end_inset
11711
11712
11713 \end_layout
11714
11715 \begin_layout Standard
11716 Por ejemplo, para crear la tabla
11717 \begin_inset Space ~
11718 \end_inset
11719
11720
11721 \begin_inset CommandInset ref
11722 LatexCommand ref
11723 reference "tab:Tabla-con-centrado"
11724
11725 \end_inset
11726
11727 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11728  clic-derecha.
11729  En el diálogo marca 
11730 \emph on
11731 multicolumna
11732 \emph default
11733
11734 \emph on
11735 alineación centro
11736 \emph default
11737  y una anchura de 2.5
11738 \begin_inset Space \thinspace{}
11739 \end_inset
11740
11741 cm.
11742  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11743  de la celda multicolumna, así que deberías ajustar 1.25
11744 \begin_inset Space \thinspace{}
11745 \end_inset
11746
11747 cm para la primera columna.
11748  La segunda columna tendrá entonces automáticamente 1.25
11749 \begin_inset Space \thinspace{}
11750 \end_inset
11751
11752 cm de anchura.
11753  Para la tabla
11754 \begin_inset Space ~
11755 \end_inset
11756
11757
11758 \begin_inset CommandInset ref
11759 LatexCommand ref
11760 reference "tab:Tabla-sin-mitad"
11761
11762 \end_inset
11763
11764  se ha procedido de la siguiente manera:
11765 \end_layout
11766
11767 \begin_layout Standard
11768 \begin_inset Float table
11769 wide false
11770 sideways false
11771 status open
11772
11773 \begin_layout Plain Layout
11774 \begin_inset Caption
11775
11776 \begin_layout Plain Layout
11777 \begin_inset CommandInset label
11778 LatexCommand label
11779 name "tab:Tabla-sin-mitad"
11780
11781 \end_inset
11782
11783 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11784  anchura que la celda multicolumna
11785 \begin_inset OptArg
11786 status open
11787
11788 \begin_layout Plain Layout
11789 Tabla multicolumna imperfecta
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \begin_layout Plain Layout
11803 \align center
11804 \begin_inset Tabular
11805 <lyxtabular version="3" rows="3" columns="3">
11806 <features>
11807 <column alignment="center" valignment="top" width="1.25cm">
11808 <column alignment="center" valignment="top" width="0">
11809 <column alignment="center" valignment="top" width="0">
11810 <row>
11811 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 multicolumna línea múltiple
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 c
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 <row>
11840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 d
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 e
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 f
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 g
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 h
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 i
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 </lyxtabular>
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \begin_layout Standard
11910 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11911 a, es un poco mayor.
11912  La razón es que la anchura dada para una celda 
11913 \begin_inset Formula $W_{g}$
11914 \end_inset
11915
11916  no es su anchura total 
11917 \begin_inset Formula $W_{\mathrm{tot}}$
11918 \end_inset
11919
11920  porque una celda es siempre algo mayor que la anchura dada.
11921  El apéndice
11922 \begin_inset Space ~
11923 \end_inset
11924
11925
11926 \begin_inset CommandInset ref
11927 LatexCommand eqref
11928 reference "cha:Explicación-de-la-Ecuación"
11929
11930 \end_inset
11931
11932  lo explica con detalle.
11933 \end_layout
11934
11935 \begin_layout Standard
11936 La anchura dada necesaria, 
11937 \begin_inset Formula $W_{g\, n}$
11938 \end_inset
11939
11940  para combinar 
11941 \emph on
11942 n
11943 \emph default
11944  columnas puede calcularse de manera que cada columna tenga una anchura
11945  total de 
11946 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11947 \end_inset
11948
11949 :
11950 \begin_inset Formula \begin{equation}
11951 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 En nuestro caso tenemos 
11960 \begin_inset Formula $n=2$
11961 \end_inset
11962
11963
11964 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11965 \end_inset
11966
11967
11968 \begin_inset Space \thinspace{}
11969 \end_inset
11970
11971 cm y los valores predeterminados para longitudes, así la ecuación
11972 \begin_inset Space ~
11973 \end_inset
11974
11975
11976 \begin_inset CommandInset ref
11977 LatexCommand ref
11978 reference "eq:Wgn"
11979
11980 \end_inset
11981
11982  queda
11983 \begin_inset Formula \begin{equation}
11984 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11993  
11994 \series bold
11995 calc
11996 \series default
11997  con la línea
11998 \begin_inset Index
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002 LaTeX-paquetes ! calc
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Standard
12011
12012 \series bold
12013
12014 \backslash
12015 usepackage{calc}
12016 \end_layout
12017
12018 \begin_layout Standard
12019 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12020  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12021  He aquí un repaso de los argumentos:
12022 \end_layout
12023
12024 \begin_layout Itemize
12025
12026 \series bold
12027 p{ancho}
12028 \series default
12029  crea celdas con anchura fija, el texto alineado arriba
12030 \end_layout
12031
12032 \begin_layout Itemize
12033
12034 \series bold
12035 m{ancho}
12036 \series default
12037  crea celdas con anchura fija, el texto con alineación vertical centrada
12038  
12039 \end_layout
12040
12041 \begin_layout Itemize
12042
12043 \series bold
12044 b{ancho}
12045 \series default
12046  crea celdas con anchura fija, el texto alineado abajo
12047 \end_layout
12048
12049 \begin_layout Standard
12050 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12051  en el diálogo se ignoran.
12052 \end_layout
12053
12054 \begin_layout Standard
12055 \begin_inset Note Greyedout
12056 status open
12057
12058 \begin_layout Plain Layout
12059
12060 \series bold
12061 Nota:
12062 \series default
12063  Debido a un error, LyX muestra de todas formas estas propiedades.
12064 \end_layout
12065
12066 \end_inset
12067
12068  
12069 \end_layout
12070
12071 \begin_layout Standard
12072 El comando 
12073 \series bold
12074
12075 \backslash
12076 centering
12077 \series default
12078  centra horizontalmente el texto.
12079  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12080  columna extendida:
12081 \end_layout
12082
12083 \begin_layout Standard
12084
12085 \series bold
12086 >{
12087 \backslash
12088 centering}m{1.25cm-6.2pt}
12089 \end_layout
12090
12091 \begin_layout Standard
12092 El comando 
12093 \series bold
12094 >{ }
12095 \series default
12096  significa que los comandos entre llaves se aplican antes de crear la celda.
12097 \end_layout
12098
12099 \begin_layout Standard
12100 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12101 , aún está alineado a la izquierda.
12102  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12103  Así que para multicolumnas hemos de usar el argumento de LaTeX
12104 \end_layout
12105
12106 \begin_layout Standard
12107
12108 \series bold
12109 >{
12110 \backslash
12111 centering}m{2.5cm}
12112 \end_layout
12113
12114 \begin_layout Subsection
12115 Multifilas
12116 \begin_inset Index
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120 Multifilas
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \begin_inset Index
12127 status collapsed
12128
12129 \begin_layout Plain Layout
12130 Tablas ! Multifilas
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \begin_inset Index
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140 LaTeX-paquetes ! multirow
12141 \end_layout
12142
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \begin_layout Standard
12149 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12150  hace falta un poco de ERT.
12151  Hay que cargar el paquete de LaTeX 
12152 \series bold
12153 multirow
12154 \series default
12155  en el preámbulo del documento con el comando
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161
12162 \backslash
12163 usepackage{multirow}
12164 \end_layout
12165
12166 \begin_layout Standard
12167 Las multifilas se crean con el comando
12168 \end_layout
12169
12170 \begin_layout Standard
12171
12172 \series bold
12173
12174 \backslash
12175 multirow{número de filas}{ancho de celda}{entrada de celda}
12176 \end_layout
12177
12178 \begin_layout Standard
12179 Para crear la siguiente tabla:
12180 \end_layout
12181
12182 \begin_layout Standard
12183 \align center
12184 \begin_inset ERT
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188
12189
12190 \backslash
12191 renewcommand{
12192 \backslash
12193 multirowsetup}{
12194 \backslash
12195 centering}
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \begin_inset Tabular
12202 <lyxtabular version="3" rows="3" columns="3">
12203 <features>
12204 <column alignment="center" valignment="top" width="0">
12205 <column alignment="center" valignment="top" width="0">
12206 <column alignment="center" valignment="top" width="0">
12207 <row>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 a
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 b
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 c
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 </row>
12236 <row>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 \begin_inset ERT
12242 status collapsed
12243
12244 \begin_layout Plain Layout
12245
12246
12247 \backslash
12248 multirow{2}{2.5cm}{
12249 \end_layout
12250
12251 \end_inset
12252
12253 entrada multifila
12254 \begin_inset ERT
12255 status collapsed
12256
12257 \begin_layout Plain Layout
12258
12259 }
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 e
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 f
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 </row>
12288 <row>
12289 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 h
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 i
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 </row>
12317 </lyxtabular>
12318
12319 \end_inset
12320
12321
12322 \begin_inset ERT
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326
12327
12328 \backslash
12329 renewcommand{
12330 \backslash
12331 multirowsetup}{
12332 \backslash
12333 raggedright}
12334 \end_layout
12335
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \begin_layout Standard
12342 crea una tabla 3×3.
12343  Para quitar la línea sobre la última celda en la primera columna, se marca
12344  la celda como multicolumna y se quita el borde superior.
12345  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12346  ahí el comando
12347 \end_layout
12348
12349 \begin_layout Standard
12350
12351 \series bold
12352
12353 \backslash
12354 multirow{2}{2.5cm}{
12355 \end_layout
12356
12357 \begin_layout Standard
12358 como ERT.
12359  Según los parámetros del comando la multifila se expande a dos filas y
12360  tiene de ancho 2.5
12361 \begin_inset Space \thinspace{}
12362 \end_inset
12363
12364 cm.
12365  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12366  finaliza con llave derecha 
12367 \series bold
12368 }
12369 \series default
12370  en otro cuadro ERT tras el texto.
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376
12377 \backslash
12378 multirow
12379 \series default
12380  alinea su contenido a la izquierda por defecto.
12381  Para cambiarlo renombra el comando 
12382 \series bold
12383
12384 \backslash
12385 multirowsetup
12386 \series default
12387  con el comando
12388 \end_layout
12389
12390 \begin_layout Standard
12391
12392 \series bold
12393
12394 \backslash
12395 renewcommand{
12396 \backslash
12397 multirowsetup}{
12398 \backslash
12399 centering}
12400 \end_layout
12401
12402 \begin_layout Standard
12403 en ERT en el preámbulo del documento.
12404  Entonces se centran todas las entradas de celdas multifila en el documento.
12405  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12406  en ERT justo antes de la tabla en lugar de en el preámbulo.
12407  Si el texto debe estar alineado a la derecha, reemplaza 
12408 \series bold
12409
12410 \backslash
12411 centering
12412 \series default
12413  por 
12414 \series bold
12415
12416 \backslash
12417 raggedleft
12418 \series default
12419 .
12420  Para volver a alineado a la izquierda usa 
12421 \series bold
12422
12423 \backslash
12424 raggedright
12425 \series default
12426 .
12427 \end_layout
12428
12429 \begin_layout Section
12430 Tablas formales
12431 \begin_inset CommandInset label
12432 LatexCommand label
12433 name "sec:Tablas-Formales"
12434
12435 \end_inset
12436
12437
12438 \begin_inset Index
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Tablas Formales
12443 \end_layout
12444
12445 \end_inset
12446
12447
12448 \begin_inset Index
12449 status collapsed
12450
12451 \begin_layout Plain Layout
12452 Tablas ! Estilo formal
12453 \end_layout
12454
12455 \end_inset
12456
12457  
12458 \end_layout
12459
12460 \begin_layout Standard
12461 En los libros, las tablas se suelen presentar en un formato como el de la
12462  tabla 
12463 \begin_inset Space ~
12464 \end_inset
12465
12466
12467 \begin_inset CommandInset ref
12468 LatexCommand ref
12469 reference "tab:Ejemplo-tabla-formal"
12470
12471 \end_inset
12472
12473 .
12474  Se denominan tablas 
12475 \emph on
12476 formales
12477 \emph default
12478 .
12479  Para hacer tablas con este diseño, elige 
12480 \family sans
12481 Estilo
12482 \family default
12483
12484 \begin_inset Space ~
12485 \end_inset
12486
12487
12488 \family sans
12489 Formal
12490 \family default
12491  en la solapa 
12492 \family sans
12493 Bordes
12494 \family default
12495  del cuadro de diálogo de tablas.
12496 \end_layout
12497
12498 \begin_layout Standard
12499 \begin_inset Float table
12500 placement h
12501 wide false
12502 sideways false
12503 status open
12504
12505 \begin_layout Plain Layout
12506 \begin_inset Caption
12507
12508 \begin_layout Plain Layout
12509 \begin_inset CommandInset label
12510 LatexCommand label
12511 name "tab:Ejemplo-tabla-formal"
12512
12513 \end_inset
12514
12515 Ejemplo de tabla formal
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Plain Layout
12524 \align center
12525 \begin_inset Tabular
12526 <lyxtabular version="3" rows="8" columns="4">
12527 <features booktabs="true">
12528 <column alignment="center" valignment="top" width="0">
12529 <column alignment="center" valignment="top" width="0">
12530 <column alignment="center" valignment="top" width="0">
12531 <column alignment="center" valignment="top" width="0">
12532 <row>
12533 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 System
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 Medipix
12547 \begin_inset Formula $\,$
12548 \end_inset
12549
12550 1
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 Medipix
12560 \begin_inset Formula $\,$
12561 \end_inset
12562
12563 2
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 <row>
12579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587
12588
12589 \backslash
12590 cmidrule(r){2-2}
12591 \end_layout
12592
12593 \end_inset
12594
12595
12596 \begin_inset ERT
12597 status collapsed
12598
12599 \begin_layout Plain Layout
12600
12601
12602 \backslash
12603 cmidrule(l){3-4}
12604 \end_layout
12605
12606 \end_inset
12607
12608 Detector thickness [µm]
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 300
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 300
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 700
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 <row>
12642 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 Edge angle [°]
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 3.55
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" topline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 2.71
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 7.99
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 </row>
12679 <row topspace="default">
12680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 Spatial resolution [µm]
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 4.26
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 10.17
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 10.56
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 </row>
12717 <row topspace="default">
12718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 MTF at 
12723 \begin_inset Formula $f_{\mathrm{max}}$
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 0.53
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 0.37
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 0.39
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 <row topspace="default">
12760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 \begin_inset ERT
12765 status collapsed
12766
12767 \begin_layout Plain Layout
12768
12769
12770 \backslash
12771 cmidrule(l{10pt}){1-1}
12772 \end_layout
12773
12774 \end_inset
12775
12776 LSF-spatial resolution
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 in µm
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 129.7
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 52.75
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 50.78
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 </row>
12847 <row>
12848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 in % of pixel size
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 76.3
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 95.9
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 92.3
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 </row>
12885 </lyxtabular>
12886
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \begin_layout Standard
12898 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12899  correspondientes que se encuentran en la solapa 
12900 \family sans
12901 Bordes 
12902 \family default
12903 del diálogo
12904 \family sans
12905  Configuración
12906 \begin_inset Space ~
12907 \end_inset
12908
12909 de
12910 \begin_inset Space ~
12911 \end_inset
12912
12913 la
12914 \begin_inset Space ~
12915 \end_inset
12916
12917 tabla
12918 \family default
12919 , como se explica en la sección
12920 \begin_inset Space ~
12921 \end_inset
12922
12923
12924 \begin_inset CommandInset ref
12925 LatexCommand ref
12926 reference "sub:Espacio-adicional"
12927
12928 \end_inset
12929
12930
12931 \end_layout
12932
12933 \begin_layout Standard
12934 A diferencia de las tablas normales, las tablas formales no tienen líneas
12935  verticales.
12936  Las líneas horizontales se pueden poner o no como en las tablas normales,
12937  pero en la salida se mostrarán con distinto grosor:
12938 \begin_inset Newline newline
12939 \end_inset
12940
12941 Las líneas primera y última tienen un grosor predeterminado de 0.08
12942 \begin_inset Space \thinspace{}
12943 \end_inset
12944
12945 em, las demás tienen un grosor predeterminado de 0.05
12946 \begin_inset Space \thinspace{}
12947 \end_inset
12948
12949 em.
12950 \end_layout
12951
12952 \begin_layout Standard
12953 Estos valores predeterminados se pueden cambiar
12954 \series bold
12955  
12956 \series default
12957 con las líneas de preámbulo:
12958 \end_layout
12959
12960 \begin_layout Standard
12961
12962 \series bold
12963
12964 \backslash
12965 let
12966 \backslash
12967 mytoprule
12968 \backslash
12969 toprule
12970 \begin_inset Newline newline
12971 \end_inset
12972
12973
12974 \backslash
12975 renewcommand{
12976 \backslash
12977 toprule}{
12978 \backslash
12979 mytoprule[grosor]}
12980 \end_layout
12981
12982 \begin_layout Standard
12983 Este ejemplo es para la primera línea, la denominada 
12984 \series bold
12985 toprule
12986 \series default
12987 .
12988  Si quieres cambiar el grosor de la última línea, reemplaza 
12989 \series bold
12990 toprule
12991 \series default
12992  por 
12993 \series bold
12994 bottomrule
12995 \series default
12996 .
12997  Y para cambiar el grosor de las demás líneas cambia 
12998 \series bold
12999 toprule
13000 \series default
13001  por 
13002 \series bold
13003 midrule
13004 \series default
13005 .
13006  Puedes usar cualquiera de las unidades listadas en el apéndice
13007 \begin_inset Space ~
13008 \end_inset
13009
13010
13011 \begin_inset CommandInset ref
13012 LatexCommand ref
13013 reference "cha:Unidades-disponibles-en"
13014
13015 \end_inset
13016
13017 para establecer el grosor.
13018 \end_layout
13019
13020 \begin_layout Standard
13021 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
13022  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13023  LyX empleará internamente el comando 
13024 \series bold
13025
13026 \backslash
13027 cmidrule
13028 \series default
13029  para dibujar la línea.
13030  El esquema completo es
13031 \end_layout
13032
13033 \begin_layout Standard
13034
13035 \series bold
13036
13037 \backslash
13038 cmidrule[grosor](recorte){inicol-fincol}
13039 \end_layout
13040
13041 \begin_layout Standard
13042 Por el momento, LyX no soporta las opciones de 
13043 \series bold
13044
13045 \backslash
13046 cmidrule
13047 \series default
13048 , así que para usarlas hay que emplear ERT.
13049  Las líneas 
13050 \series bold
13051
13052 \backslash
13053 cmidrule
13054 \series default
13055  se pueden insertar manualmente con el comando en ERT como primera entrada
13056  de la primera celda de una fila.
13057  En la salida se dibujará la línea sobre dicha fila.
13058 \end_layout
13059
13060 \begin_layout Standard
13061 El grosor predeterminado es 0.03
13062 \begin_inset Space \thinspace{}
13063 \end_inset
13064
13065 em.
13066  
13067 \series bold
13068 inicol
13069 \series default
13070  es el número de la columna en la que comienza la línea y 
13071 \series bold
13072 fincol
13073 \series default
13074  es el número de la columna en la que acaba la línea.
13075  El valor 
13076 \series bold
13077 fincol
13078 \series default
13079  debe especificarse siempre, aunque la línea se extienda sobre una sola
13080  columna.
13081  El parámetro opcional 
13082 \series bold
13083 recorte
13084 \series default
13085  debe ser 
13086 \emph on
13087 l{recorte}
13088 \emph default
13089  o 
13090 \emph on
13091 r{recorte}
13092 \emph default
13093 , donde 
13094 \emph on
13095 recorte
13096 \emph default
13097  también es opcional.
13098  Por ejemplo, el parámetro 
13099 \emph on
13100 l{2pt}
13101 \emph default
13102  significa que la línea se recorta 2
13103 \begin_inset Space \thinspace{}
13104 \end_inset
13105
13106 pt por su izquierda.
13107  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13108 \begin_inset Space \thinspace{}
13109 \end_inset
13110
13111 em.
13112
13113 \series bold
13114  
13115 \end_layout
13116
13117 \begin_layout Standard
13118
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset VSpace bigskip
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \begin_layout Standard
13129 La tabla
13130 \begin_inset Space ~
13131 \end_inset
13132
13133
13134 \begin_inset CommandInset ref
13135 LatexCommand ref
13136 reference "tab:Ejemplo-tabla-formal"
13137
13138 \end_inset
13139
13140  se ha creado con los comandos
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 cmidrule(r){2-2}
13149 \backslash
13150 cmidrule(l){3-4}
13151 \end_layout
13152
13153 \begin_layout Standard
13154 en la segunda fila, 
13155 \series bold
13156
13157 \backslash
13158 midrule
13159 \series default
13160  en la tercera, y
13161 \end_layout
13162
13163 \begin_layout Standard
13164
13165 \series bold
13166
13167 \backslash
13168 cmidrule(l{10pt}){1-1}
13169 \end_layout
13170
13171 \begin_layout Standard
13172 en la sexta fila.
13173 \end_layout
13174
13175 \begin_layout Standard
13176 \begin_inset VSpace bigskip
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183 Quizá quieras superponer líneas 
13184 \series bold
13185
13186 \backslash
13187 cmidrules
13188 \series default
13189  como en la tabla
13190 \begin_inset Space ~
13191 \end_inset
13192
13193
13194 \begin_inset CommandInset ref
13195 LatexCommand ref
13196 reference "tab:Tabla-formal-especial"
13197
13198 \end_inset
13199
13200 .
13201  Esto se consigue con el comando ERT
13202 \end_layout
13203
13204 \begin_layout Standard
13205
13206 \series bold
13207
13208 \backslash
13209 morecmidrules
13210 \end_layout
13211
13212 \begin_layout Standard
13213 El comando que se ha utilizado para la segunda fila de la tabla
13214 \begin_inset Space ~
13215 \end_inset
13216
13217
13218 \begin_inset CommandInset ref
13219 LatexCommand ref
13220 reference "tab:Tabla-formal-especial"
13221
13222 \end_inset
13223
13224  es
13225 \end_layout
13226
13227 \begin_layout Standard
13228
13229 \series bold
13230
13231 \backslash
13232 cmidrule(r){2-2}
13233 \backslash
13234 cmidrule(l){3-4}
13235 \backslash
13236 morecmidrules
13237 \backslash
13238 cmidrule{2-4}
13239 \end_layout
13240
13241 \begin_layout Standard
13242 El comando para la sexta fila es
13243 \end_layout
13244
13245 \begin_layout Standard
13246
13247 \series bold
13248
13249 \backslash
13250 midrule
13251 \backslash
13252 morecmidrules
13253 \backslash
13254 cmidrule{3-4}
13255 \series default
13256
13257 \begin_inset VSpace bigskip
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Standard
13264 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13265  el siguiente comando para dibujar líneas que se extienden sobre todas las
13266  columnas
13267 \end_layout
13268
13269 \begin_layout Standard
13270
13271 \series bold
13272
13273 \backslash
13274 specialrule{anchura}{espacio superior}{espacio inferior}
13275 \end_layout
13276
13277 \begin_layout Standard
13278 Para más información sobre estas características especiales, acude al manual
13279  del paquete LaTeX 
13280 \series bold
13281 booktabs
13282 \series default
13283
13284 \begin_inset CommandInset citation
13285 LatexCommand cite
13286 key "booktabs"
13287
13288 \end_inset
13289
13290 .
13291 \begin_inset Index
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295 LaTeX-paquetes ! booktabs
13296 \end_layout
13297
13298 \end_inset
13299
13300  
13301 \begin_inset VSpace bigskip
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Standard
13308 \begin_inset Float table
13309 placement h
13310 wide false
13311 sideways false
13312 status open
13313
13314 \begin_layout Plain Layout
13315 \begin_inset Caption
13316
13317 \begin_layout Plain Layout
13318 \begin_inset CommandInset label
13319 LatexCommand label
13320 name "tab:Tabla-formal-especial"
13321
13322 \end_inset
13323
13324 Tabla formal especial
13325 \end_layout
13326
13327 \end_inset
13328
13329
13330 \end_layout
13331
13332 \begin_layout Plain Layout
13333 \align center
13334 \begin_inset Tabular
13335 <lyxtabular version="3" rows="8" columns="4">
13336 <features booktabs="true">
13337 <column alignment="center" valignment="top" width="0">
13338 <column alignment="center" valignment="top" width="0">
13339 <column alignment="center" valignment="top" width="0">
13340 <column alignment="center" valignment="top" width="0">
13341 <row>
13342 <cell alignment="center" valignment="top" topline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 System
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 Medipix
13356 \begin_inset Space \thinspace{}
13357 \end_inset
13358
13359 1
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 Medipix
13369 \begin_inset Space \thinspace{}
13370 \end_inset
13371
13372 2
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 \begin_inset ERT
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396
13397
13398 \backslash
13399 cmidrule(r){2-2}
13400 \end_layout
13401
13402 \end_inset
13403
13404
13405 \begin_inset ERT
13406 status collapsed
13407
13408 \begin_layout Plain Layout
13409
13410
13411 \backslash
13412 cmidrule(l){3-4}
13413 \end_layout
13414
13415 \end_inset
13416
13417
13418 \begin_inset ERT
13419 status collapsed
13420
13421 \begin_layout Plain Layout
13422
13423
13424 \backslash
13425 morecmidrules 
13426 \end_layout
13427
13428 \end_inset
13429
13430
13431 \begin_inset ERT
13432 status collapsed
13433
13434 \begin_layout Plain Layout
13435
13436
13437 \backslash
13438 cmidrule{2-4}
13439 \end_layout
13440
13441 \end_inset
13442
13443 Detector thickness [µm]
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 300
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 300
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 700
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 </row>
13476 <row>
13477 <cell alignment="center" valignment="top" topline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 Edge angle [°]
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 3.55
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 2.71
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 7.99
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 </row>
13514 <row topspace="default">
13515 <cell alignment="center" valignment="top" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 Spatial resolution [µm]
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 4.26
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 10.17
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 10.56
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 <row topspace="default">
13553 <cell alignment="center" valignment="top" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 MTF at 
13558 \begin_inset Formula $f_{\mathrm{max}}$
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 0.53
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 0.37
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 0.39
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 </row>
13594 <row>
13595 <cell alignment="center" valignment="top" topline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 \begin_inset ERT
13600 status collapsed
13601
13602 \begin_layout Plain Layout
13603
13604
13605 \backslash
13606 morecmidrules 
13607 \end_layout
13608
13609 \end_inset
13610
13611
13612 \begin_inset ERT
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616
13617
13618 \backslash
13619 cmidrule{3-4}
13620 \end_layout
13621
13622 \end_inset
13623
13624 LSF-spatial resolution
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 </row>
13657 <row>
13658 <cell alignment="center" valignment="top" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 in µm
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 129.7
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 52.75
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 50.78
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 </row>
13695 <row>
13696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 in % of pixel size
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 76.3
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 95.9
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 92.3
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 </row>
13733 </lyxtabular>
13734
13735 \end_inset
13736
13737
13738 \end_layout
13739
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \begin_layout Section
13746 Alineación vertical de tablas
13747 \begin_inset Index
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751 Tablas ! Alineación vertical
13752 \end_layout
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \begin_layout Standard
13760 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13761  en un cuadro.
13762  Entonces el cuadro se puede alinear verticalmente como se describe en la
13763  sección
13764 \begin_inset Space ~
13765 \end_inset
13766
13767
13768 \begin_inset CommandInset ref
13769 LatexCommand ref
13770 reference "sec:Diálogo-Cuadros"
13771
13772 \end_inset
13773
13774 .
13775  
13776 \end_layout
13777
13778 \begin_layout Standard
13779 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13780 \begin_inset Foot
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784 Las minipáginas se describen en la sección
13785 \begin_inset Space ~
13786 \end_inset
13787
13788
13789 \begin_inset CommandInset ref
13790 LatexCommand ref
13791 reference "sec:Minipáginas"
13792
13793 \end_inset
13794
13795 .
13796 \end_layout
13797
13798 \end_inset
13799
13800  que tiene una anchura de 15
13801 \begin_inset Space \thinspace{}
13802 \end_inset
13803
13804 col%:
13805 \end_layout
13806
13807 \begin_layout Itemize
13808 test 
13809 \begin_inset Box Frameless
13810 position "t"
13811 hor_pos "c"
13812 has_inner_box 1
13813 inner_pos "c"
13814 use_parbox 0
13815 width "15col%"
13816 special "none"
13817 height "1in"
13818 height_special "totalheight"
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822 \begin_inset Tabular
13823 <lyxtabular version="3" rows="3" columns="3">
13824 <features>
13825 <column alignment="center" valignment="top" width="0">
13826 <column alignment="center" valignment="top" width="0">
13827 <column alignment="center" valignment="top" width="0">
13828 <row>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 a
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 d
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 g
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
13858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 b
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 e
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 h
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 </row>
13886 <row>
13887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 c
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 f
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 i
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 </row>
13915 </lyxtabular>
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \end_inset
13923
13924  test 
13925 \begin_inset ERT
13926 status collapsed
13927
13928 \begin_layout Plain Layout
13929
13930
13931 \backslash
13932 raisebox{0.85
13933 \backslash
13934 baselineskip}{
13935 \end_layout
13936
13937 \end_inset
13938
13939
13940 \begin_inset Box Frameless
13941 position "t"
13942 hor_pos "c"
13943 has_inner_box 1
13944 inner_pos "c"
13945 use_parbox 0
13946 width "15col%"
13947 special "none"
13948 height "1in"
13949 height_special "totalheight"
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953 \begin_inset Tabular
13954 <lyxtabular version="3" rows="3" columns="3">
13955 <features>
13956 <column alignment="center" valignment="top" width="0">
13957 <column alignment="center" valignment="top" width="0">
13958 <column alignment="center" valignment="top" width="0">
13959 <row>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 a
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 d
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 g
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 </row>
13988 <row>
13989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 b
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 e
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 h
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 </row>
14017 <row>
14018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 c
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 f
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 i
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 </lyxtabular>
14047
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \end_inset
14054
14055
14056 \begin_inset ERT
14057 status collapsed
14058
14059 \begin_layout Plain Layout
14060
14061 }
14062 \end_layout
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Itemize
14070 test 
14071 \begin_inset Box Frameless
14072 position "c"
14073 hor_pos "c"
14074 has_inner_box 1
14075 inner_pos "c"
14076 use_parbox 0
14077 width "15col%"
14078 special "none"
14079 height "1in"
14080 height_special "totalheight"
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084 \begin_inset Tabular
14085 <lyxtabular version="3" rows="3" columns="3">
14086 <features>
14087 <column alignment="center" valignment="top" width="0">
14088 <column alignment="center" valignment="top" width="0">
14089 <column alignment="center" valignment="top" width="0">
14090 <row>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 a
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 d
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 g
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 <row>
14120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 b
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 e
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 h
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 </row>
14148 <row>
14149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 c
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 f
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 i
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 </row>
14177 </lyxtabular>
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Itemize
14190 test 
14191 \begin_inset Box Frameless
14192 position "b"
14193 hor_pos "c"
14194 has_inner_box 1
14195 inner_pos "c"
14196 use_parbox 0
14197 width "15col%"
14198 special "none"
14199 height "1in"
14200 height_special "totalheight"
14201 status collapsed
14202
14203 \begin_layout Plain Layout
14204 \begin_inset Tabular
14205 <lyxtabular version="3" rows="3" columns="3">
14206 <features>
14207 <column alignment="center" valignment="top" width="0">
14208 <column alignment="center" valignment="top" width="0">
14209 <column alignment="center" valignment="top" width="0">
14210 <row>
14211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 a
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 d
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233 g
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 </row>
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 b
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 e
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 h
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 </row>
14268 <row>
14269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 c
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 f
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 i
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 </lyxtabular>
14298
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \end_inset
14305
14306  test 
14307 \begin_inset ERT
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311
14312
14313 \backslash
14314 raisebox{-0.32
14315 \backslash
14316 baselineskip}{
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset Box Frameless
14323 position "b"
14324 hor_pos "c"
14325 has_inner_box 1
14326 inner_pos "c"
14327 use_parbox 0
14328 width "15col%"
14329 special "none"
14330 height "1in"
14331 height_special "totalheight"
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335 \begin_inset Tabular
14336 <lyxtabular version="3" rows="3" columns="3">
14337 <features>
14338 <column alignment="center" valignment="top" width="0">
14339 <column alignment="center" valignment="top" width="0">
14340 <column alignment="center" valignment="top" width="0">
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 a
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 d
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 g
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 b
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 e
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 h
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row>
14400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 c
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 f
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 i
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 </lyxtabular>
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \begin_inset ERT
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442
14443 }
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Standard
14452 Como ves, los contenidos de la primera y última filas no se alinean correctament
14453 e con la línea de texto donde está la tabla.
14454  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14455  un cuadro elevado (
14456 \begin_inset Quotes eld
14457 \end_inset
14458
14459 raisebox
14460 \begin_inset Quotes erd
14461 \end_inset
14462
14463 )
14464 \begin_inset Foot
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468 El uso del comando 
14469 \series bold
14470
14471 \backslash
14472 raisebox
14473 \series default
14474  se explica en la sección
14475 \begin_inset Space ~
14476 \end_inset
14477
14478
14479 \begin_inset CommandInset ref
14480 LatexCommand ref
14481 reference "sub:Alineación-Vertical"
14482
14483 \end_inset
14484
14485 .
14486 \end_layout
14487
14488 \end_inset
14489
14490 .
14491  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14492  usando el comando en ERT
14493 \end_layout
14494
14495 \begin_layout Standard
14496
14497 \series bold
14498
14499 \backslash
14500 raisebox{0.85
14501 \backslash
14502 baselineskip}{
14503 \end_layout
14504
14505 \begin_layout Standard
14506 antes del cuadro.
14507  Tras él, se pone la llave de cierre 
14508 \series bold
14509 }
14510 \series default
14511  también como ERT.
14512  Para la segunda tabla en el tercer ítem se usa el comando 
14513 \end_layout
14514
14515 \begin_layout Standard
14516
14517 \series bold
14518
14519 \backslash
14520 raisebox{-0.32
14521 \backslash
14522 baselineskip}{
14523 \end_layout
14524
14525 \begin_layout Standard
14526 \begin_inset Note Greyedout
14527 status open
14528
14529 \begin_layout Plain Layout
14530
14531 \series bold
14532 Not
14533 \series default
14534 a: La alineación del contenido de la fila con la línea del texto adyacente
14535  no es exacta.
14536  El factor necesario del comando 
14537 \series bold
14538
14539 \backslash
14540 raisebox
14541 \series default
14542  para este alineamiento depende de la fuente del documento, del tamaño de
14543  la fuente y del grosor de línea de la tabla.
14544 \end_layout
14545
14546 \end_inset
14547
14548
14549 \end_layout
14550
14551 \begin_layout Section
14552 Tablas coloreadas
14553 \begin_inset CommandInset label
14554 LatexCommand label
14555 name "sec:Tablas-Coloreadas"
14556
14557 \end_inset
14558
14559
14560 \begin_inset Index
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Tablas ! Coloreadas
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \begin_layout Subsection
14573 Celdas coloreadas
14574 \begin_inset Index
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578 Tablas coloreadas ! Celdas
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \begin_inset Index
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588 Color ! en celdas de tablas
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Standard
14597 \begin_inset Float table
14598 placement h
14599 wide false
14600 sideways false
14601 status open
14602
14603 \begin_layout Plain Layout
14604 \begin_inset Caption
14605
14606 \begin_layout Plain Layout
14607 \begin_inset CommandInset label
14608 LatexCommand label
14609 name "tab:Tabla-coloreada-sin"
14610
14611 \end_inset
14612
14613 Tabla coloreada sin usar el paquete 
14614 \series bold
14615 colortbl
14616 \series default
14617
14618 \begin_inset OptArg
14619 status collapsed
14620
14621 \begin_layout Plain Layout
14622 Tabla sin colortbl
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Plain Layout
14636 \align center
14637 \begin_inset Tabular
14638 <lyxtabular version="3" rows="3" columns="3">
14639 <features>
14640 <column alignment="center" valignment="top" width="0">
14641 <column alignment="center" valignment="top" width="0">
14642 <column alignment="center" valignment="top" width="0">
14643 <row>
14644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648
14649 \color green
14650 a
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659
14660 \color red
14661 b
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670
14671 \color red
14672 c
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 <row>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683
14684 \color green
14685 d
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694
14695 \color blue
14696 e
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705
14706 \color blue
14707 f
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 </row>
14713 <row>
14714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \color green
14720 g
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729
14730 \color blue
14731 h
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740
14741 \color blue
14742 i
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 </row>
14748 </lyxtabular>
14749
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Standard
14761 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14762  el menú 
14763 \family sans
14764 Editar\SpecialChar \menuseparator
14765 Estilo
14766 \begin_inset Space ~
14767 \end_inset
14768
14769 del
14770 \begin_inset Space ~
14771 \end_inset
14772
14773 Texto
14774 \family default
14775 .
14776  Esto se ha hecho en la tabla
14777 \begin_inset Space ~
14778 \end_inset
14779
14780
14781 \begin_inset CommandInset ref
14782 LatexCommand ref
14783 reference "tab:Tabla-coloreada-sin"
14784
14785 \end_inset
14786
14787 .
14788  En cualquier otro caso hay que usar el paquete LaTeX 
14789 \series bold
14790 colortbl
14791 \series default
14792 .
14793 \begin_inset Index
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797 LaTeX-paquetes ! colortbl
14798 \end_layout
14799
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \begin_layout Standard
14806 \begin_inset ERT
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810
14811
14812 \backslash
14813 ifcolortbl
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \begin_inset Note Note
14820 status open
14821
14822 \begin_layout Plain Layout
14823 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14824  LaTeX 
14825 \series bold
14826 colortbl
14827 \series default
14828 .
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837 Para crear tablas coloreadas, 
14838 \series bold
14839 colortbl
14840 \series default
14841  debe cargarse en el preámbulo con la línea
14842 \end_layout
14843
14844 \begin_layout Standard
14845
14846 \series bold
14847
14848 \backslash
14849 usepackage{colortbl}
14850 \end_layout
14851
14852 \begin_layout Standard
14853 El color de una columna se define con el comando
14854 \end_layout
14855
14856 \begin_layout Standard
14857
14858 \series bold
14859
14860 \backslash
14861 columncolor{nombre del color}
14862 \end_layout
14863
14864 \begin_layout Standard
14865 dentro del comando 
14866 \series bold
14867 >{ }
14868 \series default
14869 .
14870  Más sobre el comando 
14871 \series bold
14872 >{}
14873 \series default
14874  se explica en la sección
14875 \begin_inset Space ~
14876 \end_inset
14877
14878
14879 \begin_inset CommandInset ref
14880 LatexCommand ref
14881 reference "sub:Cálculos-en-Multicolumnas"
14882
14883 \end_inset
14884
14885 .
14886 \end_layout
14887
14888 \begin_layout Standard
14889 Los siguientes nombres de color están predefinidos:
14890 \end_layout
14891
14892 \begin_layout Standard
14893
14894 \family sans
14895 red
14896 \family default
14897
14898 \family sans
14899 green
14900 \family default
14901
14902 \family sans
14903 yellow, blue
14904 \family default
14905
14906 \family sans
14907 cyan
14908 \family default
14909 \series bold
14910 ,
14911 \series default
14912  
14913 \family sans
14914 magenta, black
14915 \family default
14916
14917 \family sans
14918 white
14919 \end_layout
14920
14921 \begin_layout Standard
14922 \begin_inset VSpace medskip
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \begin_layout Standard
14929 Puedes definir tus propios colores con el comando
14930 \end_layout
14931
14932 \begin_layout Standard
14933
14934 \series bold
14935
14936 \backslash
14937 definecolor{nombre del color}{modelo de color}{valores de color}
14938 \end_layout
14939
14940 \begin_layout Standard
14941 El modelo de color puede ser
14942 \end_layout
14943
14944 \begin_layout Labeling
14945 \labelwidthstring 00.00.0000
14946 cmyk: cyan, magenta, yellow, black
14947 \end_layout
14948
14949 \begin_layout Labeling
14950 \labelwidthstring 00.00.0000
14951 rgb: red, green, blue
14952 \end_layout
14953
14954 \begin_layout Labeling
14955 \labelwidthstring 00.00.0000
14956 gray: gray
14957 \end_layout
14958
14959 \begin_layout Standard
14960 y los valores de color son números separados por comas entre 0 y 1 que describen
14961  el factor para el color correspondiente del modelo de color.
14962 \end_layout
14963
14964 \begin_layout Standard
14965 Por ejemplo, puedes definir el color
14966 \series bold
14967  
14968 \series default
14969
14970 \begin_inset Quotes eld
14971 \end_inset
14972
14973
14974 \emph on
14975 verde oscuro
14976 \emph default
14977
14978 \begin_inset Quotes erd
14979 \end_inset
14980
14981  en el preámbulo con
14982 \end_layout
14983
14984 \begin_layout Standard
14985
14986 \series bold
14987
14988 \backslash
14989 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14990 \end_layout
14991
14992 \begin_layout Standard
14993 y el color 
14994 \begin_inset Quotes eld
14995 \end_inset
14996
14997
14998 \emph on
14999 gris claro
15000 \emph default
15001
15002 \begin_inset Quotes erd
15003 \end_inset
15004
15005  con
15006 \end_layout
15007
15008 \begin_layout Standard
15009
15010 \series bold
15011
15012 \backslash
15013 definecolor{grisclaro}{gray}{0.8}
15014 \end_layout
15015
15016 \begin_layout Standard
15017 \begin_inset VSpace medskip
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \begin_layout Standard
15024 Las líneas se colorean con el comando
15025 \end_layout
15026
15027 \begin_layout Standard
15028
15029 \series bold
15030
15031 \backslash
15032 rowcolor{nombre del color}
15033 \end_layout
15034
15035 \begin_layout Standard
15036 y las celdas se colorean con el comando
15037 \end_layout
15038
15039 \begin_layout Standard
15040
15041 \series bold
15042
15043 \backslash
15044 cellcolor{nombre del color}
15045 \end_layout
15046
15047 \begin_layout Standard
15048 Ambos comandos se insertan al principio de una celda como ERT.
15049 \end_layout
15050
15051 \begin_layout Standard
15052 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15053 \family sans
15054 Editar\SpecialChar \menuseparator
15055 Estilo
15056 \begin_inset Space ~
15057 \end_inset
15058
15059 del
15060 \begin_inset Space ~
15061 \end_inset
15062
15063 Texto
15064 \family default
15065 .
15066  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15067  puede ocasionar errores de LaTeX.
15068 \end_layout
15069
15070 \begin_layout Standard
15071 \begin_inset VSpace bigskip
15072 \end_inset
15073
15074
15075 \end_layout
15076
15077 \begin_layout Standard
15078 Para crear la tabla
15079 \begin_inset Space ~
15080 \end_inset
15081
15082
15083 \begin_inset CommandInset ref
15084 LatexCommand ref
15085 reference "tab:Tabla-coloreada-con"
15086
15087 \end_inset
15088
15089  haz lo siguiente: el color de la primera columna debe ser 
15090 \emph on
15091 verde oscuro
15092 \emph default
15093 , entonces inserta
15094 \end_layout
15095
15096 \begin_layout Standard
15097
15098 \series bold
15099 >{
15100 \backslash
15101 columncolor{verdeoscuro}
15102 \backslash
15103 centering}c
15104 \end_layout
15105
15106 \begin_layout Standard
15107 como argumento LaTeX para esta columna.
15108  La primera fila debe ser azul, por tanto inserta el comando ERT
15109 \end_layout
15110
15111 \begin_layout Standard
15112
15113 \series bold
15114
15115 \backslash
15116 rowcolow{cyan}
15117 \end_layout
15118
15119 \begin_layout Standard
15120 en la primera celda de esta fila.
15121  Observa que esto sobreescribe el color de la columna para la primera celda.
15122  La última celda de la última fila se colorea magenta insertando el comando
15123  ERT
15124 \end_layout
15125
15126 \begin_layout Standard
15127
15128 \series bold
15129
15130 \backslash
15131 cellcolor{magenta}
15132 \end_layout
15133
15134 \begin_layout Standard
15135 Ahora podrían colorearse los caracteres usando el menú 
15136 \family sans
15137 Editar\SpecialChar \menuseparator
15138 Estilo
15139 \begin_inset Space ~
15140 \end_inset
15141
15142 del
15143 \begin_inset Space ~
15144 \end_inset
15145
15146 Texto
15147 \family default
15148 .
15149 \end_layout
15150
15151 \begin_layout Standard
15152 \begin_inset Float table
15153 placement h
15154 wide false
15155 sideways false
15156 status open
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Caption
15160
15161 \begin_layout Plain Layout
15162 \begin_inset CommandInset label
15163 LatexCommand label
15164 name "tab:Tabla-coloreada-con"
15165
15166 \end_inset
15167
15168 Tabla coloreada con el paquete 
15169 \series bold
15170 colortbl
15171 \series default
15172
15173 \begin_inset OptArg
15174 status open
15175
15176 \begin_layout Plain Layout
15177 Tabla con 
15178 \series bold
15179 colortbl
15180 \end_layout
15181
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \begin_layout Plain Layout
15193 \align center
15194 \begin_inset Tabular
15195 <lyxtabular version="3" rows="3" columns="3">
15196 <features>
15197 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15198 <column alignment="center" valignment="top" width="0">
15199 <column alignment="center" valignment="top" width="0">
15200 <row>
15201 <cell alignment="center" valignment="top" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 \begin_inset ERT
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209
15210
15211 \backslash
15212 rowcolor{cyan}
15213 \end_layout
15214
15215 \end_inset
15216
15217
15218 \color magenta
15219 a
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228
15229 \color red
15230 b
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \color red
15241 c
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \color yellow
15254 d
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \color blue
15265 e
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274
15275 \color blue
15276 f
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row>
15283 <cell alignment="center" valignment="top" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \color yellow
15289 g
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298
15299 \color blue
15300 h
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset ERT
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313
15314
15315 \backslash
15316 cellcolor{magenta}
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \color green
15323 i
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 </lyxtabular>
15330
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \begin_layout Standard
15342 \begin_inset ERT
15343 status collapsed
15344
15345 \begin_layout Plain Layout
15346
15347
15348 \backslash
15349 else
15350 \end_layout
15351
15352 \end_inset
15353
15354
15355 \begin_inset Note Note
15356 status open
15357
15358 \begin_layout Plain Layout
15359 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15360  
15361 \series bold
15362 colortbl
15363 \series default
15364 .
15365 \end_layout
15366
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \begin_layout Standard
15373 Debes instalar el paquete LaTeX 
15374 \series bold
15375 colortbl
15376 \series default
15377  para ver la parte siguiente en la salida.
15378 \end_layout
15379
15380 \begin_layout Standard
15381 \begin_inset ERT
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385
15386
15387 \backslash
15388 fi
15389 \end_layout
15390
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \begin_layout Subsection
15397 Líneas coloreadas
15398 \begin_inset Index
15399 status collapsed
15400
15401 \begin_layout Plain Layout
15402 Tablas coloreadas ! Líneas
15403 \end_layout
15404
15405 \end_inset
15406
15407
15408 \begin_inset Index
15409 status collapsed
15410
15411 \begin_layout Plain Layout
15412 Color ! en bordes de tabla
15413 \end_layout
15414
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \begin_layout Standard
15421 Como se describe en la sección
15422 \begin_inset Space ~
15423 \end_inset
15424
15425
15426 \begin_inset CommandInset ref
15427 LatexCommand ref
15428 reference "sub:Grosor-de-Líneas"
15429
15430 \end_inset
15431
15432 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15433  
15434 \series bold
15435
15436 \backslash
15437 arrayrulewidth
15438 \series default
15439 .
15440  Se ha puesto 1.5
15441 \begin_inset Space \thinspace{}
15442 \end_inset
15443
15444 pt para todas las tablas de esta sección.
15445 \begin_inset ERT
15446 status collapsed
15447
15448 \begin_layout Plain Layout
15449
15450
15451 \backslash
15452 setlength{
15453 \backslash
15454 arrayrulewidth}{1.5pt}
15455 \end_layout
15456
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \begin_layout Standard
15463 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15464  el preámbulo del documento el siguiente formato de columna, de acuerdo
15465  a lo descrito en la sección
15466 \begin_inset Space ~
15467 \end_inset
15468
15469
15470 \begin_inset CommandInset ref
15471 LatexCommand ref
15472 reference "sub:Formato-Personalizado"
15473
15474 \end_inset
15475
15476 :
15477 \end_layout
15478
15479 \begin_layout Standard
15480
15481 \series bold
15482
15483 \backslash
15484 newcolumntype{W}{!{
15485 \backslash
15486 color{green}
15487 \backslash
15488 vline}}
15489 \end_layout
15490
15491 \begin_layout Standard
15492 Para la tabla
15493 \begin_inset Space ~
15494 \end_inset
15495
15496
15497 \begin_inset CommandInset ref
15498 LatexCommand ref
15499 reference "tab:Tabla-con-verticales-coloreadas"
15500
15501 \end_inset
15502
15503  se usó el argumento LaTeX
15504 \series bold
15505  WcW
15506 \series default
15507  para la última columna y
15508 \series bold
15509  Wc
15510 \series default
15511  para las demás.
15512 \end_layout
15513
15514 \begin_layout Standard
15515 Si quieres tener varios colores, define más formatos de columna.
15516 \end_layout
15517
15518 \begin_layout Standard
15519 \begin_inset Float table
15520 placement h
15521 wide false
15522 sideways false
15523 status open
15524
15525 \begin_layout Plain Layout
15526 \begin_inset Caption
15527
15528 \begin_layout Plain Layout
15529 \begin_inset CommandInset label
15530 LatexCommand label
15531 name "tab:Tabla-con-verticales-coloreadas"
15532
15533 \end_inset
15534
15535 Tabla con líneas verticales coloreadas
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Plain Layout
15544 \align center
15545 \begin_inset Tabular
15546 <lyxtabular version="3" rows="3" columns="3">
15547 <features>
15548 <column alignment="center" valignment="top" width="0" special="Wc">
15549 <column alignment="center" valignment="top" width="0" special="Wc">
15550 <column alignment="center" valignment="top" width="0" special="WcW">
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 sd
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 sd
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 <row>
15610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632 sd
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 </lyxtabular>
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 \begin_inset VSpace bigskip
15652 \end_inset
15653
15654 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15655 \begin_inset Space ~
15656 \end_inset
15657
15658
15659 \begin_inset CommandInset ref
15660 LatexCommand ref
15661 reference "tab:Tabla-con-horizontales-coloreadas"
15662
15663 \end_inset
15664
15665 , inserta estos comandos en ERT antes de la tabla o del flotante:
15666 \end_layout
15667
15668 \begin_layout Standard
15669
15670 \series bold
15671
15672 \backslash
15673 let
15674 \backslash
15675 myHlineC
15676 \backslash
15677 hline
15678 \begin_inset Newline newline
15679 \end_inset
15680
15681
15682 \backslash
15683 renewcommand{
15684 \backslash
15685 hline}
15686 \begin_inset Newline newline
15687 \end_inset
15688
15689
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694
15695
15696 \backslash
15697 hphantom{ }
15698 \end_layout
15699
15700 \end_inset
15701
15702 {
15703 \backslash
15704 arrayrulecolor{red}
15705 \backslash
15706 myHlineC
15707 \backslash
15708 arrayrulecolor{black}}
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 let
15720 \backslash
15721 myHlineC
15722 \backslash
15723 hline
15724 \end_layout
15725
15726 \begin_layout Plain Layout
15727
15728
15729 \backslash
15730 renewcommand{
15731 \backslash
15732 hline}
15733 \end_layout
15734
15735 \begin_layout Plain Layout
15736
15737  {
15738 \backslash
15739 arrayrulecolor{red}
15740 \backslash
15741 myHlineC
15742 \backslash
15743 arrayrulecolor{black}}
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \begin_inset Float table
15750 placement h
15751 wide false
15752 sideways false
15753 status open
15754
15755 \begin_layout Plain Layout
15756 \begin_inset Caption
15757
15758 \begin_layout Plain Layout
15759 \begin_inset CommandInset label
15760 LatexCommand label
15761 name "tab:Tabla-con-horizontales-coloreadas"
15762
15763 \end_inset
15764
15765 Tabla con líneas horizontales coloreadas
15766 \end_layout
15767
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Plain Layout
15774 \align center
15775 \begin_inset Tabular
15776 <lyxtabular version="3" rows="3" columns="3">
15777 <features>
15778 <column alignment="center" valignment="top" width="0">
15779 <column alignment="center" valignment="top" width="0">
15780 <column alignment="center" valignment="top" width="0">
15781 <row>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 sd
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 sd
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 </row>
15839 <row>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 sd
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 </lyxtabular>
15869
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 Para volver al color de línea negro predeterminado inserta este comando
15882  en ERT detrás de la tabla o el flotante:
15883 \end_layout
15884
15885 \begin_layout Standard
15886
15887 \series bold
15888
15889 \backslash
15890 renewcommand{
15891 \backslash
15892 hline}{
15893 \backslash
15894 myHlineC}
15895 \end_layout
15896
15897 \begin_layout Standard
15898 La tabla
15899 \begin_inset Space ~
15900 \end_inset
15901
15902
15903 \begin_inset CommandInset ref
15904 LatexCommand ref
15905 reference "tab:Tabla-con-líneas-coloreadas"
15906
15907 \end_inset
15908
15909  es un ejemplo con líneas verticales y horizontales coloreadas.
15910 \end_layout
15911
15912 \begin_layout Standard
15913 \begin_inset Float table
15914 placement h
15915 wide false
15916 sideways false
15917 status open
15918
15919 \begin_layout Plain Layout
15920 \begin_inset Caption
15921
15922 \begin_layout Plain Layout
15923 \begin_inset CommandInset label
15924 LatexCommand label
15925 name "tab:Tabla-con-líneas-coloreadas"
15926
15927 \end_inset
15928
15929 Tabla con líneas coloreadas
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \begin_layout Plain Layout
15938 \align center
15939 \begin_inset Tabular
15940 <lyxtabular version="3" rows="3" columns="3">
15941 <features>
15942 <column alignment="center" valignment="top" width="0" special="Wc">
15943 <column alignment="center" valignment="top" width="0" special="Wc">
15944 <column alignment="center" valignment="top" width="0" special="WcW">
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 sd
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" topline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 sd
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 <row>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 sd
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 </lyxtabular>
16033
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \begin_layout Standard
16045 \begin_inset ERT
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049
16050
16051 \backslash
16052 renewcommand{
16053 \backslash
16054 hline}{
16055 \backslash
16056 myHlineC}
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \begin_layout Standard
16065 \begin_inset ERT
16066 status collapsed
16067
16068 \begin_layout Plain Layout
16069
16070
16071 \backslash
16072 setlength{
16073 \backslash
16074 arrayrulewidth}{0.4pt}
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \begin_layout Section
16083 Personalización de tablas
16084 \begin_inset Index
16085 status collapsed
16086
16087 \begin_layout Plain Layout
16088 Personalización de tablas
16089 \end_layout
16090
16091 \end_inset
16092
16093
16094 \begin_inset Index
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098 Tablas ! Personalización
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Subsection
16107 Espacio adicional en filas
16108 \begin_inset CommandInset label
16109 LatexCommand label
16110 name "sub:Espacio-adicional"
16111
16112 \end_inset
16113
16114
16115 \begin_inset Index
16116 status collapsed
16117
16118 \begin_layout Plain Layout
16119 Personalización de tablas ! Espacio adicional en filas
16120 \end_layout
16121
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \begin_layout Standard
16128 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16129  
16130 \family sans
16131 Bordes,
16132 \family default
16133  del diálogo de configuración de tablas.
16134  En el marco 
16135 \family sans
16136 Espacio
16137 \begin_inset Space ~
16138 \end_inset
16139
16140 adicional
16141 \family default
16142  dispones de tres posibilidades:
16143 \end_layout
16144
16145 \begin_layout Description
16146 Superior
16147 \begin_inset Space ~
16148 \end_inset
16149
16150 de
16151 \begin_inset Space ~
16152 \end_inset
16153
16154 la
16155 \begin_inset Space ~
16156 \end_inset
16157
16158 fila añade espacio sobre los caracteres de la fila.
16159  Si la tabla es de estilo formal
16160 \begin_inset Foot
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Las tablas formales se explican en la sección
16165 \begin_inset Space ~
16166 \end_inset
16167
16168
16169 \begin_inset CommandInset ref
16170 LatexCommand ref
16171 reference "sec:Tablas-Formales"
16172
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179
16180  LyX insertará 0.5
16181 \begin_inset Space \thinspace{}
16182 \end_inset
16183
16184 em por defecto.
16185  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16186  verticales, como se ve en la tabla siguiente:
16187 \begin_inset VSpace medskip
16188 \end_inset
16189
16190
16191 \begin_inset Newline newline
16192 \end_inset
16193
16194
16195 \begin_inset Space \hspace*{}
16196 \length 0pt
16197 \end_inset
16198
16199
16200 \begin_inset Space \hfill{}
16201 \end_inset
16202
16203
16204 \begin_inset Tabular
16205 <lyxtabular version="3" rows="3" columns="1">
16206 <features>
16207 <column alignment="center" valignment="top" width="0">
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 A
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row topspace="3mm">
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 3
16225 \begin_inset Space \thinspace{}
16226 \end_inset
16227
16228 mm sobre la fila
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 C
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 </lyxtabular>
16246
16247 \end_inset
16248
16249
16250 \begin_inset Space \hfill{}
16251 \end_inset
16252
16253
16254 \begin_inset Space \hspace*{}
16255 \length 0pt
16256 \end_inset
16257
16258
16259 \begin_inset VSpace medskip
16260 \end_inset
16261
16262
16263 \begin_inset Newline newline
16264 \end_inset
16265
16266 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16267  sin líneas verticales.
16268 \end_layout
16269
16270 \begin_layout Description
16271 Inferior
16272 \begin_inset Space ~
16273 \end_inset
16274
16275 de
16276 \begin_inset Space ~
16277 \end_inset
16278
16279 la
16280 \begin_inset Space ~
16281 \end_inset
16282
16283 fila añade espacio bajo los caracteres de la fila.
16284  Si la tabla es formal LyX inserta por defecto 0.5
16285 \begin_inset Space \thinspace{}
16286 \end_inset
16287
16288 em; si la tabla es normal inserta 2
16289 \begin_inset Space \thinspace{}
16290 \end_inset
16291
16292 pt.
16293  
16294 \end_layout
16295
16296 \begin_layout Description
16297 Entre
16298 \begin_inset Space ~
16299 \end_inset
16300
16301 las
16302 \begin_inset Space ~
16303 \end_inset
16304
16305 filas añade espacio entre la fila actual y la siguiente.
16306  Si la tabla es formal LyX inserta 0.5
16307 \begin_inset Space \thinspace{}
16308 \end_inset
16309
16310 em por defecto.
16311  En tablas normales, el espacio adicional destruirá las líneas verticales
16312  de la tabla, como se ve en la siguiente:
16313 \begin_inset VSpace medskip
16314 \end_inset
16315
16316
16317 \begin_inset Newline newline
16318 \end_inset
16319
16320
16321 \begin_inset Space \hspace*{}
16322 \length 0pt
16323 \end_inset
16324
16325
16326 \begin_inset Space \hfill{}
16327 \end_inset
16328
16329
16330 \begin_inset Tabular
16331 <lyxtabular version="3" rows="3" columns="1">
16332 <features>
16333 <column alignment="center" valignment="top" width="0">
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 A
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 <row interlinespace="3mm">
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 \begin_inset Formula $\downarrow$
16351 \end_inset
16352
16353  3
16354 \begin_inset Space \thinspace{}
16355 \end_inset
16356
16357 mm entre las filas
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 </row>
16363 <row>
16364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 \begin_inset Formula $\uparrow$
16369 \end_inset
16370
16371  3
16372 \begin_inset Space \thinspace{}
16373 \end_inset
16374
16375 mm entre las filas 
16376 \begin_inset Formula $\uparrow$
16377 \end_inset
16378
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 </lyxtabular>
16386
16387 \end_inset
16388
16389
16390 \begin_inset Space \hfill{}
16391 \end_inset
16392
16393
16394 \begin_inset Space \hspace*{}
16395 \length 0pt
16396 \end_inset
16397
16398
16399 \begin_inset VSpace medskip
16400 \end_inset
16401
16402
16403 \begin_inset Newline newline
16404 \end_inset
16405
16406 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16407  para tablas sin líneas verticales.
16408 \end_layout
16409
16410 \begin_layout Standard
16411 \begin_inset VSpace bigskip
16412 \end_inset
16413
16414 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16415  utiliza los siguientes comandos en el preámbulo:
16416 \end_layout
16417
16418 \begin_layout Standard
16419
16420 \series bold
16421
16422 \backslash
16423 @ifundefined{extrarowheight}
16424 \begin_inset Newline newline
16425 \end_inset
16426
16427
16428 \begin_inset ERT
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432
16433
16434 \backslash
16435 hphantom{ }
16436 \end_layout
16437
16438 \end_inset
16439
16440 {
16441 \backslash
16442 usepackage{array}}{}
16443 \begin_inset Newline newline
16444 \end_inset
16445
16446
16447 \backslash
16448 setlength{
16449 \backslash
16450 extrarowheight}{altura}
16451 \end_layout
16452
16453 \begin_layout Standard
16454 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16455  centrado en vertical.
16456  (Lyx cargará automáticamente el paquete 
16457 \series bold
16458 array
16459 \series default
16460  cuando uses formatos de tabla autodefinidos.
16461  Para evitar que sea cargado dos veces se pone al principio el comando 
16462 \series bold
16463
16464 \backslash
16465 @ifundefined
16466 \series default
16467 .)
16468 \end_layout
16469
16470 \begin_layout Standard
16471
16472 \end_layout
16473
16474 \begin_layout Subsection
16475 Alineación especial de celdas
16476 \begin_inset Index
16477 status collapsed
16478
16479 \begin_layout Plain Layout
16480 Personalización de tablas ! Alineación especial de celdas
16481 \end_layout
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \begin_layout Standard
16489 A veces mejora la presentación si las entradas en las celdas de una columna
16490  se alinean con un carácter determinado, p.
16491 \begin_inset Space \thinspace{}
16492 \end_inset
16493
16494 e.
16495 \begin_inset Space ~
16496 \end_inset
16497
16498 el separador decimal, como en la tabla
16499 \begin_inset Space ~
16500 \end_inset
16501
16502
16503 \begin_inset CommandInset ref
16504 LatexCommand ref
16505 reference "tab:Tabla-con-celdas-de"
16506
16507 \end_inset
16508
16509 .
16510 \end_layout
16511
16512 \begin_layout Standard
16513 \begin_inset Float table
16514 wide false
16515 sideways false
16516 status open
16517
16518 \begin_layout Plain Layout
16519 \begin_inset Caption
16520
16521 \begin_layout Plain Layout
16522 \begin_inset CommandInset label
16523 LatexCommand label
16524 name "tab:Tabla-con-celdas-de"
16525
16526 \end_inset
16527
16528 Tabla con celdas alineadas con el separador decimal.
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Plain Layout
16537 \align center
16538 \begin_inset Tabular
16539 <lyxtabular version="3" rows="4" columns="2">
16540 <features>
16541 <column alignment="right" valignment="top" width="0">
16542 <column alignment="left" valignment="top" width="0" special="@{}l">
16543 <row>
16544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 leyenda
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 12.
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 6
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 0.
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 68
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 -123.
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 0
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 </lyxtabular>
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \begin_layout Standard
16636 Esta es una tabla 4×2.
16637  La leyenda es una multicolumna centrada.
16638  La primera columna está alineada a la derecha y contiene el punto decimal
16639  y los dígitos anteriores.
16640  La segunda columna está alineada a la izquierda y contiene los dígitos
16641  posteriores al punto decimal.
16642  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16643  argumento LaTeX para la segunda columna:
16644 \end_layout
16645
16646 \begin_layout Standard
16647
16648 \series bold
16649 @{}l
16650 \end_layout
16651
16652 \begin_layout Standard
16653 La tabla
16654 \begin_inset Space ~
16655 \end_inset
16656
16657
16658 \begin_inset CommandInset ref
16659 LatexCommand ref
16660 reference "tab:Varias-alineaciones"
16661
16662 \end_inset
16663
16664  muestra varios ejemplos de alineación.
16665  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16666 o más pequeño al comienzo de la última columna para conseguir el espacio
16667  adecuado alrededor del signo.
16668 \end_layout
16669
16670 \begin_layout Standard
16671 \begin_inset Float table
16672 wide false
16673 sideways false
16674 status open
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Caption
16678
16679 \begin_layout Plain Layout
16680 \begin_inset CommandInset label
16681 LatexCommand label
16682 name "tab:Varias-alineaciones"
16683
16684 \end_inset
16685
16686 Tabla con varias alineaciones.
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Plain Layout
16695 \align center
16696 \begin_inset Tabular
16697 <lyxtabular version="3" rows="4" columns="6">
16698 <features>
16699 <column alignment="right" valignment="top" width="0">
16700 <column alignment="left" valignment="top" width="0" special="@{}l">
16701 <column alignment="right" valignment="top" width="0">
16702 <column alignment="left" valignment="top" width="0" special="@{}l">
16703 <column alignment="right" valignment="top" width="0">
16704 <column alignment="left" valignment="top" width="0" special="@{}l">
16705 <row>
16706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 unidades
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 exponentes
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 relaciones
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 12×
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 24
16776 \begin_inset Space \thinspace{}
16777 \end_inset
16778
16779 bottles
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 \begin_inset Formula $10\cdot$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 \begin_inset Formula $10^{\mbox{-}17}$
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\Gamma(t)\propto$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $\:\Upsilon(t)$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 1024×
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 768
16848 \begin_inset Space \thinspace{}
16849 \end_inset
16850
16851 Pixels
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $5.78\cdot$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $10^{7}$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884 \begin_inset Formula $A\ne$
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 \begin_inset Formula $\: B_{\mathrm{red}}$
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 <row>
16906 <cell alignment="center" valignment="top" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 32×
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 6
16920 \begin_inset Space \thinspace{}
16921 \end_inset
16922
16923 cm
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 -
16933 \begin_inset Formula $33.5\cdot$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945 \begin_inset Formula $10^{4}$
16946 \end_inset
16947
16948
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Formula $\sin(\alpha)\ge$
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 \begin_inset Formula $\:\sin(\beta)$
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 </lyxtabular>
16979
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 \begin_inset VSpace bigskip
16992 \end_inset
16993
16994 También hay un paquete LaTeX, 
16995 \series bold
16996 dcolumn
16997 \series default
16998
16999 \begin_inset Index
17000 status collapsed
17001
17002 \begin_layout Plain Layout
17003 LaTeX-paquetes ! dcolumn
17004 \end_layout
17005
17006 \end_inset
17007
17008 , que permite alinear el contenido de las celdas.
17009  Pero desgraciadamente trata las entradas de celda en modo matemático y
17010  no permite fórmulas en celdas: la primera columna de la tabla
17011 \begin_inset Space ~
17012 \end_inset
17013
17014
17015 \begin_inset CommandInset ref
17016 LatexCommand ref
17017 reference "tab:Varias-alineaciones"
17018
17019 \end_inset
17020
17021  se verá con 
17022 \series bold
17023 dcolumn
17024 \series default
17025  como la primera columna en la tabla
17026 \begin_inset Space ~
17027 \end_inset
17028
17029
17030 \begin_inset CommandInset ref
17031 LatexCommand ref
17032 reference "tab:Alineaciones-con-el"
17033
17034 \end_inset
17035
17036  y sólo con algunos trucos se consigue lo que se espera.
17037  La alineación de la segunda y tercera columnas de la tabla
17038 \begin_inset Space ~
17039 \end_inset
17040
17041
17042 \begin_inset CommandInset ref
17043 LatexCommand ref
17044 reference "tab:Varias-alineaciones"
17045
17046 \end_inset
17047
17048  no es posible con 
17049 \series bold
17050 dcolumn
17051 \series default
17052 .
17053 \end_layout
17054
17055 \begin_layout Standard
17056 \begin_inset Float table
17057 placement h
17058 wide false
17059 sideways false
17060 status open
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Caption
17064
17065 \begin_layout Plain Layout
17066 \begin_inset CommandInset label
17067 LatexCommand label
17068 name "tab:Alineaciones-con-el"
17069
17070 \end_inset
17071
17072
17073 \begin_inset OptArg
17074 status open
17075
17076 \begin_layout Plain Layout
17077 Tabla alineada con 
17078 \series bold
17079 dcolumn
17080 \end_layout
17081
17082 \end_inset
17083
17084 Alineaciones con el paquete LaTeX 
17085 \series bold
17086 dcolumn
17087 \series default
17088 .
17089  Se han tenido que usar unos trucos para la alineación de las columnas en
17090  la salida.
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \begin_layout Plain Layout
17099 \align center
17100 \begin_inset Tabular
17101 <lyxtabular version="3" rows="4" columns="3">
17102 <features>
17103 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17104 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17105 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17106 <row>
17107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 unidades
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 unidades
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 unidades
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 <row>
17136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 12x24
17141 \begin_inset Space \thinspace{}
17142 \end_inset
17143
17144 bottles
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 12x24
17154 \begin_inset Space \thinspace{}
17155 \end_inset
17156
17157
17158 \begin_inset Formula $\mbox{bottles}$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 12
17171 \begin_inset ERT
17172 status collapsed
17173
17174 \begin_layout Plain Layout
17175
17176
17177 \backslash
17178 times
17179 \end_layout
17180
17181 \end_inset
17182
17183 24~
17184 \begin_inset Formula $\mbox{bottles}$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 1024x768
17199 \begin_inset Space \thinspace{}
17200 \end_inset
17201
17202 Pixels
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 1024x768
17212 \begin_inset Space \thinspace{}
17213 \end_inset
17214
17215
17216 \begin_inset Formula $\mbox{Pixels}$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 1024
17229 \begin_inset ERT
17230 status collapsed
17231
17232 \begin_layout Plain Layout
17233
17234
17235 \backslash
17236 times
17237 \end_layout
17238
17239 \end_inset
17240
17241 768~
17242 \begin_inset Formula $\mbox{Pixels}$
17243 \end_inset
17244
17245  
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 32x6
17257 \begin_inset Space \thinspace{}
17258 \end_inset
17259
17260 cm
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 32x6
17270 \begin_inset Space \thinspace{}
17271 \end_inset
17272
17273
17274 \begin_inset Formula $\mbox{cm}$
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 <cell alignment="center" valignment="top" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286 32
17287 \begin_inset ERT
17288 status collapsed
17289
17290 \begin_layout Plain Layout
17291
17292
17293 \backslash
17294 times
17295 \end_layout
17296
17297 \end_inset
17298
17299 6~
17300 \begin_inset Formula $\mbox{cm}$
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 </lyxtabular>
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \begin_layout Subsection
17322 Formato personalizado de celda/columna
17323 \begin_inset CommandInset label
17324 LatexCommand label
17325 name "sub:Formato-Personalizado"
17326
17327 \end_inset
17328
17329
17330 \begin_inset Index
17331 status collapsed
17332
17333 \begin_layout Plain Layout
17334 Personalización de tablas ! Formato de celda/columna
17335 \end_layout
17336
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Standard
17343 El cálculo de la anchura necesaria para columnas extendidas descrito en
17344  la sección
17345 \begin_inset Space ~
17346 \end_inset
17347
17348
17349 \begin_inset CommandInset ref
17350 LatexCommand ref
17351 reference "sub:Cálculos-en-Multicolumnas"
17352
17353 \end_inset
17354
17355  es muy pesado si tienes varias tablas con multicolumnas.
17356  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17357 mna aplicable a todas las tablas del documento.
17358  El formato se define con el comando
17359 \end_layout
17360
17361 \begin_layout Standard
17362
17363 \series bold
17364
17365 \backslash
17366 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17367 \end_layout
17368
17369 \begin_layout Standard
17370 El nombre de formato puede ser una sola letra.
17371  Las letras 
17372 \emph on
17373 b, c, l, m, p
17374 \emph default
17375  y 
17376 \emph on
17377 r
17378 \emph default
17379  están predefinidas y no pueden usarse.
17380  Pero se permiten todas las mayúsculas.
17381 \end_layout
17382
17383 \begin_layout Standard
17384 \begin_inset VSpace medskip
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \begin_layout Standard
17391 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17392  fija puedes definir el formato de celda
17393 \end_layout
17394
17395 \begin_layout Standard
17396
17397 \series bold
17398
17399 \backslash
17400 newcolumntype{M}[1]{>{
17401 \backslash
17402 centering
17403 \backslash
17404 hspace{0pt}}m{#1}}
17405 \end_layout
17406
17407 \begin_layout Standard
17408 donde 
17409 \series bold
17410
17411 \backslash
17412 hspace{0pt}
17413 \series default
17414  evita el problema de partir con guión la primera palabra, como se describe
17415  en la sección
17416 \begin_inset Space ~
17417 \end_inset
17418
17419
17420 \begin_inset CommandInset ref
17421 LatexCommand ref
17422 reference "sub:Líneas-Múltiples-en"
17423
17424 \end_inset
17425
17426 .
17427  Ahora puedes introducir simplemente
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433 M{ancho}
17434 \end_layout
17435
17436 \begin_layout Standard
17437 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17438 \end_layout
17439
17440 \begin_layout Standard
17441 \begin_inset VSpace bigskip
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \begin_layout Standard
17448 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17449 \end_layout
17450
17451 \begin_layout Standard
17452
17453 \series bold
17454
17455 \backslash
17456 newcolumntype{S}[2]{>{
17457 \backslash
17458 centering
17459 \backslash
17460 hspace{0pt}}
17461 \begin_inset Newline newline
17462 \end_inset
17463
17464
17465 \begin_inset ERT
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469
17470
17471 \backslash
17472 phantom{
17473 \end_layout
17474
17475 \end_inset
17476
17477
17478 \backslash
17479 newcolumntype
17480 \begin_inset ERT
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484
17485 }
17486 \end_layout
17487
17488 \end_inset
17489
17490 m{(#1+(2
17491 \backslash
17492 tabcolsep+
17493 \backslash
17494 arrayrulewidth)*(1-#2))/#2}}
17495 \end_layout
17496
17497 \begin_layout Standard
17498 Este formato usa la ecuación 
17499 \begin_inset CommandInset ref
17500 LatexCommand eqref
17501 reference "eq:Wgn"
17502
17503 \end_inset
17504
17505  para calcular la anchura necesaria para que cada celda extendida tenga
17506  la misma anchura.
17507 \end_layout
17508
17509 \begin_layout Standard
17510 Ahora puedes introducir
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516 S{ancho de la celda multicolumna}{número de columnas extendidas}
17517 \end_layout
17518
17519 \begin_layout Standard
17520 como argumento LaTeX de la columna.
17521 \end_layout
17522
17523 \begin_layout Standard
17524 \begin_inset VSpace bigskip
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \begin_layout Standard
17531 Para columnas coloreadas puedes definir
17532 \end_layout
17533
17534 \begin_layout Standard
17535
17536 \series bold
17537
17538 \backslash
17539 newcolumntype{K}[1]{>{
17540 \backslash
17541 columncolor{#1}
17542 \backslash
17543 hspace{0pt}}c}
17544 \end_layout
17545
17546 \begin_layout Standard
17547 La 
17548 \begin_inset Quotes eld
17549 \end_inset
17550
17551 c
17552 \begin_inset Quotes erd
17553 \end_inset
17554
17555  al final crea una columna con anchura flexible cuyo texto está centrado
17556  horizontalmente.
17557  Ahora puedes introducir
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563 K{nombre del color}
17564 \end_layout
17565
17566 \begin_layout Standard
17567 como argumento LaTeX.
17568 \end_layout
17569
17570 \begin_layout Standard
17571 \begin_inset VSpace bigskip
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 Para crear la tabla
17579 \begin_inset Space ~
17580 \end_inset
17581
17582
17583 \begin_inset CommandInset ref
17584 LatexCommand ref
17585 reference "tab:Tabla-con-formatos-definidos-por"
17586
17587 \end_inset
17588
17589  usa los argumentos LaTeX
17590 \end_layout
17591
17592 \begin_layout Standard
17593
17594 \series bold
17595 M{2.5cm}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 para la primera columna y la multicolumna,
17600 \end_layout
17601
17602 \begin_layout Standard
17603
17604 \series bold
17605 K{red}
17606 \end_layout
17607
17608 \begin_layout Standard
17609 para la última columna y
17610 \end_layout
17611
17612 \begin_layout Standard
17613
17614 \series bold
17615 S{2.5cm}{2}
17616 \end_layout
17617
17618 \begin_layout Standard
17619 para las celdas en la segunda columna.
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \begin_inset Float table
17624 placement h
17625 wide false
17626 sideways false
17627 status open
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Caption
17631
17632 \begin_layout Plain Layout
17633 \begin_inset CommandInset label
17634 LatexCommand label
17635 name "tab:Tabla-con-formatos-definidos-por"
17636
17637 \end_inset
17638
17639 Tabla con formatos definidos por el usuario
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \begin_layout Plain Layout
17648 \align center
17649 \begin_inset Tabular
17650 <lyxtabular version="3" rows="3" columns="4">
17651 <features>
17652 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17653 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17654 <column alignment="center" valignment="middle" width="0">
17655 <column alignment="center" valignment="middle" width="0" special="K{red}">
17656 <row>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 palabramuylargaenceldadetabla
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 multicolumna línea múltiple
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 c
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 </row>
17694 <row>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 d
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 e
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717 f
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726 g
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 </row>
17732 <row>
17733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 h
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 i
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 j
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 k
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 </lyxtabular>
17771
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \end_inset
17778
17779
17780 \end_layout
17781
17782 \begin_layout Subsection
17783 Grosor de líneas
17784 \begin_inset CommandInset label
17785 LatexCommand label
17786 name "sub:Grosor-de-Líneas"
17787
17788 \end_inset
17789
17790
17791 \begin_inset Index
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795 Personalización de tablas ! Grosor de línea
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Standard
17804 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17805  
17806 \series bold
17807
17808 \backslash
17809 arrayrulewidth
17810 \series default
17811 .
17812  Por ejemplo, para poner un grosor de línea de 1.5
17813 \begin_inset Space \thinspace{}
17814 \end_inset
17815
17816 pt, como en la tabla
17817 \begin_inset Space ~
17818 \end_inset
17819
17820
17821 \begin_inset CommandInset ref
17822 LatexCommand ref
17823 reference "tab:Tabla-con-líneas"
17824
17825 \end_inset
17826
17827 , inserta el comando
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833
17834 \backslash
17835 setlength{
17836 \backslash
17837 arrayrulewidth}{1.5pt}
17838 \end_layout
17839
17840 \begin_layout Standard
17841 en ERT antes de la tabla o flotante.
17842  Este cambio es válido para todas las siguientes tablas.
17843  Para volver al valor predeterminado, define 
17844 \series bold
17845
17846 \backslash
17847 arrayrulewidth
17848 \series default
17849  a 0.4
17850 \begin_inset Space \thinspace{}
17851 \end_inset
17852
17853 pt en ERT detrás de la tabla o flotante.
17854 \end_layout
17855
17856 \begin_layout Standard
17857 \begin_inset ERT
17858 status collapsed
17859
17860 \begin_layout Plain Layout
17861
17862
17863 \backslash
17864 setlength{
17865 \backslash
17866 arrayrulewidth}{1.5pt}
17867 \end_layout
17868
17869 \end_inset
17870
17871
17872 \begin_inset Float table
17873 wide false
17874 sideways false
17875 status open
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Caption
17879
17880 \begin_layout Plain Layout
17881 \begin_inset CommandInset label
17882 LatexCommand label
17883 name "tab:Tabla-con-líneas"
17884
17885 \end_inset
17886
17887 Tabla con líneas de grosor 1.5
17888 \begin_inset Space \thinspace{}
17889 \end_inset
17890
17891 pt
17892 \end_layout
17893
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \begin_layout Plain Layout
17900 \align center
17901 \begin_inset Tabular
17902 <lyxtabular version="3" rows="3" columns="3">
17903 <features>
17904 <column alignment="center" valignment="top" width="0">
17905 <column alignment="center" valignment="top" width="0">
17906 <column alignment="center" valignment="top" width="0">
17907 <row>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 sd
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 sd
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 </row>
17965 <row>
17966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 sd
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 </lyxtabular>
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \end_inset
18002
18003
18004 \begin_inset ERT
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008
18009
18010 \backslash
18011 setlength{
18012 \backslash
18013 arrayrulewidth}{0.4pt}
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 \begin_inset VSpace bigskip
18023 \end_inset
18024
18025 Para definir un grosor de 1.5
18026 \begin_inset Space \thinspace{}
18027 \end_inset
18028
18029 pt sólo para líneas horizontales, como en la tabla
18030 \begin_inset Space ~
18031 \end_inset
18032
18033
18034 \begin_inset CommandInset ref
18035 LatexCommand ref
18036 reference "tab:Tabla-con-horizontales"
18037
18038 \end_inset
18039
18040 , inserta estos comandos en ERT antes de la tabla o flotante:
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 let
18049 \backslash
18050 myHline
18051 \backslash
18052 hline
18053 \begin_inset Newline newline
18054 \end_inset
18055
18056
18057 \backslash
18058 renewcommand{
18059 \backslash
18060 hline}
18061 \begin_inset Newline newline
18062 \end_inset
18063
18064  {
18065 \backslash
18066 noalign{
18067 \backslash
18068 global
18069 \backslash
18070 arrayrulewidth 1.5pt}
18071 \begin_inset Newline newline
18072 \end_inset
18073
18074   
18075 \backslash
18076 myHline
18077 \backslash
18078 noalign{
18079 \backslash
18080 global
18081 \backslash
18082 arrayrulewidth 0.4pt}}
18083 \end_layout
18084
18085 \begin_layout Standard
18086 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18087  de la tabla o flotante:
18088 \end_layout
18089
18090 \begin_layout Standard
18091
18092 \series bold
18093
18094 \backslash
18095 renewcommand{
18096 \backslash
18097 hline}{
18098 \backslash
18099 myHline}
18100 \end_layout
18101
18102 \begin_layout Standard
18103 \begin_inset ERT
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107
18108
18109 \backslash
18110 let
18111 \backslash
18112 myHline
18113 \backslash
18114 hline
18115 \end_layout
18116
18117 \begin_layout Plain Layout
18118
18119
18120 \backslash
18121 renewcommand{
18122 \backslash
18123 hline}
18124 \end_layout
18125
18126 \begin_layout Plain Layout
18127
18128  {
18129 \backslash
18130 noalign{
18131 \backslash
18132 global
18133 \backslash
18134 arrayrulewidth 1.5pt}
18135 \end_layout
18136
18137 \begin_layout Plain Layout
18138
18139   
18140 \backslash
18141 myHline
18142 \backslash
18143 noalign{
18144 \backslash
18145 global
18146 \backslash
18147 arrayrulewidth 0.4pt}}
18148 \end_layout
18149
18150 \end_inset
18151
18152
18153 \begin_inset Float table
18154 wide false
18155 sideways false
18156 status open
18157
18158 \begin_layout Plain Layout
18159 \begin_inset Caption
18160
18161 \begin_layout Plain Layout
18162 \begin_inset CommandInset label
18163 LatexCommand label
18164 name "tab:Tabla-con-horizontales"
18165
18166 \end_inset
18167
18168 Tabla con líneas horizontales de 1.5
18169 \begin_inset Space \thinspace{}
18170 \end_inset
18171
18172 pt
18173 \end_layout
18174
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \begin_layout Plain Layout
18181 \align center
18182 \begin_inset Tabular
18183 <lyxtabular version="3" rows="3" columns="3">
18184 <features>
18185 <column alignment="center" valignment="top" width="0">
18186 <column alignment="center" valignment="top" width="0">
18187 <column alignment="center" valignment="top" width="0">
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 sd
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 sd
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 </row>
18246 <row>
18247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 sd
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 </lyxtabular>
18276
18277 \end_inset
18278
18279
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 renewcommand{
18293 \backslash
18294 hline}{
18295 \backslash
18296 myHline}
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset VSpace bigskip
18306 \end_inset
18307
18308 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18309  siguiente formato de columna en el preámbulo del documento, de acuerdo
18310  con lo descrito en la sección
18311 \begin_inset Space ~
18312 \end_inset
18313
18314
18315 \begin_inset CommandInset ref
18316 LatexCommand ref
18317 reference "sub:Formato-Personalizado"
18318
18319 \end_inset
18320
18321 :
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \series bold
18327
18328 \backslash
18329 newcolumntype{V}{!{
18330 \backslash
18331 vrule width 1.5pt}}
18332 \end_layout
18333
18334 \begin_layout Standard
18335 Para la tabla
18336 \begin_inset Space ~
18337 \end_inset
18338
18339
18340 \begin_inset CommandInset ref
18341 LatexCommand ref
18342 reference "tab:Tabla-con-verticales"
18343
18344 \end_inset
18345
18346  se usó el argumento LaTeX
18347 \end_layout
18348
18349 \begin_layout Standard
18350
18351 \series bold
18352 VcV
18353 \end_layout
18354
18355 \begin_layout Standard
18356 para la última columna y
18357 \end_layout
18358
18359 \begin_layout Standard
18360
18361 \series bold
18362 Vc
18363 \end_layout
18364
18365 \begin_layout Standard
18366 para las otras.
18367 \end_layout
18368
18369 \begin_layout Standard
18370 \begin_inset Float table
18371 wide false
18372 sideways false
18373 status open
18374
18375 \begin_layout Plain Layout
18376 \begin_inset Caption
18377
18378 \begin_layout Plain Layout
18379 \begin_inset CommandInset label
18380 LatexCommand label
18381 name "tab:Tabla-con-verticales"
18382
18383 \end_inset
18384
18385 Tabla con líneas verticales de 1.5
18386 \begin_inset Space \thinspace{}
18387 \end_inset
18388
18389 pt de grosor
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Plain Layout
18398 \align center
18399 \begin_inset Tabular
18400 <lyxtabular version="3" rows="3" columns="3">
18401 <features>
18402 <column alignment="center" valignment="top" width="0" special="Vc">
18403 <column alignment="center" valignment="top" width="0" special="Vc">
18404 <column alignment="center" valignment="top" width="0" special="VcV">
18405 <row>
18406 <cell alignment="center" valignment="top" topline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 sd
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 </row>
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 sd
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 <row>
18464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 sd
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 </row>
18492 </lyxtabular>
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Subsection
18505 Líneas de trazos
18506 \begin_inset Index
18507 status collapsed
18508
18509 \begin_layout Plain Layout
18510 Personalización de tablas ! Líneas de trazos
18511 \end_layout
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \begin_layout Standard
18519 \begin_inset ERT
18520 status collapsed
18521
18522 \begin_layout Plain Layout
18523
18524
18525 \backslash
18526 ifarydshln
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \begin_inset Note Note
18533 status open
18534
18535 \begin_layout Plain Layout
18536 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18537  LaTeX 
18538 \series bold
18539 arydshln
18540 \series default
18541 .
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \begin_layout Standard
18550 \begin_inset Float table
18551 placement H
18552 wide false
18553 sideways false
18554 status open
18555
18556 \begin_layout Plain Layout
18557 \begin_inset Caption
18558
18559 \begin_layout Plain Layout
18560 \begin_inset CommandInset label
18561 LatexCommand label
18562 name "tab:Tabla-con-trazos"
18563
18564 \end_inset
18565
18566 Tabla con líneas de trazos
18567 \end_layout
18568
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \begin_layout Plain Layout
18575 \align center
18576 \begin_inset Tabular
18577 <lyxtabular version="3" rows="5" columns="5">
18578 <features>
18579 <column alignment="center" valignment="top" width="0">
18580 <column alignment="center" valignment="top" width="0">
18581 <column alignment="center" valignment="top" width="0" special=":c">
18582 <column alignment="center" valignment="top" width="0">
18583 <column alignment="center" valignment="top" width="0">
18584 <row>
18585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 a
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 b
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 c
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616 d
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 e
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 <row>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 f
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 g
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" topline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654 h
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 i
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672 j
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 </row>
18678 <row>
18679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683 \begin_inset ERT
18684 status collapsed
18685
18686 \begin_layout Plain Layout
18687
18688
18689 \backslash
18690 hdashline 
18691 \end_layout
18692
18693 \end_inset
18694
18695 k
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 l
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 m
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722 n
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 o
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742 \begin_inset ERT
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746
18747
18748 \backslash
18749 cdashline{4-5}
18750 \end_layout
18751
18752 \end_inset
18753
18754 p
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 q
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 r
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781 s
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 <row>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 t
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 u
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 v
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 w
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 x
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 </row>
18843 </lyxtabular>
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18857  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18858 \series bold
18859 arydshln
18860 \series default
18861
18862 \begin_inset Index
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866 LaTeX-paquetes ! arydshln
18867 \end_layout
18868
18869 \end_inset
18870
18871  
18872 \end_layout
18873
18874 \begin_layout Standard
18875
18876 \series bold
18877
18878 \backslash
18879 usepackage{arydshln}
18880 \end_layout
18881
18882 \begin_layout Standard
18883 Para hacer una línea vertical a trazos, introduce dos puntos 
18884 \begin_inset Quotes eld
18885 \end_inset
18886
18887 :
18888 \begin_inset Quotes erd
18889 \end_inset
18890
18891  junto con el carácter para alineación horizontal como argumento LaTeX en
18892  el diálogo de celda de tabla.
18893 \end_layout
18894
18895 \begin_layout Standard
18896 Para una línea de trazos horizontal añade el comando
18897 \end_layout
18898
18899 \begin_layout Standard
18900
18901 \series bold
18902
18903 \backslash
18904 hdashline
18905 \end_layout
18906
18907 \begin_layout Standard
18908 en ERT como primer elemento de la primera celda en la fila.
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Para líneas de trazos en multicolumna usa el comando
18913 \end_layout
18914
18915 \begin_layout Standard
18916
18917 \series bold
18918
18919 \backslash
18920 cdashline{número de líneas
18921 \series default
18922 }
18923 \end_layout
18924
18925 \begin_layout Standard
18926 en ERT como primer elemento de la primera celda en la fila.
18927  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18928  4 y quieres una línea de trazos por encima, añade el comando
18929 \end_layout
18930
18931 \begin_layout Standard
18932
18933 \series bold
18934
18935 \backslash
18936 cdashline{2-4}
18937 \end_layout
18938
18939 \begin_layout Standard
18940 como primer elemento de la primera celda en la fila de la multicolumna.
18941 \end_layout
18942
18943 \begin_layout Standard
18944 \begin_inset VSpace bigskip
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \begin_layout Standard
18951 La tabla
18952 \begin_inset Space ~
18953 \end_inset
18954
18955
18956 \begin_inset CommandInset ref
18957 LatexCommand ref
18958 reference "tab:Tabla-con-trazos"
18959
18960 \end_inset
18961
18962  se ha hecho usando 
18963 \begin_inset Quotes eld
18964 \end_inset
18965
18966
18967 \series bold
18968 :c
18969 \series default
18970
18971 \begin_inset Quotes erd
18972 \end_inset
18973
18974  como argumento LaTeX de la tercera columna.
18975  El comando ERT 
18976 \series bold
18977
18978 \backslash
18979 hdashline
18980 \series default
18981  se ha insertado en la primera celda de la tercera fila y el comando ERT
18982 \begin_inset Newline newline
18983 \end_inset
18984
18985
18986 \series bold
18987
18988 \backslash
18989 cdashline{4-5}
18990 \series default
18991  en la primera celda de la cuarta fila.
18992 \end_layout
18993
18994 \begin_layout Standard
18995 \begin_inset Note Greyedout
18996 status open
18997
18998 \begin_layout Plain Layout
18999
19000 \series bold
19001 Nota:
19002 \series default
19003  Aparentemente el paquete LaTeX 
19004 \series bold
19005 arydshln
19006 \series default
19007  no es compatible con el paquete LaTeX 
19008 \series bold
19009 colortbl
19010 \series default
19011
19012 \begin_inset Index
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016 LaTeX-paquetes ! colortbl
19017 \end_layout
19018
19019 \end_inset
19020
19021  que se usa para tablas coloreadas en la sección
19022 \begin_inset Space ~
19023 \end_inset
19024
19025
19026 \begin_inset CommandInset ref
19027 LatexCommand ref
19028 reference "sec:Tablas-Coloreadas"
19029
19030 \end_inset
19031
19032 .
19033  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Standard
19042 \begin_inset ERT
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046
19047
19048 \backslash
19049 else
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \begin_inset Note Note
19056 status open
19057
19058 \begin_layout Plain Layout
19059 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19060  
19061 \series bold
19062 arydshln
19063 \series default
19064 .
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \begin_layout Standard
19073 Debes instalar el paquete LaTeX 
19074 \series bold
19075 arydshln
19076 \series default
19077  para ver la parte siguiente en la salida.
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \begin_inset ERT
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085
19086
19087 \backslash
19088 fi
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Chapter
19097 Flotantes
19098 \begin_inset CommandInset label
19099 LatexCommand label
19100 name "cha:Flotantes"
19101
19102 \end_inset
19103
19104
19105 \begin_inset Index
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109 Flotantes
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \end_layout
19116
19117 \begin_layout Section
19118 Introducción
19119 \begin_inset CommandInset label
19120 LatexCommand label
19121 name "sec:IntroducciónFlotantes"
19122
19123 \end_inset
19124
19125
19126 \begin_inset Index
19127 status collapsed
19128
19129 \begin_layout Plain Layout
19130 Flotantes ! Introducción
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Standard
19139 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19140  que no tiene posición fija.
19141  Puede 
19142 \begin_inset Quotes eld
19143 \end_inset
19144
19145 flotar
19146 \begin_inset Quotes erd
19147 \end_inset
19148
19149  adelante o atrás una o dos páginas, donde encaje mejor.
19150  Las 
19151 \family sans
19152 Notas
19153 \begin_inset Space ~
19154 \end_inset
19155
19156 al
19157 \begin_inset Space ~
19158 \end_inset
19159
19160 pie
19161 \family default
19162  y 
19163 \family sans
19164 Notas
19165 \begin_inset Space ~
19166 \end_inset
19167
19168 al
19169 \begin_inset Space ~
19170 \end_inset
19171
19172 margen
19173 \family default
19174  también son flotantes, porque pueden flotar a la página siguiente cuando
19175  hay demasiadas notas en la página.
19176 \end_layout
19177
19178 \begin_layout Standard
19179 Los flotantes hacen posible composiciones de alta calidad.
19180  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19181  impedir espacios en blanco y páginas sin texto.
19182  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19183  cada flotante puede ser referenciado en el texto.
19184  Por lo tanto los flotantes están numerados.
19185  Las referencias se describen en la sección
19186 \begin_inset Space ~
19187 \end_inset
19188
19189
19190 \begin_inset CommandInset ref
19191 LatexCommand ref
19192 reference "sec:Referencias-a-Flotantes"
19193
19194 \end_inset
19195
19196 .
19197 \end_layout
19198
19199 \begin_layout Standard
19200 Para insertar un flotante, usa el menú 
19201 \family sans
19202 Insertar\SpecialChar \menuseparator
19203 Flotante
19204 \family default
19205 .
19206  Esto inserta un entorno 
19207 \family sans
19208 Leyenda,
19209 \family default
19210  un recuadro con una etiqueta.
19211  La etiqueta será traducida automáticamente al lenguaje del documento.
19212  Tras la etiqueta puede insertar el texto de la leyenda.
19213  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19214  separado dentro del flotante.
19215  Más sobre colocación de leyendas se describe en la sección
19216 \begin_inset Space ~
19217 \end_inset
19218
19219
19220 \begin_inset CommandInset ref
19221 LatexCommand ref
19222 reference "sec:Colocación-de-leyendas"
19223
19224 \end_inset
19225
19226 .
19227  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19228  del flotante haciendo clic-izquierdo sobre él.
19229  Un cuadro cerrado se muestra así: 
19230 \begin_inset Graphics
19231         filename clipart/flotanteQt4.png
19232         scale 70
19233
19234 \end_inset
19235
19236  ---un cuadro gris con etiqueta en rojo---.
19237 \end_layout
19238
19239 \begin_layout Standard
19240 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19241  errores de LaTeX si el texto circundante se formatea de modo especial.
19242 \end_layout
19243
19244 \begin_layout Standard
19245 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19246  y pinchando el botón correspondiente de la barra de herramientas para un
19247  flotante nuevo.
19248 \end_layout
19249
19250 \begin_layout Section
19251 Tipos de flotantes
19252 \end_layout
19253
19254 \begin_layout Standard
19255 Además de los flotantes de imagen y de tabla que se describen en la sección
19256 \begin_inset Space ~
19257 \end_inset
19258
19259
19260 \begin_inset CommandInset ref
19261 LatexCommand ref
19262 reference "sec:Figuras-Flotantes"
19263
19264 \end_inset
19265
19266  y 
19267 \begin_inset CommandInset ref
19268 LatexCommand ref
19269 reference "sec:Tablas-Flotantes"
19270
19271 \end_inset
19272
19273 , respectivamente, LyX ofrece los tipos 
19274 \series bold
19275 Algoritmo
19276 \series default
19277  y 
19278 \series bold
19279 Ajustado
19280 \begin_inset Space ~
19281 \end_inset
19282
19283 al
19284 \begin_inset Space ~
19285 \end_inset
19286
19287 texto
19288 \series default
19289 .
19290 \end_layout
19291
19292 \begin_layout Subsection
19293 Algoritmos flotantes
19294 \begin_inset Index
19295 status collapsed
19296
19297 \begin_layout Plain Layout
19298 Flotantes ! Algoritmos
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \begin_inset CommandInset label
19305 LatexCommand label
19306 name "sub:Algoritmos-Flotantes"
19307
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \begin_layout Standard
19314 \begin_inset Float algorithm
19315 placement h
19316 wide false
19317 sideways false
19318 status open
19319
19320 \begin_layout Plain Layout
19321 \begin_inset Caption
19322
19323 \begin_layout Plain Layout
19324 \begin_inset CommandInset label
19325 LatexCommand label
19326 name "alg:Ejemplo-de-Algoritmo-flotante"
19327
19328 \end_inset
19329
19330 Ejemplo de algoritmo flotante
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \begin_layout LyX-Code
19339 for I in 1..N loop
19340 \begin_inset Newline newline
19341 \end_inset
19342
19343  Sum:= Sum + A(I); /*comment*/
19344 \begin_inset Newline newline
19345 \end_inset
19346
19347 end loop
19348 \begin_inset VSpace -4mm
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Standard
19360 Este tipo de flotante se inserta con el menú 
19361 \family sans
19362 Insertar\SpecialChar \menuseparator
19363 Flotante\SpecialChar \menuseparator
19364 Algoritmo
19365 \family default
19366 .
19367  Se usa para códigos y descripciones de algoritmos.
19368  Un posible entorno para algoritmos es 
19369 \family sans
19370 Código-LyX
19371 \family default
19372 , descrito en 
19373 \emph on
19374 Guía del usuario
19375 \emph default
19376  de LyX.
19377  El algoritmo
19378 \begin_inset Space ~
19379 \end_inset
19380
19381
19382 \begin_inset CommandInset ref
19383 LatexCommand ref
19384 reference "alg:Ejemplo-de-Algoritmo-flotante"
19385
19386 \end_inset
19387
19388  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19389  vertical de -4
19390 \begin_inset Space \thinspace{}
19391 \end_inset
19392
19393 mm al final para tener la línea inferior exactamente bajo la última línea
19394  de texto.
19395 \end_layout
19396
19397 \begin_layout Standard
19398 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19399  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19400  la siguiente línea al preámbulo del documento
19401 \series bold
19402 :
19403 \end_layout
19404
19405 \begin_layout Standard
19406
19407 \series bold
19408
19409 \backslash
19410 floatname{algorithm}{nombre}
19411 \end_layout
19412
19413 \begin_layout Standard
19414
19415 \lang english
19416 where
19417 \family sans
19418 \lang spanish
19419  nombre
19420 \family default
19421  es la palabra 
19422 \begin_inset Quotes eld
19423 \end_inset
19424
19425
19426 \emph on
19427 algorithm
19428 \emph default
19429
19430 \begin_inset Quotes erd
19431 \end_inset
19432
19433  en el lenguaje deseado.
19434 \end_layout
19435
19436 \begin_layout Standard
19437
19438 \lang english
19439 To insert the list of algorithms you can in this case not use the menu 
19440 \family sans
19441 Insert\SpecialChar \menuseparator
19442 List
19443 \begin_inset Space \thinspace{}
19444 \end_inset
19445
19446 /
19447 \begin_inset Space \thinspace{}
19448 \end_inset
19449
19450 TOC\SpecialChar \menuseparator
19451 List of Algorithms
19452 \family default
19453  when your document is an English one.
19454  For non-English documents, use this command in TeX-Code instead:
19455 \end_layout
19456
19457 \begin_layout Standard
19458
19459 \series bold
19460 \lang english
19461
19462 \backslash
19463 listof{algorithm}{your
19464 \begin_inset Space ~
19465 \end_inset
19466
19467 name}
19468 \end_layout
19469
19470 \begin_layout Standard
19471
19472 \lang english
19473 where 
19474 \family sans
19475 your
19476 \begin_inset Space ~
19477 \end_inset
19478
19479 name
19480 \family default
19481  is the word 
19482 \begin_inset Quotes eld
19483 \end_inset
19484
19485
19486 \emph on
19487 List of Algorithm
19488 \emph default
19489 s
19490 \begin_inset Quotes erd
19491 \end_inset
19492
19493  in your language.
19494 \end_layout
19495
19496 \begin_layout Standard
19497 Los algoritmos flotantes no se numeran por defecto según el esquema 
19498 \begin_inset Quotes eld
19499 \end_inset
19500
19501 capítulo.algoritmo
19502 \begin_inset Quotes erd
19503 \end_inset
19504
19505  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19506  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19507  en el preámbulo del documento:
19508 \end_layout
19509
19510 \begin_layout Standard
19511
19512 \series bold
19513
19514 \backslash
19515 numberwithin{algorithm}{chapter}
19516 \end_layout
19517
19518 \begin_layout Standard
19519 Para poder usar el comando 
19520 \series bold
19521
19522 \backslash
19523 numberwithin
19524 \series default
19525 , marca la opción 
19526 \family sans
19527 Usar
19528 \begin_inset Space ~
19529 \end_inset
19530
19531 el
19532 \begin_inset Space ~
19533 \end_inset
19534
19535 paquete
19536 \begin_inset Space ~
19537 \end_inset
19538
19539 AMS
19540 \family default
19541  en el menú 
19542 \family sans
19543 Documento\SpecialChar \menuseparator
19544 Configuración\SpecialChar \menuseparator
19545 Ecuaciones
19546 \family default
19547 .
19548 \end_layout
19549
19550 \begin_layout Subsection
19551 Flotantes ajustados a texto
19552 \begin_inset Index
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556 Flotantes ! Ajustados a texto
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \begin_inset CommandInset label
19563 LatexCommand label
19564 name "sub:floatflt-flotante-ajustado"
19565
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \begin_layout Standard
19572 \begin_inset Wrap figure
19573 lines 0
19574 placement l
19575 overhang 0col%
19576 width "40col%"
19577 status open
19578
19579 \begin_layout Plain Layout
19580 \begin_inset Graphics
19581         filename ../clipart/mobius.eps
19582         display color
19583         width 40col%
19584         rotateOrigin center
19585
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Caption
19593
19594 \begin_layout Plain Layout
19595 \begin_inset CommandInset label
19596 LatexCommand label
19597 name "fig:Esto-es-una"
19598
19599 \end_inset
19600
19601 Esto es una figura adosada, y esto la genial cabecera que la describe.
19602 \begin_inset VSpace medskip
19603 \end_inset
19604
19605
19606 \end_layout
19607
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614
19615 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19616  de manera que ocupe sólo una parte del ancho de columna.
19617  Puede insertarse usando el menú 
19618 \family sans
19619 Insertar\SpecialChar \menuseparator
19620 Flotante\SpecialChar \menuseparator
19621 Flotante
19622 \begin_inset Space ~
19623 \end_inset
19624
19625 de
19626 \begin_inset Space ~
19627 \end_inset
19628
19629 ajuste
19630 \begin_inset Space ~
19631 \end_inset
19632
19633 de
19634 \begin_inset Space ~
19635 \end_inset
19636
19637 texto
19638 \family default
19639  si está instalado el paquete LaTeX 
19640 \series bold
19641 wrapfig
19642 \series default
19643
19644 \begin_inset Index
19645 status collapsed
19646
19647 \begin_layout Plain Layout
19648 LaTeX-paquetes ! wrapfig
19649 \begin_inset ERT
19650 status collapsed
19651
19652 \begin_layout Plain Layout
19653
19654
19655 \backslash
19656
19657 \begin_inset ERT
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661
19662 {
19663 \end_layout
19664
19665 \end_inset
19666
19667
19668 \begin_inset ERT
19669 status collapsed
19670
19671 \begin_layout Plain Layout
19672
19673 }
19674 \end_layout
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682
19683 vspace
19684 \begin_inset ERT
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688
19689 {
19690 \end_layout
19691
19692 \end_inset
19693
19694 4mm
19695 \begin_inset ERT
19696 status collapsed
19697
19698 \begin_layout Plain Layout
19699
19700 }
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \end_inset
19709
19710 .
19711 \begin_inset Foot
19712 status collapsed
19713
19714 \begin_layout Plain Layout
19715 La instalación de paquetes LaTeX se explica en el manual 
19716 \emph on
19717 Configuración de LaTeX
19718 \emph default
19719 .
19720 \end_layout
19721
19722 \end_inset
19723
19724  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19725  cuadro del flotante.
19726  La figura
19727 \begin_inset Space ~
19728 \end_inset
19729
19730
19731 \begin_inset CommandInset ref
19732 LatexCommand ref
19733 reference "fig:Esto-es-una"
19734
19735 \end_inset
19736
19737  es un ejemplo de flotante ajustado al texto con una anchura del 40
19738 \begin_inset Space \thinspace{}
19739 \end_inset
19740
19741 col%.
19742 \begin_inset Foot
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 Ver unidades disponibles en el apéndice
19747 \begin_inset Space ~
19748 \end_inset
19749
19750
19751 \begin_inset CommandInset ref
19752 LatexCommand ref
19753 reference "cha:Unidades-disponibles-en"
19754
19755 \end_inset
19756
19757 .
19758 \end_layout
19759
19760 \end_inset
19761
19762  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19763  del texto envolvente.
19764 \end_layout
19765
19766 \begin_layout Standard
19767 \begin_inset Note Greyedout
19768 status open
19769
19770 \begin_layout Plain Layout
19771
19772 \series bold
19773 Nota:
19774 \series default
19775  ¡Los flotantes adosados a texto son frágiles! P.
19776 \begin_inset Space \thinspace{}
19777 \end_inset
19778
19779 e.
19780 \begin_inset Space ~
19781 \end_inset
19782
19783 si una figura está demasiado cerca de la parte inferior de la página se
19784  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19785  o situarse junto a otro texto.
19786 \end_layout
19787
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \begin_layout Standard
19794 En general:
19795 \end_layout
19796
19797 \begin_layout Itemize
19798 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19799  salto de página.
19800  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19801  esté casi listo y puedas prever los saltos de página.
19802 \end_layout
19803
19804 \begin_layout Itemize
19805 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19806  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19807 \end_layout
19808
19809 \begin_layout Itemize
19810 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19811  que asegura que hay un párrafo de texto entre ellos.
19812 \end_layout
19813
19814 \begin_layout Itemize
19815 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19816 \end_layout
19817
19818 \begin_layout Section
19819 Numeración de flotantes
19820 \begin_inset CommandInset label
19821 LatexCommand label
19822 name "sec:Numeración-de-flotantes"
19823
19824 \end_inset
19825
19826
19827 \begin_inset Index
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831 Flotantes ! Numeración
19832 \end_layout
19833
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \begin_layout Standard
19840 En general, los flotantes se numeran independientemente de las secciones
19841  en las que se encuentran o según el esquema 
19842 \begin_inset Quotes eld
19843 \end_inset
19844
19845 capítulo.número
19846 \begin_inset Quotes erd
19847 \end_inset
19848
19849  o 
19850 \begin_inset Quotes eld
19851 \end_inset
19852
19853 sección.número
19854 \begin_inset Quotes erd
19855 \end_inset
19856
19857 , dependiendo de la clase de documento utilizada.
19858 \end_layout
19859
19860 \begin_layout Standard
19861 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19862  comando en el preámbulo del documento:
19863 \end_layout
19864
19865 \begin_layout Standard
19866
19867 \series bold
19868
19869 \backslash
19870 renewcommand{
19871 \backslash
19872 thetable}{
19873 \backslash
19874 roman{table}}
19875 \end_layout
19876
19877 \begin_layout Standard
19878
19879 \series bold
19880
19881 \backslash
19882 thetable 
19883 \series default
19884 es el comando que imprime el número de la tabla, para figuras flotantes
19885  el comando sería 
19886 \series bold
19887
19888 \backslash
19889 thefigure
19890 \series default
19891 .
19892  El comando 
19893 \series bold
19894
19895 \backslash
19896 roman
19897 \series default
19898  imprime el número de tabla en números romanos en minúscula.
19899 \end_layout
19900
19901 \begin_layout Standard
19902 Para cambiar el esquema de numeración, por ejemplo a 
19903 \begin_inset Quotes eld
19904 \end_inset
19905
19906 subsección.número
19907 \begin_inset Quotes erd
19908 \end_inset
19909
19910 , usa este comando en el preámbulo:
19911 \end_layout
19912
19913 \begin_layout Standard
19914
19915 \series bold
19916
19917 \backslash
19918 numberwithin{table}{subsection}
19919 \end_layout
19920
19921 \begin_layout Standard
19922 Para poder usar el comando 
19923 \series bold
19924
19925 \backslash
19926 numberwithin
19927 \series default
19928 , debes marcar la opción 
19929 \family sans
19930 Usar
19931 \begin_inset Space ~
19932 \end_inset
19933
19934 el
19935 \begin_inset Space ~
19936 \end_inset
19937
19938 paquete
19939 \begin_inset Space ~
19940 \end_inset
19941
19942 AMS 
19943 \family default
19944 en el apartado 
19945 \family sans
19946 Ecuaciones 
19947 \family default
19948 de las preferencias del documento.
19949 \end_layout
19950
19951 \begin_layout Standard
19952 Puedes ver más detalles y notas importantes sobre comandos de numeración
19953  en la sección
19954 \begin_inset Space ~
19955 \end_inset
19956
19957
19958 \begin_inset CommandInset ref
19959 LatexCommand ref
19960 reference "sub:Numeración-de-Notas-al-Pie"
19961
19962 \end_inset
19963
19964 .
19965 \end_layout
19966
19967 \begin_layout Section
19968 Referencias a flotantes
19969 \begin_inset CommandInset label
19970 LatexCommand label
19971 name "sec:Referencias-a-Flotantes"
19972
19973 \end_inset
19974
19975
19976 \begin_inset Index
19977 status collapsed
19978
19979 \begin_layout Plain Layout
19980 Flotantes ! Referencias
19981 \end_layout
19982
19983 \end_inset
19984
19985
19986 \begin_inset Index
19987 status collapsed
19988
19989 \begin_layout Plain Layout
19990 Referencias
19991 \end_layout
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \begin_layout Standard
19999 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20000  menú 
20001 \family sans
20002 Insertar\SpecialChar \menuseparator
20003 Etiqueta
20004 \family default
20005  o el botón 
20006 \begin_inset Graphics
20007         filename ../../images/label-insert.png
20008         scale 85
20009
20010 \end_inset
20011
20012 .
20013  Aparece una ventana esperando la introducción del texto de la etiqueta
20014  y se inserta un cuadro gris como este: 
20015 \begin_inset Graphics
20016         filename clipart/etiquetaQt4.png
20017         scale 85
20018
20019 \end_inset
20020
20021 .
20022  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20023  El prefijo depende del tipo de flotante, p.
20024 \begin_inset Space \thinspace{}
20025 \end_inset
20026
20027 e.
20028 \begin_inset Space ~
20029 \end_inset
20030
20031 para figuras el prefijo será 
20032 \begin_inset Quotes eld
20033 \end_inset
20034
20035
20036 \family sans
20037 fig:
20038 \family default
20039
20040 \begin_inset Quotes erd
20041 \end_inset
20042
20043 .
20044 \end_layout
20045
20046 \begin_layout Standard
20047 La etiqueta se usa como ancla y el nombre para la referencia.
20048  Puedes referenciar la etiqueta usando el menú 
20049 \family sans
20050 Insertar\SpecialChar \menuseparator
20051 Referencia
20052 \family default
20053
20054 \begin_inset Space ~
20055 \end_inset
20056
20057
20058 \family sans
20059 cruzada
20060 \family default
20061  o el botón 
20062 \begin_inset Graphics
20063         filename ../../images/dialog-show-new-inset_ref.png
20064         scale 85
20065
20066 \end_inset
20067
20068 .
20069  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20070  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20071  trabajando de la lista desplegable de la parte superior del diálogo.
20072  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20073  Se inserta un cuadro gris como este: 
20074 \begin_inset Graphics
20075         filename clipart/referenciaQt4.png
20076         scale 85
20077
20078 \end_inset
20079
20080 .
20081  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20082 \end_layout
20083
20084 \begin_layout Standard
20085 Se recomienda poner un espacio protegido entre el nombre de la referencia
20086  cruzada y su número para evitar saltos de línea entre ellos.
20087  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20088  dos interrogaciones en la salida.
20089 \end_layout
20090
20091 \begin_layout Standard
20092 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20093  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20094  al texto de la etiqueta nueva, no te ocupes por eso.
20095 \end_layout
20096
20097 \begin_layout Standard
20098 El botón 
20099 \family sans
20100 Ir
20101 \begin_inset Space ~
20102 \end_inset
20103
20104 a
20105 \begin_inset Space ~
20106 \end_inset
20107
20108 la
20109 \begin_inset Space ~
20110 \end_inset
20111
20112 etiqueta
20113 \family default
20114  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20115  y el texto del botón cambia a 
20116 \family sans
20117 Volver
20118 \family default
20119 , con el que se puede retornar a la referencia.
20120  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20121  la etiqueta pero sin opción de volver.
20122 \end_layout
20123
20124 \begin_layout Subsection
20125 Formatos de referencia cruzada
20126 \begin_inset CommandInset label
20127 LatexCommand label
20128 name "sub:Formatos-referencia-cruzada"
20129
20130 \end_inset
20131
20132
20133 \begin_inset Index
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137 Referencias ! Formatos
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \begin_layout Standard
20146 Hay seis variedades de referencias cruzadas:
20147 \end_layout
20148
20149 \begin_layout Description
20150 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20151  
20152 \begin_inset CommandInset ref
20153 LatexCommand ref
20154 reference "fig:Dos-imágenes-distorsionadas"
20155
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \begin_layout Description
20162 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20163  habitual para referirse a fórmulas, especialmente si se omite el nombre
20164  
20165 \begin_inset Quotes eld
20166 \end_inset
20167
20168 Ecuación
20169 \begin_inset Quotes erd
20170 \end_inset
20171
20172
20173 \begin_inset CommandInset ref
20174 LatexCommand eqref
20175 reference "eq:Wgn"
20176
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \begin_layout Description
20183 <página>: imprime el número de página: Página
20184 \begin_inset Space ~
20185 \end_inset
20186
20187
20188 \begin_inset CommandInset ref
20189 LatexCommand pageref
20190 reference "fig:Dos-imágenes-distorsionadas"
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Description
20198 en
20199 \begin_inset Space ~
20200 \end_inset
20201
20202 página
20203 \begin_inset Space ~
20204 \end_inset
20205
20206 <página>: imprime el texto 
20207 \begin_inset Quotes eld
20208 \end_inset
20209
20210 en la página
20211 \begin_inset Quotes erd
20212 \end_inset
20213
20214  y el número de página: 
20215 \begin_inset CommandInset ref
20216 LatexCommand vpageref
20217 reference "fig:Dos-imágenes-distorsionadas"
20218
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \begin_layout Description
20225 <referencia>
20226 \begin_inset Space ~
20227 \end_inset
20228
20229 en
20230 \begin_inset Space ~
20231 \end_inset
20232
20233 página
20234 \begin_inset Space ~
20235 \end_inset
20236
20237 <página>: imprime el número flotante, el texto 
20238 \begin_inset Quotes eld
20239 \end_inset
20240
20241 en la página
20242 \begin_inset Quotes erd
20243 \end_inset
20244
20245  y el número de página: 
20246 \begin_inset CommandInset ref
20247 LatexCommand vref
20248 reference "fig:Dos-imágenes-distorsionadas"
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Description
20256 Referencia
20257 \begin_inset Space ~
20258 \end_inset
20259
20260 con
20261 \begin_inset Space ~
20262 \end_inset
20263
20264 formato: imprime un formato personalizado.
20265  
20266 \begin_inset Note Greyedout
20267 status open
20268
20269 \begin_layout Plain Layout
20270
20271 \series bold
20272 Nota:
20273 \series default
20274  Esta característica sólo está disponible si está instalado el paquete LaTeX
20275  
20276 \series bold
20277 prettyref
20278 \series default
20279 .
20280 \end_layout
20281
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \begin_layout Standard
20288 Ten en cuenta que el estilo <página>
20289 \begin_inset Space \thinspace{}
20290 \end_inset
20291
20292  no imprime el número si la etiqueta está en la misma página, en la anterior
20293  o en la siguiente.
20294  En su lugar verás p.
20295 \begin_inset Space \thinspace{}
20296 \end_inset
20297
20298 e.
20299 \begin_inset Space ~
20300 \end_inset
20301
20302 el texto 
20303 \begin_inset Quotes eld
20304 \end_inset
20305
20306
20307 \family sans
20308 en esta página
20309 \family default
20310
20311 \begin_inset Quotes erd
20312 \end_inset
20313
20314 .
20315 \end_layout
20316
20317 \begin_layout Standard
20318 El número y página actual de la parte del documento referida es automáticamente
20319  calculado por LaTeX en la salida.
20320  Las variedades se ajustan en el campo 
20321 \family sans
20322 Formato
20323 \family default
20324  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20325 \end_layout
20326
20327 \begin_layout Subsection
20328 Referencias a subfiguras 
20329 \begin_inset CommandInset label
20330 LatexCommand label
20331 name "sub:Referencias-a-Subfiguras"
20332
20333 \end_inset
20334
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 Referencias ! a subfiguras
20341 \end_layout
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \begin_layout Standard
20349 Por el momento LyX no soporta las referencias a subfiguras, de modo que
20350  hay que emplear comandos LaTeX.
20351  La etiqueta se crea con el comando
20352 \end_layout
20353
20354 \begin_layout Standard
20355
20356 \series bold
20357
20358 \backslash
20359 label{fig:NombreEtiqueta}
20360 \end_layout
20361
20362 \begin_layout Standard
20363 que se inserta directamente en el campo de leyenda de la subfigura.
20364  Para referenciar la etiqueta añade el siguiente comando en ERT
20365 \end_layout
20366
20367 \begin_layout Standard
20368
20369 \series bold
20370
20371 \backslash
20372 ref{fig:NombreEtiqueta}
20373 \end_layout
20374
20375 \begin_layout Standard
20376 en la posición del documento en la que quieras que aparezca la referencia.
20377  Aquí hay una referencia a una subfigura: Subfigura
20378 \begin_inset Space ~
20379 \end_inset
20380
20381
20382 \begin_inset ERT
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386
20387
20388 \backslash
20389 ref{fig:Platypus}
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \begin_layout Subsection
20398 Designación automática de referencias
20399 \begin_inset Index
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 Referencias ! Designación automática
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 El paquete LaTeX 
20413 \series bold
20414 hyperref
20415 \series default
20416  dispone de una característica muy útil que permite incluir automáticamente
20417  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20418  de texto como secciones).
20419  Quieres p.
20420 \begin_inset Space \thinspace{}
20421 \end_inset
20422
20423 e.
20424 \begin_inset Space ~
20425 \end_inset
20426
20427 escribir la palabra 
20428 \begin_inset Quotes eld
20429 \end_inset
20430
20431 Figura
20432 \begin_inset Quotes erd
20433 \end_inset
20434
20435  antes de cada cuadro de referencia.
20436  Para conseguirlo debes cargar el paquete LaTeX 
20437 \series bold
20438 hyperref
20439 \series default
20440
20441 \begin_inset Index
20442 status collapsed
20443
20444 \begin_layout Plain Layout
20445 LaTeX-paquetes ! hyperref
20446 \end_layout
20447
20448 \end_inset
20449
20450  en el preámbulo del documento con
20451 \end_layout
20452
20453 \begin_layout Standard
20454
20455 \series bold
20456
20457 \backslash
20458 usepackage[pdfborder={0 0 0}]{hyperref}
20459 \begin_inset Newline newline
20460 \end_inset
20461
20462
20463 \backslash
20464 AtBeginDocument{
20465 \backslash
20466 renewcommand{
20467 \backslash
20468 ref}[1]{
20469 \backslash
20470 mbox{
20471 \backslash
20472 autoref{#1}}}}
20473 \end_layout
20474
20475 \begin_layout Standard
20476
20477 \series bold
20478 hyperref
20479 \series default
20480  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20481  esto significa que el lector del documento podrá pinchar sobre una entrada
20482  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20483  documento.
20484  
20485 \series bold
20486 hyperref
20487 \series default
20488  también crea marcadores PDF para cada sección para facilitar al lector
20489  la navegación por el documento.
20490  Esto también se ha usado en este documento pero si echas una ojeada al
20491  preámbulo encontrarás varias opciones en la carga de 
20492 \series bold
20493 hyperref
20494 \series default
20495 .
20496  Para aprender más sobre ello acude a la documentación del paquete 
20497 \begin_inset CommandInset citation
20498 LatexCommand cite
20499 key "hyperref"
20500
20501 \end_inset
20502
20503 .
20504 \end_layout
20505
20506 \begin_layout Standard
20507 \begin_inset Note Greyedout
20508 status open
20509
20510 \begin_layout Plain Layout
20511
20512 \series bold
20513 Nota:
20514 \series default
20515  La designación automática de referencias no puede usarse en el estilo 
20516 \family sans
20517 Referencia
20518 \begin_inset Space ~
20519 \end_inset
20520
20521 con
20522 \begin_inset Space ~
20523 \end_inset
20524
20525 formato
20526 \family default
20527 , descrita en la sección
20528 \begin_inset Space ~
20529 \end_inset
20530
20531
20532 \begin_inset CommandInset ref
20533 LatexCommand ref
20534 reference "sub:Formatos-referencia-cruzada"
20535
20536 \end_inset
20537
20538 .
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Subsection
20547 Colocación de referencias
20548 \begin_inset CommandInset label
20549 LatexCommand label
20550 name "sub:Colocación-de-Referencias"
20551
20552 \end_inset
20553
20554
20555 \begin_inset Index
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559 Referencias ! Colocación
20560 \end_layout
20561
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \begin_layout Standard
20568 Si usas 
20569 \series bold
20570 hyperref
20571 \series default
20572
20573 \begin_inset Index
20574 status collapsed
20575
20576 \begin_layout Plain Layout
20577 LaTeX-paquetes ! hyperref
20578 \end_layout
20579
20580 \end_inset
20581
20582  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20583  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20584  La leyenda será la primera parte del texto en pantalla, de forma que para
20585  ver la imagen debes deslizar.
20586  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20587  Usando el paquete 
20588 \series bold
20589 hypcap
20590 \series default
20591
20592 \begin_inset Index
20593 status collapsed
20594
20595 \begin_layout Plain Layout
20596 LaTeX-paquetes ! hypcap
20597 \end_layout
20598
20599 \end_inset
20600
20601 , que forma parte del paquete LaTeX 
20602 \series bold
20603 oberdiek
20604 \series default
20605
20606 \begin_inset Index
20607 status collapsed
20608
20609 \begin_layout Plain Layout
20610 LaTeX-paquetes ! oberdiek
20611 \end_layout
20612
20613 \end_inset
20614
20615 , el ancla de enlace se sitúa al comienzo de un flotante.
20616  Para usar esta característica para figuras flotantes carga 
20617 \series bold
20618 hypcap
20619 \series default
20620  en el preámbulo con
20621 \end_layout
20622
20623 \begin_layout Standard
20624
20625 \series bold
20626
20627 \backslash
20628 usepackage[figure]{hypcap}
20629 \end_layout
20630
20631 \begin_layout Standard
20632 Puedes usar 
20633 \series bold
20634 hypcap
20635 \series default
20636  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20637  Más información en el manual de 
20638 \series bold
20639 hypcap
20640 \series default
20641  
20642 \begin_inset CommandInset citation
20643 LatexCommand cite
20644 key "hypcap"
20645
20646 \end_inset
20647
20648 .
20649 \end_layout
20650
20651 \begin_layout Standard
20652 \begin_inset Note Greyedout
20653 status open
20654
20655 \begin_layout Plain Layout
20656
20657 \series bold
20658 Nota: hypcap
20659 \series default
20660  debe cargarse después de 
20661 \series bold
20662 hyperref
20663 \series default
20664  en el preámbulo
20665 \series bold
20666 .
20667 \end_layout
20668
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \begin_layout Standard
20675 \begin_inset Note Greyedout
20676 status open
20677
20678 \begin_layout Plain Layout
20679
20680 \series bold
20681 Nota:
20682 \series default
20683  La colocación de referencias no afecta a las referencias a subfiguras.
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Section
20692 Colocación de flotantes
20693 \begin_inset CommandInset label
20694 LatexCommand label
20695 name "sec:Colocación-de-Flotantes"
20696
20697 \end_inset
20698
20699
20700 \begin_inset Index
20701 status collapsed
20702
20703 \begin_layout Plain Layout
20704 Flotantes ! Colocación
20705 \end_layout
20706
20707 \end_inset
20708
20709
20710 \end_layout
20711
20712 \begin_layout Standard
20713 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20714  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20715  los flotantes.
20716 \begin_inset Newline newline
20717 \end_inset
20718
20719 La opción 
20720 \family sans
20721 Extender
20722 \begin_inset Space ~
20723 \end_inset
20724
20725 columnas
20726 \family default
20727  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20728  abarcará ambas columnas en lugar de una sola.
20729 \begin_inset Newline newline
20730 \end_inset
20731
20732 La opción 
20733 \family sans
20734 Girar
20735 \begin_inset Space ~
20736 \end_inset
20737
20738 a
20739 \begin_inset Space ~
20740 \end_inset
20741
20742 un
20743 \begin_inset Space ~
20744 \end_inset
20745
20746 lado
20747 \family default
20748  sirve para girar flotantes, ver sección
20749 \begin_inset Space ~
20750 \end_inset
20751
20752
20753 \begin_inset CommandInset ref
20754 LatexCommand ref
20755 reference "sec:Rotación-de-Flotantes"
20756
20757 \end_inset
20758
20759 .
20760  
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20765  la posición de un flotante si desmarcas la opción 
20766 \family sans
20767 Usar
20768 \begin_inset Space ~
20769 \end_inset
20770
20771 ubicación
20772 \begin_inset Space ~
20773 \end_inset
20774
20775 predeterminada
20776 \family default
20777 :
20778 \end_layout
20779
20780 \begin_layout Description
20781
20782 \family sans
20783 \series bold
20784 Aquí
20785 \begin_inset Space ~
20786 \end_inset
20787
20788 si
20789 \begin_inset Space ~
20790 \end_inset
20791
20792 es
20793 \begin_inset Space ~
20794 \end_inset
20795
20796 posible
20797 \family default
20798 \series default
20799  intenta situar el flotante en la posición en la que se inserta
20800 \end_layout
20801
20802 \begin_layout Description
20803
20804 \family sans
20805 \series bold
20806 Principio
20807 \begin_inset Space ~
20808 \end_inset
20809
20810 de
20811 \begin_inset Space ~
20812 \end_inset
20813
20814 página
20815 \family default
20816 \series default
20817  intenta situar el flotante al principio de la página actual
20818 \end_layout
20819
20820 \begin_layout Description
20821
20822 \family sans
20823 \series bold
20824 Fin
20825 \begin_inset Space ~
20826 \end_inset
20827
20828 de
20829 \begin_inset Space ~
20830 \end_inset
20831
20832 página
20833 \family default
20834 \series default
20835  intenta situar el flotante al final de la página actual
20836 \end_layout
20837
20838 \begin_layout Description
20839
20840 \family sans
20841 \series bold
20842 Página
20843 \begin_inset Space ~
20844 \end_inset
20845
20846 de
20847 \begin_inset Space ~
20848 \end_inset
20849
20850 flotantes
20851 \family default
20852 \series default
20853  intenta situar el flotante en una página propia 
20854 \end_layout
20855
20856 \begin_layout Standard
20857 LaTeX usa 
20858 \emph on
20859 siempre
20860 \emph default
20861  ese orden de opciones.
20862  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20863  lugar 
20864 \family sans
20865 Aquí
20866 \begin_inset Space ~
20867 \end_inset
20868
20869 si
20870 \begin_inset Space ~
20871 \end_inset
20872
20873 es
20874 \begin_inset Space ~
20875 \end_inset
20876
20877 posible
20878 \family default
20879 , luego 
20880 \family sans
20881 Principio
20882 \begin_inset Space ~
20883 \end_inset
20884
20885 de
20886 \begin_inset Space ~
20887 \end_inset
20888
20889 página
20890 \family default
20891 , y después las otras.
20892  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20893  pero en dicho orden.
20894  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20895  pero intenta poner el flotante en la página siguiente.
20896 \end_layout
20897
20898 \begin_layout Standard
20899 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20900 \end_layout
20901
20902 \begin_layout Labeling
20903 \labelwidthstring 00.00.0000
20904
20905 \family sans
20906 Principio
20907 \begin_inset Space ~
20908 \end_inset
20909
20910 de
20911 \begin_inset Space ~
20912 \end_inset
20913
20914 página:
20915 \family default
20916  sólo si el flotante ocupa menos del 70
20917 \begin_inset Space \thinspace{}
20918 \end_inset
20919
20920 % de la página puede ubicarse al principio de página (
20921 \series bold
20922
20923 \backslash
20924 topfraction
20925 \series default
20926 )
20927 \end_layout
20928
20929 \begin_layout Labeling
20930 \labelwidthstring 00.00.0000
20931
20932 \family sans
20933 Fin
20934 \begin_inset Space ~
20935 \end_inset
20936
20937 de
20938 \begin_inset Space ~
20939 \end_inset
20940
20941 página:
20942 \family default
20943  sólo si el flotante ocupa menos del 30
20944 \begin_inset Space \thinspace{}
20945 \end_inset
20946
20947 % de la página puede ubicarse al fin de página.
20948  (
20949 \series bold
20950
20951 \backslash
20952 bottomfraction
20953 \series default
20954 )
20955 \end_layout
20956
20957 \begin_layout Labeling
20958 \labelwidthstring 00.00.0000
20959
20960 \family sans
20961 Página
20962 \begin_inset Space ~
20963 \end_inset
20964
20965 de
20966 \begin_inset Space ~
20967 \end_inset
20968
20969 flotantes:
20970 \family default
20971  sólo si más del 50
20972 \begin_inset Space \thinspace{}
20973 \end_inset
20974
20975 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20976  página.
20977  (
20978 \series bold
20979
20980 \backslash
20981 floatpagefraction
20982 \series default
20983 )
20984 \end_layout
20985
20986 \begin_layout Standard
20987 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20988  
20989 \family sans
20990 Ignorar
20991 \begin_inset Space ~
20992 \end_inset
20993
20994 reglas
20995 \begin_inset Space ~
20996 \end_inset
20997
20998 de
20999 \begin_inset Space ~
21000 \end_inset
21001
21002 LaTeX
21003 \family default
21004 .
21005 \begin_inset Newline newline
21006 \end_inset
21007
21008 También puedes redefinir las reglas con los comandos LaTeX que van entre
21009  paréntesis tras la descripción de las reglas anteriores.
21010  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21011  la regla 
21012 \family sans
21013 Fin
21014 \family default
21015
21016 \begin_inset Space ~
21017 \end_inset
21018
21019
21020 \family sans
21021 de
21022 \family default
21023
21024 \begin_inset Space ~
21025 \end_inset
21026
21027
21028 \family sans
21029 página
21030 \family default
21031  al 50
21032 \begin_inset Space \thinspace{}
21033 \end_inset
21034
21035 %, añade esta línea en el preámbulo:
21036 \end_layout
21037
21038 \begin_layout Standard
21039
21040 \series bold
21041
21042 \backslash
21043 renewcommand{
21044 \backslash
21045 bottomfraction}{0.5}
21046 \end_layout
21047
21048 \begin_layout Standard
21049 En determinados casos podrías necesitar ubicar un flotante exactamente en
21050  la posición en la que se inserta.
21051  Para esto puedes usar la opción 
21052 \family sans
21053 Aquí
21054 \begin_inset Space ~
21055 \end_inset
21056
21057 definitivamente
21058 \family default
21059 .
21060  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21061  porque el flotante ya no podrá 
21062 \begin_inset Quotes eld
21063 \end_inset
21064
21065 flotar
21066 \begin_inset Quotes erd
21067 \end_inset
21068
21069  y si haces cambios al documento se podría estropear el diseño de la página.
21070 \end_layout
21071
21072 \begin_layout Standard
21073 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
21074  están rodeados por texto de un párrafo determinado.
21075 \begin_inset VSpace bigskip
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \begin_layout Standard
21082 A veces surge el problema de que un flotante se sitúa al principio de la
21083  página mientras que su sección correspondiente empieza en mitad de la página,
21084  así que el lector podría creer que el flotante forma parte de la sección
21085  anterior.
21086  Para evitarlo puede emplearse el comando LaTeX 
21087 \series bold
21088
21089 \backslash
21090 suppressfloats
21091 \series default
21092 , que suprime la ubicación de un flotante dado en la página donde se inserta
21093  y además puede servir para evitar que el flotante se coloque antes del
21094  inicio de sección.
21095  Para ello, añade estos comandos al preámbulo:
21096 \end_layout
21097
21098 \begin_layout Standard
21099
21100 \series bold
21101
21102 \backslash
21103 let
21104 \backslash
21105 mySection
21106 \backslash
21107 section
21108 \begin_inset Newline newline
21109 \end_inset
21110
21111
21112 \backslash
21113 renewcommand{
21114 \backslash
21115 section}{
21116 \backslash
21117 suppressfloats[t]
21118 \backslash
21119 mySection}
21120 \end_layout
21121
21122 \begin_layout Standard
21123 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21124  subsecciones.
21125  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21126  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21127 \end_layout
21128
21129 \begin_layout Standard
21130 \begin_inset VSpace bigskip
21131 \end_inset
21132
21133 En ciertos casos se quieren tener todas las figuras/tablas al final del
21134  documento.
21135  Para estos casos está el paquete LaTeX 
21136 \series bold
21137 endfloat
21138 \series default
21139
21140 \begin_inset Index
21141 status collapsed
21142
21143 \begin_layout Plain Layout
21144 LaTeX-paquetes ! endfloat
21145 \end_layout
21146
21147 \end_inset
21148
21149 .
21150  Pone todas las figuras y tablas flotantes al final del documento en secciones
21151  propias.
21152  En la posición original del flotante se inserta una indicación como 
21153 \begin_inset Quotes eld
21154 \end_inset
21155
21156
21157 \family sans
21158 [Figure
21159 \begin_inset Space ~
21160 \end_inset
21161
21162 3.2 about here.]
21163 \family default
21164
21165 \begin_inset Quotes erd
21166 \end_inset
21167
21168 .
21169  El paquete 
21170 \series bold
21171 endfloat
21172 \series default
21173  se carga en el preámbulo con la línea
21174 \end_layout
21175
21176 \begin_layout Standard
21177
21178 \series bold
21179
21180 \backslash
21181 usepackage[options]{endfloat}
21182 \end_layout
21183
21184 \begin_layout Standard
21185 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21186  Para más información ver la documentación de 
21187 \begin_inset CommandInset citation
21188 LatexCommand cite
21189 key "endfloat"
21190
21191 \end_inset
21192
21193 .
21194 \begin_inset Newline newline
21195 \end_inset
21196
21197
21198 \begin_inset Note Greyedout
21199 status open
21200
21201 \begin_layout Plain Layout
21202
21203 \series bold
21204 Nota: endfloat
21205 \series default
21206  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21207  ver sección
21208 \begin_inset Space ~
21209 \end_inset
21210
21211 4 en 
21212 \begin_inset CommandInset citation
21213 LatexCommand cite
21214 key "endfloat"
21215
21216 \end_inset
21217
21218 .
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \begin_inset Newline newline
21225 \end_inset
21226
21227
21228 \begin_inset Note Greyedout
21229 status open
21230
21231 \begin_layout Plain Layout
21232
21233 \series bold
21234 Nota:
21235 \series default
21236  Actualmente hay un error en 
21237 \series bold
21238 endfloat
21239 \series default
21240  cuando la leyenda contiene el carácter alemán 
21241 \begin_inset Quotes eld
21242 \end_inset
21243
21244 ß
21245 \begin_inset Quotes erd
21246 \end_inset
21247
21248 .
21249  Usa en ese caso el comando 
21250 \begin_inset Quotes eld
21251 \end_inset
21252
21253
21254 \series bold
21255
21256 \backslash
21257 ss
21258 \series default
21259
21260 \begin_inset Quotes erd
21261 \end_inset
21262
21263  en ERT en vez de 
21264 \begin_inset Quotes eld
21265 \end_inset
21266
21267 ß
21268 \begin_inset Quotes erd
21269 \end_inset
21270
21271 .
21272 \end_layout
21273
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \begin_layout Standard
21280 \begin_inset VSpace bigskip
21281 \end_inset
21282
21283 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21284 \begin_inset CommandInset citation
21285 LatexCommand cite
21286 key "latexcompanion,latexguide,latexbook"
21287
21288 \end_inset
21289
21290 .
21291 \end_layout
21292
21293 \begin_layout Section
21294 Rotación de flotantes
21295 \begin_inset CommandInset label
21296 LatexCommand label
21297 name "sec:Rotación-de-Flotantes"
21298
21299 \end_inset
21300
21301
21302 \begin_inset Index
21303 status collapsed
21304
21305 \begin_layout Plain Layout
21306 Flotantes ! Rotación
21307 \end_layout
21308
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \begin_layout Standard
21315 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21316  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21317  la opción 
21318 \family sans
21319 Girar
21320 \begin_inset Space ~
21321 \end_inset
21322
21323 a
21324 \begin_inset Space ~
21325 \end_inset
21326
21327 un
21328 \begin_inset Space ~
21329 \end_inset
21330
21331 lado
21332 \family default
21333 .
21334 \end_layout
21335
21336 \begin_layout Standard
21337 Los flotantes girados son puestos siempre en su propia página (o columna
21338  si el documento es de dos columnas).
21339  Se rotan de forma que puedes leerlos desde el margen externo.
21340  Para forzar determinada dirección de rotación para todas las páginas, puedes
21341  añadir una de las opciones 
21342 \series bold
21343 figuresleft
21344 \series default
21345  o 
21346 \series bold
21347 figuresright
21348 \series default
21349  a las opciones de clase del documento.
21350 \end_layout
21351
21352 \begin_layout Standard
21353 Los flotantes girados se refieren igual que los normales, y el formato de
21354  la leyenda también es el mismo: un ejemplo es la tabla
21355 \begin_inset Space ~
21356 \end_inset
21357
21358
21359 \begin_inset CommandInset ref
21360 LatexCommand ref
21361 reference "tab:Tabla-girada"
21362
21363 \end_inset
21364
21365 .
21366 \end_layout
21367
21368 \begin_layout Standard
21369 \begin_inset Note Greyedout
21370 status open
21371
21372 \begin_layout Plain Layout
21373
21374 \series bold
21375 Nota:
21376 \series default
21377  No todos los visores DVI pueden mostrar tablas giradas.
21378 \end_layout
21379
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \begin_layout Standard
21386 \begin_inset Float table
21387 wide false
21388 sideways true
21389 status open
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Caption
21393
21394 \begin_layout Plain Layout
21395 \begin_inset CommandInset label
21396 LatexCommand label
21397 name "tab:Tabla-girada"
21398
21399 \end_inset
21400
21401 Tabla girada
21402 \end_layout
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \begin_layout Plain Layout
21410 \align center
21411 \begin_inset Tabular
21412 <lyxtabular version="3" rows="1" columns="5">
21413 <features>
21414 <column alignment="center" valignment="top" width="0">
21415 <column alignment="center" valignment="top" width="0">
21416 <column alignment="center" valignment="top" width="0">
21417 <column alignment="center" valignment="top" width="0">
21418 <column alignment="center" valignment="top" width="0">
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 test
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 b
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 c
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 d
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 e
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 </lyxtabular>
21467
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \begin_layout Section
21479 Flotantes adosados
21480 \begin_inset Index
21481 status collapsed
21482
21483 \begin_layout Plain Layout
21484 Flotantes ! Adosados
21485 \end_layout
21486
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \begin_layout Standard
21493 Para colocar flotantes unos junto a otros, como en la figura
21494 \begin_inset Space ~
21495 \end_inset
21496
21497
21498 \begin_inset CommandInset ref
21499 LatexCommand ref
21500 reference "fig:Flotante-izquierda"
21501
21502 \end_inset
21503
21504  y 
21505 \begin_inset CommandInset ref
21506 LatexCommand ref
21507 reference "fig:Flotante-derecha"
21508
21509 \end_inset
21510
21511 , se pone 
21512 \emph on
21513 un
21514 \emph default
21515  solo flotante.
21516  En él se insertan dos cuadros tipo minipágina
21517 \begin_inset Foot
21518 status open
21519
21520 \begin_layout Plain Layout
21521 Las minipáginas se explican en la sección
21522 \begin_inset Space ~
21523 \end_inset
21524
21525
21526 \begin_inset CommandInset ref
21527 LatexCommand ref
21528 reference "sec:Minipáginas"
21529
21530 \end_inset
21531
21532 .
21533 \end_layout
21534
21535 \end_inset
21536
21537 .
21538  La anchura se establece en 45-50
21539 \begin_inset Space \thinspace{}
21540 \end_inset
21541
21542 % de la columna y la alineación en 
21543 \family sans
21544 Inferior
21545 \family default
21546  para cada minipágina.
21547  Las minipáginas contienen la imagen y su título, de igual forma que en
21548  los flotantes.
21549  La única diferencia es que el 
21550 \family sans
21551 Ancho
21552 \begin_inset Space ~
21553 \end_inset
21554
21555 de
21556 \begin_inset Space ~
21557 \end_inset
21558
21559 columna
21560 \begin_inset Space ~
21561 \end_inset
21562
21563 %
21564 \family default
21565  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21566 \end_layout
21567
21568 \begin_layout Standard
21569 \begin_inset Float figure
21570 placement h
21571 wide false
21572 sideways false
21573 status open
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Box Frameless
21577 position "b"
21578 hor_pos "c"
21579 has_inner_box 1
21580 inner_pos "t"
21581 use_parbox 0
21582 width "45col%"
21583 special "none"
21584 height "1in"
21585 height_special "totalheight"
21586 status open
21587
21588 \begin_layout Plain Layout
21589 \align center
21590 \begin_inset Graphics
21591         filename ../clipart/mobius.eps
21592         lyxscale 50
21593         width 100col%
21594         scaleBeforeRotation
21595
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \begin_layout Plain Layout
21602 \begin_inset Caption
21603
21604 \begin_layout Plain Layout
21605 \begin_inset CommandInset label
21606 LatexCommand label
21607 name "fig:Flotante-izquierda"
21608
21609 \end_inset
21610
21611 Flotante en el lado izquierdo.
21612 \end_layout
21613
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \begin_inset Space \hfill{}
21623 \end_inset
21624
21625
21626 \begin_inset Box Frameless
21627 position "b"
21628 hor_pos "c"
21629 has_inner_box 1
21630 inner_pos "t"
21631 use_parbox 0
21632 width "45col%"
21633 special "none"
21634 height "1in"
21635 height_special "totalheight"
21636 status open
21637
21638 \begin_layout Plain Layout
21639 \align center
21640 \begin_inset Graphics
21641         filename ../clipart/platypus.eps
21642         lyxscale 50
21643         width 100col%
21644         scaleBeforeRotation
21645
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Caption
21653
21654 \begin_layout Plain Layout
21655 \begin_inset CommandInset label
21656 LatexCommand label
21657 name "fig:Flotante-derecha"
21658
21659 \end_inset
21660
21661 Flotante en el lado derecho.
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \begin_layout Section
21680 Formato de las leyendas
21681 \begin_inset Index
21682 status collapsed
21683
21684 \begin_layout Plain Layout
21685 Leyendas ! Formato
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \begin_inset Index
21692 status collapsed
21693
21694 \begin_layout Plain Layout
21695 Flotantes ! Formato de las leyendas
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \begin_inset Index
21702 status collapsed
21703
21704 \begin_layout Plain Layout
21705 LaTeX-paquetes ! caption
21706 \end_layout
21707
21708 \end_inset
21709
21710
21711 \begin_inset CommandInset label
21712 LatexCommand label
21713 name "sec:Formato-de-leyendas"
21714
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \begin_layout Standard
21721 El entorno 
21722 \family sans
21723 Leyenda
21724 \family default
21725  es el predeterminado para los 
21726 \family sans
21727 Flotantes
21728 \family default
21729 .
21730  En LyX las leyendas se muestran como etiqueta, p.
21731 \begin_inset Space \thinspace{}
21732 \end_inset
21733
21734 e.
21735 \begin_inset Space ~
21736 \end_inset
21737
21738
21739 \begin_inset Quotes eld
21740 \end_inset
21741
21742
21743 \family sans
21744 Figura #
21745 \family default
21746 :
21747 \begin_inset Quotes erd
21748 \end_inset
21749
21750  seguida por el texto.
21751  
21752 \begin_inset Quotes eld
21753 \end_inset
21754
21755 #
21756 \begin_inset Quotes erd
21757 \end_inset
21758
21759  es el número real de referencia.
21760  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21761  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21762  del texto.
21763  El formato de la leyenda no es apropiado para todos los formatos de documento.
21764  
21765 \end_layout
21766
21767 \begin_layout Standard
21768 Para cambiar el formato predeterminado carga el paquete LaTeX 
21769 \series bold
21770 caption
21771 \series default
21772
21773 \begin_inset Index
21774 status collapsed
21775
21776 \begin_layout Plain Layout
21777 LaTeX-paquetes ! caption
21778 \end_layout
21779
21780 \end_inset
21781
21782  en el preámbulo del documento con la línea:
21783 \end_layout
21784
21785 \begin_layout Standard
21786
21787 \series bold
21788
21789 \backslash
21790 usepackage[definición de formato]{caption}
21791 \end_layout
21792
21793 \begin_layout Standard
21794 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21795  las leyendas de tabla siempre sobre ella como en este documento, usa el
21796  comando:
21797 \end_layout
21798
21799 \begin_layout Standard
21800
21801 \series bold
21802
21803 \backslash
21804 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21805 \end_layout
21806
21807 \begin_layout Standard
21808 También puedes definir distintos formatos de leyenda para los distintos
21809  tipos de flotantes.
21810  En ese caso carga el paquete 
21811 \series bold
21812 caption
21813 \series default
21814  sin opciones específicas y define los distintos formatos con ayuda del
21815  comando
21816 \end_layout
21817
21818 \begin_layout Standard
21819
21820 \series bold
21821
21822 \backslash
21823 captionsetup[tipo de flotante]{definición de formato}
21824 \end_layout
21825
21826 \begin_layout Standard
21827 en el preámbulo del documento.
21828  Por ejemplo las leyendas de la Figura
21829 \begin_inset Space ~
21830 \end_inset
21831
21832
21833 \begin_inset CommandInset ref
21834 LatexCommand ref
21835 reference "fig:Esto-es-una-fig"
21836
21837 \end_inset
21838
21839  y la tabla
21840 \begin_inset Space ~
21841 \end_inset
21842
21843
21844 \begin_inset CommandInset ref
21845 LatexCommand ref
21846 reference "tab:Esto-es-una-tab"
21847
21848 \end_inset
21849
21850  pueden crearse usando los siguientes comandos en el preámbulo:
21851 \end_layout
21852
21853 \begin_layout Standard
21854
21855 \series bold
21856
21857 \backslash
21858 usepackage[tableposition=top]{caption}
21859 \series default
21860
21861 \begin_inset Newline newline
21862 \end_inset
21863
21864
21865 \series bold
21866
21867 \backslash
21868 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21869 \begin_inset Newline newline
21870 \end_inset
21871
21872
21873 \begin_inset ERT
21874 status collapsed
21875
21876 \begin_layout Plain Layout
21877
21878
21879 \backslash
21880 hphantom{
21881 \backslash
21882
21883 \backslash
21884 captionsetup[figure]
21885 \backslash
21886 {}
21887 \end_layout
21888
21889 \end_inset
21890
21891  labelsep=period}
21892 \begin_inset Newline newline
21893 \end_inset
21894
21895
21896 \backslash
21897 captionsetup[table]{labelfont={bf,sf}}
21898 \end_layout
21899
21900 \begin_layout Standard
21901 \begin_inset Note Greyedout
21902 status open
21903
21904 \begin_layout Plain Layout
21905
21906 \series bold
21907 Nota: 
21908 \series default
21909 La opción 
21910 \series bold
21911 tableposition=top
21912 \series default
21913  no tiene efecto si se usa una clase de documento 
21914 \series bold
21915 koma-script
21916 \series default
21917 .
21918  En este caso debe utilizarse la opción de clase de documento 
21919 \series bold
21920 tablecaptionabove
21921 \series default
21922 .
21923  
21924 \end_layout
21925
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \begin_layout Standard
21932 Para más información sobre el paquete 
21933 \series bold
21934 caption
21935 \series default
21936  acude a su documentación 
21937 \begin_inset CommandInset citation
21938 LatexCommand cite
21939 key "caption,caption-de"
21940
21941 \end_inset
21942
21943 .
21944 \end_layout
21945
21946 \begin_layout Standard
21947 Para cambiar el nombre de la etiqueta de 
21948 \begin_inset Quotes eld
21949 \end_inset
21950
21951 Figura
21952 \begin_inset Quotes erd
21953 \end_inset
21954
21955  a 
21956 \begin_inset Quotes eld
21957 \end_inset
21958
21959 Imagen
21960 \begin_inset Quotes erd
21961 \end_inset
21962
21963 , p.
21964 \begin_inset Space \thinspace{}
21965 \end_inset
21966
21967 e., usa el siguiente comando de preámbulo:
21968 \end_layout
21969
21970 \begin_layout Standard
21971
21972 \series bold
21973
21974 \backslash
21975 renewcommand{
21976 \backslash
21977 fnum@figure}{Imagen~
21978 \backslash
21979 thefigure}
21980 \end_layout
21981
21982 \begin_layout Standard
21983 donde 
21984 \series bold
21985
21986 \backslash
21987 thefigure
21988 \series default
21989  inserta el número de figura y 
21990 \series bold
21991
21992 \begin_inset Quotes eld
21993 \end_inset
21994
21995
21996 \series default
21997 ~
21998 \series bold
21999
22000 \begin_inset Quotes erd
22001 \end_inset
22002
22003
22004 \series default
22005  genera un espacio protegido.
22006
22007 \series bold
22008  
22009 \end_layout
22010
22011 \begin_layout Standard
22012 \begin_inset VSpace bigskip
22013 \end_inset
22014
22015 Si estás usando la clase de documento 
22016 \series bold
22017 koma-script
22018 \series default
22019
22020 \begin_inset Index
22021 status collapsed
22022
22023 \begin_layout Plain Layout
22024 LaTeX-paquetes ! koma-script
22025 \end_layout
22026
22027 \end_inset
22028
22029  (
22030 \family sans
22031 article (koma-script)
22032 \family default
22033
22034 \family sans
22035 book (koma-script)
22036 \family default
22037
22038 \family sans
22039 letter (koma-script)
22040 \family default
22041 , o 
22042 \family sans
22043 report (koma-script)
22044 \family default
22045
22046 \begin_inset Space \thinspace{}
22047 \end_inset
22048
22049 ), puedes emplear en vez del paquete 
22050 \series bold
22051 caption
22052 \series default
22053  el comando 
22054 \series bold
22055
22056 \backslash
22057 setkomafont
22058 \series default
22059  incluido en 
22060 \series bold
22061 koma-script
22062 \series default
22063 .
22064  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22065  comando en el preámbulo del documento:
22066 \end_layout
22067
22068 \begin_layout Standard
22069
22070 \series bold
22071
22072 \backslash
22073 setkomafont{captionlabel}{
22074 \backslash
22075 bfseries}
22076 \end_layout
22077
22078 \begin_layout Standard
22079 Más información sobre 
22080 \series bold
22081
22082 \backslash
22083 setkomafont
22084 \series default
22085  en la documentación de 
22086 \series bold
22087 koma-script
22088 \series default
22089  
22090 \begin_inset CommandInset citation
22091 LatexCommand cite
22092 key "koma-script"
22093
22094 \end_inset
22095
22096 .
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \begin_inset ERT
22101 status open
22102
22103 \begin_layout Plain Layout
22104
22105
22106 \backslash
22107 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22108 }
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \begin_inset Note Note
22115 status open
22116
22117 \begin_layout Plain Layout
22118 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \begin_layout Standard
22127 \begin_inset Float figure
22128 placement !p
22129 wide false
22130 sideways false
22131 status open
22132
22133 \begin_layout Plain Layout
22134 \align center
22135 \begin_inset Graphics
22136         filename ../clipart/mobius.eps
22137         lyxscale 50
22138         scale 50
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Plain Layout
22146 \begin_inset Caption
22147
22148 \begin_layout Plain Layout
22149 \begin_inset CommandInset label
22150 LatexCommand label
22151 name "fig:Esto-es-una-fig"
22152
22153 \end_inset
22154
22155
22156 \begin_inset OptArg
22157 status open
22158
22159 \begin_layout Plain Layout
22160 Figura con leyenda muy larga
22161 \end_layout
22162
22163 \end_inset
22164
22165 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22166  mostrar el formato diferente.
22167  Aquí se usa una leyenda personalizada.
22168 \end_layout
22169
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \begin_inset ERT
22182 status open
22183
22184 \begin_layout Plain Layout
22185
22186
22187 \backslash
22188 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22189 on}
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset Float table
22199 placement !p
22200 wide false
22201 sideways false
22202 status collapsed
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Caption
22206
22207 \begin_layout Plain Layout
22208 \begin_inset CommandInset label
22209 LatexCommand label
22210 name "tab:Esto-es-una-tab"
22211
22212 \end_inset
22213
22214
22215 \begin_inset OptArg
22216 status collapsed
22217
22218 \begin_layout Plain Layout
22219 Tabla con leyenda muy larga
22220 \end_layout
22221
22222 \end_inset
22223
22224 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22225  el formato diferente.
22226  Aquí se usa el formato de leyenda estándar para las tablas.
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \begin_layout Plain Layout
22235 \align center
22236 \begin_inset Tabular
22237 <lyxtabular version="3" rows="1" columns="5">
22238 <features>
22239 <column alignment="center" valignment="top" width="0">
22240 <column alignment="center" valignment="top" width="0">
22241 <column alignment="center" valignment="top" width="0">
22242 <column alignment="center" valignment="top" width="0">
22243 <column alignment="center" valignment="top" width="0">
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 a
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 b
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 c
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 d
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 e
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 </lyxtabular>
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Section
22304 Colocación de leyendas
22305 \begin_inset Index
22306 status collapsed
22307
22308 \begin_layout Plain Layout
22309 Leyendas ! Colocación
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \begin_inset Index
22316 status collapsed
22317
22318 \begin_layout Plain Layout
22319 Flotantes ! Colocación de leyendas
22320 \end_layout
22321
22322 \end_inset
22323
22324
22325 \begin_inset CommandInset label
22326 LatexCommand label
22327 name "sec:Colocación-de-leyendas"
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Standard
22335 La norma habitual para colocar las leyendas es:
22336 \end_layout
22337
22338 \begin_layout Description
22339 Figura: La leyenda al pie de la figura
22340 \end_layout
22341
22342 \begin_layout Description
22343 Tabla: La leyenda sobre la tabla
22344 \end_layout
22345
22346 \begin_layout Standard
22347 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22348  la tabla.
22349  Esto implica que si usas las clases de documento 
22350 \family sans
22351 article
22352 \family default
22353
22354 \family sans
22355 book
22356 \family default
22357
22358 \family sans
22359 letter
22360 \family default
22361 , o 
22362 \family sans
22363 report
22364 \family default
22365  no habrá espacio entre la leyenda y la tabla.
22366  Para insertar el espacio adecuado añade la siguiente opción al comando
22367  del paquete LaTeX 
22368 \series bold
22369 caption
22370 \series default
22371  en el preámbulo del documento
22372 \begin_inset Foot
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376 Ver la sección
22377 \begin_inset Space ~
22378 \end_inset
22379
22380
22381 \begin_inset CommandInset ref
22382 LatexCommand ref
22383 reference "sec:Formato-de-leyendas"
22384
22385 \end_inset
22386
22387  para más información sobre el paquete 
22388 \series bold
22389 caption
22390 \series default
22391 .
22392 \end_layout
22393
22394 \end_inset
22395
22396 :
22397 \end_layout
22398
22399 \begin_layout Standard
22400
22401 \series bold
22402 tableposition=top
22403 \end_layout
22404
22405 \begin_layout Standard
22406 Si estás usando la clase 
22407 \series bold
22408 koma-script
22409 \series default
22410
22411 \begin_inset Index
22412 status collapsed
22413
22414 \begin_layout Plain Layout
22415 LaTeX-paquetes ! koma-script
22416 \end_layout
22417
22418 \end_inset
22419
22420  (
22421 \family sans
22422 article (koma-script)
22423 \family default
22424
22425 \family sans
22426 book (koma-script)
22427 \family default
22428
22429 \family sans
22430 letter (koma-script)
22431 \family default
22432 , o 
22433 \family sans
22434 report (koma-script)
22435 \family default
22436
22437 \begin_inset Space \thinspace{}
22438 \end_inset
22439
22440 ), en vez de 
22441 \series bold
22442 caption
22443 \series default
22444  puedes poner la opción 
22445 \series bold
22446 tablecaptionabove
22447 \series default
22448  de la clase de documento.
22449 \end_layout
22450
22451 \begin_layout Standard
22452 \begin_inset VSpace bigskip
22453 \end_inset
22454
22455 También es posible poner la leyenda junto a una figura o tabla.
22456  Para conseguirlo hay que cargar el paquete LaTeX 
22457 \series bold
22458 sidecap
22459 \series default
22460
22461 \begin_inset Index
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465 LaTeX-paquetes ! sidecap
22466 \end_layout
22467
22468 \end_inset
22469
22470  añadiendo en el preámbulo del documento la línea
22471 \end_layout
22472
22473 \begin_layout Standard
22474
22475 \series bold
22476
22477 \backslash
22478 usepackage[option]{sidecap}
22479 \end_layout
22480
22481 \begin_layout Standard
22482 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22483  de la página ---a la derecha en páginas impares, a la izquierda en las
22484  pares---.
22485  Puedes cambiar la colocación al margen interno con la opción 
22486 \series bold
22487 innercaption
22488 \series default
22489 .
22490  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22491  opciones 
22492 \series bold
22493 rightcaption
22494 \series default
22495  o 
22496 \series bold
22497 leftcaption
22498 \series default
22499 , respectivamente.
22500 \end_layout
22501
22502 \begin_layout Standard
22503 \begin_inset ERT
22504 status collapsed
22505
22506 \begin_layout Plain Layout
22507
22508
22509 \backslash
22510 ifsidecap
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \begin_inset Note Note
22517 status open
22518
22519 \begin_layout Plain Layout
22520 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22521  LaTeX 
22522 \series bold
22523 sidecap
22524 \series default
22525 .
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Standard
22534 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22535  estos comandos al preámbulo del documento:
22536 \end_layout
22537
22538 \begin_layout Standard
22539
22540 \lyxline
22541
22542 \end_layout
22543
22544 \begin_layout Standard
22545
22546 \series bold
22547
22548 \backslash
22549 newcommand{
22550 \backslash
22551 TabBesBeg}{%
22552 \begin_inset Newline newline
22553 \end_inset
22554
22555
22556 \begin_inset ERT
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560
22561
22562 \backslash
22563 hphantom{ }
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \backslash
22570 let
22571 \backslash
22572 MyTable
22573 \backslash
22574 table
22575 \begin_inset Newline newline
22576 \end_inset
22577
22578
22579 \begin_inset ERT
22580 status collapsed
22581
22582 \begin_layout Plain Layout
22583
22584
22585 \backslash
22586 hphantom{ }
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \backslash
22593 let
22594 \backslash
22595 MyEndtable
22596 \backslash
22597 endtable
22598 \begin_inset Newline newline
22599 \end_inset
22600
22601
22602 \begin_inset ERT
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606
22607
22608 \backslash
22609 hphantom{ }
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \backslash
22616 renewenvironment{table}{
22617 \backslash
22618 begin{SCtable}}{
22619 \backslash
22620 end{SCtable}}}
22621 \end_layout
22622
22623 \begin_layout Standard
22624
22625 \series bold
22626
22627 \backslash
22628 newcommand{
22629 \backslash
22630 TabBesEnd}{%
22631 \begin_inset Newline newline
22632 \end_inset
22633
22634
22635 \begin_inset ERT
22636 status collapsed
22637
22638 \begin_layout Plain Layout
22639
22640
22641 \backslash
22642 hphantom{ }
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \backslash
22649 let
22650 \backslash
22651 table
22652 \backslash
22653 MyTable
22654 \begin_inset Newline newline
22655 \end_inset
22656
22657
22658 \begin_inset ERT
22659 status collapsed
22660
22661 \begin_layout Plain Layout
22662
22663
22664 \backslash
22665 hphantom{ }
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \backslash
22672 let
22673 \backslash
22674 endtable
22675 \backslash
22676 MyEndtable
22677 \end_layout
22678
22679 \begin_layout Standard
22680
22681 \series bold
22682
22683 \backslash
22684 newcommand{
22685 \backslash
22686 FigBesBeg}{%
22687 \begin_inset Newline newline
22688 \end_inset
22689
22690
22691 \begin_inset ERT
22692 status collapsed
22693
22694 \begin_layout Plain Layout
22695
22696
22697 \backslash
22698 hphantom{ }
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \backslash
22705 let
22706 \backslash
22707 MyFigure
22708 \backslash
22709 figure
22710 \begin_inset Newline newline
22711 \end_inset
22712
22713
22714 \begin_inset ERT
22715 status collapsed
22716
22717 \begin_layout Plain Layout
22718
22719
22720 \backslash
22721 hphantom{ }
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \backslash
22728 let
22729 \backslash
22730 MyEndfigure
22731 \backslash
22732 endfigure
22733 \begin_inset Newline newline
22734 \end_inset
22735
22736
22737 \begin_inset ERT
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741
22742
22743 \backslash
22744 hphantom{ }
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \backslash
22751 renewenvironment{figure}{
22752 \backslash
22753 begin{SCfigure}}{
22754 \backslash
22755 end{SCfigure}}}
22756 \end_layout
22757
22758 \begin_layout Standard
22759
22760 \series bold
22761
22762 \backslash
22763 newcommand{
22764 \backslash
22765 FigBesEnd}{%
22766 \begin_inset Newline newline
22767 \end_inset
22768
22769
22770 \begin_inset ERT
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774
22775
22776 \backslash
22777 hphantom{ }
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \backslash
22784 let
22785 \backslash
22786 figure
22787 \backslash
22788 MyFigure
22789 \begin_inset Newline newline
22790 \end_inset
22791
22792
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 hphantom{ }
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \backslash
22807 let
22808 \backslash
22809 endfigure
22810 \backslash
22811 MyEndfigure}
22812 \end_layout
22813
22814 \begin_layout Standard
22815
22816 \lyxline
22817
22818 \end_layout
22819
22820 \begin_layout Standard
22821 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22822  en un lado.
22823  Para figuras flotantes usa el comando
22824 \end_layout
22825
22826 \begin_layout Standard
22827
22828 \series bold
22829
22830 \backslash
22831 FigBesBeg
22832 \end_layout
22833
22834 \begin_layout Standard
22835 en ERT antes del flotante.
22836  Detrás del flotante inserta
22837 \end_layout
22838
22839 \begin_layout Standard
22840
22841 \series bold
22842
22843 \backslash
22844 FigBesEnd
22845 \end_layout
22846
22847 \begin_layout Standard
22848 en ERT para volver a la definición original de flotantes.
22849 \end_layout
22850
22851 \begin_layout Standard
22852 Para tablas flotantes usa los comandos correspondientes
22853 \end_layout
22854
22855 \begin_layout Standard
22856
22857 \series bold
22858
22859 \backslash
22860 TabBesBeg
22861 \series default
22862  y 
22863 \series bold
22864
22865 \backslash
22866 TabBesEnd
22867 \end_layout
22868
22869 \begin_layout Standard
22870 La figura
22871 \begin_inset Space ~
22872 \end_inset
22873
22874
22875 \begin_inset CommandInset ref
22876 LatexCommand ref
22877 reference "fig:encab-al-lado"
22878
22879 \end_inset
22880
22881  y la tabla
22882 \begin_inset Space ~
22883 \end_inset
22884
22885
22886 \begin_inset CommandInset ref
22887 LatexCommand ref
22888 reference "tab:encab-al-lado"
22889
22890 \end_inset
22891
22892  son ejemplos en los que el título se sitúa al lado.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22897  en tablas flotantes y debajo en las figuras flotantes.
22898  Para cambiarlo, puedes usar el comando
22899 \end_layout
22900
22901 \begin_layout Standard
22902
22903 \series bold
22904
22905 \backslash
22906 sidecaptionvpos{tipo de flotante}{colocación}
22907 \end_layout
22908
22909 \begin_layout Standard
22910 en el preámbulo o en ERT antes del flotante.
22911  El tipo de flotante es 
22912 \family sans
22913 figure
22914 \family default
22915  o 
22916 \family sans
22917 table
22918 \family default
22919 , la colocación puede ser 
22920 \begin_inset Quotes eld
22921 \end_inset
22922
22923
22924 \family sans
22925 t
22926 \family default
22927
22928 \begin_inset Quotes erd
22929 \end_inset
22930
22931  por 
22932 \begin_inset Quotes eld
22933 \end_inset
22934
22935 top
22936 \begin_inset Quotes erd
22937 \end_inset
22938
22939  (arriba), 
22940 \begin_inset Quotes eld
22941 \end_inset
22942
22943
22944 \family sans
22945 c
22946 \family default
22947
22948 \begin_inset Quotes erd
22949 \end_inset
22950
22951  por 
22952 \begin_inset Quotes eld
22953 \end_inset
22954
22955 center
22956 \begin_inset Quotes erd
22957 \end_inset
22958
22959  (centro), o 
22960 \begin_inset Quotes eld
22961 \end_inset
22962
22963
22964 \family sans
22965 b
22966 \family default
22967
22968 \begin_inset Quotes erd
22969 \end_inset
22970
22971  por 
22972 \begin_inset Quotes eld
22973 \end_inset
22974
22975 bottom
22976 \begin_inset Quotes erd
22977 \end_inset
22978
22979  (abajo).
22980  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22981  usa el comando
22982 \end_layout
22983
22984 \begin_layout Standard
22985
22986 \series bold
22987
22988 \backslash
22989 sidecaptionvpos{figure}{c}
22990 \end_layout
22991
22992 \begin_layout Standard
22993 Esto se ha hecho en la figura
22994 \begin_inset Space ~
22995 \end_inset
22996
22997
22998 \begin_inset CommandInset ref
22999 LatexCommand ref
23000 reference "fig:encab-al-lado-de-fig"
23001
23002 \end_inset
23003
23004 .
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \begin_inset VSpace medskip
23009 \end_inset
23010
23011 Más información sobre el paquete 
23012 \series bold
23013 sidecap
23014 \series default
23015  en su documentación 
23016 \begin_inset CommandInset citation
23017 LatexCommand cite
23018 key "sidecap"
23019
23020 \end_inset
23021
23022 .
23023 \end_layout
23024
23025 \begin_layout Standard
23026 \begin_inset Note Greyedout
23027 status open
23028
23029 \begin_layout Plain Layout
23030
23031 \series bold
23032 Nota:
23033 \series default
23034  El paquete LaTeX 
23035 \series bold
23036 hypcap
23037 \series default
23038
23039 \begin_inset Index
23040 status collapsed
23041
23042 \begin_layout Plain Layout
23043 LaTeX-paquetes ! hypcap
23044 \end_layout
23045
23046 \end_inset
23047
23048 , descrito en la sección
23049 \begin_inset Space ~
23050 \end_inset
23051
23052
23053 \begin_inset CommandInset ref
23054 LatexCommand ref
23055 reference "sub:Colocación-de-Referencias"
23056
23057 \end_inset
23058
23059 , no afecta a flotantes con la leyenda al lado.
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Standard
23068 \begin_inset ERT
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072
23073
23074 \backslash
23075 FigBesBeg 
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Standard
23084 \begin_inset Float figure
23085 wide false
23086 sideways false
23087 status open
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Graphics
23091         filename ../clipart/escher-lsd.eps
23092         scale 75
23093
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \begin_layout Plain Layout
23100 \begin_inset Caption
23101
23102 \begin_layout Plain Layout
23103 \begin_inset CommandInset label
23104 LatexCommand label
23105 name "fig:encab-al-lado"
23106
23107 \end_inset
23108
23109 Leyenda al lado de una figura.
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset ERT
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 TabBesBeg 
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \begin_layout Standard
23139 \begin_inset Float table
23140 wide false
23141 sideways false
23142 status open
23143
23144 \begin_layout Plain Layout
23145 \begin_inset Caption
23146
23147 \begin_layout Plain Layout
23148 \begin_inset CommandInset label
23149 LatexCommand label
23150 name "tab:encab-al-lado"
23151
23152 \end_inset
23153
23154 Leyenda al lado de una tabla.
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \begin_layout Plain Layout
23163 \begin_inset Tabular
23164 <lyxtabular version="3" rows="4" columns="5">
23165 <features>
23166 <column alignment="center" valignment="top" width="0">
23167 <column alignment="center" valignment="top" width="0">
23168 <column alignment="center" valignment="top" width="0">
23169 <column alignment="center" valignment="top" width="0">
23170 <column alignment="center" valignment="top" width="0">
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176 a
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
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 b
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 c
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 </row>
23218 <row>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 d
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 e
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 </row>
23265 <row>
23266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270 f
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 g
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 h
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 i
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 j
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 </lyxtabular>
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \begin_layout Standard
23372 \begin_inset ERT
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376
23377
23378 \backslash
23379 TabBesEnd
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \begin_layout Standard
23388 \begin_inset ERT
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392
23393
23394 \backslash
23395 sidecaptionvpos{figure}{c}
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \begin_inset Float figure
23402 wide false
23403 sideways false
23404 status open
23405
23406 \begin_layout Plain Layout
23407 \begin_inset Graphics
23408         filename ../clipart/escher-lsd.eps
23409         scale 75
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Caption
23418
23419 \begin_layout Plain Layout
23420 \begin_inset CommandInset label
23421 LatexCommand label
23422 name "fig:encab-al-lado-de-fig"
23423
23424 \end_inset
23425
23426 Leyenda centrada verticalmente junto a una figura.
23427 \end_layout
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 \begin_inset ERT
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444
23445
23446 \backslash
23447 FigBesEnd
23448 \end_layout
23449
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \begin_layout Standard
23456 \begin_inset ERT
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460
23461
23462 \backslash
23463 else
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \begin_inset Note Note
23470 status open
23471
23472 \begin_layout Plain Layout
23473 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23474  
23475 \series bold
23476 sidecap
23477 \series default
23478 .
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \begin_layout Standard
23487 Debes instalar el paquete LaTeX 
23488 \series bold
23489 sidecap
23490 \series default
23491  para ver la parte siguiente en la salida.
23492 \end_layout
23493
23494 \begin_layout Standard
23495 \begin_inset ERT
23496 status collapsed
23497
23498 \begin_layout Plain Layout
23499
23500
23501 \backslash
23502 fi
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \begin_layout Section
23511 Lista de flotantes
23512 \begin_inset CommandInset label
23513 LatexCommand label
23514 name "sec:Lista-de-Flotantes"
23515
23516 \end_inset
23517
23518
23519 \begin_inset Index
23520 status collapsed
23521
23522 \begin_layout Plain Layout
23523 Flotantes ! Lista de
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \begin_layout Standard
23532 Igual que en el índice general se listan las secciones del documento, hay
23533  listas para todos los tipos de flotantes, como las figuras.
23534  Se pueden insertar mediante los submenús 
23535 \family sans
23536 Insertar\SpecialChar \menuseparator
23537 Lista / IG
23538 \family default
23539 .
23540 \end_layout
23541
23542 \begin_layout Standard
23543 Las entradas de la lista son los títulos del flotante o su título corto,
23544  el número de flotante, y el número de la página del documento en la que
23545  aparecen.
23546 \end_layout
23547
23548 \begin_layout Standard
23549 Puedes encontrar las listas de figuras y tablas al final de este documento.
23550 \end_layout
23551
23552 \begin_layout Chapter
23553 Notas
23554 \end_layout
23555
23556 \begin_layout Section
23557 Notas en LyX 
23558 \begin_inset CommandInset label
23559 LatexCommand label
23560 name "sec:Notas-en-LyX"
23561
23562 \end_inset
23563
23564
23565 \begin_inset Index
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569 Notas ! Notas en LyX
23570 \end_layout
23571
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \begin_layout Standard
23578 Las notas se insertan con el botón 
23579 \begin_inset Graphics
23580         filename ../../images/note-insert.png
23581         scale 85
23582
23583 \end_inset
23584
23585  o con el menú 
23586 \family sans
23587 Insertar\SpecialChar \menuseparator
23588 Nota
23589 \family default
23590 .
23591  Hay cinco tipos de notas:
23592 \end_layout
23593
23594 \begin_layout Description
23595 Nota
23596 \begin_inset Space ~
23597 \end_inset
23598
23599 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23600  Su cuadro se muestra como este:
23601 \begin_inset Newline newline
23602 \end_inset
23603
23604
23605 \begin_inset Newline newline
23606 \end_inset
23607
23608
23609 \begin_inset Graphics
23610         filename clipart/NotaLyXImagenQt4.png
23611         display none
23612         scale 85
23613
23614 \end_inset
23615
23616  
23617 \begin_inset Note Note
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621 Este es un texto en un recuadro que no se muestra en la salida.
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Description
23630 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23631  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23632 \family sans
23633 Archivo\SpecialChar \menuseparator
23634 Exportar\SpecialChar \menuseparator
23635 LaTeX (pdflatex) / (plain)
23636 \family default
23637 .
23638  Su recuadro se ve así:
23639 \begin_inset Newline newline
23640 \end_inset
23641
23642
23643 \begin_inset Newline newline
23644 \end_inset
23645
23646
23647 \begin_inset Graphics
23648         filename clipart/ComentNotaImagenQt4.png
23649         display none
23650         scale 85
23651
23652 \end_inset
23653
23654  
23655 \begin_inset Note Comment
23656 status collapsed
23657
23658 \begin_layout Plain Layout
23659 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23660 \end_layout
23661
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \begin_layout Description
23668 Resaltado
23669 \begin_inset Space ~
23670 \end_inset
23671
23672 en
23673 \begin_inset Space ~
23674 \end_inset
23675
23676 gris Esta nota aparece en la salida como texto resaltado en gris.
23677  Su recuadro se parece a este:
23678 \begin_inset Newline newline
23679 \end_inset
23680
23681
23682 \begin_inset Newline newline
23683 \end_inset
23684
23685
23686 \begin_inset Graphics
23687         filename clipart/GrisNotaImagenQt4.png
23688         display none
23689         scale 85
23690
23691 \end_inset
23692
23693
23694 \begin_inset Newline newline
23695 \end_inset
23696
23697
23698 \begin_inset ERT
23699 status collapsed
23700
23701 \begin_layout Plain Layout
23702
23703
23704 \backslash
23705 renewenvironment{lyxgreyedout}
23706 \end_layout
23707
23708 \begin_layout Plain Layout
23709
23710 {
23711 \backslash
23712 textcolor[gray]{0.8}
23713 \backslash
23714 bgroup}{
23715 \backslash
23716 egroup}
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \begin_inset Note Greyedout
23723 status open
23724
23725 \begin_layout Plain Layout
23726 Este es el texto
23727 \begin_inset Foot
23728 status open
23729
23730 \begin_layout Plain Layout
23731 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23732 \end_layout
23733
23734 \end_inset
23735
23736  de un comentario que se muestra resaltado en gris.
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \begin_inset ERT
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746
23747
23748 \backslash
23749 renewenvironment{lyxgreyedout}
23750 \end_layout
23751
23752 \begin_layout Plain Layout
23753
23754 {
23755 \backslash
23756 textcolor{blue}
23757 \backslash
23758 bgroup}{
23759 \backslash
23760 egroup}
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \begin_inset Note Note
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23771  original de LyX, ya que en el preámbulo de este documento se han redefinido
23772  estas notas para que salgan en azul, como se indica más adelante.
23773 \end_layout
23774
23775 \end_inset
23776
23777
23778 \begin_inset Newline newline
23779 \end_inset
23780
23781
23782 \begin_inset Newline newline
23783 \end_inset
23784
23785 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23786  está un poco sangrada, y por otra parte pueden tener notas al pie.
23787 \end_layout
23788
23789 \begin_layout Description
23790 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23791  Su recuadro se verá como este:
23792 \begin_inset Newline newline
23793 \end_inset
23794
23795
23796 \begin_inset Newline newline
23797 \end_inset
23798
23799
23800 \family roman
23801 \series medium
23802
23803 \begin_inset Graphics
23804         filename clipart/NotaEnmarcadaImg.png
23805         display none
23806
23807 \end_inset
23808
23809
23810 \family default
23811 \series default
23812  
23813 \family roman
23814 \series medium
23815
23816 \begin_inset Box Framed
23817 position "t"
23818 hor_pos "c"
23819 has_inner_box 0
23820 inner_pos "t"
23821 use_parbox 0
23822 width "100col%"
23823 special "none"
23824 height "1in"
23825 height_special "totalheight"
23826 status open
23827
23828 \begin_layout Plain Layout
23829
23830 \family roman
23831 Este texto en un cuadro de nota se verá enmarcado en la salida.
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \family default
23838 \series default
23839  
23840 \family roman
23841 \series medium
23842
23843 \family default
23844 \series default
23845 diferencia de los cuadros enmarcados
23846 \begin_inset Foot
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850 Los cuadros enmarcados se describen en la sección
23851 \begin_inset Space ~
23852 \end_inset
23853
23854
23855 \begin_inset CommandInset ref
23856 LatexCommand ref
23857 reference "sec:Cuadros-Enmarcados"
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865
23866 , este marco emplea siempre la anchura total de página y la nota va en su
23867  propio párrafo.
23868 \end_layout
23869
23870 \begin_layout Description
23871 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23872  Su recuadro se verá como este:
23873 \begin_inset Newline newline
23874 \end_inset
23875
23876
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \family roman
23882 \series medium
23883
23884 \begin_inset Graphics
23885         filename clipart/NotaSombreadaImg.png
23886         display none
23887
23888 \end_inset
23889
23890  
23891 \begin_inset Box Shaded
23892 position "t"
23893 hor_pos "c"
23894 has_inner_box 0
23895 inner_pos "t"
23896 use_parbox 0
23897 width "100col%"
23898 special "none"
23899 height "1in"
23900 height_special "totalheight"
23901 status open
23902
23903 \begin_layout Plain Layout
23904
23905 \family roman
23906 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23907 \end_layout
23908
23909 \end_inset
23910
23911  A diferencia de los cuadros coloreados
23912 \family default
23913 \series default
23914
23915 \begin_inset Foot
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919 Los cuadros coloreados se describen en la sección
23920 \begin_inset Space ~
23921 \end_inset
23922
23923
23924 \begin_inset CommandInset ref
23925 LatexCommand ref
23926 reference "sec:Cuadros-Coloreados"
23927
23928 \end_inset
23929
23930 .
23931 \end_layout
23932
23933 \end_inset
23934
23935 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23936  párrafo.
23937 \end_layout
23938
23939 \begin_layout Standard
23940 \begin_inset VSpace bigskip
23941 \end_inset
23942
23943 Si usas el botón de la barra de herramientas 
23944 \begin_inset Graphics
23945         filename ../../images/note-insert.png
23946         scale 85
23947
23948 \end_inset
23949
23950  para insertar notas, se inserta una 
23951 \family sans
23952 Nota
23953 \begin_inset Space ~
23954 \end_inset
23955
23956 LyX
23957 \family default
23958 .
23959  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23960  recuadro.
23961  
23962 \family roman
23963 \series medium
23964 \bar no
23965 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23966  botón de herramienta 
23967 \family sans
23968 \series default
23969 \bar default
23970 Nota
23971 \family default
23972 .
23973  Para cambiar una nota a texto, pulsa la tecla 
23974 \family sans
23975 Retroceso
23976 \family default
23977  cuando el cursor está en la primera posición de una nota, o la tecla 
23978 \family sans
23979 Supr
23980 \family default
23981  cuando el cursor está en la última posición de la nota, respectivamente.
23982 \end_layout
23983
23984 \begin_layout Standard
23985 \begin_inset VSpace bigskip
23986 \end_inset
23987
23988 Se puede cambiar el color del 
23989 \family sans
23990 Resaltado en gris
23991 \family default
23992  poniendo en el preámbulo el comando:
23993 \end_layout
23994
23995 \begin_layout Standard
23996
23997 \series bold
23998
23999 \backslash
24000 renewenvironment{lyxgreyedout}
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset ERT
24006 status collapsed
24007
24008 \begin_layout Plain Layout
24009
24010
24011 \backslash
24012 hphantom{ }
24013 \end_layout
24014
24015 \end_inset
24016
24017 {
24018 \backslash
24019 textcolor{color}
24020 \backslash
24021 bgroup}{
24022 \backslash
24023 egroup}
24024 \end_layout
24025
24026 \begin_layout Standard
24027 Los colores disponibles y el método para definir nuestros propios colores
24028  se explica en la sección
24029 \begin_inset Space ~
24030 \end_inset
24031
24032
24033 \begin_inset CommandInset ref
24034 LatexCommand ref
24035 reference "sec:Tablas-Coloreadas"
24036
24037 \end_inset
24038
24039 .
24040 \end_layout
24041
24042 \begin_layout Standard
24043 Las notas en azul en este documento se han hecho con notas del tipo 
24044 \family sans
24045 Resaltado en gris
24046 \family default
24047  pero definiendo el color del texto en azul.
24048 \end_layout
24049
24050 \begin_layout Standard
24051 \begin_inset VSpace bigskip
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \begin_layout Standard
24058 El estilo de texto en las notas de tipo 
24059 \family sans
24060 Enmarcado
24061 \family default
24062  y 
24063 \family sans
24064 Sombreado
24065 \family default
24066  se puede establecer en el diálogo 
24067 \family sans
24068 Estilo del texto.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 El grosor predeterminado del marco en las notas 
24073 \family sans
24074 Enmarcadas
24075 \family default
24076  es 0.4
24077 \begin_inset Space \thinspace{}
24078 \end_inset
24079
24080 pt; se puede cambiar con el comando 
24081 \backslash
24082
24083 \series bold
24084 FrameRule
24085 \series default
24086 .
24087  El espacio entre el contenido y el marco es 9
24088 \series bold
24089
24090 \begin_inset Space \thinspace{}
24091 \end_inset
24092
24093
24094 \series default
24095 pt por defecto; se puede cambiar con 
24096 \series bold
24097
24098 \backslash
24099 FrameSep
24100 \series default
24101 .
24102  Por ejemplo, el marco de la siguiente nota 
24103 \family sans
24104 Enmarcada
24105 \family default
24106  está hecho con los comandos ERT
24107 \series bold
24108  
24109 \end_layout
24110
24111 \begin_layout Standard
24112
24113 \series bold
24114
24115 \backslash
24116 FrameRule 5pt 
24117 \backslash
24118 FrameSep 0.5cm
24119 \end_layout
24120
24121 \begin_layout Standard
24122 \begin_inset ERT
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127
24128 \backslash
24129 FrameRule 5pt 
24130 \backslash
24131 FrameSep 0.5cm
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \begin_inset Box Framed
24138 position "t"
24139 hor_pos "c"
24140 has_inner_box 0
24141 inner_pos "t"
24142 use_parbox 0
24143 width "100col%"
24144 special "none"
24145 height "1in"
24146 height_special "totalheight"
24147 status open
24148
24149 \begin_layout Plain Layout
24150 Texto en una nota 
24151 \family sans
24152 Enmarcada
24153 \family default
24154 .
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \begin_inset ERT
24161 status collapsed
24162
24163 \begin_layout Plain Layout
24164
24165
24166 \backslash
24167 FrameRule 0.4pt 
24168 \backslash
24169 FrameSep 9pt
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \begin_inset VSpace bigskip
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \begin_layout Standard
24185 Para las notas 
24186 \family sans
24187 Sombreadas
24188 \family default
24189  el espacio entre el contenido y el borde es 3
24190 \begin_inset Space \thinspace{}
24191 \end_inset
24192
24193 pt por defecto; se puede cambiar con 
24194 \series bold
24195
24196 \backslash
24197 fboxsep
24198 \series default
24199 .
24200 \begin_inset Newline newline
24201 \end_inset
24202
24203 El color rojo predeterminado se puede cambiar con el comando 
24204 \series bold
24205
24206 \backslash
24207 def\SpecialChar \textcompwordmark{}
24208 inecolor{shadebox}
24209 \series default
24210 .
24211  El esquema del comando 
24212 \series bold
24213
24214 \backslash
24215 def\SpecialChar \textcompwordmark{}
24216 inecolor
24217 \series default
24218  se explica en la sección
24219 \begin_inset Space ~
24220 \end_inset
24221
24222
24223 \begin_inset CommandInset ref
24224 LatexCommand ref
24225 reference "sec:Tablas-Coloreadas"
24226
24227 \end_inset
24228
24229
24230 \begin_inset Foot
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234 Observa que 
24235 \series bold
24236
24237 \backslash
24238 def\SpecialChar \textcompwordmark{}
24239 inecolor 
24240 \series default
24241 requiere el paquete LaTeX 
24242 \series bold
24243 color
24244 \series default
24245  en el preámbulo,  véase la sección
24246 \series bold
24247
24248 \begin_inset Space ~
24249 \end_inset
24250
24251
24252 \begin_inset CommandInset ref
24253 LatexCommand ref
24254 reference "sec:Cuadros-Coloreados"
24255
24256 \end_inset
24257
24258
24259 \series default
24260 .
24261
24262 \series bold
24263  
24264 \end_layout
24265
24266 \end_inset
24267
24268 .
24269 \end_layout
24270
24271 \begin_layout Standard
24272 Por ejemplo, la siguiente nota 
24273 \family sans
24274 Sombreada
24275 \family default
24276  se ha hecho con los comandos ERT
24277 \end_layout
24278
24279 \begin_layout Standard
24280
24281 \series bold
24282
24283 \backslash
24284 fboxsep 0.5cm
24285 \begin_inset Newline newline
24286 \end_inset
24287
24288
24289 \backslash
24290 def\SpecialChar \textcompwordmark{}
24291 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24292 \end_layout
24293
24294 \begin_layout Standard
24295 \begin_inset ERT
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299
24300
24301 \backslash
24302 fboxsep 0.5cm
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \begin_inset ERT
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312
24313
24314 \backslash
24315 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \begin_inset Box Shaded
24322 position "t"
24323 hor_pos "c"
24324 has_inner_box 0
24325 inner_pos "t"
24326 use_parbox 0
24327 width "100col%"
24328 special "none"
24329 height "1in"
24330 height_special "totalheight"
24331 status open
24332
24333 \begin_layout Plain Layout
24334
24335 \color yellow
24336 Texto amarillo en una nota 
24337 \family sans
24338 Sombreada
24339 \family default
24340  
24341 \begin_inset Space ~
24342 \end_inset
24343
24344 con fondo verde oscuro.
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \begin_inset ERT
24351 status collapsed
24352
24353 \begin_layout Plain Layout
24354
24355
24356 \backslash
24357 fboxsep 3pt
24358 \end_layout
24359
24360 \end_inset
24361
24362
24363 \begin_inset ERT
24364 status collapsed
24365
24366 \begin_layout Plain Layout
24367
24368
24369 \backslash
24370 definecolor{shadecolor}{rgb}{1,0,0}
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Section
24379 Notas al pie
24380 \begin_inset CommandInset label
24381 LatexCommand label
24382 name "sec:Notas-al-pie"
24383
24384 \end_inset
24385
24386
24387 \begin_inset Index
24388 status collapsed
24389
24390 \begin_layout Plain Layout
24391 Notas ! al pie
24392 \end_layout
24393
24394 \end_inset
24395
24396
24397 \begin_inset Index
24398 status collapsed
24399
24400 \begin_layout Plain Layout
24401 Notas al pie
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Standard
24410 Las notas al pie se insertan con el botón 
24411 \begin_inset Graphics
24412         filename ../../images/footnote-insert.png
24413         scale 85
24414
24415 \end_inset
24416
24417  o el menú 
24418 \family sans
24419 Insertar\SpecialChar \menuseparator
24420 Nota
24421 \begin_inset Space ~
24422 \end_inset
24423
24424 al
24425 \begin_inset Space ~
24426 \end_inset
24427
24428 pie
24429 \family default
24430 .
24431  
24432 \family roman
24433 \series medium
24434 \bar no
24435 Aparece un recuadro como este:
24436 \family default
24437 \series default
24438 \bar default
24439  
24440 \begin_inset Graphics
24441         filename clipart/notapieQt4.png
24442         scale 80
24443
24444 \end_inset
24445
24446  
24447 \family roman
24448 \series medium
24449 \bar no
24450 donde puedes introducir el texto.
24451  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24452  sobre el
24453 \family default
24454 \series default
24455 \bar default
24456  
24457 \family roman
24458 \series medium
24459 \bar no
24460 botón
24461 \family default
24462 \series default
24463 \bar default
24464 .
24465  Para cambiar una nota al pie a texto, pulsa la tecla 
24466 \family sans
24467 Retroceso
24468 \family default
24469  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24470  
24471 \family sans
24472 Supr
24473 \family default
24474  cuando el cursor está en la última posición de la nota, respectivamente.
24475 \end_layout
24476
24477 \begin_layout Standard
24478 Aquí hay un ejemplo de nota al pie:
24479 \family roman
24480 \series medium
24481 \bar no
24482
24483 \begin_inset Foot
24484 status open
24485
24486 \begin_layout Plain Layout
24487 \begin_inset CommandInset label
24488 LatexCommand label
24489 name "pie:Esto-es-una"
24490
24491 \end_inset
24492
24493 Ejemplo de nota al pie.
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \family default
24500 \series default
24501 \bar default
24502
24503 \begin_inset ERT
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507
24508
24509 \backslash
24510 newcounter{MyRepeatFoot}
24511 \end_layout
24512
24513 \begin_layout Plain Layout
24514
24515
24516 \backslash
24517 setcounter{MyRepeatFoot}{
24518 \backslash
24519 thefootnote}
24520 \end_layout
24521
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \begin_layout Standard
24528 En la salida, el pie se muestra como número exponente en el lugar del texto
24529  donde se coloca el recuadro.
24530  El texto se coloca al final de la página actual.
24531  Los números de las notas son calculados por LaTeX, y son consecutivos.
24532  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24533 \end_layout
24534
24535 \begin_layout Standard
24536 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24537  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24538  se describe en la sección
24539 \begin_inset Space ~
24540 \end_inset
24541
24542
24543 \begin_inset CommandInset ref
24544 LatexCommand ref
24545 reference "sec:Referencias-a-Flotantes"
24546
24547 \end_inset
24548
24549 .
24550 \begin_inset Newline newline
24551 \end_inset
24552
24553 Esto es una referencia cruzada a la Nota al pie
24554 \begin_inset Space ~
24555 \end_inset
24556
24557
24558 \begin_inset CommandInset ref
24559 LatexCommand ref
24560 reference "pie:Esto-es-una"
24561
24562 \end_inset
24563
24564 .
24565 \begin_inset Newline newline
24566 \end_inset
24567
24568
24569 \begin_inset Note Greyedout
24570 status open
24571
24572 \begin_layout Plain Layout
24573
24574 \series bold
24575 Nota:
24576 \series default
24577  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24578  de insertar un prefijo, p.
24579 \begin_inset Space \thinspace{}
24580 \end_inset
24581
24582 e.
24583 \begin_inset Space ~
24584 \end_inset
24585
24586
24587 \family sans
24588
24589 \begin_inset Quotes eld
24590 \end_inset
24591
24592 pie:
24593 \family default
24594
24595 \begin_inset Quotes erd
24596 \end_inset
24597
24598  manualmente cuando quieras usar el estilo 
24599 \family sans
24600 Referencia
24601 \begin_inset Space ~
24602 \end_inset
24603
24604 con
24605 \begin_inset Space ~
24606 \end_inset
24607
24608 formato
24609 \family default
24610 .
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 \begin_inset VSpace defskip
24620 \end_inset
24621
24622 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24623 \begin_inset Space ~
24624 \end_inset
24625
24626
24627 \begin_inset CommandInset ref
24628 LatexCommand ref
24629 reference "sec:Minipáginas"
24630
24631 \end_inset
24632
24633 .
24634  Los pies en tablas largas en la sección
24635 \begin_inset Space ~
24636 \end_inset
24637
24638
24639 \begin_inset CommandInset ref
24640 LatexCommand ref
24641 reference "sub:Notas-al-pie-en-Tablas-Largas"
24642
24643 \end_inset
24644
24645 .
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \begin_inset VSpace defskip
24650 \end_inset
24651
24652 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24653 \series bold
24654
24655 \backslash
24656 footnotemark[número]
24657 \series default
24658  en ERT.
24659  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24660  no quieres imprimir el pie cada vez.
24661 \begin_inset Newline newline
24662 \end_inset
24663
24664 Como no sabes el número del pie que se repite mientras escribes el texto,
24665  tienes que guardarlo.
24666  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24667  en ERT detrás de Nota
24668 \begin_inset Space ~
24669 \end_inset
24670
24671 al
24672 \begin_inset Space ~
24673 \end_inset
24674
24675 pie
24676 \begin_inset Space ~
24677 \end_inset
24678
24679
24680 \begin_inset CommandInset ref
24681 LatexCommand ref
24682 reference "pie:Esto-es-una"
24683
24684 \end_inset
24685
24686  para guardar el número de pie:
24687 \end_layout
24688
24689 \begin_layout Standard
24690
24691 \series bold
24692
24693 \backslash
24694 newcounter{MyRepeatFoot}
24695 \begin_inset Newline newline
24696 \end_inset
24697
24698
24699 \backslash
24700 setcounter{MyRepeatFoot}{
24701 \backslash
24702 thefootnote}
24703 \end_layout
24704
24705 \begin_layout Standard
24706 La marca de pie se crea entonces con el comando:
24707 \end_layout
24708
24709 \begin_layout Standard
24710
24711 \series bold
24712
24713 \backslash
24714 footnotemark[
24715 \backslash
24716 theMyRepeatFoot]
24717 \end_layout
24718
24719 \begin_layout Standard
24720 Aquí hay un ejemplo de marca de pie:
24721 \family roman
24722 \series medium
24723 \bar no
24724
24725 \begin_inset ERT
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729
24730
24731 \backslash
24732 footnotemark[
24733 \backslash
24734 theMyRepeatFoot]
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Subsection
24743 Numeración de notas al pie
24744 \begin_inset CommandInset label
24745 LatexCommand label
24746 name "sub:Numeración-de-Notas-al-Pie"
24747
24748 \end_inset
24749
24750
24751 \begin_inset Index
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Notas al pie ! Numeración
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \begin_layout Standard
24764 Para reiniciar el número de pie a 1 en cada sección añade este 
24765 \family roman
24766 comando en el preámbulo:
24767 \end_layout
24768
24769 \begin_layout Standard
24770
24771 \series bold
24772
24773 \backslash
24774 @addtoreset{footnote}{section}
24775 \end_layout
24776
24777 \begin_layout Standard
24778 \begin_inset VSpace bigskip
24779 \end_inset
24780
24781 El siguiente comando en el preámbulo cambia el estilo de numeración del
24782  pie a números romanos en minúsculas:
24783 \end_layout
24784
24785 \begin_layout Standard
24786
24787 \series bold
24788
24789 \backslash
24790 renewcommand{
24791 \backslash
24792 thefootnote}{
24793 \backslash
24794 roman{footnote}}
24795 \end_layout
24796
24797 \begin_layout Standard
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802
24803
24804 \backslash
24805 renewcommand{
24806 \backslash
24807 thefootnote}{
24808 \backslash
24809 roman{footnote}}
24810 \end_layout
24811
24812 \end_inset
24813
24814  Nota al pie en números romanos:
24815 \begin_inset Foot
24816 status open
24817
24818 \begin_layout Plain Layout
24819 Ejemplo de nota al pie en números romanos.
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \begin_inset ERT
24826 status collapsed
24827
24828 \begin_layout Plain Layout
24829
24830
24831 \backslash
24832 renewcommand{
24833 \backslash
24834 thefootnote}{
24835 \backslash
24836 arabic{footnote}}
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24846  
24847 \series bold
24848
24849 \backslash
24850 roman
24851 \series default
24852  por 
24853 \series bold
24854
24855 \backslash
24856 Roman
24857 \series default
24858 .
24859  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24860 \series bold
24861
24862 \backslash
24863 Alph
24864 \series default
24865  o 
24866 \series bold
24867
24868 \backslash
24869 alph
24870 \series default
24871 , respectivamente.
24872  Para ordenar las notas al pie con símbolos usa 
24873 \series bold
24874
24875 \backslash
24876 fnsymbol
24877 \series default
24878 .
24879 \end_layout
24880
24881 \begin_layout Standard
24882 \begin_inset Note Greyedout
24883 status open
24884
24885 \begin_layout Plain Layout
24886
24887 \series bold
24888 Nota:
24889 \series default
24890  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24891  simples.
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \begin_inset Newline newline
24898 \end_inset
24899
24900
24901 \begin_inset Note Greyedout
24902 status open
24903
24904 \begin_layout Plain Layout
24905
24906 \series bold
24907 Nota:
24908 \series default
24909  sólo puedes ordenar hasta 9 pies con símbolos.
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Para volver al estilo de numeración predeterminado cuando has cambiado a
24919  otro estilo, usa 
24920 \series bold
24921
24922 \backslash
24923 arabic
24924 \series default
24925  en vez de 
24926 \series bold
24927
24928 \backslash
24929 roman
24930 \series default
24931  en el comando anterior.
24932 \begin_inset ERT
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936
24937
24938 \backslash
24939 renewcommand{
24940 \backslash
24941 thefootnote}{
24942 \backslash
24943 arabic{footnote}}
24944 \end_layout
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Standard
24952 \begin_inset VSpace bigskip
24953 \end_inset
24954
24955
24956 \end_layout
24957
24958 \begin_layout Standard
24959 Si quieres numerar notas al pie en el esquema 
24960 \begin_inset Quotes eld
24961 \end_inset
24962
24963 capítulo.nota
24964 \begin_inset Quotes erd
24965 \end_inset
24966
24967 , añade el siguiente comando al preámbulo del documento:
24968 \end_layout
24969
24970 \begin_layout Standard
24971
24972 \series bold
24973
24974 \backslash
24975 numberwithin{footnote}{chapter}
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Para poder usar el comando 
24980 \series bold
24981
24982 \backslash
24983 numberwithin
24984 \series default
24985 , marca la opción 
24986 \family sans
24987 Usar
24988 \family default
24989
24990 \begin_inset Space ~
24991 \end_inset
24992
24993
24994 \family sans
24995 el
24996 \family default
24997
24998 \begin_inset Space ~
24999 \end_inset
25000
25001
25002 \family sans
25003 paquete
25004 \family default
25005
25006 \begin_inset Space ~
25007 \end_inset
25008
25009
25010 \family sans
25011 AMS
25012 \family default
25013  en la solapa 
25014 \family sans
25015 Ecuaciones
25016 \family default
25017  de la configuración del documento.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset ERT
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025
25026
25027 \backslash
25028 numberwithin{footnote}{chapter}
25029 \end_layout
25030
25031 \end_inset
25032
25033 Esto es otro ejemplo de nota al pie:
25034 \series bold
25035
25036 \begin_inset Foot
25037 status open
25038
25039 \begin_layout Plain Layout
25040 Nota al pie numerada en el esquema 
25041 \begin_inset Quotes eld
25042 \end_inset
25043
25044 capítulo.nota
25045 \begin_inset Quotes erd
25046 \end_inset
25047
25048 .
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \series default
25055
25056 \begin_inset ERT
25057 status collapsed
25058
25059 \begin_layout Plain Layout
25060
25061
25062 \backslash
25063 renewcommand{
25064 \backslash
25065 thefootnote}{
25066 \backslash
25067 arabic{footnote}}
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Standard
25076 \begin_inset Note Greyedout
25077 status open
25078
25079 \begin_layout Plain Layout
25080
25081 \series bold
25082 Nota: 
25083 \backslash
25084 numberwithin 
25085 \series default
25086 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25087  previas para obtener números no arábigos se sobreescriben.
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \begin_layout Standard
25096 Así, para obtener por ejemplo el esquema 
25097 \begin_inset Quotes eld
25098 \end_inset
25099
25100 capítulo.
25101 \backslash
25102 Roman{footnote}
25103 \begin_inset Quotes erd
25104 \end_inset
25105
25106 , usa este comando en vez de 
25107 \series bold
25108
25109 \backslash
25110 numberwithin
25111 \series default
25112 :
25113 \end_layout
25114
25115 \begin_layout Standard
25116
25117 \series bold
25118
25119 \backslash
25120 renewcommand{
25121 \backslash
25122 thefootnote}{
25123 \backslash
25124 thechapter.
25125 \backslash
25126 Roman{footnote}}
25127 \end_layout
25128
25129 \begin_layout Subsection
25130 Colocación de notas al pie
25131 \begin_inset Index
25132 status collapsed
25133
25134 \begin_layout Plain Layout
25135 Notas al pie ! Colocación
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \begin_layout Standard
25144 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25145  entre ellas al final de la página.
25146  Para hacerlas más legibles puedes añadir p.
25147 \begin_inset Space \thinspace{}
25148 \end_inset
25149
25150 e.
25151 \begin_inset Space ~
25152 \end_inset
25153
25154 1.5
25155 \begin_inset Space \thinspace{}
25156 \end_inset
25157
25158 mm con el comando siguiente en el preámbulo:
25159 \end_layout
25160
25161 \begin_layout Standard
25162
25163 \series bold
25164
25165 \backslash
25166 let
25167 \backslash
25168 myFoot
25169 \backslash
25170 footnote
25171 \begin_inset Newline newline
25172 \end_inset
25173
25174
25175 \backslash
25176 renewcommand{
25177 \backslash
25178 footnote}[1]{
25179 \backslash
25180 myFoot{#1
25181 \backslash
25182 vspace{1.5mm}}}
25183 \end_layout
25184
25185 \begin_layout Standard
25186 \begin_inset VSpace bigskip
25187 \end_inset
25188
25189 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25190  ver la figura
25191 \begin_inset Space ~
25192 \end_inset
25193
25194
25195 \begin_inset CommandInset ref
25196 LatexCommand ref
25197 reference "fig:Colocación-standard-del-pie"
25198
25199 \end_inset
25200
25201 .
25202  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25203  en la figura
25204 \begin_inset Space ~
25205 \end_inset
25206
25207
25208 \begin_inset CommandInset ref
25209 LatexCommand ref
25210 reference "fig:Colocación-del-pie-en"
25211
25212 \end_inset
25213
25214 , usa el paquete LaTeX 
25215 \series bold
25216 ftnright
25217 \series default
25218
25219 \begin_inset Index
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223 LaTeX-paquetes ! ftnright
25224 \end_layout
25225
25226 \end_inset
25227
25228  con este comando en el preámbulo:
25229 \end_layout
25230
25231 \begin_layout Standard
25232
25233 \series bold
25234
25235 \backslash
25236 usepackage{ftnright}
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \begin_inset Float figure
25241 placement !h
25242 wide false
25243 sideways false
25244 status open
25245
25246 \begin_layout Plain Layout
25247 \begin_inset ERT
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251
25252
25253 \backslash
25254 framebox{
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \begin_inset Graphics
25261         filename ../clipart/without_fntright.pdf
25262         width 100col%
25263
25264 \end_inset
25265
25266
25267 \begin_inset ERT
25268 status collapsed
25269
25270 \begin_layout Plain Layout
25271
25272 }
25273 \end_layout
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Plain Layout
25281 \begin_inset Caption
25282
25283 \begin_layout Plain Layout
25284 \begin_inset CommandInset label
25285 LatexCommand label
25286 name "fig:Colocación-standard-del-pie"
25287
25288 \end_inset
25289
25290 Colocación estándar de notas al pie en documentos a dos columnas.
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset Float figure
25305 placement !h
25306 wide false
25307 sideways false
25308 status open
25309
25310 \begin_layout Plain Layout
25311 \begin_inset ERT
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315
25316
25317 \backslash
25318 framebox{
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \begin_inset Graphics
25325         filename ../clipart/with_fntright.pdf
25326         width 100col%
25327
25328 \end_inset
25329
25330
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336 }
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Plain Layout
25345 \begin_inset Caption
25346
25347 \begin_layout Plain Layout
25348 \begin_inset CommandInset label
25349 LatexCommand label
25350 name "fig:Colocación-del-pie-en"
25351
25352 \end_inset
25353
25354 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25355  el paquete LaTeX 
25356 \series bold
25357 ftnright
25358 \series default
25359 .
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Standard
25373 \begin_inset VSpace bigskip
25374 \end_inset
25375
25376 En alguna literatura científica es habitual reunir las notas para imprimirlas
25377  en un párrafo separado al final de la sección, como en la figura
25378 \begin_inset Space ~
25379 \end_inset
25380
25381
25382 \begin_inset CommandInset ref
25383 LatexCommand ref
25384 reference "fig:Notas-al-final----notas-al-pie"
25385
25386 \end_inset
25387
25388 .
25389  Para usar notas finales
25390 \begin_inset Index
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394 Notas finales
25395 \end_layout
25396
25397 \end_inset
25398
25399  en vez de notas al pie, carga el paquete LaTeX 
25400 \series bold
25401 endnotes
25402 \series default
25403
25404 \begin_inset Index
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 LaTeX-paquetes ! endnotes
25409 \end_layout
25410
25411 \end_inset
25412
25413  con las siguientes líneas en el preámbulo de tu documento:
25414 \end_layout
25415
25416 \begin_layout Standard
25417
25418 \series bold
25419
25420 \backslash
25421 usepackage{endnotes}
25422 \begin_inset Newline newline
25423 \end_inset
25424
25425
25426 \backslash
25427 let
25428 \backslash
25429 footnote
25430 \backslash
25431 endnote
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Para insertar la colección de notas, escribe el comando
25436 \end_layout
25437
25438 \begin_layout Standard
25439
25440 \series bold
25441
25442 \backslash
25443 theendnotes
25444 \end_layout
25445
25446 \begin_layout Standard
25447 en ERT al final de una sección o capítulo.
25448 \end_layout
25449
25450 \begin_layout Standard
25451 \begin_inset Float figure
25452 wide false
25453 sideways false
25454 status open
25455
25456 \begin_layout Plain Layout
25457 \align center
25458 \begin_inset ERT
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462
25463
25464 \backslash
25465 framebox{
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \begin_inset Graphics
25472         filename ../clipart/endnotes.pdf
25473
25474 \end_inset
25475
25476
25477 \begin_inset ERT
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481
25482 }
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Plain Layout
25491 \begin_inset Caption
25492
25493 \begin_layout Plain Layout
25494 \begin_inset CommandInset label
25495 LatexCommand label
25496 name "fig:Notas-al-final----notas-al-pie"
25497
25498 \end_inset
25499
25500 Notas al final: notas impresas en párrafo separado al final de la sección
25501  o del capítulo.
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \begin_layout Standard
25515 \begin_inset VSpace medskip
25516 \end_inset
25517
25518 La cabecera de párrafo para las notas finales no se traduce automáticamente
25519  al lenguaje del documento, hay que hacerlo manualmente.
25520   El siguiente comando de preámbulo traduce el nombre en inglés 
25521 \begin_inset Quotes eld
25522 \end_inset
25523
25524 Notes
25525 \begin_inset Quotes erd
25526 \end_inset
25527
25528  al español 
25529 \begin_inset Quotes eld
25530 \end_inset
25531
25532 Notas
25533 \begin_inset Quotes erd
25534 \end_inset
25535
25536 :
25537 \end_layout
25538
25539 \begin_layout Standard
25540
25541 \series bold
25542
25543 \backslash
25544 renewcommand{
25545 \backslash
25546 notesname}{Notas}
25547 \end_layout
25548
25549 \begin_layout Standard
25550 \begin_inset VSpace medskip
25551 \end_inset
25552
25553 La numeración de notas finales puede cambiarse como la de las notas al pie,
25554  como se describe en la sección
25555 \begin_inset Space ~
25556 \end_inset
25557
25558
25559 \begin_inset CommandInset ref
25560 LatexCommand ref
25561 reference "sub:Numeración-de-Notas-al-Pie"
25562
25563 \end_inset
25564
25565 ; sólo hay que reemplazar el comando 
25566 \series bold
25567
25568 \backslash
25569 thefootnote
25570 \series default
25571  por 
25572 \series bold
25573
25574 \backslash
25575 theendnote
25576 \series default
25577 .
25578  Para restablecer la numeración usa el comando 
25579 \series bold
25580
25581 \backslash
25582 @addtoreset
25583 \series default
25584  como se describe en la sección
25585 \begin_inset Space ~
25586 \end_inset
25587
25588
25589 \begin_inset CommandInset ref
25590 LatexCommand ref
25591 reference "sub:Numeración-de-Notas-al-Pie"
25592
25593 \end_inset
25594
25595  y sustituye el parámetro de comando 
25596 \series bold
25597 footnote
25598 \series default
25599  por 
25600 \series bold
25601 endnote
25602 \series default
25603 .
25604 \end_layout
25605
25606 \begin_layout Standard
25607 Para crear sólo una marca para una nota final, usa el comando 
25608 \series bold
25609
25610 \backslash
25611 endnotemark[número]
25612 \series default
25613  similar al comando 
25614 \series bold
25615
25616 \backslash
25617 footnotemark
25618 \series default
25619 , descrito en la sección
25620 \begin_inset Space ~
25621 \end_inset
25622
25623
25624 \begin_inset CommandInset ref
25625 LatexCommand ref
25626 reference "sec:Notas-al-pie"
25627
25628 \end_inset
25629
25630 .
25631 \end_layout
25632
25633 \begin_layout Standard
25634 \begin_inset VSpace bigskip
25635 \end_inset
25636
25637 Las notas al pie también pueden colocarse al margen de la página y la alineación
25638  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25639 \series bold
25640 footmisc
25641 \series default
25642
25643 \begin_inset Index
25644 status collapsed
25645
25646 \begin_layout Plain Layout
25647 LaTeX-paquetes ! footmisc
25648 \end_layout
25649
25650 \end_inset
25651
25652  
25653 \begin_inset CommandInset citation
25654 LatexCommand cite
25655 key "footmisc"
25656
25657 \end_inset
25658
25659  para más información.
25660 \end_layout
25661
25662 \begin_layout Standard
25663 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25664  
25665 \begin_inset CommandInset citation
25666 LatexCommand cite
25667 key "latexcompanion,latexguide,latexbook"
25668
25669 \end_inset
25670
25671 .
25672 \end_layout
25673
25674 \begin_layout Section
25675 Notas al margen
25676 \begin_inset Index
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680 Notas ! al margen
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Standard
25689 Las notas al margen se ven y se comportan en LyX como notas al pie.
25690  Se insertan con el menú 
25691 \family sans
25692 Insertar\SpecialChar \menuseparator
25693 Nota
25694 \begin_inset Space ~
25695 \end_inset
25696
25697 al
25698 \begin_inset Space ~
25699 \end_inset
25700
25701 margen
25702 \family default
25703  o con el botón 
25704 \begin_inset Graphics
25705         filename ../../images/marginalnote-insert.png
25706         scale 85
25707
25708 \end_inset
25709
25710 .
25711  Aparece un cuadro gris con la etiqueta 
25712 \family roman
25713 \series medium
25714
25715 \begin_inset Quotes eld
25716 \end_inset
25717
25718 margen
25719 \begin_inset Quotes erd
25720 \end_inset
25721
25722  en color rojo y un marco en el que puedes escribir el texto de la nota.
25723 \end_layout
25724
25725 \begin_layout Standard
25726 Al lado hay un ejemplo de nota al margen.
25727
25728 \family roman
25729 \series medium
25730  
25731 \begin_inset Marginal
25732 status open
25733
25734 \begin_layout Plain Layout
25735 Esto es una nota al margen.
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \begin_layout Standard
25744 Estas notas salen en el margen derecho en documentos a una cara.
25745  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25746  en páginas pares, derecho en páginas impares---.
25747  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25748  a la derecha si la nota aparece en el margen izquierdo---.
25749  La primera línea de la nota se sitúa en la posición de la línea del texto
25750  en la que se inserta en el documento.
25751 \end_layout
25752
25753 \begin_layout Standard
25754 \begin_inset VSpace bigskip
25755 \end_inset
25756
25757 Para colocar la nota en el margen interno añade el comando
25758 \end_layout
25759
25760 \begin_layout Standard
25761
25762 \series bold
25763
25764 \backslash
25765 reversemarginpar
25766 \end_layout
25767
25768 \begin_layout Standard
25769 en ERT antes de la nota.
25770  La nueva colocación es válida para todas las siguientes notas al margen.
25771  
25772 \begin_inset ERT
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777
25778 \backslash
25779 reversemarginpar 
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \begin_inset Marginal
25786 status open
25787
25788 \begin_layout Plain Layout
25789 Esto es una nota en el margen interno.
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \series bold
25796
25797 \begin_inset Newline newline
25798 \end_inset
25799
25800
25801 \series default
25802
25803 \begin_inset Note Greyedout
25804 status open
25805
25806 \begin_layout Plain Layout
25807
25808 \series bold
25809 Nota:
25810 \series default
25811  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25812  no se mostrará correctamente en la salida.
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 Para volver a la ubicación predeterminada inserta en ERT el comando
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826
25827
25828 \backslash
25829 normalmarginpar 
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 normalmarginpar
25843 \end_layout
25844
25845 \begin_layout Standard
25846 \begin_inset Note Greyedout
25847 status open
25848
25849 \begin_layout Plain Layout
25850
25851 \series bold
25852 Nota:
25853 \series default
25854  El comando se ignora si en el mismo párrafo está también presente el comando
25855  
25856 \series bold
25857
25858 \backslash
25859 reversemarginpar
25860 \series default
25861 .
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Standard
25870 \begin_inset VSpace bigskip
25871 \end_inset
25872
25873
25874 \family roman
25875 \series medium
25876
25877 \begin_inset Marginal
25878 status open
25879
25880 \begin_layout Plain Layout
25881 PalabraMuyLargaAlMargen no partida con guión.
25882 \end_layout
25883
25884 \end_inset
25885
25886
25887 \family default
25888 \series default
25889  Como en el caso descrito en la sección
25890 \begin_inset Space ~
25891 \end_inset
25892
25893
25894 \begin_inset CommandInset ref
25895 LatexCommand ref
25896 reference "sub:Líneas-Múltiples-en"
25897
25898 \end_inset
25899
25900 , una palabra larga no puede partirse con guión cuando es la primera en
25901  la nota al margen.
25902  Para evitar esto, inserta el comando
25903 \end_layout
25904
25905 \begin_layout Standard
25906
25907 \series bold
25908
25909 \backslash
25910 hspace{0pt}
25911 \end_layout
25912
25913 \begin_layout Standard
25914 en ERT antes de la palabra
25915 \family roman
25916 \series medium
25917 .
25918  
25919 \begin_inset Marginal
25920 status open
25921
25922 \begin_layout Plain Layout
25923 \begin_inset ERT
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927
25928
25929 \backslash
25930 hspace{0pt}
25931 \end_layout
25932
25933 \end_inset
25934
25935 PalabraMuyLargaAlMargen partida con guión.
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 \begin_inset VSpace bigskip
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \begin_layout Standard
25951 \begin_inset Note Greyedout
25952 status open
25953
25954 \begin_layout Plain Layout
25955
25956 \series bold
25957 Nota:
25958 \series default
25959  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25960  notas al pie.
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset VSpace bigskip
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset ERT
25977 status collapsed
25978
25979 \begin_layout Plain Layout
25980
25981
25982 \backslash
25983 ifmarginnote
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \begin_inset Note Note
25990 status open
25991
25992 \begin_layout Plain Layout
25993 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25994  LaTeX 
25995 \series bold
25996 marginnote
25997 \series default
25998 .
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 Esta restricción se puede salvar con el paquete LaTeX 
26008 \series bold
26009 marginnote
26010 \series default
26011
26012 \begin_inset Index
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016 LaTeX-paquetes ! marginnote
26017 \end_layout
26018
26019 \end_inset
26020
26021 .
26022  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26023  notas al margen es redefinido para usar el comando provisto por el paquete
26024  
26025 \series bold
26026 marginnote
26027 \series default
26028 :
26029 \end_layout
26030
26031 \begin_layout Standard
26032
26033 \series bold
26034
26035 \backslash
26036 usepackage{marginnote}
26037 \begin_inset Newline newline
26038 \end_inset
26039
26040
26041 \backslash
26042 let
26043 \backslash
26044 marginpar
26045 \backslash
26046 marginnote
26047 \end_layout
26048
26049 \begin_layout Standard
26050 Esto se ha utilizado en el presente documento porque 
26051 \series bold
26052 marginnote
26053 \series default
26054  tiene una característica adicional útil: Puedes imponer un offset vertical
26055  a la nota.
26056  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26057  diseño de la página.
26058  El offset se determina en LyX como ERT directamente tras la nota al margen
26059  en el esquema
26060 \end_layout
26061
26062 \begin_layout Standard
26063
26064 \series bold
26065 [offset]
26066 \end_layout
26067
26068 \begin_layout Standard
26069 donde offset es una longitud en una de las unidades de la tabla
26070 \begin_inset Space ~
26071 \end_inset
26072
26073
26074 \begin_inset CommandInset ref
26075 LatexCommand ref
26076 reference "tab:Unidades"
26077
26078 \end_inset
26079
26080 .
26081  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26082  abajo.
26083  
26084 \family roman
26085 \series medium
26086 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26087 \begin_inset Space \thinspace{}
26088 \end_inset
26089
26090 cm arriba con el comando ERT 
26091 \begin_inset Quotes eld
26092 \end_inset
26093
26094
26095 \family default
26096 \series bold
26097 [-1.5cm]
26098 \family roman
26099 \series medium
26100
26101 \begin_inset Quotes erd
26102 \end_inset
26103
26104
26105 \begin_inset Marginal
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109 Esta nota está 1.5
26110 \begin_inset Space \thinspace{}
26111 \end_inset
26112
26113 cm por encima de su posición original.
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \family default
26120 \series default
26121
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127 [-1.5cm]
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \begin_layout Standard
26136 \begin_inset VSpace medskip
26137 \end_inset
26138
26139 Con 
26140 \series bold
26141 marginnote
26142 \series default
26143  también puedes cambiar la alineación del texto en el margen.
26144  Por ejemplo los comandos
26145 \end_layout
26146
26147 \begin_layout Standard
26148
26149 \series bold
26150
26151 \backslash
26152 renewcommand*{
26153 \backslash
26154 raggedleftmarginnote}{
26155 \backslash
26156 centering}
26157 \begin_inset Newline newline
26158 \end_inset
26159
26160
26161 \backslash
26162 renewcommand*{
26163 \backslash
26164 raggedrightmarginnote}{
26165 \backslash
26166 centering}
26167 \end_layout
26168
26169 \begin_layout Standard
26170 producen alineación centrada.
26171  
26172 \series bold
26173
26174 \backslash
26175 raggedleftmarginnote
26176 \series default
26177  identifica las notas que aparecen al lado izquierdo.
26178 \family roman
26179 \series medium
26180
26181 \begin_inset ERT
26182 status collapsed
26183
26184 \begin_layout Plain Layout
26185
26186
26187 \backslash
26188 renewcommand*{
26189 \backslash
26190 raggedleftmarginnote}{
26191 \backslash
26192 centering}
26193 \end_layout
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 renewcommand*{
26200 \backslash
26201 raggedrightmarginnote}{
26202 \backslash
26203 centering}
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \begin_inset Marginal
26210 status open
26211
26212 \begin_layout Plain Layout
26213 El texto de esta nota está centrado.
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \family default
26220 \series default
26221  El valor predeterminado es 
26222 \end_layout
26223
26224 \begin_layout Standard
26225
26226 \series bold
26227
26228 \backslash
26229 renewcommand*{
26230 \backslash
26231 raggedleftmarginnote}{
26232 \backslash
26233 raggedleft}
26234 \begin_inset Newline newline
26235 \end_inset
26236
26237
26238 \backslash
26239 renewcommand*{
26240 \backslash
26241 raggedrightmarginnote}{
26242 \backslash
26243 raggedright}
26244 \family roman
26245 \series medium
26246
26247 \begin_inset ERT
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252
26253 \backslash
26254 renewcommand*{
26255 \backslash
26256 raggedleftmarginnote}{
26257 \backslash
26258 raggedleft}
26259 \end_layout
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 renewcommand*{
26266 \backslash
26267 raggedrightmarginnote}{
26268 \backslash
26269 raggedright}
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Standard
26278 \begin_inset VSpace medskip
26279 \end_inset
26280
26281 Para otras características de 
26282 \series bold
26283 marginnote
26284 \series default
26285  mira en su documentación 
26286 \begin_inset CommandInset citation
26287 LatexCommand cite
26288 key "marginnote"
26289
26290 \end_inset
26291
26292 .
26293 \end_layout
26294
26295 \begin_layout Standard
26296 \begin_inset VSpace bigskip
26297 \end_inset
26298
26299 El diseño de las notas al margen puede ser redefinido.
26300  Por ejemplo, para crear una cabecera para todas las notas con el texto
26301  
26302 \begin_inset Quotes eld
26303 \end_inset
26304
26305
26306 \series bold
26307 \bar under
26308 ¡
26309 \family sans
26310 Atención
26311 \family default
26312 !
26313 \series default
26314 \bar default
26315
26316 \begin_inset Quotes erd
26317 \end_inset
26318
26319 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26320 \end_layout
26321
26322 \begin_layout Standard
26323
26324 \series bold
26325
26326 \backslash
26327 let
26328 \backslash
26329 myMarginpar
26330 \backslash
26331 marginpar
26332 \begin_inset Newline newline
26333 \end_inset
26334
26335
26336 \backslash
26337 renewcommand{
26338 \backslash
26339 marginpar}[1]{
26340 \backslash
26341 myMarginpar{%
26342 \begin_inset Newline newline
26343 \end_inset
26344
26345
26346 \begin_inset ERT
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350
26351
26352 \backslash
26353 hphantom{ }
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \backslash
26360 hspace{0pt}
26361 \backslash
26362 textsf{
26363 \backslash
26364 textbf{
26365 \backslash
26366 underbar{¡Atención!}}}%
26367 \begin_inset Newline newline
26368 \end_inset
26369
26370
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 hphantom{ }
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \backslash
26385 vspace{1.5mm}
26386 \backslash
26387
26388 \backslash
26389 #1}}
26390 \end_layout
26391
26392 \begin_layout Standard
26393
26394 \family roman
26395 \series medium
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401
26402 \backslash
26403 let
26404 \backslash
26405 myMarginpar
26406 \backslash
26407 marginpar
26408 \end_layout
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 renewcommand{
26415 \backslash
26416 marginpar}[1]{
26417 \backslash
26418 myMarginpar{%
26419 \end_layout
26420
26421 \begin_layout Plain Layout
26422
26423    
26424 \backslash
26425 textsf{
26426 \backslash
26427 textbf{
26428 \backslash
26429 underbar{¡Atención!}}}%
26430 \end_layout
26431
26432 \begin_layout Plain Layout
26433
26434    
26435 \backslash
26436 vspace{1.5mm}
26437 \backslash
26438
26439 \backslash
26440 #1}}
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \begin_inset Marginal
26447 status open
26448
26449 \begin_layout Plain Layout
26450 Esta es una nota con una cabecera definida.
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \family default
26457 \series default
26458
26459 \begin_inset ERT
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463
26464 [-1.5cm]
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \family roman
26471 \series medium
26472
26473 \begin_inset ERT
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477
26478
26479 \backslash
26480 renewcommand{
26481 \backslash
26482 marginpar}[1]{
26483 \backslash
26484 myMarginpar{#1}}
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \family default
26491 \series default
26492
26493 \begin_inset Note Note
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Standard
26506 \begin_inset ERT
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510
26511
26512 \backslash
26513 else
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \begin_inset Note Note
26520 status open
26521
26522 \begin_layout Plain Layout
26523 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26524  
26525 \series bold
26526 marginnote
26527 \series default
26528 .
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \begin_layout Standard
26537 Debes instalar el paquete LaTeX 
26538 \series bold
26539 marginnote
26540 \series default
26541  para ver la parte siguiente en la salida.
26542 \end_layout
26543
26544 \begin_layout Standard
26545 \begin_inset ERT
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549
26550
26551 \backslash
26552 fi
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Chapter
26561 Cuadros
26562 \end_layout
26563
26564 \begin_layout Section
26565 Introducción
26566 \begin_inset Index
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570 Cuadros ! Introducción
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \begin_layout Standard
26579 Los cuadros se emplean para dar formato a bloques de texto.
26580  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26581 \begin_inset Space ~
26582 \end_inset
26583
26584
26585 \begin_inset CommandInset ref
26586 LatexCommand ref
26587 reference "sec:Minipáginas"
26588
26589 \end_inset
26590
26591 , enmarcar textos, ver sección
26592 \begin_inset Space ~
26593 \end_inset
26594
26595
26596 \begin_inset CommandInset ref
26597 LatexCommand ref
26598 reference "sec:Cuadros-Enmarcados"
26599
26600 \end_inset
26601
26602 , evitar la división de palabras, ver sección
26603 \begin_inset Space ~
26604 \end_inset
26605
26606
26607 \begin_inset CommandInset ref
26608 LatexCommand ref
26609 reference "sec:Evitar-la-Partición"
26610
26611 \end_inset
26612
26613 , alinear texto, ver sección
26614 \begin_inset Space ~
26615 \end_inset
26616
26617
26618 \begin_inset CommandInset ref
26619 LatexCommand ref
26620 reference "sub:Alineación-Vertical"
26621
26622 \end_inset
26623
26624 , o para poner color de fondo a un texto, ver sección
26625 \begin_inset Space ~
26626 \end_inset
26627
26628
26629 \begin_inset CommandInset ref
26630 LatexCommand ref
26631 reference "sec:Cuadros-Coloreados"
26632
26633 \end_inset
26634
26635 .
26636 \end_layout
26637
26638 \begin_layout Standard
26639 Se insertan con el menú 
26640 \family sans
26641 Insertar\SpecialChar \menuseparator
26642 Cuadro
26643 \family default
26644  o con el botón 
26645 \begin_inset Graphics
26646         filename ../../images/box-insert.png
26647         scale 85
26648
26649 \end_inset
26650
26651 .
26652  Surge un recuadro gris con la etiqueta 
26653 \family sans
26654 Cuadro (Minipágina)
26655 \family default
26656
26657 \begin_inset Graphics
26658         filename clipart/CuadroMinipagQt4.png
26659         scale 75
26660         keepAspectRatio
26661
26662 \end_inset
26663
26664 .
26665  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26666  Sale un diálogo en el que 
26667 \family sans
26668 Cuadro
26669 \family default
26670
26671 \begin_inset Space ~
26672 \end_inset
26673
26674
26675 \family sans
26676 interior
26677 \family default
26678  permite escoger los tipos 
26679 \family sans
26680 Parbox (
26681 \family default
26682
26683 \begin_inset Quotes eld
26684 \end_inset
26685
26686
26687 \family sans
26688 Párrafo
26689 \family default
26690
26691 \begin_inset Quotes erd
26692 \end_inset
26693
26694
26695 \family sans
26696 )
26697 \family default
26698  y 
26699 \family sans
26700 Minipágina
26701 \family default
26702 .
26703  
26704 \family sans
26705 Minipágina
26706 \family default
26707  es el predeterminado para nuevos cuadros y se explica en la sección
26708 \begin_inset Space ~
26709 \end_inset
26710
26711
26712 \begin_inset CommandInset ref
26713 LatexCommand ref
26714 reference "sec:Minipáginas"
26715
26716 \end_inset
26717
26718 ; el tipo 
26719 \family sans
26720 Parbox
26721 \family default
26722  se describe en la sección
26723 \begin_inset Space ~
26724 \end_inset
26725
26726
26727 \begin_inset CommandInset ref
26728 LatexCommand ref
26729 reference "sec:Cuadros-de-Párrafo"
26730
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26738  flotantes o las notas al pie.
26739 \end_layout
26740
26741 \begin_layout Standard
26742 \begin_inset Note Greyedout
26743 status open
26744
26745 \begin_layout Plain Layout
26746
26747 \series bold
26748 Nota:
26749 \series default
26750  Los cuadros no deben ser el ítem en un entorno 
26751 \family sans
26752 Enumeración
26753 \family default
26754  o 
26755 \family sans
26756 Descripción
26757 \family default
26758 .
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \begin_layout Standard
26767 \begin_inset Note Greyedout
26768 status open
26769
26770 \begin_layout Plain Layout
26771
26772 \series bold
26773 Nota:
26774 \series default
26775  Por razones desconocidas sólo se puede poner el tipo 
26776 \family sans
26777 Cuadro
26778 \begin_inset Space ~
26779 \end_inset
26780
26781 interior
26782 \family default
26783  en 
26784 \family sans
26785 Ninguno
26786 \family default
26787  cuando se emplea un cuadro enmarcado.
26788  Los cuadros sin ningún tipo de 
26789 \family sans
26790 Cuadro
26791 \begin_inset Space ~
26792 \end_inset
26793
26794 interior
26795 \family default
26796  y sin marcos se explican en la sección
26797 \begin_inset Space ~
26798 \end_inset
26799
26800
26801 \begin_inset CommandInset ref
26802 LatexCommand ref
26803 reference "sec:Evitar-la-Partición"
26804
26805 \end_inset
26806
26807 .
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Section
26816 Diálogo de cuadros
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "sec:Diálogo-Cuadros"
26820
26821 \end_inset
26822
26823
26824 \begin_inset Index
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 Cuadros ! Configuración
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \begin_inset Index
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838 Cuadros ! Alineación
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \begin_layout Standard
26847 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26848 \family sans
26849 Ancho
26850 \family default
26851  y 
26852 \family sans
26853 Alto
26854 \family default
26855 .
26856  Las unidades disponibles para la geometría se explican en la tabla
26857 \begin_inset Space ~
26858 \end_inset
26859
26860
26861 \begin_inset CommandInset ref
26862 LatexCommand ref
26863 reference "tab:Unidades"
26864
26865 \end_inset
26866
26867 .
26868  El campo 
26869 \family sans
26870 Alto
26871 \family default
26872  ofrece los siguientes tamaños adicionales:
26873 \end_layout
26874
26875 \begin_layout Description
26876 Profundidad Este es el texto plano 
26877 \begin_inset Quotes eld
26878 \end_inset
26879
26880 alto
26881 \begin_inset Quotes erd
26882 \end_inset
26883
26884 .
26885  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26886  cuadro:
26887 \begin_inset Newline newline
26888 \end_inset
26889
26890
26891 \begin_inset Newline newline
26892 \end_inset
26893
26894
26895 \begin_inset Newline newline
26896 \end_inset
26897
26898
26899 \begin_inset Box Boxed
26900 position "c"
26901 hor_pos "c"
26902 has_inner_box 1
26903 inner_pos "c"
26904 use_parbox 0
26905 width "12col%"
26906 special "none"
26907 height "1in"
26908 height_special "depth"
26909 status open
26910
26911 \begin_layout Plain Layout
26912 \align center
26913 Cuadro con altura establecida en 1
26914 \begin_inset Space \thinspace{}
26915 \end_inset
26916
26917 Profundidad
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \begin_inset Newline newline
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Description
26934 Alto Es la altura del texto que está dentro del cuadro.
26935  Un valor de, p.
26936 \begin_inset Space \thinspace{}
26937 \end_inset
26938
26939 e.
26940 \begin_inset Space ~
26941 \end_inset
26942
26943 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26944  
26945 \begin_inset Box Boxed
26946 position "c"
26947 hor_pos "c"
26948 has_inner_box 1
26949 inner_pos "c"
26950 use_parbox 0
26951 width "20col%"
26952 special "none"
26953 height "2in"
26954 height_special "height"
26955 status open
26956
26957 \begin_layout Plain Layout
26958 \align center
26959 Cuadro con altura puesta en 2
26960 \begin_inset Space \thinspace{}
26961 \end_inset
26962
26963 Alto
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \begin_layout Description
26972 Alto
26973 \begin_inset Space ~
26974 \end_inset
26975
26976 total Esto es el Alto
26977 \begin_inset Space \thinspace{}
26978 \end_inset
26979
26980 +
26981 \begin_inset Space \thinspace{}
26982 \end_inset
26983
26984 Profundidad: 
26985 \begin_inset Box Boxed
26986 position "c"
26987 hor_pos "c"
26988 has_inner_box 1
26989 inner_pos "c"
26990 use_parbox 0
26991 width "20col%"
26992 special "none"
26993 height "1in"
26994 height_special "totalheight"
26995 status open
26996
26997 \begin_layout Plain Layout
26998 \align center
26999 Cuadro con altura puesta a 1
27000 \begin_inset Space \thinspace{}
27001 \end_inset
27002
27003 Alto
27004 \begin_inset Space ~
27005 \end_inset
27006
27007 total
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Description
27016 Ancho Esto determina al ancho del cuadro como altura: 
27017 \begin_inset Box Boxed
27018 position "c"
27019 hor_pos "c"
27020 has_inner_box 1
27021 inner_pos "c"
27022 use_parbox 0
27023 width "12col%"
27024 special "none"
27025 height "1in"
27026 height_special "width"
27027 status open
27028
27029 \begin_layout Plain Layout
27030 \align center
27031 Cuadro con altura puesta en 1
27032 \begin_inset Space \thinspace{}
27033 \end_inset
27034
27035 Ancho
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \begin_layout Standard
27044 \begin_inset VSpace bigskip
27045 \end_inset
27046
27047 Si has elegido un 
27048 \family sans
27049 Cuadro
27050 \begin_inset Space ~
27051 \end_inset
27052
27053 interior
27054 \family default
27055 , la alineación vertical del cuadro puede ser:
27056 \end_layout
27057
27058 \begin_layout Description
27059 Superior Ejemplo de línea de texto.
27060  
27061 \begin_inset Box Boxed
27062 position "t"
27063 hor_pos "c"
27064 has_inner_box 1
27065 inner_pos "c"
27066 use_parbox 0
27067 width "12col%"
27068 special "none"
27069 height "1in"
27070 height_special "totalheight"
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074 \align center
27075 Cuadro alineado arriba.
27076 \end_layout
27077
27078 \end_inset
27079
27080  Ejemplo de línea de texto.
27081 \end_layout
27082
27083 \begin_layout Description
27084 Medio Ejemplo de línea de texto.
27085  
27086 \begin_inset Box Boxed
27087 position "c"
27088 hor_pos "c"
27089 has_inner_box 1
27090 inner_pos "c"
27091 use_parbox 0
27092 width "12col%"
27093 special "none"
27094 height "1in"
27095 height_special "totalheight"
27096 status collapsed
27097
27098 \begin_layout Plain Layout
27099 \align center
27100 Cuadro alineado en medio.
27101 \end_layout
27102
27103 \end_inset
27104
27105  Ejemplo de línea de texto.
27106 \end_layout
27107
27108 \begin_layout Description
27109 Inferior Ejemplo de línea de texto.
27110  
27111 \begin_inset Box Boxed
27112 position "b"
27113 hor_pos "c"
27114 has_inner_box 1
27115 inner_pos "c"
27116 use_parbox 0
27117 width "12col%"
27118 special "none"
27119 height "1in"
27120 height_special "totalheight"
27121 status collapsed
27122
27123 \begin_layout Plain Layout
27124 \align center
27125 Cuadro alineado abajo.
27126 \end_layout
27127
27128 \end_inset
27129
27130  Ejemplo de línea de texto.
27131 \end_layout
27132
27133 \begin_layout Standard
27134 La alineación horizontal del cuadro puede establecerse en el diálogo de
27135  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27136 \end_layout
27137
27138 \begin_layout Standard
27139 \begin_inset VSpace bigskip
27140 \end_inset
27141
27142 Si has escogido un 
27143 \family sans
27144 Cuadro
27145 \begin_inset Space ~
27146 \end_inset
27147
27148 interior
27149 \family default
27150 , el contenido puede alinearse verticalmente a:
27151 \end_layout
27152
27153 \begin_layout Description
27154 Superior Ejemplo de línea de texto.
27155  
27156 \begin_inset Box Boxed
27157 position "c"
27158 hor_pos "c"
27159 has_inner_box 1
27160 inner_pos "t"
27161 use_parbox 0
27162 width "12col%"
27163 special "none"
27164 height "1.5in"
27165 height_special "totalheight"
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 \align center
27170 Cuadro con texto alineado arriba.
27171 \end_layout
27172
27173 \end_inset
27174
27175  Ejemplo de línea de texto.
27176 \end_layout
27177
27178 \begin_layout Description
27179 Medio Ejemplo de línea de texto.
27180  
27181 \begin_inset Box Boxed
27182 position "c"
27183 hor_pos "c"
27184 has_inner_box 1
27185 inner_pos "c"
27186 use_parbox 0
27187 width "12col%"
27188 special "none"
27189 height "1.5in"
27190 height_special "totalheight"
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194 \align center
27195 Cuadro con texto alineado en medio.
27196 \end_layout
27197
27198 \end_inset
27199
27200  Ejemplo de línea de texto.
27201 \end_layout
27202
27203 \begin_layout Description
27204 Inferior Ejemplo de línea de texto.
27205  
27206 \begin_inset Box Boxed
27207 position "c"
27208 hor_pos "c"
27209 has_inner_box 1
27210 inner_pos "b"
27211 use_parbox 0
27212 width "12col%"
27213 special "none"
27214 height "1.5in"
27215 height_special "totalheight"
27216 status collapsed
27217
27218 \begin_layout Plain Layout
27219 \align center
27220 Cuadro con texto alineado abajo.
27221 \end_layout
27222
27223 \end_inset
27224
27225  Ejemplo de línea de texto.
27226 \end_layout
27227
27228 \begin_layout Description
27229 Estirado Ejemplo de línea de texto.
27230  
27231 \begin_inset Box Boxed
27232 position "c"
27233 hor_pos "c"
27234 has_inner_box 1
27235 inner_pos "s"
27236 use_parbox 0
27237 width "12col%"
27238 special "none"
27239 height "1.5in"
27240 height_special "totalheight"
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244 \align center
27245 Este texto
27246 \end_layout
27247
27248 \begin_layout Plain Layout
27249 \align center
27250 está
27251 \end_layout
27252
27253 \begin_layout Plain Layout
27254 \align center
27255 estirado.
27256 \end_layout
27257
27258 \end_inset
27259
27260  Ejemplo de línea de texto.
27261 \end_layout
27262
27263 \begin_layout Standard
27264 Para estirar el contenido debe tener más de un párrafo.
27265  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27266 \end_layout
27267
27268 \begin_layout Standard
27269 \begin_inset VSpace bigskip
27270 \end_inset
27271
27272 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27273  LyX cuando hayas escogido un 
27274 \family sans
27275 Cuadro
27276 \begin_inset Space ~
27277 \end_inset
27278
27279 interior
27280 \family default
27281 .
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \align center
27286 \begin_inset Box Boxed
27287 position "c"
27288 hor_pos "c"
27289 has_inner_box 1
27290 inner_pos "s"
27291 use_parbox 0
27292 width "15col%"
27293 special "none"
27294 height "1.25in"
27295 height_special "totalheight"
27296 status open
27297
27298 \begin_layout Plain Layout
27299 \align left
27300 Cuadro
27301 \end_layout
27302
27303 \begin_layout Plain Layout
27304 \align center
27305 con texto
27306 \end_layout
27307
27308 \begin_layout Plain Layout
27309 \align right
27310 estirado
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Standard
27319 Si no has establecido un 
27320 \family sans
27321 Cuadro
27322 \begin_inset Space ~
27323 \end_inset
27324
27325 interior
27326 \family default
27327 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27328  cuadro.
27329 \end_layout
27330
27331 \begin_layout Standard
27332 \align center
27333 \begin_inset Box Boxed
27334 position "c"
27335 hor_pos "s"
27336 has_inner_box 0
27337 inner_pos "s"
27338 use_parbox 0
27339 width "90col%"
27340 special "none"
27341 height "1.25in"
27342 height_special "totalheight"
27343 status open
27344
27345 \begin_layout Plain Layout
27346 \align left
27347 Texto estirado horizontalmente.
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \begin_layout Section
27356 Cuadros enmarcados
27357 \begin_inset CommandInset label
27358 LatexCommand label
27359 name "sec:Cuadros-Enmarcados"
27360
27361 \end_inset
27362
27363
27364 \begin_inset Index
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368 Cuadros ! Marcos
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 El estilo de marco del cuadro se puede determinar en la lista desplegable
27378  
27379 \family sans
27380 Tipo
27381 \family default
27382  del diálogo de cuadros.
27383  Son posibles los siguientes marcos:
27384 \end_layout
27385
27386 \begin_layout Description
27387 Marco
27388 \begin_inset Space ~
27389 \end_inset
27390
27391 rectangular Dibuja un marco rectangular alrededor del cuadro.
27392  El grosor del marco depende de 
27393 \series bold
27394
27395 \backslash
27396 fboxrule
27397 \series default
27398 .
27399  
27400 \begin_inset Box Boxed
27401 position "c"
27402 hor_pos "c"
27403 has_inner_box 1
27404 inner_pos "c"
27405 use_parbox 0
27406 width "25col%"
27407 special "none"
27408 height "1in"
27409 height_special "totalheight"
27410 status open
27411
27412 \begin_layout Plain Layout
27413 \align center
27414 Cuadro rectangular
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Description
27423 Marco
27424 \begin_inset Space ~
27425 \end_inset
27426
27427 ovalado,
27428 \begin_inset Space ~
27429 \end_inset
27430
27431 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27432 \begin_inset Space \thinspace{}
27433 \end_inset
27434
27435 pt.
27436  
27437 \begin_inset Box ovalbox
27438 position "c"
27439 hor_pos "c"
27440 has_inner_box 1
27441 inner_pos "c"
27442 use_parbox 0
27443 width "25col%"
27444 special "none"
27445 height "1in"
27446 height_special "totalheight"
27447 status open
27448
27449 \begin_layout Plain Layout
27450 \align center
27451 Marco ovalado, fino
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_layout Description
27460 Marco
27461 \begin_inset Space ~
27462 \end_inset
27463
27464 ovalado,
27465 \begin_inset Space ~
27466 \end_inset
27467
27468 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27469 \begin_inset Space \thinspace{}
27470 \end_inset
27471
27472 pt.
27473  
27474 \begin_inset Box Ovalbox
27475 position "c"
27476 hor_pos "c"
27477 has_inner_box 1
27478 inner_pos "c"
27479 use_parbox 0
27480 width "30col%"
27481 special "none"
27482 height "1in"
27483 height_special "totalheight"
27484 status open
27485
27486 \begin_layout Plain Layout
27487 \align center
27488 Cuadro ovalado, grueso
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \begin_layout Description
27497 Marco
27498 \begin_inset Space ~
27499 \end_inset
27500
27501 con
27502 \begin_inset Space ~
27503 \end_inset
27504
27505 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27506  El grosor de la línea tiene el tamaño dado por 
27507 \series bold
27508
27509 \backslash
27510 fboxrule
27511 \series default
27512 , la sombra tiene una anchura de 4
27513 \begin_inset Space \thinspace{}
27514 \end_inset
27515
27516 pt.
27517  
27518 \begin_inset Box Shadowbox
27519 position "c"
27520 hor_pos "c"
27521 has_inner_box 1
27522 inner_pos "c"
27523 use_parbox 0
27524 width "20col%"
27525 special "none"
27526 height "1in"
27527 height_special "totalheight"
27528 status open
27529
27530 \begin_layout Plain Layout
27531 \align center
27532 Marco sombrado
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \begin_layout Description
27541 Marco
27542 \begin_inset Space ~
27543 \end_inset
27544
27545 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27546  El grosor de la línea interior es 0.75
27547 \begin_inset Space \thinspace{}
27548 \end_inset
27549
27550
27551 \series bold
27552
27553 \backslash
27554 fboxrule
27555 \series default
27556 , el de la línea exterior es 1.5
27557 \begin_inset Space \thinspace{}
27558 \end_inset
27559
27560
27561 \series bold
27562
27563 \backslash
27564 fboxrule
27565 \series default
27566 .
27567  La distancia entre líneas es 1.5
27568 \begin_inset Space \thinspace{}
27569 \end_inset
27570
27571
27572 \series bold
27573
27574 \backslash
27575 fboxrule
27576 \series default
27577
27578 \begin_inset Space \thinspace{}
27579 \end_inset
27580
27581 +
27582 \begin_inset Space \thinspace{}
27583 \end_inset
27584
27585 0.5
27586 \begin_inset Space \thinspace{}
27587 \end_inset
27588
27589 pt.
27590  
27591 \begin_inset Box Doublebox
27592 position "c"
27593 hor_pos "c"
27594 has_inner_box 1
27595 inner_pos "c"
27596 use_parbox 0
27597 width "20col%"
27598 special "none"
27599 height "1in"
27600 height_special "totalheight"
27601 status open
27602
27603 \begin_layout Plain Layout
27604 \align center
27605 Marco doble
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \begin_layout Standard
27614 \begin_inset VSpace bigskip
27615 \end_inset
27616
27617 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27618  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27619  LaTeX 
27620 \series bold
27621 fancybox
27622 \series default
27623
27624 \begin_inset Index
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 LaTeX-paquetes ! fancybox
27629 \end_layout
27630
27631 \end_inset
27632
27633 .
27634 \end_layout
27635
27636 \begin_layout Standard
27637 \begin_inset VSpace bigskip
27638 \end_inset
27639
27640 El valor predeterminado por 
27641 \series bold
27642
27643 \backslash
27644 fboxrule
27645 \series default
27646  es 0.4
27647 \begin_inset Space \thinspace{}
27648 \end_inset
27649
27650 pt.
27651  Puede cambiarse con el siguiente comando en ERT, p.
27652 \begin_inset Space \thinspace{}
27653 \end_inset
27654
27655 e.
27656 \begin_inset Space ~
27657 \end_inset
27658
27659 a
27660 \begin_inset Space ~
27661 \end_inset
27662
27663 2
27664 \begin_inset Space \thinspace{}
27665 \end_inset
27666
27667 pt:
27668 \end_layout
27669
27670 \begin_layout Standard
27671
27672 \series bold
27673
27674 \backslash
27675 setlength{
27676 \backslash
27677 fboxrule}{2pt}
27678 \end_layout
27679
27680 \begin_layout Standard
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686
27687 \backslash
27688 setlength{
27689 \backslash
27690 fboxrule}{2pt}
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \begin_inset Box Boxed
27697 position "c"
27698 hor_pos "c"
27699 has_inner_box 1
27700 inner_pos "c"
27701 use_parbox 0
27702 width "25col%"
27703 special "none"
27704 height "1in"
27705 height_special "totalheight"
27706 status open
27707
27708 \begin_layout Plain Layout
27709 \align center
27710 Cuadro rectangular con 
27711 \series bold
27712
27713 \backslash
27714 fboxrule
27715 \series default
27716
27717 \begin_inset Space \thinspace{}
27718 \end_inset
27719
27720 =
27721 \begin_inset Space \thinspace{}
27722 \end_inset
27723
27724 2
27725 \begin_inset Space \thinspace{}
27726 \end_inset
27727
27728 pt
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \begin_inset ERT
27735 status collapsed
27736
27737 \begin_layout Plain Layout
27738
27739
27740 \backslash
27741 setlength{
27742 \backslash
27743 fboxrule}{0.4pt}
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \begin_inset VSpace bigskip
27753 \end_inset
27754
27755 El espacio entre el marco y el contenido del cuadro es 3
27756 \begin_inset Space \thinspace{}
27757 \end_inset
27758
27759 pt por defecto para todos los estilos.
27760  Se puede cambiar mediante la longitud 
27761 \series bold
27762
27763 \backslash
27764 fboxsep
27765 \series default
27766 .
27767  Por ejemplo el comando
27768 \end_layout
27769
27770 \begin_layout Standard
27771
27772 \series bold
27773
27774 \backslash
27775 setlength{
27776 \backslash
27777 fboxsep}{10pt}
27778 \end_layout
27779
27780 \begin_layout Standard
27781 determina un valor de 10
27782 \begin_inset Space \thinspace{}
27783 \end_inset
27784
27785 pt, como en el siguiente cuadro:
27786 \end_layout
27787
27788 \begin_layout Standard
27789 \begin_inset ERT
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793
27794
27795 \backslash
27796 setlength{
27797 \backslash
27798 fboxsep}{10pt}
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \begin_inset Box Boxed
27805 position "c"
27806 hor_pos "c"
27807 has_inner_box 1
27808 inner_pos "c"
27809 use_parbox 0
27810 width "25col%"
27811 special "none"
27812 height "1in"
27813 height_special "totalheight"
27814 status open
27815
27816 \begin_layout Plain Layout
27817 \align center
27818 Cuadro rectangular con 
27819 \series bold
27820
27821 \backslash
27822 fboxsep
27823 \series default
27824
27825 \begin_inset Space \thinspace{}
27826 \end_inset
27827
27828 =
27829 \begin_inset Space \thinspace{}
27830 \end_inset
27831
27832 10
27833 \begin_inset Space \thinspace{}
27834 \end_inset
27835
27836 pt
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \begin_inset ERT
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846
27847
27848 \backslash
27849 setlength{
27850 \backslash
27851 fboxsep}{3pt}
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Standard
27860 \begin_inset VSpace bigskip
27861 \end_inset
27862
27863 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27864  el comando 
27865 \series bold
27866
27867 \backslash
27868 cornersize
27869 \series default
27870 .
27871  El comando
27872 \end_layout
27873
27874 \begin_layout Standard
27875
27876 \series bold
27877
27878 \backslash
27879 cornersize*{1cm}
27880 \end_layout
27881
27882 \begin_layout Standard
27883 establece un diámetro de 1
27884 \begin_inset Space \thinspace{}
27885 \end_inset
27886
27887 cm.
27888  El comando
27889 \end_layout
27890
27891 \begin_layout Standard
27892
27893 \series bold
27894
27895 \backslash
27896 cornersize{num}
27897 \end_layout
27898
27899 \begin_layout Standard
27900 fija el diámetro en 
27901 \family sans
27902 num
27903 \begin_inset Space \thinspace{}
27904 \end_inset
27905
27906 ×
27907 \begin_inset Space \thinspace{}
27908 \end_inset
27909
27910 mínimo
27911 \family default
27912  
27913 \family sans
27914 (ancho y alto del cuadro)
27915 \family default
27916 .
27917  Por defecto es 
27918 \series bold
27919
27920 \backslash
27921 cornersize{0.5}
27922 \series default
27923 .
27924 \end_layout
27925
27926 \begin_layout Standard
27927 \begin_inset ERT
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931
27932
27933 \backslash
27934 cornersize*{1.5cm}
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \begin_inset Box Ovalbox
27941 position "c"
27942 hor_pos "c"
27943 has_inner_box 1
27944 inner_pos "c"
27945 use_parbox 0
27946 width "28col%"
27947 special "none"
27948 height "1in"
27949 height_special "totalheight"
27950 status open
27951
27952 \begin_layout Plain Layout
27953 \align center
27954 Cuadro ovalado con 
27955 \series bold
27956
27957 \backslash
27958 cornersize
27959 \series default
27960
27961 \begin_inset Space \thinspace{}
27962 \end_inset
27963
27964 =
27965 \begin_inset Space \thinspace{}
27966 \end_inset
27967
27968 1.5
27969 \begin_inset Space \thinspace{}
27970 \end_inset
27971
27972 cm
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset ERT
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982
27983
27984 \backslash
27985 cornersize{0.5}
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Standard
27994 \begin_inset VSpace bigskip
27995 \end_inset
27996
27997 El tamaño de la sombra se puede ajustar cambiando la longitud 
27998 \series bold
27999
28000 \backslash
28001 shadowsize
28002 \series default
28003 .
28004  Este comando la ajusta a 2
28005 \begin_inset Space \thinspace{}
28006 \end_inset
28007
28008 pt en el cuadro siguiente:
28009 \end_layout
28010
28011 \begin_layout Standard
28012
28013 \series bold
28014
28015 \backslash
28016 setlength{
28017 \backslash
28018 shadowsize}{2pt}
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset ERT
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027
28028 \backslash
28029 setlength{
28030 \backslash
28031 shadowsize}{2pt}
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \begin_inset Box Shadowbox
28038 position "c"
28039 hor_pos "c"
28040 has_inner_box 1
28041 inner_pos "c"
28042 use_parbox 0
28043 width "28col%"
28044 special "none"
28045 height "1in"
28046 height_special "totalheight"
28047 status open
28048
28049 \begin_layout Plain Layout
28050 \align center
28051 Cuadro sombreado con 
28052 \series bold
28053
28054 \backslash
28055 shadowsize
28056 \series default
28057
28058 \begin_inset Space \thinspace{}
28059 \end_inset
28060
28061 =
28062 \begin_inset Space \thinspace{}
28063 \end_inset
28064
28065 2
28066 \begin_inset Space \thinspace{}
28067 \end_inset
28068
28069 pt
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \begin_inset ERT
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079
28080
28081 \backslash
28082 setlength{
28083 \backslash
28084 shadowsize}{4pt}
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \begin_layout Standard
28093 \begin_inset VSpace bigskip
28094 \end_inset
28095
28096 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28097  a los comandos.
28098 \end_layout
28099
28100 \begin_layout Section
28101 Minipáginas
28102 \begin_inset CommandInset label
28103 LatexCommand label
28104 name "sec:Minipáginas"
28105
28106 \end_inset
28107
28108
28109 \begin_inset Index
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113 Cuadros ! Minipáginas
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \end_layout
28120
28121 \begin_layout Standard
28122 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28123  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28124 \end_layout
28125
28126 \begin_layout Standard
28127 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28128 \end_layout
28129
28130 \begin_layout Standard
28131 A continuación hay dos ejemplos de minipáginas adosadas.
28132  Su anchura está puesta en 45
28133 \begin_inset Space \thinspace{}
28134 \end_inset
28135
28136 col% y separadas por un relleno horizontal, insertado vía el menú 
28137 \family sans
28138 Insertar\SpecialChar \menuseparator
28139 Formato
28140 \begin_inset Space ~
28141 \end_inset
28142
28143
28144 \family default
28145 es
28146 \family sans
28147 pecial
28148 \begin_inset Space ~
28149 \end_inset
28150
28151 \SpecialChar \menuseparator
28152 Relleno
28153 \begin_inset Space ~
28154 \end_inset
28155
28156 horizontal
28157 \family default
28158 .
28159 \end_layout
28160
28161 \begin_layout Standard
28162 \begin_inset Box Frameless
28163 position "t"
28164 hor_pos "c"
28165 has_inner_box 1
28166 inner_pos "c"
28167 use_parbox 0
28168 width "45col%"
28169 special "none"
28170 height "1in"
28171 height_special "totalheight"
28172 status open
28173
28174 \begin_layout Plain Layout
28175
28176 \lang german
28177 Dies ist ein deutscher Text.
28178  Dies ist ein deutscher Text.
28179  Dies ist ein deutscher Text.
28180  Dies ist ein deutscher Text.
28181  Dies ist ein deutscher Text.
28182  Dies ist ein deutscher Text.
28183  Dies ist ein deutscher Text.
28184  Dies ist ein deutscher Text.
28185  Dies ist ein deutscher Text.
28186  Dies ist ein deutscher Text.
28187  Dies ist ein deutscher Text.
28188  Dies ist ein deutscher Text.
28189  Dies ist ein deutscher Text
28190 \begin_inset Foot
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194
28195 \lang german
28196 Dies ist eine deutsche Fußnote.
28197 \end_layout
28198
28199 \end_inset
28200
28201 .
28202  Dies ist ein deutscher Text.
28203  Dies ist ein deutscher Text.
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \begin_inset Space \hfill{}
28210 \end_inset
28211
28212
28213 \begin_inset Box Frameless
28214 position "t"
28215 hor_pos "c"
28216 has_inner_box 1
28217 inner_pos "c"
28218 use_parbox 0
28219 width "45col%"
28220 special "none"
28221 height "1in"
28222 height_special "totalheight"
28223 status open
28224
28225 \begin_layout Plain Layout
28226 This is an English Text.
28227  This is an English Text.
28228  This is an English Text.
28229  This is an English Text.
28230  This is an English Text.
28231  This is an English Text.
28232  This is an English Text.
28233  This is an English Text.
28234  This is an English Text.
28235  This is an English Text.
28236  This is an English Text.
28237  This is an English Text.
28238  This is an English Text.
28239  This is an English Text.
28240  This is an English Text.
28241  This is an English Text.
28242 \begin_inset Foot
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246 This is an English footnote.
28247 \end_layout
28248
28249 \end_inset
28250
28251  This is an English Text.
28252  
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261 \begin_inset VSpace bigskip
28262 \end_inset
28263
28264 Otra aplicación de los cuadros son las notas a pie en tablas.
28265  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28266  al final de la página actual.
28267  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28268  en la parte inferior, ordenadas con letras.
28269  La ordenación de las notas al pie se restablece en cada minipágina pero
28270  no fuera de las minipáginas.
28271 \end_layout
28272
28273 \begin_layout Standard
28274 La nota al pie en esta tabla no aparece: 
28275 \begin_inset Tabular
28276 <lyxtabular version="3" rows="3" columns="4">
28277 <features>
28278 <column alignment="center" valignment="top" width="0pt">
28279 <column alignment="center" valignment="top" width="0pt">
28280 <column alignment="center" valignment="top" width="0pt">
28281 <column alignment="center" valignment="top" width="0pt">
28282 <row>
28283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 1
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 2
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28302 \begin_inset Text
28303
28304 \begin_layout Plain Layout
28305 3
28306 \begin_inset Foot
28307 status open
28308
28309 \begin_layout Plain Layout
28310 Nota al pie en una tabla.
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Plain Layout
28324 4
28325 \end_layout
28326
28327 \end_inset
28328 </cell>
28329 </row>
28330 <row>
28331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28332 \begin_inset Text
28333
28334 \begin_layout Plain Layout
28335 a
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28341 \begin_inset Text
28342
28343 \begin_layout Plain Layout
28344 b
28345 \end_layout
28346
28347 \end_inset
28348 </cell>
28349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28350 \begin_inset Text
28351
28352 \begin_layout Plain Layout
28353 c
28354 \end_layout
28355
28356 \end_inset
28357 </cell>
28358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28359 \begin_inset Text
28360
28361 \begin_layout Plain Layout
28362 d
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 </row>
28368 <row>
28369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28370 \begin_inset Text
28371
28372 \begin_layout Plain Layout
28373 e
28374 \end_layout
28375
28376 \end_inset
28377 </cell>
28378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28379 \begin_inset Text
28380
28381 \begin_layout Plain Layout
28382 f
28383 \end_layout
28384
28385 \end_inset
28386 </cell>
28387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28388 \begin_inset Text
28389
28390 \begin_layout Plain Layout
28391 g
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Plain Layout
28400 h
28401 \end_layout
28402
28403 \end_inset
28404 </cell>
28405 </row>
28406 </lyxtabular>
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \align center
28415 \begin_inset Box Frameless
28416 position "t"
28417 hor_pos "c"
28418 has_inner_box 1
28419 inner_pos "c"
28420 use_parbox 0
28421 width "30col%"
28422 special "none"
28423 height "1in"
28424 height_special "totalheight"
28425 status open
28426
28427 \begin_layout Plain Layout
28428 \align center
28429 \begin_inset Tabular
28430 <lyxtabular version="3" rows="3" columns="4">
28431 <features>
28432 <column alignment="center" valignment="top" width="0pt">
28433 <column alignment="center" valignment="top" width="0pt">
28434 <column alignment="center" valignment="top" width="0pt">
28435 <column alignment="center" valignment="top" width="0pt">
28436 <row>
28437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28438 \begin_inset Text
28439
28440 \begin_layout Plain Layout
28441 1
28442 \end_layout
28443
28444 \end_inset
28445 </cell>
28446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28447 \begin_inset Text
28448
28449 \begin_layout Plain Layout
28450 2
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Plain Layout
28459 3
28460 \begin_inset Foot
28461 status open
28462
28463 \begin_layout Plain Layout
28464 Nota al pie en una tabla..
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Plain Layout
28478 4
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 </row>
28484 <row>
28485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28486 \begin_inset Text
28487
28488 \begin_layout Plain Layout
28489 a
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498 b
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Plain Layout
28507 c
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516 d
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 </row>
28522 <row>
28523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527 e
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Plain Layout
28536 f
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28542 \begin_inset Text
28543
28544 \begin_layout Plain Layout
28545 g
28546 \end_layout
28547
28548 \end_inset
28549 </cell>
28550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28551 \begin_inset Text
28552
28553 \begin_layout Plain Layout
28554 h
28555 \end_layout
28556
28557 \end_inset
28558 </cell>
28559 </row>
28560 </lyxtabular>
28561
28562 \end_inset
28563
28564
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Standard
28573 \begin_inset VSpace bigskip
28574 \end_inset
28575
28576 La configuración global de párrafos se ignora en las minipáginas.
28577  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28578  pongas p.
28579 \begin_inset Space \thinspace{}
28580 \end_inset
28581
28582 e.
28583 \begin_inset Space ~
28584 \end_inset
28585
28586
28587 \family sans
28588 Salto
28589 \begin_inset Space ~
28590 \end_inset
28591
28592 medio
28593 \family default
28594  en la configuración del documento.
28595 \end_layout
28596
28597 \begin_layout Standard
28598 Las minipáginas también sirven para poner un color de fondo para partes
28599  de texto, ver sección
28600 \begin_inset Space ~
28601 \end_inset
28602
28603
28604 \begin_inset CommandInset ref
28605 LatexCommand ref
28606 reference "sub:Color-en-Párrafos"
28607
28608 \end_inset
28609
28610 .
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset Note Greyedout
28615 status open
28616
28617 \begin_layout Plain Layout
28618
28619 \series bold
28620 Nota:
28621 \series default
28622  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28623  tener minipáginas en tablas, flotantes, y otros cuadros.
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Section
28632 Cuadros de párrafo
28633 \begin_inset CommandInset label
28634 LatexCommand label
28635 name "sec:Cuadros-de-Párrafo"
28636
28637 \end_inset
28638
28639
28640 \begin_inset Index
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 Cuadros ! de párrafo
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28654  de que no pueden contener notas al pie.
28655   La diferencia principal es que las minipáginas no son verdaderos cuadros
28656  sino entornos de LaTeX.
28657 \end_layout
28658
28659 \begin_layout Standard
28660 \align center
28661 \begin_inset Box Frameless
28662 position "t"
28663 hor_pos "c"
28664 has_inner_box 1
28665 inner_pos "t"
28666 use_parbox 1
28667 width "33col%"
28668 special "none"
28669 height "1in"
28670 height_special "totalheight"
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Texto en un cuadro de párrafo.
28675  Texto en un cuadro de párrafo.
28676  Esta nota no aparece:
28677 \begin_inset Foot
28678 status open
28679
28680 \begin_layout Plain Layout
28681 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Section
28695 Cuadros para palabras y caracteres
28696 \begin_inset Index
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700 Cuadros ! para palabras y caracteres
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Subsection
28709 Evitar la partición de palabras
28710 \begin_inset CommandInset label
28711 LatexCommand label
28712 name "sec:Evitar-la-Partición"
28713
28714 \end_inset
28715
28716
28717 \begin_inset Index
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Cuadros ! para evitar la partición de palabras
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28731  con guión.
28732 \begin_inset Newline newline
28733 \end_inset
28734
28735 He aquí un ejemplo:
28736 \end_layout
28737
28738 \begin_layout Standard
28739 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28740 \begin_inset Quotes eld
28741 \end_inset
28742
28743 estalarguísimapalabra
28744 \begin_inset Quotes erd
28745 \end_inset
28746
28747 .
28748 \end_layout
28749
28750 \begin_layout Standard
28751 Para evitar su división usa el comando
28752 \end_layout
28753
28754 \begin_layout Standard
28755
28756 \series bold
28757
28758 \backslash
28759 mbox{
28760 \end_layout
28761
28762 \begin_layout Standard
28763 en ERT antes de la palabra.
28764  Tras ella inserta una llave de cierre 
28765 \begin_inset Quotes eld
28766 \end_inset
28767
28768
28769 \series bold
28770 }
28771 \series default
28772
28773 \begin_inset Quotes erd
28774 \end_inset
28775
28776  en ERT.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Este es el resultado:
28781 \end_layout
28782
28783 \begin_layout Standard
28784 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28785 \begin_inset ERT
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789
28790
28791 \backslash
28792 mbox{
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \begin_inset Quotes eld
28799 \end_inset
28800
28801 estalarguísimapalabra
28802 \begin_inset Quotes erd
28803 \end_inset
28804
28805 .
28806 \begin_inset ERT
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810
28811 }
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 Como alternativa puedes poner el comando 
28821 \begin_inset Quotes eld
28822 \end_inset
28823
28824
28825 \series bold
28826
28827 \backslash
28828 -
28829 \series default
28830
28831 \begin_inset Quotes grd
28832 \end_inset
28833
28834  en ERT directamente antes de la palabra:
28835 \end_layout
28836
28837 \begin_layout Standard
28838 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28839 \begin_inset Quotes eld
28840 \end_inset
28841
28842
28843 \begin_inset ERT
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847
28848
28849 \backslash
28850 -
28851 \end_layout
28852
28853 \end_inset
28854
28855 estalarguísimapalabra
28856 \begin_inset Quotes erd
28857 \end_inset
28858
28859 .
28860 \end_layout
28861
28862 \begin_layout Standard
28863 Por supuesto, la palabra sobresale del margen.
28864  Para evitarlo añade, con el menú 
28865 \family sans
28866 Insertar\SpecialChar \menuseparator
28867 Formato
28868 \begin_inset Space ~
28869 \end_inset
28870
28871 especial
28872 \begin_inset Space ~
28873 \end_inset
28874
28875 \SpecialChar \menuseparator
28876 Salto
28877 \begin_inset Space ~
28878 \end_inset
28879
28880 de
28881 \begin_inset Space ~
28882 \end_inset
28883
28884
28885 \family default
28886 línea (atajo 
28887 \series bold
28888 Ctrl-Intro
28889 \series default
28890 ), un salto de línea antes de la palabra:
28891 \end_layout
28892
28893 \begin_layout Standard
28894 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28895 \begin_inset Newline newline
28896 \end_inset
28897
28898
28899 \begin_inset ERT
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903
28904
28905 \backslash
28906 mbox{
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \begin_inset Quotes eld
28913 \end_inset
28914
28915 estalarguísimapalabra
28916 \begin_inset Quotes erd
28917 \end_inset
28918
28919 .
28920 \begin_inset ERT
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924
28925 }
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Subsection
28934 Alineación vertical
28935 \begin_inset CommandInset label
28936 LatexCommand label
28937 name "sub:Alineación-Vertical"
28938
28939 \end_inset
28940
28941
28942 \begin_inset Index
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Cuadros ! para alineación vertical
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 Con ayuda del comando 
28956 \series bold
28957
28958 \backslash
28959 raisebox
28960 \series default
28961  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28962  
28963 \series bold
28964
28965 \backslash
28966 raisebox
28967 \series default
28968  se utiliza según el esquema:
28969 \end_layout
28970
28971 \begin_layout Standard
28972
28973 \series bold
28974
28975 \backslash
28976 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28977 \end_layout
28978
28979 \begin_layout Standard
28980 La elevación puede ser un valor positivo para subir el cuadro o negativo
28981  para bajarlo.
28982 \end_layout
28983
28984 \begin_layout Standard
28985 Para alinear una palabra, p.
28986 \begin_inset Space \thinspace{}
28987 \end_inset
28988
28989 e
28990 \begin_inset Space ~
28991 \end_inset
28992
28993
28994 \begin_inset Quotes eld
28995 \end_inset
28996
28997 prevención
28998 \begin_inset Quotes erd
28999 \end_inset
29000
29001  para que la parte inferior de la letra más 
29002 \begin_inset Quotes eld
29003 \end_inset
29004
29005 profunda
29006 \begin_inset Quotes erd
29007 \end_inset
29008
29009  
29010 \begin_inset Quotes eld
29011 \end_inset
29012
29013 p
29014 \begin_inset Quotes erd
29015 \end_inset
29016
29017  esté en la línea de base, inserta el comando
29018 \end_layout
29019
29020 \begin_layout Standard
29021
29022 \series bold
29023
29024 \backslash
29025 raisebox{
29026 \backslash
29027 depth}{
29028 \end_layout
29029
29030 \begin_layout Standard
29031 en ERT antes de la palabra.
29032  Detrás de la palabra inserta una llave de cierre 
29033 \begin_inset Quotes eld
29034 \end_inset
29035
29036
29037 \series bold
29038 }
29039 \series default
29040
29041 \begin_inset Quotes erd
29042 \end_inset
29043
29044  en ERT.
29045 \begin_inset Newline newline
29046 \end_inset
29047
29048 Este es el resultado:
29049 \end_layout
29050
29051 \begin_layout Standard
29052 Esto es una línea de texto con la palabra 
29053 \begin_inset ERT
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057
29058
29059 \backslash
29060 raisebox{
29061 \backslash
29062 depth}{
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \begin_inset Quotes eld
29069 \end_inset
29070
29071 prevención
29072 \begin_inset Quotes erd
29073 \end_inset
29074
29075
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081 }
29082 \end_layout
29083
29084 \end_inset
29085
29086  elevada.
29087 \end_layout
29088
29089 \begin_layout Standard
29090 \begin_inset VSpace bigskip
29091 \end_inset
29092
29093 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29094 \end_layout
29095
29096 \begin_layout Standard
29097 Esto es una línea de texto con la palabra 
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 raisebox{-
29106 \backslash
29107 depth}{
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \begin_inset Quotes eld
29114 \end_inset
29115
29116 prevención
29117 \begin_inset Quotes erd
29118 \end_inset
29119
29120
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126 }
29127 \end_layout
29128
29129 \end_inset
29130
29131  como palabra más baja.
29132 \begin_inset Newline newline
29133 \end_inset
29134
29135 Esto es una línea de texto con la palabra 
29136 \begin_inset ERT
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140
29141
29142 \backslash
29143 raisebox{0.5cm}{
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \begin_inset Quotes eld
29150 \end_inset
29151
29152 testigo
29153 \begin_inset Quotes erd
29154 \end_inset
29155
29156
29157 \begin_inset ERT
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161
29162 }
29163 \end_layout
29164
29165 \end_inset
29166
29167  como palabra más alta.
29168 \end_layout
29169
29170 \begin_layout Standard
29171 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29172  Por ejemplo
29173 \end_layout
29174
29175 \begin_layout Standard
29176
29177 \series bold
29178
29179 \backslash
29180 raisebox{-
29181 \backslash
29182 depth}[0pt]{
29183 \end_layout
29184
29185 \begin_layout Standard
29186 Esto es una línea de texto con la palabra 
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 raisebox{-
29195 \backslash
29196 depth}[0pt]{
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \begin_inset Quotes eld
29203 \end_inset
29204
29205 prevención
29206 \begin_inset Quotes erd
29207 \end_inset
29208
29209
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215 }
29216 \end_layout
29217
29218 \end_inset
29219
29220  como palabra más baja.
29221 \begin_inset Newline newline
29222 \end_inset
29223
29224 Esto es una línea de texto con la palabra 
29225 \begin_inset ERT
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229
29230
29231 \backslash
29232 raisebox{0.5cm}[0pt]{
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \begin_inset Quotes eld
29239 \end_inset
29240
29241 testigo
29242 \begin_inset Quotes erd
29243 \end_inset
29244
29245
29246 \begin_inset ERT
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250
29251 }
29252 \end_layout
29253
29254 \end_inset
29255
29256  como palabra más alta.
29257 \end_layout
29258
29259 \begin_layout Section
29260 Cuadros coloreados
29261 \begin_inset CommandInset label
29262 LatexCommand label
29263 name "sec:Cuadros-Coloreados"
29264
29265 \end_inset
29266
29267
29268 \begin_inset Index
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 Cuadros ! Color
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Subsection
29281 Color en texto
29282 \begin_inset Index
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Color ! en texto
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Standard
29295 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29296  Esto requiere cargar el paquete LaTeX 
29297 \series bold
29298 color
29299 \series default
29300
29301 \begin_inset Index
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305 LaTeX-paquetes ! color
29306 \end_layout
29307
29308 \end_inset
29309
29310  en el preámbulo del documento con
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 @ifundef\SpecialChar \textcompwordmark{}
29319 ined{textcolor}
29320 \begin_inset Newline newline
29321 \end_inset
29322
29323
29324 \begin_inset ERT
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328
29329
29330 \backslash
29331 hphantom{ }
29332 \end_layout
29333
29334 \end_inset
29335
29336 {
29337 \backslash
29338 usepackage{color}}{}
29339 \end_layout
29340
29341 \begin_layout Standard
29342 LyX cargará automáticamente el paquete 
29343 \series bold
29344 color
29345 \series default
29346  cuando colorees texto
29347 \begin_inset Foot
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351 Para evitar cargarlo dos veces se usa el comando 
29352 \series bold
29353
29354 \backslash
29355 @ifundef\SpecialChar \textcompwordmark{}
29356 ined
29357 \series default
29358 .
29359 \end_layout
29360
29361 \end_inset
29362
29363 .
29364 \end_layout
29365
29366 \begin_layout Standard
29367 \begin_inset VSpace medskip
29368 \end_inset
29369
29370 Los cuadros coloreados se crean con el comando 
29371 \series bold
29372
29373 \backslash
29374 colorbox
29375 \series default
29376 , de acuerdo con el siguiente esquema:
29377 \end_layout
29378
29379 \begin_layout Standard
29380
29381 \series bold
29382
29383 \backslash
29384 colorbox{color}{contenido del cuadro}
29385 \end_layout
29386
29387 \begin_layout Standard
29388 El contenido también puede ser un cuadro y los cuadros coloreados también
29389  pueden estar en otros cuadros.
29390 \end_layout
29391
29392 \begin_layout Standard
29393 Los siguientes colores están predefinidos:
29394 \begin_inset Newline newline
29395 \end_inset
29396
29397
29398 \family sans
29399 red
29400 \family default
29401
29402 \family sans
29403 green
29404 \family default
29405
29406 \family sans
29407 yellow, blue
29408 \family default
29409
29410 \family sans
29411 cyan
29412 \family default
29413 \series bold
29414 ,
29415 \series default
29416  
29417 \family sans
29418 magenta, black
29419 \family default
29420
29421 \family sans
29422 white
29423 \family default
29424 .
29425 \begin_inset Newline newline
29426 \end_inset
29427
29428 También puedes definir tus propios colores según se explica en la sección
29429 \begin_inset Space ~
29430 \end_inset
29431
29432
29433 \begin_inset CommandInset ref
29434 LatexCommand ref
29435 reference "sec:Tablas-Coloreadas"
29436
29437 \end_inset
29438
29439 .
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29444 \end_layout
29445
29446 \begin_layout Standard
29447
29448 \series bold
29449
29450 \backslash
29451 colorbox{red}{
29452 \end_layout
29453
29454 \begin_layout Standard
29455 en ERT antes de la palabra.
29456  Tras la palabra inserta una llave de cierre 
29457 \begin_inset Quotes eld
29458 \end_inset
29459
29460
29461 \series bold
29462 }
29463 \series default
29464
29465 \begin_inset Quotes erd
29466 \end_inset
29467
29468  en ERT.
29469 \begin_inset Newline newline
29470 \end_inset
29471
29472 Este es el resultado:
29473 \end_layout
29474
29475 \begin_layout Standard
29476 Línea en la que la palabra 
29477 \begin_inset ERT
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481
29482
29483 \backslash
29484 colorbox{red}{
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \begin_inset Quotes eld
29491 \end_inset
29492
29493 ¡Atención!
29494 \begin_inset Quotes erd
29495 \end_inset
29496
29497
29498 \begin_inset ERT
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503 }
29504 \end_layout
29505
29506 \end_inset
29507
29508  tiene fondo rojo.
29509 \end_layout
29510
29511 \begin_layout Standard
29512 \begin_inset VSpace bigskip
29513 \end_inset
29514
29515 Si quieres un marco de distinto color, puedes emplear el comando 
29516 \series bold
29517
29518 \backslash
29519 fcolorbox
29520 \series default
29521  con el esquema siguiente:
29522 \end_layout
29523
29524 \begin_layout Standard
29525
29526 \series bold
29527
29528 \backslash
29529 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29530 \end_layout
29531
29532 \begin_layout Standard
29533
29534 \series bold
29535
29536 \backslash
29537 fcolorbox
29538 \series default
29539  es una extensión de 
29540 \series bold
29541
29542 \backslash
29543 colorbox
29544 \series default
29545 .
29546  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29547  con las longitudes 
29548 \series bold
29549
29550 \backslash
29551 fboxrule
29552 \series default
29553  y 
29554 \series bold
29555
29556 \backslash
29557 fboxsep
29558 \series default
29559 , respectivamente, como se describe en la sección
29560 \begin_inset Space ~
29561 \end_inset
29562
29563
29564 \begin_inset CommandInset ref
29565 LatexCommand ref
29566 reference "sec:Cuadros-Enmarcados"
29567
29568 \end_inset
29569
29570 .
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Para el ejemplo siguiente se ha utilizado el comando
29575 \end_layout
29576
29577 \begin_layout Standard
29578
29579 \series bold
29580
29581 \backslash
29582 fcolorbox{cyan}{magenta}{
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Este es un ejemplo en el que se ha puesto un grosor de 1
29587 \begin_inset Space \thinspace{}
29588 \end_inset
29589
29590 mm para la línea del marco:
29591 \begin_inset Newline newline
29592 \end_inset
29593
29594
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 fboxrule 1mm 
29603 \backslash
29604 fboxsep 1mm
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \begin_inset ERT
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614
29615
29616 \backslash
29617 fcolorbox{cyan}{magenta}{
29618 \end_layout
29619
29620 \end_inset
29621
29622 Texto en un marco coloreado y enmarcado.
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628 }
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637 \begin_inset VSpace bigskip
29638 \end_inset
29639
29640 Por supuesto también puedes colorear el texto en un marco coloreado:
29641 \begin_inset Newline newline
29642 \end_inset
29643
29644
29645 \begin_inset ERT
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649
29650
29651 \backslash
29652 fcolorbox{cyan}{magenta}{
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \color yellow
29659 Texto coloreado en un marco sombreado y coloreado.
29660 \color none
29661
29662 \begin_inset ERT
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666
29667 }
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678
29679 \backslash
29680 fboxrule 0.4pt 
29681 \backslash
29682 fboxsep 3pt
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691
29692 \series bold
29693 \begin_inset VSpace medskip
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \begin_layout Standard
29700 \begin_inset Note Greyedout
29701 status open
29702
29703 \begin_layout Plain Layout
29704
29705 \series bold
29706 Nota:
29707 \series default
29708  El texto en cuadros coloreados no puede tener saltos de línea.
29709  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29710  coloreado como se describe a continuación.
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \end_layout
29717
29718 \begin_layout Subsection
29719 Color en párrafos
29720 \begin_inset CommandInset label
29721 LatexCommand label
29722 name "sub:Color-en-Párrafos"
29723
29724 \end_inset
29725
29726
29727 \begin_inset Index
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 Color ! en párrafos
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29741  Antes de la minipágina inserta el comando 
29742 \series bold
29743
29744 \backslash
29745 colorbox
29746 \end_layout
29747
29748 \begin_layout Standard
29749
29750 \series bold
29751
29752 \backslash
29753 colorbox{color}{
29754 \end_layout
29755
29756 \begin_layout Standard
29757 en ERT.
29758  Detrás de la minipágina inserta una llave de cierre 
29759 \begin_inset Quotes eld
29760 \end_inset
29761
29762
29763 \series bold
29764 }
29765 \series default
29766
29767 \begin_inset Quotes erd
29768 \end_inset
29769
29770  en ERT.
29771 \end_layout
29772
29773 \begin_layout Standard
29774 \begin_inset ERT
29775 status collapsed
29776
29777 \begin_layout Plain Layout
29778
29779
29780 \backslash
29781 colorbox{grisclaro}{
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \begin_inset Box Frameless
29788 position "t"
29789 hor_pos "c"
29790 has_inner_box 1
29791 inner_pos "t"
29792 use_parbox 0
29793 width "100col%"
29794 special "none"
29795 height "1in"
29796 height_special "totalheight"
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800 Texto con color de fondo.
29801  Texto con color de fondo.
29802 \end_layout
29803
29804 \begin_layout Plain Layout
29805 \begin_inset VSpace defskip
29806 \end_inset
29807
29808 El texto puede tener notas al pie
29809 \begin_inset Foot
29810 status open
29811
29812 \begin_layout Plain Layout
29813 Otro ejemplo de nota
29814 \end_layout
29815
29816 \end_inset
29817
29818  y puede incluir tablas y figuras.
29819 \end_layout
29820
29821 \begin_layout Plain Layout
29822 \align center
29823 \begin_inset Tabular
29824 <lyxtabular version="3" rows="3" columns="3">
29825 <features>
29826 <column alignment="center" valignment="top" width="0">
29827 <column alignment="center" valignment="top" width="0">
29828 <column alignment="center" valignment="top" width="0">
29829 <row>
29830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29831 \begin_inset Text
29832
29833 \begin_layout Plain Layout
29834 a
29835 \end_layout
29836
29837 \end_inset
29838 </cell>
29839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29840 \begin_inset Text
29841
29842 \begin_layout Plain Layout
29843 !
29844 \end_layout
29845
29846 \end_inset
29847 </cell>
29848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29849 \begin_inset Text
29850
29851 \begin_layout Plain Layout
29852 3
29853 \end_layout
29854
29855 \end_inset
29856 </cell>
29857 </row>
29858 <row>
29859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29860 \begin_inset Text
29861
29862 \begin_layout Plain Layout
29863 <
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872 b2
29873 \begin_inset Quotes erd
29874 \end_inset
29875
29876 |
29877 \end_layout
29878
29879 \end_inset
29880 </cell>
29881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29882 \begin_inset Text
29883
29884 \begin_layout Plain Layout
29885 >
29886 \end_layout
29887
29888 \end_inset
29889 </cell>
29890 </row>
29891 <row>
29892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29893 \begin_inset Text
29894
29895 \begin_layout Plain Layout
29896 1
29897 \end_layout
29898
29899 \end_inset
29900 </cell>
29901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29902 \begin_inset Text
29903
29904 \begin_layout Plain Layout
29905 §
29906 \end_layout
29907
29908 \end_inset
29909 </cell>
29910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29911 \begin_inset Text
29912
29913 \begin_layout Plain Layout
29914 c
29915 \end_layout
29916
29917 \end_inset
29918 </cell>
29919 </row>
29920 </lyxtabular>
29921
29922 \end_inset
29923
29924
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935 }
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Section
29944 Cuadros rotados y escalados
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Para poder usar los comandos descritos en esta sección hay que cargar el
29949  paquete LaTeX 
29950 \series bold
29951 graphicx
29952 \begin_inset Index
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 LaTeX-paquetes ! graphicx
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \series default
29963  en el preámbulo del documento, con el comando
29964 \end_layout
29965
29966 \begin_layout Standard
29967
29968 \series bold
29969
29970 \backslash
29971 @ifundefined{rotatebox}
29972 \begin_inset Newline newline
29973 \end_inset
29974
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 hphantom{ }
29984 \end_layout
29985
29986 \end_inset
29987
29988 {
29989 \backslash
29990 usepackage{graphicx}}{}
29991 \end_layout
29992
29993 \begin_layout Standard
29994 \begin_inset Note Greyedout
29995 status open
29996
29997 \begin_layout Plain Layout
29998
29999 \series bold
30000 Nota: 
30001 \series default
30002 Algunos visores DVI no pueden mostrar material rotado o escalado.
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Standard
30011 \begin_inset Note Greyedout
30012 status open
30013
30014 \begin_layout Plain Layout
30015
30016 \series bold
30017 Nota:
30018 \series default
30019  Los cuadros rotados o escalados no pueden contener flotantes.
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Subsection
30028 Cuadros rotados
30029 \begin_inset Index
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033 Cuadros ! Rotar
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \begin_inset Index
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043 Material rotado
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset Index
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 Figuras ! Rotar
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \begin_inset Index
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063 Tablas ! Rotar
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Para rotar material debes ponerlo en un cuadro rotado.
30073  Los cuadros rotados se crean con el comando 
30074 \series bold
30075
30076 \backslash
30077 rotatebox
30078 \series default
30079  en código TeX, según el esquema:
30080 \end_layout
30081
30082 \begin_layout Standard
30083
30084 \series bold
30085
30086 \backslash
30087 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30088 \end_layout
30089
30090 \begin_layout Standard
30091 El origen de rotación se especifica en la forma 
30092 \series bold
30093 origin=position
30094 \series default
30095 .
30096  Son posibles las posiciones siguientes: 
30097 \emph on
30098 c
30099 \emph default
30100  (center), 
30101 \emph on
30102 l
30103 \emph default
30104  (left), 
30105 \emph on
30106 r
30107 \emph default
30108  (right), 
30109 \emph on
30110 b
30111 \emph default
30112  (bottom), 
30113 \emph on
30114 t
30115 \emph default
30116  (top), así como combinaciones adecuadas de las posiciones básicas.
30117  Por ejemplo, 
30118 \emph on
30119 lt
30120 \emph default
30121  significa que el origen de rotación es la esquina superior izquierda del
30122  cuadro.
30123  Si no se especifica origen de rotación se usará la posición 
30124 \emph on
30125 l
30126 \emph default
30127 .
30128  El ángulo de rotación es un número de grados, y puede ser negativo.
30129  El sentido de giro es contrario al de las agujas del reloj.
30130 \end_layout
30131
30132 \begin_layout Standard
30133 En el siguiente ejemplo se ha insertado el comando 
30134 \series bold
30135
30136 \backslash
30137 rotatebox[origin=c]{60}{ 
30138 \series default
30139 como código TeX delante del texto «con rotación»; después del texto, el
30140  cuadro se ha cerrado con llave de cierre en código TeX.
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Esta línea contiene texto 
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150
30151 \backslash
30152 rotatebox[origin=c]{60}{
30153 \end_layout
30154
30155 \end_inset
30156
30157 con rotación
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163 }
30164 \end_layout
30165
30166 \end_inset
30167
30168 .
30169 \end_layout
30170
30171 \begin_layout Standard
30172 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30173  línea:
30174 \end_layout
30175
30176 \begin_layout Standard
30177 En esta línea hay texto enmarcado 
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183
30184 \backslash
30185 rotatebox[origin=r]{-60}{
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \begin_inset Box Doublebox
30192 position "c"
30193 hor_pos "c"
30194 has_inner_box 0
30195 inner_pos "c"
30196 use_parbox 0
30197 width "1in"
30198 special "width"
30199 height "1in"
30200 height_special "totalheight"
30201 status open
30202
30203 \begin_layout Plain Layout
30204 con rotación
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \begin_inset ERT
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214
30215 }
30216 \end_layout
30217
30218 \end_inset
30219
30220  y 
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 rotatebox[origin=lb]{60}{
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30235 \end_inset
30236
30237
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 }
30244 \end_layout
30245
30246 \end_inset
30247
30248  una ecuación.
30249 \end_layout
30250
30251 \begin_layout Standard
30252 O una imagen o una tabla:
30253 \end_layout
30254
30255 \begin_layout Standard
30256 Aquí hay una imagen girada 
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262
30263 \backslash
30264 rotatebox[origin=lb]{90}{
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \begin_inset Graphics
30271         filename ../clipart/platypus.eps
30272         lyxscale 50
30273         width 25col%
30274
30275 \end_inset
30276
30277
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283 }
30284 \end_layout
30285
30286 \end_inset
30287
30288  y una tabla girada 
30289 \begin_inset ERT
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293
30294
30295 \backslash
30296 rotatebox[origin=l]{-90}{
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \begin_inset Tabular
30303 <lyxtabular version="3" rows="2" columns="2">
30304 <features>
30305 <column alignment="center" valignment="top" width="0">
30306 <column alignment="center" valignment="top" width="0">
30307 <row>
30308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30309 \begin_inset Text
30310
30311 \begin_layout Plain Layout
30312 q
30313 \end_layout
30314
30315 \end_inset
30316 </cell>
30317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30318 \begin_inset Text
30319
30320 \begin_layout Plain Layout
30321 w
30322 \end_layout
30323
30324 \end_inset
30325 </cell>
30326 </row>
30327 <row>
30328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30329 \begin_inset Text
30330
30331 \begin_layout Plain Layout
30332 e
30333 \end_layout
30334
30335 \end_inset
30336 </cell>
30337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30338 \begin_inset Text
30339
30340 \begin_layout Plain Layout
30341 r
30342 \end_layout
30343
30344 \end_inset
30345 </cell>
30346 </row>
30347 </lyxtabular>
30348
30349 \end_inset
30350
30351
30352 \begin_inset ERT
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356
30357 }
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Subsection
30366 Cuadros escalados
30367 \begin_inset Index
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371 Cuadros ! Escalar
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \begin_inset Index
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381 Material escalado
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \begin_inset Index
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391 Figuras ! Escalar
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \begin_inset Index
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401 Tablas ! Escalar
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \begin_layout Standard
30410 Para escalar material se pueden usar los comandos 
30411 \series bold
30412
30413 \backslash
30414 scalebox
30415 \series default
30416  y 
30417 \series bold
30418
30419 \backslash
30420 resizebox 
30421 \series default
30422 en código TeX.
30423 \end_layout
30424
30425 \begin_layout Standard
30426
30427 \series bold
30428
30429 \backslash
30430 scalebox
30431 \series default
30432  se usa con el esquema siguiente:
30433 \end_layout
30434
30435 \begin_layout Standard
30436
30437 \series bold
30438
30439 \backslash
30440 scalebox{horizontal}[vertical]{contenido del cuadro}
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Horizontal y vertical son los factores de escala correspondientes.
30445  Si no se especifica factor vertical, su valor será el mismo que el factor
30446  de escala horizontal.
30447  
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Por ejemplo, el comando 
30452 \series bold
30453
30454 \backslash
30455 scalebox{2}{Hola} 
30456 \series default
30457 crea un 
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463
30464 \backslash
30465 scalebox{2}{
30466 \end_layout
30467
30468 \end_inset
30469
30470 Hola
30471 \begin_inset ERT
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475
30476 }
30477 \end_layout
30478
30479 \end_inset
30480
30481  de doble tamaño que el texto normal del documento.
30482 \end_layout
30483
30484 \begin_layout Standard
30485 El comando 
30486 \series bold
30487
30488 \backslash
30489 scalebox{2}[1]{Hola} 
30490 \series default
30491 distorsiona el 
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497
30498 \backslash
30499 scalebox{2}[1]{
30500 \end_layout
30501
30502 \end_inset
30503
30504 Hola
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510 }
30511 \end_layout
30512
30513 \end_inset
30514
30515 .
30516 \end_layout
30517
30518 \begin_layout Standard
30519 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30520  Por eso el comando 
30521 \series bold
30522
30523 \backslash
30524 scalebox{-1}[1]{Hola} 
30525 \series default
30526 puede usarse para reflejar un texto: 
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532
30533 \backslash
30534 scalebox{-1}[1]{
30535 \end_layout
30536
30537 \end_inset
30538
30539 Hola
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 }
30546 \end_layout
30547
30548 \end_inset
30549
30550 .
30551 \end_layout
30552
30553 \begin_layout Standard
30554
30555 \series bold
30556
30557 \backslash
30558 scalebox{1}[-1]{Hola} 
30559 \series default
30560 refleja el 
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 scalebox{1}[-1]{
30569 \end_layout
30570
30571 \end_inset
30572
30573 Hola
30574 \begin_inset ERT
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578
30579 }
30580 \end_layout
30581
30582 \end_inset
30583
30584  sobre la base.
30585 \end_layout
30586
30587 \begin_layout Standard
30588 El comando 
30589 \series bold
30590
30591 \backslash
30592 scalebox{-1}[1]{contenido del cuadro} 
30593 \series default
30594 puede sustituirse por 
30595 \series bold
30596
30597 \begin_inset Newline newline
30598 \end_inset
30599
30600
30601 \backslash
30602 reflectbox{contenido del cuadro}
30603 \begin_inset VSpace defskip
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 El comando 
30611 \series bold
30612
30613 \backslash
30614 resizebox
30615 \series default
30616  sirve para escalar el cuadro a una altura y anchura definidas, según el
30617  esquema:
30618 \end_layout
30619
30620 \begin_layout Standard
30621
30622 \series bold
30623
30624 \backslash
30625 resizebox{anchura}{altura}{contenido del cuadro}
30626 \end_layout
30627
30628 \begin_layout Standard
30629 Si uno de los argumentos del comando es un signo de exclamación, 
30630 \series bold
30631 !
30632 \series default
30633 , la escala se produce de forma que se mantiene la relación de las dimensiones
30634  originales del contenido del cuadro.
30635  
30636 \end_layout
30637
30638 \begin_layout Standard
30639 El comando 
30640 \series bold
30641
30642 \backslash
30643 resizebox{2cm}{1cm}{Hola}
30644 \series default
30645  genera: 
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 resizebox{2cm}{1cm}{
30654 \end_layout
30655
30656 \end_inset
30657
30658 Hola
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 }
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \begin_inset Newline newline
30671 \end_inset
30672
30673 El comando 
30674 \series bold
30675
30676 \backslash
30677 resizebox{2cm}{!}{Hola}
30678 \series default
30679  genera: 
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685
30686 \backslash
30687 resizebox{2cm}{!}{
30688 \end_layout
30689
30690 \end_inset
30691
30692 Hola
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698 }
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Standard
30707 \begin_inset VSpace defskip
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Standard
30714 \begin_inset Note Greyedout
30715 status open
30716
30717 \begin_layout Plain Layout
30718
30719 \series bold
30720 Nota: 
30721 \series default
30722 Si los argumentos de 
30723 \series bold
30724
30725 \backslash
30726 scalebox
30727 \series default
30728  o 
30729 \series bold
30730
30731 \backslash
30732 resizebox
30733 \series default
30734  son cero, no se generan errores de LaTeX al exportar el documento, pero
30735  puede suceder que la salida no se muestre o que sea incompleta.
30736  
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \begin_inset VSpace defskip
30743 \end_inset
30744
30745
30746 \end_layout
30747
30748 \begin_layout Standard
30749 Los cuadros se pueden combinar en cualquier orden.
30750  Por ejemplo, el comando
30751 \series bold
30752
30753 \begin_inset Newline newline
30754 \end_inset
30755
30756
30757 \backslash
30758 rotatebox[origin=c]{-45}{
30759 \backslash
30760 resizebox{2cm}{!}{
30761 \backslash
30762 reflectbox{Hola}}}
30763 \begin_inset Newline newline
30764 \end_inset
30765
30766
30767 \series default
30768 genera:
30769 \end_layout
30770
30771 \begin_layout Standard
30772 \noindent
30773 \align center
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779
30780 \backslash
30781 rotatebox[origin=c]{-45}{
30782 \backslash
30783 resizebox{2cm}{!}{
30784 \backslash
30785 reflectbox{
30786 \end_layout
30787
30788 \end_inset
30789
30790 Hola
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 }}}
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \begin_layout Standard
30805 \noindent
30806 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30807 \end_layout
30808
30809 \begin_layout Standard
30810 \noindent
30811
30812 \end_layout
30813
30814 \begin_layout Standard
30815 \align center
30816 \begin_inset ERT
30817 status collapsed
30818
30819 \begin_layout Plain Layout
30820
30821
30822 \backslash
30823 rotatebox[origin=c]{-30}{
30824 \backslash
30825 resizebox{2cm}{!}{
30826 \backslash
30827 reflectbox{
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \begin_inset Graphics
30834         filename ../clipart/platypus.eps
30835         lyxscale 50
30836         width 25col%
30837
30838 \end_inset
30839
30840
30841 \begin_inset ERT
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845
30846 }}}
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \begin_inset ERT
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856
30857
30858 \backslash
30859 rotatebox[origin=c]{-45}{
30860 \backslash
30861 resizebox{2cm}{!}{
30862 \backslash
30863 reflectbox{
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \begin_inset Tabular
30870 <lyxtabular version="3" rows="2" columns="2">
30871 <features>
30872 <column alignment="center" valignment="top" width="0">
30873 <column alignment="center" valignment="top" width="0">
30874 <row>
30875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30876 \begin_inset Text
30877
30878 \begin_layout Plain Layout
30879 q
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30885 \begin_inset Text
30886
30887 \begin_layout Plain Layout
30888 w
30889 \end_layout
30890
30891 \end_inset
30892 </cell>
30893 </row>
30894 <row>
30895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30896 \begin_inset Text
30897
30898 \begin_layout Plain Layout
30899 e
30900 \end_layout
30901
30902 \end_inset
30903 </cell>
30904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30905 \begin_inset Text
30906
30907 \begin_layout Plain Layout
30908 r
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 </row>
30914 </lyxtabular>
30915
30916 \end_inset
30917
30918
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924 }}}
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \begin_inset ERT
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934
30935
30936 \backslash
30937 rotatebox[origin=c]{-45}{
30938 \backslash
30939 resizebox{2cm}{!}{
30940 \backslash
30941 reflectbox{
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30948 \end_inset
30949
30950
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956 }}}
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965 Si se usa el estilo global 
30966 \series bold
30967 fleqn
30968 \series default
30969  para las ecuaciones del documento
30970 \begin_inset Foot
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974 Si «fleqn» se añade a las opciones de clase del documento.
30975 \end_layout
30976
30977 \end_inset
30978
30979 , también pueden escalarse las ecuaciones en estilo presentación.
30980 \end_layout
30981
30982 \begin_layout Chapter
30983 Archivo
30984 \begin_inset Index
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 Archivo, insertar
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Standard
30997 Con el menú 
30998 \family sans
30999 Insertar\SpecialChar \menuseparator
31000 Archivo 
31001 \family default
31002 se pueden insertar archivos externos en un documento.
31003  Estos pueden ser:
31004 \end_layout
31005
31006 \begin_layout Description
31007 Documento
31008 \begin_inset Space ~
31009 \end_inset
31010
31011 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31012 \end_layout
31013
31014 \begin_layout Description
31015 Texto
31016 \begin_inset Space ~
31017 \end_inset
31018
31019 simple
31020 \begin_inset Space ~
31021 \end_inset
31022
31023 como
31024 \begin_inset Space ~
31025 \end_inset
31026
31027 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
31028  como un nuevo párrafo.
31029 \end_layout
31030
31031 \begin_layout Description
31032 Texto
31033 \begin_inset Space ~
31034 \end_inset
31035
31036 simple
31037 \begin_inset Space ~
31038 \end_inset
31039
31040 como
31041 \begin_inset Space ~
31042 \end_inset
31043
31044 párrafos Un documento de texto; cada línea del texto se inserta tal como
31045  está, formando un solo párrafo.
31046  Las líneas vacías generan un nuevo párrafo en tu documento.
31047 \end_layout
31048
31049 \begin_layout Description
31050 Material
31051 \begin_inset Space ~
31052 \end_inset
31053
31054 externo Archivos en diversos formatos.
31055 \end_layout
31056
31057 \begin_layout Description
31058 Documento
31059 \begin_inset Space ~
31060 \end_inset
31061
31062 hijo Documentos LyX, LaTeX o texto simple.
31063 \end_layout
31064
31065 \begin_layout Section
31066 Material externo
31067 \begin_inset Index
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071 Material externo
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Esta característica te permite insertar archivos en tu documento sin convertirlo
31081 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31082  las necesarias conversiones.
31083  Esto es parecido a la inserción de imágenes en diversos formatos en los
31084  documentos LyX.
31085 \end_layout
31086
31087 \begin_layout Standard
31088 El material externo se puede insertar mediante el diálogo que surge a partir
31089  del menú 
31090 \family sans
31091 Insertar\SpecialChar \menuseparator
31092 Archivo\SpecialChar \menuseparator
31093 Material
31094 \begin_inset Space ~
31095 \end_inset
31096
31097 externo
31098 \family default
31099 .
31100  Actualmente se permiten los siguientes tipos de archivo (
31101 \family sans
31102 Plantillas
31103 \family default
31104 ):
31105 \end_layout
31106
31107 \begin_layout Description
31108 Diagrama
31109 \begin_inset Space ~
31110 \end_inset
31111
31112 de
31113 \begin_inset Space ~
31114 \end_inset
31115
31116 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31117  con el programa 
31118 \series bold
31119
31120 \begin_inset CommandInset href
31121 LatexCommand href
31122 name "XBoard"
31123 target "http://en.wikipedia.org/wiki/XBoard"
31124
31125 \end_inset
31126
31127
31128 \series default
31129 .
31130 \end_layout
31131
31132 \begin_layout Description
31133 Fecha Esta inserta la fecha en el formato 
31134 \emph on
31135 Día-Mes-Año.
31136
31137 \emph default
31138  A continuación hay una fecha insertada como material externo: 
31139 \begin_inset External
31140         template Date
31141         filename .
31142
31143 \end_inset
31144
31145
31146 \lang english
31147
31148 \begin_inset Space ~
31149 \end_inset
31150
31151
31152 \begin_inset Note Note
31153 status open
31154
31155 \begin_layout Plain Layout
31156
31157 \lang english
31158 Remove the protected space when bug 4398 is fixed!
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \lang spanish
31165
31166 \begin_inset Newline newline
31167 \end_inset
31168
31169 La fecha no se muestra en LyX, sólo en la salida.
31170  Hay otros dos métodos de insertar una fecha, con el menú 
31171 \family sans
31172 Insertar\SpecialChar \menuseparator
31173 Fecha
31174 \family default
31175  y con el comando LaTeX 
31176 \series bold
31177
31178 \backslash
31179 today
31180 \series default
31181  en ERT.
31182  Los distintos métodos se comparan en la tabla
31183 \begin_inset Space ~
31184 \end_inset
31185
31186
31187 \begin_inset CommandInset ref
31188 LatexCommand ref
31189 reference "tab:Comparación-de"
31190
31191 \end_inset
31192
31193 .
31194 \end_layout
31195
31196 \begin_layout Description
31197 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31198 \begin_inset Newline linebreak
31199 \end_inset
31200
31201
31202 \series bold
31203
31204 \begin_inset CommandInset href
31205 LatexCommand href
31206 name "LilyPond"
31207 target "http://en.wikipedia.org/wiki/LilyPond"
31208
31209 \end_inset
31210
31211
31212 \series default
31213 .
31214 \end_layout
31215
31216 \begin_layout Description
31217 RasterImage Sirve para insertar imágenes bitmap.
31218  Casi todos los formatos populares de imágenes están soportados.
31219  Las imágenes se pueden tratar en el diálogo 
31220 \family sans
31221 Material Externo
31222 \family default
31223  como las que habitualmente se incluyen mediante el diálogo 
31224 \family sans
31225 Gráficos
31226 \family default
31227 , tal como se explica en la sección
31228 \begin_inset Space ~
31229 \end_inset
31230
31231
31232 \begin_inset CommandInset ref
31233 LatexCommand ref
31234 reference "sec:Diálogo-Gráficos"
31235
31236 \end_inset
31237
31238 .
31239  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31240  PDF y EPS no están soportadas.
31241 \end_layout
31242
31243 \begin_layout Description
31244 XFig Esta plantilla soporta imágenes creadas con el programa 
31245 \series bold
31246
31247 \begin_inset CommandInset href
31248 LatexCommand href
31249 name "Xfig"
31250 target "http://en.wikipedia.org/wiki/Xfig"
31251
31252 \end_inset
31253
31254
31255 \series default
31256 .
31257 \end_layout
31258
31259 \begin_layout Standard
31260 \begin_inset Float table
31261 placement h
31262 wide false
31263 sideways false
31264 status open
31265
31266 \begin_layout Plain Layout
31267 \begin_inset Caption
31268
31269 \begin_layout Plain Layout
31270 \begin_inset CommandInset label
31271 LatexCommand label
31272 name "tab:Comparación-de"
31273
31274 \end_inset
31275
31276 Comparación de los métodos de inserción de fecha.
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Plain Layout
31285 \align center
31286 \begin_inset Tabular
31287 <lyxtabular version="3" rows="4" columns="4">
31288 <features>
31289 <column alignment="center" valignment="top" width="0">
31290 <column alignment="center" valignment="top" width="0">
31291 <column alignment="center" valignment="top" width="0">
31292 <column alignment="center" valignment="top" width="0">
31293 <row>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 Tipo del Documento
31299 \end_layout
31300
31301 \end_inset
31302 </cell>
31303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307
31308 \family sans
31309 Material Externo\SpecialChar \menuseparator
31310 Fecha
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319
31320 \family sans
31321 Insertar\SpecialChar \menuseparator
31322 Fecha
31323 \end_layout
31324
31325 \end_inset
31326 </cell>
31327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31328 \begin_inset Text
31329
31330 \begin_layout Plain Layout
31331 comando 
31332 \series bold
31333
31334 \backslash
31335 today
31336 \end_layout
31337
31338 \end_inset
31339 </cell>
31340 </row>
31341 <row>
31342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 LyX
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31352 \begin_inset Text
31353
31354 \begin_layout Plain Layout
31355 como cuadro
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Plain Layout
31364 como fecha
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373 como cuadro ERT
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 </row>
31379 <row>
31380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384 LaTeX
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393 como fecha
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402 como fecha
31403 \end_layout
31404
31405 \end_inset
31406 </cell>
31407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31408 \begin_inset Text
31409
31410 \begin_layout Plain Layout
31411 como comando
31412 \end_layout
31413
31414 \end_inset
31415 </cell>
31416 </row>
31417 <row>
31418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31419 \begin_inset Text
31420
31421 \begin_layout Plain Layout
31422 DVI, PDF, PS
31423 \end_layout
31424
31425 \end_inset
31426 </cell>
31427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31428 \begin_inset Text
31429
31430 \begin_layout Plain Layout
31431 como fecha
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 como fecha
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31446 \begin_inset Text
31447
31448 \begin_layout Plain Layout
31449 como fecha
31450 \end_layout
31451
31452 \end_inset
31453 </cell>
31454 </row>
31455 </lyxtabular>
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \end_layout
31466
31467 \begin_layout Standard
31468 Si utilizas la opción 
31469 \family sans
31470 Borrador
31471 \family default
31472  en la solapa 
31473 \family sans
31474 Archivo
31475 \family default
31476  del diálogo 
31477 \family sans
31478 Material Externo
31479 \family default
31480 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31481 \family sans
31482
31483 \begin_inset Newline newline
31484 \end_inset
31485
31486
31487 \family default
31488 El material externo se muestra en LyX como un cuadro del tipo:
31489 \family sans
31490  
31491 \family default
31492
31493 \begin_inset Graphics
31494         filename clipart/MaterialExternoQt4.png
31495         scale 80
31496
31497 \end_inset
31498
31499  o como imagen, según la configuración elegida en la solapa 
31500 \family sans
31501 Vista
31502 \begin_inset Space ~
31503 \end_inset
31504
31505 LyX 
31506 \family default
31507 del diálogo 
31508 \family sans
31509 Material Externo.
31510 \end_layout
31511
31512 \begin_layout Standard
31513 En el manual 
31514 \emph on
31515 Personalización
31516 \emph default
31517  se explica cómo definir tus propias plantillas.
31518 \end_layout
31519
31520 \begin_layout Section
31521 Documento hijo
31522 \begin_inset CommandInset label
31523 LatexCommand label
31524 name "sec:Documento-Hijo"
31525
31526 \end_inset
31527
31528
31529 \begin_inset Index
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533 Documento hijo
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 Los documentos hijos se emplean en el caso de tener un documento extenso
31543  compuesto por varias partes o secciones más grandes.
31544  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31545  en varios archivos que pueden ser revisados por separado.
31546  Estos archivos se conocen como documentos hijos, y el llamado documento
31547  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31548  
31549 \end_layout
31550
31551 \begin_layout Standard
31552 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31553  cuadros del tipo: 
31554 \begin_inset Graphics
31555         filename clipart/DocumentoHijoQt4.png
31556         scale 80
31557
31558 \end_inset
31559
31560 .
31561  Para incluir documentos hijos en un documento maestro utiliza el menú 
31562 \family sans
31563 Insertar
31564 \family default
31565 \SpecialChar \menuseparator
31566
31567 \family sans
31568 Archivo
31569 \family default
31570 \SpecialChar \menuseparator
31571
31572 \family sans
31573 Documento
31574 \begin_inset Space ~
31575 \end_inset
31576
31577 hijo
31578 \family default
31579 .
31580  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31581 \end_layout
31582
31583 \begin_layout Description
31584 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31585  Al pulsar el botón 
31586 \family sans
31587 Cargar
31588 \family default
31589  en el diálogo 
31590 \family sans
31591 Documento hijo
31592 \family default
31593 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31594  la ventana de LyX y así puedes modificarlos si quieres.
31595 \end_layout
31596
31597 \begin_layout Standard
31598 Aquí hay un archivo insertado con el método 
31599 \family sans
31600 Incluir
31601 \family default
31602
31603 \begin_inset CommandInset include
31604 LatexCommand include
31605 filename "DocumentoPostizo1.lyx"
31606
31607 \end_inset
31608
31609
31610 \end_layout
31611
31612 \begin_layout Standard
31613 La numeración de secciones tiene en cuenta las secciones de los archivos
31614  incluidos en el orden en que están insertados en el documento maestro.
31615  El documento incluido de ejemplo tiene una subsección que se numera como
31616  subsección de la presente sección.
31617  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31618 \begin_inset Space ~
31619 \end_inset
31620
31621
31622 \begin_inset CommandInset ref
31623 LatexCommand ref
31624 reference "sub:Subsección-Externa-1"
31625
31626 \end_inset
31627
31628 .
31629 \end_layout
31630
31631 \begin_layout Standard
31632 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31633  del documento maestro.
31634  Los documentos incluidos se insertan comenzando una página nueva y acabando
31635  con un salto de página.
31636 \end_layout
31637
31638 \begin_layout Standard
31639 Con el comando LaTeX 
31640 \series bold
31641
31642 \backslash
31643 includeonly
31644 \series default
31645  puedes determinar qué documentos hijos serán procesados al generar la salida.
31646  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31647  un extenso documento y quieres ahorrar tiempo de compilación.
31648  
31649 \series bold
31650
31651 \backslash
31652 includeonly 
31653 \series default
31654 se inserta en el preámbulo del documento maestro, poniendo como argumento
31655  una lista de los nombres de archivo separados con comas, p.
31656 \begin_inset Space \thinspace{}
31657 \end_inset
31658
31659 e.
31660  la orden:
31661 \end_layout
31662
31663 \begin_layout Standard
31664
31665 \series bold
31666
31667 \backslash
31668 includeonly{capítulo1,capítulo5}
31669 \end_layout
31670
31671 \begin_layout Standard
31672 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31673 \begin_inset Quotes eld
31674 \end_inset
31675
31676 capítulo1.lyx
31677 \begin_inset Quotes erd
31678 \end_inset
31679
31680  (o 
31681 \begin_inset Quotes eld
31682 \end_inset
31683
31684 capítulo1.tex
31685 \begin_inset Quotes erd
31686 \end_inset
31687
31688 ) y 
31689 \begin_inset Quotes eld
31690 \end_inset
31691
31692 capítulo5.lyx
31693 \begin_inset Quotes erd
31694 \end_inset
31695
31696 .
31697 \end_layout
31698
31699 \begin_layout Standard
31700 \begin_inset Note Greyedout
31701 status open
31702
31703 \begin_layout Plain Layout
31704
31705 \series bold
31706 Nota:
31707 \series default
31708  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31709  a la del documento maestro, recibirás una advertencia al exportar/ver el
31710  documento, ya que esto podría dar resultados inesperados.
31711 \end_layout
31712
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \begin_layout Description
31719 Entrada Este método es muy parecido al método 
31720 \family sans
31721 Incluir
31722 \family default
31723 .
31724  Las diferencias son:
31725 \end_layout
31726
31727 \begin_deeper
31728 \begin_layout Itemize
31729 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31730  un salto de página.
31731 \end_layout
31732
31733 \begin_layout Itemize
31734 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31735 \family sans
31736 Vista
31737 \begin_inset Space ~
31738 \end_inset
31739
31740 preliminar
31741 \begin_inset Space ~
31742 \end_inset
31743
31744 inmediata 
31745 \family default
31746 está activada en el diálogo 
31747 \family sans
31748 Herramientas\SpecialChar \menuseparator
31749 Preferencias
31750 \family default
31751 , apartado 
31752 \family sans
31753 Apariencia\SpecialChar \menuseparator
31754 Gráficos
31755 \family default
31756 .
31757 \end_layout
31758
31759 \begin_layout Itemize
31760 No se puede utilizar el comando LaTeX 
31761 \series bold
31762
31763 \backslash
31764 includeonly
31765 \series default
31766 .
31767 \end_layout
31768
31769 \end_deeper
31770 \begin_layout Standard
31771 Aquí hay un documento hijo insertado con el método 
31772 \family sans
31773 Entrada
31774 \family default
31775 :
31776 \end_layout
31777
31778 \begin_layout Standard
31779 \begin_inset CommandInset include
31780 LatexCommand input
31781 filename "DocumentoPostizo2.lyx"
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Description
31789 Literal Con este método se puede incluir todo archivo de texto.
31790  El archivo aparece en la salida con su código fuente, y si contiene comandos
31791  no se ejecutan.
31792  Con la opción 
31793 \family sans
31794 Marcar espacios en la salida
31795 \family default
31796  cada espacio en el código fuente se muestra en la salida con el carácter
31797  
31798 \begin_inset Quotes eld
31799 \end_inset
31800
31801
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807
31808 \backslash
31809 textvisiblespace
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \begin_inset Quotes erd
31816 \end_inset
31817
31818 .
31819  La diferencia con el método de inserción mediante el menú 
31820 \family sans
31821 Insertar
31822 \family default
31823 \SpecialChar \menuseparator
31824
31825 \family sans
31826 Archivo
31827 \family default
31828 \SpecialChar \menuseparator
31829
31830 \family sans
31831 Texto
31832 \begin_inset Space ~
31833 \end_inset
31834
31835 simple
31836 \family default
31837  es que en este caso el contenido del archivo se ve en LyX, mientras que
31838  en modo 
31839 \family sans
31840 Literal 
31841 \family default
31842 no se muestra el contenido, sino un recuadro con el nombre.
31843
31844 \family sans
31845  
31846 \end_layout
31847
31848 \begin_layout Standard
31849 Aquí se inserta un documento hijo en modo Literal:
31850 \begin_inset CommandInset include
31851 LatexCommand verbatiminput
31852 filename "DocumentoTextoPostizo.txt"
31853
31854 \end_inset
31855
31856
31857 \begin_inset VSpace bigskip
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \begin_layout Standard
31864 Aquí se inserta un documento hijo en modo Literal con la opción 
31865 \family sans
31866 Marcar espacios en la salida
31867 \family default
31868 :
31869 \begin_inset CommandInset include
31870 LatexCommand verbatiminput*
31871 filename "DocumentoTextoPostizo.txt"
31872
31873 \end_inset
31874
31875
31876 \begin_inset VSpace bigskip
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 \begin_inset Note Greyedout
31884 status open
31885
31886 \begin_layout Plain Layout
31887
31888 \series bold
31889 Nota:
31890 \series default
31891  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31892  incluidos en modo 
31893 \family sans
31894 literal
31895 \family default
31896  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31897  archivo de texto.
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \begin_layout Description
31906 Listado
31907 \begin_inset Space ~
31908 \end_inset
31909
31910 de
31911 \begin_inset Space ~
31912 \end_inset
31913
31914 programa Este tipo se describe en el capítulo
31915 \begin_inset Space ~
31916 \end_inset
31917
31918
31919 \begin_inset CommandInset ref
31920 LatexCommand ref
31921 reference "cha:Listado-de-programa"
31922
31923 \end_inset
31924
31925 .
31926 \end_layout
31927
31928 \begin_layout Standard
31929 \begin_inset Note Greyedout
31930 status open
31931
31932 \begin_layout Plain Layout
31933
31934 \series bold
31935 Nota:
31936 \series default
31937  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31938  problemas en LaTeX.
31939 \end_layout
31940
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \begin_layout Chapter
31947 Listado de programa
31948 \begin_inset CommandInset label
31949 LatexCommand label
31950 name "cha:Listado-de-programa"
31951
31952 \end_inset
31953
31954
31955 \begin_inset Index
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959 Listado de programa
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \begin_inset Index
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969 Listado de programa ! list@
31970 \emph on
31971 listings
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \begin_inset Index
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981 Flotantes ! Listado de programa
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \begin_layout Standard
31990 Para incluir y tipografiar código de programación puedes usar la opción
31991  de menú disponible en 
31992 \family sans
31993 Insertar\SpecialChar \menuseparator
31994 Listado
31995 \begin_inset Space ~
31996 \end_inset
31997
31998 de
31999 \begin_inset Space ~
32000 \end_inset
32001
32002 programa.
32003  
32004 \family default
32005 El paquete LaTeX 
32006 \series bold
32007 listings
32008 \series default
32009
32010 \begin_inset Index
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 LaTeX-paquetes ! listings
32015 \end_layout
32016
32017 \end_inset
32018
32019  provee un mecanismo potente y flexible para insertar código fuente en tu
32020  documento.
32021 \end_layout
32022
32023 \begin_layout Standard
32024 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
32025  en el que puedes establecer el formato del mismo.
32026 \end_layout
32027
32028 \begin_layout Standard
32029 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
32030  La opción de ubicación 
32031 \family sans
32032 Listado
32033 \begin_inset Space ~
32034 \end_inset
32035
32036 insertado
32037 \family default
32038  lo imprime en la línea, como este ejemplo: 
32039 \begin_inset listings
32040 lstparams "language={C++}"
32041 inline true
32042 status open
32043
32044 \begin_layout Plain Layout
32045
32046 \lang english
32047 int a=5;
32048 \end_layout
32049
32050 \end_inset
32051
32052
32053 \family sans
32054
32055 \begin_inset Newline newline
32056 \end_inset
32057
32058
32059 \family default
32060 La opción 
32061 \family sans
32062 Flotante
32063 \family default
32064  crea un listado flotante cuya colocación se puede especificar mediante
32065  las opciones 
32066 \begin_inset Quotes erd
32067 \end_inset
32068
32069
32070 \family sans
32071 h
32072 \family default
32073
32074 \begin_inset Quotes erd
32075 \end_inset
32076
32077
32078 \begin_inset Quotes eld
32079 \end_inset
32080
32081
32082 \family sans
32083 t
32084 \family default
32085
32086 \begin_inset Quotes erd
32087 \end_inset
32088
32089
32090 \begin_inset Quotes eld
32091 \end_inset
32092
32093
32094 \family sans
32095 b
32096 \family default
32097
32098 \begin_inset Quotes erd
32099 \end_inset
32100
32101  y 
32102 \begin_inset Quotes eld
32103 \end_inset
32104
32105
32106 \family sans
32107 p
32108 \family default
32109
32110 \begin_inset Quotes erd
32111 \end_inset
32112
32113 , correspondientes a las opciones de colocación de flotantes descritas en
32114  la sección
32115 \family sans
32116
32117 \begin_inset Space ~
32118 \end_inset
32119
32120
32121 \begin_inset CommandInset ref
32122 LatexCommand ref
32123 reference "sec:Colocación-de-Flotantes"
32124
32125 \end_inset
32126
32127
32128 \family default
32129 .
32130  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32131  p.
32132 \family sans
32133
32134 \begin_inset Space \thinspace{}
32135 \end_inset
32136
32137
32138 \family default
32139 e.
32140 \begin_inset Space ~
32141 \end_inset
32142
32143
32144 \begin_inset Quotes eld
32145 \end_inset
32146
32147
32148 \family sans
32149 htbp
32150 \family default
32151
32152 \begin_inset Quotes erd
32153 \end_inset
32154
32155 .
32156  La opción 
32157 \begin_inset Quotes eld
32158 \end_inset
32159
32160
32161 \family sans
32162 h
32163 \family default
32164
32165 \begin_inset Quotes erd
32166 \end_inset
32167
32168  a veces no tiene efecto, pero no necesitas usar la opción 
32169 \family sans
32170 Flotante
32171 \family default
32172  en ese caso puesto que los listados de programa no flotantes también pueden
32173  tener leyendas y ser referenciadas.
32174 \end_layout
32175
32176 \begin_layout Standard
32177 Se puede añadir una leyenda a un listado de programa con el menú 
32178 \family sans
32179 Insertar\SpecialChar \menuseparator
32180 Leyenda
32181 \family default
32182
32183 \begin_inset Foot
32184 status open
32185
32186 \begin_layout Plain Layout
32187 Para traducir la etiqueta 
32188 \begin_inset Quotes eld
32189 \end_inset
32190
32191 Listado
32192 \begin_inset Quotes erd
32193 \end_inset
32194
32195  de la leyenda, se añade al preámbulo del documento el comando 
32196 \series bold
32197
32198 \backslash
32199 renewcommand{
32200 \backslash
32201 lstlistingname}{Listado}
32202 \series default
32203 .
32204  (
32205 \emph on
32206 N.
32207 \begin_inset Space \thinspace{}
32208 \end_inset
32209
32210 del t.
32211 \emph default
32212 )
32213 \end_layout
32214
32215 \end_inset
32216
32217 .
32218  Los listados de programa se pueden referenciar como los flotantes: Listado
32219 \begin_inset Space ~
32220 \end_inset
32221
32222
32223 \begin_inset CommandInset ref
32224 LatexCommand ref
32225 reference "lst:Ejemplo-de-listado-de-programa"
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Standard
32233 \begin_inset listings
32234 lstparams "language=Python"
32235 inline false
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239
32240 \lang english
32241 \begin_inset Caption
32242
32243 \begin_layout Plain Layout
32244 \begin_inset CommandInset label
32245 LatexCommand label
32246 name "lst:Ejemplo-de-listado-de-programa"
32247
32248 \end_inset
32249
32250 Ejemplo de listado de programa flotante
32251 \end_layout
32252
32253 \end_inset
32254
32255 # Ejemplo de listado flotante
32256 \end_layout
32257
32258 \begin_layout Plain Layout
32259
32260 \lang english
32261 def func(param):
32262 \end_layout
32263
32264 \begin_layout Plain Layout
32265
32266 \lang english
32267     'this is a python function'
32268 \end_layout
32269
32270 \begin_layout Plain Layout
32271
32272 \lang english
32273     pass
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Standard
32282 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32283  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32284  y tipografiadas de manera especial en la salida.
32285  En el ejemplo, la clave de Python 
32286 \begin_inset Quotes eld
32287 \end_inset
32288
32289 def
32290 \begin_inset Quotes erd
32291 \end_inset
32292
32293  es reconocida y se imprimirá en negrita.
32294 \end_layout
32295
32296 \begin_layout Standard
32297 \begin_inset Note Greyedout
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302 \series bold
32303 Nota:
32304 \series default
32305  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32306  debe probablemente a que dicha fuente no suministra negritas.
32307  En este caso selecciona una fuente distinta en el menú 
32308 \family sans
32309 Documento
32310 \family default
32311 \SpecialChar \menuseparator
32312
32313 \family sans
32314 Configuración
32315 \family default
32316 \SpecialChar \menuseparator
32317
32318 \family sans
32319 Fuentes.
32320  
32321 \family default
32322 (Las fuentes 
32323 \emph on
32324 LuxiMono, BeraMono
32325 \emph default
32326  y 
32327 \emph on
32328 Courier 
32329 \emph default
32330 suministran negritas.)
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Standard
32339 En la sección 
32340 \family sans
32341 Numeración
32342 \begin_inset Space ~
32343 \end_inset
32344
32345 de
32346 \begin_inset Space ~
32347 \end_inset
32348
32349 líneas
32350 \family default
32351  del diálogo puedes elegir el estilo de numeración de las líneas.
32352  En el campo 
32353 \family sans
32354 Paso 
32355 \family default
32356 puedes insertar un número para determinar qué líneas se numeran.
32357  Por ejemplo, si pones 
32358 \begin_inset Quotes eld
32359 \end_inset
32360
32361 3
32362 \begin_inset Quotes erd
32363 \end_inset
32364
32365 , se numera sólo una de cada tres líneas.
32366  
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32371  en la salida.
32372  La opción 
32373 \family sans
32374 Tabla
32375 \begin_inset Space ~
32376 \end_inset
32377
32378 de
32379 \begin_inset Space ~
32380 \end_inset
32381
32382 caracteres
32383 \begin_inset Space ~
32384 \end_inset
32385
32386 extendida
32387 \family default
32388  debería emplearse si se usan en el código caracteres nacionales como la
32389  diéresis alemana.
32390 \begin_inset Newline newline
32391 \end_inset
32392
32393 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32394  
32395 \begin_inset Quotes eld
32396 \end_inset
32397
32398 3
32399 \begin_inset Quotes erd
32400 \end_inset
32401
32402 , lenguaje 
32403 \begin_inset Quotes eld
32404 \end_inset
32405
32406 Python
32407 \begin_inset Quotes erd
32408 \end_inset
32409
32410 , opciones de estilo 
32411 \begin_inset Quotes eld
32412 \end_inset
32413
32414 Tabla de caracteres extendida
32415 \begin_inset Quotes erd
32416 \end_inset
32417
32418  y 
32419 \begin_inset Quotes eld
32420 \end_inset
32421
32422 Espacio como símbolo
32423 \begin_inset Quotes erd
32424 \end_inset
32425
32426 , rango de líneas 3-8:
32427 \begin_inset listings
32428 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32429 inline false
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433
32434 \lang english
32435 def func(param):
32436 \end_layout
32437
32438 \begin_layout Plain Layout
32439
32440 \lang english
32441     'this is a python function'
32442 \end_layout
32443
32444 \begin_layout Plain Layout
32445
32446 \lang english
32447     pass
32448 \end_layout
32449
32450 \begin_layout Plain Layout
32451
32452 \lang english
32453 def func(param):
32454 \end_layout
32455
32456 \begin_layout Plain Layout
32457
32458 \lang english
32459 'This is a German word: Tschüß'
32460 \end_layout
32461
32462 \begin_layout Plain Layout
32463
32464 \lang english
32465 pass
32466 \end_layout
32467
32468 \begin_layout Plain Layout
32469
32470 \lang english
32471 def func(param):
32472 \end_layout
32473
32474 \begin_layout Plain Layout
32475
32476 \lang english
32477 'this is a python function'
32478 \end_layout
32479
32480 \begin_layout Plain Layout
32481
32482 \lang english
32483 pass
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 \begin_inset Note Greyedout
32493 status open
32494
32495 \begin_layout Plain Layout
32496
32497 \series bold
32498 Nota:
32499 \series default
32500  Debido a un error en el paquete 
32501 \series bold
32502 listings
32503 \series default
32504  la numeración de líneas cambia en una línea por cada listado previo.
32505  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32506  3 y 6.
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \begin_layout Standard
32515 \begin_inset VSpace bigskip
32516 \end_inset
32517
32518
32519 \end_layout
32520
32521 \begin_layout Standard
32522 También es posible imprimir como listado de programa líneas de un archivo.
32523  Para hacer esto, usa el menú 
32524 \family sans
32525 Insertar\SpecialChar \menuseparator
32526 Archivo\SpecialChar \menuseparator
32527 Documento
32528 \begin_inset Space ~
32529 \end_inset
32530
32531 hijo 
32532 \family default
32533 y elige el tipo 
32534 \family sans
32535 Listado de programa
32536 \family default
32537 .
32538 \begin_inset Foot
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542 Los restantes tipos de documento hijo se describen en la sección
32543 \begin_inset Space ~
32544 \end_inset
32545
32546
32547 \begin_inset CommandInset ref
32548 LatexCommand ref
32549 reference "sec:Documento-Hijo"
32550
32551 \end_inset
32552
32553 .
32554 \end_layout
32555
32556 \end_inset
32557
32558  En el diálogo de documento hijo puedes especificar los parámetros del listado
32559  en el cuadro de texto.
32560  Para ver una lista de los parámetros disponibles teclea una interrogación
32561  
32562 \begin_inset Quotes eld
32563 \end_inset
32564
32565 ?
32566 \begin_inset Quotes erd
32567 \end_inset
32568
32569  en el cuadro.
32570 \end_layout
32571
32572 \begin_layout Standard
32573 Para referenciar un documento hijo tipo listado, escribe el texto de la
32574  etiqueta en el campo correspondiente del diálogo de documento hijo.
32575  Después se puede referenciar la etiqueta con el menú 
32576 \family sans
32577 Insertar\SpecialChar \menuseparator
32578 Referencia cruzada.
32579 \end_layout
32580
32581 \begin_layout Standard
32582 A continuación hay un ejemplo, Listado
32583 \begin_inset Space ~
32584 \end_inset
32585
32586
32587 \begin_inset CommandInset ref
32588 LatexCommand ref
32589 reference "lst:archivo-listado"
32590
32591 \end_inset
32592
32593 , de inserción de líneas de un archivo; en él se incluye el rango de las
32594  líneas 10
32595 \begin_inset Space \thinspace{}
32596 \end_inset
32597
32598 -
32599 \begin_inset Space \thinspace{}
32600 \end_inset
32601
32602 15 de este archivo LyX.
32603 \end_layout
32604
32605 \begin_layout Standard
32606 \begin_inset CommandInset include
32607 LatexCommand lstinputlisting
32608 filename "EmbeddedObjects.lyx"
32609 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32610
32611 \end_inset
32612
32613
32614 \begin_inset VSpace bigskip
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Standard
32621 Las preferencias globales se pueden establecer en el diálogo 
32622 \family sans
32623 Documento\SpecialChar \menuseparator
32624 Configuración\SpecialChar \menuseparator
32625 Diseño
32626 \begin_inset Space ~
32627 \end_inset
32628
32629 del
32630 \begin_inset Space ~
32631 \end_inset
32632
32633 texto.
32634  
32635 \family default
32636 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32637  
32638 \begin_inset Quotes eld
32639 \end_inset
32640
32641 ?
32642 \begin_inset Quotes erd
32643 \end_inset
32644
32645  en el campo de texto.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Para más información sobre el paquete 
32650 \series bold
32651 listings
32652 \series default
32653 , consulta su documentación
32654 \begin_inset Space ~
32655 \end_inset
32656
32657
32658 \begin_inset CommandInset citation
32659 LatexCommand cite
32660 key "listings"
32661
32662 \end_inset
32663
32664 .
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset Newpage newpage
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Chapter
32675 \start_of_appendix
32676 Unidades disponibles en LyX
32677 \begin_inset Index
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 Unidades
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \begin_inset CommandInset label
32688 LatexCommand label
32689 name "cha:Unidades-disponibles-en"
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 Para comprender las unidades utilizadas en este manual, el cuadro
32698 \begin_inset Space ~
32699 \end_inset
32700
32701
32702 \begin_inset CommandInset ref
32703 LatexCommand ref
32704 reference "tab:Unidades"
32705
32706 \end_inset
32707
32708  describe todas las unidades disponibles en LyX.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 \begin_inset Float table
32713 placement h
32714 wide false
32715 sideways false
32716 status open
32717
32718 \begin_layout Plain Layout
32719 \begin_inset Caption
32720
32721 \begin_layout Plain Layout
32722 \begin_inset CommandInset label
32723 LatexCommand label
32724 name "tab:Unidades"
32725
32726 \end_inset
32727
32728 Unidades
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \end_layout
32735
32736 \begin_layout Plain Layout
32737 \begin_inset VSpace medskip
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Plain Layout
32744 \align center
32745 \begin_inset Tabular
32746 <lyxtabular version="3" rows="20" columns="2">
32747 <features>
32748 <column alignment="center" valignment="top" width="0">
32749 <column alignment="center" valignment="top" width="0">
32750 <row>
32751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32752 \begin_inset Text
32753
32754 \begin_layout Plain Layout
32755 unidad
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 nombre/descripción
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 </row>
32770 <row>
32771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 mm
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 milímetro
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 </row>
32790 <row>
32791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32792 \begin_inset Text
32793
32794 \begin_layout Plain Layout
32795 cm
32796 \end_layout
32797
32798 \end_inset
32799 </cell>
32800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804 centímetro
32805 \end_layout
32806
32807 \end_inset
32808 </cell>
32809 </row>
32810 <row>
32811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815 in
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824 pulgada
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 <row>
32831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835 pt
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844 punto (72.27
32845 \begin_inset Space \thinspace{}
32846 \end_inset
32847
32848 pt = 1
32849 \begin_inset Space \thinspace{}
32850 \end_inset
32851
32852 in)
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 </row>
32858 <row>
32859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863 pc
32864 \end_layout
32865
32866 \end_inset
32867 </cell>
32868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32869 \begin_inset Text
32870
32871 \begin_layout Plain Layout
32872 pica (1
32873 \begin_inset Space \thinspace{}
32874 \end_inset
32875
32876 pc = 12
32877 \begin_inset Space \thinspace{}
32878 \end_inset
32879
32880 pt)
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 </row>
32886 <row>
32887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 sp
32892 \end_layout
32893
32894 \end_inset
32895 </cell>
32896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900 punto escalado (65536
32901 \begin_inset Space \thinspace{}
32902 \end_inset
32903
32904 sp = 1
32905 \begin_inset Space \thinspace{}
32906 \end_inset
32907
32908 pt)
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 </row>
32914 <row>
32915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 bp
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 punto grande (72
32929 \begin_inset Space \thinspace{}
32930 \end_inset
32931
32932 bp = 1
32933 \begin_inset Space \thinspace{}
32934 \end_inset
32935
32936 in)
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 <row>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 dd
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 didot (1
32957 \begin_inset Space \thinspace{}
32958 \end_inset
32959
32960 dd 
32961 \begin_inset Formula $\approx$
32962 \end_inset
32963
32964  0.376
32965 \begin_inset Space \thinspace{}
32966 \end_inset
32967
32968 mm)
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 </row>
32974 <row>
32975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 cc
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988 cicero (1
32989 \begin_inset Space \thinspace{}
32990 \end_inset
32991
32992 cc = 12
32993 \begin_inset Space \thinspace{}
32994 \end_inset
32995
32996 dd)
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 </row>
33002 <row>
33003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007 Scale%
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 % de anchura original de la imagen
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 </row>
33022 <row>
33023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 text%
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 % de anchura de texto
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 </row>
33042 <row>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047 col%
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 % de anchura de columna
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 page%
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 % de anchura de página
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 line%
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 % de anchura de línea
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 theight%
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 % de altura de texto
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 <row>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 pheight%
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 % de altura de página
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 ex
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 altura de la letra 
33157 \emph on
33158 x
33159 \emph default
33160  en la fuente actual
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 </row>
33166 <row>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 em
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 anchura de la letra 
33181 \emph on
33182 M
33183 \emph default
33184  en la fuente actual
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 </row>
33190 <row>
33191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33192 \begin_inset Text
33193
33194 \begin_layout Plain Layout
33195 mu
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 unidad matemática (1
33205 \begin_inset Space \thinspace{}
33206 \end_inset
33207
33208 mu = 1/18
33209 \begin_inset Space \thinspace{}
33210 \end_inset
33211
33212 em)
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 </row>
33218 </lyxtabular>
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \begin_layout Chapter
33231 Formatos de archivos de salida con gráficos
33232 \begin_inset CommandInset label
33233 LatexCommand label
33234 name "cha:Formatos-de-Archivos-de-Salida"
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Section
33242 DVI
33243 \begin_inset Index
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247 Formatos de archivo ! DVI
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \begin_inset Index
33254 status collapsed
33255
33256 \begin_layout Plain Layout
33257 DVI|see
33258 \begin_inset ERT
33259 status collapsed
33260
33261 \begin_layout Plain Layout
33262
33263 {
33264 \end_layout
33265
33266 \end_inset
33267
33268 Formatos de archivo
33269 \begin_inset ERT
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274 }
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Standard
33288 Este tipo de archivo tiene la extensión 
33289 \begin_inset Quotes eld
33290 \end_inset
33291
33292
33293 \family typewriter
33294 .dvi
33295 \family default
33296
33297 \begin_inset Quotes erd
33298 \end_inset
33299
33300 .
33301  Se denomina 
33302 \begin_inset Quotes eld
33303 \end_inset
33304
33305 device-independent
33306 \begin_inset Quotes erd
33307 \end_inset
33308
33309  (DVI), porque es completamente portable; se pueden mover de una máquina
33310  a otra sin necesidad de conversión alguna.
33311  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33312  Los DVI se usan para vistas preliminares rápidas y como preparación para
33313  otros formatos de salida como PostScript.
33314 \end_layout
33315
33316 \begin_layout Standard
33317 \begin_inset Note Greyedout
33318 status open
33319
33320 \begin_layout Plain Layout
33321
33322 \series bold
33323 Nota:
33324 \series default
33325  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33326 \end_layout
33327
33328 \end_inset
33329
33330  Por tanto no debes olvidar esto si mueves archivos 
33331 \family typewriter
33332 .dvi
33333 \family default
33334  a otro ordenador.
33335  Esta característica también puede retardar la visualización del archivo,
33336  porque el visor DVI tiene que convertir la imagen en segundo plano para
33337  hacerla visible al deslizar el visor.
33338  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33339 \end_layout
33340
33341 \begin_layout Standard
33342 Un documento se exporta a DVI con el menú 
33343 \family sans
33344 Archivo\SpecialChar \menuseparator
33345 Exportar\SpecialChar \menuseparator
33346 DVI
33347 \family default
33348 .
33349  Puedes ver la salida del documento en DVI con el menú 
33350 \family sans
33351 Ver\SpecialChar \menuseparator
33352 DVI 
33353 \family default
33354 o con el botón
33355 \begin_inset Space ~
33356 \end_inset
33357
33358
33359 \begin_inset Graphics
33360         filename ../../images/buffer-view_dvi.png
33361         scale 85
33362
33363 \end_inset
33364
33365 .
33366 \end_layout
33367
33368 \begin_layout Section
33369 PostScript
33370 \begin_inset CommandInset label
33371 LatexCommand label
33372 name "sec:PostScript"
33373
33374 \end_inset
33375
33376
33377 \begin_inset Index
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 Formatos de archivo ! PostScript
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \begin_inset Index
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391 PostScript|see
33392 \begin_inset ERT
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396
33397 {
33398 \end_layout
33399
33400 \end_inset
33401
33402 Formatos de archivo
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408 }
33409 \end_layout
33410
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \end_layout
33420
33421 \begin_layout Standard
33422 Este tipo de archivo tiene la extensión 
33423 \begin_inset Quotes eld
33424 \end_inset
33425
33426
33427 \family typewriter
33428 .ps
33429 \family default
33430
33431 \begin_inset Quotes erd
33432 \end_inset
33433
33434 .
33435  PostScript fue desarrollado por la compañía 
33436 \family typewriter
33437 Adobe
33438 \family default
33439  como lenguaje para impresoras.
33440  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33441  PostScript puede considerarse como un 
33442 \begin_inset Quotes eld
33443 \end_inset
33444
33445 lenguaje de programación
33446 \begin_inset Quotes erd
33447 \end_inset
33448
33449 ; con él puedes calcular y dibujar imágenes y diagramas
33450 \begin_inset Foot
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454 Si estás interesado en este tema acude al paquete LaTeX 
33455 \series bold
33456 PSTricks
33457 \series default
33458  
33459 \begin_inset CommandInset citation
33460 LatexCommand cite
33461 key "pstricks"
33462
33463 \end_inset
33464
33465 .
33466 \end_layout
33467
33468 \end_inset
33469
33470 .
33471  Por esto los archivos suelen ser más grandes que los PDF.
33472 \end_layout
33473
33474 \begin_layout Standard
33475 Los archivos PostScript sólo pueden contener imágenes en el formato 
33476 \begin_inset Quotes eld
33477 \end_inset
33478
33479 Encapsulated PostScript
33480 \begin_inset Quotes erd
33481 \end_inset
33482
33483  (EPS, extensión 
33484 \begin_inset Quotes eld
33485 \end_inset
33486
33487
33488 \family typewriter
33489 .eps
33490 \family default
33491
33492 \begin_inset Quotes erd
33493 \end_inset
33494
33495 ).
33496  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33497  en segundo plano para convertir las imágenes a EPS.
33498  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33499  cada vez que veas o exportes el documento.
33500  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33501  puedes evitar el problema insertando las imágenes directamente en EPS.
33502 \end_layout
33503
33504 \begin_layout Standard
33505 El documento se puede exportar a PostScript con el menú 
33506 \family sans
33507 Archivo\SpecialChar \menuseparator
33508 Exportar\SpecialChar \menuseparator
33509 Postscript
33510 \family default
33511 .
33512  Se puede ver la salida en PostScript con el menú 
33513 \family sans
33514 Ver\SpecialChar \menuseparator
33515 Postscript 
33516 \family default
33517 o con el botón
33518 \begin_inset Space ~
33519 \end_inset
33520
33521
33522 \begin_inset Graphics
33523         filename ../../images/buffer-view_ps.png
33524
33525 \end_inset
33526
33527 .
33528 \end_layout
33529
33530 \begin_layout Section
33531 PDF
33532 \begin_inset CommandInset label
33533 LatexCommand label
33534 name "sec:PDF"
33535
33536 \end_inset
33537
33538
33539 \begin_inset Index
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543 Formatos de archivo ! PDF
33544 \end_layout
33545
33546 \end_inset
33547
33548
33549 \begin_inset Index
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553 PDF
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Standard
33562 Este tipo de archivo tiene la extensión 
33563 \begin_inset Quotes eld
33564 \end_inset
33565
33566
33567 \family typewriter
33568 .pdf
33569 \family default
33570
33571 \begin_inset Quotes erd
33572 \end_inset
33573
33574 .
33575  El formato 
33576 \begin_inset Quotes eld
33577 \end_inset
33578
33579 Portable Document Format
33580 \begin_inset Quotes erd
33581 \end_inset
33582
33583  (PDF) fue desarrollado por 
33584 \family typewriter
33585 Adobe
33586 \family default
33587  como derivado de PostScript.
33588  Es más comprimido y utiliza muchos menos comandos que PostScript.
33589  Como su nombre 
33590 \begin_inset Quotes eld
33591 \end_inset
33592
33593 portable
33594 \begin_inset Quotes erd
33595 \end_inset
33596
33597  indica, puede ser procesado por cualquier sistema operativo y la salida
33598  impresa se muestra exactamente igual.
33599 \end_layout
33600
33601 \begin_layout Standard
33602 PDF puede contener imágenes en su propio formato PDF, en el formato 
33603 \begin_inset Quotes eld
33604 \end_inset
33605
33606 Joint Photographic Experts Group
33607 \begin_inset Quotes erd
33608 \end_inset
33609
33610  (JPG, extensión 
33611 \begin_inset Quotes eld
33612 \end_inset
33613
33614
33615 \family typewriter
33616 .jpg
33617 \family default
33618
33619 \begin_inset Quotes erd
33620 \end_inset
33621
33622  o 
33623 \begin_inset Quotes eld
33624 \end_inset
33625
33626
33627 \family typewriter
33628 .jpeg
33629 \family default
33630
33631 \begin_inset Quotes erd
33632 \end_inset
33633
33634 ), y en el formato 
33635 \begin_inset Quotes eld
33636 \end_inset
33637
33638 Portable Network Graphics
33639 \begin_inset Quotes erd
33640 \end_inset
33641
33642  (PNG, extensión 
33643 \begin_inset Quotes eld
33644 \end_inset
33645
33646
33647 \family typewriter
33648 .png
33649 \family default
33650
33651 \begin_inset Quotes erd
33652 \end_inset
33653
33654 ).
33655  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33656  en segundo plano a alguno de los anteriores.
33657  Pero como se ha comentado en la sección sobre PostScript, la conversión
33658  de gráficos ralentiza el trabajo.
33659  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33660  mencionados.
33661 \end_layout
33662
33663 \begin_layout Standard
33664 Un documento se puede exportar a PDF con el menú 
33665 \family sans
33666 Archivo\SpecialChar \menuseparator
33667 Exportar
33668 \family default
33669  en tres modos diferentes:
33670 \end_layout
33671
33672 \begin_layout Description
33673 PDF
33674 \begin_inset Space ~
33675 \end_inset
33676
33677 (ps2pdf) Este utiliza el programa 
33678 \family typewriter
33679 ps2pdf
33680 \family default
33681  que crea un PDF a partir de una versión PostScript del archivo.
33682  La versión PostScript es producida por el programa 
33683 \family typewriter
33684 dvips
33685 \family default
33686  que usa una versión DVI como paso intermedio.
33687  Así que este modo de exportación consta de tres conversiones.
33688 \end_layout
33689
33690 \begin_layout Description
33691 PDF
33692 \begin_inset Space ~
33693 \end_inset
33694
33695 (dvipdfm) Este utiliza el programa 
33696 \family typewriter
33697 dvipdfm
33698 \family default
33699  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33700  PDF.
33701 \end_layout
33702
33703 \begin_layout Description
33704 PDF
33705 \begin_inset Space ~
33706 \end_inset
33707
33708 (pdflatex) Este utiliza el programa 
33709 \family typewriter
33710 pdftex
33711 \family default
33712  que convierte directamente el archivo a PDF.
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Se recomienda usar 
33717 \family sans
33718 PDF
33719 \begin_inset Space ~
33720 \end_inset
33721
33722 (pdflatex)
33723 \family default
33724  porque 
33725 \family typewriter
33726 pdftex
33727 \family default
33728  soporta todas las características de las versiones actuales de PDF, es
33729  rápido y estable.
33730  El programa 
33731 \family typewriter
33732 dvipdfm
33733 \family default
33734  ya no se desarrolla y está un poco obsoleto.
33735 \end_layout
33736
33737 \begin_layout Standard
33738 La salida en formato PDF se puede ver con el menú 
33739 \family sans
33740 Ver 
33741 \family default
33742 o con el botón
33743 \begin_inset Space ~
33744 \end_inset
33745
33746
33747 \begin_inset Graphics
33748         filename ../../images/buffer-view_pdf2.png
33749         scale 85
33750
33751 \end_inset
33752
33753  (que usa 
33754 \family sans
33755 PDF
33756 \begin_inset Space ~
33757 \end_inset
33758
33759 (pdflatex)
33760 \family default
33761 ).
33762 \end_layout
33763
33764 \begin_layout Chapter
33765 Explicación de la ecuación
33766 \begin_inset Space ~
33767 \end_inset
33768
33769
33770 \begin_inset CommandInset ref
33771 LatexCommand eqref
33772 reference "eq:Wgn"
33773
33774 \end_inset
33775
33776
33777 \begin_inset CommandInset label
33778 LatexCommand label
33779 name "cha:Explicación-de-la-Ecuación"
33780
33781 \end_inset
33782
33783
33784 \end_layout
33785
33786 \begin_layout Standard
33787 La anchura total de 
33788 \emph on
33789 n
33790 \emph default
33791  celdas de una tabla 
33792 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33793 \end_inset
33794
33795  puede calcularse con
33796 \end_layout
33797
33798 \begin_layout Standard
33799 \begin_inset Formula \begin{equation}
33800 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}
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Standard
33808 donde 
33809 \begin_inset Formula $W_{g\, n}$
33810 \end_inset
33811
33812  es el ancho dado de todas las celdas.
33813  
33814 \series bold
33815
33816 \backslash
33817 tabcolsep
33818 \series default
33819  es la longitud LaTeX entre el texto y el borde de la celda, 6
33820 \begin_inset Space \thinspace{}
33821 \end_inset
33822
33823 pt por defecto.
33824  
33825 \series bold
33826
33827 \backslash
33828 arrayrulewidth
33829 \series default
33830  es el grosor de línea del borde, 0.4
33831 \begin_inset Space \thinspace{}
33832 \end_inset
33833
33834 pt por defecto.
33835 \end_layout
33836
33837 \begin_layout Standard
33838 Procediendo como en la ecuación
33839 \begin_inset Space ~
33840 \end_inset
33841
33842
33843 \begin_inset CommandInset ref
33844 LatexCommand eqref
33845 reference "eq:Wtot_n"
33846
33847 \end_inset
33848
33849 , el ancho total de una multicolumna, 
33850 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33851 \end_inset
33852
33853  es
33854 \end_layout
33855
33856 \begin_layout Standard
33857 \begin_inset Formula \begin{equation}
33858 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Standard
33866 Igualando las ecuaciones
33867 \begin_inset Space ~
33868 \end_inset
33869
33870
33871 \begin_inset CommandInset ref
33872 LatexCommand eqref
33873 reference "eq:Wtot_n"
33874
33875 \end_inset
33876
33877  y 
33878 \begin_inset CommandInset ref
33879 LatexCommand eqref
33880 reference "eq:Wtot_mult"
33881
33882 \end_inset
33883
33884  podemos calcular el ancho dado necesario 
33885 \begin_inset Formula $W_{g\, n}$
33886 \end_inset
33887
33888  cuando se expanden 
33889 \emph on
33890 n
33891 \emph default
33892  columnas, de forma que cada una de ellas tiene una anchura total  
33893 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33894 \end_inset
33895
33896 :
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \begin_inset Formula \begin{equation}
33901 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \begin_layout Bibliography
33909 \begin_inset CommandInset bibitem
33910 LatexCommand bibitem
33911 key "latexcompanion"
33912
33913 \end_inset
33914
33915 Frank Mittelbach and Michel Goossens: 
33916 \emph on
33917 The LaTeX Companion Second Edition.
33918
33919 \emph default
33920  Addison-Wesley, 2004
33921 \end_layout
33922
33923 \begin_layout Bibliography
33924 \begin_inset CommandInset bibitem
33925 LatexCommand bibitem
33926 key "latexguide"
33927
33928 \end_inset
33929
33930 Helmut Kopka and Patrick W.
33931  Daly: 
33932 \emph on
33933 A Guide to LaTeX Fourth Edition.
33934
33935 \emph default
33936  Addison-Wesley, 2003
33937 \end_layout
33938
33939 \begin_layout Bibliography
33940 \begin_inset CommandInset bibitem
33941 LatexCommand bibitem
33942 key "latexbook"
33943
33944 \end_inset
33945
33946 Leslie Lamport: 
33947 \emph on
33948 LaTeX: A Document Preparation System.
33949
33950 \emph default
33951  Addison-Wesley, second edition, 1994
33952 \end_layout
33953
33954 \begin_layout Bibliography
33955 \begin_inset CommandInset bibitem
33956 LatexCommand bibitem
33957 key "booktabs"
33958
33959 \end_inset
33960
33961
33962 \begin_inset ERT
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966
33967
33968 \backslash
33969 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
33970 {
33971 \end_layout
33972
33973 \end_inset
33974
33975 Documentación
33976 \begin_inset ERT
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981 }
33982 \end_layout
33983
33984 \end_inset
33985
33986  del paquete LaTeX 
33987 \series bold
33988 booktabs
33989 \series default
33990
33991 \begin_inset Index
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 LaTeX-paquetes ! booktabs
33996 \end_layout
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \begin_layout Bibliography
34004 \begin_inset CommandInset bibitem
34005 LatexCommand bibitem
34006 key "caption"
34007
34008 \end_inset
34009
34010
34011 \begin_inset ERT
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015
34016
34017 \backslash
34018 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
34019 \end_layout
34020
34021 \end_inset
34022
34023 Documentación
34024 \begin_inset ERT
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028
34029 }
34030 \end_layout
34031
34032 \end_inset
34033
34034  del paquete LaTeX 
34035 \series bold
34036 caption
34037 \series default
34038
34039 \begin_inset Index
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 LaTeX-paquetes ! caption
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Bibliography
34052 \begin_inset CommandInset bibitem
34053 LatexCommand bibitem
34054 key "caption-de"
34055
34056 \end_inset
34057
34058  
34059 \begin_inset ERT
34060 status collapsed
34061
34062 \begin_layout Plain Layout
34063
34064
34065 \backslash
34066 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
34067 {
34068 \end_layout
34069
34070 \end_inset
34071
34072 Documentation
34073 \begin_inset ERT
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077
34078 }
34079 \end_layout
34080
34081 \end_inset
34082
34083  en alemán del paquete LaTeX 
34084 \series bold
34085 caption
34086 \end_layout
34087
34088 \begin_layout Bibliography
34089 \begin_inset CommandInset bibitem
34090 LatexCommand bibitem
34091 key "endfloat"
34092
34093 \end_inset
34094
34095
34096 \begin_inset ERT
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100
34101
34102 \backslash
34103 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
34104 {
34105 \end_layout
34106
34107 \end_inset
34108
34109 Documentación
34110 \begin_inset ERT
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114
34115 }
34116 \end_layout
34117
34118 \end_inset
34119
34120  del paquete LaTeX 
34121 \series bold
34122 endfloat
34123 \series default
34124
34125 \begin_inset Index
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129 LaTeX-paquetes ! endfloat
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 "wrapfig"
34141
34142 \end_inset
34143
34144
34145 \begin_inset ERT
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149
34150
34151 \backslash
34152 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty}{
34153 \end_layout
34154
34155 \end_inset
34156
34157 Documentación
34158 \begin_inset ERT
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163 }
34164 \end_layout
34165
34166 \end_inset
34167
34168  del paquete LaTeX 
34169 \series bold
34170 wrapfig
34171 \series default
34172
34173 \begin_inset Index
34174 status collapsed
34175
34176 \begin_layout Plain Layout
34177 LaTeX-paquetes ! wrapfig
34178 \begin_inset ERT
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182
34183
34184 \backslash
34185
34186 \begin_inset ERT
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190
34191 {
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \begin_inset ERT
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201
34202 }
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \end_inset
34211
34212 vspace
34213 \begin_inset ERT
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218 {
34219 \end_layout
34220
34221 \end_inset
34222
34223 4mm
34224 \begin_inset ERT
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228
34229 }
34230 \end_layout
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \begin_layout Bibliography
34243 \begin_inset CommandInset bibitem
34244 LatexCommand bibitem
34245 key "footmisc"
34246
34247 \end_inset
34248
34249
34250 \begin_inset ERT
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254
34255
34256 \backslash
34257 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
34258 {
34259 \end_layout
34260
34261 \end_inset
34262
34263 Documentación
34264 \begin_inset ERT
34265 status collapsed
34266
34267 \begin_layout Plain Layout
34268
34269 }
34270 \end_layout
34271
34272 \end_inset
34273
34274  del paquete LaTeX 
34275 \series bold
34276 footmisc
34277 \series default
34278
34279 \begin_inset Index
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 LaTeX-paquetes ! footmisc
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Bibliography
34292 \begin_inset CommandInset bibitem
34293 LatexCommand bibitem
34294 key "hypcap"
34295
34296 \end_inset
34297
34298
34299 \begin_inset ERT
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303
34304
34305 \backslash
34306 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
34307 \end_layout
34308
34309 \end_inset
34310
34311 Documentación
34312 \begin_inset ERT
34313 status collapsed
34314
34315 \begin_layout Plain Layout
34316
34317 }
34318 \end_layout
34319
34320 \end_inset
34321
34322  del paquete LaTeX 
34323 \series bold
34324 hypcap
34325 \series default
34326
34327 \begin_inset Index
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 LaTeX-paquetes ! hyperref
34332 \end_layout
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Bibliography
34340 \begin_inset CommandInset bibitem
34341 LatexCommand bibitem
34342 key "hyperref"
34343
34344 \end_inset
34345
34346
34347 \begin_inset ERT
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351
34352
34353 \backslash
34354 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
34355 {
34356 \end_layout
34357
34358 \end_inset
34359
34360 Documentación
34361 \begin_inset ERT
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365
34366 }
34367 \end_layout
34368
34369 \end_inset
34370
34371  del paquete LaTeX 
34372 \series bold
34373 hyperref
34374 \series default
34375
34376 \begin_inset Index
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380 LaTeX-paquetes ! hyperref
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \begin_layout Bibliography
34389 \begin_inset CommandInset bibitem
34390 LatexCommand bibitem
34391 key "koma-script"
34392
34393 \end_inset
34394
34395
34396 \begin_inset ERT
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400
34401
34402 \backslash
34403 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
34404 df}{
34405 \end_layout
34406
34407 \end_inset
34408
34409 Documentación
34410 \begin_inset ERT
34411 status collapsed
34412
34413 \begin_layout Plain Layout
34414
34415 }
34416 \end_layout
34417
34418 \end_inset
34419
34420  del paquete LaTeX 
34421 \series bold
34422 koma-script
34423 \series default
34424
34425 \begin_inset Index
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 LaTeX-paquetes ! koma-script
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Bibliography
34438 \begin_inset CommandInset bibitem
34439 LatexCommand bibitem
34440 key "listings"
34441
34442 \end_inset
34443
34444
34445 \begin_inset ERT
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449
34450
34451 \backslash
34452 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
34453 {
34454 \end_layout
34455
34456 \end_inset
34457
34458 Documentación
34459 \begin_inset ERT
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463
34464 }
34465 \end_layout
34466
34467 \end_inset
34468
34469  del paquete LaTeX 
34470 \series bold
34471 listings
34472 \series default
34473
34474 \begin_inset Index
34475 status collapsed
34476
34477 \begin_layout Plain Layout
34478 LaTeX-paquetes ! listings
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Bibliography
34487 \begin_inset CommandInset bibitem
34488 LatexCommand bibitem
34489 key "marginnote"
34490
34491 \end_inset
34492
34493
34494 \begin_inset ERT
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498
34499
34500 \backslash
34501 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
34502 pdf}{
34503 \end_layout
34504
34505 \end_inset
34506
34507 Documentación
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513 }
34514 \end_layout
34515
34516 \end_inset
34517
34518  del paquete LaTeX 
34519 \series bold
34520 marginnote
34521 \series default
34522
34523 \begin_inset Index
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527 LaTeX-paquetes ! marginnote
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Bibliography
34536 \begin_inset CommandInset bibitem
34537 LatexCommand bibitem
34538 key "pstricks"
34539
34540 \end_inset
34541
34542
34543 \begin_inset ERT
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547
34548
34549 \backslash
34550 href{http://tug.org/PSTricks/main.cgi/}{
34551 \end_layout
34552
34553 \end_inset
34554
34555 Página web
34556 \begin_inset ERT
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561 }
34562 \end_layout
34563
34564 \end_inset
34565
34566  del paquete LaTeX 
34567 \series bold
34568 PSTricks
34569 \series default
34570
34571 \begin_inset Index
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 LaTeX-paquetes ! PSTricks
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Bibliography
34584 \begin_inset CommandInset bibitem
34585 LatexCommand bibitem
34586 key "sidecap"
34587
34588 \end_inset
34589
34590
34591 \begin_inset ERT
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595
34596
34597 \backslash
34598 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
34599 \end_layout
34600
34601 \end_inset
34602
34603 Documentación
34604 \begin_inset ERT
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608
34609 }
34610 \end_layout
34611
34612 \end_inset
34613
34614  del paquete LaTeX 
34615 \series bold
34616 sidecap
34617 \series default
34618
34619 \begin_inset Index
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 LaTeX-paquetes ! sidecap
34624 \end_layout
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Bibliography
34632 \begin_inset CommandInset bibitem
34633 LatexCommand bibitem
34634 key "NewInLyX15"
34635
34636 \end_inset
34637
34638
34639 \begin_inset ERT
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643
34644
34645 \backslash
34646 href{http://wiki.lyx.org/LyX/NewInLyX15}{
34647 \end_layout
34648
34649 \end_inset
34650
34651 Página wiki
34652 \begin_inset ERT
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656
34657 }
34658 \end_layout
34659
34660 \end_inset
34661
34662  sobre características nuevas para la versión 
34663 \family sans
34664 LyX
34665 \begin_inset Space ~
34666 \end_inset
34667
34668 1.5.0
34669 \family default
34670 .
34671 \end_layout
34672
34673 \begin_layout Standard
34674 \begin_inset CommandInset index_print
34675 LatexCommand printindex
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Standard
34683 \begin_inset FloatList figure
34684
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Standard
34691 \begin_inset FloatList table
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 \begin_inset ERT
34700 status open
34701
34702 \begin_layout Plain Layout
34703
34704
34705 \backslash
34706 listof{algorithm}{Lista de algoritmos}
34707 \end_layout
34708
34709 \end_inset
34710
34711
34712 \begin_inset Note Note
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716 Véase la sección
34717 \begin_inset Space ~
34718 \end_inset
34719
34720
34721 \begin_inset CommandInset ref
34722 LatexCommand ref
34723 reference "sub:Algoritmos-Flotantes"
34724
34725 \end_inset
34726
34727  para una descripción.
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \end_body
34736 \end_document