]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
more work to update the EmbeddedObjects.lyx manual for LyX 1.6
[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 334
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 \end_layout
26835
26836 \begin_layout Subsection
26837 Tamaño
26838 \begin_inset Index
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Cuadros ! Tamaño
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Standard
26851 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26852 \family sans
26853 Ancho
26854 \family default
26855  y 
26856 \family sans
26857 Alto
26858 \family default
26859 .
26860  Las unidades disponibles para la geometría se explican en la tabla
26861 \begin_inset Space ~
26862 \end_inset
26863
26864
26865 \begin_inset CommandInset ref
26866 LatexCommand ref
26867 reference "tab:Unidades"
26868
26869 \end_inset
26870
26871 .
26872  El campo 
26873 \family sans
26874 Alto
26875 \family default
26876  ofrece los siguientes tamaños adicionales:
26877 \end_layout
26878
26879 \begin_layout Description
26880 Profundidad Este es el texto plano 
26881 \begin_inset Quotes eld
26882 \end_inset
26883
26884 alto
26885 \begin_inset Quotes erd
26886 \end_inset
26887
26888 .
26889  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26890  cuadro:
26891 \begin_inset Newline newline
26892 \end_inset
26893
26894
26895 \begin_inset Newline newline
26896 \end_inset
26897
26898
26899 \begin_inset Newline newline
26900 \end_inset
26901
26902
26903 \begin_inset Box Boxed
26904 position "c"
26905 hor_pos "c"
26906 has_inner_box 1
26907 inner_pos "c"
26908 use_parbox 0
26909 width "12col%"
26910 special "none"
26911 height "1in"
26912 height_special "depth"
26913 status open
26914
26915 \begin_layout Plain Layout
26916 \align center
26917 Cuadro con altura establecida en 1
26918 \begin_inset Space \thinspace{}
26919 \end_inset
26920
26921 Profundidad
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \begin_inset Newline newline
26928 \end_inset
26929
26930
26931 \begin_inset Newline newline
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Description
26938 Alto Es la altura del texto que está dentro del cuadro.
26939  Un valor de, p.
26940 \begin_inset Space \thinspace{}
26941 \end_inset
26942
26943 e.
26944 \begin_inset Space ~
26945 \end_inset
26946
26947 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26948  
26949 \begin_inset Box Boxed
26950 position "c"
26951 hor_pos "c"
26952 has_inner_box 1
26953 inner_pos "c"
26954 use_parbox 0
26955 width "20col%"
26956 special "none"
26957 height "2in"
26958 height_special "height"
26959 status open
26960
26961 \begin_layout Plain Layout
26962 \align center
26963 Cuadro con altura puesta en 2
26964 \begin_inset Space \thinspace{}
26965 \end_inset
26966
26967 Alto
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Description
26976 Alto
26977 \begin_inset Space ~
26978 \end_inset
26979
26980 total Esto es el Alto
26981 \begin_inset Space \thinspace{}
26982 \end_inset
26983
26984 +
26985 \begin_inset Space \thinspace{}
26986 \end_inset
26987
26988 Profundidad: 
26989 \begin_inset Box Boxed
26990 position "c"
26991 hor_pos "c"
26992 has_inner_box 1
26993 inner_pos "c"
26994 use_parbox 0
26995 width "20col%"
26996 special "none"
26997 height "1in"
26998 height_special "totalheight"
26999 status open
27000
27001 \begin_layout Plain Layout
27002 \align center
27003 Cuadro con altura puesta a 1
27004 \begin_inset Space \thinspace{}
27005 \end_inset
27006
27007 Alto
27008 \begin_inset Space ~
27009 \end_inset
27010
27011 total
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \begin_layout Description
27020 Ancho Esto determina al ancho del cuadro como altura: 
27021 \begin_inset Box Boxed
27022 position "c"
27023 hor_pos "c"
27024 has_inner_box 1
27025 inner_pos "c"
27026 use_parbox 0
27027 width "12col%"
27028 special "none"
27029 height "1in"
27030 height_special "width"
27031 status open
27032
27033 \begin_layout Plain Layout
27034 \align center
27035 Cuadro con altura puesta en 1
27036 \begin_inset Space \thinspace{}
27037 \end_inset
27038
27039 Ancho
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Subsection
27048 Alineación
27049 \begin_inset Index
27050 status collapsed
27051
27052 \begin_layout Plain Layout
27053 Cuadros ! Alineación
27054 \end_layout
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \begin_layout Standard
27062 Si has elegido un 
27063 \family sans
27064 Cuadro
27065 \begin_inset Space ~
27066 \end_inset
27067
27068 interior
27069 \family default
27070 , la alineación vertical del cuadro puede ser:
27071 \end_layout
27072
27073 \begin_layout Description
27074 Superior Ejemplo de línea de texto.
27075  
27076 \begin_inset Box Boxed
27077 position "t"
27078 hor_pos "c"
27079 has_inner_box 1
27080 inner_pos "c"
27081 use_parbox 0
27082 width "12col%"
27083 special "none"
27084 height "1in"
27085 height_special "totalheight"
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089 \align center
27090 Cuadro alineado arriba.
27091 \end_layout
27092
27093 \end_inset
27094
27095  Ejemplo de línea de texto.
27096 \end_layout
27097
27098 \begin_layout Description
27099 Medio Ejemplo de línea de texto.
27100  
27101 \begin_inset Box Boxed
27102 position "c"
27103 hor_pos "c"
27104 has_inner_box 1
27105 inner_pos "c"
27106 use_parbox 0
27107 width "12col%"
27108 special "none"
27109 height "1in"
27110 height_special "totalheight"
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 \align center
27115 Cuadro alineado en medio.
27116 \end_layout
27117
27118 \end_inset
27119
27120  Ejemplo de línea de texto.
27121 \end_layout
27122
27123 \begin_layout Description
27124 Inferior Ejemplo de línea de texto.
27125  
27126 \begin_inset Box Boxed
27127 position "b"
27128 hor_pos "c"
27129 has_inner_box 1
27130 inner_pos "c"
27131 use_parbox 0
27132 width "12col%"
27133 special "none"
27134 height "1in"
27135 height_special "totalheight"
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139 \align center
27140 Cuadro alineado abajo.
27141 \end_layout
27142
27143 \end_inset
27144
27145  Ejemplo de línea de texto.
27146 \end_layout
27147
27148 \begin_layout Standard
27149 \begin_inset Note Greyedout
27150 status open
27151
27152 \begin_layout Plain Layout
27153
27154 \series bold
27155 Nota:
27156 \series default
27157  
27158 \lang english
27159 The vertical box aligment can be lost in the output when you have two boxes
27160  in a line and one has e.
27161 \begin_inset Space \thinspace{}
27162 \end_inset
27163
27164 g.
27165 \begin_inset Space ~
27166 \end_inset
27167
27168 a shadow and the other one not.
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \begin_layout Standard
27177 La alineación horizontal del cuadro puede establecerse en el diálogo de
27178  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27179 \end_layout
27180
27181 \begin_layout Standard
27182 \begin_inset VSpace bigskip
27183 \end_inset
27184
27185 Si has escogido un 
27186 \family sans
27187 Cuadro
27188 \begin_inset Space ~
27189 \end_inset
27190
27191 interior
27192 \family default
27193 , el contenido puede alinearse verticalmente a:
27194 \end_layout
27195
27196 \begin_layout Description
27197 Superior Ejemplo de línea de texto.
27198  
27199 \begin_inset Box Boxed
27200 position "c"
27201 hor_pos "c"
27202 has_inner_box 1
27203 inner_pos "t"
27204 use_parbox 0
27205 width "12col%"
27206 special "none"
27207 height "1.5in"
27208 height_special "totalheight"
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 \align center
27213 Cuadro con texto alineado arriba.
27214 \end_layout
27215
27216 \end_inset
27217
27218  Ejemplo de línea de texto.
27219 \end_layout
27220
27221 \begin_layout Description
27222 Medio Ejemplo de línea de texto.
27223  
27224 \begin_inset Box Boxed
27225 position "c"
27226 hor_pos "c"
27227 has_inner_box 1
27228 inner_pos "c"
27229 use_parbox 0
27230 width "12col%"
27231 special "none"
27232 height "1.5in"
27233 height_special "totalheight"
27234 status collapsed
27235
27236 \begin_layout Plain Layout
27237 \align center
27238 Cuadro con texto alineado en medio.
27239 \end_layout
27240
27241 \end_inset
27242
27243  Ejemplo de línea de texto.
27244 \end_layout
27245
27246 \begin_layout Description
27247 Inferior Ejemplo de línea de texto.
27248  
27249 \begin_inset Box Boxed
27250 position "c"
27251 hor_pos "c"
27252 has_inner_box 1
27253 inner_pos "b"
27254 use_parbox 0
27255 width "12col%"
27256 special "none"
27257 height "1.5in"
27258 height_special "totalheight"
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262 \align center
27263 Cuadro con texto alineado abajo.
27264 \end_layout
27265
27266 \end_inset
27267
27268  Ejemplo de línea de texto.
27269 \end_layout
27270
27271 \begin_layout Description
27272 Estirado Ejemplo de línea de texto.
27273  
27274 \begin_inset Box Boxed
27275 position "c"
27276 hor_pos "c"
27277 has_inner_box 1
27278 inner_pos "s"
27279 use_parbox 0
27280 width "12col%"
27281 special "none"
27282 height "1.5in"
27283 height_special "totalheight"
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287 \align center
27288 Este texto
27289 \end_layout
27290
27291 \begin_layout Plain Layout
27292 \align center
27293 está
27294 \end_layout
27295
27296 \begin_layout Plain Layout
27297 \align center
27298 estirado.
27299 \end_layout
27300
27301 \end_inset
27302
27303  Ejemplo de línea de texto.
27304 \end_layout
27305
27306 \begin_layout Standard
27307 Para estirar el contenido debe tener más de un párrafo.
27308  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27309 \end_layout
27310
27311 \begin_layout Standard
27312 \begin_inset VSpace bigskip
27313 \end_inset
27314
27315 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27316  LyX cuando hayas escogido un 
27317 \family sans
27318 Cuadro
27319 \begin_inset Space ~
27320 \end_inset
27321
27322 interior
27323 \family default
27324 .
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \align center
27329 \begin_inset Box Boxed
27330 position "c"
27331 hor_pos "c"
27332 has_inner_box 1
27333 inner_pos "s"
27334 use_parbox 0
27335 width "15col%"
27336 special "none"
27337 height "1.25in"
27338 height_special "totalheight"
27339 status open
27340
27341 \begin_layout Plain Layout
27342 \align left
27343 Cuadro
27344 \end_layout
27345
27346 \begin_layout Plain Layout
27347 \align center
27348 con texto
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352 \align right
27353 estirado
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \begin_layout Standard
27362 Si no has establecido un 
27363 \family sans
27364 Cuadro
27365 \begin_inset Space ~
27366 \end_inset
27367
27368 interior
27369 \family default
27370 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27371  cuadro.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \align center
27376 \begin_inset Box Boxed
27377 position "c"
27378 hor_pos "s"
27379 has_inner_box 0
27380 inner_pos "s"
27381 use_parbox 0
27382 width "90col%"
27383 special "none"
27384 height "1.25in"
27385 height_special "totalheight"
27386 status open
27387
27388 \begin_layout Plain Layout
27389 \align left
27390 Texto estirado horizontalmente.
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Section
27399 Cuadros enmarcados
27400 \begin_inset CommandInset label
27401 LatexCommand label
27402 name "sec:Cuadros-Enmarcados"
27403
27404 \end_inset
27405
27406
27407 \begin_inset Index
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411 Cuadros ! Marcos
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Standard
27420 El estilo de marco del cuadro se puede determinar en la lista desplegable
27421  
27422 \family sans
27423 Tipo
27424 \family default
27425  del diálogo de cuadros.
27426  Son posibles los siguientes marcos:
27427 \end_layout
27428
27429 \begin_layout Description
27430 Marco
27431 \begin_inset Space ~
27432 \end_inset
27433
27434 rectangular Dibuja un marco rectangular alrededor del cuadro.
27435  El grosor del marco depende de 
27436 \series bold
27437
27438 \backslash
27439 fboxrule
27440 \series default
27441 .
27442  
27443 \begin_inset Box Boxed
27444 position "c"
27445 hor_pos "c"
27446 has_inner_box 1
27447 inner_pos "c"
27448 use_parbox 0
27449 width "25col%"
27450 special "none"
27451 height "1in"
27452 height_special "totalheight"
27453 status open
27454
27455 \begin_layout Plain Layout
27456 \align center
27457 Cuadro rectangular
27458 \end_layout
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Description
27466 Marco
27467 \begin_inset Space ~
27468 \end_inset
27469
27470 ovalado,
27471 \begin_inset Space ~
27472 \end_inset
27473
27474 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27475 \begin_inset Space \thinspace{}
27476 \end_inset
27477
27478 pt.
27479  
27480 \begin_inset Box ovalbox
27481 position "c"
27482 hor_pos "c"
27483 has_inner_box 1
27484 inner_pos "c"
27485 use_parbox 0
27486 width "25col%"
27487 special "none"
27488 height "1in"
27489 height_special "totalheight"
27490 status open
27491
27492 \begin_layout Plain Layout
27493 \align center
27494 Marco ovalado, fino
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \begin_layout Description
27503 Marco
27504 \begin_inset Space ~
27505 \end_inset
27506
27507 ovalado,
27508 \begin_inset Space ~
27509 \end_inset
27510
27511 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27512 \begin_inset Space \thinspace{}
27513 \end_inset
27514
27515 pt.
27516  
27517 \begin_inset Box Ovalbox
27518 position "c"
27519 hor_pos "c"
27520 has_inner_box 1
27521 inner_pos "c"
27522 use_parbox 0
27523 width "30col%"
27524 special "none"
27525 height "1in"
27526 height_special "totalheight"
27527 status open
27528
27529 \begin_layout Plain Layout
27530 \align center
27531 Cuadro ovalado, grueso
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Description
27540 Marco
27541 \begin_inset Space ~
27542 \end_inset
27543
27544 con
27545 \begin_inset Space ~
27546 \end_inset
27547
27548 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27549  El grosor de la línea tiene el tamaño dado por 
27550 \series bold
27551
27552 \backslash
27553 fboxrule
27554 \series default
27555 , la sombra tiene una anchura de 4
27556 \begin_inset Space \thinspace{}
27557 \end_inset
27558
27559 pt.
27560  
27561 \begin_inset Box Shadowbox
27562 position "c"
27563 hor_pos "c"
27564 has_inner_box 1
27565 inner_pos "c"
27566 use_parbox 0
27567 width "20col%"
27568 special "none"
27569 height "1in"
27570 height_special "totalheight"
27571 status open
27572
27573 \begin_layout Plain Layout
27574 \align center
27575 Marco sombrado
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Description
27584 Marco
27585 \begin_inset Space ~
27586 \end_inset
27587
27588 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27589  El grosor de la línea interior es 0.75
27590 \begin_inset Space \thinspace{}
27591 \end_inset
27592
27593
27594 \series bold
27595
27596 \backslash
27597 fboxrule
27598 \series default
27599 , el de la línea exterior es 1.5
27600 \begin_inset Space \thinspace{}
27601 \end_inset
27602
27603
27604 \series bold
27605
27606 \backslash
27607 fboxrule
27608 \series default
27609 .
27610  La distancia entre líneas es 1.5
27611 \begin_inset Space \thinspace{}
27612 \end_inset
27613
27614
27615 \series bold
27616
27617 \backslash
27618 fboxrule
27619 \series default
27620
27621 \begin_inset Space \thinspace{}
27622 \end_inset
27623
27624 +
27625 \begin_inset Space \thinspace{}
27626 \end_inset
27627
27628 0.5
27629 \begin_inset Space \thinspace{}
27630 \end_inset
27631
27632 pt.
27633  
27634 \begin_inset Box Doublebox
27635 position "c"
27636 hor_pos "c"
27637 has_inner_box 1
27638 inner_pos "c"
27639 use_parbox 0
27640 width "20col%"
27641 special "none"
27642 height "1in"
27643 height_special "totalheight"
27644 status open
27645
27646 \begin_layout Plain Layout
27647 \align center
27648 Marco doble
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \begin_layout Standard
27657 \begin_inset VSpace bigskip
27658 \end_inset
27659
27660 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27661  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27662  LaTeX 
27663 \series bold
27664 fancybox
27665 \series default
27666
27667 \begin_inset Index
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671 LaTeX-paquetes ! fancybox
27672 \end_layout
27673
27674 \end_inset
27675
27676 .
27677 \end_layout
27678
27679 \begin_layout Standard
27680 \begin_inset VSpace bigskip
27681 \end_inset
27682
27683 El valor predeterminado por 
27684 \series bold
27685
27686 \backslash
27687 fboxrule
27688 \series default
27689  es 0.4
27690 \begin_inset Space \thinspace{}
27691 \end_inset
27692
27693 pt.
27694  Puede cambiarse con el siguiente comando en ERT, p.
27695 \begin_inset Space \thinspace{}
27696 \end_inset
27697
27698 e.
27699 \begin_inset Space ~
27700 \end_inset
27701
27702 a
27703 \begin_inset Space ~
27704 \end_inset
27705
27706 2
27707 \begin_inset Space \thinspace{}
27708 \end_inset
27709
27710 pt:
27711 \end_layout
27712
27713 \begin_layout Standard
27714
27715 \series bold
27716
27717 \backslash
27718 setlength{
27719 \backslash
27720 fboxrule}{2pt}
27721 \end_layout
27722
27723 \begin_layout Standard
27724 \begin_inset ERT
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728
27729
27730 \backslash
27731 setlength{
27732 \backslash
27733 fboxrule}{2pt}
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \begin_inset Box Boxed
27740 position "c"
27741 hor_pos "c"
27742 has_inner_box 1
27743 inner_pos "c"
27744 use_parbox 0
27745 width "25col%"
27746 special "none"
27747 height "1in"
27748 height_special "totalheight"
27749 status open
27750
27751 \begin_layout Plain Layout
27752 \align center
27753 Cuadro rectangular con 
27754 \series bold
27755
27756 \backslash
27757 fboxrule
27758 \series default
27759
27760 \begin_inset Space \thinspace{}
27761 \end_inset
27762
27763 =
27764 \begin_inset Space \thinspace{}
27765 \end_inset
27766
27767 2
27768 \begin_inset Space \thinspace{}
27769 \end_inset
27770
27771 pt
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781
27782
27783 \backslash
27784 setlength{
27785 \backslash
27786 fboxrule}{0.4pt}
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 \begin_inset VSpace bigskip
27796 \end_inset
27797
27798 El espacio entre el marco y el contenido del cuadro es 3
27799 \begin_inset Space \thinspace{}
27800 \end_inset
27801
27802 pt por defecto para todos los estilos.
27803  Se puede cambiar mediante la longitud 
27804 \series bold
27805
27806 \backslash
27807 fboxsep
27808 \series default
27809 .
27810  Por ejemplo el comando
27811 \end_layout
27812
27813 \begin_layout Standard
27814
27815 \series bold
27816
27817 \backslash
27818 setlength{
27819 \backslash
27820 fboxsep}{10pt}
27821 \end_layout
27822
27823 \begin_layout Standard
27824 determina un valor de 10
27825 \begin_inset Space \thinspace{}
27826 \end_inset
27827
27828 pt, como en el siguiente cuadro:
27829 \end_layout
27830
27831 \begin_layout Standard
27832 \begin_inset ERT
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836
27837
27838 \backslash
27839 setlength{
27840 \backslash
27841 fboxsep}{10pt}
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \begin_inset Box Boxed
27848 position "c"
27849 hor_pos "c"
27850 has_inner_box 1
27851 inner_pos "c"
27852 use_parbox 0
27853 width "25col%"
27854 special "none"
27855 height "1in"
27856 height_special "totalheight"
27857 status open
27858
27859 \begin_layout Plain Layout
27860 \align center
27861 Cuadro rectangular con 
27862 \series bold
27863
27864 \backslash
27865 fboxsep
27866 \series default
27867
27868 \begin_inset Space \thinspace{}
27869 \end_inset
27870
27871 =
27872 \begin_inset Space \thinspace{}
27873 \end_inset
27874
27875 10
27876 \begin_inset Space \thinspace{}
27877 \end_inset
27878
27879 pt
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \begin_inset ERT
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889
27890
27891 \backslash
27892 setlength{
27893 \backslash
27894 fboxsep}{3pt}
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 \begin_inset VSpace bigskip
27904 \end_inset
27905
27906 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27907  el comando 
27908 \series bold
27909
27910 \backslash
27911 cornersize
27912 \series default
27913 .
27914  El comando
27915 \end_layout
27916
27917 \begin_layout Standard
27918
27919 \series bold
27920
27921 \backslash
27922 cornersize*{1cm}
27923 \end_layout
27924
27925 \begin_layout Standard
27926 establece un diámetro de 1
27927 \begin_inset Space \thinspace{}
27928 \end_inset
27929
27930 cm.
27931  El comando
27932 \end_layout
27933
27934 \begin_layout Standard
27935
27936 \series bold
27937
27938 \backslash
27939 cornersize{num}
27940 \end_layout
27941
27942 \begin_layout Standard
27943 fija el diámetro en 
27944 \family sans
27945 num
27946 \begin_inset Space \thinspace{}
27947 \end_inset
27948
27949 ×
27950 \begin_inset Space \thinspace{}
27951 \end_inset
27952
27953 mínimo
27954 \family default
27955  
27956 \family sans
27957 (ancho y alto del cuadro)
27958 \family default
27959 .
27960  Por defecto es 
27961 \series bold
27962
27963 \backslash
27964 cornersize{0.5}
27965 \series default
27966 .
27967 \end_layout
27968
27969 \begin_layout Standard
27970 \begin_inset ERT
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974
27975
27976 \backslash
27977 cornersize*{1.5cm}
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \begin_inset Box Ovalbox
27984 position "c"
27985 hor_pos "c"
27986 has_inner_box 1
27987 inner_pos "c"
27988 use_parbox 0
27989 width "28col%"
27990 special "none"
27991 height "1in"
27992 height_special "totalheight"
27993 status open
27994
27995 \begin_layout Plain Layout
27996 \align center
27997 Cuadro ovalado con 
27998 \series bold
27999
28000 \backslash
28001 cornersize
28002 \series default
28003
28004 \begin_inset Space \thinspace{}
28005 \end_inset
28006
28007 =
28008 \begin_inset Space \thinspace{}
28009 \end_inset
28010
28011 1.5
28012 \begin_inset Space \thinspace{}
28013 \end_inset
28014
28015 cm
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \begin_inset ERT
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025
28026
28027 \backslash
28028 cornersize{0.5}
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \begin_layout Standard
28037 \begin_inset VSpace bigskip
28038 \end_inset
28039
28040 El tamaño de la sombra se puede ajustar cambiando la longitud 
28041 \series bold
28042
28043 \backslash
28044 shadowsize
28045 \series default
28046 .
28047  Este comando la ajusta a 2
28048 \begin_inset Space \thinspace{}
28049 \end_inset
28050
28051 pt en el cuadro siguiente:
28052 \end_layout
28053
28054 \begin_layout Standard
28055
28056 \series bold
28057
28058 \backslash
28059 setlength{
28060 \backslash
28061 shadowsize}{2pt}
28062 \end_layout
28063
28064 \begin_layout Standard
28065 \begin_inset ERT
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069
28070
28071 \backslash
28072 setlength{
28073 \backslash
28074 shadowsize}{2pt}
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \begin_inset Box Shadowbox
28081 position "c"
28082 hor_pos "c"
28083 has_inner_box 1
28084 inner_pos "c"
28085 use_parbox 0
28086 width "28col%"
28087 special "none"
28088 height "1in"
28089 height_special "totalheight"
28090 status open
28091
28092 \begin_layout Plain Layout
28093 \align center
28094 Cuadro sombreado con 
28095 \series bold
28096
28097 \backslash
28098 shadowsize
28099 \series default
28100
28101 \begin_inset Space \thinspace{}
28102 \end_inset
28103
28104 =
28105 \begin_inset Space \thinspace{}
28106 \end_inset
28107
28108 2
28109 \begin_inset Space \thinspace{}
28110 \end_inset
28111
28112 pt
28113 \end_layout
28114
28115 \end_inset
28116
28117
28118 \begin_inset ERT
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122
28123
28124 \backslash
28125 setlength{
28126 \backslash
28127 shadowsize}{4pt}
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 \begin_inset VSpace bigskip
28137 \end_inset
28138
28139 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28140  a los comandos.
28141 \end_layout
28142
28143 \begin_layout Section
28144 Minipáginas
28145 \begin_inset CommandInset label
28146 LatexCommand label
28147 name "sec:Minipáginas"
28148
28149 \end_inset
28150
28151
28152 \begin_inset Index
28153 status collapsed
28154
28155 \begin_layout Plain Layout
28156 Cuadros ! Minipáginas
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28166  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28167 \end_layout
28168
28169 \begin_layout Standard
28170 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28171 \end_layout
28172
28173 \begin_layout Standard
28174 A continuación hay dos ejemplos de minipáginas adosadas.
28175  Su anchura está puesta en 45
28176 \begin_inset Space \thinspace{}
28177 \end_inset
28178
28179 col% y separadas por un relleno horizontal, insertado vía el menú 
28180 \family sans
28181 Insertar\SpecialChar \menuseparator
28182 Formato
28183 \begin_inset Space ~
28184 \end_inset
28185
28186
28187 \family default
28188 es
28189 \family sans
28190 pecial
28191 \begin_inset Space ~
28192 \end_inset
28193
28194 \SpecialChar \menuseparator
28195 Relleno
28196 \begin_inset Space ~
28197 \end_inset
28198
28199 horizontal
28200 \family default
28201 .
28202 \end_layout
28203
28204 \begin_layout Standard
28205 \begin_inset Box Frameless
28206 position "t"
28207 hor_pos "c"
28208 has_inner_box 1
28209 inner_pos "c"
28210 use_parbox 0
28211 width "45col%"
28212 special "none"
28213 height "1in"
28214 height_special "totalheight"
28215 status open
28216
28217 \begin_layout Plain Layout
28218
28219 \lang german
28220 Dies ist ein deutscher Text.
28221  Dies ist ein deutscher Text.
28222  Dies ist ein deutscher Text.
28223  Dies ist ein deutscher Text.
28224  Dies ist ein deutscher Text.
28225  Dies ist ein deutscher Text.
28226  Dies ist ein deutscher Text.
28227  Dies ist ein deutscher Text.
28228  Dies ist ein deutscher Text.
28229  Dies ist ein deutscher Text.
28230  Dies ist ein deutscher Text.
28231  Dies ist ein deutscher Text.
28232  Dies ist ein deutscher Text
28233 \begin_inset Foot
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238 \lang german
28239 Dies ist eine deutsche Fußnote.
28240 \end_layout
28241
28242 \end_inset
28243
28244 .
28245  Dies ist ein deutscher Text.
28246  Dies ist ein deutscher Text.
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \begin_inset Space \hfill{}
28253 \end_inset
28254
28255
28256 \begin_inset Box Frameless
28257 position "t"
28258 hor_pos "c"
28259 has_inner_box 1
28260 inner_pos "c"
28261 use_parbox 0
28262 width "45col%"
28263 special "none"
28264 height "1in"
28265 height_special "totalheight"
28266 status open
28267
28268 \begin_layout Plain Layout
28269 This is an English Text.
28270  This is an English Text.
28271  This is an English Text.
28272  This is an English Text.
28273  This is an English Text.
28274  This is an English Text.
28275  This is an English Text.
28276  This is an English Text.
28277  This is an English Text.
28278  This is an English Text.
28279  This is an English Text.
28280  This is an English Text.
28281  This is an English Text.
28282  This is an English Text.
28283  This is an English Text.
28284  This is an English Text.
28285 \begin_inset Foot
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 This is an English footnote.
28290 \end_layout
28291
28292 \end_inset
28293
28294  This is an English Text.
28295  
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Standard
28304 \begin_inset VSpace bigskip
28305 \end_inset
28306
28307 Otra aplicación de los cuadros son las notas a pie en tablas.
28308  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28309  al final de la página actual.
28310  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28311  en la parte inferior, ordenadas con letras.
28312  La ordenación de las notas al pie se restablece en cada minipágina pero
28313  no fuera de las minipáginas.
28314 \end_layout
28315
28316 \begin_layout Standard
28317 La nota al pie en esta tabla no aparece: 
28318 \begin_inset Tabular
28319 <lyxtabular version="3" rows="3" columns="4">
28320 <features>
28321 <column alignment="center" valignment="top" width="0pt">
28322 <column alignment="center" valignment="top" width="0pt">
28323 <column alignment="center" valignment="top" width="0pt">
28324 <column alignment="center" valignment="top" width="0pt">
28325 <row>
28326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28327 \begin_inset Text
28328
28329 \begin_layout Plain Layout
28330 1
28331 \end_layout
28332
28333 \end_inset
28334 </cell>
28335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28336 \begin_inset Text
28337
28338 \begin_layout Plain Layout
28339 2
28340 \end_layout
28341
28342 \end_inset
28343 </cell>
28344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28345 \begin_inset Text
28346
28347 \begin_layout Plain Layout
28348 3
28349 \begin_inset Foot
28350 status open
28351
28352 \begin_layout Plain Layout
28353 Nota al pie en una tabla.
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \end_inset
28362 </cell>
28363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28364 \begin_inset Text
28365
28366 \begin_layout Plain Layout
28367 4
28368 \end_layout
28369
28370 \end_inset
28371 </cell>
28372 </row>
28373 <row>
28374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28375 \begin_inset Text
28376
28377 \begin_layout Plain Layout
28378 a
28379 \end_layout
28380
28381 \end_inset
28382 </cell>
28383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28384 \begin_inset Text
28385
28386 \begin_layout Plain Layout
28387 b
28388 \end_layout
28389
28390 \end_inset
28391 </cell>
28392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28393 \begin_inset Text
28394
28395 \begin_layout Plain Layout
28396 c
28397 \end_layout
28398
28399 \end_inset
28400 </cell>
28401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28402 \begin_inset Text
28403
28404 \begin_layout Plain Layout
28405 d
28406 \end_layout
28407
28408 \end_inset
28409 </cell>
28410 </row>
28411 <row>
28412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28413 \begin_inset Text
28414
28415 \begin_layout Plain Layout
28416 e
28417 \end_layout
28418
28419 \end_inset
28420 </cell>
28421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28422 \begin_inset Text
28423
28424 \begin_layout Plain Layout
28425 f
28426 \end_layout
28427
28428 \end_inset
28429 </cell>
28430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Plain Layout
28434 g
28435 \end_layout
28436
28437 \end_inset
28438 </cell>
28439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28440 \begin_inset Text
28441
28442 \begin_layout Plain Layout
28443 h
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 </row>
28449 </lyxtabular>
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Standard
28457 \align center
28458 \begin_inset Box Frameless
28459 position "t"
28460 hor_pos "c"
28461 has_inner_box 1
28462 inner_pos "c"
28463 use_parbox 0
28464 width "30col%"
28465 special "none"
28466 height "1in"
28467 height_special "totalheight"
28468 status open
28469
28470 \begin_layout Plain Layout
28471 \align center
28472 \begin_inset Tabular
28473 <lyxtabular version="3" rows="3" columns="4">
28474 <features>
28475 <column alignment="center" valignment="top" width="0pt">
28476 <column alignment="center" valignment="top" width="0pt">
28477 <column alignment="center" valignment="top" width="0pt">
28478 <column alignment="center" valignment="top" width="0pt">
28479 <row>
28480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout Plain Layout
28484 1
28485 \end_layout
28486
28487 \end_inset
28488 </cell>
28489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 2
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28499 \begin_inset Text
28500
28501 \begin_layout Plain Layout
28502 3
28503 \begin_inset Foot
28504 status open
28505
28506 \begin_layout Plain Layout
28507 Nota al pie en una tabla..
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Plain Layout
28521 4
28522 \end_layout
28523
28524 \end_inset
28525 </cell>
28526 </row>
28527 <row>
28528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28529 \begin_inset Text
28530
28531 \begin_layout Plain Layout
28532 a
28533 \end_layout
28534
28535 \end_inset
28536 </cell>
28537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Plain Layout
28541 b
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Plain Layout
28550 c
28551 \end_layout
28552
28553 \end_inset
28554 </cell>
28555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28556 \begin_inset Text
28557
28558 \begin_layout Plain Layout
28559 d
28560 \end_layout
28561
28562 \end_inset
28563 </cell>
28564 </row>
28565 <row>
28566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570 e
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Plain Layout
28579 f
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28585 \begin_inset Text
28586
28587 \begin_layout Plain Layout
28588 g
28589 \end_layout
28590
28591 \end_inset
28592 </cell>
28593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28594 \begin_inset Text
28595
28596 \begin_layout Plain Layout
28597 h
28598 \end_layout
28599
28600 \end_inset
28601 </cell>
28602 </row>
28603 </lyxtabular>
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Standard
28616 \begin_inset VSpace bigskip
28617 \end_inset
28618
28619 La configuración global de párrafos se ignora en las minipáginas.
28620  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28621  pongas p.
28622 \begin_inset Space \thinspace{}
28623 \end_inset
28624
28625 e.
28626 \begin_inset Space ~
28627 \end_inset
28628
28629
28630 \family sans
28631 Salto
28632 \begin_inset Space ~
28633 \end_inset
28634
28635 medio
28636 \family default
28637  en la configuración del documento.
28638 \end_layout
28639
28640 \begin_layout Standard
28641 Las minipáginas también sirven para poner un color de fondo para partes
28642  de texto, ver sección
28643 \begin_inset Space ~
28644 \end_inset
28645
28646
28647 \begin_inset CommandInset ref
28648 LatexCommand ref
28649 reference "sub:Color-en-Párrafos"
28650
28651 \end_inset
28652
28653 .
28654 \end_layout
28655
28656 \begin_layout Standard
28657 \begin_inset Note Greyedout
28658 status open
28659
28660 \begin_layout Plain Layout
28661
28662 \series bold
28663 Nota:
28664 \series default
28665  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28666  tener minipáginas en tablas, flotantes, y otros cuadros.
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Section
28675 Cuadros de párrafo
28676 \begin_inset CommandInset label
28677 LatexCommand label
28678 name "sec:Cuadros-de-Párrafo"
28679
28680 \end_inset
28681
28682
28683 \begin_inset Index
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687 Cuadros ! de párrafo
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28697  de que no pueden contener notas al pie.
28698   La diferencia principal es que las minipáginas no son verdaderos cuadros
28699  sino entornos de LaTeX.
28700 \end_layout
28701
28702 \begin_layout Standard
28703 \align center
28704 \begin_inset Box Frameless
28705 position "t"
28706 hor_pos "c"
28707 has_inner_box 1
28708 inner_pos "t"
28709 use_parbox 1
28710 width "33col%"
28711 special "none"
28712 height "1in"
28713 height_special "totalheight"
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Texto en un cuadro de párrafo.
28718  Texto en un cuadro de párrafo.
28719  Esta nota no aparece:
28720 \begin_inset Foot
28721 status open
28722
28723 \begin_layout Plain Layout
28724 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Section
28738 Cuadros para palabras y caracteres
28739 \begin_inset Index
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 Cuadros ! para palabras y caracteres
28744 \end_layout
28745
28746 \end_inset
28747
28748
28749 \end_layout
28750
28751 \begin_layout Subsection
28752 Evitar la partición de palabras
28753 \begin_inset CommandInset label
28754 LatexCommand label
28755 name "sec:Evitar-la-Partición"
28756
28757 \end_inset
28758
28759
28760 \begin_inset Index
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764 Cuadros ! para evitar la partición de palabras
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Standard
28773 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28774  con guión.
28775 \begin_inset Newline newline
28776 \end_inset
28777
28778 He aquí un ejemplo:
28779 \end_layout
28780
28781 \begin_layout Standard
28782 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28783 \begin_inset Quotes eld
28784 \end_inset
28785
28786 estalarguísimapalabra
28787 \begin_inset Quotes erd
28788 \end_inset
28789
28790 .
28791 \end_layout
28792
28793 \begin_layout Standard
28794 Para evitar su división usa el comando
28795 \end_layout
28796
28797 \begin_layout Standard
28798
28799 \series bold
28800
28801 \backslash
28802 mbox{
28803 \end_layout
28804
28805 \begin_layout Standard
28806 en ERT antes de la palabra.
28807  Tras ella inserta una llave de cierre 
28808 \begin_inset Quotes eld
28809 \end_inset
28810
28811
28812 \series bold
28813 }
28814 \series default
28815
28816 \begin_inset Quotes erd
28817 \end_inset
28818
28819  en ERT.
28820 \end_layout
28821
28822 \begin_layout Standard
28823 Este es el resultado:
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 mbox{
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset Quotes eld
28842 \end_inset
28843
28844 estalarguísimapalabra
28845 \begin_inset Quotes erd
28846 \end_inset
28847
28848 .
28849 \begin_inset ERT
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853
28854 }
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 Como alternativa puedes poner el comando 
28864 \begin_inset Quotes eld
28865 \end_inset
28866
28867
28868 \series bold
28869
28870 \backslash
28871 -
28872 \series default
28873
28874 \begin_inset Quotes grd
28875 \end_inset
28876
28877  en ERT directamente antes de la palabra:
28878 \end_layout
28879
28880 \begin_layout Standard
28881 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28882 \begin_inset Quotes eld
28883 \end_inset
28884
28885
28886 \begin_inset ERT
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890
28891
28892 \backslash
28893 -
28894 \end_layout
28895
28896 \end_inset
28897
28898 estalarguísimapalabra
28899 \begin_inset Quotes erd
28900 \end_inset
28901
28902 .
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Por supuesto, la palabra sobresale del margen.
28907  Para evitarlo añade, con el menú 
28908 \family sans
28909 Insertar\SpecialChar \menuseparator
28910 Formato
28911 \begin_inset Space ~
28912 \end_inset
28913
28914 especial
28915 \begin_inset Space ~
28916 \end_inset
28917
28918 \SpecialChar \menuseparator
28919 Salto
28920 \begin_inset Space ~
28921 \end_inset
28922
28923 de
28924 \begin_inset Space ~
28925 \end_inset
28926
28927
28928 \family default
28929 línea (atajo 
28930 \series bold
28931 Ctrl-Intro
28932 \series default
28933 ), un salto de línea antes de la palabra:
28934 \end_layout
28935
28936 \begin_layout Standard
28937 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28938 \begin_inset Newline newline
28939 \end_inset
28940
28941
28942 \begin_inset ERT
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946
28947
28948 \backslash
28949 mbox{
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \begin_inset Quotes eld
28956 \end_inset
28957
28958 estalarguísimapalabra
28959 \begin_inset Quotes erd
28960 \end_inset
28961
28962 .
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968 }
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Subsection
28977 Alineación vertical
28978 \begin_inset CommandInset label
28979 LatexCommand label
28980 name "sub:Alineación-Vertical"
28981
28982 \end_inset
28983
28984
28985 \begin_inset Index
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Cuadros ! para alineación vertical
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Con ayuda del comando 
28999 \series bold
29000
29001 \backslash
29002 raisebox
29003 \series default
29004  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29005  
29006 \series bold
29007
29008 \backslash
29009 raisebox
29010 \series default
29011  se utiliza según el esquema:
29012 \end_layout
29013
29014 \begin_layout Standard
29015
29016 \series bold
29017
29018 \backslash
29019 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29020 \end_layout
29021
29022 \begin_layout Standard
29023 La elevación puede ser un valor positivo para subir el cuadro o negativo
29024  para bajarlo.
29025 \end_layout
29026
29027 \begin_layout Standard
29028 Para alinear una palabra, p.
29029 \begin_inset Space \thinspace{}
29030 \end_inset
29031
29032 e
29033 \begin_inset Space ~
29034 \end_inset
29035
29036
29037 \begin_inset Quotes eld
29038 \end_inset
29039
29040 prevención
29041 \begin_inset Quotes erd
29042 \end_inset
29043
29044  para que la parte inferior de la letra más 
29045 \begin_inset Quotes eld
29046 \end_inset
29047
29048 profunda
29049 \begin_inset Quotes erd
29050 \end_inset
29051
29052  
29053 \begin_inset Quotes eld
29054 \end_inset
29055
29056 p
29057 \begin_inset Quotes erd
29058 \end_inset
29059
29060  esté en la línea de base, inserta el comando
29061 \end_layout
29062
29063 \begin_layout Standard
29064
29065 \series bold
29066
29067 \backslash
29068 raisebox{
29069 \backslash
29070 depth}{
29071 \end_layout
29072
29073 \begin_layout Standard
29074 en ERT antes de la palabra.
29075  Detrás de la palabra inserta una llave de cierre 
29076 \begin_inset Quotes eld
29077 \end_inset
29078
29079
29080 \series bold
29081 }
29082 \series default
29083
29084 \begin_inset Quotes erd
29085 \end_inset
29086
29087  en ERT.
29088 \begin_inset Newline newline
29089 \end_inset
29090
29091 Este es el resultado:
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Esto es una línea de texto con la palabra 
29096 \begin_inset ERT
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100
29101
29102 \backslash
29103 raisebox{
29104 \backslash
29105 depth}{
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \begin_inset Quotes eld
29112 \end_inset
29113
29114 prevención
29115 \begin_inset Quotes erd
29116 \end_inset
29117
29118
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124 }
29125 \end_layout
29126
29127 \end_inset
29128
29129  elevada.
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset VSpace bigskip
29134 \end_inset
29135
29136 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Esto es una línea de texto con la palabra 
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146
29147 \backslash
29148 raisebox{-
29149 \backslash
29150 depth}{
29151 \end_layout
29152
29153 \end_inset
29154
29155
29156 \begin_inset Quotes eld
29157 \end_inset
29158
29159 prevención
29160 \begin_inset Quotes erd
29161 \end_inset
29162
29163
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169 }
29170 \end_layout
29171
29172 \end_inset
29173
29174  como palabra más baja.
29175 \begin_inset Newline newline
29176 \end_inset
29177
29178 Esto es una línea de texto con la palabra 
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 raisebox{0.5cm}{
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \begin_inset Quotes eld
29193 \end_inset
29194
29195 testigo
29196 \begin_inset Quotes erd
29197 \end_inset
29198
29199
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205 }
29206 \end_layout
29207
29208 \end_inset
29209
29210  como palabra más alta.
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29215  Por ejemplo
29216 \end_layout
29217
29218 \begin_layout Standard
29219
29220 \series bold
29221
29222 \backslash
29223 raisebox{-
29224 \backslash
29225 depth}[0pt]{
29226 \end_layout
29227
29228 \begin_layout Standard
29229 Esto es una línea de texto con la palabra 
29230 \begin_inset ERT
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234
29235
29236 \backslash
29237 raisebox{-
29238 \backslash
29239 depth}[0pt]{
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \begin_inset Quotes eld
29246 \end_inset
29247
29248 prevención
29249 \begin_inset Quotes erd
29250 \end_inset
29251
29252
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258 }
29259 \end_layout
29260
29261 \end_inset
29262
29263  como palabra más baja.
29264 \begin_inset Newline newline
29265 \end_inset
29266
29267 Esto es una línea de texto con la palabra 
29268 \begin_inset ERT
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272
29273
29274 \backslash
29275 raisebox{0.5cm}[0pt]{
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset Quotes eld
29282 \end_inset
29283
29284 testigo
29285 \begin_inset Quotes erd
29286 \end_inset
29287
29288
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294 }
29295 \end_layout
29296
29297 \end_inset
29298
29299  como palabra más alta.
29300 \end_layout
29301
29302 \begin_layout Section
29303 Cuadros coloreados
29304 \begin_inset CommandInset label
29305 LatexCommand label
29306 name "sec:Cuadros-Coloreados"
29307
29308 \end_inset
29309
29310
29311 \begin_inset Index
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Cuadros ! Color
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \begin_layout Subsection
29324 Color en texto
29325 \begin_inset Index
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329 Color ! en texto
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29339  Esto requiere cargar el paquete LaTeX 
29340 \series bold
29341 color
29342 \series default
29343
29344 \begin_inset Index
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348 LaTeX-paquetes ! color
29349 \end_layout
29350
29351 \end_inset
29352
29353  en el preámbulo del documento con
29354 \end_layout
29355
29356 \begin_layout Standard
29357
29358 \series bold
29359
29360 \backslash
29361 @ifundef\SpecialChar \textcompwordmark{}
29362 ined{textcolor}
29363 \begin_inset Newline newline
29364 \end_inset
29365
29366
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372
29373 \backslash
29374 hphantom{ }
29375 \end_layout
29376
29377 \end_inset
29378
29379 {
29380 \backslash
29381 usepackage{color}}{}
29382 \end_layout
29383
29384 \begin_layout Standard
29385 LyX cargará automáticamente el paquete 
29386 \series bold
29387 color
29388 \series default
29389  cuando colorees texto
29390 \begin_inset Foot
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394 Para evitar cargarlo dos veces se usa el comando 
29395 \series bold
29396
29397 \backslash
29398 @ifundef\SpecialChar \textcompwordmark{}
29399 ined
29400 \series default
29401 .
29402 \end_layout
29403
29404 \end_inset
29405
29406 .
29407 \end_layout
29408
29409 \begin_layout Standard
29410 \begin_inset VSpace medskip
29411 \end_inset
29412
29413 Los cuadros coloreados se crean con el comando 
29414 \series bold
29415
29416 \backslash
29417 colorbox
29418 \series default
29419 , de acuerdo con el siguiente esquema:
29420 \end_layout
29421
29422 \begin_layout Standard
29423
29424 \series bold
29425
29426 \backslash
29427 colorbox{color}{contenido del cuadro}
29428 \end_layout
29429
29430 \begin_layout Standard
29431 El contenido también puede ser un cuadro y los cuadros coloreados también
29432  pueden estar en otros cuadros.
29433 \end_layout
29434
29435 \begin_layout Standard
29436 Los siguientes colores están predefinidos:
29437 \begin_inset Newline newline
29438 \end_inset
29439
29440
29441 \family sans
29442 red
29443 \family default
29444
29445 \family sans
29446 green
29447 \family default
29448
29449 \family sans
29450 yellow, blue
29451 \family default
29452
29453 \family sans
29454 cyan
29455 \family default
29456 \series bold
29457 ,
29458 \series default
29459  
29460 \family sans
29461 magenta, black
29462 \family default
29463
29464 \family sans
29465 white
29466 \family default
29467 .
29468 \begin_inset Newline newline
29469 \end_inset
29470
29471 También puedes definir tus propios colores según se explica en la sección
29472 \begin_inset Space ~
29473 \end_inset
29474
29475
29476 \begin_inset CommandInset ref
29477 LatexCommand ref
29478 reference "sec:Tablas-Coloreadas"
29479
29480 \end_inset
29481
29482 .
29483 \end_layout
29484
29485 \begin_layout Standard
29486 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29487 \end_layout
29488
29489 \begin_layout Standard
29490
29491 \series bold
29492
29493 \backslash
29494 colorbox{red}{
29495 \end_layout
29496
29497 \begin_layout Standard
29498 en ERT antes de la palabra.
29499  Tras la palabra inserta una llave de cierre 
29500 \begin_inset Quotes eld
29501 \end_inset
29502
29503
29504 \series bold
29505 }
29506 \series default
29507
29508 \begin_inset Quotes erd
29509 \end_inset
29510
29511  en ERT.
29512 \begin_inset Newline newline
29513 \end_inset
29514
29515 Este es el resultado:
29516 \end_layout
29517
29518 \begin_layout Standard
29519 Línea en la que la palabra 
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525
29526 \backslash
29527 colorbox{red}{
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Quotes eld
29534 \end_inset
29535
29536 ¡Atención!
29537 \begin_inset Quotes erd
29538 \end_inset
29539
29540
29541 \begin_inset ERT
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545
29546 }
29547 \end_layout
29548
29549 \end_inset
29550
29551  tiene fondo rojo.
29552 \end_layout
29553
29554 \begin_layout Standard
29555 \begin_inset VSpace bigskip
29556 \end_inset
29557
29558 Si quieres un marco de distinto color, puedes emplear el comando 
29559 \series bold
29560
29561 \backslash
29562 fcolorbox
29563 \series default
29564  con el esquema siguiente:
29565 \end_layout
29566
29567 \begin_layout Standard
29568
29569 \series bold
29570
29571 \backslash
29572 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29573 \end_layout
29574
29575 \begin_layout Standard
29576
29577 \series bold
29578
29579 \backslash
29580 fcolorbox
29581 \series default
29582  es una extensión de 
29583 \series bold
29584
29585 \backslash
29586 colorbox
29587 \series default
29588 .
29589  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29590  con las longitudes 
29591 \series bold
29592
29593 \backslash
29594 fboxrule
29595 \series default
29596  y 
29597 \series bold
29598
29599 \backslash
29600 fboxsep
29601 \series default
29602 , respectivamente, como se describe en la sección
29603 \begin_inset Space ~
29604 \end_inset
29605
29606
29607 \begin_inset CommandInset ref
29608 LatexCommand ref
29609 reference "sec:Cuadros-Enmarcados"
29610
29611 \end_inset
29612
29613 .
29614 \end_layout
29615
29616 \begin_layout Standard
29617 Para el ejemplo siguiente se ha utilizado el comando
29618 \end_layout
29619
29620 \begin_layout Standard
29621
29622 \series bold
29623
29624 \backslash
29625 fcolorbox{cyan}{magenta}{
29626 \end_layout
29627
29628 \begin_layout Standard
29629 Este es un ejemplo en el que se ha puesto un grosor de 1
29630 \begin_inset Space \thinspace{}
29631 \end_inset
29632
29633 mm para la línea del marco:
29634 \begin_inset Newline newline
29635 \end_inset
29636
29637
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 fboxrule 1mm 
29646 \backslash
29647 fboxsep 1mm
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \begin_inset ERT
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657
29658
29659 \backslash
29660 fcolorbox{cyan}{magenta}{
29661 \end_layout
29662
29663 \end_inset
29664
29665 Texto en un marco coloreado y enmarcado.
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671 }
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 \begin_inset VSpace bigskip
29681 \end_inset
29682
29683 Por supuesto también puedes colorear el texto en un marco coloreado:
29684 \begin_inset Newline newline
29685 \end_inset
29686
29687
29688 \begin_inset ERT
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692
29693
29694 \backslash
29695 fcolorbox{cyan}{magenta}{
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \color yellow
29702 Texto coloreado en un marco sombreado y coloreado.
29703 \color none
29704
29705 \begin_inset ERT
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709
29710 }
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721
29722 \backslash
29723 fboxrule 0.4pt 
29724 \backslash
29725 fboxsep 3pt
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734
29735 \series bold
29736 \begin_inset VSpace medskip
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Standard
29743 \begin_inset Note Greyedout
29744 status open
29745
29746 \begin_layout Plain Layout
29747
29748 \series bold
29749 Nota:
29750 \series default
29751  El texto en cuadros coloreados no puede tener saltos de línea.
29752  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29753  coloreado como se describe a continuación.
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Subsection
29762 Color en párrafos
29763 \begin_inset CommandInset label
29764 LatexCommand label
29765 name "sub:Color-en-Párrafos"
29766
29767 \end_inset
29768
29769
29770 \begin_inset Index
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 Color ! en párrafos
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29784  Antes de la minipágina inserta el comando 
29785 \series bold
29786
29787 \backslash
29788 colorbox
29789 \end_layout
29790
29791 \begin_layout Standard
29792
29793 \series bold
29794
29795 \backslash
29796 colorbox{color}{
29797 \end_layout
29798
29799 \begin_layout Standard
29800 en ERT.
29801  Detrás de la minipágina inserta una llave de cierre 
29802 \begin_inset Quotes eld
29803 \end_inset
29804
29805
29806 \series bold
29807 }
29808 \series default
29809
29810 \begin_inset Quotes erd
29811 \end_inset
29812
29813  en ERT.
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822
29823 \backslash
29824 colorbox{grisclaro}{
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \begin_inset Box Frameless
29831 position "t"
29832 hor_pos "c"
29833 has_inner_box 1
29834 inner_pos "t"
29835 use_parbox 0
29836 width "100col%"
29837 special "none"
29838 height "1in"
29839 height_special "totalheight"
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843 Texto con color de fondo.
29844  Texto con color de fondo.
29845 \end_layout
29846
29847 \begin_layout Plain Layout
29848 \begin_inset VSpace defskip
29849 \end_inset
29850
29851 El texto puede tener notas al pie
29852 \begin_inset Foot
29853 status open
29854
29855 \begin_layout Plain Layout
29856 Otro ejemplo de nota
29857 \end_layout
29858
29859 \end_inset
29860
29861  y puede incluir tablas y figuras.
29862 \end_layout
29863
29864 \begin_layout Plain Layout
29865 \align center
29866 \begin_inset Tabular
29867 <lyxtabular version="3" rows="3" columns="3">
29868 <features>
29869 <column alignment="center" valignment="top" width="0">
29870 <column alignment="center" valignment="top" width="0">
29871 <column alignment="center" valignment="top" width="0">
29872 <row>
29873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29874 \begin_inset Text
29875
29876 \begin_layout Plain Layout
29877 a
29878 \end_layout
29879
29880 \end_inset
29881 </cell>
29882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Plain Layout
29886 !
29887 \end_layout
29888
29889 \end_inset
29890 </cell>
29891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895 3
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 </row>
29901 <row>
29902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29903 \begin_inset Text
29904
29905 \begin_layout Plain Layout
29906 <
29907 \end_layout
29908
29909 \end_inset
29910 </cell>
29911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout Plain Layout
29915 b2
29916 \begin_inset Quotes erd
29917 \end_inset
29918
29919 |
29920 \end_layout
29921
29922 \end_inset
29923 </cell>
29924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29925 \begin_inset Text
29926
29927 \begin_layout Plain Layout
29928 >
29929 \end_layout
29930
29931 \end_inset
29932 </cell>
29933 </row>
29934 <row>
29935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939 1
29940 \end_layout
29941
29942 \end_inset
29943 </cell>
29944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948 §
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29954 \begin_inset Text
29955
29956 \begin_layout Plain Layout
29957 c
29958 \end_layout
29959
29960 \end_inset
29961 </cell>
29962 </row>
29963 </lyxtabular>
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978 }
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Section
29987 Cuadros rotados y escalados
29988 \end_layout
29989
29990 \begin_layout Standard
29991 Para poder usar los comandos descritos en esta sección hay que cargar el
29992  paquete LaTeX 
29993 \series bold
29994 graphicx
29995 \begin_inset Index
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 LaTeX-paquetes ! graphicx
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \series default
30006  en el preámbulo del documento, con el comando
30007 \end_layout
30008
30009 \begin_layout Standard
30010
30011 \series bold
30012
30013 \backslash
30014 @ifundefined{rotatebox}
30015 \begin_inset Newline newline
30016 \end_inset
30017
30018
30019 \begin_inset ERT
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 hphantom{ }
30027 \end_layout
30028
30029 \end_inset
30030
30031 {
30032 \backslash
30033 usepackage{graphicx}}{}
30034 \end_layout
30035
30036 \begin_layout Standard
30037 \begin_inset Note Greyedout
30038 status open
30039
30040 \begin_layout Plain Layout
30041
30042 \series bold
30043 Nota: 
30044 \series default
30045 Algunos visores DVI no pueden mostrar material rotado o escalado.
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 \begin_inset Note Greyedout
30055 status open
30056
30057 \begin_layout Plain Layout
30058
30059 \series bold
30060 Nota:
30061 \series default
30062  Los cuadros rotados o escalados no pueden contener flotantes.
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Subsection
30071 Cuadros rotados
30072 \begin_inset Index
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076 Cuadros ! Rotar
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \begin_inset Index
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086 Material rotado
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \begin_inset Index
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 Figuras ! Rotar
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \begin_inset Index
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106 Tablas ! Rotar
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \end_layout
30113
30114 \begin_layout Standard
30115 Para rotar material debes ponerlo en un cuadro rotado.
30116  Los cuadros rotados se crean con el comando 
30117 \series bold
30118
30119 \backslash
30120 rotatebox
30121 \series default
30122  en código TeX, según el esquema:
30123 \end_layout
30124
30125 \begin_layout Standard
30126
30127 \series bold
30128
30129 \backslash
30130 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30131 \end_layout
30132
30133 \begin_layout Standard
30134 El origen de rotación se especifica en la forma 
30135 \series bold
30136 origin=position
30137 \series default
30138 .
30139  Son posibles las posiciones siguientes: 
30140 \emph on
30141 c
30142 \emph default
30143  (center), 
30144 \emph on
30145 l
30146 \emph default
30147  (left), 
30148 \emph on
30149 r
30150 \emph default
30151  (right), 
30152 \emph on
30153 b
30154 \emph default
30155  (bottom), 
30156 \emph on
30157 t
30158 \emph default
30159  (top), así como combinaciones adecuadas de las posiciones básicas.
30160  Por ejemplo, 
30161 \emph on
30162 lt
30163 \emph default
30164  significa que el origen de rotación es la esquina superior izquierda del
30165  cuadro.
30166  Si no se especifica origen de rotación se usará la posición 
30167 \emph on
30168 l
30169 \emph default
30170 .
30171  El ángulo de rotación es un número de grados, y puede ser negativo.
30172  El sentido de giro es contrario al de las agujas del reloj.
30173 \end_layout
30174
30175 \begin_layout Standard
30176 En el siguiente ejemplo se ha insertado el comando 
30177 \series bold
30178
30179 \backslash
30180 rotatebox[origin=c]{60}{ 
30181 \series default
30182 como código TeX delante del texto «con rotación»; después del texto, el
30183  cuadro se ha cerrado con llave de cierre en código TeX.
30184 \end_layout
30185
30186 \begin_layout Standard
30187 Esta línea contiene texto 
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193
30194 \backslash
30195 rotatebox[origin=c]{60}{
30196 \end_layout
30197
30198 \end_inset
30199
30200 con rotación
30201 \begin_inset ERT
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205
30206 }
30207 \end_layout
30208
30209 \end_inset
30210
30211 .
30212 \end_layout
30213
30214 \begin_layout Standard
30215 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30216  línea:
30217 \end_layout
30218
30219 \begin_layout Standard
30220 En esta línea hay texto enmarcado 
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 rotatebox[origin=r]{-60}{
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \begin_inset Box Doublebox
30235 position "c"
30236 hor_pos "c"
30237 has_inner_box 0
30238 inner_pos "c"
30239 use_parbox 0
30240 width "1in"
30241 special "width"
30242 height "1in"
30243 height_special "totalheight"
30244 status open
30245
30246 \begin_layout Plain Layout
30247 con rotación
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258 }
30259 \end_layout
30260
30261 \end_inset
30262
30263  y 
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269
30270 \backslash
30271 rotatebox[origin=lb]{60}{
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30278 \end_inset
30279
30280
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286 }
30287 \end_layout
30288
30289 \end_inset
30290
30291  una ecuación.
30292 \end_layout
30293
30294 \begin_layout Standard
30295 O una imagen o una tabla:
30296 \end_layout
30297
30298 \begin_layout Standard
30299 Aquí hay una imagen girada 
30300 \begin_inset ERT
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 rotatebox[origin=lb]{90}{
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \begin_inset Graphics
30314         filename ../clipart/platypus.eps
30315         lyxscale 50
30316         width 25col%
30317
30318 \end_inset
30319
30320
30321 \begin_inset ERT
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325
30326 }
30327 \end_layout
30328
30329 \end_inset
30330
30331  y una tabla girada 
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 rotatebox[origin=l]{-90}{
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \begin_inset Tabular
30346 <lyxtabular version="3" rows="2" columns="2">
30347 <features>
30348 <column alignment="center" valignment="top" width="0">
30349 <column alignment="center" valignment="top" width="0">
30350 <row>
30351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30352 \begin_inset Text
30353
30354 \begin_layout Plain Layout
30355 q
30356 \end_layout
30357
30358 \end_inset
30359 </cell>
30360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30361 \begin_inset Text
30362
30363 \begin_layout Plain Layout
30364 w
30365 \end_layout
30366
30367 \end_inset
30368 </cell>
30369 </row>
30370 <row>
30371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375 e
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30381 \begin_inset Text
30382
30383 \begin_layout Plain Layout
30384 r
30385 \end_layout
30386
30387 \end_inset
30388 </cell>
30389 </row>
30390 </lyxtabular>
30391
30392 \end_inset
30393
30394
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400 }
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Subsection
30409 Cuadros escalados
30410 \begin_inset Index
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414 Cuadros ! Escalar
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset Index
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Material escalado
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \begin_inset Index
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 Figuras ! Escalar
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \begin_inset Index
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 Tablas ! Escalar
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Standard
30453 Para escalar material se pueden usar los comandos 
30454 \series bold
30455
30456 \backslash
30457 scalebox
30458 \series default
30459  y 
30460 \series bold
30461
30462 \backslash
30463 resizebox 
30464 \series default
30465 en código TeX.
30466 \end_layout
30467
30468 \begin_layout Standard
30469
30470 \series bold
30471
30472 \backslash
30473 scalebox
30474 \series default
30475  se usa con el esquema siguiente:
30476 \end_layout
30477
30478 \begin_layout Standard
30479
30480 \series bold
30481
30482 \backslash
30483 scalebox{horizontal}[vertical]{contenido del cuadro}
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Horizontal y vertical son los factores de escala correspondientes.
30488  Si no se especifica factor vertical, su valor será el mismo que el factor
30489  de escala horizontal.
30490  
30491 \end_layout
30492
30493 \begin_layout Standard
30494 Por ejemplo, el comando 
30495 \series bold
30496
30497 \backslash
30498 scalebox{2}{Hola} 
30499 \series default
30500 crea un 
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506
30507 \backslash
30508 scalebox{2}{
30509 \end_layout
30510
30511 \end_inset
30512
30513 Hola
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519 }
30520 \end_layout
30521
30522 \end_inset
30523
30524  de doble tamaño que el texto normal del documento.
30525 \end_layout
30526
30527 \begin_layout Standard
30528 El comando 
30529 \series bold
30530
30531 \backslash
30532 scalebox{2}[1]{Hola} 
30533 \series default
30534 distorsiona el 
30535 \begin_inset ERT
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539
30540
30541 \backslash
30542 scalebox{2}[1]{
30543 \end_layout
30544
30545 \end_inset
30546
30547 Hola
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553 }
30554 \end_layout
30555
30556 \end_inset
30557
30558 .
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30563  Por eso el comando 
30564 \series bold
30565
30566 \backslash
30567 scalebox{-1}[1]{Hola} 
30568 \series default
30569 puede usarse para reflejar un texto: 
30570 \begin_inset ERT
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574
30575
30576 \backslash
30577 scalebox{-1}[1]{
30578 \end_layout
30579
30580 \end_inset
30581
30582 Hola
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588 }
30589 \end_layout
30590
30591 \end_inset
30592
30593 .
30594 \end_layout
30595
30596 \begin_layout Standard
30597
30598 \series bold
30599
30600 \backslash
30601 scalebox{1}[-1]{Hola} 
30602 \series default
30603 refleja el 
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609
30610 \backslash
30611 scalebox{1}[-1]{
30612 \end_layout
30613
30614 \end_inset
30615
30616 Hola
30617 \begin_inset ERT
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621
30622 }
30623 \end_layout
30624
30625 \end_inset
30626
30627  sobre la base.
30628 \end_layout
30629
30630 \begin_layout Standard
30631 El comando 
30632 \series bold
30633
30634 \backslash
30635 scalebox{-1}[1]{contenido del cuadro} 
30636 \series default
30637 puede sustituirse por 
30638 \series bold
30639
30640 \begin_inset Newline newline
30641 \end_inset
30642
30643
30644 \backslash
30645 reflectbox{contenido del cuadro}
30646 \begin_inset VSpace defskip
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 El comando 
30654 \series bold
30655
30656 \backslash
30657 resizebox
30658 \series default
30659  sirve para escalar el cuadro a una altura y anchura definidas, según el
30660  esquema:
30661 \end_layout
30662
30663 \begin_layout Standard
30664
30665 \series bold
30666
30667 \backslash
30668 resizebox{anchura}{altura}{contenido del cuadro}
30669 \end_layout
30670
30671 \begin_layout Standard
30672 Si uno de los argumentos del comando es un signo de exclamación, 
30673 \series bold
30674 !
30675 \series default
30676 , la escala se produce de forma que se mantiene la relación de las dimensiones
30677  originales del contenido del cuadro.
30678  
30679 \end_layout
30680
30681 \begin_layout Standard
30682 El comando 
30683 \series bold
30684
30685 \backslash
30686 resizebox{2cm}{1cm}{Hola}
30687 \series default
30688  genera: 
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 resizebox{2cm}{1cm}{
30697 \end_layout
30698
30699 \end_inset
30700
30701 Hola
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 }
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \begin_inset Newline newline
30714 \end_inset
30715
30716 El comando 
30717 \series bold
30718
30719 \backslash
30720 resizebox{2cm}{!}{Hola}
30721 \series default
30722  genera: 
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728
30729 \backslash
30730 resizebox{2cm}{!}{
30731 \end_layout
30732
30733 \end_inset
30734
30735 Hola
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741 }
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \begin_inset VSpace defskip
30751 \end_inset
30752
30753
30754 \end_layout
30755
30756 \begin_layout Standard
30757 \begin_inset Note Greyedout
30758 status open
30759
30760 \begin_layout Plain Layout
30761
30762 \series bold
30763 Nota: 
30764 \series default
30765 Si los argumentos de 
30766 \series bold
30767
30768 \backslash
30769 scalebox
30770 \series default
30771  o 
30772 \series bold
30773
30774 \backslash
30775 resizebox
30776 \series default
30777  son cero, no se generan errores de LaTeX al exportar el documento, pero
30778  puede suceder que la salida no se muestre o que sea incompleta.
30779  
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \begin_inset VSpace defskip
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Los cuadros se pueden combinar en cualquier orden.
30793  Por ejemplo, el comando
30794 \series bold
30795
30796 \begin_inset Newline newline
30797 \end_inset
30798
30799
30800 \backslash
30801 rotatebox[origin=c]{-45}{
30802 \backslash
30803 resizebox{2cm}{!}{
30804 \backslash
30805 reflectbox{Hola}}}
30806 \begin_inset Newline newline
30807 \end_inset
30808
30809
30810 \series default
30811 genera:
30812 \end_layout
30813
30814 \begin_layout Standard
30815 \noindent
30816 \align center
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 rotatebox[origin=c]{-45}{
30825 \backslash
30826 resizebox{2cm}{!}{
30827 \backslash
30828 reflectbox{
30829 \end_layout
30830
30831 \end_inset
30832
30833 Hola
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839 }}}
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Standard
30848 \noindent
30849 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \noindent
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 \align center
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 rotatebox[origin=c]{-30}{
30867 \backslash
30868 resizebox{2cm}{!}{
30869 \backslash
30870 reflectbox{
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Graphics
30877         filename ../clipart/platypus.eps
30878         lyxscale 50
30879         width 25col%
30880
30881 \end_inset
30882
30883
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889 }}}
30890 \end_layout
30891
30892 \end_inset
30893
30894
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900
30901 \backslash
30902 rotatebox[origin=c]{-45}{
30903 \backslash
30904 resizebox{2cm}{!}{
30905 \backslash
30906 reflectbox{
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \begin_inset Tabular
30913 <lyxtabular version="3" rows="2" columns="2">
30914 <features>
30915 <column alignment="center" valignment="top" width="0">
30916 <column alignment="center" valignment="top" width="0">
30917 <row>
30918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30919 \begin_inset Text
30920
30921 \begin_layout Plain Layout
30922 q
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931 w
30932 \end_layout
30933
30934 \end_inset
30935 </cell>
30936 </row>
30937 <row>
30938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30939 \begin_inset Text
30940
30941 \begin_layout Plain Layout
30942 e
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30948 \begin_inset Text
30949
30950 \begin_layout Plain Layout
30951 r
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 </row>
30957 </lyxtabular>
30958
30959 \end_inset
30960
30961
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967 }}}
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978
30979 \backslash
30980 rotatebox[origin=c]{-45}{
30981 \backslash
30982 resizebox{2cm}{!}{
30983 \backslash
30984 reflectbox{
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30991 \end_inset
30992
30993
30994 \begin_inset ERT
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998
30999 }}}
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 Si se usa el estilo global 
31009 \series bold
31010 fleqn
31011 \series default
31012  para las ecuaciones del documento
31013 \begin_inset Foot
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 Si «fleqn» se añade a las opciones de clase del documento.
31018 \end_layout
31019
31020 \end_inset
31021
31022 , también pueden escalarse las ecuaciones en estilo presentación.
31023 \end_layout
31024
31025 \begin_layout Chapter
31026 Archivo
31027 \begin_inset Index
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031 Archivo, insertar
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Standard
31040 Con el menú 
31041 \family sans
31042 Insertar\SpecialChar \menuseparator
31043 Archivo 
31044 \family default
31045 se pueden insertar archivos externos en un documento.
31046  Estos pueden ser:
31047 \end_layout
31048
31049 \begin_layout Description
31050 Documento
31051 \begin_inset Space ~
31052 \end_inset
31053
31054 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31055 \end_layout
31056
31057 \begin_layout Description
31058 Texto
31059 \begin_inset Space ~
31060 \end_inset
31061
31062 simple
31063 \begin_inset Space ~
31064 \end_inset
31065
31066 como
31067 \begin_inset Space ~
31068 \end_inset
31069
31070 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
31071  como un nuevo párrafo.
31072 \end_layout
31073
31074 \begin_layout Description
31075 Texto
31076 \begin_inset Space ~
31077 \end_inset
31078
31079 simple
31080 \begin_inset Space ~
31081 \end_inset
31082
31083 como
31084 \begin_inset Space ~
31085 \end_inset
31086
31087 párrafos Un documento de texto; cada línea del texto se inserta tal como
31088  está, formando un solo párrafo.
31089  Las líneas vacías generan un nuevo párrafo en tu documento.
31090 \end_layout
31091
31092 \begin_layout Description
31093 Material
31094 \begin_inset Space ~
31095 \end_inset
31096
31097 externo Archivos en diversos formatos.
31098 \end_layout
31099
31100 \begin_layout Description
31101 Documento
31102 \begin_inset Space ~
31103 \end_inset
31104
31105 hijo Documentos LyX, LaTeX o texto simple.
31106 \end_layout
31107
31108 \begin_layout Section
31109 Material externo
31110 \begin_inset Index
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 Material externo
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \begin_layout Standard
31123 Esta característica te permite insertar archivos en tu documento sin convertirlo
31124 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31125  las necesarias conversiones.
31126  Esto es parecido a la inserción de imágenes en diversos formatos en los
31127  documentos LyX.
31128 \end_layout
31129
31130 \begin_layout Standard
31131 El material externo se puede insertar mediante el diálogo que surge a partir
31132  del menú 
31133 \family sans
31134 Insertar\SpecialChar \menuseparator
31135 Archivo\SpecialChar \menuseparator
31136 Material
31137 \begin_inset Space ~
31138 \end_inset
31139
31140 externo
31141 \family default
31142 .
31143  Actualmente se permiten los siguientes tipos de archivo (
31144 \family sans
31145 Plantillas
31146 \family default
31147 ):
31148 \end_layout
31149
31150 \begin_layout Description
31151 Diagrama
31152 \begin_inset Space ~
31153 \end_inset
31154
31155 de
31156 \begin_inset Space ~
31157 \end_inset
31158
31159 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31160  con el programa 
31161 \series bold
31162
31163 \begin_inset CommandInset href
31164 LatexCommand href
31165 name "XBoard"
31166 target "http://en.wikipedia.org/wiki/XBoard"
31167
31168 \end_inset
31169
31170
31171 \series default
31172 .
31173 \end_layout
31174
31175 \begin_layout Description
31176 Fecha Esta inserta la fecha en el formato 
31177 \emph on
31178 Día-Mes-Año.
31179
31180 \emph default
31181  A continuación hay una fecha insertada como material externo: 
31182 \begin_inset External
31183         template Date
31184         filename .
31185
31186 \end_inset
31187
31188
31189 \lang english
31190
31191 \begin_inset Space ~
31192 \end_inset
31193
31194
31195 \begin_inset Note Note
31196 status open
31197
31198 \begin_layout Plain Layout
31199
31200 \lang english
31201 Remove the protected space when bug 4398 is fixed!
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \lang spanish
31208
31209 \begin_inset Newline newline
31210 \end_inset
31211
31212 La fecha no se muestra en LyX, sólo en la salida.
31213  Hay otros dos métodos de insertar una fecha, con el menú 
31214 \family sans
31215 Insertar\SpecialChar \menuseparator
31216 Fecha
31217 \family default
31218  y con el comando LaTeX 
31219 \series bold
31220
31221 \backslash
31222 today
31223 \series default
31224  en ERT.
31225  Los distintos métodos se comparan en la tabla
31226 \begin_inset Space ~
31227 \end_inset
31228
31229
31230 \begin_inset CommandInset ref
31231 LatexCommand ref
31232 reference "tab:Comparación-de"
31233
31234 \end_inset
31235
31236 .
31237 \end_layout
31238
31239 \begin_layout Description
31240 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31241 \begin_inset Newline linebreak
31242 \end_inset
31243
31244
31245 \series bold
31246
31247 \begin_inset CommandInset href
31248 LatexCommand href
31249 name "LilyPond"
31250 target "http://en.wikipedia.org/wiki/LilyPond"
31251
31252 \end_inset
31253
31254
31255 \series default
31256 .
31257 \end_layout
31258
31259 \begin_layout Description
31260 RasterImage Sirve para insertar imágenes bitmap.
31261  Casi todos los formatos populares de imágenes están soportados.
31262  Las imágenes se pueden tratar en el diálogo 
31263 \family sans
31264 Material Externo
31265 \family default
31266  como las que habitualmente se incluyen mediante el diálogo 
31267 \family sans
31268 Gráficos
31269 \family default
31270 , tal como se explica en la sección
31271 \begin_inset Space ~
31272 \end_inset
31273
31274
31275 \begin_inset CommandInset ref
31276 LatexCommand ref
31277 reference "sec:Diálogo-Gráficos"
31278
31279 \end_inset
31280
31281 .
31282  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31283  PDF y EPS no están soportadas.
31284 \end_layout
31285
31286 \begin_layout Description
31287 XFig Esta plantilla soporta imágenes creadas con el programa 
31288 \series bold
31289
31290 \begin_inset CommandInset href
31291 LatexCommand href
31292 name "Xfig"
31293 target "http://en.wikipedia.org/wiki/Xfig"
31294
31295 \end_inset
31296
31297
31298 \series default
31299 .
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \begin_inset Float table
31304 placement h
31305 wide false
31306 sideways false
31307 status open
31308
31309 \begin_layout Plain Layout
31310 \begin_inset Caption
31311
31312 \begin_layout Plain Layout
31313 \begin_inset CommandInset label
31314 LatexCommand label
31315 name "tab:Comparación-de"
31316
31317 \end_inset
31318
31319 Comparación de los métodos de inserción de fecha.
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \begin_layout Plain Layout
31328 \align center
31329 \begin_inset Tabular
31330 <lyxtabular version="3" rows="4" columns="4">
31331 <features>
31332 <column alignment="center" valignment="top" width="0">
31333 <column alignment="center" valignment="top" width="0">
31334 <column alignment="center" valignment="top" width="0">
31335 <column alignment="center" valignment="top" width="0">
31336 <row>
31337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31338 \begin_inset Text
31339
31340 \begin_layout Plain Layout
31341 Tipo del Documento
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31347 \begin_inset Text
31348
31349 \begin_layout Plain Layout
31350
31351 \family sans
31352 Material Externo\SpecialChar \menuseparator
31353 Fecha
31354 \end_layout
31355
31356 \end_inset
31357 </cell>
31358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31359 \begin_inset Text
31360
31361 \begin_layout Plain Layout
31362
31363 \family sans
31364 Insertar\SpecialChar \menuseparator
31365 Fecha
31366 \end_layout
31367
31368 \end_inset
31369 </cell>
31370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374 comando 
31375 \series bold
31376
31377 \backslash
31378 today
31379 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 </row>
31384 <row>
31385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 LyX
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398 como cuadro
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31404 \begin_inset Text
31405
31406 \begin_layout Plain Layout
31407 como fecha
31408 \end_layout
31409
31410 \end_inset
31411 </cell>
31412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31413 \begin_inset Text
31414
31415 \begin_layout Plain Layout
31416 como cuadro ERT
31417 \end_layout
31418
31419 \end_inset
31420 </cell>
31421 </row>
31422 <row>
31423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Plain Layout
31427 LaTeX
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 como fecha
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445 como fecha
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454 como comando
31455 \end_layout
31456
31457 \end_inset
31458 </cell>
31459 </row>
31460 <row>
31461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 DVI, PDF, PS
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 como fecha
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 como fecha
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31489 \begin_inset Text
31490
31491 \begin_layout Plain Layout
31492 como fecha
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 </row>
31498 </lyxtabular>
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \begin_layout Standard
31511 Si utilizas la opción 
31512 \family sans
31513 Borrador
31514 \family default
31515  en la solapa 
31516 \family sans
31517 Archivo
31518 \family default
31519  del diálogo 
31520 \family sans
31521 Material Externo
31522 \family default
31523 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31524 \family sans
31525
31526 \begin_inset Newline newline
31527 \end_inset
31528
31529
31530 \family default
31531 El material externo se muestra en LyX como un cuadro del tipo:
31532 \family sans
31533  
31534 \family default
31535
31536 \begin_inset Graphics
31537         filename clipart/MaterialExternoQt4.png
31538         scale 80
31539
31540 \end_inset
31541
31542  o como imagen, según la configuración elegida en la solapa 
31543 \family sans
31544 Vista
31545 \begin_inset Space ~
31546 \end_inset
31547
31548 LyX 
31549 \family default
31550 del diálogo 
31551 \family sans
31552 Material Externo.
31553 \end_layout
31554
31555 \begin_layout Standard
31556 En el manual 
31557 \emph on
31558 Personalización
31559 \emph default
31560  se explica cómo definir tus propias plantillas.
31561 \end_layout
31562
31563 \begin_layout Section
31564 Documento hijo
31565 \begin_inset CommandInset label
31566 LatexCommand label
31567 name "sec:Documento-Hijo"
31568
31569 \end_inset
31570
31571
31572 \begin_inset Index
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576 Documento hijo
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \end_layout
31583
31584 \begin_layout Standard
31585 Los documentos hijos se emplean en el caso de tener un documento extenso
31586  compuesto por varias partes o secciones más grandes.
31587  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31588  en varios archivos que pueden ser revisados por separado.
31589  Estos archivos se conocen como documentos hijos, y el llamado documento
31590  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31591  
31592 \end_layout
31593
31594 \begin_layout Standard
31595 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31596  cuadros del tipo: 
31597 \begin_inset Graphics
31598         filename clipart/DocumentoHijoQt4.png
31599         scale 80
31600
31601 \end_inset
31602
31603 .
31604  Para incluir documentos hijos en un documento maestro utiliza el menú 
31605 \family sans
31606 Insertar
31607 \family default
31608 \SpecialChar \menuseparator
31609
31610 \family sans
31611 Archivo
31612 \family default
31613 \SpecialChar \menuseparator
31614
31615 \family sans
31616 Documento
31617 \begin_inset Space ~
31618 \end_inset
31619
31620 hijo
31621 \family default
31622 .
31623  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31624 \end_layout
31625
31626 \begin_layout Description
31627 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31628  Al pulsar el botón 
31629 \family sans
31630 Cargar
31631 \family default
31632  en el diálogo 
31633 \family sans
31634 Documento hijo
31635 \family default
31636 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31637  la ventana de LyX y así puedes modificarlos si quieres.
31638 \end_layout
31639
31640 \begin_layout Standard
31641 Aquí hay un archivo insertado con el método 
31642 \family sans
31643 Incluir
31644 \family default
31645
31646 \begin_inset CommandInset include
31647 LatexCommand include
31648 filename "DocumentoPostizo1.lyx"
31649
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Standard
31656 La numeración de secciones tiene en cuenta las secciones de los archivos
31657  incluidos en el orden en que están insertados en el documento maestro.
31658  El documento incluido de ejemplo tiene una subsección que se numera como
31659  subsección de la presente sección.
31660  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31661 \begin_inset Space ~
31662 \end_inset
31663
31664
31665 \begin_inset CommandInset ref
31666 LatexCommand ref
31667 reference "sub:Subsección-Externa-1"
31668
31669 \end_inset
31670
31671 .
31672 \end_layout
31673
31674 \begin_layout Standard
31675 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31676  del documento maestro.
31677  Los documentos incluidos se insertan comenzando una página nueva y acabando
31678  con un salto de página.
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Con el comando LaTeX 
31683 \series bold
31684
31685 \backslash
31686 includeonly
31687 \series default
31688  puedes determinar qué documentos hijos serán procesados al generar la salida.
31689  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31690  un extenso documento y quieres ahorrar tiempo de compilación.
31691  
31692 \series bold
31693
31694 \backslash
31695 includeonly 
31696 \series default
31697 se inserta en el preámbulo del documento maestro, poniendo como argumento
31698  una lista de los nombres de archivo separados con comas, p.
31699 \begin_inset Space \thinspace{}
31700 \end_inset
31701
31702 e.
31703  la orden:
31704 \end_layout
31705
31706 \begin_layout Standard
31707
31708 \series bold
31709
31710 \backslash
31711 includeonly{capítulo1,capítulo5}
31712 \end_layout
31713
31714 \begin_layout Standard
31715 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31716 \begin_inset Quotes eld
31717 \end_inset
31718
31719 capítulo1.lyx
31720 \begin_inset Quotes erd
31721 \end_inset
31722
31723  (o 
31724 \begin_inset Quotes eld
31725 \end_inset
31726
31727 capítulo1.tex
31728 \begin_inset Quotes erd
31729 \end_inset
31730
31731 ) y 
31732 \begin_inset Quotes eld
31733 \end_inset
31734
31735 capítulo5.lyx
31736 \begin_inset Quotes erd
31737 \end_inset
31738
31739 .
31740 \end_layout
31741
31742 \begin_layout Standard
31743 \begin_inset Note Greyedout
31744 status open
31745
31746 \begin_layout Plain Layout
31747
31748 \series bold
31749 Nota:
31750 \series default
31751  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31752  a la del documento maestro, recibirás una advertencia al exportar/ver el
31753  documento, ya que esto podría dar resultados inesperados.
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Description
31762 Entrada Este método es muy parecido al método 
31763 \family sans
31764 Incluir
31765 \family default
31766 .
31767  Las diferencias son:
31768 \end_layout
31769
31770 \begin_deeper
31771 \begin_layout Itemize
31772 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31773  un salto de página.
31774 \end_layout
31775
31776 \begin_layout Itemize
31777 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31778 \family sans
31779 Vista
31780 \begin_inset Space ~
31781 \end_inset
31782
31783 preliminar
31784 \begin_inset Space ~
31785 \end_inset
31786
31787 inmediata 
31788 \family default
31789 está activada en el diálogo 
31790 \family sans
31791 Herramientas\SpecialChar \menuseparator
31792 Preferencias
31793 \family default
31794 , apartado 
31795 \family sans
31796 Apariencia\SpecialChar \menuseparator
31797 Gráficos
31798 \family default
31799 .
31800 \end_layout
31801
31802 \begin_layout Itemize
31803 No se puede utilizar el comando LaTeX 
31804 \series bold
31805
31806 \backslash
31807 includeonly
31808 \series default
31809 .
31810 \end_layout
31811
31812 \end_deeper
31813 \begin_layout Standard
31814 Aquí hay un documento hijo insertado con el método 
31815 \family sans
31816 Entrada
31817 \family default
31818 :
31819 \end_layout
31820
31821 \begin_layout Standard
31822 \begin_inset CommandInset include
31823 LatexCommand input
31824 filename "DocumentoPostizo2.lyx"
31825
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Description
31832 Literal Con este método se puede incluir todo archivo de texto.
31833  El archivo aparece en la salida con su código fuente, y si contiene comandos
31834  no se ejecutan.
31835  Con la opción 
31836 \family sans
31837 Marcar espacios en la salida
31838 \family default
31839  cada espacio en el código fuente se muestra en la salida con el carácter
31840  
31841 \begin_inset Quotes eld
31842 \end_inset
31843
31844
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850
31851 \backslash
31852 textvisiblespace
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \begin_inset Quotes erd
31859 \end_inset
31860
31861 .
31862  La diferencia con el método de inserción mediante el menú 
31863 \family sans
31864 Insertar
31865 \family default
31866 \SpecialChar \menuseparator
31867
31868 \family sans
31869 Archivo
31870 \family default
31871 \SpecialChar \menuseparator
31872
31873 \family sans
31874 Texto
31875 \begin_inset Space ~
31876 \end_inset
31877
31878 simple
31879 \family default
31880  es que en este caso el contenido del archivo se ve en LyX, mientras que
31881  en modo 
31882 \family sans
31883 Literal 
31884 \family default
31885 no se muestra el contenido, sino un recuadro con el nombre.
31886
31887 \family sans
31888  
31889 \end_layout
31890
31891 \begin_layout Standard
31892 Aquí se inserta un documento hijo en modo Literal:
31893 \begin_inset CommandInset include
31894 LatexCommand verbatiminput
31895 filename "DocumentoTextoPostizo.txt"
31896
31897 \end_inset
31898
31899
31900 \begin_inset VSpace bigskip
31901 \end_inset
31902
31903
31904 \end_layout
31905
31906 \begin_layout Standard
31907 Aquí se inserta un documento hijo en modo Literal con la opción 
31908 \family sans
31909 Marcar espacios en la salida
31910 \family default
31911 :
31912 \begin_inset CommandInset include
31913 LatexCommand verbatiminput*
31914 filename "DocumentoTextoPostizo.txt"
31915
31916 \end_inset
31917
31918
31919 \begin_inset VSpace bigskip
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 \begin_inset Note Greyedout
31927 status open
31928
31929 \begin_layout Plain Layout
31930
31931 \series bold
31932 Nota:
31933 \series default
31934  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31935  incluidos en modo 
31936 \family sans
31937 literal
31938 \family default
31939  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31940  archivo de texto.
31941 \end_layout
31942
31943 \end_inset
31944
31945
31946 \end_layout
31947
31948 \begin_layout Description
31949 Listado
31950 \begin_inset Space ~
31951 \end_inset
31952
31953 de
31954 \begin_inset Space ~
31955 \end_inset
31956
31957 programa Este tipo se describe en el capítulo
31958 \begin_inset Space ~
31959 \end_inset
31960
31961
31962 \begin_inset CommandInset ref
31963 LatexCommand ref
31964 reference "cha:Listado-de-programa"
31965
31966 \end_inset
31967
31968 .
31969 \end_layout
31970
31971 \begin_layout Standard
31972 \begin_inset Note Greyedout
31973 status open
31974
31975 \begin_layout Plain Layout
31976
31977 \series bold
31978 Nota:
31979 \series default
31980  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31981  problemas en LaTeX.
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \begin_layout Chapter
31990 Listado de programa
31991 \begin_inset CommandInset label
31992 LatexCommand label
31993 name "cha:Listado-de-programa"
31994
31995 \end_inset
31996
31997
31998 \begin_inset Index
31999 status collapsed
32000
32001 \begin_layout Plain Layout
32002 Listado de programa
32003 \end_layout
32004
32005 \end_inset
32006
32007
32008 \begin_inset Index
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012 Listado de programa ! list@
32013 \emph on
32014 listings
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \begin_inset Index
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 Flotantes ! Listado de programa
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Para incluir y tipografiar código de programación puedes usar la opción
32034  de menú disponible en 
32035 \family sans
32036 Insertar\SpecialChar \menuseparator
32037 Listado
32038 \begin_inset Space ~
32039 \end_inset
32040
32041 de
32042 \begin_inset Space ~
32043 \end_inset
32044
32045 programa.
32046  
32047 \family default
32048 El paquete LaTeX 
32049 \series bold
32050 listings
32051 \series default
32052
32053 \begin_inset Index
32054 status collapsed
32055
32056 \begin_layout Plain Layout
32057 LaTeX-paquetes ! listings
32058 \end_layout
32059
32060 \end_inset
32061
32062  provee un mecanismo potente y flexible para insertar código fuente en tu
32063  documento.
32064 \end_layout
32065
32066 \begin_layout Standard
32067 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
32068  en el que puedes establecer el formato del mismo.
32069 \end_layout
32070
32071 \begin_layout Standard
32072 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
32073  La opción de ubicación 
32074 \family sans
32075 Listado
32076 \begin_inset Space ~
32077 \end_inset
32078
32079 insertado
32080 \family default
32081  lo imprime en la línea, como este ejemplo: 
32082 \begin_inset listings
32083 lstparams "language={C++}"
32084 inline true
32085 status open
32086
32087 \begin_layout Plain Layout
32088
32089 \lang english
32090 int a=5;
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \family sans
32097
32098 \begin_inset Newline newline
32099 \end_inset
32100
32101
32102 \family default
32103 La opción 
32104 \family sans
32105 Flotante
32106 \family default
32107  crea un listado flotante cuya colocación se puede especificar mediante
32108  las opciones 
32109 \begin_inset Quotes erd
32110 \end_inset
32111
32112
32113 \family sans
32114 h
32115 \family default
32116
32117 \begin_inset Quotes erd
32118 \end_inset
32119
32120
32121 \begin_inset Quotes eld
32122 \end_inset
32123
32124
32125 \family sans
32126 t
32127 \family default
32128
32129 \begin_inset Quotes erd
32130 \end_inset
32131
32132
32133 \begin_inset Quotes eld
32134 \end_inset
32135
32136
32137 \family sans
32138 b
32139 \family default
32140
32141 \begin_inset Quotes erd
32142 \end_inset
32143
32144  y 
32145 \begin_inset Quotes eld
32146 \end_inset
32147
32148
32149 \family sans
32150 p
32151 \family default
32152
32153 \begin_inset Quotes erd
32154 \end_inset
32155
32156 , correspondientes a las opciones de colocación de flotantes descritas en
32157  la sección
32158 \family sans
32159
32160 \begin_inset Space ~
32161 \end_inset
32162
32163
32164 \begin_inset CommandInset ref
32165 LatexCommand ref
32166 reference "sec:Colocación-de-Flotantes"
32167
32168 \end_inset
32169
32170
32171 \family default
32172 .
32173  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32174  p.
32175 \family sans
32176
32177 \begin_inset Space \thinspace{}
32178 \end_inset
32179
32180
32181 \family default
32182 e.
32183 \begin_inset Space ~
32184 \end_inset
32185
32186
32187 \begin_inset Quotes eld
32188 \end_inset
32189
32190
32191 \family sans
32192 htbp
32193 \family default
32194
32195 \begin_inset Quotes erd
32196 \end_inset
32197
32198 .
32199  La opción 
32200 \begin_inset Quotes eld
32201 \end_inset
32202
32203
32204 \family sans
32205 h
32206 \family default
32207
32208 \begin_inset Quotes erd
32209 \end_inset
32210
32211  a veces no tiene efecto, pero no necesitas usar la opción 
32212 \family sans
32213 Flotante
32214 \family default
32215  en ese caso puesto que los listados de programa no flotantes también pueden
32216  tener leyendas y ser referenciadas.
32217 \end_layout
32218
32219 \begin_layout Standard
32220 Se puede añadir una leyenda a un listado de programa con el menú 
32221 \family sans
32222 Insertar\SpecialChar \menuseparator
32223 Leyenda
32224 \family default
32225
32226 \begin_inset Foot
32227 status open
32228
32229 \begin_layout Plain Layout
32230 Para traducir la etiqueta 
32231 \begin_inset Quotes eld
32232 \end_inset
32233
32234 Listado
32235 \begin_inset Quotes erd
32236 \end_inset
32237
32238  de la leyenda, se añade al preámbulo del documento el comando 
32239 \series bold
32240
32241 \backslash
32242 renewcommand{
32243 \backslash
32244 lstlistingname}{Listado}
32245 \series default
32246 .
32247  (
32248 \emph on
32249 N.
32250 \begin_inset Space \thinspace{}
32251 \end_inset
32252
32253 del t.
32254 \emph default
32255 )
32256 \end_layout
32257
32258 \end_inset
32259
32260 .
32261  Los listados de programa se pueden referenciar como los flotantes: Listado
32262 \begin_inset Space ~
32263 \end_inset
32264
32265
32266 \begin_inset CommandInset ref
32267 LatexCommand ref
32268 reference "lst:Ejemplo-de-listado-de-programa"
32269
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \begin_layout Standard
32276 \begin_inset listings
32277 lstparams "language=Python"
32278 inline false
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283 \lang english
32284 \begin_inset Caption
32285
32286 \begin_layout Plain Layout
32287 \begin_inset CommandInset label
32288 LatexCommand label
32289 name "lst:Ejemplo-de-listado-de-programa"
32290
32291 \end_inset
32292
32293 Ejemplo de listado de programa flotante
32294 \end_layout
32295
32296 \end_inset
32297
32298 # Ejemplo de listado flotante
32299 \end_layout
32300
32301 \begin_layout Plain Layout
32302
32303 \lang english
32304 def func(param):
32305 \end_layout
32306
32307 \begin_layout Plain Layout
32308
32309 \lang english
32310     'this is a python function'
32311 \end_layout
32312
32313 \begin_layout Plain Layout
32314
32315 \lang english
32316     pass
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32326  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32327  y tipografiadas de manera especial en la salida.
32328  En el ejemplo, la clave de Python 
32329 \begin_inset Quotes eld
32330 \end_inset
32331
32332 def
32333 \begin_inset Quotes erd
32334 \end_inset
32335
32336  es reconocida y se imprimirá en negrita.
32337 \end_layout
32338
32339 \begin_layout Standard
32340 \begin_inset Note Greyedout
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344
32345 \series bold
32346 Nota:
32347 \series default
32348  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32349  debe probablemente a que dicha fuente no suministra negritas.
32350  En este caso selecciona una fuente distinta en el menú 
32351 \family sans
32352 Documento
32353 \family default
32354 \SpecialChar \menuseparator
32355
32356 \family sans
32357 Configuración
32358 \family default
32359 \SpecialChar \menuseparator
32360
32361 \family sans
32362 Fuentes.
32363  
32364 \family default
32365 (Las fuentes 
32366 \emph on
32367 LuxiMono, BeraMono
32368 \emph default
32369  y 
32370 \emph on
32371 Courier 
32372 \emph default
32373 suministran negritas.)
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 En la sección 
32383 \family sans
32384 Numeración
32385 \begin_inset Space ~
32386 \end_inset
32387
32388 de
32389 \begin_inset Space ~
32390 \end_inset
32391
32392 líneas
32393 \family default
32394  del diálogo puedes elegir el estilo de numeración de las líneas.
32395  En el campo 
32396 \family sans
32397 Paso 
32398 \family default
32399 puedes insertar un número para determinar qué líneas se numeran.
32400  Por ejemplo, si pones 
32401 \begin_inset Quotes eld
32402 \end_inset
32403
32404 3
32405 \begin_inset Quotes erd
32406 \end_inset
32407
32408 , se numera sólo una de cada tres líneas.
32409  
32410 \end_layout
32411
32412 \begin_layout Standard
32413 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32414  en la salida.
32415  La opción 
32416 \family sans
32417 Tabla
32418 \begin_inset Space ~
32419 \end_inset
32420
32421 de
32422 \begin_inset Space ~
32423 \end_inset
32424
32425 caracteres
32426 \begin_inset Space ~
32427 \end_inset
32428
32429 extendida
32430 \family default
32431  debería emplearse si se usan en el código caracteres nacionales como la
32432  diéresis alemana.
32433 \begin_inset Newline newline
32434 \end_inset
32435
32436 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32437  
32438 \begin_inset Quotes eld
32439 \end_inset
32440
32441 3
32442 \begin_inset Quotes erd
32443 \end_inset
32444
32445 , lenguaje 
32446 \begin_inset Quotes eld
32447 \end_inset
32448
32449 Python
32450 \begin_inset Quotes erd
32451 \end_inset
32452
32453 , opciones de estilo 
32454 \begin_inset Quotes eld
32455 \end_inset
32456
32457 Tabla de caracteres extendida
32458 \begin_inset Quotes erd
32459 \end_inset
32460
32461  y 
32462 \begin_inset Quotes eld
32463 \end_inset
32464
32465 Espacio como símbolo
32466 \begin_inset Quotes erd
32467 \end_inset
32468
32469 , rango de líneas 3-8:
32470 \begin_inset listings
32471 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32472 inline false
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477 \lang english
32478 def func(param):
32479 \end_layout
32480
32481 \begin_layout Plain Layout
32482
32483 \lang english
32484     'this is a python function'
32485 \end_layout
32486
32487 \begin_layout Plain Layout
32488
32489 \lang english
32490     pass
32491 \end_layout
32492
32493 \begin_layout Plain Layout
32494
32495 \lang english
32496 def func(param):
32497 \end_layout
32498
32499 \begin_layout Plain Layout
32500
32501 \lang english
32502 'This is a German word: Tschüß'
32503 \end_layout
32504
32505 \begin_layout Plain Layout
32506
32507 \lang english
32508 pass
32509 \end_layout
32510
32511 \begin_layout Plain Layout
32512
32513 \lang english
32514 def func(param):
32515 \end_layout
32516
32517 \begin_layout Plain Layout
32518
32519 \lang english
32520 'this is a python function'
32521 \end_layout
32522
32523 \begin_layout Plain Layout
32524
32525 \lang english
32526 pass
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Standard
32535 \begin_inset Note Greyedout
32536 status open
32537
32538 \begin_layout Plain Layout
32539
32540 \series bold
32541 Nota:
32542 \series default
32543  Debido a un error en el paquete 
32544 \series bold
32545 listings
32546 \series default
32547  la numeración de líneas cambia en una línea por cada listado previo.
32548  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32549  3 y 6.
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset VSpace bigskip
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Standard
32565 También es posible imprimir como listado de programa líneas de un archivo.
32566  Para hacer esto, usa el menú 
32567 \family sans
32568 Insertar\SpecialChar \menuseparator
32569 Archivo\SpecialChar \menuseparator
32570 Documento
32571 \begin_inset Space ~
32572 \end_inset
32573
32574 hijo 
32575 \family default
32576 y elige el tipo 
32577 \family sans
32578 Listado de programa
32579 \family default
32580 .
32581 \begin_inset Foot
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Los restantes tipos de documento hijo se describen en la sección
32586 \begin_inset Space ~
32587 \end_inset
32588
32589
32590 \begin_inset CommandInset ref
32591 LatexCommand ref
32592 reference "sec:Documento-Hijo"
32593
32594 \end_inset
32595
32596 .
32597 \end_layout
32598
32599 \end_inset
32600
32601  En el diálogo de documento hijo puedes especificar los parámetros del listado
32602  en el cuadro de texto.
32603  Para ver una lista de los parámetros disponibles teclea una interrogación
32604  
32605 \begin_inset Quotes eld
32606 \end_inset
32607
32608 ?
32609 \begin_inset Quotes erd
32610 \end_inset
32611
32612  en el cuadro.
32613 \end_layout
32614
32615 \begin_layout Standard
32616 Para referenciar un documento hijo tipo listado, escribe el texto de la
32617  etiqueta en el campo correspondiente del diálogo de documento hijo.
32618  Después se puede referenciar la etiqueta con el menú 
32619 \family sans
32620 Insertar\SpecialChar \menuseparator
32621 Referencia cruzada.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 A continuación hay un ejemplo, Listado
32626 \begin_inset Space ~
32627 \end_inset
32628
32629
32630 \begin_inset CommandInset ref
32631 LatexCommand ref
32632 reference "lst:archivo-listado"
32633
32634 \end_inset
32635
32636 , de inserción de líneas de un archivo; en él se incluye el rango de las
32637  líneas 10
32638 \begin_inset Space \thinspace{}
32639 \end_inset
32640
32641 -
32642 \begin_inset Space \thinspace{}
32643 \end_inset
32644
32645 15 de este archivo LyX.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 \begin_inset CommandInset include
32650 LatexCommand lstinputlisting
32651 filename "EmbeddedObjects.lyx"
32652 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32653
32654 \end_inset
32655
32656
32657 \begin_inset VSpace bigskip
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 Las preferencias globales se pueden establecer en el diálogo 
32665 \family sans
32666 Documento\SpecialChar \menuseparator
32667 Configuración\SpecialChar \menuseparator
32668 Diseño
32669 \begin_inset Space ~
32670 \end_inset
32671
32672 del
32673 \begin_inset Space ~
32674 \end_inset
32675
32676 texto.
32677  
32678 \family default
32679 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32680  
32681 \begin_inset Quotes eld
32682 \end_inset
32683
32684 ?
32685 \begin_inset Quotes erd
32686 \end_inset
32687
32688  en el campo de texto.
32689 \end_layout
32690
32691 \begin_layout Standard
32692 Para más información sobre el paquete 
32693 \series bold
32694 listings
32695 \series default
32696 , consulta su documentación
32697 \begin_inset Space ~
32698 \end_inset
32699
32700
32701 \begin_inset CommandInset citation
32702 LatexCommand cite
32703 key "listings"
32704
32705 \end_inset
32706
32707 .
32708 \end_layout
32709
32710 \begin_layout Standard
32711 \begin_inset Newpage newpage
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Chapter
32718 \start_of_appendix
32719 Unidades disponibles en LyX
32720 \begin_inset Index
32721 status collapsed
32722
32723 \begin_layout Plain Layout
32724 Unidades
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \begin_inset CommandInset label
32731 LatexCommand label
32732 name "cha:Unidades-disponibles-en"
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Standard
32740 Para comprender las unidades utilizadas en este manual, el cuadro
32741 \begin_inset Space ~
32742 \end_inset
32743
32744
32745 \begin_inset CommandInset ref
32746 LatexCommand ref
32747 reference "tab:Unidades"
32748
32749 \end_inset
32750
32751  describe todas las unidades disponibles en LyX.
32752 \end_layout
32753
32754 \begin_layout Standard
32755 \begin_inset Float table
32756 placement h
32757 wide false
32758 sideways false
32759 status open
32760
32761 \begin_layout Plain Layout
32762 \begin_inset Caption
32763
32764 \begin_layout Plain Layout
32765 \begin_inset CommandInset label
32766 LatexCommand label
32767 name "tab:Unidades"
32768
32769 \end_inset
32770
32771 Unidades
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Plain Layout
32780 \begin_inset VSpace medskip
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Plain Layout
32787 \align center
32788 \begin_inset Tabular
32789 <lyxtabular version="3" rows="20" columns="2">
32790 <features>
32791 <column alignment="center" valignment="top" width="0">
32792 <column alignment="center" valignment="top" width="0">
32793 <row>
32794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798 unidad
32799 \end_layout
32800
32801 \end_inset
32802 </cell>
32803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32804 \begin_inset Text
32805
32806 \begin_layout Plain Layout
32807 nombre/descripción
32808 \end_layout
32809
32810 \end_inset
32811 </cell>
32812 </row>
32813 <row>
32814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32815 \begin_inset Text
32816
32817 \begin_layout Plain Layout
32818 mm
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32824 \begin_inset Text
32825
32826 \begin_layout Plain Layout
32827 milímetro
32828 \end_layout
32829
32830 \end_inset
32831 </cell>
32832 </row>
32833 <row>
32834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32835 \begin_inset Text
32836
32837 \begin_layout Plain Layout
32838 cm
32839 \end_layout
32840
32841 \end_inset
32842 </cell>
32843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847 centímetro
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 </row>
32853 <row>
32854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32855 \begin_inset Text
32856
32857 \begin_layout Plain Layout
32858 in
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 pulgada
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 </row>
32873 <row>
32874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878 pt
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 punto (72.27
32888 \begin_inset Space \thinspace{}
32889 \end_inset
32890
32891 pt = 1
32892 \begin_inset Space \thinspace{}
32893 \end_inset
32894
32895 in)
32896 \end_layout
32897
32898 \end_inset
32899 </cell>
32900 </row>
32901 <row>
32902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 pc
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915 pica (1
32916 \begin_inset Space \thinspace{}
32917 \end_inset
32918
32919 pc = 12
32920 \begin_inset Space \thinspace{}
32921 \end_inset
32922
32923 pt)
32924 \end_layout
32925
32926 \end_inset
32927 </cell>
32928 </row>
32929 <row>
32930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Plain Layout
32934 sp
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943 punto escalado (65536
32944 \begin_inset Space \thinspace{}
32945 \end_inset
32946
32947 sp = 1
32948 \begin_inset Space \thinspace{}
32949 \end_inset
32950
32951 pt)
32952 \end_layout
32953
32954 \end_inset
32955 </cell>
32956 </row>
32957 <row>
32958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 bp
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32968 \begin_inset Text
32969
32970 \begin_layout Plain Layout
32971 punto grande (72
32972 \begin_inset Space \thinspace{}
32973 \end_inset
32974
32975 bp = 1
32976 \begin_inset Space \thinspace{}
32977 \end_inset
32978
32979 in)
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 </row>
32985 <row>
32986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990 dd
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999 didot (1
33000 \begin_inset Space \thinspace{}
33001 \end_inset
33002
33003 dd 
33004 \begin_inset Formula $\approx$
33005 \end_inset
33006
33007  0.376
33008 \begin_inset Space \thinspace{}
33009 \end_inset
33010
33011 mm)
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row>
33018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 cc
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 cicero (1
33032 \begin_inset Space \thinspace{}
33033 \end_inset
33034
33035 cc = 12
33036 \begin_inset Space \thinspace{}
33037 \end_inset
33038
33039 dd)
33040 \end_layout
33041
33042 \end_inset
33043 </cell>
33044 </row>
33045 <row>
33046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050 Scale%
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059 % de anchura original de la imagen
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 </row>
33065 <row>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 text%
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 % de anchura de texto
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 col%
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 % de anchura de columna
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 </row>
33105 <row>
33106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110 page%
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119 % de anchura de página
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 line%
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 % de anchura de línea
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 </row>
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 theight%
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 % de altura de texto
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 pheight%
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 % de altura de página
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 ex
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 altura de la letra 
33200 \emph on
33201 x
33202 \emph default
33203  en la fuente actual
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 <row>
33210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 em
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 anchura de la letra 
33224 \emph on
33225 M
33226 \emph default
33227  en la fuente actual
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 </row>
33233 <row>
33234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 mu
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 unidad matemática (1
33248 \begin_inset Space \thinspace{}
33249 \end_inset
33250
33251 mu = 1/18
33252 \begin_inset Space \thinspace{}
33253 \end_inset
33254
33255 em)
33256 \end_layout
33257
33258 \end_inset
33259 </cell>
33260 </row>
33261 </lyxtabular>
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \begin_layout Chapter
33274 Formatos de archivos de salida con gráficos
33275 \begin_inset CommandInset label
33276 LatexCommand label
33277 name "cha:Formatos-de-Archivos-de-Salida"
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Section
33285 DVI
33286 \begin_inset Index
33287 status collapsed
33288
33289 \begin_layout Plain Layout
33290 Formatos de archivo ! DVI
33291 \end_layout
33292
33293 \end_inset
33294
33295
33296 \begin_inset Index
33297 status collapsed
33298
33299 \begin_layout Plain Layout
33300 DVI|see
33301 \begin_inset ERT
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305
33306 {
33307 \end_layout
33308
33309 \end_inset
33310
33311 Formatos de archivo
33312 \begin_inset ERT
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316
33317 }
33318 \end_layout
33319
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Standard
33331 Este tipo de archivo tiene la extensión 
33332 \begin_inset Quotes eld
33333 \end_inset
33334
33335
33336 \family typewriter
33337 .dvi
33338 \family default
33339
33340 \begin_inset Quotes erd
33341 \end_inset
33342
33343 .
33344  Se denomina 
33345 \begin_inset Quotes eld
33346 \end_inset
33347
33348 device-independent
33349 \begin_inset Quotes erd
33350 \end_inset
33351
33352  (DVI), porque es completamente portable; se pueden mover de una máquina
33353  a otra sin necesidad de conversión alguna.
33354  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33355  Los DVI se usan para vistas preliminares rápidas y como preparación para
33356  otros formatos de salida como PostScript.
33357 \end_layout
33358
33359 \begin_layout Standard
33360 \begin_inset Note Greyedout
33361 status open
33362
33363 \begin_layout Plain Layout
33364
33365 \series bold
33366 Nota:
33367 \series default
33368  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33369 \end_layout
33370
33371 \end_inset
33372
33373  Por tanto no debes olvidar esto si mueves archivos 
33374 \family typewriter
33375 .dvi
33376 \family default
33377  a otro ordenador.
33378  Esta característica también puede retardar la visualización del archivo,
33379  porque el visor DVI tiene que convertir la imagen en segundo plano para
33380  hacerla visible al deslizar el visor.
33381  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33382 \end_layout
33383
33384 \begin_layout Standard
33385 Un documento se exporta a DVI con el menú 
33386 \family sans
33387 Archivo\SpecialChar \menuseparator
33388 Exportar\SpecialChar \menuseparator
33389 DVI
33390 \family default
33391 .
33392  Puedes ver la salida del documento en DVI con el menú 
33393 \family sans
33394 Ver\SpecialChar \menuseparator
33395 DVI 
33396 \family default
33397 o con el botón
33398 \begin_inset Space ~
33399 \end_inset
33400
33401
33402 \begin_inset Graphics
33403         filename ../../images/buffer-view_dvi.png
33404         scale 85
33405
33406 \end_inset
33407
33408 .
33409 \end_layout
33410
33411 \begin_layout Section
33412 PostScript
33413 \begin_inset CommandInset label
33414 LatexCommand label
33415 name "sec:PostScript"
33416
33417 \end_inset
33418
33419
33420 \begin_inset Index
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424 Formatos de archivo ! PostScript
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \begin_inset Index
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 PostScript|see
33435 \begin_inset ERT
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440 {
33441 \end_layout
33442
33443 \end_inset
33444
33445 Formatos de archivo
33446 \begin_inset ERT
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450
33451 }
33452 \end_layout
33453
33454 \end_inset
33455
33456
33457 \end_layout
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Standard
33465 Este tipo de archivo tiene la extensión 
33466 \begin_inset Quotes eld
33467 \end_inset
33468
33469
33470 \family typewriter
33471 .ps
33472 \family default
33473
33474 \begin_inset Quotes erd
33475 \end_inset
33476
33477 .
33478  PostScript fue desarrollado por la compañía 
33479 \family typewriter
33480 Adobe
33481 \family default
33482  como lenguaje para impresoras.
33483  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33484  PostScript puede considerarse como un 
33485 \begin_inset Quotes eld
33486 \end_inset
33487
33488 lenguaje de programación
33489 \begin_inset Quotes erd
33490 \end_inset
33491
33492 ; con él puedes calcular y dibujar imágenes y diagramas
33493 \begin_inset Foot
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 Si estás interesado en este tema acude al paquete LaTeX 
33498 \series bold
33499 PSTricks
33500 \series default
33501  
33502 \begin_inset CommandInset citation
33503 LatexCommand cite
33504 key "pstricks"
33505
33506 \end_inset
33507
33508 .
33509 \end_layout
33510
33511 \end_inset
33512
33513 .
33514  Por esto los archivos suelen ser más grandes que los PDF.
33515 \end_layout
33516
33517 \begin_layout Standard
33518 Los archivos PostScript sólo pueden contener imágenes en el formato 
33519 \begin_inset Quotes eld
33520 \end_inset
33521
33522 Encapsulated PostScript
33523 \begin_inset Quotes erd
33524 \end_inset
33525
33526  (EPS, extensión 
33527 \begin_inset Quotes eld
33528 \end_inset
33529
33530
33531 \family typewriter
33532 .eps
33533 \family default
33534
33535 \begin_inset Quotes erd
33536 \end_inset
33537
33538 ).
33539  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33540  en segundo plano para convertir las imágenes a EPS.
33541  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33542  cada vez que veas o exportes el documento.
33543  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33544  puedes evitar el problema insertando las imágenes directamente en EPS.
33545 \end_layout
33546
33547 \begin_layout Standard
33548 El documento se puede exportar a PostScript con el menú 
33549 \family sans
33550 Archivo\SpecialChar \menuseparator
33551 Exportar\SpecialChar \menuseparator
33552 Postscript
33553 \family default
33554 .
33555  Se puede ver la salida en PostScript con el menú 
33556 \family sans
33557 Ver\SpecialChar \menuseparator
33558 Postscript 
33559 \family default
33560 o con el botón
33561 \begin_inset Space ~
33562 \end_inset
33563
33564
33565 \begin_inset Graphics
33566         filename ../../images/buffer-view_ps.png
33567
33568 \end_inset
33569
33570 .
33571 \end_layout
33572
33573 \begin_layout Section
33574 PDF
33575 \begin_inset CommandInset label
33576 LatexCommand label
33577 name "sec:PDF"
33578
33579 \end_inset
33580
33581
33582 \begin_inset Index
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 Formatos de archivo ! PDF
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \begin_inset Index
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596 PDF
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Standard
33605 Este tipo de archivo tiene la extensión 
33606 \begin_inset Quotes eld
33607 \end_inset
33608
33609
33610 \family typewriter
33611 .pdf
33612 \family default
33613
33614 \begin_inset Quotes erd
33615 \end_inset
33616
33617 .
33618  El formato 
33619 \begin_inset Quotes eld
33620 \end_inset
33621
33622 Portable Document Format
33623 \begin_inset Quotes erd
33624 \end_inset
33625
33626  (PDF) fue desarrollado por 
33627 \family typewriter
33628 Adobe
33629 \family default
33630  como derivado de PostScript.
33631  Es más comprimido y utiliza muchos menos comandos que PostScript.
33632  Como su nombre 
33633 \begin_inset Quotes eld
33634 \end_inset
33635
33636 portable
33637 \begin_inset Quotes erd
33638 \end_inset
33639
33640  indica, puede ser procesado por cualquier sistema operativo y la salida
33641  impresa se muestra exactamente igual.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 PDF puede contener imágenes en su propio formato PDF, en el formato 
33646 \begin_inset Quotes eld
33647 \end_inset
33648
33649 Joint Photographic Experts Group
33650 \begin_inset Quotes erd
33651 \end_inset
33652
33653  (JPG, extensión 
33654 \begin_inset Quotes eld
33655 \end_inset
33656
33657
33658 \family typewriter
33659 .jpg
33660 \family default
33661
33662 \begin_inset Quotes erd
33663 \end_inset
33664
33665  o 
33666 \begin_inset Quotes eld
33667 \end_inset
33668
33669
33670 \family typewriter
33671 .jpeg
33672 \family default
33673
33674 \begin_inset Quotes erd
33675 \end_inset
33676
33677 ), y en el formato 
33678 \begin_inset Quotes eld
33679 \end_inset
33680
33681 Portable Network Graphics
33682 \begin_inset Quotes erd
33683 \end_inset
33684
33685  (PNG, extensión 
33686 \begin_inset Quotes eld
33687 \end_inset
33688
33689
33690 \family typewriter
33691 .png
33692 \family default
33693
33694 \begin_inset Quotes erd
33695 \end_inset
33696
33697 ).
33698  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33699  en segundo plano a alguno de los anteriores.
33700  Pero como se ha comentado en la sección sobre PostScript, la conversión
33701  de gráficos ralentiza el trabajo.
33702  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33703  mencionados.
33704 \end_layout
33705
33706 \begin_layout Standard
33707 Un documento se puede exportar a PDF con el menú 
33708 \family sans
33709 Archivo\SpecialChar \menuseparator
33710 Exportar
33711 \family default
33712  en tres modos diferentes:
33713 \end_layout
33714
33715 \begin_layout Description
33716 PDF
33717 \begin_inset Space ~
33718 \end_inset
33719
33720 (ps2pdf) Este utiliza el programa 
33721 \family typewriter
33722 ps2pdf
33723 \family default
33724  que crea un PDF a partir de una versión PostScript del archivo.
33725  La versión PostScript es producida por el programa 
33726 \family typewriter
33727 dvips
33728 \family default
33729  que usa una versión DVI como paso intermedio.
33730  Así que este modo de exportación consta de tres conversiones.
33731 \end_layout
33732
33733 \begin_layout Description
33734 PDF
33735 \begin_inset Space ~
33736 \end_inset
33737
33738 (dvipdfm) Este utiliza el programa 
33739 \family typewriter
33740 dvipdfm
33741 \family default
33742  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33743  PDF.
33744 \end_layout
33745
33746 \begin_layout Description
33747 PDF
33748 \begin_inset Space ~
33749 \end_inset
33750
33751 (pdflatex) Este utiliza el programa 
33752 \family typewriter
33753 pdftex
33754 \family default
33755  que convierte directamente el archivo a PDF.
33756 \end_layout
33757
33758 \begin_layout Standard
33759 Se recomienda usar 
33760 \family sans
33761 PDF
33762 \begin_inset Space ~
33763 \end_inset
33764
33765 (pdflatex)
33766 \family default
33767  porque 
33768 \family typewriter
33769 pdftex
33770 \family default
33771  soporta todas las características de las versiones actuales de PDF, es
33772  rápido y estable.
33773  El programa 
33774 \family typewriter
33775 dvipdfm
33776 \family default
33777  ya no se desarrolla y está un poco obsoleto.
33778 \end_layout
33779
33780 \begin_layout Standard
33781 La salida en formato PDF se puede ver con el menú 
33782 \family sans
33783 Ver 
33784 \family default
33785 o con el botón
33786 \begin_inset Space ~
33787 \end_inset
33788
33789
33790 \begin_inset Graphics
33791         filename ../../images/buffer-view_pdf2.png
33792         scale 85
33793
33794 \end_inset
33795
33796  (que usa 
33797 \family sans
33798 PDF
33799 \begin_inset Space ~
33800 \end_inset
33801
33802 (pdflatex)
33803 \family default
33804 ).
33805 \end_layout
33806
33807 \begin_layout Chapter
33808 Explicación de la ecuación
33809 \begin_inset Space ~
33810 \end_inset
33811
33812
33813 \begin_inset CommandInset ref
33814 LatexCommand eqref
33815 reference "eq:Wgn"
33816
33817 \end_inset
33818
33819
33820 \begin_inset CommandInset label
33821 LatexCommand label
33822 name "cha:Explicación-de-la-Ecuación"
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 La anchura total de 
33831 \emph on
33832 n
33833 \emph default
33834  celdas de una tabla 
33835 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33836 \end_inset
33837
33838  puede calcularse con
33839 \end_layout
33840
33841 \begin_layout Standard
33842 \begin_inset Formula \begin{equation}
33843 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}
33844
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 donde 
33852 \begin_inset Formula $W_{g\, n}$
33853 \end_inset
33854
33855  es el ancho dado de todas las celdas.
33856  
33857 \series bold
33858
33859 \backslash
33860 tabcolsep
33861 \series default
33862  es la longitud LaTeX entre el texto y el borde de la celda, 6
33863 \begin_inset Space \thinspace{}
33864 \end_inset
33865
33866 pt por defecto.
33867  
33868 \series bold
33869
33870 \backslash
33871 arrayrulewidth
33872 \series default
33873  es el grosor de línea del borde, 0.4
33874 \begin_inset Space \thinspace{}
33875 \end_inset
33876
33877 pt por defecto.
33878 \end_layout
33879
33880 \begin_layout Standard
33881 Procediendo como en la ecuación
33882 \begin_inset Space ~
33883 \end_inset
33884
33885
33886 \begin_inset CommandInset ref
33887 LatexCommand eqref
33888 reference "eq:Wtot_n"
33889
33890 \end_inset
33891
33892 , el ancho total de una multicolumna, 
33893 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33894 \end_inset
33895
33896  es
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \begin_inset Formula \begin{equation}
33901 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \begin_layout Standard
33909 Igualando las ecuaciones
33910 \begin_inset Space ~
33911 \end_inset
33912
33913
33914 \begin_inset CommandInset ref
33915 LatexCommand eqref
33916 reference "eq:Wtot_n"
33917
33918 \end_inset
33919
33920  y 
33921 \begin_inset CommandInset ref
33922 LatexCommand eqref
33923 reference "eq:Wtot_mult"
33924
33925 \end_inset
33926
33927  podemos calcular el ancho dado necesario 
33928 \begin_inset Formula $W_{g\, n}$
33929 \end_inset
33930
33931  cuando se expanden 
33932 \emph on
33933 n
33934 \emph default
33935  columnas, de forma que cada una de ellas tiene una anchura total  
33936 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33937 \end_inset
33938
33939 :
33940 \end_layout
33941
33942 \begin_layout Standard
33943 \begin_inset Formula \begin{equation}
33944 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Bibliography
33952 \begin_inset CommandInset bibitem
33953 LatexCommand bibitem
33954 key "latexcompanion"
33955
33956 \end_inset
33957
33958 Frank Mittelbach and Michel Goossens: 
33959 \emph on
33960 The LaTeX Companion Second Edition.
33961
33962 \emph default
33963  Addison-Wesley, 2004
33964 \end_layout
33965
33966 \begin_layout Bibliography
33967 \begin_inset CommandInset bibitem
33968 LatexCommand bibitem
33969 key "latexguide"
33970
33971 \end_inset
33972
33973 Helmut Kopka and Patrick W.
33974  Daly: 
33975 \emph on
33976 A Guide to LaTeX Fourth Edition.
33977
33978 \emph default
33979  Addison-Wesley, 2003
33980 \end_layout
33981
33982 \begin_layout Bibliography
33983 \begin_inset CommandInset bibitem
33984 LatexCommand bibitem
33985 key "latexbook"
33986
33987 \end_inset
33988
33989 Leslie Lamport: 
33990 \emph on
33991 LaTeX: A Document Preparation System.
33992
33993 \emph default
33994  Addison-Wesley, second edition, 1994
33995 \end_layout
33996
33997 \begin_layout Bibliography
33998 \begin_inset CommandInset bibitem
33999 LatexCommand bibitem
34000 key "booktabs"
34001
34002 \end_inset
34003
34004 Documentación del paquete LaTeX 
34005 \series bold
34006
34007 \begin_inset CommandInset href
34008 LatexCommand href
34009 name "booktabs"
34010 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34011
34012 \end_inset
34013
34014
34015 \series default
34016
34017 \begin_inset Index
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021 LaTeX-paquetes ! booktabs
34022 \end_layout
34023
34024 \end_inset
34025
34026
34027 \end_layout
34028
34029 \begin_layout Bibliography
34030 \begin_inset CommandInset bibitem
34031 LatexCommand bibitem
34032 key "caption"
34033
34034 \end_inset
34035
34036 Documentación del paquete LaTeX 
34037 \series bold
34038
34039 \begin_inset CommandInset href
34040 LatexCommand href
34041 name "caption"
34042 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34043
34044 \end_inset
34045
34046
34047 \series default
34048
34049 \begin_inset Index
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053 LaTeX-paquetes ! caption
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Bibliography
34062 \begin_inset CommandInset bibitem
34063 LatexCommand bibitem
34064 key "endfloat"
34065
34066 \end_inset
34067
34068 Documentación del paquete LaTeX 
34069 \series bold
34070
34071 \begin_inset CommandInset href
34072 LatexCommand href
34073 name "endfloat"
34074 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34075
34076 \end_inset
34077
34078
34079 \series default
34080
34081 \begin_inset Index
34082 status collapsed
34083
34084 \begin_layout Plain Layout
34085 LaTeX-paquetes ! endfloat
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Bibliography
34094 \begin_inset CommandInset bibitem
34095 LatexCommand bibitem
34096 key "wrapfig"
34097
34098 \end_inset
34099
34100 Documentación del paquete LaTeX 
34101 \series bold
34102
34103 \begin_inset CommandInset href
34104 LatexCommand href
34105 name "wrapfig"
34106 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34107
34108 \end_inset
34109
34110
34111 \series default
34112
34113 \begin_inset Index
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117 LaTeX-paquetes ! wrapfig
34118 \begin_inset ERT
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122
34123
34124 \backslash
34125
34126 \begin_inset ERT
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130
34131 {
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \begin_inset ERT
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141
34142 }
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \end_inset
34151
34152 vspace
34153 \begin_inset ERT
34154 status collapsed
34155
34156 \begin_layout Plain Layout
34157
34158 {
34159 \end_layout
34160
34161 \end_inset
34162
34163 4mm
34164 \begin_inset ERT
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168
34169 }
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Bibliography
34183 \begin_inset CommandInset bibitem
34184 LatexCommand bibitem
34185 key "footmisc"
34186
34187 \end_inset
34188
34189 Documentación del paquete LaTeX 
34190 \series bold
34191
34192 \begin_inset CommandInset href
34193 LatexCommand href
34194 name "footmisc"
34195 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34196
34197 \end_inset
34198
34199
34200 \series default
34201
34202 \begin_inset Index
34203 status collapsed
34204
34205 \begin_layout Plain Layout
34206 LaTeX-paquetes ! footmisc
34207 \end_layout
34208
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Bibliography
34215 \begin_inset CommandInset bibitem
34216 LatexCommand bibitem
34217 key "hypcap"
34218
34219 \end_inset
34220
34221 Documentación del paquete LaTeX 
34222 \series bold
34223
34224 \begin_inset CommandInset href
34225 LatexCommand href
34226 name "hypcap"
34227 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34228
34229 \end_inset
34230
34231
34232 \series default
34233
34234 \begin_inset Index
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 LaTeX-paquetes ! hyperref
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Bibliography
34247 \begin_inset CommandInset bibitem
34248 LatexCommand bibitem
34249 key "hyperref"
34250
34251 \end_inset
34252
34253 Documentación del paquete LaTeX 
34254 \series bold
34255
34256 \begin_inset CommandInset href
34257 LatexCommand href
34258 name "hyperref"
34259 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34260
34261 \end_inset
34262
34263
34264 \series default
34265
34266 \begin_inset Index
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 LaTeX-paquetes ! hyperref
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Bibliography
34279 \begin_inset CommandInset bibitem
34280 LatexCommand bibitem
34281 key "koma-script"
34282
34283 \end_inset
34284
34285 Documentación del paquete LaTeX 
34286 \series bold
34287
34288 \begin_inset CommandInset href
34289 LatexCommand href
34290 name "koma-script"
34291 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34292
34293 \end_inset
34294
34295
34296 \series default
34297
34298 \begin_inset Index
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302 LaTeX-paquetes ! koma-script
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \begin_layout Bibliography
34311 \begin_inset CommandInset bibitem
34312 LatexCommand bibitem
34313 key "listings"
34314
34315 \end_inset
34316
34317 Documentación del paquete LaTeX 
34318 \series bold
34319
34320 \begin_inset CommandInset href
34321 LatexCommand href
34322 name "listings"
34323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34324
34325 \end_inset
34326
34327
34328 \series default
34329
34330 \begin_inset Index
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 LaTeX-paquetes ! listings
34335 \end_layout
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Bibliography
34343 \begin_inset CommandInset bibitem
34344 LatexCommand bibitem
34345 key "marginnote"
34346
34347 \end_inset
34348
34349 Documentación del paquete LaTeX 
34350 \series bold
34351
34352 \begin_inset CommandInset href
34353 LatexCommand href
34354 name "marginnote"
34355 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34356
34357 \end_inset
34358
34359
34360 \series default
34361
34362 \begin_inset Index
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 LaTeX-paquetes ! marginnote
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Bibliography
34375 \begin_inset CommandInset bibitem
34376 LatexCommand bibitem
34377 key "pstricks"
34378
34379 \end_inset
34380
34381 Página web del paquete LaTeX 
34382 \series bold
34383
34384 \begin_inset CommandInset href
34385 LatexCommand href
34386 name "PSTricks"
34387 target "http://tug.org/PSTricks/"
34388
34389 \end_inset
34390
34391
34392 \series default
34393
34394 \begin_inset Index
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 LaTeX-paquetes ! PSTricks
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Bibliography
34407 \begin_inset CommandInset bibitem
34408 LatexCommand bibitem
34409 key "sidecap"
34410
34411 \end_inset
34412
34413 Documentación del paquete LaTeX 
34414 \series bold
34415
34416 \begin_inset CommandInset href
34417 LatexCommand href
34418 name "sidecap"
34419 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34420
34421 \end_inset
34422
34423
34424 \series default
34425
34426 \begin_inset Index
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430 LaTeX-paquetes ! sidecap
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Bibliography
34439 \begin_inset CommandInset bibitem
34440 LatexCommand bibitem
34441 key "NewInLyX16"
34442
34443 \end_inset
34444
34445
34446 \begin_inset CommandInset href
34447 LatexCommand href
34448 name "Página wiki"
34449 target "http://wiki.lyx.org/LyX/NewInLyX16"
34450
34451 \end_inset
34452
34453  sobre características nuevas para la versión 
34454 \family sans
34455 LyX
34456 \begin_inset Space ~
34457 \end_inset
34458
34459 1.6.0
34460 \family default
34461 .
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset CommandInset index_print
34466 LatexCommand printindex
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Standard
34474 \begin_inset FloatList figure
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Standard
34482 \begin_inset FloatList table
34483
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \begin_layout Standard
34490 \begin_inset ERT
34491 status open
34492
34493 \begin_layout Plain Layout
34494
34495
34496 \backslash
34497 listof{algorithm}{Lista de algoritmos}
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \begin_inset Note Note
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 Véase la sección
34508 \begin_inset Space ~
34509 \end_inset
34510
34511
34512 \begin_inset CommandInset ref
34513 LatexCommand ref
34514 reference "sub:Algoritmos-Flotantes"
34515
34516 \end_inset
34517
34518  para una descripción.
34519 \end_layout
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \end_body
34527 \end_document