]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- EmbeddedObjects.lyx, UserGuide.lyx: describe the new subfloat handling
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0beta2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 335
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  La figura
1044 \begin_inset space ~
1045 \end_inset
1046
1047
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "fig:Dos-imágenes-distorsionadas"
1051
1052 \end_inset
1053
1054  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1055  También se pueden poner una sobre otra.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 \begin_inset Float figure
1060 wide false
1061 sideways false
1062 status open
1063
1064 \begin_layout Plain Layout
1065 \begin_inset space \hfill{}
1066 \end_inset
1067
1068
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset Caption
1076
1077 \begin_layout Plain Layout
1078 Estructura indefinible
1079 \end_layout
1080
1081 \end_inset
1082
1083
1084 \end_layout
1085
1086 \begin_layout Plain Layout
1087 \begin_inset Graphics
1088         filename ../clipart/escher-lsd.eps
1089         width 45col%
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \begin_inset space \hfill{}
1100 \end_inset
1101
1102
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Caption
1110
1111 \begin_layout Plain Layout
1112
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Graphics
1122         filename ../clipart/platypus.eps
1123         lyxscale 60
1124         width 45col%
1125
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \begin_inset space \hfill{}
1135 \end_inset
1136
1137
1138 \end_layout
1139
1140 \begin_layout Plain Layout
1141 \begin_inset Caption
1142
1143 \begin_layout Plain Layout
1144 \begin_inset CommandInset label
1145 LatexCommand label
1146 name "fig:Dos-imágenes-distorsionadas"
1147
1148 \end_inset
1149
1150 Dos imágenes distorsionadas.
1151 \end_layout
1152
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \begin_layout Section
1164 Formatos de imagen
1165 \begin_inset CommandInset label
1166 LatexCommand label
1167 name "sec:Formatos-de-imagen"
1168
1169 \end_inset
1170
1171
1172 \begin_inset Index
1173 status collapsed
1174
1175 \begin_layout Plain Layout
1176 Formatos de imagen
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \begin_inset Index
1183 status collapsed
1184
1185 \begin_layout Plain Layout
1186 Figuras ! Formatos de imagen
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \begin_layout Standard
1195 Puedes insertar imágenes en cualquier formato.
1196  Pero como se explica en el apéndice
1197 \begin_inset space ~
1198 \end_inset
1199
1200
1201 \begin_inset CommandInset ref
1202 LatexCommand ref
1203 reference "cha:Formatos-de-Archivos-de-Salida"
1204
1205 \end_inset
1206
1207 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1208  de archivo de imagen.
1209  Por eso LyX usa el programa 
1210 \family sans
1211 Imagemagick
1212 \family default
1213  en segundo plano para convertir imágenes al formato adecuado.
1214  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1215  los formatos de imagen admitidos en el formato de archivo de salida.
1216  Los formatos de salida se explican en el apéndice
1217 \begin_inset space ~
1218 \end_inset
1219
1220
1221 \begin_inset CommandInset ref
1222 LatexCommand ref
1223 reference "cha:Formatos-de-Archivos-de-Salida"
1224
1225 \end_inset
1226
1227 .
1228 \end_layout
1229
1230 \begin_layout Standard
1231 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1232 \end_layout
1233
1234 \begin_layout Description
1235 Imágenes
1236 \begin_inset space ~
1237 \end_inset
1238
1239 mapa
1240 \begin_inset space ~
1241 \end_inset
1242
1243 de
1244 \begin_inset space ~
1245 \end_inset
1246
1247 bits
1248 \begin_inset space ~
1249 \end_inset
1250
1251 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1252  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1253  de zoom.
1254  Formatos de imágenes en bitmap bien conocidos son 
1255 \begin_inset Quotes eld
1256 \end_inset
1257
1258 Graphics Interchange Format
1259 \begin_inset Quotes erd
1260 \end_inset
1261
1262  (GIF, extensión 
1263 \begin_inset Quotes eld
1264 \end_inset
1265
1266 .gif
1267 \begin_inset Quotes erd
1268 \end_inset
1269
1270 )
1271 \begin_inset Index
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275 GIF|see
1276 \begin_inset ERT
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280
1281 {
1282 \end_layout
1283
1284 \end_inset
1285
1286 Formatos de imagen
1287 \begin_inset ERT
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291
1292 }
1293 \end_layout
1294
1295 \end_inset
1296
1297
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \begin_inset Quotes eld
1304 \end_inset
1305
1306 Portable Network Graphics
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310  (PNG, extensión 
1311 \begin_inset Quotes eld
1312 \end_inset
1313
1314 .png
1315 \begin_inset Quotes erd
1316 \end_inset
1317
1318 )
1319 \begin_inset Index
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323 PNG|see
1324 \begin_inset ERT
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328
1329 {
1330 \end_layout
1331
1332 \end_inset
1333
1334 Formatos de imagen
1335 \begin_inset ERT
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339
1340 }
1341 \end_layout
1342
1343 \end_inset
1344
1345
1346 \end_layout
1347
1348 \end_inset
1349
1350 , y 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354 Joint Photographic Experts Group
1355 \begin_inset Quotes erd
1356 \end_inset
1357
1358  (JPG, extensión 
1359 \begin_inset Quotes eld
1360 \end_inset
1361
1362 .jpg
1363 \begin_inset Quotes erd
1364 \end_inset
1365
1366  o 
1367 \begin_inset Quotes eld
1368 \end_inset
1369
1370 .jpeg
1371 \begin_inset Quotes erd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG|see
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 {
1386 \end_layout
1387
1388 \end_inset
1389
1390 Formatos de imagen
1391 \begin_inset ERT
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395
1396 }
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406 .
1407 \end_layout
1408
1409 \begin_layout Description
1410 Imágenes
1411 \begin_inset space ~
1412 \end_inset
1413
1414 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1415 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1416  La posibilidad de escalado hace falta para crear presentaciones, porque
1417  éstas siempre son escaladas por el proyector.
1418  El escalado también es útil en los documentos en línea para permitir el
1419  zoom en diagramas.
1420 \begin_inset Newline newline
1421 \end_inset
1422
1423 Formatos de imagen escalables pueden ser 
1424 \begin_inset Quotes eld
1425 \end_inset
1426
1427 Scalable Vector Graphics
1428 \begin_inset Quotes erd
1429 \end_inset
1430
1431  (SVG, extensión 
1432 \begin_inset Quotes eld
1433 \end_inset
1434
1435 .svg
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439 )
1440 \begin_inset Index
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 SVG|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Formatos de imagen
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \begin_inset Quotes eld
1473 \end_inset
1474
1475 Encapsulated PostScript
1476 \begin_inset Quotes erd
1477 \end_inset
1478
1479  (EPS, extensión 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483 .eps
1484 \begin_inset Quotes erd
1485 \end_inset
1486
1487 )
1488 \begin_inset Index
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492 EPS|see
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 {
1499 \end_layout
1500
1501 \end_inset
1502
1503 Formatos de imagen
1504 \begin_inset ERT
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508
1509 }
1510 \end_layout
1511
1512 \end_inset
1513
1514
1515 \end_layout
1516
1517 \end_inset
1518
1519
1520 \begin_inset Quotes eld
1521 \end_inset
1522
1523 Portable Document Format
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527  (PDF, extensión 
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 .pdf
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 PDF|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Formatos de imagen
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567 , y 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571 Windows Metafile
1572 \begin_inset Quotes erd
1573 \end_inset
1574
1575  (WMF, extensión 
1576 \begin_inset Quotes eld
1577 \end_inset
1578
1579 .wmf
1580 \begin_inset Quotes erd
1581 \end_inset
1582
1583 )
1584 \begin_inset Index
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 WMF|see
1589 \begin_inset ERT
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593
1594 {
1595 \end_layout
1596
1597 \end_inset
1598
1599 Formatos de imagen
1600 \begin_inset ERT
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604
1605 }
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614
1615 .
1616  Escribimos 
1617 \begin_inset Quotes eld
1618 \end_inset
1619
1620 pueden ser
1621 \begin_inset Quotes erd
1622 \end_inset
1623
1624 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1625  será todavía una imagen bitmap.
1626  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1627  a la imagen original
1628 \begin_inset Foot
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632 En el caso de PDF, además se comprime la imagen original.
1633 \end_layout
1634
1635 \end_inset
1636
1637 .
1638  Por ejemplo, los archivos PDF generados por 
1639 \family sans
1640 Adobe Photoshop
1641 \family default
1642  son imágenes bitmap.
1643 \end_layout
1644
1645 \begin_layout Standard
1646 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1647  viceversa.
1648  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1649  archivos de salida PDF y PostScript, respectivamente.
1650  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1651  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1652 \begin_inset Formula $\to$
1653 \end_inset
1654
1655  PDF/EPS.
1656 \end_layout
1657
1658 \begin_layout Chapter
1659 Tablas
1660 \begin_inset CommandInset label
1661 LatexCommand label
1662 name "cha:Tablas"
1663
1664 \end_inset
1665
1666
1667 \begin_inset Index
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Tablas
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Section
1680 Introducción
1681 \begin_inset Index
1682 status collapsed
1683
1684 \begin_layout Plain Layout
1685 Tablas ! Introducción
1686 \end_layout
1687
1688 \end_inset
1689
1690
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Puede insertarse una tabla mediante el botón
1695 \begin_inset Graphics
1696         filename ../../images/tabular-insert.png
1697         scale 85
1698
1699 \end_inset
1700
1701  o el menú 
1702 \family sans
1703 Insertar\SpecialChar \menuseparator
1704 Tabla
1705 \family default
1706 .
1707  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1708  el número de filas y de columnas de la tabla.
1709  Si usas el menú aparece un diálogo en el que se pide el número de filas
1710  y columnas.
1711  
1712 \begin_inset Newline newline
1713 \end_inset
1714
1715 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1716  fila aparece separada por una línea doble: la línea inferior de la primera
1717  fila y la línea superior de la segunda fila.
1718  Ejemplo de tabla:
1719 \end_layout
1720
1721 \begin_layout Standard
1722 \align center
1723 \begin_inset Tabular
1724 <lyxtabular version="3" rows="4" columns="4">
1725 <features>
1726 <column alignment="center" valignment="top" width="0">
1727 <column alignment="center" valignment="top" width="0pt">
1728 <column alignment="center" valignment="top" width="0in">
1729 <column alignment="center" valignment="top" width="0pt">
1730 <row>
1731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \family roman
1746 \series medium
1747 \shape up
1748 \size normal
1749 \emph off
1750 \bar no
1751 \noun off
1752 \color none
1753 1
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 2
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771 3
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 </row>
1777 <row>
1778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \family roman
1784 \series medium
1785 \shape up
1786 \size normal
1787 \emph off
1788 \bar no
1789 \noun off
1790 \color none
1791 A
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 </row>
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \family roman
1831 \series medium
1832 \shape up
1833 \size normal
1834 \emph off
1835 \bar no
1836 \noun off
1837 \color none
1838 B
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \size normal
1858 \noun off
1859 \color none
1860  
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \family roman
1882 \series medium
1883 \shape up
1884 \size normal
1885 \emph off
1886 \bar no
1887 \noun off
1888 \color none
1889 C
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
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 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 </row>
1922 </lyxtabular>
1923
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Section
1930 Diálogo de tablas
1931 \begin_inset Index
1932 status collapsed
1933
1934 \begin_layout Plain Layout
1935 Tablas ! Diálogo
1936 \end_layout
1937
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \begin_layout Standard
1944 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1945  pinchar sobre ella con el botón derecho del ratón.
1946  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1947  encuentra el cursor.
1948  La mayoría de opciones también trabajan sobre una selección de celdas,
1949  de filas o de columnas.
1950  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1951  su 
1952 \emph on
1953 contenido
1954 \emph default
1955 .
1956  En el cuadro de diálogo aparecen las siguientes solapas:
1957 \end_layout
1958
1959 \begin_layout Description
1960
1961 \family sans
1962 Configuración
1963 \begin_inset space ~
1964 \end_inset
1965
1966 de
1967 \begin_inset space ~
1968 \end_inset
1969
1970 la
1971 \begin_inset space ~
1972 \end_inset
1973
1974 tabla
1975 \family default
1976  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1977  actual.
1978  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1979  Una anchura determinada permite tener saltos de línea y distintos párrafos
1980  de texto, ver sección 
1981 \begin_inset space ~
1982 \end_inset
1983
1984
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "sub:Líneas-Múltiples-en"
1988
1989 \end_inset
1990
1991 .
1992  Si no estableces anchura, la columna será tan ancha como el contenido de
1993  la celda más ancha.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1998  ver sección
1999 \begin_inset space ~
2000 \end_inset
2001
2002
2003 \begin_inset CommandInset ref
2004 LatexCommand ref
2005 reference "sub:Multicolumnas"
2006
2007 \end_inset
2008
2009 .
2010 \begin_inset Newline newline
2011 \end_inset
2012
2013 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2014  90º en el sentido de las agujas del reloj.
2015  La rotación no se ve en LyX, sí en la salida.
2016 \begin_inset Newline newline
2017 \end_inset
2018
2019
2020 \begin_inset Note Greyedout
2021 status open
2022
2023 \begin_layout Plain Layout
2024
2025 \series bold
2026 Nota:
2027 \series default
2028  no todos los visores DVI pueden mostrar rotaciones.
2029 \end_layout
2030
2031 \end_inset
2032
2033
2034 \begin_inset Newline newline
2035 \end_inset
2036
2037 También es posible introducir argumentos LaTeX necesarios para formatos
2038  especiales, ver sección
2039 \begin_inset space ~
2040 \end_inset
2041
2042
2043 \begin_inset CommandInset ref
2044 LatexCommand ref
2045 reference "sub:Cálculos-en-Multicolumnas"
2046
2047 \end_inset
2048
2049  y 
2050 \begin_inset CommandInset ref
2051 LatexCommand ref
2052 reference "sec:Tablas-Coloreadas"
2053
2054 \end_inset
2055
2056 .
2057 \end_layout
2058
2059 \begin_layout Description
2060
2061 \family sans
2062 Bordes
2063 \family default
2064  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2065 \end_layout
2066
2067 \begin_layout Description
2068
2069 \family sans
2070 Tabla
2071 \begin_inset space ~
2072 \end_inset
2073
2074 larga
2075 \family default
2076  Para hacer 
2077 \emph on
2078 tablas largas
2079 \emph default
2080  que pueden extenderse por varias páginas.
2081  La sección
2082 \begin_inset space ~
2083 \end_inset
2084
2085
2086 \begin_inset CommandInset ref
2087 LatexCommand ref
2088 reference "sec:Tablas-Largas"
2089
2090 \end_inset
2091
2092  describe su uso en detalle.
2093 \end_layout
2094
2095 \begin_layout Standard
2096 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2097  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2098  aparecerá inmediatamente en el diálogo.
2099 \end_layout
2100
2101 \begin_layout Section
2102 Barra de herramientas de tabla
2103 \begin_inset Index
2104 status collapsed
2105
2106 \begin_layout Plain Layout
2107 Tablas ! Barra de herramientas
2108 \end_layout
2109
2110 \end_inset
2111
2112
2113 \end_layout
2114
2115 \begin_layout Standard
2116 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2117  para cambiar las tablas de manera más rápida.
2118  Normalmente debería aparecer en la parte inferior de la ventana principal
2119  de LyX cuando el cursor está dentro de una tabla.
2120  En cualquier momento se puede presentar esta barra pinchando con el botón
2121  derecho del ratón en cualquier punto de la barra principal de menú.
2122 \end_layout
2123
2124 \begin_layout Standard
2125 La barra de herramientas tiene los siguientes iconos:
2126 \end_layout
2127
2128 \begin_layout Labeling
2129 \labelwidthstring 00.00.0000
2130 \begin_inset Graphics
2131         filename ../../images/tabular-feature_append-row.png
2132
2133 \end_inset
2134
2135  añade una fila bajo la celda actual o selección
2136 \end_layout
2137
2138 \begin_layout Labeling
2139 \labelwidthstring 00.00.0000
2140 \begin_inset Graphics
2141         filename ../../images/tabular-feature_append-column.png
2142
2143 \end_inset
2144
2145  añade una columna a la derecha de la celda actual o selección
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Graphics
2151         filename ../../images/tabular-feature_delete-row.png
2152
2153 \end_inset
2154
2155  borra la fila actual o selección
2156 \end_layout
2157
2158 \begin_layout Labeling
2159 \labelwidthstring 00.00.0000
2160 \begin_inset Graphics
2161         filename ../../images/tabular-feature_delete-column.png
2162
2163 \end_inset
2164
2165  borra la columna actual o selección
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_toggle-line-top.png
2172
2173 \end_inset
2174
2175  añade una línea sobre la celda/fila actual o la selección
2176 \end_layout
2177
2178 \begin_layout Labeling
2179 \labelwidthstring 00.00.0000
2180 \begin_inset Graphics
2181         filename ../../images/tabular-feature_toggle-line-bottom.png
2182
2183 \end_inset
2184
2185  añade una línea bajo la celda/fila actual o la selección
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_toggle-line-left.png
2192
2193 \end_inset
2194
2195  añade una línea a la izquierda de la celda/fila actual o la selección
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_toggle-line-right.png
2202
2203 \end_inset
2204
2205  añade una línea a la derecha de la celda/fila actual o la selección
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_set-all-lines.png
2212
2213 \end_inset
2214
2215  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2216  actual no es multicolumna esto afecta también a la fila y a la columna)
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../../images/tabular-feature_unset-all-lines.png
2223
2224 \end_inset
2225
2226  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2227  actual no es multicolumna esto afecta también a la fila y a la columna)
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232 \begin_inset Graphics
2233         filename ../../images/tabular-feature_align-left.png
2234
2235 \end_inset
2236
2237  alinea a la izquierda el contenido de la celda/columna
2238 \end_layout
2239
2240 \begin_layout Labeling
2241 \labelwidthstring 00.00.0000
2242 \begin_inset Graphics
2243         filename ../../images/tabular-feature_align-center.png
2244
2245 \end_inset
2246
2247  centra el contenido de la celda/columna horizontalmente
2248 \end_layout
2249
2250 \begin_layout Labeling
2251 \labelwidthstring 00.00.0000
2252 \begin_inset Graphics
2253         filename ../../images/tabular-feature_align-right.png
2254
2255 \end_inset
2256
2257  alinea a la derecha el contenido de la celda/columna
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_valign-top.png
2264
2265 \end_inset
2266
2267  alinea arriba el contenido de la celda
2268 \end_layout
2269
2270 \begin_layout Labeling
2271 \labelwidthstring 00.00.0000
2272 \begin_inset Graphics
2273         filename ../../images/tabular-feature_valign-middle.png
2274
2275 \end_inset
2276
2277  centra verticalmente el contenido de la celda
2278 \end_layout
2279
2280 \begin_layout Labeling
2281 \labelwidthstring 00.00.0000
2282 \begin_inset Graphics
2283         filename ../../images/tabular-feature_valign-bottom.png
2284
2285 \end_inset
2286
2287  alinea abajo el contenido de la celda
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292 \begin_inset Graphics
2293         filename ../../images/tabular-feature_set-rotate-cell.png
2294
2295 \end_inset
2296
2297  gira la celda o selección 90° como las agujas de reloj
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302 \begin_inset Graphics
2303         filename ../../images/tabular-feature_set-rotate-tabular.png
2304
2305 \end_inset
2306
2307  gira toda la tabla 90° como agujas del reloj
2308 \end_layout
2309
2310 \begin_layout Labeling
2311 \labelwidthstring 00.00.0000
2312 \begin_inset Graphics
2313         filename ../../images/tabular-feature_multicolumn.png
2314
2315 \end_inset
2316
2317  establece la celda actual o selección como multicolumna
2318 \end_layout
2319
2320 \begin_layout Standard
2321 \begin_inset Note Greyedout
2322 status open
2323
2324 \begin_layout Plain Layout
2325
2326 \series bold
2327 Nota:
2328 \series default
2329  En la salida se emplea la alineación vertical de la primera celda de una
2330  fila para todas las celdas restantes de la fila.
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Section
2339 Menú Editar Tabla
2340 \begin_inset Index
2341 status collapsed
2342
2343 \begin_layout Plain Layout
2344 Tablas ! Editar
2345 \end_layout
2346
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \begin_layout Standard
2353 Además del diálogo y la barra de herramientas, el menú 
2354 \family sans
2355 Editar\SpecialChar \menuseparator
2356 Tabla
2357 \family default
2358  permite añadir y borrar bordes para la fila/columna actual y establecer
2359  la selección como multicolumna.
2360  El menú sólo está disponible si el cursor está en la tabla.
2361 \end_layout
2362
2363 \begin_layout Section
2364 Tablas flotantes
2365 \begin_inset CommandInset label
2366 LatexCommand label
2367 name "sec:Tablas-Flotantes"
2368
2369 \end_inset
2370
2371
2372 \begin_inset Index
2373 status collapsed
2374
2375 \begin_layout Plain Layout
2376 Flotantes ! Tablas
2377 \end_layout
2378
2379 \end_inset
2380
2381
2382 \begin_inset Index
2383 status collapsed
2384
2385 \begin_layout Plain Layout
2386 Tablas ! Flotantes
2387 \end_layout
2388
2389 \end_inset
2390
2391
2392 \end_layout
2393
2394 \begin_layout Standard
2395 Para una explicación general sobre flotantes, echa un vistazo a la sección
2396 \begin_inset space ~
2397 \end_inset
2398
2399
2400 \begin_inset CommandInset ref
2401 LatexCommand ref
2402 reference "sec:IntroducciónFlotantes"
2403
2404 \end_inset
2405
2406 .
2407 \end_layout
2408
2409 \begin_layout Standard
2410 \begin_inset Float table
2411 placement h
2412 wide false
2413 sideways false
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417 \begin_inset Caption
2418
2419 \begin_layout Plain Layout
2420 \begin_inset CommandInset label
2421 LatexCommand label
2422 name "tab:una tabla flotante"
2423
2424 \end_inset
2425
2426 Una tabla flotante.
2427 \end_layout
2428
2429 \end_inset
2430
2431
2432 \end_layout
2433
2434 \begin_layout Plain Layout
2435 \align center
2436 \begin_inset Tabular
2437 <lyxtabular version="3" rows="3" columns="3">
2438 <features>
2439 <column alignment="center" valignment="top" width="0pt">
2440 <column alignment="center" valignment="top" width="0pt">
2441 <column alignment="center" valignment="top" width="0pt">
2442 <row>
2443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447
2448 \family roman
2449 \series medium
2450 \shape up
2451 \size normal
2452 \emph off
2453 \bar no
2454 \noun off
2455 \color none
2456 1
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
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 2
2475 \end_layout
2476
2477 \end_inset
2478 </cell>
2479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 3
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 </row>
2498 <row>
2499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Plain Layout
2503
2504 \family roman
2505 \series medium
2506 \shape up
2507 \size normal
2508 \emph off
2509 \bar no
2510 \noun off
2511 \color none
2512 Pepe
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
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 Mari
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 Teo
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 </row>
2554 <row>
2555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2556 \begin_inset Text
2557
2558 \begin_layout Plain Layout
2559
2560 \family roman
2561 \series medium
2562 \shape up
2563 \size normal
2564 \emph off
2565 \bar no
2566 \noun off
2567 \color none
2568 \begin_inset Formula $\int x^{2}dx$
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580
2581 \family roman
2582 \series medium
2583 \shape up
2584 \size normal
2585 \emph off
2586 \bar no
2587 \noun off
2588 \color none
2589 \begin_inset Formula $\left[\begin{array}{cc}
2590 a & b\\
2591 c & d\end{array}\right]$
2592 \end_inset
2593
2594
2595 \end_layout
2596
2597 \end_inset
2598 </cell>
2599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2600 \begin_inset Text
2601
2602 \begin_layout Plain Layout
2603
2604 \family roman
2605 \series medium
2606 \shape up
2607 \size normal
2608 \emph off
2609 \bar no
2610 \noun off
2611 \color none
2612 \begin_inset Formula $1+1=2$
2613 \end_inset
2614
2615
2616 \end_layout
2617
2618 \end_inset
2619 </cell>
2620 </row>
2621 </lyxtabular>
2622
2623 \end_inset
2624
2625
2626 \end_layout
2627
2628 \end_inset
2629
2630
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Las tablas flotantes pueden insertarse con el menú 
2635 \family sans
2636 Insertar\SpecialChar \menuseparator
2637 Flotante\SpecialChar \menuseparator
2638 Tabla
2639 \family default
2640  o con el botón 
2641 \begin_inset Graphics
2642         filename ../../images/float-insert_table.png
2643         scale 85
2644
2645 \end_inset
2646
2647 .
2648 \end_layout
2649
2650 \begin_layout Standard
2651 El flotante se muestra como un cuadro desplegable con la etiqueta 
2652 \begin_inset Quotes eld
2653 \end_inset
2654
2655 Tabla
2656 \begin_inset space ~
2657 \end_inset
2658
2659 #:
2660 \begin_inset Quotes erd
2661 \end_inset
2662
2663  (# es el número actual).
2664  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2665  Para insertar una tabla en el flotante se sitúa el cursor al final del
2666  texto del encabezado y se pulsa Intro.
2667  La leyenda se imprime encima de la tabla.
2668 \end_layout
2669
2670 \begin_layout Standard
2671 La tabla
2672 \begin_inset space ~
2673 \end_inset
2674
2675
2676 \begin_inset CommandInset ref
2677 LatexCommand ref
2678 reference "tab:una tabla flotante"
2679
2680 \end_inset
2681
2682  es un ejemplo de tabla flotante.
2683 \end_layout
2684
2685 \begin_layout Standard
2686 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2687  no es soportado en las clases estándar de LaTeX.
2688  Esto significa que si estás usando las clases de documento 
2689 \family sans
2690 article
2691 \family default
2692
2693 \family sans
2694 book
2695 \family default
2696
2697 \family sans
2698 letter
2699 \family default
2700  o 
2701 \family sans
2702 report
2703 \family default
2704  no habrá espacio entre la leyenda y la tabla.
2705  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2706  del documento la siguiente opción al comando del paquete LaTeX 
2707 \series bold
2708 caption
2709 \series default
2710
2711 \begin_inset Index
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 LaTeX-paquetes ! caption
2716 \end_layout
2717
2718 \end_inset
2719
2720
2721 \begin_inset Foot
2722 status open
2723
2724 \begin_layout Plain Layout
2725 Para más información ve a la sección
2726 \begin_inset space ~
2727 \end_inset
2728
2729
2730 \begin_inset CommandInset ref
2731 LatexCommand ref
2732 reference "sec:Colocación-de-leyendas"
2733
2734 \end_inset
2735
2736 .
2737 \end_layout
2738
2739 \end_inset
2740
2741 :
2742 \end_layout
2743
2744 \begin_layout Standard
2745
2746 \series bold
2747 tableposition=top
2748 \end_layout
2749
2750 \begin_layout Standard
2751 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2752  
2753 \series bold
2754 caption
2755 \series default
2756  como se describe en la sección
2757 \begin_inset space ~
2758 \end_inset
2759
2760
2761 \begin_inset CommandInset ref
2762 LatexCommand ref
2763 reference "sec:Formato-de-leyendas"
2764
2765 \end_inset
2766
2767 .
2768  
2769 \end_layout
2770
2771 \begin_layout Standard
2772 \begin_inset Index
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 Referencias ! a tablas
2777 \end_layout
2778
2779 \end_inset
2780
2781 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2782  etiqueta.
2783  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2784 \family sans
2785 Insertar\SpecialChar \menuseparator
2786 Etiqueta
2787 \family default
2788  o con el botón 
2789 \begin_inset Graphics
2790         filename ../../images/label-insert.png
2791         scale 85
2792
2793 \end_inset
2794
2795 .
2796  Ahora puedes referenciar la etiqueta con el menú 
2797 \family sans
2798 Insertar\SpecialChar \menuseparator
2799 Referencia
2800 \begin_inset space ~
2801 \end_inset
2802
2803 cruzada
2804 \family default
2805  o con el botón 
2806 \begin_inset Graphics
2807         filename ../../images/dialog-show-new-inset_ref.png
2808         scale 85
2809
2810 \end_inset
2811
2812 .
2813 \begin_inset Newline newline
2814 \end_inset
2815
2816 Las referencias se explican con detalle en la sección
2817 \begin_inset space ~
2818 \end_inset
2819
2820
2821 \begin_inset CommandInset ref
2822 LatexCommand ref
2823 reference "sec:Referencias-a-Flotantes"
2824
2825 \end_inset
2826
2827 .
2828 \end_layout
2829
2830 \begin_layout Section
2831 Tablas largas
2832 \begin_inset CommandInset label
2833 LatexCommand label
2834 name "sec:Tablas-Largas"
2835
2836 \end_inset
2837
2838
2839 \begin_inset Index
2840 status collapsed
2841
2842 \begin_layout Plain Layout
2843 Tablas largas
2844 \end_layout
2845
2846 \end_inset
2847
2848
2849 \begin_inset Index
2850 status collapsed
2851
2852 \begin_layout Plain Layout
2853 Tablas ! Largas
2854 \end_layout
2855
2856 \end_inset
2857
2858
2859 \end_layout
2860
2861 \begin_layout Standard
2862 Si la tabla es demasiado larga para una página, puedes usar la opción 
2863 \family sans
2864 Usar
2865 \begin_inset space ~
2866 \end_inset
2867
2868 tabla
2869 \begin_inset space ~
2870 \end_inset
2871
2872 larga
2873 \family default
2874  en la solapa 
2875 \family sans
2876 Tabla
2877 \begin_inset space ~
2878 \end_inset
2879
2880 larga
2881 \family default
2882  del diálogo de tablas, para repartir automáticamente la tabla en varias
2883  páginas.
2884  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2885 \end_layout
2886
2887 \begin_layout Description
2888
2889 \family sans
2890 Encabezado:
2891 \family default
2892  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2893  definida, se definen como filas de encabezado para todas las páginas de
2894  la tabla, excepto para la primera página si 
2895 \family sans
2896 Primer
2897 \begin_inset space ~
2898 \end_inset
2899
2900 encabezado
2901 \family default
2902  está definido.
2903  Este se denomina encabezado principal.
2904 \end_layout
2905
2906 \begin_layout Description
2907
2908 \family sans
2909 Primer
2910 \begin_inset space ~
2911 \end_inset
2912
2913 encabezado:
2914 \family default
2915  La fila actual y superiores, que no tienen ninguna opción especial definida,
2916  se definen como filas cabeceras de la primera página de la tabla.
2917 \end_layout
2918
2919 \begin_layout Description
2920
2921 \family sans
2922 Pie:
2923 \family default
2924  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2925  definida, se definen como filas de pie de todas las páginas de la tabla,
2926  excepto para la última página si se define 
2927 \family sans
2928 Último
2929 \begin_inset space ~
2930 \end_inset
2931
2932 pie.
2933 \end_layout
2934
2935 \begin_layout Description
2936
2937 \family sans
2938 Último
2939 \begin_inset space ~
2940 \end_inset
2941
2942 pie: L
2943 \family default
2944 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2945  se definen como filas de pie de la última página de la tabla.
2946 \end_layout
2947
2948 \begin_layout Standard
2949 También se puede especificar en qué fila se ha de cortar la tabla.
2950  Si se establece más de una opción en la misma fila, habría que tener en
2951  cuenta que sólo la primera de ellas se usa en la fila dada.
2952  Las otras quedarán definidas como 
2953 \emph on
2954 vacías
2955 \emph default
2956 .
2957  En este contexto, primera significa primero en este orden: 
2958 \family sans
2959 Encabezado, Primer
2960 \begin_inset space ~
2961 \end_inset
2962
2963 encabezado
2964 \family default
2965
2966 \family sans
2967 Pie, Último
2968 \begin_inset space ~
2969 \end_inset
2970
2971 pie
2972 \family default
2973 .
2974  La siguiente tabla muestra cómo funciona:
2975 \end_layout
2976
2977 \begin_layout Standard
2978
2979 \end_layout
2980
2981 \begin_layout Standard
2982 \align center
2983 \begin_inset Tabular
2984 <lyxtabular version="3" rows="69" columns="3">
2985 <features islongtable="true">
2986 <column alignment="left" valignment="top" width="0cm">
2987 <column alignment="left" valignment="top" width="0pt">
2988 <column alignment="right" valignment="top" width="0pt">
2989 <row endfirsthead="true">
2990 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \series bold
2996 Ejemplo de lista telefónica (ignore los nombres)
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 </row>
3020 <row endfirsthead="true">
3021 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \series bold
3027 NOMBRE
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \series bold
3047 TEL.
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row endhead="true">
3054 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \series bold
3060 Ejemplo de lista telefónica
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 <row endhead="true">
3085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089
3090 \series bold
3091 NOMBRE
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 TEL.
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row endfoot="true">
3118 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122  continúa en la página siguiente
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 </row>
3146 <row>
3147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \series bold
3153 Annovi
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162 Silvia
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 111
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 </row>
3177 <row>
3178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182
3183 \series bold
3184 Bertoli
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 Stefano
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 111
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row>
3209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \series bold
3215 Bozzi
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 Walter
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 111
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 </row>
3239 <row>
3240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \series bold
3246 Cachia
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 Maria
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 111
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row>
3271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \series bold
3277 Cachia
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 <cell alignment="center" valignment="top" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286 Maurizio
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 111
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 </row>
3301 <row>
3302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306
3307 \series bold
3308 Cinquemani
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 Giusi
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 111
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 </row>
3332 <row>
3333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \series bold
3339 Colin
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell alignment="center" valignment="top" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 Bernard
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 111
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 </row>
3363 <row>
3364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \series bold
3370 Concli
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 Gianfranco
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 111
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \series bold
3401 Dal Bosco
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 Carolina
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 111
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Dalpiaz
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 Annamaria
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 111
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row>
3457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 Feliciello
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 Domenico
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 111
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 </row>
3487 <row>
3488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492
3493 \series bold
3494 Focarelli
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 Paola
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 111
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Galletti
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Oreste
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Gasparini
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Franca
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Rizzardi
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Paola
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Lassini
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Giancarlo
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Malfatti
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Luciano
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Malfatti
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Valeriano
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Meneguzzo
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Roberto
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Mezzadra
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Roberto
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Pirpamer
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Erich
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Pochiesa
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Paolo
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111, 222
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Radina
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Claudio
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Stuffer
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Oskar
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Tacchelli
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Ugo
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Tezzele
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Margit
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Unterkalmsteiner
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Frieda
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Vieider
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Hilde
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Vigna
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Jürgen
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Weber
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Maurizio
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Winkler
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Franz
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112  
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell multicolumn="2" alignment="center" valignment="top" topline="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 </row>
4136 <row>
4137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141
4142 \series bold
4143 Annovi
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 Silvia
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 555
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 </row>
4167 <row>
4168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172
4173 \series bold
4174 Bertoli
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 Stefano
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 555
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \series bold
4205 Bozzi
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 Walter
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 555
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \series bold
4236 Cachia
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 Maria
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 555
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 </row>
4260 <row>
4261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265
4266 \series bold
4267 Cachia
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 Maurizio
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 555
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296
4297 \series bold
4298 Cinquemani
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Giusi
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 555
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327
4328 \series bold
4329 Colin
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 Bernard
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 555
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358
4359 \series bold
4360 Concli
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 Gianfranco
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 555
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \series bold
4391 Dal Bosco
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 Carolina
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 555
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \series bold
4422 Dalpiaz
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 Annamaria
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 555
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \series bold
4453 Feliciello
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 Domenico
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 555
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482
4483 \series bold
4484 Focarelli
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 Paola
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 555
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Galletti
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Oreste
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Gasparini
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Franca
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Rizzardi
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Paola
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Lassini
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Giancarlo
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Malfatti
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Luciano
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Malfatti
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Valeriano
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Meneguzzo
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Roberto
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Mezzadra
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Roberto
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Pirpamer
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Erich
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Pochiesa
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Paolo
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555, 222
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Radina
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Claudio
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Stuffer
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Oskar
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Tacchelli
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Ugo
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Tezzele
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Margit
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Unterkalmsteiner
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Frieda
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Vieider
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Hilde
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Vigna
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Jürgen
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 999
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Weber
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Maurizio
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Winkler
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Franz
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row endlastfoot="true">
5098 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 fin
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 </row>
5126 </lyxtabular>
5127
5128 \end_inset
5129
5130
5131 \begin_inset ERT
5132 status open
5133
5134 \begin_layout Plain Layout
5135
5136
5137 \backslash
5138 addtocounter{table}{-1}
5139 \end_layout
5140
5141 \end_inset
5142
5143
5144 \begin_inset Note Note
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148 Para comprender el uso de este comando, lee al final de la sección
5149 \begin_inset space ~
5150 \end_inset
5151
5152
5153 \begin_inset CommandInset ref
5154 LatexCommand ref
5155 reference "sub:Leyendas-en-Tablas"
5156
5157 \end_inset
5158
5159  la primera nota resaltada en gris.
5160  
5161 \end_layout
5162
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Subsection
5169 Notas al pie en tablas largas
5170 \begin_inset CommandInset label
5171 LatexCommand label
5172 name "sub:Notas-al-pie-en-Tablas-Largas"
5173
5174 \end_inset
5175
5176
5177 \begin_inset Index
5178 status collapsed
5179
5180 \begin_layout Plain Layout
5181 Tablas largas ! Notas al pie
5182 \end_layout
5183
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \begin_layout Standard
5190 Se pueden insertar notas al pie en cada celda de una tabla larga.
5191  Las notas se muestran en la parte inferior de la página en la que esté
5192  la celda con la nota.
5193  La tabla
5194 \begin_inset space ~
5195 \end_inset
5196
5197
5198 \begin_inset CommandInset ref
5199 LatexCommand ref
5200 reference "tab:DifLeyendas"
5201
5202 \end_inset
5203
5204  tiene un ejemplo de nota al pie.
5205 \end_layout
5206
5207 \begin_layout Subsection
5208 Alineación de tablas largas
5209 \begin_inset Index
5210 status collapsed
5211
5212 \begin_layout Plain Layout
5213 Tablas largas ! Alineación
5214 \end_layout
5215
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \begin_layout Standard
5222 Las tablas largas se centran por defecto.
5223  Al contrario de la alineación de filas y columnas, la alineación de una
5224  tabla no se puede cambiar por ahora en el diálogo de tablas.
5225  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5226  longitudes 
5227 \series bold
5228
5229 \backslash
5230 LTleft
5231 \series default
5232  y 
5233 \series bold
5234
5235 \backslash
5236 LTright 
5237 \series default
5238 insertando la línea siguiente como ERT antes de la correspondiente tabla
5239  larga:
5240 \end_layout
5241
5242 \begin_layout Standard
5243
5244 \series bold
5245
5246 \backslash
5247 setlength{
5248 \backslash
5249 LTleft}{valor}
5250 \end_layout
5251
5252 \begin_layout Standard
5253 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5254 \begin_inset space ~
5255 \end_inset
5256
5257
5258 \begin_inset CommandInset ref
5259 LatexCommand ref
5260 reference "tab:Unidades"
5261
5262 \end_inset
5263
5264 .
5265  
5266 \series bold
5267
5268 \backslash
5269 LTlent 
5270 \series default
5271 controla la distancia entre el borde izquierdo de la página y la tabla.
5272  
5273 \series bold
5274
5275 \backslash
5276 LTright 
5277 \series default
5278 la distancia desde el lado derecho.
5279  El valor predeterminado para ambas longitudes es 
5280 \series bold
5281
5282 \backslash
5283 fill
5284 \series default
5285 , que en este caso es lo mismo que un relleno horizontal en LyX.
5286 \end_layout
5287
5288 \begin_layout Standard
5289 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5290 \series bold
5291
5292 \backslash
5293 LTleft
5294 \series default
5295  0 pt.
5296 \begin_inset ERT
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300
5301
5302 \backslash
5303 setlength{
5304 \backslash
5305 LTleft}{0pt}
5306 \end_layout
5307
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \begin_layout Standard
5314 \begin_inset Tabular
5315 <lyxtabular version="3" rows="5" columns="5">
5316 <features islongtable="true">
5317 <column alignment="center" valignment="top" width="0">
5318 <column alignment="center" valignment="top" width="0">
5319 <column alignment="center" valignment="top" width="0">
5320 <column alignment="center" valignment="top" width="0">
5321 <column alignment="center" valignment="top" width="0">
5322 <row>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 1
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 2
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 3
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 4
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 5
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 <row>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 asd
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 s
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 s
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" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 asd
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 asd
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 s
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 s
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" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 asd
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 asd
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 s
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 s
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" rightline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 asd
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 asd
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 asd
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
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" rightline="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 </row>
5557 </lyxtabular>
5558
5559 \end_inset
5560
5561
5562 \begin_inset ERT
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566
5567
5568 \backslash
5569 setlength{
5570 \backslash
5571 LTleft}{
5572 \backslash
5573 fill}
5574 \end_layout
5575
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \begin_layout Subsection
5582 Leyendas en tablas largas
5583 \begin_inset Index
5584 status collapsed
5585
5586 \begin_layout Plain Layout
5587 Tablas largas ! Leyendas
5588 \end_layout
5589
5590 \end_inset
5591
5592
5593 \begin_inset CommandInset label
5594 LatexCommand label
5595 name "sub:Leyendas-en-Tablas"
5596
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \begin_layout Standard
5603 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5604  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5605  para tablas largas.
5606 \end_layout
5607
5608 \begin_layout Standard
5609 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5610  hay que crearlos de la sigiente forma:
5611 \end_layout
5612
5613 \begin_layout Enumerate
5614 Crea una tabla larga.
5615 \end_layout
5616
5617 \begin_layout Enumerate
5618 Marca la primera fila y deshabilita su línea superior.
5619 \end_layout
5620
5621 \begin_layout Enumerate
5622 Inserta una leyenda con el menú 
5623 \family sans
5624 Insertar\SpecialChar \menuseparator
5625 Leyenda
5626 \family default
5627  en la primera celda.
5628 \begin_inset Newline newline
5629 \end_inset
5630
5631 También puedes añadir un 
5632 \family sans
5633 título breve
5634 \family default
5635  para la leyenda .
5636 \end_layout
5637
5638 \begin_layout Enumerate
5639 Inserta un 
5640 \begin_inset Quotes eld
5641 \end_inset
5642
5643
5644 \series bold
5645
5646 \backslash
5647
5648 \backslash
5649 %
5650 \series default
5651
5652 \begin_inset Quotes erd
5653 \end_inset
5654
5655  como ERT detrás de la leyenda.
5656 \end_layout
5657
5658 \begin_layout Standard
5659 En la Lista de tablas aparecerá el título breve en vez del título completo.
5660  El 
5661 \series bold
5662
5663 \begin_inset Quotes eld
5664 \end_inset
5665
5666
5667 \backslash
5668
5669 \backslash
5670 %
5671 \series default
5672
5673 \begin_inset Quotes erd
5674 \end_inset
5675
5676  detrás de la leyenda elimina las líneas verticales entre las siguientes
5677  celdas de la fila.
5678  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5679  la tabla real comienza en la segunda fila.
5680 \end_layout
5681
5682 \begin_layout Standard
5683 He aquí una pequeña tabla larga para mostrar cómo funciona:
5684 \end_layout
5685
5686 \begin_layout Standard
5687 \begin_inset Tabular
5688 <lyxtabular version="3" rows="6" columns="5">
5689 <features islongtable="true">
5690 <column alignment="center" valignment="top" width="0">
5691 <column alignment="center" valignment="top" width="0">
5692 <column alignment="center" valignment="top" width="0">
5693 <column alignment="center" valignment="top" width="0">
5694 <column alignment="center" valignment="top" width="0">
5695 <row caption="true">
5696 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 \begin_inset Caption
5701
5702 \begin_layout Plain Layout
5703 Tabla larga con leyenda
5704 \begin_inset OptArg
5705 status open
5706
5707 \begin_layout Plain Layout
5708 Tabla larga
5709 \end_layout
5710
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
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" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 1
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 2
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 3
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 4
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 5
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 </row>
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 s
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" rightline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 asd
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 s
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 s
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" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 asd
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 <row>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 asd
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 s
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 s
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" rightline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 asd
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 asd
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 asd
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
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" rightline="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 </row>
5995 </lyxtabular>
5996
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \begin_layout Standard
6003 \begin_inset VSpace medskip
6004 \end_inset
6005
6006
6007 \begin_inset Note Greyedout
6008 status open
6009
6010 \begin_layout Plain Layout
6011
6012 \series bold
6013 Nota
6014 \series default
6015 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6016  leyenda en alguna de ellas.
6017  Por esto podría suceder que, p.
6018 \begin_inset space \thinspace{}
6019 \end_inset
6020
6021 e., la tabla
6022 \begin_inset space ~
6023 \end_inset
6024
6025 2.4 siga a la tabla
6026 \begin_inset space ~
6027 \end_inset
6028
6029 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6030  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6031  en ERT:
6032 \end_layout
6033
6034 \begin_layout Plain Layout
6035
6036 \series bold
6037
6038 \backslash
6039 addtocounter{table}{-1}
6040 \end_layout
6041
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \begin_layout Standard
6048 \begin_inset Note Greyedout
6049 status open
6050
6051 \begin_layout Plain Layout
6052
6053 \series bold
6054 Nota:
6055 \series default
6056  Si utilizas el paquete LaTeX 
6057 \series bold
6058 hyperref
6059 \series default
6060
6061 \begin_inset Index
6062 status collapsed
6063
6064 \begin_layout Plain Layout
6065 LaTeX-paquetes ! hyperref
6066 \end_layout
6067
6068 \end_inset
6069
6070  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6071  llevan siempre al principio del documento.
6072 \end_layout
6073
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \begin_layout Subsubsection
6080 Referencias a tablas largas
6081 \begin_inset Index
6082 status collapsed
6083
6084 \begin_layout Plain Layout
6085 Tablas largas ! Referencias a
6086 \end_layout
6087
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \begin_layout Standard
6094 \begin_inset Tabular
6095 <lyxtabular version="3" rows="6" columns="5">
6096 <features islongtable="true">
6097 <column alignment="center" valignment="top" width="0">
6098 <column alignment="center" valignment="top" width="0">
6099 <column alignment="center" valignment="top" width="0">
6100 <column alignment="center" valignment="top" width="0">
6101 <column alignment="center" valignment="top" width="0">
6102 <row caption="true">
6103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Caption
6108
6109 \begin_layout Plain Layout
6110 Tabla larga referenciada
6111 \begin_inset CommandInset label
6112 LatexCommand label
6113 name "tab:RefEjemplo"
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
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" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 1
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 2
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 3
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 4
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 5
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 <row>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 asd
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 s
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 s
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" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 asd
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 asd
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 s
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 s
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" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 asd
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 s
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" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 asd
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 asd
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 sad
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
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 asd
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
6399 </lyxtabular>
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Standard
6407 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6408  Observa que tienes que añadir el prefijo 
6409 \begin_inset Quotes eld
6410 \end_inset
6411
6412
6413 \emph on
6414 tab
6415 \emph default
6416 :
6417 \begin_inset Quotes erd
6418 \end_inset
6419
6420  manualmente en el campo de etiqueta.
6421  
6422 \end_layout
6423
6424 \begin_layout Standard
6425 Esto es una referencia a la tabla
6426 \begin_inset space ~
6427 \end_inset
6428
6429
6430 \begin_inset CommandInset ref
6431 LatexCommand ref
6432 reference "tab:RefEjemplo"
6433
6434 \end_inset
6435
6436 .
6437 \end_layout
6438
6439 \begin_layout Standard
6440 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6441  del documento mediante el paquete LaTeX 
6442 \series bold
6443 caption
6444 \series default
6445
6446 \begin_inset Index
6447 status collapsed
6448
6449 \begin_layout Plain Layout
6450 LaTeX-paquetes ! caption
6451 \end_layout
6452
6453 \end_inset
6454
6455 , véase sección
6456 \begin_inset space ~
6457 \end_inset
6458
6459  
6460 \begin_inset CommandInset ref
6461 LatexCommand ref
6462 reference "sec:Formato-de-leyendas"
6463
6464 \end_inset
6465
6466 .
6467 \end_layout
6468
6469 \begin_layout Subsubsection
6470 Anchura de la leyenda
6471 \begin_inset Index
6472 status collapsed
6473
6474 \begin_layout Plain Layout
6475 Tablas largas ! Anchura de la leyenda
6476 \end_layout
6477
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \begin_layout Standard
6484 La anchura máxima se define por la longitud 
6485 \series bold
6486
6487 \backslash
6488 LTcapwidth
6489 \series default
6490 .
6491  Por defecto es 4
6492 \begin_inset space \thinspace{}
6493 \end_inset
6494
6495 in (4
6496 \begin_inset space ~
6497 \end_inset
6498
6499 pulgadas).
6500  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6501  documento antes de la tabla larga a la que afecta
6502 \end_layout
6503
6504 \begin_layout Standard
6505
6506 \series bold
6507
6508 \backslash
6509 setlength{
6510 \backslash
6511 LTcapwidth}{anchura}
6512 \end_layout
6513
6514 \begin_layout Standard
6515 donde la anchura puede ser una de las unidades listadas en el apéndice
6516 \begin_inset space ~
6517 \end_inset
6518
6519
6520 \begin_inset CommandInset ref
6521 LatexCommand ref
6522 reference "cha:Unidades-disponibles-en"
6523
6524 \end_inset
6525
6526 .
6527 \end_layout
6528
6529 \begin_layout Standard
6530 Las tablas siguientes muestran la diferencia:
6531 \end_layout
6532
6533 \begin_layout Standard
6534 \begin_inset Tabular
6535 <lyxtabular version="3" rows="6" columns="5">
6536 <features islongtable="true">
6537 <column alignment="center" valignment="top" width="0">
6538 <column alignment="center" valignment="top" width="0">
6539 <column alignment="center" valignment="top" width="0">
6540 <column alignment="center" valignment="top" width="0">
6541 <column alignment="center" valignment="top" width="0">
6542 <row caption="true">
6543 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 \begin_inset Caption
6548
6549 \begin_layout Plain Layout
6550 Leyenda larga completa con anchura predeterminada leyenda larga completa
6551  con anchura predeterminada
6552 \begin_inset OptArg
6553 status open
6554
6555 \begin_layout Plain Layout
6556 Leyenda con anchura predeterminada
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \end_inset
6565
6566
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
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" rightline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 </row>
6608 <row>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 1
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 2
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 3
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 4
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 5
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 </row>
6655 <row>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 asd
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 s
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 s
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" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 asd
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 asd
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 s
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
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" rightline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 asd
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 </row>
6749 <row>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 asd
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 s
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 s
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" rightline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 asd
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 </row>
6796 <row>
6797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 asd
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 sad
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
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 asd
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
6843 </lyxtabular>
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \begin_layout Standard
6851 \begin_inset ERT
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855
6856
6857 \backslash
6858 setlength{
6859 \backslash
6860 LTcapwidth}{5cm}
6861 \end_layout
6862
6863 \end_inset
6864
6865
6866 \begin_inset Tabular
6867 <lyxtabular version="3" rows="6" columns="5">
6868 <features islongtable="true">
6869 <column alignment="center" valignment="top" width="0">
6870 <column alignment="center" valignment="top" width="0">
6871 <column alignment="center" valignment="top" width="0">
6872 <column alignment="center" valignment="top" width="0">
6873 <column alignment="center" valignment="top" width="0">
6874 <row caption="true">
6875 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 \begin_inset Caption
6880
6881 \begin_layout Plain Layout
6882 Leyenda larga completa con anchura de 5
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 cm leyenda larga completa con anchura de 5
6887 \begin_inset space \thinspace{}
6888 \end_inset
6889
6890 cm leyenda larga completa con anchura de 5
6891 \begin_inset space \thinspace{}
6892 \end_inset
6893
6894 cm
6895 \begin_inset OptArg
6896 status open
6897
6898 \begin_layout Plain Layout
6899 Leyenda con anchura
6900 \begin_inset space \thinspace{}
6901 \end_inset
6902
6903 =
6904 \begin_inset space \thinspace{}
6905 \end_inset
6906
6907 5
6908 \begin_inset space \thinspace{}
6909 \end_inset
6910
6911 cm
6912 \end_layout
6913
6914 \end_inset
6915
6916
6917 \end_layout
6918
6919 \end_inset
6920
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
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" rightline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 </row>
6963 <row>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 1
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 2
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 3
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 4
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 5
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 s
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 s
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" rightline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 s
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 s
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" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 s
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" rightline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 </row>
7151 <row>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 sad
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
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 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
7198 </lyxtabular>
7199
7200 \end_inset
7201
7202
7203 \begin_inset ERT
7204 status collapsed
7205
7206 \begin_layout Plain Layout
7207
7208
7209 \backslash
7210 setlength{
7211 \backslash
7212 LTcapwidth}{4in}
7213 \end_layout
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \begin_layout Standard
7221 \begin_inset Note Greyedout
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225
7226 \series bold
7227 Nota: 
7228 \series default
7229 Si se usa el paquete LaTeX 
7230 \series bold
7231 caption
7232 \series default
7233
7234 \begin_inset Index
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238 LaTeX-paquetes ! caption
7239 \end_layout
7240
7241 \end_inset
7242
7243 , como en este documento, se usa la anchura de toda la página para el pie
7244  si utilizas el valor por defecto de 4
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 in para 
7249 \series bold
7250
7251 \backslash
7252 LTcapwidth
7253 \series default
7254 .
7255  En este caso, para conseguir exactamente un pie de 4
7256 \begin_inset space \thinspace{}
7257 \end_inset
7258
7259 in, puedes poner un valor ligeramente diferente de 4.0
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 in, p.
7264 \begin_inset space \thinspace{}
7265 \end_inset
7266
7267 e.
7268  3.99
7269 \begin_inset space \thinspace{}
7270 \end_inset
7271
7272 in, o el comando de LaTeX 
7273 \series bold
7274
7275 \backslash
7276 captionsetup{width=valor}
7277 \series default
7278 , suministrado por el paquete 
7279 \series bold
7280 caption
7281 \series default
7282 .
7283 \end_layout
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \begin_layout Subsubsection
7291 Leyendas distintas para cada página
7292 \begin_inset Index
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296 Tablas largas ! Leyendas distintas para cada página
7297 \end_layout
7298
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \begin_layout Standard
7305 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7306  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7307  como primer encabezado.
7308  La leyenda para las restantes páginas se inserta sin título breve en una
7309  fila postiza de leyenda marcada como primer encabezado.
7310  Si este encabezado no ha de incluir el número de tabla, usa el comando
7311 \end_layout
7312
7313 \begin_layout Standard
7314
7315 \series bold
7316
7317 \backslash
7318 caption*{texto de la leyenda}
7319 \end_layout
7320
7321 \begin_layout Standard
7322 en vez del recuadro de leyenda de LyX.
7323  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7324  La tabla
7325 \begin_inset space ~
7326 \end_inset
7327
7328
7329 \begin_inset CommandInset ref
7330 LatexCommand ref
7331 reference "tab:DifLeyendas"
7332
7333 \end_inset
7334
7335  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7336  no incluye número de tabla.
7337 \end_layout
7338
7339 \begin_layout Standard
7340 \align center
7341 \begin_inset Tabular
7342 <lyxtabular version="3" rows="60" columns="3">
7343 <features islongtable="true">
7344 <column alignment="left" valignment="top" width="0cm">
7345 <column alignment="left" valignment="top" width="0pt">
7346 <column alignment="right" valignment="top" width="0pt">
7347 <row endfirsthead="true" caption="true">
7348 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 \begin_inset Caption
7353
7354 \begin_layout Plain Layout
7355 Ejemplo de lista telefónica
7356 \begin_inset CommandInset label
7357 LatexCommand label
7358 name "tab:DifLeyendas"
7359
7360 \end_inset
7361
7362
7363 \begin_inset OptArg
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367 Ejemplo de lista telefónica
7368 \end_layout
7369
7370 \end_inset
7371
7372
7373 \end_layout
7374
7375 \end_inset
7376
7377
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 </row>
7401 <row endfirsthead="true">
7402 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406
7407 \series bold
7408 Ejemplo de lista telefónica (ignore los nombres)
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 </row>
7432 <row endfirsthead="true">
7433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \series bold
7439 NOMBRE
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457
7458 \series bold
7459 TEL.
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 </row>
7465 <row endhead="true" caption="true">
7466 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 \begin_inset ERT
7471 status open
7472
7473 \begin_layout Plain Layout
7474
7475
7476 \backslash
7477 caption*{Continúa Ejemplo de lista telefónica}
7478 \backslash
7479
7480 \backslash
7481 %
7482 \end_layout
7483
7484 \end_inset
7485
7486
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 </row>
7510 <row endhead="true">
7511 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515
7516 \series bold
7517 Ejemplo de lista telefónica
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row endhead="true">
7542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \series bold
7548 NOMBRE
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566
7567 \series bold
7568 TEL.
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 </row>
7574 <row endfoot="true">
7575 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 continúa en página siguiente
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 </row>
7603 <row>
7604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \series bold
7610 Annovi
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 Silvia
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 111
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \series bold
7641 Bertoli
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 Stefano
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 111
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 Bozzi
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 Walter
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 111
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row>
7697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 Cachia
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 Maria
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 111
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 </row>
7727 <row>
7728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \series bold
7734 Cachia
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 Maurizio
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 111
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \series bold
7765 Cinquemani
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 Giusi
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 111
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row>
7790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 Colin
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 Bernard
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 111
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \series bold
7827 Concli
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 Gianfranco
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 111
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \series bold
7858 Dal Bosco
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Carolina
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 111
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Dalpiaz
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 Annamaria
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 111
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 Feliciello
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 Domenico
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 111
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \series bold
7951 Focarelli
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 Paola
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 111
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \series bold
7982 Galletti
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 Oreste
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 111
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 Gasparini
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 Franca
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 111
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 Rizzardi
8045 \series default
8046
8047 \begin_inset Foot
8048 status open
8049
8050 \begin_layout Plain Layout
8051 Ejemplo de nota al pie
8052 \end_layout
8053
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Paola
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Lassini
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Giancarlo
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Malfatti
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Luciano
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Malfatti
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Valeriano
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Meneguzzo
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Roberto
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Mezzadra
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Roberto
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Pirpamer
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Erich
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Pochiesa
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Paolo
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111, 222
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Radina
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Claudio
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Stuffer
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Oskar
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Tacchelli
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Ugo
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Tezzele
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Margit
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 111
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \series bold
8428 Unterkalmsteiner
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 Frieda
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 111
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \series bold
8459 Vieider
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Hilde
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \series bold
8490 Vigna
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Jürgen
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 111
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \series bold
8521 Weber
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 Maurizio
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 111
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \series bold
8552 Winkler
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Franz
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 111
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581  
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell multicolumn="2" alignment="center" valignment="top" topline="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 </row>
8605 <row>
8606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Annovi
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Silvia
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 555
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Bertoli
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Stefano
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 555
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Bozzi
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Walter
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 555
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Cachia
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Maria
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 555
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Cachia
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Maurizio
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 555
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \series bold
8767 Cinquemani
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Giusi
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 555
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \series bold
8798 Colin
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 Bernard
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 555
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829 Concli
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Gianfranco
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 555
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Dal Bosco
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Carolina
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 555
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Dalpiaz
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Annamaria
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 555
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Feliciello
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Domenico
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 555
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \series bold
8953 Focarelli
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Paola
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 555
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \series bold
8984 Galletti
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Oreste
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 555
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Gasparini
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Franca
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 555
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Rizzardi
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Paola
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 555
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \series bold
9077 Lassini
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Giancarlo
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 555
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Malfatti
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Luciano
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139 Malfatti
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Valeriano
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 555
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \series bold
9170 Meneguzzo
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Roberto
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 555
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \series bold
9201 Mezzadra
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Roberto
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 555
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 <row endlastfoot="true">
9226 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 </lyxtabular>
9255
9256 \end_inset
9257
9258
9259 \end_layout
9260
9261 \begin_layout Standard
9262 \begin_inset Newpage newpage
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \begin_layout Section
9269 Particularidades de las tablas largas
9270 \end_layout
9271
9272 \begin_layout Subsection
9273 Cálculos
9274 \begin_inset Index
9275 status collapsed
9276
9277 \begin_layout Plain Layout
9278 Tablas largas ! Cálculos
9279 \end_layout
9280
9281 \end_inset
9282
9283
9284 \end_layout
9285
9286 \begin_layout Standard
9287 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9288  utilizando los denominados 
9289 \begin_inset Quotes eld
9290 \end_inset
9291
9292 trozos
9293 \begin_inset Quotes erd
9294 \end_inset
9295
9296 , que son partes de la tabla presentes en la memoria de LaTeX.
9297  El valor predeterminado está establecido a sólo 20 filas.
9298  Si estás usando tablas largas con muchas páginas, la generación del documento
9299  puede hacerse muy lenta.
9300  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9301  el siguiente comando en el preámbulo del documento:
9302 \end_layout
9303
9304 \begin_layout Standard
9305
9306 \series bold
9307
9308 \backslash
9309 setcounter{LTchunksize}{100}
9310 \end_layout
9311
9312 \begin_layout Subsection
9313 Flotantes y tablas largas
9314 \begin_inset Index
9315 status collapsed
9316
9317 \begin_layout Plain Layout
9318 Tablas largas ! Flotantes
9319 \end_layout
9320
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \begin_layout Standard
9327 Podría haber problemas si un flotante aparece en la misma página donde comienza
9328  una tabla larga.
9329  Para evitarlo, añade el comando 
9330 \series bold
9331
9332 \backslash
9333 clearpage
9334 \series default
9335  como ERT antes de la tabla.
9336 \end_layout
9337
9338 \begin_layout Subsection
9339 Saltos de página forzados
9340 \begin_inset Index
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Tablas largas ! Saltos de página forzados
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 Por defecto, las tablas sólo se cortan entre filas.
9354  Si tienes una celda con líneas múltiples y necesitas un salto de página
9355  dentro de la celda, inserta el comando de nueva línea 
9356 \begin_inset Quotes eld
9357 \end_inset
9358
9359
9360 \series bold
9361
9362 \backslash
9363
9364 \backslash
9365
9366 \series default
9367
9368 \begin_inset Quotes erd
9369 \end_inset
9370
9371  como ERT en el punto en que quieras cortar.
9372  Antes del comando 
9373 \begin_inset Quotes eld
9374 \end_inset
9375
9376
9377 \series bold
9378
9379 \backslash
9380
9381 \backslash
9382
9383 \series default
9384
9385 \begin_inset Quotes erd
9386 \end_inset
9387
9388  debes insertar en ERT tantos caracteres 
9389 \begin_inset Quotes eld
9390 \end_inset
9391
9392
9393 \series bold
9394 &
9395 \series default
9396
9397 \begin_inset Quotes erd
9398 \end_inset
9399
9400  como columnas siguientes de la tabla.
9401  
9402 \series bold
9403 &
9404 \series default
9405  es el carácter para separar celdas.
9406  Escribe en ERT después de cada 
9407 \series bold
9408 &
9409 \series default
9410  el contenido de la celda siguiente correspondiente y borra el contenido
9411  de esas celdas.
9412 \begin_inset Newline newline
9413 \end_inset
9414
9415 Detrás del comando 
9416 \series bold
9417
9418 \backslash
9419
9420 \backslash
9421
9422 \series default
9423 , inserta tantos 
9424 \series bold
9425 &
9426 \series default
9427  como columnas haya delante de la actual.
9428  En la tabla
9429 \begin_inset space ~
9430 \end_inset
9431
9432
9433 \begin_inset CommandInset ref
9434 LatexCommand ref
9435 reference "tab:Saltos de Página Forzados"
9436
9437 \end_inset
9438
9439  la celda que debería cortarse está en la segunda columna seguida de otra
9440  columna.
9441  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9442  
9443 \begin_inset Quotes eld
9444 \end_inset
9445
9446
9447 \emph on
9448 Castelchiodato,
9449 \emph default
9450
9451 \begin_inset Quotes erd
9452 \end_inset
9453
9454 :
9455 \end_layout
9456
9457 \begin_layout Standard
9458
9459 \series bold
9460 & 111
9461 \backslash
9462
9463 \backslash
9464
9465 \begin_inset Newline newline
9466 \end_inset
9467
9468 &
9469 \end_layout
9470
9471 \begin_layout Standard
9472 El 
9473 \begin_inset Quotes eld
9474 \end_inset
9475
9476 111
9477 \begin_inset Quotes erd
9478 \end_inset
9479
9480  en la tercera columna de la fila se ha borrado.
9481  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9482  superior pero quisieras una línea horizontal donde se corta la celda, usa
9483  este comando alternativo:
9484 \end_layout
9485
9486 \begin_layout Standard
9487
9488 \series bold
9489 & 111
9490 \backslash
9491
9492 \backslash
9493
9494 \begin_inset Newline newline
9495 \end_inset
9496
9497
9498 \backslash
9499 hline &
9500 \end_layout
9501
9502 \begin_layout Standard
9503 Cuando la celda a cortar está en la última columna, el comando
9504 \end_layout
9505
9506 \begin_layout Standard
9507
9508 \series bold
9509
9510 \backslash
9511 setlength{
9512 \backslash
9513 parfillskip}{0pt}
9514 \end_layout
9515
9516 \begin_layout Standard
9517 debe insertarse como ERT al principio de la celda.
9518  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9519  aparecerá con toda su anchura.
9520 \end_layout
9521
9522 \begin_layout Standard
9523 \align center
9524 \begin_inset Tabular
9525 <lyxtabular version="3" rows="39" columns="3">
9526 <features islongtable="true">
9527 <column alignment="left" valignment="top" width="0cm">
9528 <column alignment="left" valignment="top" width="3cm">
9529 <column alignment="right" valignment="top" width="0pt">
9530 <row endfirsthead="true" caption="true">
9531 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 \begin_inset Caption
9536
9537 \begin_layout Plain Layout
9538 Tabla con salto de página forzado en celda
9539 \begin_inset CommandInset label
9540 LatexCommand label
9541 name "tab:Saltos de Página Forzados"
9542
9543 \end_inset
9544
9545
9546 \begin_inset OptArg
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550 Tabla con salto de página forzado en celda
9551 \end_layout
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row endfirsthead="true">
9585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591 Ejemplo de lista telefónica (ignore los nombres)
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row endfirsthead="true">
9616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622 NOMBRE
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \series bold
9642 TEL.
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row endhead="true" caption="true">
9649 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 caption*{Continúa tabla con salto de página forzado en celda}
9661 \backslash
9662
9663 \backslash
9664 %
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row endhead="true">
9694 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698  
9699 \series bold
9700 Ejemplo de lista telefónica
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row endhead="true">
9725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \series bold
9731 NOMBRE
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \series bold
9751 TEL.
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row endfoot="true">
9758 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 continúa en página siguiente
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row>
9787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \series bold
9793 Annovi
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 Silvia
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 111
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 </row>
9817 <row>
9818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \series bold
9824 Bertoli
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 Stefano
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 111
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row>
9849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \series bold
9855 Bozzi
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Walter
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 111
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 Cachia
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 Maria
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 111
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row>
9911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917 Cachia
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 Maurizio
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 111
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row>
9942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 Cinquemani
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Giusi
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 111
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \series bold
9979 Colin
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 Bernard
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 111
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row>
10004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \series bold
10010 Concli
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 Gianfranco
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 111
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Dal Bosco
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 Carolina
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 111
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Dalpiaz
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 Annamaria
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 111
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Feliciello
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 Domenico
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 111
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Focarelli
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Paola
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Galletti
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Oreste
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Gasparini
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Franca
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Lassini
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Giancarlo, 11.
10237  Fürst von Montecompatri, 11.
10238  Fürst von Sulmona und Vivaro, 10.
10239  Fürst von Rossano, 5.
10240  Herzog von Canemorte, 11.
10241  Herzog von Palombara, 5.
10242  Herzog von Castelchiodato,
10243 \begin_inset ERT
10244 status open
10245
10246 \begin_layout Plain Layout
10247
10248 & 111
10249 \backslash
10250
10251 \backslash
10252
10253 \end_layout
10254
10255 \begin_layout Plain Layout
10256
10257 &
10258 \end_layout
10259
10260 \end_inset
10261
10262  11.
10263  Herzog von Poggionativo, 11.
10264  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10265  Graf von Valinfreda, 11.
10266  Baron von Cropalati, 11.
10267  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \series bold
10289 Malfatti
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Luciano
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 111
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \series bold
10320 Malfatti
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 Valeriano
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 111
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Meneguzzo
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Roberto
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Mezzadra
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Roberto
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Pirpamer
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Erich
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Pochiesa
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Paolo
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111, 222
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Radina
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Claudio
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 111
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \series bold
10506 Rizzardi
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 Paolo
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 111
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \series bold
10537 Stuffer
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Oskar
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 111
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Tacchelli
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Ugo
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row>
10593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \series bold
10599 Tezzele
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Margit
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 111
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \series bold
10630 Unterkalmsteiner
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 Frieda
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 111
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 Vieider
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Hilde
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 111
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \series bold
10692 Vigna
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 Jürgen
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Weber
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Maurizio
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Winkler
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Franz
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row endlastfoot="true">
10779 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 </lyxtabular>
10808
10809 \end_inset
10810
10811
10812 \end_layout
10813
10814 \begin_layout Section
10815 Líneas múltiples en columnas y filas
10816 \end_layout
10817
10818 \begin_layout Subsection
10819 Líneas múltiples en celdas
10820 \begin_inset CommandInset label
10821 LatexCommand label
10822 name "sub:Líneas-Múltiples-en"
10823
10824 \end_inset
10825
10826
10827 \begin_inset Index
10828 status collapsed
10829
10830 \begin_layout Plain Layout
10831 Líneas múltiples en celdas
10832 \end_layout
10833
10834 \end_inset
10835
10836
10837 \begin_inset Index
10838 status collapsed
10839
10840 \begin_layout Plain Layout
10841 Tablas ! Saltos de línea
10842 \end_layout
10843
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \begin_layout Standard
10850 \align center
10851 \begin_inset Float table
10852 placement H
10853 wide false
10854 sideways false
10855 status open
10856
10857 \begin_layout Plain Layout
10858 \begin_inset Caption
10859
10860 \begin_layout Plain Layout
10861 \begin_inset CommandInset label
10862 LatexCommand label
10863 name "tab:Tabla-con-múltiples"
10864
10865 \end_inset
10866
10867 Tabla con líneas múltiples en celda
10868 \end_layout
10869
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \begin_layout Plain Layout
10876 \align center
10877 \begin_inset Tabular
10878 <lyxtabular version="3" rows="3" columns="3">
10879 <features>
10880 <column alignment="center" valignment="middle" width="2.5cm">
10881 <column alignment="center" valignment="middle" width="0">
10882 <column alignment="center" valignment="middle" width="0">
10883 <row>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 líneas
10889 \begin_inset Newline linebreak
10890 \end_inset
10891
10892 múltiples
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 b
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 c
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 d
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 e
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 f
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 <row>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 g
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 h
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 i
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 </lyxtabular>
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \end_inset
10982
10983
10984 \end_layout
10985
10986 \begin_layout Standard
10987 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10988  párrafos con varias líneas y guionado.
10989 \end_layout
10990
10991 \begin_layout Standard
10992 Para generar la tabla
10993 \begin_inset space ~
10994 \end_inset
10995
10996
10997 \begin_inset CommandInset ref
10998 LatexCommand ref
10999 reference "tab:Tabla-con-múltiples"
11000
11001 \end_inset
11002
11003 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11004  En el diálogo que surge establece una anchura de 2.5
11005 \begin_inset space \thinspace{}
11006 \end_inset
11007
11008 cm y escoge centro en alineación vertical y horizontal.
11009  La alineación vertical se utiliza para todas las celdas de la fila.
11010  Como nuestro texto es menor de 2.5
11011 \begin_inset space \thinspace{}
11012 \end_inset
11013
11014 cm, sólo aparece una línea.
11015  Para poner dos añadimos
11016 \lang english
11017 , a justified line break (shortcut 
11018 \family sans
11019 Ctrl-Shift-Return
11020 \family default
11021 ) was added.
11022
11023 \lang spanish
11024  Si el texto es más ancho que la celda será automáticamente dividido en
11025  líneas.
11026 \end_layout
11027
11028 \begin_layout Standard
11029 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11030  con guión si es la primera entrada.
11031  Por eso hay que insertar algo para que dicha palabra no sea la primera
11032  entrada: añade el comando
11033 \end_layout
11034
11035 \begin_layout Standard
11036
11037 \series bold
11038
11039 \backslash
11040 hspace{0pt}
11041 \end_layout
11042
11043 \begin_layout Standard
11044 en ERT antes de la palabra.
11045  Como el espacio es 0 la salida no cambia.
11046  La tabla
11047 \begin_inset space ~
11048 \end_inset
11049
11050
11051 \begin_inset CommandInset ref
11052 LatexCommand ref
11053 reference "tab:Tabla-con-y"
11054
11055 \end_inset
11056
11057  muestra el efecto.
11058 \end_layout
11059
11060 \begin_layout Standard
11061 \begin_inset Float table
11062 placement b
11063 wide false
11064 sideways false
11065 status open
11066
11067 \begin_layout Plain Layout
11068 \begin_inset Caption
11069
11070 \begin_layout Plain Layout
11071 \begin_inset CommandInset label
11072 LatexCommand label
11073 name "tab:Tabla-con-y"
11074
11075 \end_inset
11076
11077 Tablas con y sin guión
11078 \end_layout
11079
11080 \end_inset
11081
11082
11083 \end_layout
11084
11085 \begin_layout Plain Layout
11086 \begin_inset space \hfill{}
11087 \end_inset
11088
11089
11090 \begin_inset Tabular
11091 <lyxtabular version="3" rows="3" columns="3">
11092 <features>
11093 <column alignment="center" valignment="middle" width="2.5cm">
11094 <column alignment="center" valignment="middle" width="0">
11095 <column alignment="center" valignment="middle" width="0">
11096 <row>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 celdaconpalabramuylarga
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 b
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 c
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
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 d
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 e
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 f
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 </row>
11154 <row>
11155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 g
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 h
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 i
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 </lyxtabular>
11184
11185 \end_inset
11186
11187
11188 \begin_inset space \hfill{}
11189 \end_inset
11190
11191
11192 \begin_inset Tabular
11193 <lyxtabular version="3" rows="3" columns="3">
11194 <features>
11195 <column alignment="center" valignment="middle" width="2.5cm">
11196 <column alignment="center" valignment="middle" width="0">
11197 <column alignment="center" valignment="middle" width="0">
11198 <row>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 \begin_inset ERT
11204 status collapsed
11205
11206 \begin_layout Plain Layout
11207
11208
11209 \backslash
11210 hspace{0pt}
11211 \end_layout
11212
11213 \end_inset
11214
11215 celdaconpalabramuylarga
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 b
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 c
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 </row>
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 d
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 e
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 f
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 <row>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 g
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 h
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 i
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 </lyxtabular>
11298
11299 \end_inset
11300
11301
11302 \begin_inset space \hfill{}
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \begin_layout Subsection
11314 Multicolumnas
11315 \begin_inset CommandInset label
11316 LatexCommand label
11317 name "sub:Multicolumnas"
11318
11319 \end_inset
11320
11321
11322 \begin_inset Index
11323 status collapsed
11324
11325 \begin_layout Plain Layout
11326 Multicolumnas
11327 \end_layout
11328
11329 \end_inset
11330
11331
11332 \begin_inset Index
11333 status collapsed
11334
11335 \begin_layout Plain Layout
11336 Tablas ! Multicolumnas
11337 \end_layout
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Subsubsection
11345 Fundamentos de multicolumna
11346 \end_layout
11347
11348 \begin_layout Standard
11349 Para extender una celda sobre varias columnas, se marcan las celdas que
11350  se desee combinar y se usa el botón 
11351 \begin_inset Graphics
11352         filename ../../images/tabular-feature_multicolumn.png
11353         scale 85
11354
11355 \end_inset
11356
11357 , el menú 
11358 \family sans
11359 Editar\SpecialChar \menuseparator
11360 Tabla\SpecialChar \menuseparator
11361 Multicolumna
11362 \family default
11363 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11364  bajo la solapa 
11365 \family sans
11366 Configuración
11367 \family default
11368 , la casilla Multicolumna.
11369 \end_layout
11370
11371 \begin_layout Standard
11372 Las multicolumnas tienen su propia configuración de celdas.
11373  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11374  multicolumna.
11375  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11376  otra en la última fila sin borde superior:
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \align center
11381 \begin_inset Tabular
11382 <lyxtabular version="3" rows="3" columns="4">
11383 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11384 <column alignment="center" valignment="top" width="0pt">
11385 <column alignment="center" valignment="middle" width="0">
11386 <column alignment="center" valignment="top" width="0in">
11387 <column alignment="center" valignment="top" width="0pt">
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 abc
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 def ghi
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 jkl
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \family roman
11433 \series medium
11434 \shape up
11435 \size normal
11436 \emph off
11437 \bar no
11438 \noun off
11439 \color none
11440 A
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 B
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 C
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 D
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 1
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 2
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 3
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 4
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 </row>
11511 </lyxtabular>
11512
11513 \end_inset
11514
11515
11516 \end_layout
11517
11518 \begin_layout Subsubsection
11519 Cálculos en multicolumnas
11520 \begin_inset CommandInset label
11521 LatexCommand label
11522 name "sub:Cálculos-en-Multicolumnas"
11523
11524 \end_inset
11525
11526
11527 \begin_inset Index
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531 Multicolumnas ! Cálculos
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Standard
11540 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11541  la anchura de celda de las columnas combinadas en la celda multicolumna.
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \begin_inset Float table
11546 placement h
11547 wide false
11548 sideways false
11549 status open
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Caption
11553
11554 \begin_layout Plain Layout
11555 \begin_inset CommandInset label
11556 LatexCommand label
11557 name "tab:Tabla-con-centrado"
11558
11559 \end_inset
11560
11561 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11562 te la mitad de anchura que la celda multicolumna
11563 \begin_inset OptArg
11564 status collapsed
11565
11566 \begin_layout Plain Layout
11567 Tabla multicolumna perfecta
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Plain Layout
11581 \align center
11582 \begin_inset Tabular
11583 <lyxtabular version="3" rows="3" columns="3">
11584 <features>
11585 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11586 <column alignment="center" valignment="middle" width="0">
11587 <column alignment="center" valignment="top" width="0">
11588 <row>
11589 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 multicolumna línea múltiple
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 c
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 d
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 e
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 f
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 g
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 h
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 i
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 </lyxtabular>
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \begin_layout Standard
11688 Por ejemplo, para crear la tabla
11689 \begin_inset space ~
11690 \end_inset
11691
11692
11693 \begin_inset CommandInset ref
11694 LatexCommand ref
11695 reference "tab:Tabla-con-centrado"
11696
11697 \end_inset
11698
11699 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11700  clic-derecha.
11701  En el diálogo marca 
11702 \emph on
11703 multicolumna
11704 \emph default
11705
11706 \emph on
11707 alineación centro
11708 \emph default
11709  y una anchura de 2.5
11710 \begin_inset space \thinspace{}
11711 \end_inset
11712
11713 cm.
11714  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11715  de la celda multicolumna, así que deberías ajustar 1.25
11716 \begin_inset space \thinspace{}
11717 \end_inset
11718
11719 cm para la primera columna.
11720  La segunda columna tendrá entonces automáticamente 1.25
11721 \begin_inset space \thinspace{}
11722 \end_inset
11723
11724 cm de anchura.
11725  Para la tabla
11726 \begin_inset space ~
11727 \end_inset
11728
11729
11730 \begin_inset CommandInset ref
11731 LatexCommand ref
11732 reference "tab:Tabla-sin-mitad"
11733
11734 \end_inset
11735
11736  se ha procedido de la siguiente manera:
11737 \end_layout
11738
11739 \begin_layout Standard
11740 \begin_inset Float table
11741 wide false
11742 sideways false
11743 status open
11744
11745 \begin_layout Plain Layout
11746 \begin_inset Caption
11747
11748 \begin_layout Plain Layout
11749 \begin_inset CommandInset label
11750 LatexCommand label
11751 name "tab:Tabla-sin-mitad"
11752
11753 \end_inset
11754
11755 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11756  anchura que la celda multicolumna
11757 \begin_inset OptArg
11758 status open
11759
11760 \begin_layout Plain Layout
11761 Tabla multicolumna imperfecta
11762 \end_layout
11763
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Plain Layout
11775 \align center
11776 \begin_inset Tabular
11777 <lyxtabular version="3" rows="3" columns="3">
11778 <features>
11779 <column alignment="center" valignment="top" width="1.25cm">
11780 <column alignment="center" valignment="top" width="0">
11781 <column alignment="center" valignment="top" width="0">
11782 <row>
11783 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 multicolumna línea múltiple
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 c
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 d
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 e
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 f
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 <row>
11841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 g
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 h
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 i
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 </lyxtabular>
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \begin_layout Standard
11882 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11883 a, es un poco mayor.
11884  La razón es que la anchura dada para una celda 
11885 \begin_inset Formula $W_{g}$
11886 \end_inset
11887
11888  no es su anchura total 
11889 \begin_inset Formula $W_{\mathrm{tot}}$
11890 \end_inset
11891
11892  porque una celda es siempre algo mayor que la anchura dada.
11893  El apéndice
11894 \begin_inset space ~
11895 \end_inset
11896
11897
11898 \begin_inset CommandInset ref
11899 LatexCommand eqref
11900 reference "cha:Explicación-de-la-Ecuación"
11901
11902 \end_inset
11903
11904  lo explica con detalle.
11905 \end_layout
11906
11907 \begin_layout Standard
11908 La anchura dada necesaria, 
11909 \begin_inset Formula $W_{g\, n}$
11910 \end_inset
11911
11912  para combinar 
11913 \emph on
11914 n
11915 \emph default
11916  columnas puede calcularse de manera que cada columna tenga una anchura
11917  total de 
11918 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11919 \end_inset
11920
11921 :
11922 \begin_inset Formula \begin{equation}
11923 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11924
11925 \end_inset
11926
11927
11928 \end_layout
11929
11930 \begin_layout Standard
11931 En nuestro caso tenemos 
11932 \begin_inset Formula $n=2$
11933 \end_inset
11934
11935
11936 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11937 \end_inset
11938
11939
11940 \begin_inset space \thinspace{}
11941 \end_inset
11942
11943 cm y los valores predeterminados para longitudes, así la ecuación
11944 \begin_inset space ~
11945 \end_inset
11946
11947
11948 \begin_inset CommandInset ref
11949 LatexCommand ref
11950 reference "eq:Wgn"
11951
11952 \end_inset
11953
11954  queda
11955 \begin_inset Formula \begin{equation}
11956 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11957
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \begin_layout Standard
11964 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11965  
11966 \series bold
11967 calc
11968 \series default
11969  con la línea
11970 \begin_inset Index
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 LaTeX-paquetes ! calc
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \begin_layout Standard
11983
11984 \series bold
11985
11986 \backslash
11987 usepackage{calc}
11988 \end_layout
11989
11990 \begin_layout Standard
11991 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11992  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11993  He aquí un repaso de los argumentos:
11994 \end_layout
11995
11996 \begin_layout Itemize
11997
11998 \series bold
11999 p{ancho}
12000 \series default
12001  crea celdas con anchura fija, el texto alineado arriba
12002 \end_layout
12003
12004 \begin_layout Itemize
12005
12006 \series bold
12007 m{ancho}
12008 \series default
12009  crea celdas con anchura fija, el texto con alineación vertical centrada
12010  
12011 \end_layout
12012
12013 \begin_layout Itemize
12014
12015 \series bold
12016 b{ancho}
12017 \series default
12018  crea celdas con anchura fija, el texto alineado abajo
12019 \end_layout
12020
12021 \begin_layout Standard
12022 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12023  en el diálogo se ignoran.
12024 \end_layout
12025
12026 \begin_layout Standard
12027 \begin_inset Note Greyedout
12028 status open
12029
12030 \begin_layout Plain Layout
12031
12032 \series bold
12033 Nota:
12034 \series default
12035  Debido a un error, LyX muestra de todas formas estas propiedades.
12036 \end_layout
12037
12038 \end_inset
12039
12040  
12041 \end_layout
12042
12043 \begin_layout Standard
12044 El comando 
12045 \series bold
12046
12047 \backslash
12048 centering
12049 \series default
12050  centra horizontalmente el texto.
12051  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12052  columna extendida:
12053 \end_layout
12054
12055 \begin_layout Standard
12056
12057 \series bold
12058 >{
12059 \backslash
12060 centering}m{1.25cm-6.2pt}
12061 \end_layout
12062
12063 \begin_layout Standard
12064 El comando 
12065 \series bold
12066 >{ }
12067 \series default
12068  significa que los comandos entre llaves se aplican antes de crear la celda.
12069 \end_layout
12070
12071 \begin_layout Standard
12072 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12073 , aún está alineado a la izquierda.
12074  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12075  Así que para multicolumnas hemos de usar el argumento de LaTeX
12076 \end_layout
12077
12078 \begin_layout Standard
12079
12080 \series bold
12081 >{
12082 \backslash
12083 centering}m{2.5cm}
12084 \end_layout
12085
12086 \begin_layout Subsection
12087 Multifilas
12088 \begin_inset Index
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092 Multifilas
12093 \end_layout
12094
12095 \end_inset
12096
12097
12098 \begin_inset Index
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 Tablas ! Multifilas
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \begin_inset Index
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 LaTeX-paquetes ! multirow
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12122  hace falta un poco de ERT.
12123  Hay que cargar el paquete de LaTeX 
12124 \series bold
12125 multirow
12126 \series default
12127  en el preámbulo del documento con el comando
12128 \end_layout
12129
12130 \begin_layout Standard
12131
12132 \series bold
12133
12134 \backslash
12135 usepackage{multirow}
12136 \end_layout
12137
12138 \begin_layout Standard
12139 Las multifilas se crean con el comando
12140 \end_layout
12141
12142 \begin_layout Standard
12143
12144 \series bold
12145
12146 \backslash
12147 multirow{número de filas}{ancho de celda}{entrada de celda}
12148 \end_layout
12149
12150 \begin_layout Standard
12151 Para crear la siguiente tabla:
12152 \end_layout
12153
12154 \begin_layout Standard
12155 \align center
12156 \begin_inset ERT
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160
12161
12162 \backslash
12163 renewcommand{
12164 \backslash
12165 multirowsetup}{
12166 \backslash
12167 centering}
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \begin_inset Tabular
12174 <lyxtabular version="3" rows="3" columns="3">
12175 <features>
12176 <column alignment="center" valignment="top" width="0">
12177 <column alignment="center" valignment="top" width="0">
12178 <column alignment="center" valignment="top" width="0">
12179 <row>
12180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 a
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 b
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 c
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 </row>
12208 <row>
12209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 \begin_inset ERT
12214 status collapsed
12215
12216 \begin_layout Plain Layout
12217
12218
12219 \backslash
12220 multirow{2}{2.5cm}{
12221 \end_layout
12222
12223 \end_inset
12224
12225 entrada multifila
12226 \begin_inset ERT
12227 status collapsed
12228
12229 \begin_layout Plain Layout
12230
12231 }
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 e
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254 f
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 <row>
12261 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 h
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 i
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 </row>
12289 </lyxtabular>
12290
12291 \end_inset
12292
12293
12294 \begin_inset ERT
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298
12299
12300 \backslash
12301 renewcommand{
12302 \backslash
12303 multirowsetup}{
12304 \backslash
12305 raggedright}
12306 \end_layout
12307
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \begin_layout Standard
12314 crea una tabla 3×3.
12315  Para quitar la línea sobre la última celda en la primera columna, se marca
12316  la celda como multicolumna y se quita el borde superior.
12317  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12318  ahí el comando
12319 \end_layout
12320
12321 \begin_layout Standard
12322
12323 \series bold
12324
12325 \backslash
12326 multirow{2}{2.5cm}{
12327 \end_layout
12328
12329 \begin_layout Standard
12330 como ERT.
12331  Según los parámetros del comando la multifila se expande a dos filas y
12332  tiene de ancho 2.5
12333 \begin_inset space \thinspace{}
12334 \end_inset
12335
12336 cm.
12337  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12338  finaliza con llave derecha 
12339 \series bold
12340 }
12341 \series default
12342  en otro cuadro ERT tras el texto.
12343 \end_layout
12344
12345 \begin_layout Standard
12346
12347 \series bold
12348
12349 \backslash
12350 multirow
12351 \series default
12352  alinea su contenido a la izquierda por defecto.
12353  Para cambiarlo renombra el comando 
12354 \series bold
12355
12356 \backslash
12357 multirowsetup
12358 \series default
12359  con el comando
12360 \end_layout
12361
12362 \begin_layout Standard
12363
12364 \series bold
12365
12366 \backslash
12367 renewcommand{
12368 \backslash
12369 multirowsetup}{
12370 \backslash
12371 centering}
12372 \end_layout
12373
12374 \begin_layout Standard
12375 en ERT en el preámbulo del documento.
12376  Entonces se centran todas las entradas de celdas multifila en el documento.
12377  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12378  en ERT justo antes de la tabla en lugar de en el preámbulo.
12379  Si el texto debe estar alineado a la derecha, reemplaza 
12380 \series bold
12381
12382 \backslash
12383 centering
12384 \series default
12385  por 
12386 \series bold
12387
12388 \backslash
12389 raggedleft
12390 \series default
12391 .
12392  Para volver a alineado a la izquierda usa 
12393 \series bold
12394
12395 \backslash
12396 raggedright
12397 \series default
12398 .
12399 \end_layout
12400
12401 \begin_layout Section
12402 Tablas formales
12403 \begin_inset CommandInset label
12404 LatexCommand label
12405 name "sec:Tablas-Formales"
12406
12407 \end_inset
12408
12409
12410 \begin_inset Index
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 Tablas Formales
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \begin_inset Index
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Tablas ! Estilo formal
12425 \end_layout
12426
12427 \end_inset
12428
12429  
12430 \end_layout
12431
12432 \begin_layout Standard
12433 En los libros, las tablas se suelen presentar en un formato como el de la
12434  tabla 
12435 \begin_inset space ~
12436 \end_inset
12437
12438
12439 \begin_inset CommandInset ref
12440 LatexCommand ref
12441 reference "tab:Ejemplo-tabla-formal"
12442
12443 \end_inset
12444
12445 .
12446  Se denominan tablas 
12447 \emph on
12448 formales
12449 \emph default
12450 .
12451  Para hacer tablas con este diseño, elige 
12452 \family sans
12453 Estilo
12454 \family default
12455
12456 \begin_inset space ~
12457 \end_inset
12458
12459
12460 \family sans
12461 Formal
12462 \family default
12463  en la solapa 
12464 \family sans
12465 Bordes
12466 \family default
12467  del cuadro de diálogo de tablas.
12468 \end_layout
12469
12470 \begin_layout Standard
12471 \begin_inset Float table
12472 placement h
12473 wide false
12474 sideways false
12475 status open
12476
12477 \begin_layout Plain Layout
12478 \begin_inset Caption
12479
12480 \begin_layout Plain Layout
12481 \begin_inset CommandInset label
12482 LatexCommand label
12483 name "tab:Ejemplo-tabla-formal"
12484
12485 \end_inset
12486
12487 Ejemplo de tabla formal
12488 \end_layout
12489
12490 \end_inset
12491
12492
12493 \end_layout
12494
12495 \begin_layout Plain Layout
12496 \align center
12497 \begin_inset Tabular
12498 <lyxtabular version="3" rows="8" columns="4">
12499 <features booktabs="true">
12500 <column alignment="center" valignment="top" width="0">
12501 <column alignment="center" valignment="top" width="0">
12502 <column alignment="center" valignment="top" width="0">
12503 <column alignment="center" valignment="top" width="0">
12504 <row>
12505 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 System
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" topline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 Medipix
12519 \begin_inset Formula $\,$
12520 \end_inset
12521
12522 1
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 Medipix
12532 \begin_inset Formula $\,$
12533 \end_inset
12534
12535 2
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 <row>
12551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 \begin_inset ERT
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559
12560
12561 \backslash
12562 cmidrule(r){2-2}
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \begin_inset ERT
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572
12573
12574 \backslash
12575 cmidrule(l){3-4}
12576 \end_layout
12577
12578 \end_inset
12579
12580 Detector thickness [µm]
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 300
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 300
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 700
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 Edge angle [°]
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 3.55
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 2.71
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 7.99
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row topspace="default">
12652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 Spatial resolution [µm]
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 4.26
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 10.17
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 10.56
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 </row>
12689 <row topspace="default">
12690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 MTF at 
12695 \begin_inset Formula $f_{\mathrm{max}}$
12696 \end_inset
12697
12698
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 0.53
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 0.37
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 0.39
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 </row>
12731 <row topspace="default">
12732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset ERT
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740
12741
12742 \backslash
12743 cmidrule(l{10pt}){1-1}
12744 \end_layout
12745
12746 \end_inset
12747
12748 LSF-spatial resolution
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 </row>
12781 <row>
12782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 in µm
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 129.7
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 52.75
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 50.78
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 </row>
12819 <row>
12820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 in % of pixel size
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 76.3
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 95.9
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 92.3
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 </lyxtabular>
12858
12859 \end_inset
12860
12861
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \begin_layout Standard
12870 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12871  correspondientes que se encuentran en la solapa 
12872 \family sans
12873 Bordes 
12874 \family default
12875 del diálogo
12876 \family sans
12877  Configuración
12878 \begin_inset space ~
12879 \end_inset
12880
12881 de
12882 \begin_inset space ~
12883 \end_inset
12884
12885 la
12886 \begin_inset space ~
12887 \end_inset
12888
12889 tabla
12890 \family default
12891 , como se explica en la sección
12892 \begin_inset space ~
12893 \end_inset
12894
12895
12896 \begin_inset CommandInset ref
12897 LatexCommand ref
12898 reference "sub:Espacio-adicional"
12899
12900 \end_inset
12901
12902
12903 \end_layout
12904
12905 \begin_layout Standard
12906 A diferencia de las tablas normales, las tablas formales no tienen líneas
12907  verticales.
12908  Las líneas horizontales se pueden poner o no como en las tablas normales,
12909  pero en la salida se mostrarán con distinto grosor:
12910 \begin_inset Newline newline
12911 \end_inset
12912
12913 Las líneas primera y última tienen un grosor predeterminado de 0.08
12914 \begin_inset space \thinspace{}
12915 \end_inset
12916
12917 em, las demás tienen un grosor predeterminado de 0.05
12918 \begin_inset space \thinspace{}
12919 \end_inset
12920
12921 em.
12922 \end_layout
12923
12924 \begin_layout Standard
12925 Estos valores predeterminados se pueden cambiar
12926 \series bold
12927  
12928 \series default
12929 con las líneas de preámbulo:
12930 \end_layout
12931
12932 \begin_layout Standard
12933
12934 \series bold
12935
12936 \backslash
12937 let
12938 \backslash
12939 mytoprule
12940 \backslash
12941 toprule
12942 \begin_inset Newline newline
12943 \end_inset
12944
12945
12946 \backslash
12947 renewcommand{
12948 \backslash
12949 toprule}{
12950 \backslash
12951 mytoprule[grosor]}
12952 \end_layout
12953
12954 \begin_layout Standard
12955 Este ejemplo es para la primera línea, la denominada 
12956 \series bold
12957 toprule
12958 \series default
12959 .
12960  Si quieres cambiar el grosor de la última línea, reemplaza 
12961 \series bold
12962 toprule
12963 \series default
12964  por 
12965 \series bold
12966 bottomrule
12967 \series default
12968 .
12969  Y para cambiar el grosor de las demás líneas cambia 
12970 \series bold
12971 toprule
12972 \series default
12973  por 
12974 \series bold
12975 midrule
12976 \series default
12977 .
12978  Puedes usar cualquiera de las unidades listadas en el apéndice
12979 \begin_inset space ~
12980 \end_inset
12981
12982
12983 \begin_inset CommandInset ref
12984 LatexCommand ref
12985 reference "cha:Unidades-disponibles-en"
12986
12987 \end_inset
12988
12989 para establecer el grosor.
12990 \end_layout
12991
12992 \begin_layout Standard
12993 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12994  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12995  LyX empleará internamente el comando 
12996 \series bold
12997
12998 \backslash
12999 cmidrule
13000 \series default
13001  para dibujar la línea.
13002  El esquema completo es
13003 \end_layout
13004
13005 \begin_layout Standard
13006
13007 \series bold
13008
13009 \backslash
13010 cmidrule[grosor](recorte){inicol-fincol}
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Por el momento, LyX no soporta las opciones de 
13015 \series bold
13016
13017 \backslash
13018 cmidrule
13019 \series default
13020 , así que para usarlas hay que emplear ERT.
13021  Las líneas 
13022 \series bold
13023
13024 \backslash
13025 cmidrule
13026 \series default
13027  se pueden insertar manualmente con el comando en ERT como primera entrada
13028  de la primera celda de una fila.
13029  En la salida se dibujará la línea sobre dicha fila.
13030 \end_layout
13031
13032 \begin_layout Standard
13033 El grosor predeterminado es 0.03
13034 \begin_inset space \thinspace{}
13035 \end_inset
13036
13037 em.
13038  
13039 \series bold
13040 inicol
13041 \series default
13042  es el número de la columna en la que comienza la línea y 
13043 \series bold
13044 fincol
13045 \series default
13046  es el número de la columna en la que acaba la línea.
13047  El valor 
13048 \series bold
13049 fincol
13050 \series default
13051  debe especificarse siempre, aunque la línea se extienda sobre una sola
13052  columna.
13053  El parámetro opcional 
13054 \series bold
13055 recorte
13056 \series default
13057  debe ser 
13058 \emph on
13059 l{recorte}
13060 \emph default
13061  o 
13062 \emph on
13063 r{recorte}
13064 \emph default
13065 , donde 
13066 \emph on
13067 recorte
13068 \emph default
13069  también es opcional.
13070  Por ejemplo, el parámetro 
13071 \emph on
13072 l{2pt}
13073 \emph default
13074  significa que la línea se recorta 2
13075 \begin_inset space \thinspace{}
13076 \end_inset
13077
13078 pt por su izquierda.
13079  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13080 \begin_inset space \thinspace{}
13081 \end_inset
13082
13083 em.
13084
13085 \series bold
13086  
13087 \end_layout
13088
13089 \begin_layout Standard
13090
13091 \end_layout
13092
13093 \begin_layout Standard
13094 \begin_inset VSpace bigskip
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \begin_layout Standard
13101 La tabla
13102 \begin_inset space ~
13103 \end_inset
13104
13105
13106 \begin_inset CommandInset ref
13107 LatexCommand ref
13108 reference "tab:Ejemplo-tabla-formal"
13109
13110 \end_inset
13111
13112  se ha creado con los comandos
13113 \end_layout
13114
13115 \begin_layout Standard
13116
13117 \series bold
13118
13119 \backslash
13120 cmidrule(r){2-2}
13121 \backslash
13122 cmidrule(l){3-4}
13123 \end_layout
13124
13125 \begin_layout Standard
13126 en la segunda fila, 
13127 \series bold
13128
13129 \backslash
13130 midrule
13131 \series default
13132  en la tercera, y
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \series bold
13138
13139 \backslash
13140 cmidrule(l{10pt}){1-1}
13141 \end_layout
13142
13143 \begin_layout Standard
13144 en la sexta fila.
13145 \end_layout
13146
13147 \begin_layout Standard
13148 \begin_inset VSpace bigskip
13149 \end_inset
13150
13151
13152 \end_layout
13153
13154 \begin_layout Standard
13155 Quizá quieras superponer líneas 
13156 \series bold
13157
13158 \backslash
13159 cmidrules
13160 \series default
13161  como en la tabla
13162 \begin_inset space ~
13163 \end_inset
13164
13165
13166 \begin_inset CommandInset ref
13167 LatexCommand ref
13168 reference "tab:Tabla-formal-especial"
13169
13170 \end_inset
13171
13172 .
13173  Esto se consigue con el comando ERT
13174 \end_layout
13175
13176 \begin_layout Standard
13177
13178 \series bold
13179
13180 \backslash
13181 morecmidrules
13182 \end_layout
13183
13184 \begin_layout Standard
13185 El comando que se ha utilizado para la segunda fila de la tabla
13186 \begin_inset space ~
13187 \end_inset
13188
13189
13190 \begin_inset CommandInset ref
13191 LatexCommand ref
13192 reference "tab:Tabla-formal-especial"
13193
13194 \end_inset
13195
13196  es
13197 \end_layout
13198
13199 \begin_layout Standard
13200
13201 \series bold
13202
13203 \backslash
13204 cmidrule(r){2-2}
13205 \backslash
13206 cmidrule(l){3-4}
13207 \backslash
13208 morecmidrules
13209 \backslash
13210 cmidrule{2-4}
13211 \end_layout
13212
13213 \begin_layout Standard
13214 El comando para la sexta fila es
13215 \end_layout
13216
13217 \begin_layout Standard
13218
13219 \series bold
13220
13221 \backslash
13222 midrule
13223 \backslash
13224 morecmidrules
13225 \backslash
13226 cmidrule{3-4}
13227 \series default
13228
13229 \begin_inset VSpace bigskip
13230 \end_inset
13231
13232
13233 \end_layout
13234
13235 \begin_layout Standard
13236 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13237  el siguiente comando para dibujar líneas que se extienden sobre todas las
13238  columnas
13239 \end_layout
13240
13241 \begin_layout Standard
13242
13243 \series bold
13244
13245 \backslash
13246 specialrule{anchura}{espacio superior}{espacio inferior}
13247 \end_layout
13248
13249 \begin_layout Standard
13250 Para más información sobre estas características especiales, acude al manual
13251  del paquete LaTeX 
13252 \series bold
13253 booktabs
13254 \series default
13255
13256 \begin_inset CommandInset citation
13257 LatexCommand cite
13258 key "booktabs"
13259
13260 \end_inset
13261
13262 .
13263 \begin_inset Index
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 LaTeX-paquetes ! booktabs
13268 \end_layout
13269
13270 \end_inset
13271
13272  
13273 \begin_inset VSpace bigskip
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \begin_layout Standard
13280 \begin_inset Float table
13281 placement h
13282 wide false
13283 sideways false
13284 status open
13285
13286 \begin_layout Plain Layout
13287 \begin_inset Caption
13288
13289 \begin_layout Plain Layout
13290 \begin_inset CommandInset label
13291 LatexCommand label
13292 name "tab:Tabla-formal-especial"
13293
13294 \end_inset
13295
13296 Tabla formal especial
13297 \end_layout
13298
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \begin_layout Plain Layout
13305 \align center
13306 \begin_inset Tabular
13307 <lyxtabular version="3" rows="8" columns="4">
13308 <features booktabs="true">
13309 <column alignment="center" valignment="top" width="0">
13310 <column alignment="center" valignment="top" width="0">
13311 <column alignment="center" valignment="top" width="0">
13312 <column alignment="center" valignment="top" width="0">
13313 <row>
13314 <cell alignment="center" valignment="top" topline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 System
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Medipix
13328 \begin_inset space \thinspace{}
13329 \end_inset
13330
13331 1
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 Medipix
13341 \begin_inset space \thinspace{}
13342 \end_inset
13343
13344 2
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 </row>
13359 <row>
13360 <cell alignment="center" valignment="top" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 cmidrule(r){2-2}
13372 \end_layout
13373
13374 \end_inset
13375
13376
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382
13383 \backslash
13384 cmidrule(l){3-4}
13385 \end_layout
13386
13387 \end_inset
13388
13389
13390 \begin_inset ERT
13391 status collapsed
13392
13393 \begin_layout Plain Layout
13394
13395
13396 \backslash
13397 morecmidrules 
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \begin_inset ERT
13404 status collapsed
13405
13406 \begin_layout Plain Layout
13407
13408
13409 \backslash
13410 cmidrule{2-4}
13411 \end_layout
13412
13413 \end_inset
13414
13415 Detector thickness [µm]
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 300
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 300
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 700
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 </row>
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Edge angle [°]
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 3.55
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 2.71
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 7.99
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 <row topspace="default">
13487 <cell alignment="center" valignment="top" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 Spatial resolution [µm]
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 4.26
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 10.17
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 <cell alignment="center" valignment="top" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 10.56
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 </row>
13524 <row topspace="default">
13525 <cell alignment="center" valignment="top" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 MTF at 
13530 \begin_inset Formula $f_{\mathrm{max}}$
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 0.53
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 0.37
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 0.39
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" topline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 \begin_inset ERT
13572 status collapsed
13573
13574 \begin_layout Plain Layout
13575
13576
13577 \backslash
13578 morecmidrules 
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \begin_inset ERT
13585 status collapsed
13586
13587 \begin_layout Plain Layout
13588
13589
13590 \backslash
13591 cmidrule{3-4}
13592 \end_layout
13593
13594 \end_inset
13595
13596 LSF-spatial resolution
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" topline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 </row>
13629 <row>
13630 <cell alignment="center" valignment="top" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 in µm
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 129.7
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 52.75
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 50.78
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 </row>
13667 <row>
13668 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 in % of pixel size
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 76.3
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 95.9
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 92.3
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 </row>
13705 </lyxtabular>
13706
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \end_inset
13713
13714
13715 \end_layout
13716
13717 \begin_layout Section
13718 Alineación vertical de tablas
13719 \begin_inset Index
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723 Tablas ! Alineación vertical
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \begin_layout Standard
13732 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13733  en un cuadro.
13734  Entonces el cuadro se puede alinear verticalmente como se describe en la
13735  sección
13736 \begin_inset space ~
13737 \end_inset
13738
13739
13740 \begin_inset CommandInset ref
13741 LatexCommand ref
13742 reference "sec:Diálogo-Cuadros"
13743
13744 \end_inset
13745
13746 .
13747  
13748 \end_layout
13749
13750 \begin_layout Standard
13751 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13752 \begin_inset Foot
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756 Las minipáginas se describen en la sección
13757 \begin_inset space ~
13758 \end_inset
13759
13760
13761 \begin_inset CommandInset ref
13762 LatexCommand ref
13763 reference "sec:Minipáginas"
13764
13765 \end_inset
13766
13767 .
13768 \end_layout
13769
13770 \end_inset
13771
13772  que tiene una anchura de 15
13773 \begin_inset space \thinspace{}
13774 \end_inset
13775
13776 col%:
13777 \end_layout
13778
13779 \begin_layout Itemize
13780 test 
13781 \begin_inset Box Frameless
13782 position "t"
13783 hor_pos "c"
13784 has_inner_box 1
13785 inner_pos "c"
13786 use_parbox 0
13787 width "15col%"
13788 special "none"
13789 height "1in"
13790 height_special "totalheight"
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794 \begin_inset Tabular
13795 <lyxtabular version="3" rows="3" columns="3">
13796 <features>
13797 <column alignment="center" valignment="top" width="0">
13798 <column alignment="center" valignment="top" width="0">
13799 <column alignment="center" valignment="top" width="0">
13800 <row>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 a
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 d
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 g
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 b
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 e
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 h
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 c
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 f
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 i
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 </lyxtabular>
13888
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895
13896  test 
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902
13903 \backslash
13904 raisebox{0.85
13905 \backslash
13906 baselineskip}{
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \begin_inset Box Frameless
13913 position "t"
13914 hor_pos "c"
13915 has_inner_box 1
13916 inner_pos "c"
13917 use_parbox 0
13918 width "15col%"
13919 special "none"
13920 height "1in"
13921 height_special "totalheight"
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925 \begin_inset Tabular
13926 <lyxtabular version="3" rows="3" columns="3">
13927 <features>
13928 <column alignment="center" valignment="top" width="0">
13929 <column alignment="center" valignment="top" width="0">
13930 <column alignment="center" valignment="top" width="0">
13931 <row>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 a
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 d
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 g
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 b
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 e
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 h
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 c
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 f
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 i
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 </lyxtabular>
14019
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }
14034 \end_layout
14035
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \begin_layout Itemize
14042 test 
14043 \begin_inset Box Frameless
14044 position "c"
14045 hor_pos "c"
14046 has_inner_box 1
14047 inner_pos "c"
14048 use_parbox 0
14049 width "15col%"
14050 special "none"
14051 height "1in"
14052 height_special "totalheight"
14053 status collapsed
14054
14055 \begin_layout Plain Layout
14056 \begin_inset Tabular
14057 <lyxtabular version="3" rows="3" columns="3">
14058 <features>
14059 <column alignment="center" valignment="top" width="0">
14060 <column alignment="center" valignment="top" width="0">
14061 <column alignment="center" valignment="top" width="0">
14062 <row>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 a
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 d
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 g
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 </row>
14091 <row>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 b
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 e
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 h
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 <row>
14121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 c
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 f
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 i
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 </row>
14149 </lyxtabular>
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \begin_layout Itemize
14162 test 
14163 \begin_inset Box Frameless
14164 position "b"
14165 hor_pos "c"
14166 has_inner_box 1
14167 inner_pos "c"
14168 use_parbox 0
14169 width "15col%"
14170 special "none"
14171 height "1in"
14172 height_special "totalheight"
14173 status collapsed
14174
14175 \begin_layout Plain Layout
14176 \begin_inset Tabular
14177 <lyxtabular version="3" rows="3" columns="3">
14178 <features>
14179 <column alignment="center" valignment="top" width="0">
14180 <column alignment="center" valignment="top" width="0">
14181 <column alignment="center" valignment="top" width="0">
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 a
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 d
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 g
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 </row>
14211 <row>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 b
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 e
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 h
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 c
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 f
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 i
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 </row>
14269 </lyxtabular>
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277
14278  test 
14279 \begin_inset ERT
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283
14284
14285 \backslash
14286 raisebox{-0.32
14287 \backslash
14288 baselineskip}{
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \begin_inset Box Frameless
14295 position "b"
14296 hor_pos "c"
14297 has_inner_box 1
14298 inner_pos "c"
14299 use_parbox 0
14300 width "15col%"
14301 special "none"
14302 height "1in"
14303 height_special "totalheight"
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307 \begin_inset Tabular
14308 <lyxtabular version="3" rows="3" columns="3">
14309 <features>
14310 <column alignment="center" valignment="top" width="0">
14311 <column alignment="center" valignment="top" width="0">
14312 <column alignment="center" valignment="top" width="0">
14313 <row>
14314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 a
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 d
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 g
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 </row>
14342 <row>
14343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 b
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 e
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 h
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 </row>
14371 <row>
14372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 c
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 f
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 i
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 </row>
14400 </lyxtabular>
14401
14402 \end_inset
14403
14404
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415 }
14416 \end_layout
14417
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \begin_layout Standard
14424 Como ves, los contenidos de la primera y última filas no se alinean correctament
14425 e con la línea de texto donde está la tabla.
14426  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14427  un cuadro elevado (
14428 \begin_inset Quotes eld
14429 \end_inset
14430
14431 raisebox
14432 \begin_inset Quotes erd
14433 \end_inset
14434
14435 )
14436 \begin_inset Foot
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440 El uso del comando 
14441 \series bold
14442
14443 \backslash
14444 raisebox
14445 \series default
14446  se explica en la sección
14447 \begin_inset space ~
14448 \end_inset
14449
14450
14451 \begin_inset CommandInset ref
14452 LatexCommand ref
14453 reference "sub:Alineación-Vertical"
14454
14455 \end_inset
14456
14457 .
14458 \end_layout
14459
14460 \end_inset
14461
14462 .
14463  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14464  usando el comando en ERT
14465 \end_layout
14466
14467 \begin_layout Standard
14468
14469 \series bold
14470
14471 \backslash
14472 raisebox{0.85
14473 \backslash
14474 baselineskip}{
14475 \end_layout
14476
14477 \begin_layout Standard
14478 antes del cuadro.
14479  Tras él, se pone la llave de cierre 
14480 \series bold
14481 }
14482 \series default
14483  también como ERT.
14484  Para la segunda tabla en el tercer ítem se usa el comando 
14485 \end_layout
14486
14487 \begin_layout Standard
14488
14489 \series bold
14490
14491 \backslash
14492 raisebox{-0.32
14493 \backslash
14494 baselineskip}{
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \begin_inset Note Greyedout
14499 status open
14500
14501 \begin_layout Plain Layout
14502
14503 \series bold
14504 Not
14505 \series default
14506 a: La alineación del contenido de la fila con la línea del texto adyacente
14507  no es exacta.
14508  El factor necesario del comando 
14509 \series bold
14510
14511 \backslash
14512 raisebox
14513 \series default
14514  para este alineamiento depende de la fuente del documento, del tamaño de
14515  la fuente y del grosor de línea de la tabla.
14516 \end_layout
14517
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \begin_layout Section
14524 Tablas coloreadas
14525 \begin_inset CommandInset label
14526 LatexCommand label
14527 name "sec:Tablas-Coloreadas"
14528
14529 \end_inset
14530
14531
14532 \begin_inset Index
14533 status collapsed
14534
14535 \begin_layout Plain Layout
14536 Tablas ! Coloreadas
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Subsection
14545 Celdas coloreadas
14546 \begin_inset Index
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550 Tablas coloreadas ! Celdas
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \begin_inset Index
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560 Color ! en celdas de tablas
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \begin_layout Standard
14569 \begin_inset Float table
14570 placement h
14571 wide false
14572 sideways false
14573 status open
14574
14575 \begin_layout Plain Layout
14576 \begin_inset Caption
14577
14578 \begin_layout Plain Layout
14579 \begin_inset CommandInset label
14580 LatexCommand label
14581 name "tab:Tabla-coloreada-sin"
14582
14583 \end_inset
14584
14585 Tabla coloreada sin usar el paquete 
14586 \series bold
14587 colortbl
14588 \series default
14589
14590 \begin_inset OptArg
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594 Tabla sin colortbl
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Plain Layout
14608 \align center
14609 \begin_inset Tabular
14610 <lyxtabular version="3" rows="3" columns="3">
14611 <features>
14612 <column alignment="center" valignment="top" width="0">
14613 <column alignment="center" valignment="top" width="0">
14614 <column alignment="center" valignment="top" width="0">
14615 <row>
14616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620
14621 \color green
14622 a
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631
14632 \color red
14633 b
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642
14643 \color red
14644 c
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655
14656 \color green
14657 d
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666
14667 \color blue
14668 e
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677
14678 \color blue
14679 f
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 </row>
14685 <row>
14686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14687 \begin_inset Text
14688
14689 \begin_layout Plain Layout
14690
14691 \color green
14692 g
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701
14702 \color blue
14703 h
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712
14713 \color blue
14714 i
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 </row>
14720 </lyxtabular>
14721
14722 \end_inset
14723
14724
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Standard
14733 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14734  el menú 
14735 \family sans
14736 Editar\SpecialChar \menuseparator
14737 Estilo
14738 \begin_inset space ~
14739 \end_inset
14740
14741 del
14742 \begin_inset space ~
14743 \end_inset
14744
14745 Texto
14746 \family default
14747 .
14748  Esto se ha hecho en la tabla
14749 \begin_inset space ~
14750 \end_inset
14751
14752
14753 \begin_inset CommandInset ref
14754 LatexCommand ref
14755 reference "tab:Tabla-coloreada-sin"
14756
14757 \end_inset
14758
14759 .
14760  En cualquier otro caso hay que usar el paquete LaTeX 
14761 \series bold
14762 colortbl
14763 \series default
14764 .
14765 \begin_inset Index
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769 LaTeX-paquetes ! colortbl
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 \begin_inset ERT
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782
14783
14784 \backslash
14785 ifcolortbl
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \begin_inset Note Note
14792 status open
14793
14794 \begin_layout Plain Layout
14795 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14796  LaTeX 
14797 \series bold
14798 colortbl
14799 \series default
14800 .
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Para crear tablas coloreadas, 
14810 \series bold
14811 colortbl
14812 \series default
14813  debe cargarse en el preámbulo con la línea
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \series bold
14819
14820 \backslash
14821 usepackage{colortbl}
14822 \end_layout
14823
14824 \begin_layout Standard
14825 El color de una columna se define con el comando
14826 \end_layout
14827
14828 \begin_layout Standard
14829
14830 \series bold
14831
14832 \backslash
14833 columncolor{nombre del color}
14834 \end_layout
14835
14836 \begin_layout Standard
14837 dentro del comando 
14838 \series bold
14839 >{ }
14840 \series default
14841 .
14842  Más sobre el comando 
14843 \series bold
14844 >{}
14845 \series default
14846  se explica en la sección
14847 \begin_inset space ~
14848 \end_inset
14849
14850
14851 \begin_inset CommandInset ref
14852 LatexCommand ref
14853 reference "sub:Cálculos-en-Multicolumnas"
14854
14855 \end_inset
14856
14857 .
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Los siguientes nombres de color están predefinidos:
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \family sans
14867 red
14868 \family default
14869
14870 \family sans
14871 green
14872 \family default
14873
14874 \family sans
14875 yellow, blue
14876 \family default
14877
14878 \family sans
14879 cyan
14880 \family default
14881 \series bold
14882 ,
14883 \series default
14884  
14885 \family sans
14886 magenta, black
14887 \family default
14888
14889 \family sans
14890 white
14891 \end_layout
14892
14893 \begin_layout Standard
14894 \begin_inset VSpace medskip
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \begin_layout Standard
14901 Puedes definir tus propios colores con el comando
14902 \end_layout
14903
14904 \begin_layout Standard
14905
14906 \series bold
14907
14908 \backslash
14909 definecolor{nombre del color}{modelo de color}{valores de color}
14910 \end_layout
14911
14912 \begin_layout Standard
14913 El modelo de color puede ser
14914 \end_layout
14915
14916 \begin_layout Labeling
14917 \labelwidthstring 00.00.0000
14918 cmyk: cyan, magenta, yellow, black
14919 \end_layout
14920
14921 \begin_layout Labeling
14922 \labelwidthstring 00.00.0000
14923 rgb: red, green, blue
14924 \end_layout
14925
14926 \begin_layout Labeling
14927 \labelwidthstring 00.00.0000
14928 gray: gray
14929 \end_layout
14930
14931 \begin_layout Standard
14932 y los valores de color son números separados por comas entre 0 y 1 que describen
14933  el factor para el color correspondiente del modelo de color.
14934 \end_layout
14935
14936 \begin_layout Standard
14937 Por ejemplo, puedes definir el color
14938 \series bold
14939  
14940 \series default
14941
14942 \begin_inset Quotes eld
14943 \end_inset
14944
14945
14946 \emph on
14947 verde oscuro
14948 \emph default
14949
14950 \begin_inset Quotes erd
14951 \end_inset
14952
14953  en el preámbulo con
14954 \end_layout
14955
14956 \begin_layout Standard
14957
14958 \series bold
14959
14960 \backslash
14961 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14962 \end_layout
14963
14964 \begin_layout Standard
14965 y el color 
14966 \begin_inset Quotes eld
14967 \end_inset
14968
14969
14970 \emph on
14971 gris claro
14972 \emph default
14973
14974 \begin_inset Quotes erd
14975 \end_inset
14976
14977  con
14978 \end_layout
14979
14980 \begin_layout Standard
14981
14982 \series bold
14983
14984 \backslash
14985 definecolor{grisclaro}{gray}{0.8}
14986 \end_layout
14987
14988 \begin_layout Standard
14989 \begin_inset VSpace medskip
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \begin_layout Standard
14996 Las líneas se colorean con el comando
14997 \end_layout
14998
14999 \begin_layout Standard
15000
15001 \series bold
15002
15003 \backslash
15004 rowcolor{nombre del color}
15005 \end_layout
15006
15007 \begin_layout Standard
15008 y las celdas se colorean con el comando
15009 \end_layout
15010
15011 \begin_layout Standard
15012
15013 \series bold
15014
15015 \backslash
15016 cellcolor{nombre del color}
15017 \end_layout
15018
15019 \begin_layout Standard
15020 Ambos comandos se insertan al principio de una celda como ERT.
15021 \end_layout
15022
15023 \begin_layout Standard
15024 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15025 \family sans
15026 Editar\SpecialChar \menuseparator
15027 Estilo
15028 \begin_inset space ~
15029 \end_inset
15030
15031 del
15032 \begin_inset space ~
15033 \end_inset
15034
15035 Texto
15036 \family default
15037 .
15038  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15039  puede ocasionar errores de LaTeX.
15040 \end_layout
15041
15042 \begin_layout Standard
15043 \begin_inset VSpace bigskip
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \begin_layout Standard
15050 Para crear la tabla
15051 \begin_inset space ~
15052 \end_inset
15053
15054
15055 \begin_inset CommandInset ref
15056 LatexCommand ref
15057 reference "tab:Tabla-coloreada-con"
15058
15059 \end_inset
15060
15061  haz lo siguiente: el color de la primera columna debe ser 
15062 \emph on
15063 verde oscuro
15064 \emph default
15065 , entonces inserta
15066 \end_layout
15067
15068 \begin_layout Standard
15069
15070 \series bold
15071 >{
15072 \backslash
15073 columncolor{verdeoscuro}
15074 \backslash
15075 centering}c
15076 \end_layout
15077
15078 \begin_layout Standard
15079 como argumento LaTeX para esta columna.
15080  La primera fila debe ser azul, por tanto inserta el comando ERT
15081 \end_layout
15082
15083 \begin_layout Standard
15084
15085 \series bold
15086
15087 \backslash
15088 rowcolow{cyan}
15089 \end_layout
15090
15091 \begin_layout Standard
15092 en la primera celda de esta fila.
15093  Observa que esto sobreescribe el color de la columna para la primera celda.
15094  La última celda de la última fila se colorea magenta insertando el comando
15095  ERT
15096 \end_layout
15097
15098 \begin_layout Standard
15099
15100 \series bold
15101
15102 \backslash
15103 cellcolor{magenta}
15104 \end_layout
15105
15106 \begin_layout Standard
15107 Ahora podrían colorearse los caracteres usando el menú 
15108 \family sans
15109 Editar\SpecialChar \menuseparator
15110 Estilo
15111 \begin_inset space ~
15112 \end_inset
15113
15114 del
15115 \begin_inset space ~
15116 \end_inset
15117
15118 Texto
15119 \family default
15120 .
15121 \end_layout
15122
15123 \begin_layout Standard
15124 \begin_inset Float table
15125 placement h
15126 wide false
15127 sideways false
15128 status open
15129
15130 \begin_layout Plain Layout
15131 \begin_inset Caption
15132
15133 \begin_layout Plain Layout
15134 \begin_inset CommandInset label
15135 LatexCommand label
15136 name "tab:Tabla-coloreada-con"
15137
15138 \end_inset
15139
15140 Tabla coloreada con el paquete 
15141 \series bold
15142 colortbl
15143 \series default
15144
15145 \begin_inset OptArg
15146 status open
15147
15148 \begin_layout Plain Layout
15149 Tabla con 
15150 \series bold
15151 colortbl
15152 \end_layout
15153
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Plain Layout
15165 \align center
15166 \begin_inset Tabular
15167 <lyxtabular version="3" rows="3" columns="3">
15168 <features>
15169 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15170 <column alignment="center" valignment="top" width="0">
15171 <column alignment="center" valignment="top" width="0">
15172 <row>
15173 <cell alignment="center" valignment="top" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177 \begin_inset ERT
15178 status collapsed
15179
15180 \begin_layout Plain Layout
15181
15182
15183 \backslash
15184 rowcolor{cyan}
15185 \end_layout
15186
15187 \end_inset
15188
15189
15190 \color magenta
15191 a
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200
15201 \color red
15202 b
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211
15212 \color red
15213 c
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 </row>
15219 <row>
15220 <cell alignment="center" valignment="top" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224
15225 \color yellow
15226 d
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \color blue
15237 e
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \color blue
15248 f
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row>
15255 <cell alignment="center" valignment="top" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259
15260 \color yellow
15261 g
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270
15271 \color blue
15272 h
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 \begin_inset ERT
15282 status collapsed
15283
15284 \begin_layout Plain Layout
15285
15286
15287 \backslash
15288 cellcolor{magenta}
15289 \end_layout
15290
15291 \end_inset
15292
15293
15294 \color green
15295 i
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 </lyxtabular>
15302
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \begin_layout Standard
15314 \begin_inset ERT
15315 status collapsed
15316
15317 \begin_layout Plain Layout
15318
15319
15320 \backslash
15321 else
15322 \end_layout
15323
15324 \end_inset
15325
15326
15327 \begin_inset Note Note
15328 status open
15329
15330 \begin_layout Plain Layout
15331 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15332  
15333 \series bold
15334 colortbl
15335 \series default
15336 .
15337 \end_layout
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Debes instalar el paquete LaTeX 
15346 \series bold
15347 colortbl
15348 \series default
15349  para ver la parte siguiente en la salida.
15350 \end_layout
15351
15352 \begin_layout Standard
15353 \begin_inset ERT
15354 status collapsed
15355
15356 \begin_layout Plain Layout
15357
15358
15359 \backslash
15360 fi
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \begin_layout Subsection
15369 Líneas coloreadas
15370 \begin_inset Index
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374 Tablas coloreadas ! Líneas
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \begin_inset Index
15381 status collapsed
15382
15383 \begin_layout Plain Layout
15384 Color ! en bordes de tabla
15385 \end_layout
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Como se describe en la sección
15394 \begin_inset space ~
15395 \end_inset
15396
15397
15398 \begin_inset CommandInset ref
15399 LatexCommand ref
15400 reference "sub:Grosor-de-Líneas"
15401
15402 \end_inset
15403
15404 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15405  
15406 \series bold
15407
15408 \backslash
15409 arrayrulewidth
15410 \series default
15411 .
15412  Se ha puesto 1.5
15413 \begin_inset space \thinspace{}
15414 \end_inset
15415
15416 pt para todas las tablas de esta sección.
15417 \begin_inset ERT
15418 status collapsed
15419
15420 \begin_layout Plain Layout
15421
15422
15423 \backslash
15424 setlength{
15425 \backslash
15426 arrayrulewidth}{1.5pt}
15427 \end_layout
15428
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \begin_layout Standard
15435 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15436  el preámbulo del documento el siguiente formato de columna, de acuerdo
15437  a lo descrito en la sección
15438 \begin_inset space ~
15439 \end_inset
15440
15441
15442 \begin_inset CommandInset ref
15443 LatexCommand ref
15444 reference "sub:Formato-Personalizado"
15445
15446 \end_inset
15447
15448 :
15449 \end_layout
15450
15451 \begin_layout Standard
15452
15453 \series bold
15454
15455 \backslash
15456 newcolumntype{W}{!{
15457 \backslash
15458 color{green}
15459 \backslash
15460 vline}}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 Para la tabla
15465 \begin_inset space ~
15466 \end_inset
15467
15468
15469 \begin_inset CommandInset ref
15470 LatexCommand ref
15471 reference "tab:Tabla-con-verticales-coloreadas"
15472
15473 \end_inset
15474
15475  se usó el argumento LaTeX
15476 \series bold
15477  WcW
15478 \series default
15479  para la última columna y
15480 \series bold
15481  Wc
15482 \series default
15483  para las demás.
15484 \end_layout
15485
15486 \begin_layout Standard
15487 Si quieres tener varios colores, define más formatos de columna.
15488 \end_layout
15489
15490 \begin_layout Standard
15491 \begin_inset Float table
15492 placement h
15493 wide false
15494 sideways false
15495 status open
15496
15497 \begin_layout Plain Layout
15498 \begin_inset Caption
15499
15500 \begin_layout Plain Layout
15501 \begin_inset CommandInset label
15502 LatexCommand label
15503 name "tab:Tabla-con-verticales-coloreadas"
15504
15505 \end_inset
15506
15507 Tabla con líneas verticales coloreadas
15508 \end_layout
15509
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \begin_layout Plain Layout
15516 \align center
15517 \begin_inset Tabular
15518 <lyxtabular version="3" rows="3" columns="3">
15519 <features>
15520 <column alignment="center" valignment="top" width="0" special="Wc">
15521 <column alignment="center" valignment="top" width="0" special="Wc">
15522 <column alignment="center" valignment="top" width="0" special="WcW">
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 sd
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row>
15553 <cell alignment="center" valignment="top" topline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 sd
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604 sd
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 </lyxtabular>
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623 \begin_inset VSpace bigskip
15624 \end_inset
15625
15626 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15627 \begin_inset space ~
15628 \end_inset
15629
15630
15631 \begin_inset CommandInset ref
15632 LatexCommand ref
15633 reference "tab:Tabla-con-horizontales-coloreadas"
15634
15635 \end_inset
15636
15637 , inserta estos comandos en ERT antes de la tabla o del flotante:
15638 \end_layout
15639
15640 \begin_layout Standard
15641
15642 \series bold
15643
15644 \backslash
15645 let
15646 \backslash
15647 myHlineC
15648 \backslash
15649 hline
15650 \begin_inset Newline newline
15651 \end_inset
15652
15653
15654 \backslash
15655 renewcommand{
15656 \backslash
15657 hline}
15658 \begin_inset Newline newline
15659 \end_inset
15660
15661
15662 \begin_inset ERT
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666
15667
15668 \backslash
15669 hphantom{ }
15670 \end_layout
15671
15672 \end_inset
15673
15674 {
15675 \backslash
15676 arrayrulecolor{red}
15677 \backslash
15678 myHlineC
15679 \backslash
15680 arrayrulecolor{black}}
15681 \end_layout
15682
15683 \begin_layout Standard
15684 \begin_inset ERT
15685 status collapsed
15686
15687 \begin_layout Plain Layout
15688
15689
15690 \backslash
15691 let
15692 \backslash
15693 myHlineC
15694 \backslash
15695 hline
15696 \end_layout
15697
15698 \begin_layout Plain Layout
15699
15700
15701 \backslash
15702 renewcommand{
15703 \backslash
15704 hline}
15705 \end_layout
15706
15707 \begin_layout Plain Layout
15708
15709  {
15710 \backslash
15711 arrayrulecolor{red}
15712 \backslash
15713 myHlineC
15714 \backslash
15715 arrayrulecolor{black}}
15716 \end_layout
15717
15718 \end_inset
15719
15720
15721 \begin_inset Float table
15722 placement h
15723 wide false
15724 sideways false
15725 status open
15726
15727 \begin_layout Plain Layout
15728 \begin_inset Caption
15729
15730 \begin_layout Plain Layout
15731 \begin_inset CommandInset label
15732 LatexCommand label
15733 name "tab:Tabla-con-horizontales-coloreadas"
15734
15735 \end_inset
15736
15737 Tabla con líneas horizontales coloreadas
15738 \end_layout
15739
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \begin_layout Plain Layout
15746 \align center
15747 \begin_inset Tabular
15748 <lyxtabular version="3" rows="3" columns="3">
15749 <features>
15750 <column alignment="center" valignment="top" width="0">
15751 <column alignment="center" valignment="top" width="0">
15752 <column alignment="center" valignment="top" width="0">
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 sd
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 sd
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 sd
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 </lyxtabular>
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \begin_layout Standard
15853 Para volver al color de línea negro predeterminado inserta este comando
15854  en ERT detrás de la tabla o el flotante:
15855 \end_layout
15856
15857 \begin_layout Standard
15858
15859 \series bold
15860
15861 \backslash
15862 renewcommand{
15863 \backslash
15864 hline}{
15865 \backslash
15866 myHlineC}
15867 \end_layout
15868
15869 \begin_layout Standard
15870 La tabla
15871 \begin_inset space ~
15872 \end_inset
15873
15874
15875 \begin_inset CommandInset ref
15876 LatexCommand ref
15877 reference "tab:Tabla-con-líneas-coloreadas"
15878
15879 \end_inset
15880
15881  es un ejemplo con líneas verticales y horizontales coloreadas.
15882 \end_layout
15883
15884 \begin_layout Standard
15885 \begin_inset Float table
15886 placement h
15887 wide false
15888 sideways false
15889 status open
15890
15891 \begin_layout Plain Layout
15892 \begin_inset Caption
15893
15894 \begin_layout Plain Layout
15895 \begin_inset CommandInset label
15896 LatexCommand label
15897 name "tab:Tabla-con-líneas-coloreadas"
15898
15899 \end_inset
15900
15901 Tabla con líneas coloreadas
15902 \end_layout
15903
15904 \end_inset
15905
15906
15907 \end_layout
15908
15909 \begin_layout Plain Layout
15910 \align center
15911 \begin_inset Tabular
15912 <lyxtabular version="3" rows="3" columns="3">
15913 <features>
15914 <column alignment="center" valignment="top" width="0" special="Wc">
15915 <column alignment="center" valignment="top" width="0" special="Wc">
15916 <column alignment="center" valignment="top" width="0" special="WcW">
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 sd
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 <row>
15947 <cell alignment="center" valignment="top" topline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 sd
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 <row>
15976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 sd
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 </row>
16004 </lyxtabular>
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Standard
16017 \begin_inset ERT
16018 status collapsed
16019
16020 \begin_layout Plain Layout
16021
16022
16023 \backslash
16024 renewcommand{
16025 \backslash
16026 hline}{
16027 \backslash
16028 myHlineC}
16029 \end_layout
16030
16031 \end_inset
16032
16033
16034 \end_layout
16035
16036 \begin_layout Standard
16037 \begin_inset ERT
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041
16042
16043 \backslash
16044 setlength{
16045 \backslash
16046 arrayrulewidth}{0.4pt}
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \begin_layout Section
16055 Personalización de tablas
16056 \begin_inset Index
16057 status collapsed
16058
16059 \begin_layout Plain Layout
16060 Personalización de tablas
16061 \end_layout
16062
16063 \end_inset
16064
16065
16066 \begin_inset Index
16067 status collapsed
16068
16069 \begin_layout Plain Layout
16070 Tablas ! Personalización
16071 \end_layout
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \begin_layout Subsection
16079 Espacio adicional en filas
16080 \begin_inset CommandInset label
16081 LatexCommand label
16082 name "sub:Espacio-adicional"
16083
16084 \end_inset
16085
16086
16087 \begin_inset Index
16088 status collapsed
16089
16090 \begin_layout Plain Layout
16091 Personalización de tablas ! Espacio adicional en filas
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \begin_layout Standard
16100 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16101  
16102 \family sans
16103 Bordes,
16104 \family default
16105  del diálogo de configuración de tablas.
16106  En el marco 
16107 \family sans
16108 Espacio
16109 \begin_inset space ~
16110 \end_inset
16111
16112 adicional
16113 \family default
16114  dispones de tres posibilidades:
16115 \end_layout
16116
16117 \begin_layout Description
16118 Superior
16119 \begin_inset space ~
16120 \end_inset
16121
16122 de
16123 \begin_inset space ~
16124 \end_inset
16125
16126 la
16127 \begin_inset space ~
16128 \end_inset
16129
16130 fila añade espacio sobre los caracteres de la fila.
16131  Si la tabla es de estilo formal
16132 \begin_inset Foot
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136 Las tablas formales se explican en la sección
16137 \begin_inset space ~
16138 \end_inset
16139
16140
16141 \begin_inset CommandInset ref
16142 LatexCommand ref
16143 reference "sec:Tablas-Formales"
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \end_inset
16151
16152  LyX insertará 0.5
16153 \begin_inset space \thinspace{}
16154 \end_inset
16155
16156 em por defecto.
16157  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16158  verticales, como se ve en la tabla siguiente:
16159 \begin_inset VSpace medskip
16160 \end_inset
16161
16162
16163 \begin_inset Newline newline
16164 \end_inset
16165
16166
16167 \begin_inset space \hspace*{}
16168 \length 0pt
16169 \end_inset
16170
16171
16172 \begin_inset space \hfill{}
16173 \end_inset
16174
16175
16176 \begin_inset Tabular
16177 <lyxtabular version="3" rows="3" columns="1">
16178 <features>
16179 <column alignment="center" valignment="top" width="0">
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 A
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 <row topspace="3mm">
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 3
16197 \begin_inset space \thinspace{}
16198 \end_inset
16199
16200 mm sobre la fila
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 C
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 </lyxtabular>
16218
16219 \end_inset
16220
16221
16222 \begin_inset space \hfill{}
16223 \end_inset
16224
16225
16226 \begin_inset space \hspace*{}
16227 \length 0pt
16228 \end_inset
16229
16230
16231 \begin_inset VSpace medskip
16232 \end_inset
16233
16234
16235 \begin_inset Newline newline
16236 \end_inset
16237
16238 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16239  sin líneas verticales.
16240 \end_layout
16241
16242 \begin_layout Description
16243 Inferior
16244 \begin_inset space ~
16245 \end_inset
16246
16247 de
16248 \begin_inset space ~
16249 \end_inset
16250
16251 la
16252 \begin_inset space ~
16253 \end_inset
16254
16255 fila añade espacio bajo los caracteres de la fila.
16256  Si la tabla es formal LyX inserta por defecto 0.5
16257 \begin_inset space \thinspace{}
16258 \end_inset
16259
16260 em; si la tabla es normal inserta 2
16261 \begin_inset space \thinspace{}
16262 \end_inset
16263
16264 pt.
16265  
16266 \end_layout
16267
16268 \begin_layout Description
16269 Entre
16270 \begin_inset space ~
16271 \end_inset
16272
16273 las
16274 \begin_inset space ~
16275 \end_inset
16276
16277 filas añade espacio entre la fila actual y la siguiente.
16278  Si la tabla es formal LyX inserta 0.5
16279 \begin_inset space \thinspace{}
16280 \end_inset
16281
16282 em por defecto.
16283  En tablas normales, el espacio adicional destruirá las líneas verticales
16284  de la tabla, como se ve en la siguiente:
16285 \begin_inset VSpace medskip
16286 \end_inset
16287
16288
16289 \begin_inset Newline newline
16290 \end_inset
16291
16292
16293 \begin_inset space \hspace*{}
16294 \length 0pt
16295 \end_inset
16296
16297
16298 \begin_inset space \hfill{}
16299 \end_inset
16300
16301
16302 \begin_inset Tabular
16303 <lyxtabular version="3" rows="3" columns="1">
16304 <features>
16305 <column alignment="center" valignment="top" width="0">
16306 <row>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311 A
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 </row>
16317 <row interlinespace="3mm">
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 \begin_inset Formula $\downarrow$
16323 \end_inset
16324
16325  3
16326 \begin_inset space \thinspace{}
16327 \end_inset
16328
16329 mm entre las filas
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 </row>
16335 <row>
16336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 \begin_inset Formula $\uparrow$
16341 \end_inset
16342
16343  3
16344 \begin_inset space \thinspace{}
16345 \end_inset
16346
16347 mm entre las filas 
16348 \begin_inset Formula $\uparrow$
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 </lyxtabular>
16358
16359 \end_inset
16360
16361
16362 \begin_inset space \hfill{}
16363 \end_inset
16364
16365
16366 \begin_inset space \hspace*{}
16367 \length 0pt
16368 \end_inset
16369
16370
16371 \begin_inset VSpace medskip
16372 \end_inset
16373
16374
16375 \begin_inset Newline newline
16376 \end_inset
16377
16378 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16379  para tablas sin líneas verticales.
16380 \end_layout
16381
16382 \begin_layout Standard
16383 \begin_inset VSpace bigskip
16384 \end_inset
16385
16386 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16387  utiliza los siguientes comandos en el preámbulo:
16388 \end_layout
16389
16390 \begin_layout Standard
16391
16392 \series bold
16393
16394 \backslash
16395 @ifundefined{extrarowheight}
16396 \begin_inset Newline newline
16397 \end_inset
16398
16399
16400 \begin_inset ERT
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404
16405
16406 \backslash
16407 hphantom{ }
16408 \end_layout
16409
16410 \end_inset
16411
16412 {
16413 \backslash
16414 usepackage{array}}{}
16415 \begin_inset Newline newline
16416 \end_inset
16417
16418
16419 \backslash
16420 setlength{
16421 \backslash
16422 extrarowheight}{altura}
16423 \end_layout
16424
16425 \begin_layout Standard
16426 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16427  centrado en vertical.
16428  (Lyx cargará automáticamente el paquete 
16429 \series bold
16430 array
16431 \series default
16432  cuando uses formatos de tabla autodefinidos.
16433  Para evitar que sea cargado dos veces se pone al principio el comando 
16434 \series bold
16435
16436 \backslash
16437 @ifundefined
16438 \series default
16439 .)
16440 \end_layout
16441
16442 \begin_layout Standard
16443
16444 \end_layout
16445
16446 \begin_layout Subsection
16447 Alineación especial de celdas
16448 \begin_inset Index
16449 status collapsed
16450
16451 \begin_layout Plain Layout
16452 Personalización de tablas ! Alineación especial de celdas
16453 \end_layout
16454
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \begin_layout Standard
16461 A veces mejora la presentación si las entradas en las celdas de una columna
16462  se alinean con un carácter determinado, p.
16463 \begin_inset space \thinspace{}
16464 \end_inset
16465
16466 e.
16467 \begin_inset space ~
16468 \end_inset
16469
16470 el separador decimal, como en la tabla
16471 \begin_inset space ~
16472 \end_inset
16473
16474
16475 \begin_inset CommandInset ref
16476 LatexCommand ref
16477 reference "tab:Tabla-con-celdas-de"
16478
16479 \end_inset
16480
16481 .
16482 \end_layout
16483
16484 \begin_layout Standard
16485 \begin_inset Float table
16486 wide false
16487 sideways false
16488 status open
16489
16490 \begin_layout Plain Layout
16491 \begin_inset Caption
16492
16493 \begin_layout Plain Layout
16494 \begin_inset CommandInset label
16495 LatexCommand label
16496 name "tab:Tabla-con-celdas-de"
16497
16498 \end_inset
16499
16500 Tabla con celdas alineadas con el separador decimal.
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \begin_layout Plain Layout
16509 \align center
16510 \begin_inset Tabular
16511 <lyxtabular version="3" rows="4" columns="2">
16512 <features>
16513 <column alignment="right" valignment="top" width="0">
16514 <column alignment="left" valignment="top" width="0" special="@{}l">
16515 <row>
16516 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 leyenda
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 <row>
16536 <cell alignment="center" valignment="top" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 12.
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 6
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 0.
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 68
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 -123.
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 0
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 </lyxtabular>
16596
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \begin_layout Standard
16608 Esta es una tabla 4×2.
16609  La leyenda es una multicolumna centrada.
16610  La primera columna está alineada a la derecha y contiene el punto decimal
16611  y los dígitos anteriores.
16612  La segunda columna está alineada a la izquierda y contiene los dígitos
16613  posteriores al punto decimal.
16614  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16615  argumento LaTeX para la segunda columna:
16616 \end_layout
16617
16618 \begin_layout Standard
16619
16620 \series bold
16621 @{}l
16622 \end_layout
16623
16624 \begin_layout Standard
16625 La tabla
16626 \begin_inset space ~
16627 \end_inset
16628
16629
16630 \begin_inset CommandInset ref
16631 LatexCommand ref
16632 reference "tab:Varias-alineaciones"
16633
16634 \end_inset
16635
16636  muestra varios ejemplos de alineación.
16637  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16638 o más pequeño al comienzo de la última columna para conseguir el espacio
16639  adecuado alrededor del signo.
16640 \end_layout
16641
16642 \begin_layout Standard
16643 \begin_inset Float table
16644 wide false
16645 sideways false
16646 status open
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Caption
16650
16651 \begin_layout Plain Layout
16652 \begin_inset CommandInset label
16653 LatexCommand label
16654 name "tab:Varias-alineaciones"
16655
16656 \end_inset
16657
16658 Tabla con varias alineaciones.
16659 \end_layout
16660
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \begin_layout Plain Layout
16667 \align center
16668 \begin_inset Tabular
16669 <lyxtabular version="3" rows="4" columns="6">
16670 <features>
16671 <column alignment="right" valignment="top" width="0">
16672 <column alignment="left" valignment="top" width="0" special="@{}l">
16673 <column alignment="right" valignment="top" width="0">
16674 <column alignment="left" valignment="top" width="0" special="@{}l">
16675 <column alignment="right" valignment="top" width="0">
16676 <column alignment="left" valignment="top" width="0" special="@{}l">
16677 <row>
16678 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 unidades
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 exponentes
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 relaciones
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 12×
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 24
16748 \begin_inset space \thinspace{}
16749 \end_inset
16750
16751 bottles
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $10\cdot$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $10^{\mbox{-}17}$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $\Gamma(t)\propto$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Formula $\:\Upsilon(t)$
16797 \end_inset
16798
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="center" valignment="top" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 1024×
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 768
16820 \begin_inset space \thinspace{}
16821 \end_inset
16822
16823 Pixels
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 \begin_inset Formula $5.78\cdot$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $10^{7}$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $A\ne$
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\: B_{\mathrm{red}}$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 32×
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 6
16892 \begin_inset space \thinspace{}
16893 \end_inset
16894
16895 cm
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 -
16905 \begin_inset Formula $33.5\cdot$
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Formula $10^{4}$
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\sin(\alpha)\ge$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\:\sin(\beta)$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 </lyxtabular>
16951
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Standard
16963 \begin_inset VSpace bigskip
16964 \end_inset
16965
16966 También hay un paquete LaTeX, 
16967 \series bold
16968 dcolumn
16969 \series default
16970
16971 \begin_inset Index
16972 status collapsed
16973
16974 \begin_layout Plain Layout
16975 LaTeX-paquetes ! dcolumn
16976 \end_layout
16977
16978 \end_inset
16979
16980 , que permite alinear el contenido de las celdas.
16981  Pero desgraciadamente trata las entradas de celda en modo matemático y
16982  no permite fórmulas en celdas: la primera columna de la tabla
16983 \begin_inset space ~
16984 \end_inset
16985
16986
16987 \begin_inset CommandInset ref
16988 LatexCommand ref
16989 reference "tab:Varias-alineaciones"
16990
16991 \end_inset
16992
16993  se verá con 
16994 \series bold
16995 dcolumn
16996 \series default
16997  como la primera columna en la tabla
16998 \begin_inset space ~
16999 \end_inset
17000
17001
17002 \begin_inset CommandInset ref
17003 LatexCommand ref
17004 reference "tab:Alineaciones-con-el"
17005
17006 \end_inset
17007
17008  y sólo con algunos trucos se consigue lo que se espera.
17009  La alineación de la segunda y tercera columnas de la tabla
17010 \begin_inset space ~
17011 \end_inset
17012
17013
17014 \begin_inset CommandInset ref
17015 LatexCommand ref
17016 reference "tab:Varias-alineaciones"
17017
17018 \end_inset
17019
17020  no es posible con 
17021 \series bold
17022 dcolumn
17023 \series default
17024 .
17025 \end_layout
17026
17027 \begin_layout Standard
17028 \begin_inset Float table
17029 placement h
17030 wide false
17031 sideways false
17032 status open
17033
17034 \begin_layout Plain Layout
17035 \begin_inset Caption
17036
17037 \begin_layout Plain Layout
17038 \begin_inset CommandInset label
17039 LatexCommand label
17040 name "tab:Alineaciones-con-el"
17041
17042 \end_inset
17043
17044
17045 \begin_inset OptArg
17046 status open
17047
17048 \begin_layout Plain Layout
17049 Tabla alineada con 
17050 \series bold
17051 dcolumn
17052 \end_layout
17053
17054 \end_inset
17055
17056 Alineaciones con el paquete LaTeX 
17057 \series bold
17058 dcolumn
17059 \series default
17060 .
17061  Se han tenido que usar unos trucos para la alineación de las columnas en
17062  la salida.
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Plain Layout
17071 \align center
17072 \begin_inset Tabular
17073 <lyxtabular version="3" rows="4" columns="3">
17074 <features>
17075 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17076 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17077 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17078 <row>
17079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 unidades
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 unidades
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 unidades
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 12x24
17113 \begin_inset space \thinspace{}
17114 \end_inset
17115
17116 bottles
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 12x24
17126 \begin_inset space \thinspace{}
17127 \end_inset
17128
17129
17130 \begin_inset Formula $\mbox{bottles}$
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 12
17143 \begin_inset ERT
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147
17148
17149 \backslash
17150 times
17151 \end_layout
17152
17153 \end_inset
17154
17155 24~
17156 \begin_inset Formula $\mbox{bottles}$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 1024x768
17171 \begin_inset space \thinspace{}
17172 \end_inset
17173
17174 Pixels
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 1024x768
17184 \begin_inset space \thinspace{}
17185 \end_inset
17186
17187
17188 \begin_inset Formula $\mbox{Pixels}$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 1024
17201 \begin_inset ERT
17202 status collapsed
17203
17204 \begin_layout Plain Layout
17205
17206
17207 \backslash
17208 times
17209 \end_layout
17210
17211 \end_inset
17212
17213 768~
17214 \begin_inset Formula $\mbox{Pixels}$
17215 \end_inset
17216
17217  
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 <row>
17224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 32x6
17229 \begin_inset space \thinspace{}
17230 \end_inset
17231
17232 cm
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 32x6
17242 \begin_inset space \thinspace{}
17243 \end_inset
17244
17245
17246 \begin_inset Formula $\mbox{cm}$
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 32
17259 \begin_inset ERT
17260 status collapsed
17261
17262 \begin_layout Plain Layout
17263
17264
17265 \backslash
17266 times
17267 \end_layout
17268
17269 \end_inset
17270
17271 6~
17272 \begin_inset Formula $\mbox{cm}$
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 </lyxtabular>
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \begin_layout Subsection
17294 Formato personalizado de celda/columna
17295 \begin_inset CommandInset label
17296 LatexCommand label
17297 name "sub:Formato-Personalizado"
17298
17299 \end_inset
17300
17301
17302 \begin_inset Index
17303 status collapsed
17304
17305 \begin_layout Plain Layout
17306 Personalización de tablas ! Formato de celda/columna
17307 \end_layout
17308
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Standard
17315 El cálculo de la anchura necesaria para columnas extendidas descrito en
17316  la sección
17317 \begin_inset space ~
17318 \end_inset
17319
17320
17321 \begin_inset CommandInset ref
17322 LatexCommand ref
17323 reference "sub:Cálculos-en-Multicolumnas"
17324
17325 \end_inset
17326
17327  es muy pesado si tienes varias tablas con multicolumnas.
17328  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17329 mna aplicable a todas las tablas del documento.
17330  El formato se define con el comando
17331 \end_layout
17332
17333 \begin_layout Standard
17334
17335 \series bold
17336
17337 \backslash
17338 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 El nombre de formato puede ser una sola letra.
17343  Las letras 
17344 \emph on
17345 b, c, l, m, p
17346 \emph default
17347  y 
17348 \emph on
17349 r
17350 \emph default
17351  están predefinidas y no pueden usarse.
17352  Pero se permiten todas las mayúsculas.
17353 \end_layout
17354
17355 \begin_layout Standard
17356 \begin_inset VSpace medskip
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \begin_layout Standard
17363 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17364  fija puedes definir el formato de celda
17365 \end_layout
17366
17367 \begin_layout Standard
17368
17369 \series bold
17370
17371 \backslash
17372 newcolumntype{M}[1]{>{
17373 \backslash
17374 centering
17375 \backslash
17376 hspace{0pt}}m{#1}}
17377 \end_layout
17378
17379 \begin_layout Standard
17380 donde 
17381 \series bold
17382
17383 \backslash
17384 hspace{0pt}
17385 \series default
17386  evita el problema de partir con guión la primera palabra, como se describe
17387  en la sección
17388 \begin_inset space ~
17389 \end_inset
17390
17391
17392 \begin_inset CommandInset ref
17393 LatexCommand ref
17394 reference "sub:Líneas-Múltiples-en"
17395
17396 \end_inset
17397
17398 .
17399  Ahora puedes introducir simplemente
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405 M{ancho}
17406 \end_layout
17407
17408 \begin_layout Standard
17409 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17410 \end_layout
17411
17412 \begin_layout Standard
17413 \begin_inset VSpace bigskip
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \begin_layout Standard
17420 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \series bold
17426
17427 \backslash
17428 newcolumntype{S}[2]{>{
17429 \backslash
17430 centering
17431 \backslash
17432 hspace{0pt}}
17433 \begin_inset Newline newline
17434 \end_inset
17435
17436
17437 \begin_inset ERT
17438 status collapsed
17439
17440 \begin_layout Plain Layout
17441
17442
17443 \backslash
17444 phantom{
17445 \end_layout
17446
17447 \end_inset
17448
17449
17450 \backslash
17451 newcolumntype
17452 \begin_inset ERT
17453 status collapsed
17454
17455 \begin_layout Plain Layout
17456
17457 }
17458 \end_layout
17459
17460 \end_inset
17461
17462 m{(#1+(2
17463 \backslash
17464 tabcolsep+
17465 \backslash
17466 arrayrulewidth)*(1-#2))/#2}}
17467 \end_layout
17468
17469 \begin_layout Standard
17470 Este formato usa la ecuación 
17471 \begin_inset CommandInset ref
17472 LatexCommand eqref
17473 reference "eq:Wgn"
17474
17475 \end_inset
17476
17477  para calcular la anchura necesaria para que cada celda extendida tenga
17478  la misma anchura.
17479 \end_layout
17480
17481 \begin_layout Standard
17482 Ahora puedes introducir
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488 S{ancho de la celda multicolumna}{número de columnas extendidas}
17489 \end_layout
17490
17491 \begin_layout Standard
17492 como argumento LaTeX de la columna.
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset VSpace bigskip
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \begin_layout Standard
17503 Para columnas coloreadas puedes definir
17504 \end_layout
17505
17506 \begin_layout Standard
17507
17508 \series bold
17509
17510 \backslash
17511 newcolumntype{K}[1]{>{
17512 \backslash
17513 columncolor{#1}
17514 \backslash
17515 hspace{0pt}}c}
17516 \end_layout
17517
17518 \begin_layout Standard
17519 La 
17520 \begin_inset Quotes eld
17521 \end_inset
17522
17523 c
17524 \begin_inset Quotes erd
17525 \end_inset
17526
17527  al final crea una columna con anchura flexible cuyo texto está centrado
17528  horizontalmente.
17529  Ahora puedes introducir
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535 K{nombre del color}
17536 \end_layout
17537
17538 \begin_layout Standard
17539 como argumento LaTeX.
17540 \end_layout
17541
17542 \begin_layout Standard
17543 \begin_inset VSpace bigskip
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \begin_layout Standard
17550 Para crear la tabla
17551 \begin_inset space ~
17552 \end_inset
17553
17554
17555 \begin_inset CommandInset ref
17556 LatexCommand ref
17557 reference "tab:Tabla-con-formatos-definidos-por"
17558
17559 \end_inset
17560
17561  usa los argumentos LaTeX
17562 \end_layout
17563
17564 \begin_layout Standard
17565
17566 \series bold
17567 M{2.5cm}
17568 \end_layout
17569
17570 \begin_layout Standard
17571 para la primera columna y la multicolumna,
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577 K{red}
17578 \end_layout
17579
17580 \begin_layout Standard
17581 para la última columna y
17582 \end_layout
17583
17584 \begin_layout Standard
17585
17586 \series bold
17587 S{2.5cm}{2}
17588 \end_layout
17589
17590 \begin_layout Standard
17591 para las celdas en la segunda columna.
17592 \end_layout
17593
17594 \begin_layout Standard
17595 \begin_inset Float table
17596 placement h
17597 wide false
17598 sideways false
17599 status open
17600
17601 \begin_layout Plain Layout
17602 \begin_inset Caption
17603
17604 \begin_layout Plain Layout
17605 \begin_inset CommandInset label
17606 LatexCommand label
17607 name "tab:Tabla-con-formatos-definidos-por"
17608
17609 \end_inset
17610
17611 Tabla con formatos definidos por el usuario
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Plain Layout
17620 \align center
17621 \begin_inset Tabular
17622 <lyxtabular version="3" rows="3" columns="4">
17623 <features>
17624 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17625 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17626 <column alignment="center" valignment="middle" width="0">
17627 <column alignment="center" valignment="middle" width="0" special="K{red}">
17628 <row>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 palabramuylargaenceldadetabla
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 multicolumna línea múltiple
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660 c
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row>
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 d
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 e
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 f
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698 g
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 </row>
17704 <row>
17705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709 h
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 i
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 j
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 k
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 </row>
17742 </lyxtabular>
17743
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Subsection
17755 Grosor de líneas
17756 \begin_inset CommandInset label
17757 LatexCommand label
17758 name "sub:Grosor-de-Líneas"
17759
17760 \end_inset
17761
17762
17763 \begin_inset Index
17764 status collapsed
17765
17766 \begin_layout Plain Layout
17767 Personalización de tablas ! Grosor de línea
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Standard
17776 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17777  
17778 \series bold
17779
17780 \backslash
17781 arrayrulewidth
17782 \series default
17783 .
17784  Por ejemplo, para poner un grosor de línea de 1.5
17785 \begin_inset space \thinspace{}
17786 \end_inset
17787
17788 pt, como en la tabla
17789 \begin_inset space ~
17790 \end_inset
17791
17792
17793 \begin_inset CommandInset ref
17794 LatexCommand ref
17795 reference "tab:Tabla-con-líneas"
17796
17797 \end_inset
17798
17799 , inserta el comando
17800 \end_layout
17801
17802 \begin_layout Standard
17803
17804 \series bold
17805
17806 \backslash
17807 setlength{
17808 \backslash
17809 arrayrulewidth}{1.5pt}
17810 \end_layout
17811
17812 \begin_layout Standard
17813 en ERT antes de la tabla o flotante.
17814  Este cambio es válido para todas las siguientes tablas.
17815  Para volver al valor predeterminado, define 
17816 \series bold
17817
17818 \backslash
17819 arrayrulewidth
17820 \series default
17821  a 0.4
17822 \begin_inset space \thinspace{}
17823 \end_inset
17824
17825 pt en ERT detrás de la tabla o flotante.
17826 \end_layout
17827
17828 \begin_layout Standard
17829 \begin_inset ERT
17830 status collapsed
17831
17832 \begin_layout Plain Layout
17833
17834
17835 \backslash
17836 setlength{
17837 \backslash
17838 arrayrulewidth}{1.5pt}
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \begin_inset Float table
17845 wide false
17846 sideways false
17847 status open
17848
17849 \begin_layout Plain Layout
17850 \begin_inset Caption
17851
17852 \begin_layout Plain Layout
17853 \begin_inset CommandInset label
17854 LatexCommand label
17855 name "tab:Tabla-con-líneas"
17856
17857 \end_inset
17858
17859 Tabla con líneas de grosor 1.5
17860 \begin_inset space \thinspace{}
17861 \end_inset
17862
17863 pt
17864 \end_layout
17865
17866 \end_inset
17867
17868
17869 \end_layout
17870
17871 \begin_layout Plain Layout
17872 \align center
17873 \begin_inset Tabular
17874 <lyxtabular version="3" rows="3" columns="3">
17875 <features>
17876 <column alignment="center" valignment="top" width="0">
17877 <column alignment="center" valignment="top" width="0">
17878 <column alignment="center" valignment="top" width="0">
17879 <row>
17880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 sd
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 sd
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 <row>
17938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 sd
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 </lyxtabular>
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \begin_inset ERT
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980
17981
17982 \backslash
17983 setlength{
17984 \backslash
17985 arrayrulewidth}{0.4pt}
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 \begin_inset VSpace bigskip
17995 \end_inset
17996
17997 Para definir un grosor de 1.5
17998 \begin_inset space \thinspace{}
17999 \end_inset
18000
18001 pt sólo para líneas horizontales, como en la tabla
18002 \begin_inset space ~
18003 \end_inset
18004
18005
18006 \begin_inset CommandInset ref
18007 LatexCommand ref
18008 reference "tab:Tabla-con-horizontales"
18009
18010 \end_inset
18011
18012 , inserta estos comandos en ERT antes de la tabla o flotante:
18013 \end_layout
18014
18015 \begin_layout Standard
18016
18017 \series bold
18018
18019 \backslash
18020 let
18021 \backslash
18022 myHline
18023 \backslash
18024 hline
18025 \begin_inset Newline newline
18026 \end_inset
18027
18028
18029 \backslash
18030 renewcommand{
18031 \backslash
18032 hline}
18033 \begin_inset Newline newline
18034 \end_inset
18035
18036  {
18037 \backslash
18038 noalign{
18039 \backslash
18040 global
18041 \backslash
18042 arrayrulewidth 1.5pt}
18043 \begin_inset Newline newline
18044 \end_inset
18045
18046   
18047 \backslash
18048 myHline
18049 \backslash
18050 noalign{
18051 \backslash
18052 global
18053 \backslash
18054 arrayrulewidth 0.4pt}}
18055 \end_layout
18056
18057 \begin_layout Standard
18058 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18059  de la tabla o flotante:
18060 \end_layout
18061
18062 \begin_layout Standard
18063
18064 \series bold
18065
18066 \backslash
18067 renewcommand{
18068 \backslash
18069 hline}{
18070 \backslash
18071 myHline}
18072 \end_layout
18073
18074 \begin_layout Standard
18075 \begin_inset ERT
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 let
18083 \backslash
18084 myHline
18085 \backslash
18086 hline
18087 \end_layout
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 renewcommand{
18094 \backslash
18095 hline}
18096 \end_layout
18097
18098 \begin_layout Plain Layout
18099
18100  {
18101 \backslash
18102 noalign{
18103 \backslash
18104 global
18105 \backslash
18106 arrayrulewidth 1.5pt}
18107 \end_layout
18108
18109 \begin_layout Plain Layout
18110
18111   
18112 \backslash
18113 myHline
18114 \backslash
18115 noalign{
18116 \backslash
18117 global
18118 \backslash
18119 arrayrulewidth 0.4pt}}
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \begin_inset Float table
18126 wide false
18127 sideways false
18128 status open
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Caption
18132
18133 \begin_layout Plain Layout
18134 \begin_inset CommandInset label
18135 LatexCommand label
18136 name "tab:Tabla-con-horizontales"
18137
18138 \end_inset
18139
18140 Tabla con líneas horizontales de 1.5
18141 \begin_inset space \thinspace{}
18142 \end_inset
18143
18144 pt
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Plain Layout
18153 \align center
18154 \begin_inset Tabular
18155 <lyxtabular version="3" rows="3" columns="3">
18156 <features>
18157 <column alignment="center" valignment="top" width="0">
18158 <column alignment="center" valignment="top" width="0">
18159 <column alignment="center" valignment="top" width="0">
18160 <row>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 sd
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 sd
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 sd
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 </lyxtabular>
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \begin_inset ERT
18258 status collapsed
18259
18260 \begin_layout Plain Layout
18261
18262
18263 \backslash
18264 renewcommand{
18265 \backslash
18266 hline}{
18267 \backslash
18268 myHline}
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 \begin_inset VSpace bigskip
18278 \end_inset
18279
18280 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18281  siguiente formato de columna en el preámbulo del documento, de acuerdo
18282  con lo descrito en la sección
18283 \begin_inset space ~
18284 \end_inset
18285
18286
18287 \begin_inset CommandInset ref
18288 LatexCommand ref
18289 reference "sub:Formato-Personalizado"
18290
18291 \end_inset
18292
18293 :
18294 \end_layout
18295
18296 \begin_layout Standard
18297
18298 \series bold
18299
18300 \backslash
18301 newcolumntype{V}{!{
18302 \backslash
18303 vrule width 1.5pt}}
18304 \end_layout
18305
18306 \begin_layout Standard
18307 Para la tabla
18308 \begin_inset space ~
18309 \end_inset
18310
18311
18312 \begin_inset CommandInset ref
18313 LatexCommand ref
18314 reference "tab:Tabla-con-verticales"
18315
18316 \end_inset
18317
18318  se usó el argumento LaTeX
18319 \end_layout
18320
18321 \begin_layout Standard
18322
18323 \series bold
18324 VcV
18325 \end_layout
18326
18327 \begin_layout Standard
18328 para la última columna y
18329 \end_layout
18330
18331 \begin_layout Standard
18332
18333 \series bold
18334 Vc
18335 \end_layout
18336
18337 \begin_layout Standard
18338 para las otras.
18339 \end_layout
18340
18341 \begin_layout Standard
18342 \begin_inset Float table
18343 wide false
18344 sideways false
18345 status open
18346
18347 \begin_layout Plain Layout
18348 \begin_inset Caption
18349
18350 \begin_layout Plain Layout
18351 \begin_inset CommandInset label
18352 LatexCommand label
18353 name "tab:Tabla-con-verticales"
18354
18355 \end_inset
18356
18357 Tabla con líneas verticales de 1.5
18358 \begin_inset space \thinspace{}
18359 \end_inset
18360
18361 pt de grosor
18362 \end_layout
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \begin_layout Plain Layout
18370 \align center
18371 \begin_inset Tabular
18372 <lyxtabular version="3" rows="3" columns="3">
18373 <features>
18374 <column alignment="center" valignment="top" width="0" special="Vc">
18375 <column alignment="center" valignment="top" width="0" special="Vc">
18376 <column alignment="center" valignment="top" width="0" special="VcV">
18377 <row>
18378 <cell alignment="center" valignment="top" topline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 sd
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" topline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 </row>
18406 <row>
18407 <cell alignment="center" valignment="top" topline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 sd
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" topline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 </row>
18435 <row>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 sd
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 </lyxtabular>
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Subsection
18477 Líneas de trazos
18478 \begin_inset Index
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482 Personalización de tablas ! Líneas de trazos
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \begin_layout Standard
18491 \begin_inset ERT
18492 status collapsed
18493
18494 \begin_layout Plain Layout
18495
18496
18497 \backslash
18498 ifarydshln
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \begin_inset Note Note
18505 status open
18506
18507 \begin_layout Plain Layout
18508 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18509  LaTeX 
18510 \series bold
18511 arydshln
18512 \series default
18513 .
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Standard
18522 \begin_inset Float table
18523 placement H
18524 wide false
18525 sideways false
18526 status open
18527
18528 \begin_layout Plain Layout
18529 \begin_inset Caption
18530
18531 \begin_layout Plain Layout
18532 \begin_inset CommandInset label
18533 LatexCommand label
18534 name "tab:Tabla-con-trazos"
18535
18536 \end_inset
18537
18538 Tabla con líneas de trazos
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Plain Layout
18547 \align center
18548 \begin_inset Tabular
18549 <lyxtabular version="3" rows="5" columns="5">
18550 <features>
18551 <column alignment="center" valignment="top" width="0">
18552 <column alignment="center" valignment="top" width="0">
18553 <column alignment="center" valignment="top" width="0" special=":c">
18554 <column alignment="center" valignment="top" width="0">
18555 <column alignment="center" valignment="top" width="0">
18556 <row>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 a
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 b
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 c
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 d
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 e
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 </row>
18603 <row>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 f
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 g
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 h
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 i
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 j
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655 \begin_inset ERT
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659
18660
18661 \backslash
18662 hdashline 
18663 \end_layout
18664
18665 \end_inset
18666
18667 k
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676 l
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 m
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 n
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 o
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 <row>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 cdashline{4-5}
18722 \end_layout
18723
18724 \end_inset
18725
18726 p
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 q
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744 r
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 s
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 </row>
18768 <row>
18769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 t
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782 u
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791 v
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 w
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 x
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 </lyxtabular>
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18829  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18830 \series bold
18831 arydshln
18832 \series default
18833
18834 \begin_inset Index
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 LaTeX-paquetes ! arydshln
18839 \end_layout
18840
18841 \end_inset
18842
18843  
18844 \end_layout
18845
18846 \begin_layout Standard
18847
18848 \series bold
18849
18850 \backslash
18851 usepackage{arydshln}
18852 \end_layout
18853
18854 \begin_layout Standard
18855 Para hacer una línea vertical a trazos, introduce dos puntos 
18856 \begin_inset Quotes eld
18857 \end_inset
18858
18859 :
18860 \begin_inset Quotes erd
18861 \end_inset
18862
18863  junto con el carácter para alineación horizontal como argumento LaTeX en
18864  el diálogo de celda de tabla.
18865 \end_layout
18866
18867 \begin_layout Standard
18868 Para una línea de trazos horizontal añade el comando
18869 \end_layout
18870
18871 \begin_layout Standard
18872
18873 \series bold
18874
18875 \backslash
18876 hdashline
18877 \end_layout
18878
18879 \begin_layout Standard
18880 en ERT como primer elemento de la primera celda en la fila.
18881 \end_layout
18882
18883 \begin_layout Standard
18884 Para líneas de trazos en multicolumna usa el comando
18885 \end_layout
18886
18887 \begin_layout Standard
18888
18889 \series bold
18890
18891 \backslash
18892 cdashline{número de líneas
18893 \series default
18894 }
18895 \end_layout
18896
18897 \begin_layout Standard
18898 en ERT como primer elemento de la primera celda en la fila.
18899  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18900  4 y quieres una línea de trazos por encima, añade el comando
18901 \end_layout
18902
18903 \begin_layout Standard
18904
18905 \series bold
18906
18907 \backslash
18908 cdashline{2-4}
18909 \end_layout
18910
18911 \begin_layout Standard
18912 como primer elemento de la primera celda en la fila de la multicolumna.
18913 \end_layout
18914
18915 \begin_layout Standard
18916 \begin_inset VSpace bigskip
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 La tabla
18924 \begin_inset space ~
18925 \end_inset
18926
18927
18928 \begin_inset CommandInset ref
18929 LatexCommand ref
18930 reference "tab:Tabla-con-trazos"
18931
18932 \end_inset
18933
18934  se ha hecho usando 
18935 \begin_inset Quotes eld
18936 \end_inset
18937
18938
18939 \series bold
18940 :c
18941 \series default
18942
18943 \begin_inset Quotes erd
18944 \end_inset
18945
18946  como argumento LaTeX de la tercera columna.
18947  El comando ERT 
18948 \series bold
18949
18950 \backslash
18951 hdashline
18952 \series default
18953  se ha insertado en la primera celda de la tercera fila y el comando ERT
18954 \begin_inset Newline newline
18955 \end_inset
18956
18957
18958 \series bold
18959
18960 \backslash
18961 cdashline{4-5}
18962 \series default
18963  en la primera celda de la cuarta fila.
18964 \end_layout
18965
18966 \begin_layout Standard
18967 \begin_inset Note Greyedout
18968 status open
18969
18970 \begin_layout Plain Layout
18971
18972 \series bold
18973 Nota:
18974 \series default
18975  Aparentemente el paquete LaTeX 
18976 \series bold
18977 arydshln
18978 \series default
18979  no es compatible con el paquete LaTeX 
18980 \series bold
18981 colortbl
18982 \series default
18983
18984 \begin_inset Index
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988 LaTeX-paquetes ! colortbl
18989 \end_layout
18990
18991 \end_inset
18992
18993  que se usa para tablas coloreadas en la sección
18994 \begin_inset space ~
18995 \end_inset
18996
18997
18998 \begin_inset CommandInset ref
18999 LatexCommand ref
19000 reference "sec:Tablas-Coloreadas"
19001
19002 \end_inset
19003
19004 .
19005  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset ERT
19015 status collapsed
19016
19017 \begin_layout Plain Layout
19018
19019
19020 \backslash
19021 else
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \begin_inset Note Note
19028 status open
19029
19030 \begin_layout Plain Layout
19031 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19032  
19033 \series bold
19034 arydshln
19035 \series default
19036 .
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Debes instalar el paquete LaTeX 
19046 \series bold
19047 arydshln
19048 \series default
19049  para ver la parte siguiente en la salida.
19050 \end_layout
19051
19052 \begin_layout Standard
19053 \begin_inset ERT
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057
19058
19059 \backslash
19060 fi
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Chapter
19069 Flotantes
19070 \begin_inset CommandInset label
19071 LatexCommand label
19072 name "cha:Flotantes"
19073
19074 \end_inset
19075
19076
19077 \begin_inset Index
19078 status collapsed
19079
19080 \begin_layout Plain Layout
19081 Flotantes
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \begin_layout Section
19090 Introducción
19091 \begin_inset CommandInset label
19092 LatexCommand label
19093 name "sec:IntroducciónFlotantes"
19094
19095 \end_inset
19096
19097
19098 \begin_inset Index
19099 status collapsed
19100
19101 \begin_layout Plain Layout
19102 Flotantes ! Introducción
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19112  que no tiene posición fija.
19113  Puede 
19114 \begin_inset Quotes eld
19115 \end_inset
19116
19117 flotar
19118 \begin_inset Quotes erd
19119 \end_inset
19120
19121  adelante o atrás una o dos páginas, donde encaje mejor.
19122  Las 
19123 \family sans
19124 Notas
19125 \begin_inset space ~
19126 \end_inset
19127
19128 al
19129 \begin_inset space ~
19130 \end_inset
19131
19132 pie
19133 \family default
19134  y 
19135 \family sans
19136 Notas
19137 \begin_inset space ~
19138 \end_inset
19139
19140 al
19141 \begin_inset space ~
19142 \end_inset
19143
19144 margen
19145 \family default
19146  también son flotantes, porque pueden flotar a la página siguiente cuando
19147  hay demasiadas notas en la página.
19148 \end_layout
19149
19150 \begin_layout Standard
19151 Los flotantes hacen posible composiciones de alta calidad.
19152  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19153  impedir espacios en blanco y páginas sin texto.
19154  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19155  cada flotante puede ser referenciado en el texto.
19156  Por lo tanto los flotantes están numerados.
19157  Las referencias se describen en la sección
19158 \begin_inset space ~
19159 \end_inset
19160
19161
19162 \begin_inset CommandInset ref
19163 LatexCommand ref
19164 reference "sec:Referencias-a-Flotantes"
19165
19166 \end_inset
19167
19168 .
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Para insertar un flotante, usa el menú 
19173 \family sans
19174 Insertar\SpecialChar \menuseparator
19175 Flotante
19176 \family default
19177 .
19178  Esto inserta un entorno 
19179 \family sans
19180 Leyenda,
19181 \family default
19182  un recuadro con una etiqueta.
19183  La etiqueta será traducida automáticamente al lenguaje del documento.
19184  Tras la etiqueta puede insertar el texto de la leyenda.
19185  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19186  separado dentro del flotante.
19187  Más sobre colocación de leyendas se describe en la sección
19188 \begin_inset space ~
19189 \end_inset
19190
19191
19192 \begin_inset CommandInset ref
19193 LatexCommand ref
19194 reference "sec:Colocación-de-leyendas"
19195
19196 \end_inset
19197
19198 .
19199  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19200  del flotante haciendo clic-izquierdo sobre él.
19201  Un cuadro cerrado se muestra así: 
19202 \begin_inset Graphics
19203         filename clipart/flotanteQt4.png
19204         scale 70
19205
19206 \end_inset
19207
19208  ---un cuadro gris con etiqueta en rojo---.
19209 \end_layout
19210
19211 \begin_layout Standard
19212 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19213  errores de LaTeX si el texto circundante se formatea de modo especial.
19214 \end_layout
19215
19216 \begin_layout Standard
19217 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19218  y pinchando el botón correspondiente de la barra de herramientas para un
19219  flotante nuevo.
19220 \end_layout
19221
19222 \begin_layout Section
19223 Tipos de flotantes
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Además de los flotantes de imagen y de tabla que se describen en la sección
19228 \begin_inset space ~
19229 \end_inset
19230
19231
19232 \begin_inset CommandInset ref
19233 LatexCommand ref
19234 reference "sec:Figuras-Flotantes"
19235
19236 \end_inset
19237
19238  y 
19239 \begin_inset CommandInset ref
19240 LatexCommand ref
19241 reference "sec:Tablas-Flotantes"
19242
19243 \end_inset
19244
19245 , respectivamente, LyX ofrece los tipos 
19246 \series bold
19247 Algoritmo
19248 \series default
19249  y 
19250 \series bold
19251 Ajustado
19252 \begin_inset space ~
19253 \end_inset
19254
19255 al
19256 \begin_inset space ~
19257 \end_inset
19258
19259 texto
19260 \series default
19261 .
19262 \end_layout
19263
19264 \begin_layout Subsection
19265 Algoritmos flotantes
19266 \begin_inset Index
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270 Flotantes ! Algoritmos
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \begin_inset CommandInset label
19277 LatexCommand label
19278 name "sub:Algoritmos-Flotantes"
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Standard
19286 \begin_inset Float algorithm
19287 placement h
19288 wide false
19289 sideways false
19290 status open
19291
19292 \begin_layout Plain Layout
19293 \begin_inset Caption
19294
19295 \begin_layout Plain Layout
19296 \begin_inset CommandInset label
19297 LatexCommand label
19298 name "alg:Ejemplo-de-Algoritmo-flotante"
19299
19300 \end_inset
19301
19302 Ejemplo de algoritmo flotante
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \begin_layout LyX-Code
19311 for I in 1..N loop
19312 \begin_inset Newline newline
19313 \end_inset
19314
19315  Sum:= Sum + A(I); /*comment*/
19316 \begin_inset Newline newline
19317 \end_inset
19318
19319 end loop
19320 \begin_inset VSpace -4mm
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Standard
19332 Este tipo de flotante se inserta con el menú 
19333 \family sans
19334 Insertar\SpecialChar \menuseparator
19335 Flotante\SpecialChar \menuseparator
19336 Algoritmo
19337 \family default
19338 .
19339  Se usa para códigos y descripciones de algoritmos.
19340  Un posible entorno para algoritmos es 
19341 \family sans
19342 Código-LyX
19343 \family default
19344 , descrito en 
19345 \emph on
19346 Guía del usuario
19347 \emph default
19348  de LyX.
19349  El algoritmo
19350 \begin_inset space ~
19351 \end_inset
19352
19353
19354 \begin_inset CommandInset ref
19355 LatexCommand ref
19356 reference "alg:Ejemplo-de-Algoritmo-flotante"
19357
19358 \end_inset
19359
19360  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19361  vertical de -4
19362 \begin_inset space \thinspace{}
19363 \end_inset
19364
19365 mm al final para tener la línea inferior exactamente bajo la última línea
19366  de texto.
19367 \end_layout
19368
19369 \begin_layout Standard
19370 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19371  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19372  la siguiente línea al preámbulo del documento
19373 \series bold
19374 :
19375 \end_layout
19376
19377 \begin_layout Standard
19378
19379 \series bold
19380
19381 \backslash
19382 floatname{algorithm}{nombre}
19383 \end_layout
19384
19385 \begin_layout Standard
19386
19387 \lang english
19388 where
19389 \family sans
19390 \lang spanish
19391  nombre
19392 \family default
19393  es la palabra 
19394 \begin_inset Quotes eld
19395 \end_inset
19396
19397
19398 \emph on
19399 algorithm
19400 \emph default
19401
19402 \begin_inset Quotes erd
19403 \end_inset
19404
19405  en el lenguaje deseado.
19406 \end_layout
19407
19408 \begin_layout Standard
19409
19410 \lang english
19411 To insert the list of algorithms you can in this case not use the menu 
19412 \family sans
19413 Insert\SpecialChar \menuseparator
19414 List
19415 \begin_inset space \thinspace{}
19416 \end_inset
19417
19418 /
19419 \begin_inset space \thinspace{}
19420 \end_inset
19421
19422 TOC\SpecialChar \menuseparator
19423 List of Algorithms
19424 \family default
19425  when your document is an English one.
19426  For non-English documents, use this command in TeX-Code instead:
19427 \end_layout
19428
19429 \begin_layout Standard
19430
19431 \series bold
19432 \lang english
19433
19434 \backslash
19435 listof{algorithm}{your
19436 \begin_inset space ~
19437 \end_inset
19438
19439 name}
19440 \end_layout
19441
19442 \begin_layout Standard
19443
19444 \lang english
19445 where 
19446 \family sans
19447 your
19448 \begin_inset space ~
19449 \end_inset
19450
19451 name
19452 \family default
19453  is the word 
19454 \begin_inset Quotes eld
19455 \end_inset
19456
19457
19458 \emph on
19459 List of Algorithm
19460 \emph default
19461 s
19462 \begin_inset Quotes erd
19463 \end_inset
19464
19465  in your language.
19466 \end_layout
19467
19468 \begin_layout Standard
19469 Los algoritmos flotantes no se numeran por defecto según el esquema 
19470 \begin_inset Quotes eld
19471 \end_inset
19472
19473 capítulo.algoritmo
19474 \begin_inset Quotes erd
19475 \end_inset
19476
19477  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19478  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19479  en el preámbulo del documento:
19480 \end_layout
19481
19482 \begin_layout Standard
19483
19484 \series bold
19485
19486 \backslash
19487 numberwithin{algorithm}{chapter}
19488 \end_layout
19489
19490 \begin_layout Standard
19491 Para poder usar el comando 
19492 \series bold
19493
19494 \backslash
19495 numberwithin
19496 \series default
19497 , marca la opción 
19498 \family sans
19499 Usar
19500 \begin_inset space ~
19501 \end_inset
19502
19503 el
19504 \begin_inset space ~
19505 \end_inset
19506
19507 paquete
19508 \begin_inset space ~
19509 \end_inset
19510
19511 AMS
19512 \family default
19513  en el menú 
19514 \family sans
19515 Documento\SpecialChar \menuseparator
19516 Configuración\SpecialChar \menuseparator
19517 Ecuaciones
19518 \family default
19519 .
19520 \end_layout
19521
19522 \begin_layout Subsection
19523 Flotantes ajustados a texto
19524 \begin_inset Index
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528 Flotantes ! Ajustados a texto
19529 \end_layout
19530
19531 \end_inset
19532
19533
19534 \begin_inset CommandInset label
19535 LatexCommand label
19536 name "sub:floatflt-flotante-ajustado"
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset Wrap figure
19545 lines 0
19546 placement l
19547 overhang 0col%
19548 width "40col%"
19549 status open
19550
19551 \begin_layout Plain Layout
19552 \begin_inset Graphics
19553         filename ../clipart/mobius.eps
19554         display color
19555         width 40col%
19556         rotateOrigin center
19557
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Caption
19565
19566 \begin_layout Plain Layout
19567 \begin_inset CommandInset label
19568 LatexCommand label
19569 name "fig:Esto-es-una"
19570
19571 \end_inset
19572
19573 Esto es una figura adosada, y esto la genial cabecera que la describe.
19574 \begin_inset VSpace medskip
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586
19587 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19588  de manera que ocupe sólo una parte del ancho de columna.
19589  Puede insertarse usando el menú 
19590 \family sans
19591 Insertar\SpecialChar \menuseparator
19592 Flotante\SpecialChar \menuseparator
19593 Flotante
19594 \begin_inset space ~
19595 \end_inset
19596
19597 de
19598 \begin_inset space ~
19599 \end_inset
19600
19601 ajuste
19602 \begin_inset space ~
19603 \end_inset
19604
19605 de
19606 \begin_inset space ~
19607 \end_inset
19608
19609 texto
19610 \family default
19611  si está instalado el paquete LaTeX 
19612 \series bold
19613 wrapfig
19614 \series default
19615
19616 \begin_inset Index
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620 LaTeX-paquetes ! wrapfig
19621 \begin_inset ERT
19622 status collapsed
19623
19624 \begin_layout Plain Layout
19625
19626
19627 \backslash
19628
19629 \begin_inset ERT
19630 status collapsed
19631
19632 \begin_layout Plain Layout
19633
19634 {
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \begin_inset ERT
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644
19645 }
19646 \end_layout
19647
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654
19655 vspace
19656 \begin_inset ERT
19657 status collapsed
19658
19659 \begin_layout Plain Layout
19660
19661 {
19662 \end_layout
19663
19664 \end_inset
19665
19666 4mm
19667 \begin_inset ERT
19668 status collapsed
19669
19670 \begin_layout Plain Layout
19671
19672 }
19673 \end_layout
19674
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681
19682 .
19683 \begin_inset Foot
19684 status collapsed
19685
19686 \begin_layout Plain Layout
19687 La instalación de paquetes LaTeX se explica en el manual 
19688 \emph on
19689 Configuración de LaTeX
19690 \emph default
19691 .
19692 \end_layout
19693
19694 \end_inset
19695
19696  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19697  cuadro del flotante.
19698  La figura
19699 \begin_inset space ~
19700 \end_inset
19701
19702
19703 \begin_inset CommandInset ref
19704 LatexCommand ref
19705 reference "fig:Esto-es-una"
19706
19707 \end_inset
19708
19709  es un ejemplo de flotante ajustado al texto con una anchura del 40
19710 \begin_inset space \thinspace{}
19711 \end_inset
19712
19713 col%.
19714 \begin_inset Foot
19715 status collapsed
19716
19717 \begin_layout Plain Layout
19718 Ver unidades disponibles en el apéndice
19719 \begin_inset space ~
19720 \end_inset
19721
19722
19723 \begin_inset CommandInset ref
19724 LatexCommand ref
19725 reference "cha:Unidades-disponibles-en"
19726
19727 \end_inset
19728
19729 .
19730 \end_layout
19731
19732 \end_inset
19733
19734  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19735  del texto envolvente.
19736 \end_layout
19737
19738 \begin_layout Standard
19739 \begin_inset Note Greyedout
19740 status open
19741
19742 \begin_layout Plain Layout
19743
19744 \series bold
19745 Nota:
19746 \series default
19747  ¡Los flotantes adosados a texto son frágiles! P.
19748 \begin_inset space \thinspace{}
19749 \end_inset
19750
19751 e.
19752 \begin_inset space ~
19753 \end_inset
19754
19755 si una figura está demasiado cerca de la parte inferior de la página se
19756  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19757  o situarse junto a otro texto.
19758 \end_layout
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Standard
19766 En general:
19767 \end_layout
19768
19769 \begin_layout Itemize
19770 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19771  salto de página.
19772  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19773  esté casi listo y puedas prever los saltos de página.
19774 \end_layout
19775
19776 \begin_layout Itemize
19777 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19778  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19779 \end_layout
19780
19781 \begin_layout Itemize
19782 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19783  que asegura que hay un párrafo de texto entre ellos.
19784 \end_layout
19785
19786 \begin_layout Itemize
19787 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19788 \end_layout
19789
19790 \begin_layout Section
19791 Numeración de flotantes
19792 \begin_inset CommandInset label
19793 LatexCommand label
19794 name "sec:Numeración-de-flotantes"
19795
19796 \end_inset
19797
19798
19799 \begin_inset Index
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803 Flotantes ! Numeración
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 En general, los flotantes se numeran independientemente de las secciones
19813  en las que se encuentran o según el esquema 
19814 \begin_inset Quotes eld
19815 \end_inset
19816
19817 capítulo.número
19818 \begin_inset Quotes erd
19819 \end_inset
19820
19821  o 
19822 \begin_inset Quotes eld
19823 \end_inset
19824
19825 sección.número
19826 \begin_inset Quotes erd
19827 \end_inset
19828
19829 , dependiendo de la clase de documento utilizada.
19830 \end_layout
19831
19832 \begin_layout Standard
19833 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19834  comando en el preámbulo del documento:
19835 \end_layout
19836
19837 \begin_layout Standard
19838
19839 \series bold
19840
19841 \backslash
19842 renewcommand{
19843 \backslash
19844 thetable}{
19845 \backslash
19846 roman{table}}
19847 \end_layout
19848
19849 \begin_layout Standard
19850
19851 \series bold
19852
19853 \backslash
19854 thetable 
19855 \series default
19856 es el comando que imprime el número de la tabla, para figuras flotantes
19857  el comando sería 
19858 \series bold
19859
19860 \backslash
19861 thefigure
19862 \series default
19863 .
19864  El comando 
19865 \series bold
19866
19867 \backslash
19868 roman
19869 \series default
19870  imprime el número de tabla en números romanos en minúscula.
19871 \end_layout
19872
19873 \begin_layout Standard
19874 Para cambiar el esquema de numeración, por ejemplo a 
19875 \begin_inset Quotes eld
19876 \end_inset
19877
19878 subsección.número
19879 \begin_inset Quotes erd
19880 \end_inset
19881
19882 , usa este comando en el preámbulo:
19883 \end_layout
19884
19885 \begin_layout Standard
19886
19887 \series bold
19888
19889 \backslash
19890 numberwithin{table}{subsection}
19891 \end_layout
19892
19893 \begin_layout Standard
19894 Para poder usar el comando 
19895 \series bold
19896
19897 \backslash
19898 numberwithin
19899 \series default
19900 , debes marcar la opción 
19901 \family sans
19902 Usar
19903 \begin_inset space ~
19904 \end_inset
19905
19906 el
19907 \begin_inset space ~
19908 \end_inset
19909
19910 paquete
19911 \begin_inset space ~
19912 \end_inset
19913
19914 AMS 
19915 \family default
19916 en el apartado 
19917 \family sans
19918 Ecuaciones 
19919 \family default
19920 de las preferencias del documento.
19921 \end_layout
19922
19923 \begin_layout Standard
19924 Puedes ver más detalles y notas importantes sobre comandos de numeración
19925  en la sección
19926 \begin_inset space ~
19927 \end_inset
19928
19929
19930 \begin_inset CommandInset ref
19931 LatexCommand ref
19932 reference "sub:Numeración-de-Notas-al-Pie"
19933
19934 \end_inset
19935
19936 .
19937 \end_layout
19938
19939 \begin_layout Section
19940 Referencias a flotantes
19941 \begin_inset CommandInset label
19942 LatexCommand label
19943 name "sec:Referencias-a-Flotantes"
19944
19945 \end_inset
19946
19947
19948 \begin_inset Index
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952 Flotantes ! Referencias
19953 \end_layout
19954
19955 \end_inset
19956
19957
19958 \begin_inset Index
19959 status collapsed
19960
19961 \begin_layout Plain Layout
19962 Referencias
19963 \end_layout
19964
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \begin_layout Standard
19971 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19972  menú 
19973 \family sans
19974 Insertar\SpecialChar \menuseparator
19975 Etiqueta
19976 \family default
19977  o el botón 
19978 \begin_inset Graphics
19979         filename ../../images/label-insert.png
19980         scale 85
19981
19982 \end_inset
19983
19984 .
19985  Aparece una ventana esperando la introducción del texto de la etiqueta
19986  y se inserta un cuadro gris como este: 
19987 \begin_inset Graphics
19988         filename clipart/etiquetaQt4.png
19989         scale 85
19990
19991 \end_inset
19992
19993 .
19994  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19995  El prefijo depende del tipo de flotante, p.
19996 \begin_inset space \thinspace{}
19997 \end_inset
19998
19999 e.
20000 \begin_inset space ~
20001 \end_inset
20002
20003 para figuras el prefijo será 
20004 \begin_inset Quotes eld
20005 \end_inset
20006
20007
20008 \family sans
20009 fig:
20010 \family default
20011
20012 \begin_inset Quotes erd
20013 \end_inset
20014
20015 .
20016 \end_layout
20017
20018 \begin_layout Standard
20019 La etiqueta se usa como ancla y el nombre para la referencia.
20020  Puedes referenciar la etiqueta usando el menú 
20021 \family sans
20022 Insertar\SpecialChar \menuseparator
20023 Referencia
20024 \family default
20025
20026 \begin_inset space ~
20027 \end_inset
20028
20029
20030 \family sans
20031 cruzada
20032 \family default
20033  o el botón 
20034 \begin_inset Graphics
20035         filename ../../images/dialog-show-new-inset_ref.png
20036         scale 85
20037
20038 \end_inset
20039
20040 .
20041  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20042  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20043  trabajando de la lista desplegable de la parte superior del diálogo.
20044  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20045  Se inserta un cuadro gris como este: 
20046 \begin_inset Graphics
20047         filename clipart/referenciaQt4.png
20048         scale 85
20049
20050 \end_inset
20051
20052 .
20053  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20054 \end_layout
20055
20056 \begin_layout Standard
20057 Se recomienda poner un espacio protegido entre el nombre de la referencia
20058  cruzada y su número para evitar saltos de línea entre ellos.
20059  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20060  dos interrogaciones en la salida.
20061 \end_layout
20062
20063 \begin_layout Standard
20064 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20065  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20066  al texto de la etiqueta nueva, no te ocupes por eso.
20067 \end_layout
20068
20069 \begin_layout Standard
20070 El botón 
20071 \family sans
20072 Ir
20073 \begin_inset space ~
20074 \end_inset
20075
20076 a
20077 \begin_inset space ~
20078 \end_inset
20079
20080 la
20081 \begin_inset space ~
20082 \end_inset
20083
20084 etiqueta
20085 \family default
20086  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20087  y el texto del botón cambia a 
20088 \family sans
20089 Volver
20090 \family default
20091 , con el que se puede retornar a la referencia.
20092  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20093  la etiqueta pero sin opción de volver.
20094 \end_layout
20095
20096 \begin_layout Subsection
20097 Formatos de referencia cruzada
20098 \begin_inset CommandInset label
20099 LatexCommand label
20100 name "sub:Formatos-referencia-cruzada"
20101
20102 \end_inset
20103
20104
20105 \begin_inset Index
20106 status collapsed
20107
20108 \begin_layout Plain Layout
20109 Referencias ! Formatos
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \begin_layout Standard
20118 Hay seis variedades de referencias cruzadas:
20119 \end_layout
20120
20121 \begin_layout Description
20122 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20123  
20124 \begin_inset CommandInset ref
20125 LatexCommand ref
20126 reference "fig:Dos-imágenes-distorsionadas"
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Description
20134 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20135  habitual para referirse a fórmulas, especialmente si se omite el nombre
20136  
20137 \begin_inset Quotes eld
20138 \end_inset
20139
20140 Ecuación
20141 \begin_inset Quotes erd
20142 \end_inset
20143
20144
20145 \begin_inset CommandInset ref
20146 LatexCommand eqref
20147 reference "eq:Wgn"
20148
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \begin_layout Description
20155 <página>: imprime el número de página: Página
20156 \begin_inset space ~
20157 \end_inset
20158
20159
20160 \begin_inset CommandInset ref
20161 LatexCommand pageref
20162 reference "fig:Dos-imágenes-distorsionadas"
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Description
20170 en
20171 \begin_inset space ~
20172 \end_inset
20173
20174 página
20175 \begin_inset space ~
20176 \end_inset
20177
20178 <página>: imprime el texto 
20179 \begin_inset Quotes eld
20180 \end_inset
20181
20182 en la página
20183 \begin_inset Quotes erd
20184 \end_inset
20185
20186  y el número de página: 
20187 \begin_inset CommandInset ref
20188 LatexCommand vpageref
20189 reference "fig:Dos-imágenes-distorsionadas"
20190
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \begin_layout Description
20197 <referencia>
20198 \begin_inset space ~
20199 \end_inset
20200
20201 en
20202 \begin_inset space ~
20203 \end_inset
20204
20205 página
20206 \begin_inset space ~
20207 \end_inset
20208
20209 <página>: imprime el número flotante, el texto 
20210 \begin_inset Quotes eld
20211 \end_inset
20212
20213 en la página
20214 \begin_inset Quotes erd
20215 \end_inset
20216
20217  y el número de página: 
20218 \begin_inset CommandInset ref
20219 LatexCommand vref
20220 reference "fig:Dos-imágenes-distorsionadas"
20221
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \begin_layout Description
20228 Referencia
20229 \begin_inset space ~
20230 \end_inset
20231
20232 con
20233 \begin_inset space ~
20234 \end_inset
20235
20236 formato: imprime un formato personalizado.
20237  
20238 \begin_inset Note Greyedout
20239 status open
20240
20241 \begin_layout Plain Layout
20242
20243 \series bold
20244 Nota:
20245 \series default
20246  Esta característica sólo está disponible si está instalado el paquete LaTeX
20247  
20248 \series bold
20249 prettyref
20250 \series default
20251 .
20252 \end_layout
20253
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \begin_layout Standard
20260 Ten en cuenta que el estilo <página>
20261 \begin_inset space \thinspace{}
20262 \end_inset
20263
20264  no imprime el número si la etiqueta está en la misma página, en la anterior
20265  o en la siguiente.
20266  En su lugar verás p.
20267 \begin_inset space \thinspace{}
20268 \end_inset
20269
20270 e.
20271 \begin_inset space ~
20272 \end_inset
20273
20274 el texto 
20275 \begin_inset Quotes eld
20276 \end_inset
20277
20278
20279 \family sans
20280 en esta página
20281 \family default
20282
20283 \begin_inset Quotes erd
20284 \end_inset
20285
20286 .
20287 \end_layout
20288
20289 \begin_layout Standard
20290 El número y página actual de la parte del documento referida es automáticamente
20291  calculado por LaTeX en la salida.
20292  Las variedades se ajustan en el campo 
20293 \family sans
20294 Formato
20295 \family default
20296  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20297 \end_layout
20298
20299 \begin_layout Subsection
20300 Designación automática de referencias
20301 \begin_inset Index
20302 status collapsed
20303
20304 \begin_layout Plain Layout
20305 Referencias ! Designación automática
20306 \end_layout
20307
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \begin_layout Standard
20314 El paquete LaTeX 
20315 \series bold
20316 hyperref
20317 \series default
20318  dispone de una característica muy útil que permite incluir automáticamente
20319  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20320  de texto como secciones).
20321  Quieres p.
20322 \begin_inset space \thinspace{}
20323 \end_inset
20324
20325 e.
20326 \begin_inset space ~
20327 \end_inset
20328
20329 escribir la palabra 
20330 \begin_inset Quotes eld
20331 \end_inset
20332
20333 Figura
20334 \begin_inset Quotes erd
20335 \end_inset
20336
20337  antes de cada cuadro de referencia.
20338  Para conseguirlo debes cargar el paquete LaTeX 
20339 \series bold
20340 hyperref
20341 \series default
20342
20343 \begin_inset Index
20344 status collapsed
20345
20346 \begin_layout Plain Layout
20347 LaTeX-paquetes ! hyperref
20348 \end_layout
20349
20350 \end_inset
20351
20352  en el preámbulo del documento con
20353 \end_layout
20354
20355 \begin_layout Standard
20356
20357 \series bold
20358
20359 \backslash
20360 usepackage[pdfborder={0 0 0}]{hyperref}
20361 \begin_inset Newline newline
20362 \end_inset
20363
20364
20365 \backslash
20366 AtBeginDocument{
20367 \backslash
20368 renewcommand{
20369 \backslash
20370 ref}[1]{
20371 \backslash
20372 mbox{
20373 \backslash
20374 autoref{#1}}}}
20375 \end_layout
20376
20377 \begin_layout Standard
20378
20379 \series bold
20380 hyperref
20381 \series default
20382  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20383  esto significa que el lector del documento podrá pinchar sobre una entrada
20384  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20385  documento.
20386  
20387 \series bold
20388 hyperref
20389 \series default
20390  también crea marcadores PDF para cada sección para facilitar al lector
20391  la navegación por el documento.
20392  Esto también se ha usado en este documento pero si echas una ojeada al
20393  preámbulo encontrarás varias opciones en la carga de 
20394 \series bold
20395 hyperref
20396 \series default
20397 .
20398  Para aprender más sobre ello acude a la documentación del paquete 
20399 \begin_inset CommandInset citation
20400 LatexCommand cite
20401 key "hyperref"
20402
20403 \end_inset
20404
20405 .
20406 \end_layout
20407
20408 \begin_layout Standard
20409 \begin_inset Note Greyedout
20410 status open
20411
20412 \begin_layout Plain Layout
20413
20414 \series bold
20415 Nota:
20416 \series default
20417  La designación automática de referencias no puede usarse en el estilo 
20418 \family sans
20419 Referencia
20420 \begin_inset space ~
20421 \end_inset
20422
20423 con
20424 \begin_inset space ~
20425 \end_inset
20426
20427 formato
20428 \family default
20429 , descrita en la sección
20430 \begin_inset space ~
20431 \end_inset
20432
20433
20434 \begin_inset CommandInset ref
20435 LatexCommand ref
20436 reference "sub:Formatos-referencia-cruzada"
20437
20438 \end_inset
20439
20440 .
20441 \end_layout
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \begin_layout Subsection
20449 Colocación de referencias
20450 \begin_inset CommandInset label
20451 LatexCommand label
20452 name "sub:Colocación-de-Referencias"
20453
20454 \end_inset
20455
20456
20457 \begin_inset Index
20458 status collapsed
20459
20460 \begin_layout Plain Layout
20461 Referencias ! Colocación
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \begin_layout Standard
20470 Si usas 
20471 \series bold
20472 hyperref
20473 \series default
20474
20475 \begin_inset Index
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479 LaTeX-paquetes ! hyperref
20480 \end_layout
20481
20482 \end_inset
20483
20484  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20485  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20486  La leyenda será la primera parte del texto en pantalla, de forma que para
20487  ver la imagen debes deslizar.
20488  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20489  Usando el paquete 
20490 \series bold
20491 hypcap
20492 \series default
20493
20494 \begin_inset Index
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498 LaTeX-paquetes ! hypcap
20499 \end_layout
20500
20501 \end_inset
20502
20503 , que forma parte del paquete LaTeX 
20504 \series bold
20505 oberdiek
20506 \series default
20507
20508 \begin_inset Index
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512 LaTeX-paquetes ! oberdiek
20513 \end_layout
20514
20515 \end_inset
20516
20517 , el ancla de enlace se sitúa al comienzo de un flotante.
20518  Para usar esta característica para figuras flotantes carga 
20519 \series bold
20520 hypcap
20521 \series default
20522  en el preámbulo con
20523 \end_layout
20524
20525 \begin_layout Standard
20526
20527 \series bold
20528
20529 \backslash
20530 usepackage[figure]{hypcap}
20531 \end_layout
20532
20533 \begin_layout Standard
20534 Puedes usar 
20535 \series bold
20536 hypcap
20537 \series default
20538  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20539  Más información en el manual de 
20540 \series bold
20541 hypcap
20542 \series default
20543  
20544 \begin_inset CommandInset citation
20545 LatexCommand cite
20546 key "hypcap"
20547
20548 \end_inset
20549
20550 .
20551 \end_layout
20552
20553 \begin_layout Standard
20554 \begin_inset Note Greyedout
20555 status open
20556
20557 \begin_layout Plain Layout
20558
20559 \series bold
20560 Nota: hypcap
20561 \series default
20562  debe cargarse después de 
20563 \series bold
20564 hyperref
20565 \series default
20566  en el preámbulo
20567 \series bold
20568 .
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Standard
20577 \begin_inset Note Greyedout
20578 status open
20579
20580 \begin_layout Plain Layout
20581
20582 \series bold
20583 Nota:
20584 \series default
20585  La colocación de referencias no afecta a las referencias a subfiguras.
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Section
20594 Colocación de flotantes
20595 \begin_inset CommandInset label
20596 LatexCommand label
20597 name "sec:Colocación-de-Flotantes"
20598
20599 \end_inset
20600
20601
20602 \begin_inset Index
20603 status collapsed
20604
20605 \begin_layout Plain Layout
20606 Flotantes ! Colocación
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \begin_layout Standard
20615 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20616  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20617  los flotantes.
20618 \begin_inset Newline newline
20619 \end_inset
20620
20621 La opción 
20622 \family sans
20623 Extender
20624 \begin_inset space ~
20625 \end_inset
20626
20627 columnas
20628 \family default
20629  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20630  abarcará ambas columnas en lugar de una sola.
20631 \begin_inset Newline newline
20632 \end_inset
20633
20634 La opción 
20635 \family sans
20636 Girar
20637 \begin_inset space ~
20638 \end_inset
20639
20640 a
20641 \begin_inset space ~
20642 \end_inset
20643
20644 un
20645 \begin_inset space ~
20646 \end_inset
20647
20648 lado
20649 \family default
20650  sirve para girar flotantes, ver sección
20651 \begin_inset space ~
20652 \end_inset
20653
20654
20655 \begin_inset CommandInset ref
20656 LatexCommand ref
20657 reference "sec:Rotación-de-Flotantes"
20658
20659 \end_inset
20660
20661 .
20662  
20663 \end_layout
20664
20665 \begin_layout Standard
20666 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20667  la posición de un flotante si desmarcas la opción 
20668 \family sans
20669 Usar
20670 \begin_inset space ~
20671 \end_inset
20672
20673 ubicación
20674 \begin_inset space ~
20675 \end_inset
20676
20677 predeterminada
20678 \family default
20679 :
20680 \end_layout
20681
20682 \begin_layout Description
20683
20684 \family sans
20685 \series bold
20686 Aquí
20687 \begin_inset space ~
20688 \end_inset
20689
20690 si
20691 \begin_inset space ~
20692 \end_inset
20693
20694 es
20695 \begin_inset space ~
20696 \end_inset
20697
20698 posible
20699 \family default
20700 \series default
20701  intenta situar el flotante en la posición en la que se inserta
20702 \end_layout
20703
20704 \begin_layout Description
20705
20706 \family sans
20707 \series bold
20708 Principio
20709 \begin_inset space ~
20710 \end_inset
20711
20712 de
20713 \begin_inset space ~
20714 \end_inset
20715
20716 página
20717 \family default
20718 \series default
20719  intenta situar el flotante al principio de la página actual
20720 \end_layout
20721
20722 \begin_layout Description
20723
20724 \family sans
20725 \series bold
20726 Fin
20727 \begin_inset space ~
20728 \end_inset
20729
20730 de
20731 \begin_inset space ~
20732 \end_inset
20733
20734 página
20735 \family default
20736 \series default
20737  intenta situar el flotante al final de la página actual
20738 \end_layout
20739
20740 \begin_layout Description
20741
20742 \family sans
20743 \series bold
20744 Página
20745 \begin_inset space ~
20746 \end_inset
20747
20748 de
20749 \begin_inset space ~
20750 \end_inset
20751
20752 flotantes
20753 \family default
20754 \series default
20755  intenta situar el flotante en una página propia 
20756 \end_layout
20757
20758 \begin_layout Standard
20759 LaTeX usa 
20760 \emph on
20761 siempre
20762 \emph default
20763  ese orden de opciones.
20764  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20765  lugar 
20766 \family sans
20767 Aquí
20768 \begin_inset space ~
20769 \end_inset
20770
20771 si
20772 \begin_inset space ~
20773 \end_inset
20774
20775 es
20776 \begin_inset space ~
20777 \end_inset
20778
20779 posible
20780 \family default
20781 , luego 
20782 \family sans
20783 Principio
20784 \begin_inset space ~
20785 \end_inset
20786
20787 de
20788 \begin_inset space ~
20789 \end_inset
20790
20791 página
20792 \family default
20793 , y después las otras.
20794  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20795  pero en dicho orden.
20796  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20797  pero intenta poner el flotante en la página siguiente.
20798 \end_layout
20799
20800 \begin_layout Standard
20801 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20802 \end_layout
20803
20804 \begin_layout Labeling
20805 \labelwidthstring 00.00.0000
20806
20807 \family sans
20808 Principio
20809 \begin_inset space ~
20810 \end_inset
20811
20812 de
20813 \begin_inset space ~
20814 \end_inset
20815
20816 página:
20817 \family default
20818  sólo si el flotante ocupa menos del 70
20819 \begin_inset space \thinspace{}
20820 \end_inset
20821
20822 % de la página puede ubicarse al principio de página (
20823 \series bold
20824
20825 \backslash
20826 topfraction
20827 \series default
20828 )
20829 \end_layout
20830
20831 \begin_layout Labeling
20832 \labelwidthstring 00.00.0000
20833
20834 \family sans
20835 Fin
20836 \begin_inset space ~
20837 \end_inset
20838
20839 de
20840 \begin_inset space ~
20841 \end_inset
20842
20843 página:
20844 \family default
20845  sólo si el flotante ocupa menos del 30
20846 \begin_inset space \thinspace{}
20847 \end_inset
20848
20849 % de la página puede ubicarse al fin de página.
20850  (
20851 \series bold
20852
20853 \backslash
20854 bottomfraction
20855 \series default
20856 )
20857 \end_layout
20858
20859 \begin_layout Labeling
20860 \labelwidthstring 00.00.0000
20861
20862 \family sans
20863 Página
20864 \begin_inset space ~
20865 \end_inset
20866
20867 de
20868 \begin_inset space ~
20869 \end_inset
20870
20871 flotantes:
20872 \family default
20873  sólo si más del 50
20874 \begin_inset space \thinspace{}
20875 \end_inset
20876
20877 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20878  página.
20879  (
20880 \series bold
20881
20882 \backslash
20883 floatpagefraction
20884 \series default
20885 )
20886 \end_layout
20887
20888 \begin_layout Standard
20889 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20890  
20891 \family sans
20892 Ignorar
20893 \begin_inset space ~
20894 \end_inset
20895
20896 reglas
20897 \begin_inset space ~
20898 \end_inset
20899
20900 de
20901 \begin_inset space ~
20902 \end_inset
20903
20904 LaTeX
20905 \family default
20906 .
20907 \begin_inset Newline newline
20908 \end_inset
20909
20910 También puedes redefinir las reglas con los comandos LaTeX que van entre
20911  paréntesis tras la descripción de las reglas anteriores.
20912  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20913  la regla 
20914 \family sans
20915 Fin
20916 \family default
20917
20918 \begin_inset space ~
20919 \end_inset
20920
20921
20922 \family sans
20923 de
20924 \family default
20925
20926 \begin_inset space ~
20927 \end_inset
20928
20929
20930 \family sans
20931 página
20932 \family default
20933  al 50
20934 \begin_inset space \thinspace{}
20935 \end_inset
20936
20937 %, añade esta línea en el preámbulo:
20938 \end_layout
20939
20940 \begin_layout Standard
20941
20942 \series bold
20943
20944 \backslash
20945 renewcommand{
20946 \backslash
20947 bottomfraction}{0.5}
20948 \end_layout
20949
20950 \begin_layout Standard
20951 En determinados casos podrías necesitar ubicar un flotante exactamente en
20952  la posición en la que se inserta.
20953  Para esto puedes usar la opción 
20954 \family sans
20955 Aquí
20956 \begin_inset space ~
20957 \end_inset
20958
20959 definitivamente
20960 \family default
20961 .
20962  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20963  porque el flotante ya no podrá 
20964 \begin_inset Quotes eld
20965 \end_inset
20966
20967 flotar
20968 \begin_inset Quotes erd
20969 \end_inset
20970
20971  y si haces cambios al documento se podría estropear el diseño de la página.
20972 \end_layout
20973
20974 \begin_layout Standard
20975 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20976  están rodeados por texto de un párrafo determinado.
20977 \begin_inset VSpace bigskip
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \begin_layout Standard
20984 A veces surge el problema de que un flotante se sitúa al principio de la
20985  página mientras que su sección correspondiente empieza en mitad de la página,
20986  así que el lector podría creer que el flotante forma parte de la sección
20987  anterior.
20988  Para evitarlo puede emplearse el comando LaTeX 
20989 \series bold
20990
20991 \backslash
20992 suppressfloats
20993 \series default
20994 , que suprime la ubicación de un flotante dado en la página donde se inserta
20995  y además puede servir para evitar que el flotante se coloque antes del
20996  inicio de sección.
20997  Para ello, añade estos comandos al preámbulo:
20998 \end_layout
20999
21000 \begin_layout Standard
21001
21002 \series bold
21003
21004 \backslash
21005 let
21006 \backslash
21007 mySection
21008 \backslash
21009 section
21010 \begin_inset Newline newline
21011 \end_inset
21012
21013
21014 \backslash
21015 renewcommand{
21016 \backslash
21017 section}{
21018 \backslash
21019 suppressfloats[t]
21020 \backslash
21021 mySection}
21022 \end_layout
21023
21024 \begin_layout Standard
21025 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21026  subsecciones.
21027  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21028  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21029 \end_layout
21030
21031 \begin_layout Standard
21032 \begin_inset VSpace bigskip
21033 \end_inset
21034
21035 En ciertos casos se quieren tener todas las figuras/tablas al final del
21036  documento.
21037  Para estos casos está el paquete LaTeX 
21038 \series bold
21039 endfloat
21040 \series default
21041
21042 \begin_inset Index
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 LaTeX-paquetes ! endfloat
21047 \end_layout
21048
21049 \end_inset
21050
21051 .
21052  Pone todas las figuras y tablas flotantes al final del documento en secciones
21053  propias.
21054  En la posición original del flotante se inserta una indicación como 
21055 \begin_inset Quotes eld
21056 \end_inset
21057
21058
21059 \family sans
21060 [Figure
21061 \begin_inset space ~
21062 \end_inset
21063
21064 3.2 about here.]
21065 \family default
21066
21067 \begin_inset Quotes erd
21068 \end_inset
21069
21070 .
21071  El paquete 
21072 \series bold
21073 endfloat
21074 \series default
21075  se carga en el preámbulo con la línea
21076 \end_layout
21077
21078 \begin_layout Standard
21079
21080 \series bold
21081
21082 \backslash
21083 usepackage[options]{endfloat}
21084 \end_layout
21085
21086 \begin_layout Standard
21087 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21088  Para más información ver la documentación de 
21089 \begin_inset CommandInset citation
21090 LatexCommand cite
21091 key "endfloat"
21092
21093 \end_inset
21094
21095 .
21096 \begin_inset Newline newline
21097 \end_inset
21098
21099
21100 \begin_inset Note Greyedout
21101 status open
21102
21103 \begin_layout Plain Layout
21104
21105 \series bold
21106 Nota: endfloat
21107 \series default
21108  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21109  ver sección
21110 \begin_inset space ~
21111 \end_inset
21112
21113 4 en 
21114 \begin_inset CommandInset citation
21115 LatexCommand cite
21116 key "endfloat"
21117
21118 \end_inset
21119
21120 .
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \begin_inset Newline newline
21127 \end_inset
21128
21129
21130 \begin_inset Note Greyedout
21131 status open
21132
21133 \begin_layout Plain Layout
21134
21135 \series bold
21136 Nota:
21137 \series default
21138  Actualmente hay un error en 
21139 \series bold
21140 endfloat
21141 \series default
21142  cuando la leyenda contiene el carácter alemán 
21143 \begin_inset Quotes eld
21144 \end_inset
21145
21146 ß
21147 \begin_inset Quotes erd
21148 \end_inset
21149
21150 .
21151  Usa en ese caso el comando 
21152 \begin_inset Quotes eld
21153 \end_inset
21154
21155
21156 \series bold
21157
21158 \backslash
21159 ss
21160 \series default
21161
21162 \begin_inset Quotes erd
21163 \end_inset
21164
21165  en ERT en vez de 
21166 \begin_inset Quotes eld
21167 \end_inset
21168
21169 ß
21170 \begin_inset Quotes erd
21171 \end_inset
21172
21173 .
21174 \end_layout
21175
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \begin_layout Standard
21182 \begin_inset VSpace bigskip
21183 \end_inset
21184
21185 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21186 \begin_inset CommandInset citation
21187 LatexCommand cite
21188 key "latexcompanion,latexguide,latexbook"
21189
21190 \end_inset
21191
21192 .
21193 \end_layout
21194
21195 \begin_layout Section
21196 Rotación de flotantes
21197 \begin_inset CommandInset label
21198 LatexCommand label
21199 name "sec:Rotación-de-Flotantes"
21200
21201 \end_inset
21202
21203
21204 \begin_inset Index
21205 status collapsed
21206
21207 \begin_layout Plain Layout
21208 Flotantes ! Rotación
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \begin_layout Standard
21217 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21218  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21219  la opción 
21220 \family sans
21221 Girar
21222 \begin_inset space ~
21223 \end_inset
21224
21225 a
21226 \begin_inset space ~
21227 \end_inset
21228
21229 un
21230 \begin_inset space ~
21231 \end_inset
21232
21233 lado
21234 \family default
21235 .
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Los flotantes girados son puestos siempre en su propia página (o columna
21240  si el documento es de dos columnas).
21241  Se rotan de forma que puedes leerlos desde el margen externo.
21242  Para forzar determinada dirección de rotación para todas las páginas, puedes
21243  añadir una de las opciones 
21244 \series bold
21245 figuresleft
21246 \series default
21247  o 
21248 \series bold
21249 figuresright
21250 \series default
21251  a las opciones de clase del documento.
21252 \end_layout
21253
21254 \begin_layout Standard
21255 Los flotantes girados se refieren igual que los normales, y el formato de
21256  la leyenda también es el mismo: un ejemplo es la tabla
21257 \begin_inset space ~
21258 \end_inset
21259
21260
21261 \begin_inset CommandInset ref
21262 LatexCommand ref
21263 reference "tab:Tabla-girada"
21264
21265 \end_inset
21266
21267 .
21268 \end_layout
21269
21270 \begin_layout Standard
21271 \begin_inset Note Greyedout
21272 status open
21273
21274 \begin_layout Plain Layout
21275
21276 \series bold
21277 Nota:
21278 \series default
21279  No todos los visores DVI pueden mostrar tablas giradas.
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Standard
21288 \begin_inset Float table
21289 wide false
21290 sideways true
21291 status open
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Caption
21295
21296 \begin_layout Plain Layout
21297 \begin_inset CommandInset label
21298 LatexCommand label
21299 name "tab:Tabla-girada"
21300
21301 \end_inset
21302
21303 Tabla girada
21304 \end_layout
21305
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \begin_layout Plain Layout
21312 \align center
21313 \begin_inset Tabular
21314 <lyxtabular version="3" rows="1" columns="5">
21315 <features>
21316 <column alignment="center" valignment="top" width="0">
21317 <column alignment="center" valignment="top" width="0">
21318 <column alignment="center" valignment="top" width="0">
21319 <column alignment="center" valignment="top" width="0">
21320 <column alignment="center" valignment="top" width="0">
21321 <row>
21322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 test
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 b
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 c
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 d
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 e
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 </lyxtabular>
21369
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \begin_layout Section
21381 Flotantes adosados
21382 \begin_inset Index
21383 status collapsed
21384
21385 \begin_layout Plain Layout
21386 Flotantes ! Adosados
21387 \end_layout
21388
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \begin_layout Standard
21395 Para colocar flotantes unos junto a otros, como en la figura
21396 \begin_inset space ~
21397 \end_inset
21398
21399
21400 \begin_inset CommandInset ref
21401 LatexCommand ref
21402 reference "fig:Flotante-izquierda"
21403
21404 \end_inset
21405
21406  y 
21407 \begin_inset CommandInset ref
21408 LatexCommand ref
21409 reference "fig:Flotante-derecha"
21410
21411 \end_inset
21412
21413 , se pone 
21414 \emph on
21415 un
21416 \emph default
21417  solo flotante.
21418  En él se insertan dos cuadros tipo minipágina
21419 \begin_inset Foot
21420 status open
21421
21422 \begin_layout Plain Layout
21423 Las minipáginas se explican en la sección
21424 \begin_inset space ~
21425 \end_inset
21426
21427
21428 \begin_inset CommandInset ref
21429 LatexCommand ref
21430 reference "sec:Minipáginas"
21431
21432 \end_inset
21433
21434 .
21435 \end_layout
21436
21437 \end_inset
21438
21439 .
21440  La anchura se establece en 45-50
21441 \begin_inset space \thinspace{}
21442 \end_inset
21443
21444 % de la columna y la alineación en 
21445 \family sans
21446 Inferior
21447 \family default
21448  para cada minipágina.
21449  Las minipáginas contienen la imagen y su título, de igual forma que en
21450  los flotantes.
21451  La única diferencia es que el 
21452 \family sans
21453 Ancho
21454 \begin_inset space ~
21455 \end_inset
21456
21457 de
21458 \begin_inset space ~
21459 \end_inset
21460
21461 columna
21462 \begin_inset space ~
21463 \end_inset
21464
21465 %
21466 \family default
21467  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset Float figure
21472 placement h
21473 wide false
21474 sideways false
21475 status open
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Box Frameless
21479 position "b"
21480 hor_pos "c"
21481 has_inner_box 1
21482 inner_pos "t"
21483 use_parbox 0
21484 width "45col%"
21485 special "none"
21486 height "1in"
21487 height_special "totalheight"
21488 status open
21489
21490 \begin_layout Plain Layout
21491 \align center
21492 \begin_inset Graphics
21493         filename ../clipart/mobius.eps
21494         lyxscale 50
21495         width 100col%
21496         scaleBeforeRotation
21497
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Caption
21505
21506 \begin_layout Plain Layout
21507 \begin_inset CommandInset label
21508 LatexCommand label
21509 name "fig:Flotante-izquierda"
21510
21511 \end_inset
21512
21513 Flotante en el lado izquierdo.
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \end_inset
21522
21523
21524 \begin_inset space \hfill{}
21525 \end_inset
21526
21527
21528 \begin_inset Box Frameless
21529 position "b"
21530 hor_pos "c"
21531 has_inner_box 1
21532 inner_pos "t"
21533 use_parbox 0
21534 width "45col%"
21535 special "none"
21536 height "1in"
21537 height_special "totalheight"
21538 status open
21539
21540 \begin_layout Plain Layout
21541 \align center
21542 \begin_inset Graphics
21543         filename ../clipart/platypus.eps
21544         lyxscale 50
21545         width 100col%
21546         scaleBeforeRotation
21547
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Caption
21555
21556 \begin_layout Plain Layout
21557 \begin_inset CommandInset label
21558 LatexCommand label
21559 name "fig:Flotante-derecha"
21560
21561 \end_inset
21562
21563 Flotante en el lado derecho.
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \begin_layout Section
21582 Formato de las leyendas
21583 \begin_inset Index
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587 Leyendas ! Formato
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \begin_inset Index
21594 status collapsed
21595
21596 \begin_layout Plain Layout
21597 Flotantes ! Formato de las leyendas
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \begin_inset Index
21604 status collapsed
21605
21606 \begin_layout Plain Layout
21607 LaTeX-paquetes ! caption
21608 \end_layout
21609
21610 \end_inset
21611
21612
21613 \begin_inset CommandInset label
21614 LatexCommand label
21615 name "sec:Formato-de-leyendas"
21616
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \begin_layout Standard
21623 El entorno 
21624 \family sans
21625 Leyenda
21626 \family default
21627  es el predeterminado para los 
21628 \family sans
21629 Flotantes
21630 \family default
21631 .
21632  En LyX las leyendas se muestran como etiqueta, p.
21633 \begin_inset space \thinspace{}
21634 \end_inset
21635
21636 e.
21637 \begin_inset space ~
21638 \end_inset
21639
21640
21641 \begin_inset Quotes eld
21642 \end_inset
21643
21644
21645 \family sans
21646 Figura #
21647 \family default
21648 :
21649 \begin_inset Quotes erd
21650 \end_inset
21651
21652  seguida por el texto.
21653  
21654 \begin_inset Quotes eld
21655 \end_inset
21656
21657 #
21658 \begin_inset Quotes erd
21659 \end_inset
21660
21661  es el número real de referencia.
21662  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21663  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21664  del texto.
21665  El formato de la leyenda no es apropiado para todos los formatos de documento.
21666  
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Para cambiar el formato predeterminado carga el paquete LaTeX 
21671 \series bold
21672 caption
21673 \series default
21674
21675 \begin_inset Index
21676 status collapsed
21677
21678 \begin_layout Plain Layout
21679 LaTeX-paquetes ! caption
21680 \end_layout
21681
21682 \end_inset
21683
21684  en el preámbulo del documento con la línea:
21685 \end_layout
21686
21687 \begin_layout Standard
21688
21689 \series bold
21690
21691 \backslash
21692 usepackage[definición de formato]{caption}
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21697  las leyendas de tabla siempre sobre ella como en este documento, usa el
21698  comando:
21699 \end_layout
21700
21701 \begin_layout Standard
21702
21703 \series bold
21704
21705 \backslash
21706 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21707 \end_layout
21708
21709 \begin_layout Standard
21710 También puedes definir distintos formatos de leyenda para los distintos
21711  tipos de flotantes.
21712  En ese caso carga el paquete 
21713 \series bold
21714 caption
21715 \series default
21716  sin opciones específicas y define los distintos formatos con ayuda del
21717  comando
21718 \end_layout
21719
21720 \begin_layout Standard
21721
21722 \series bold
21723
21724 \backslash
21725 captionsetup[tipo de flotante]{definición de formato}
21726 \end_layout
21727
21728 \begin_layout Standard
21729 en el preámbulo del documento.
21730  Por ejemplo las leyendas de la Figura
21731 \begin_inset space ~
21732 \end_inset
21733
21734
21735 \begin_inset CommandInset ref
21736 LatexCommand ref
21737 reference "fig:Esto-es-una-fig"
21738
21739 \end_inset
21740
21741  y la tabla
21742 \begin_inset space ~
21743 \end_inset
21744
21745
21746 \begin_inset CommandInset ref
21747 LatexCommand ref
21748 reference "tab:Esto-es-una-tab"
21749
21750 \end_inset
21751
21752  pueden crearse usando los siguientes comandos en el preámbulo:
21753 \end_layout
21754
21755 \begin_layout Standard
21756
21757 \series bold
21758
21759 \backslash
21760 usepackage[tableposition=top]{caption}
21761 \series default
21762
21763 \begin_inset Newline newline
21764 \end_inset
21765
21766
21767 \series bold
21768
21769 \backslash
21770 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21771 \begin_inset Newline newline
21772 \end_inset
21773
21774
21775 \begin_inset ERT
21776 status collapsed
21777
21778 \begin_layout Plain Layout
21779
21780
21781 \backslash
21782 hphantom{
21783 \backslash
21784
21785 \backslash
21786 captionsetup[figure]
21787 \backslash
21788 {}
21789 \end_layout
21790
21791 \end_inset
21792
21793  labelsep=period}
21794 \begin_inset Newline newline
21795 \end_inset
21796
21797
21798 \backslash
21799 captionsetup[table]{labelfont={bf,sf}}
21800 \end_layout
21801
21802 \begin_layout Standard
21803 \begin_inset Note Greyedout
21804 status open
21805
21806 \begin_layout Plain Layout
21807
21808 \series bold
21809 Nota: 
21810 \series default
21811 La opción 
21812 \series bold
21813 tableposition=top
21814 \series default
21815  no tiene efecto si se usa una clase de documento 
21816 \series bold
21817 koma-script
21818 \series default
21819 .
21820  En este caso debe utilizarse la opción de clase de documento 
21821 \series bold
21822 tablecaptionabove
21823 \series default
21824 .
21825  
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834 Para más información sobre el paquete 
21835 \series bold
21836 caption
21837 \series default
21838  acude a su documentación 
21839 \begin_inset CommandInset citation
21840 LatexCommand cite
21841 key "caption,caption-de"
21842
21843 \end_inset
21844
21845 .
21846 \end_layout
21847
21848 \begin_layout Standard
21849 Para cambiar el nombre de la etiqueta de 
21850 \begin_inset Quotes eld
21851 \end_inset
21852
21853 Figura
21854 \begin_inset Quotes erd
21855 \end_inset
21856
21857  a 
21858 \begin_inset Quotes eld
21859 \end_inset
21860
21861 Imagen
21862 \begin_inset Quotes erd
21863 \end_inset
21864
21865 , p.
21866 \begin_inset space \thinspace{}
21867 \end_inset
21868
21869 e., usa el siguiente comando de preámbulo:
21870 \end_layout
21871
21872 \begin_layout Standard
21873
21874 \series bold
21875
21876 \backslash
21877 renewcommand{
21878 \backslash
21879 fnum@figure}{Imagen~
21880 \backslash
21881 thefigure}
21882 \end_layout
21883
21884 \begin_layout Standard
21885 donde 
21886 \series bold
21887
21888 \backslash
21889 thefigure
21890 \series default
21891  inserta el número de figura y 
21892 \series bold
21893
21894 \begin_inset Quotes eld
21895 \end_inset
21896
21897
21898 \series default
21899 ~
21900 \series bold
21901
21902 \begin_inset Quotes erd
21903 \end_inset
21904
21905
21906 \series default
21907  genera un espacio protegido.
21908
21909 \series bold
21910  
21911 \end_layout
21912
21913 \begin_layout Standard
21914 \begin_inset VSpace bigskip
21915 \end_inset
21916
21917 Si estás usando la clase de documento 
21918 \series bold
21919 koma-script
21920 \series default
21921
21922 \begin_inset Index
21923 status collapsed
21924
21925 \begin_layout Plain Layout
21926 LaTeX-paquetes ! koma-script
21927 \end_layout
21928
21929 \end_inset
21930
21931  (
21932 \family sans
21933 article (koma-script)
21934 \family default
21935
21936 \family sans
21937 book (koma-script)
21938 \family default
21939
21940 \family sans
21941 letter (koma-script)
21942 \family default
21943 , o 
21944 \family sans
21945 report (koma-script)
21946 \family default
21947
21948 \begin_inset space \thinspace{}
21949 \end_inset
21950
21951 ), puedes emplear en vez del paquete 
21952 \series bold
21953 caption
21954 \series default
21955  el comando 
21956 \series bold
21957
21958 \backslash
21959 setkomafont
21960 \series default
21961  incluido en 
21962 \series bold
21963 koma-script
21964 \series default
21965 .
21966  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21967  comando en el preámbulo del documento:
21968 \end_layout
21969
21970 \begin_layout Standard
21971
21972 \series bold
21973
21974 \backslash
21975 setkomafont{captionlabel}{
21976 \backslash
21977 bfseries}
21978 \end_layout
21979
21980 \begin_layout Standard
21981 Más información sobre 
21982 \series bold
21983
21984 \backslash
21985 setkomafont
21986 \series default
21987  en la documentación de 
21988 \series bold
21989 koma-script
21990 \series default
21991  
21992 \begin_inset CommandInset citation
21993 LatexCommand cite
21994 key "koma-script"
21995
21996 \end_inset
21997
21998 .
21999 \end_layout
22000
22001 \begin_layout Standard
22002 \begin_inset ERT
22003 status open
22004
22005 \begin_layout Plain Layout
22006
22007
22008 \backslash
22009 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22010 }
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \begin_inset Note Note
22017 status open
22018
22019 \begin_layout Plain Layout
22020 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \begin_layout Standard
22029 \begin_inset Float figure
22030 placement !p
22031 wide false
22032 sideways false
22033 status open
22034
22035 \begin_layout Plain Layout
22036 \align center
22037 \begin_inset Graphics
22038         filename ../clipart/mobius.eps
22039         lyxscale 50
22040         scale 50
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Plain Layout
22048 \begin_inset Caption
22049
22050 \begin_layout Plain Layout
22051 \begin_inset CommandInset label
22052 LatexCommand label
22053 name "fig:Esto-es-una-fig"
22054
22055 \end_inset
22056
22057
22058 \begin_inset OptArg
22059 status open
22060
22061 \begin_layout Plain Layout
22062 Figura con leyenda muy larga
22063 \end_layout
22064
22065 \end_inset
22066
22067 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22068  mostrar el formato diferente.
22069  Aquí se usa una leyenda personalizada.
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \begin_layout Standard
22083 \begin_inset ERT
22084 status open
22085
22086 \begin_layout Plain Layout
22087
22088
22089 \backslash
22090 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22091 on}
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 \begin_inset Float table
22101 placement !p
22102 wide false
22103 sideways false
22104 status collapsed
22105
22106 \begin_layout Plain Layout
22107 \begin_inset Caption
22108
22109 \begin_layout Plain Layout
22110 \begin_inset CommandInset label
22111 LatexCommand label
22112 name "tab:Esto-es-una-tab"
22113
22114 \end_inset
22115
22116
22117 \begin_inset OptArg
22118 status collapsed
22119
22120 \begin_layout Plain Layout
22121 Tabla con leyenda muy larga
22122 \end_layout
22123
22124 \end_inset
22125
22126 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22127  el formato diferente.
22128  Aquí se usa el formato de leyenda estándar para las tablas.
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Plain Layout
22137 \align center
22138 \begin_inset Tabular
22139 <lyxtabular version="3" rows="1" columns="5">
22140 <features>
22141 <column alignment="center" valignment="top" width="0">
22142 <column alignment="center" valignment="top" width="0">
22143 <column alignment="center" valignment="top" width="0">
22144 <column alignment="center" valignment="top" width="0">
22145 <column alignment="center" valignment="top" width="0">
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 a
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 b
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 c
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 d
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 e
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 </lyxtabular>
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Section
22206 Colocación de leyendas
22207 \begin_inset Index
22208 status collapsed
22209
22210 \begin_layout Plain Layout
22211 Leyendas ! Colocación
22212 \end_layout
22213
22214 \end_inset
22215
22216
22217 \begin_inset Index
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221 Flotantes ! Colocación de leyendas
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \begin_inset CommandInset label
22228 LatexCommand label
22229 name "sec:Colocación-de-leyendas"
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Standard
22237 La norma habitual para colocar las leyendas es:
22238 \end_layout
22239
22240 \begin_layout Description
22241 Figura: La leyenda al pie de la figura
22242 \end_layout
22243
22244 \begin_layout Description
22245 Tabla: La leyenda sobre la tabla
22246 \end_layout
22247
22248 \begin_layout Standard
22249 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22250  la tabla.
22251  Esto implica que si usas las clases de documento 
22252 \family sans
22253 article
22254 \family default
22255
22256 \family sans
22257 book
22258 \family default
22259
22260 \family sans
22261 letter
22262 \family default
22263 , o 
22264 \family sans
22265 report
22266 \family default
22267  no habrá espacio entre la leyenda y la tabla.
22268  Para insertar el espacio adecuado añade la siguiente opción al comando
22269  del paquete LaTeX 
22270 \series bold
22271 caption
22272 \series default
22273  en el preámbulo del documento
22274 \begin_inset Foot
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278 Ver la sección
22279 \begin_inset space ~
22280 \end_inset
22281
22282
22283 \begin_inset CommandInset ref
22284 LatexCommand ref
22285 reference "sec:Formato-de-leyendas"
22286
22287 \end_inset
22288
22289  para más información sobre el paquete 
22290 \series bold
22291 caption
22292 \series default
22293 .
22294 \end_layout
22295
22296 \end_inset
22297
22298 :
22299 \end_layout
22300
22301 \begin_layout Standard
22302
22303 \series bold
22304 tableposition=top
22305 \end_layout
22306
22307 \begin_layout Standard
22308 Si estás usando la clase 
22309 \series bold
22310 koma-script
22311 \series default
22312
22313 \begin_inset Index
22314 status collapsed
22315
22316 \begin_layout Plain Layout
22317 LaTeX-paquetes ! koma-script
22318 \end_layout
22319
22320 \end_inset
22321
22322  (
22323 \family sans
22324 article (koma-script)
22325 \family default
22326
22327 \family sans
22328 book (koma-script)
22329 \family default
22330
22331 \family sans
22332 letter (koma-script)
22333 \family default
22334 , o 
22335 \family sans
22336 report (koma-script)
22337 \family default
22338
22339 \begin_inset space \thinspace{}
22340 \end_inset
22341
22342 ), en vez de 
22343 \series bold
22344 caption
22345 \series default
22346  puedes poner la opción 
22347 \series bold
22348 tablecaptionabove
22349 \series default
22350  de la clase de documento.
22351 \end_layout
22352
22353 \begin_layout Standard
22354 \begin_inset VSpace bigskip
22355 \end_inset
22356
22357 También es posible poner la leyenda junto a una figura o tabla.
22358  Para conseguirlo hay que cargar el paquete LaTeX 
22359 \series bold
22360 sidecap
22361 \series default
22362
22363 \begin_inset Index
22364 status collapsed
22365
22366 \begin_layout Plain Layout
22367 LaTeX-paquetes ! sidecap
22368 \end_layout
22369
22370 \end_inset
22371
22372  añadiendo en el preámbulo del documento la línea
22373 \end_layout
22374
22375 \begin_layout Standard
22376
22377 \series bold
22378
22379 \backslash
22380 usepackage[option]{sidecap}
22381 \end_layout
22382
22383 \begin_layout Standard
22384 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22385  de la página ---a la derecha en páginas impares, a la izquierda en las
22386  pares---.
22387  Puedes cambiar la colocación al margen interno con la opción 
22388 \series bold
22389 innercaption
22390 \series default
22391 .
22392  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22393  opciones 
22394 \series bold
22395 rightcaption
22396 \series default
22397  o 
22398 \series bold
22399 leftcaption
22400 \series default
22401 , respectivamente.
22402 \end_layout
22403
22404 \begin_layout Standard
22405 \begin_inset ERT
22406 status collapsed
22407
22408 \begin_layout Plain Layout
22409
22410
22411 \backslash
22412 ifsidecap
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \begin_inset Note Note
22419 status open
22420
22421 \begin_layout Plain Layout
22422 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22423  LaTeX 
22424 \series bold
22425 sidecap
22426 \series default
22427 .
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Standard
22436 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22437  estos comandos al preámbulo del documento:
22438 \end_layout
22439
22440 \begin_layout Standard
22441
22442 \lyxline
22443
22444 \end_layout
22445
22446 \begin_layout Standard
22447
22448 \series bold
22449
22450 \backslash
22451 newcommand{
22452 \backslash
22453 TabBesBeg}{%
22454 \begin_inset Newline newline
22455 \end_inset
22456
22457
22458 \begin_inset ERT
22459 status collapsed
22460
22461 \begin_layout Plain Layout
22462
22463
22464 \backslash
22465 hphantom{ }
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \backslash
22472 let
22473 \backslash
22474 MyTable
22475 \backslash
22476 table
22477 \begin_inset Newline newline
22478 \end_inset
22479
22480
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486
22487 \backslash
22488 hphantom{ }
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \backslash
22495 let
22496 \backslash
22497 MyEndtable
22498 \backslash
22499 endtable
22500 \begin_inset Newline newline
22501 \end_inset
22502
22503
22504 \begin_inset ERT
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508
22509
22510 \backslash
22511 hphantom{ }
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \backslash
22518 renewenvironment{table}{
22519 \backslash
22520 begin{SCtable}}{
22521 \backslash
22522 end{SCtable}}}
22523 \end_layout
22524
22525 \begin_layout Standard
22526
22527 \series bold
22528
22529 \backslash
22530 newcommand{
22531 \backslash
22532 TabBesEnd}{%
22533 \begin_inset Newline newline
22534 \end_inset
22535
22536
22537 \begin_inset ERT
22538 status collapsed
22539
22540 \begin_layout Plain Layout
22541
22542
22543 \backslash
22544 hphantom{ }
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \backslash
22551 let
22552 \backslash
22553 table
22554 \backslash
22555 MyTable
22556 \begin_inset Newline newline
22557 \end_inset
22558
22559
22560 \begin_inset ERT
22561 status collapsed
22562
22563 \begin_layout Plain Layout
22564
22565
22566 \backslash
22567 hphantom{ }
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \backslash
22574 let
22575 \backslash
22576 endtable
22577 \backslash
22578 MyEndtable
22579 \end_layout
22580
22581 \begin_layout Standard
22582
22583 \series bold
22584
22585 \backslash
22586 newcommand{
22587 \backslash
22588 FigBesBeg}{%
22589 \begin_inset Newline newline
22590 \end_inset
22591
22592
22593 \begin_inset ERT
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597
22598
22599 \backslash
22600 hphantom{ }
22601 \end_layout
22602
22603 \end_inset
22604
22605
22606 \backslash
22607 let
22608 \backslash
22609 MyFigure
22610 \backslash
22611 figure
22612 \begin_inset Newline newline
22613 \end_inset
22614
22615
22616 \begin_inset ERT
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620
22621
22622 \backslash
22623 hphantom{ }
22624 \end_layout
22625
22626 \end_inset
22627
22628
22629 \backslash
22630 let
22631 \backslash
22632 MyEndfigure
22633 \backslash
22634 endfigure
22635 \begin_inset Newline newline
22636 \end_inset
22637
22638
22639 \begin_inset ERT
22640 status collapsed
22641
22642 \begin_layout Plain Layout
22643
22644
22645 \backslash
22646 hphantom{ }
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \backslash
22653 renewenvironment{figure}{
22654 \backslash
22655 begin{SCfigure}}{
22656 \backslash
22657 end{SCfigure}}}
22658 \end_layout
22659
22660 \begin_layout Standard
22661
22662 \series bold
22663
22664 \backslash
22665 newcommand{
22666 \backslash
22667 FigBesEnd}{%
22668 \begin_inset Newline newline
22669 \end_inset
22670
22671
22672 \begin_inset ERT
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676
22677
22678 \backslash
22679 hphantom{ }
22680 \end_layout
22681
22682 \end_inset
22683
22684
22685 \backslash
22686 let
22687 \backslash
22688 figure
22689 \backslash
22690 MyFigure
22691 \begin_inset Newline newline
22692 \end_inset
22693
22694
22695 \begin_inset ERT
22696 status collapsed
22697
22698 \begin_layout Plain Layout
22699
22700
22701 \backslash
22702 hphantom{ }
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \backslash
22709 let
22710 \backslash
22711 endfigure
22712 \backslash
22713 MyEndfigure}
22714 \end_layout
22715
22716 \begin_layout Standard
22717
22718 \lyxline
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22724  en un lado.
22725  Para figuras flotantes usa el comando
22726 \end_layout
22727
22728 \begin_layout Standard
22729
22730 \series bold
22731
22732 \backslash
22733 FigBesBeg
22734 \end_layout
22735
22736 \begin_layout Standard
22737 en ERT antes del flotante.
22738  Detrás del flotante inserta
22739 \end_layout
22740
22741 \begin_layout Standard
22742
22743 \series bold
22744
22745 \backslash
22746 FigBesEnd
22747 \end_layout
22748
22749 \begin_layout Standard
22750 en ERT para volver a la definición original de flotantes.
22751 \end_layout
22752
22753 \begin_layout Standard
22754 Para tablas flotantes usa los comandos correspondientes
22755 \end_layout
22756
22757 \begin_layout Standard
22758
22759 \series bold
22760
22761 \backslash
22762 TabBesBeg
22763 \series default
22764  y 
22765 \series bold
22766
22767 \backslash
22768 TabBesEnd
22769 \end_layout
22770
22771 \begin_layout Standard
22772 La figura
22773 \begin_inset space ~
22774 \end_inset
22775
22776
22777 \begin_inset CommandInset ref
22778 LatexCommand ref
22779 reference "fig:encab-al-lado"
22780
22781 \end_inset
22782
22783  y la tabla
22784 \begin_inset space ~
22785 \end_inset
22786
22787
22788 \begin_inset CommandInset ref
22789 LatexCommand ref
22790 reference "tab:encab-al-lado"
22791
22792 \end_inset
22793
22794  son ejemplos en los que el título se sitúa al lado.
22795 \end_layout
22796
22797 \begin_layout Standard
22798 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22799  en tablas flotantes y debajo en las figuras flotantes.
22800  Para cambiarlo, puedes usar el comando
22801 \end_layout
22802
22803 \begin_layout Standard
22804
22805 \series bold
22806
22807 \backslash
22808 sidecaptionvpos{tipo de flotante}{colocación}
22809 \end_layout
22810
22811 \begin_layout Standard
22812 en el preámbulo o en ERT antes del flotante.
22813  El tipo de flotante es 
22814 \family sans
22815 figure
22816 \family default
22817  o 
22818 \family sans
22819 table
22820 \family default
22821 , la colocación puede ser 
22822 \begin_inset Quotes eld
22823 \end_inset
22824
22825
22826 \family sans
22827 t
22828 \family default
22829
22830 \begin_inset Quotes erd
22831 \end_inset
22832
22833  por 
22834 \begin_inset Quotes eld
22835 \end_inset
22836
22837 top
22838 \begin_inset Quotes erd
22839 \end_inset
22840
22841  (arriba), 
22842 \begin_inset Quotes eld
22843 \end_inset
22844
22845
22846 \family sans
22847 c
22848 \family default
22849
22850 \begin_inset Quotes erd
22851 \end_inset
22852
22853  por 
22854 \begin_inset Quotes eld
22855 \end_inset
22856
22857 center
22858 \begin_inset Quotes erd
22859 \end_inset
22860
22861  (centro), o 
22862 \begin_inset Quotes eld
22863 \end_inset
22864
22865
22866 \family sans
22867 b
22868 \family default
22869
22870 \begin_inset Quotes erd
22871 \end_inset
22872
22873  por 
22874 \begin_inset Quotes eld
22875 \end_inset
22876
22877 bottom
22878 \begin_inset Quotes erd
22879 \end_inset
22880
22881  (abajo).
22882  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22883  usa el comando
22884 \end_layout
22885
22886 \begin_layout Standard
22887
22888 \series bold
22889
22890 \backslash
22891 sidecaptionvpos{figure}{c}
22892 \end_layout
22893
22894 \begin_layout Standard
22895 Esto se ha hecho en la figura
22896 \begin_inset space ~
22897 \end_inset
22898
22899
22900 \begin_inset CommandInset ref
22901 LatexCommand ref
22902 reference "fig:encab-al-lado-de-fig"
22903
22904 \end_inset
22905
22906 .
22907 \end_layout
22908
22909 \begin_layout Standard
22910 \begin_inset VSpace medskip
22911 \end_inset
22912
22913 Más información sobre el paquete 
22914 \series bold
22915 sidecap
22916 \series default
22917  en su documentación 
22918 \begin_inset CommandInset citation
22919 LatexCommand cite
22920 key "sidecap"
22921
22922 \end_inset
22923
22924 .
22925 \end_layout
22926
22927 \begin_layout Standard
22928 \begin_inset Note Greyedout
22929 status open
22930
22931 \begin_layout Plain Layout
22932
22933 \series bold
22934 Nota:
22935 \series default
22936  El paquete LaTeX 
22937 \series bold
22938 hypcap
22939 \series default
22940
22941 \begin_inset Index
22942 status collapsed
22943
22944 \begin_layout Plain Layout
22945 LaTeX-paquetes ! hypcap
22946 \end_layout
22947
22948 \end_inset
22949
22950 , descrito en la sección
22951 \begin_inset space ~
22952 \end_inset
22953
22954
22955 \begin_inset CommandInset ref
22956 LatexCommand ref
22957 reference "sub:Colocación-de-Referencias"
22958
22959 \end_inset
22960
22961 , no afecta a flotantes con la leyenda al lado.
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 FigBesBeg 
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset Float figure
22987 wide false
22988 sideways false
22989 status open
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Graphics
22993         filename ../clipart/escher-lsd.eps
22994         scale 75
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Caption
23003
23004 \begin_layout Plain Layout
23005 \begin_inset CommandInset label
23006 LatexCommand label
23007 name "fig:encab-al-lado"
23008
23009 \end_inset
23010
23011 Leyenda al lado de una figura.
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \begin_inset ERT
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029
23030
23031 \backslash
23032 TabBesBeg 
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Standard
23041 \begin_inset Float table
23042 wide false
23043 sideways false
23044 status open
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Caption
23048
23049 \begin_layout Plain Layout
23050 \begin_inset CommandInset label
23051 LatexCommand label
23052 name "tab:encab-al-lado"
23053
23054 \end_inset
23055
23056 Leyenda al lado de una tabla.
23057 \end_layout
23058
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Tabular
23066 <lyxtabular version="3" rows="4" columns="5">
23067 <features>
23068 <column alignment="center" valignment="top" width="0">
23069 <column alignment="center" valignment="top" width="0">
23070 <column alignment="center" valignment="top" width="0">
23071 <column alignment="center" valignment="top" width="0">
23072 <column alignment="center" valignment="top" width="0">
23073 <row>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 a
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 b
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 c
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 d
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 e
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 f
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 g
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 h
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 i
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 j
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 </lyxtabular>
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \begin_inset ERT
23275 status collapsed
23276
23277 \begin_layout Plain Layout
23278
23279
23280 \backslash
23281 TabBesEnd
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset ERT
23291 status collapsed
23292
23293 \begin_layout Plain Layout
23294
23295
23296 \backslash
23297 sidecaptionvpos{figure}{c}
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \begin_inset Float figure
23304 wide false
23305 sideways false
23306 status open
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Graphics
23310         filename ../clipart/escher-lsd.eps
23311         scale 75
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Caption
23320
23321 \begin_layout Plain Layout
23322 \begin_inset CommandInset label
23323 LatexCommand label
23324 name "fig:encab-al-lado-de-fig"
23325
23326 \end_inset
23327
23328 Leyenda centrada verticalmente junto a una figura.
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \begin_layout Standard
23342 \begin_inset ERT
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346
23347
23348 \backslash
23349 FigBesEnd
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Standard
23358 \begin_inset ERT
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362
23363
23364 \backslash
23365 else
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \begin_inset Note Note
23372 status open
23373
23374 \begin_layout Plain Layout
23375 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23376  
23377 \series bold
23378 sidecap
23379 \series default
23380 .
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Standard
23389 Debes instalar el paquete LaTeX 
23390 \series bold
23391 sidecap
23392 \series default
23393  para ver la parte siguiente en la salida.
23394 \end_layout
23395
23396 \begin_layout Standard
23397 \begin_inset ERT
23398 status collapsed
23399
23400 \begin_layout Plain Layout
23401
23402
23403 \backslash
23404 fi
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \begin_layout Section
23413 Lista de flotantes
23414 \begin_inset CommandInset label
23415 LatexCommand label
23416 name "sec:Lista-de-Flotantes"
23417
23418 \end_inset
23419
23420
23421 \begin_inset Index
23422 status collapsed
23423
23424 \begin_layout Plain Layout
23425 Flotantes ! Lista de
23426 \end_layout
23427
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \begin_layout Standard
23434 Igual que en el índice general se listan las secciones del documento, hay
23435  listas para todos los tipos de flotantes, como las figuras.
23436  Se pueden insertar mediante los submenús 
23437 \family sans
23438 Insertar\SpecialChar \menuseparator
23439 Lista / IG
23440 \family default
23441 .
23442 \end_layout
23443
23444 \begin_layout Standard
23445 Las entradas de la lista son los títulos del flotante o su título corto,
23446  el número de flotante, y el número de la página del documento en la que
23447  aparecen.
23448 \end_layout
23449
23450 \begin_layout Standard
23451 Puedes encontrar las listas de figuras y tablas al final de este documento.
23452 \end_layout
23453
23454 \begin_layout Chapter
23455 Notas
23456 \end_layout
23457
23458 \begin_layout Section
23459 Notas en LyX 
23460 \begin_inset CommandInset label
23461 LatexCommand label
23462 name "sec:Notas-en-LyX"
23463
23464 \end_inset
23465
23466
23467 \begin_inset Index
23468 status collapsed
23469
23470 \begin_layout Plain Layout
23471 Notas ! Notas en LyX
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \begin_layout Standard
23480 Las notas se insertan con el botón 
23481 \begin_inset Graphics
23482         filename ../../images/note-insert.png
23483         scale 85
23484
23485 \end_inset
23486
23487  o con el menú 
23488 \family sans
23489 Insertar\SpecialChar \menuseparator
23490 Nota
23491 \family default
23492 .
23493  Hay cinco tipos de notas:
23494 \end_layout
23495
23496 \begin_layout Description
23497 Nota
23498 \begin_inset space ~
23499 \end_inset
23500
23501 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23502  Su cuadro se muestra como este:
23503 \begin_inset Newline newline
23504 \end_inset
23505
23506
23507 \begin_inset Newline newline
23508 \end_inset
23509
23510
23511 \begin_inset Graphics
23512         filename clipart/NotaLyXImagenQt4.png
23513         display none
23514         scale 85
23515
23516 \end_inset
23517
23518  
23519 \begin_inset Note Note
23520 status collapsed
23521
23522 \begin_layout Plain Layout
23523 Este es un texto en un recuadro que no se muestra en la salida.
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \begin_layout Description
23532 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23533  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23534 \family sans
23535 Archivo\SpecialChar \menuseparator
23536 Exportar\SpecialChar \menuseparator
23537 LaTeX (pdflatex) / (plain)
23538 \family default
23539 .
23540  Su recuadro se ve así:
23541 \begin_inset Newline newline
23542 \end_inset
23543
23544
23545 \begin_inset Newline newline
23546 \end_inset
23547
23548
23549 \begin_inset Graphics
23550         filename clipart/ComentNotaImagenQt4.png
23551         display none
23552         scale 85
23553
23554 \end_inset
23555
23556  
23557 \begin_inset Note Comment
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23562 \end_layout
23563
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \begin_layout Description
23570 Resaltado
23571 \begin_inset space ~
23572 \end_inset
23573
23574 en
23575 \begin_inset space ~
23576 \end_inset
23577
23578 gris Esta nota aparece en la salida como texto resaltado en gris.
23579  Su recuadro se parece a este:
23580 \begin_inset Newline newline
23581 \end_inset
23582
23583
23584 \begin_inset Newline newline
23585 \end_inset
23586
23587
23588 \begin_inset Graphics
23589         filename clipart/GrisNotaImagenQt4.png
23590         display none
23591         scale 85
23592
23593 \end_inset
23594
23595
23596 \begin_inset Newline newline
23597 \end_inset
23598
23599
23600 \begin_inset ERT
23601 status collapsed
23602
23603 \begin_layout Plain Layout
23604
23605
23606 \backslash
23607 renewenvironment{lyxgreyedout}
23608 \end_layout
23609
23610 \begin_layout Plain Layout
23611
23612 {
23613 \backslash
23614 textcolor[gray]{0.8}
23615 \backslash
23616 bgroup}{
23617 \backslash
23618 egroup}
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \begin_inset Note Greyedout
23625 status open
23626
23627 \begin_layout Plain Layout
23628 Este es el texto
23629 \begin_inset Foot
23630 status open
23631
23632 \begin_layout Plain Layout
23633 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23634 \end_layout
23635
23636 \end_inset
23637
23638  de un comentario que se muestra resaltado en gris.
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \begin_inset ERT
23645 status collapsed
23646
23647 \begin_layout Plain Layout
23648
23649
23650 \backslash
23651 renewenvironment{lyxgreyedout}
23652 \end_layout
23653
23654 \begin_layout Plain Layout
23655
23656 {
23657 \backslash
23658 textcolor{blue}
23659 \backslash
23660 bgroup}{
23661 \backslash
23662 egroup}
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \begin_inset Note Note
23669 status collapsed
23670
23671 \begin_layout Plain Layout
23672 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23673  original de LyX, ya que en el preámbulo de este documento se han redefinido
23674  estas notas para que salgan en azul, como se indica más adelante.
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \begin_inset Newline newline
23681 \end_inset
23682
23683
23684 \begin_inset Newline newline
23685 \end_inset
23686
23687 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23688  está un poco sangrada, y por otra parte pueden tener notas al pie.
23689 \end_layout
23690
23691 \begin_layout Description
23692 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23693  Su recuadro se verá como este:
23694 \begin_inset Newline newline
23695 \end_inset
23696
23697
23698 \begin_inset Newline newline
23699 \end_inset
23700
23701
23702 \family roman
23703 \series medium
23704
23705 \begin_inset Graphics
23706         filename clipart/NotaEnmarcadaImg.png
23707         display none
23708
23709 \end_inset
23710
23711
23712 \family default
23713 \series default
23714  
23715 \family roman
23716 \series medium
23717
23718 \begin_inset Box Framed
23719 position "t"
23720 hor_pos "c"
23721 has_inner_box 0
23722 inner_pos "t"
23723 use_parbox 0
23724 width "100col%"
23725 special "none"
23726 height "1in"
23727 height_special "totalheight"
23728 status open
23729
23730 \begin_layout Plain Layout
23731
23732 \family roman
23733 Este texto en un cuadro de nota se verá enmarcado en la salida.
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \family default
23740 \series default
23741  
23742 \family roman
23743 \series medium
23744
23745 \family default
23746 \series default
23747 diferencia de los cuadros enmarcados
23748 \begin_inset Foot
23749 status collapsed
23750
23751 \begin_layout Plain Layout
23752 Los cuadros enmarcados se describen en la sección
23753 \begin_inset space ~
23754 \end_inset
23755
23756
23757 \begin_inset CommandInset ref
23758 LatexCommand ref
23759 reference "sec:Cuadros-Enmarcados"
23760
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767
23768 , este marco emplea siempre la anchura total de página y la nota va en su
23769  propio párrafo.
23770 \end_layout
23771
23772 \begin_layout Description
23773 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23774  Su recuadro se verá como este:
23775 \begin_inset Newline newline
23776 \end_inset
23777
23778
23779 \begin_inset Newline newline
23780 \end_inset
23781
23782
23783 \family roman
23784 \series medium
23785
23786 \begin_inset Graphics
23787         filename clipart/NotaSombreadaImg.png
23788         display none
23789
23790 \end_inset
23791
23792  
23793 \begin_inset Box Shaded
23794 position "t"
23795 hor_pos "c"
23796 has_inner_box 0
23797 inner_pos "t"
23798 use_parbox 0
23799 width "100col%"
23800 special "none"
23801 height "1in"
23802 height_special "totalheight"
23803 status open
23804
23805 \begin_layout Plain Layout
23806
23807 \family roman
23808 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23809 \end_layout
23810
23811 \end_inset
23812
23813  A diferencia de los cuadros coloreados
23814 \family default
23815 \series default
23816
23817 \begin_inset Foot
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821 Los cuadros coloreados se describen en la sección
23822 \begin_inset space ~
23823 \end_inset
23824
23825
23826 \begin_inset CommandInset ref
23827 LatexCommand ref
23828 reference "sec:Cuadros-Coloreados"
23829
23830 \end_inset
23831
23832 .
23833 \end_layout
23834
23835 \end_inset
23836
23837 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23838  párrafo.
23839 \end_layout
23840
23841 \begin_layout Standard
23842 \begin_inset VSpace bigskip
23843 \end_inset
23844
23845 Si usas el botón de la barra de herramientas 
23846 \begin_inset Graphics
23847         filename ../../images/note-insert.png
23848         scale 85
23849
23850 \end_inset
23851
23852  para insertar notas, se inserta una 
23853 \family sans
23854 Nota
23855 \begin_inset space ~
23856 \end_inset
23857
23858 LyX
23859 \family default
23860 .
23861  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23862  recuadro.
23863  
23864 \family roman
23865 \series medium
23866 \bar no
23867 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23868  botón de herramienta 
23869 \family sans
23870 \series default
23871 \bar default
23872 Nota
23873 \family default
23874 .
23875  Para cambiar una nota a texto, pulsa la tecla 
23876 \family sans
23877 Retroceso
23878 \family default
23879  cuando el cursor está en la primera posición de una nota, o la tecla 
23880 \family sans
23881 Supr
23882 \family default
23883  cuando el cursor está en la última posición de la nota, respectivamente.
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset VSpace bigskip
23888 \end_inset
23889
23890 Se puede cambiar el color del 
23891 \family sans
23892 Resaltado en gris
23893 \family default
23894  poniendo en el preámbulo el comando:
23895 \end_layout
23896
23897 \begin_layout Standard
23898
23899 \series bold
23900
23901 \backslash
23902 renewenvironment{lyxgreyedout}
23903 \begin_inset Newline newline
23904 \end_inset
23905
23906
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 hphantom{ }
23915 \end_layout
23916
23917 \end_inset
23918
23919 {
23920 \backslash
23921 textcolor{color}
23922 \backslash
23923 bgroup}{
23924 \backslash
23925 egroup}
23926 \end_layout
23927
23928 \begin_layout Standard
23929 Los colores disponibles y el método para definir nuestros propios colores
23930  se explica en la sección
23931 \begin_inset space ~
23932 \end_inset
23933
23934
23935 \begin_inset CommandInset ref
23936 LatexCommand ref
23937 reference "sec:Tablas-Coloreadas"
23938
23939 \end_inset
23940
23941 .
23942 \end_layout
23943
23944 \begin_layout Standard
23945 Las notas en azul en este documento se han hecho con notas del tipo 
23946 \family sans
23947 Resaltado en gris
23948 \family default
23949  pero definiendo el color del texto en azul.
23950 \end_layout
23951
23952 \begin_layout Standard
23953 \begin_inset VSpace bigskip
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \begin_layout Standard
23960 El estilo de texto en las notas de tipo 
23961 \family sans
23962 Enmarcado
23963 \family default
23964  y 
23965 \family sans
23966 Sombreado
23967 \family default
23968  se puede establecer en el diálogo 
23969 \family sans
23970 Estilo del texto.
23971 \end_layout
23972
23973 \begin_layout Standard
23974 El grosor predeterminado del marco en las notas 
23975 \family sans
23976 Enmarcadas
23977 \family default
23978  es 0.4
23979 \begin_inset space \thinspace{}
23980 \end_inset
23981
23982 pt; se puede cambiar con el comando 
23983 \backslash
23984
23985 \series bold
23986 FrameRule
23987 \series default
23988 .
23989  El espacio entre el contenido y el marco es 9
23990 \series bold
23991
23992 \begin_inset space \thinspace{}
23993 \end_inset
23994
23995
23996 \series default
23997 pt por defecto; se puede cambiar con 
23998 \series bold
23999
24000 \backslash
24001 FrameSep
24002 \series default
24003 .
24004  Por ejemplo, el marco de la siguiente nota 
24005 \family sans
24006 Enmarcada
24007 \family default
24008  está hecho con los comandos ERT
24009 \series bold
24010  
24011 \end_layout
24012
24013 \begin_layout Standard
24014
24015 \series bold
24016
24017 \backslash
24018 FrameRule 5pt 
24019 \backslash
24020 FrameSep 0.5cm
24021 \end_layout
24022
24023 \begin_layout Standard
24024 \begin_inset ERT
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028
24029
24030 \backslash
24031 FrameRule 5pt 
24032 \backslash
24033 FrameSep 0.5cm
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \begin_inset Box Framed
24040 position "t"
24041 hor_pos "c"
24042 has_inner_box 0
24043 inner_pos "t"
24044 use_parbox 0
24045 width "100col%"
24046 special "none"
24047 height "1in"
24048 height_special "totalheight"
24049 status open
24050
24051 \begin_layout Plain Layout
24052 Texto en una nota 
24053 \family sans
24054 Enmarcada
24055 \family default
24056 .
24057 \end_layout
24058
24059 \end_inset
24060
24061
24062 \begin_inset ERT
24063 status collapsed
24064
24065 \begin_layout Plain Layout
24066
24067
24068 \backslash
24069 FrameRule 0.4pt 
24070 \backslash
24071 FrameSep 9pt
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Standard
24080 \begin_inset VSpace bigskip
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Standard
24087 Para las notas 
24088 \family sans
24089 Sombreadas
24090 \family default
24091  el espacio entre el contenido y el borde es 3
24092 \begin_inset space \thinspace{}
24093 \end_inset
24094
24095 pt por defecto; se puede cambiar con 
24096 \series bold
24097
24098 \backslash
24099 fboxsep
24100 \series default
24101 .
24102 \begin_inset Newline newline
24103 \end_inset
24104
24105 El color rojo predeterminado se puede cambiar con el comando 
24106 \series bold
24107
24108 \backslash
24109 def\SpecialChar \textcompwordmark{}
24110 inecolor{shadebox}
24111 \series default
24112 .
24113  El esquema del comando 
24114 \series bold
24115
24116 \backslash
24117 def\SpecialChar \textcompwordmark{}
24118 inecolor
24119 \series default
24120  se explica en la sección
24121 \begin_inset space ~
24122 \end_inset
24123
24124
24125 \begin_inset CommandInset ref
24126 LatexCommand ref
24127 reference "sec:Tablas-Coloreadas"
24128
24129 \end_inset
24130
24131
24132 \begin_inset Foot
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136 Observa que 
24137 \series bold
24138
24139 \backslash
24140 def\SpecialChar \textcompwordmark{}
24141 inecolor 
24142 \series default
24143 requiere el paquete LaTeX 
24144 \series bold
24145 color
24146 \series default
24147  en el preámbulo,  véase la sección
24148 \series bold
24149
24150 \begin_inset space ~
24151 \end_inset
24152
24153
24154 \begin_inset CommandInset ref
24155 LatexCommand ref
24156 reference "sec:Cuadros-Coloreados"
24157
24158 \end_inset
24159
24160
24161 \series default
24162 .
24163
24164 \series bold
24165  
24166 \end_layout
24167
24168 \end_inset
24169
24170 .
24171 \end_layout
24172
24173 \begin_layout Standard
24174 Por ejemplo, la siguiente nota 
24175 \family sans
24176 Sombreada
24177 \family default
24178  se ha hecho con los comandos ERT
24179 \end_layout
24180
24181 \begin_layout Standard
24182
24183 \series bold
24184
24185 \backslash
24186 fboxsep 0.5cm
24187 \begin_inset Newline newline
24188 \end_inset
24189
24190
24191 \backslash
24192 def\SpecialChar \textcompwordmark{}
24193 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \begin_inset ERT
24198 status collapsed
24199
24200 \begin_layout Plain Layout
24201
24202
24203 \backslash
24204 fboxsep 0.5cm
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \begin_inset ERT
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214
24215
24216 \backslash
24217 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \begin_inset Box Shaded
24224 position "t"
24225 hor_pos "c"
24226 has_inner_box 0
24227 inner_pos "t"
24228 use_parbox 0
24229 width "100col%"
24230 special "none"
24231 height "1in"
24232 height_special "totalheight"
24233 status open
24234
24235 \begin_layout Plain Layout
24236
24237 \color yellow
24238 Texto amarillo en una nota 
24239 \family sans
24240 Sombreada
24241 \family default
24242  
24243 \begin_inset space ~
24244 \end_inset
24245
24246 con fondo verde oscuro.
24247 \end_layout
24248
24249 \end_inset
24250
24251
24252 \begin_inset ERT
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256
24257
24258 \backslash
24259 fboxsep 3pt
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \begin_inset ERT
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269
24270
24271 \backslash
24272 definecolor{shadecolor}{rgb}{1,0,0}
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Section
24281 Notas al pie
24282 \begin_inset CommandInset label
24283 LatexCommand label
24284 name "sec:Notas-al-pie"
24285
24286 \end_inset
24287
24288
24289 \begin_inset Index
24290 status collapsed
24291
24292 \begin_layout Plain Layout
24293 Notas ! al pie
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \begin_inset Index
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303 Notas al pie
24304 \end_layout
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 Las notas al pie se insertan con el botón 
24313 \begin_inset Graphics
24314         filename ../../images/footnote-insert.png
24315         scale 85
24316
24317 \end_inset
24318
24319  o el menú 
24320 \family sans
24321 Insertar\SpecialChar \menuseparator
24322 Nota
24323 \begin_inset space ~
24324 \end_inset
24325
24326 al
24327 \begin_inset space ~
24328 \end_inset
24329
24330 pie
24331 \family default
24332 .
24333  
24334 \family roman
24335 \series medium
24336 \bar no
24337 Aparece un recuadro como este:
24338 \family default
24339 \series default
24340 \bar default
24341  
24342 \begin_inset Graphics
24343         filename clipart/notapieQt4.png
24344         scale 80
24345
24346 \end_inset
24347
24348  
24349 \family roman
24350 \series medium
24351 \bar no
24352 donde puedes introducir el texto.
24353  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24354  sobre el
24355 \family default
24356 \series default
24357 \bar default
24358  
24359 \family roman
24360 \series medium
24361 \bar no
24362 botón
24363 \family default
24364 \series default
24365 \bar default
24366 .
24367  Para cambiar una nota al pie a texto, pulsa la tecla 
24368 \family sans
24369 Retroceso
24370 \family default
24371  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24372  
24373 \family sans
24374 Supr
24375 \family default
24376  cuando el cursor está en la última posición de la nota, respectivamente.
24377 \end_layout
24378
24379 \begin_layout Standard
24380 Aquí hay un ejemplo de nota al pie:
24381 \family roman
24382 \series medium
24383 \bar no
24384
24385 \begin_inset Foot
24386 status open
24387
24388 \begin_layout Plain Layout
24389 \begin_inset CommandInset label
24390 LatexCommand label
24391 name "pie:Esto-es-una"
24392
24393 \end_inset
24394
24395 Ejemplo de nota al pie.
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \family default
24402 \series default
24403 \bar default
24404
24405 \begin_inset ERT
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409
24410
24411 \backslash
24412 newcounter{MyRepeatFoot}
24413 \end_layout
24414
24415 \begin_layout Plain Layout
24416
24417
24418 \backslash
24419 setcounter{MyRepeatFoot}{
24420 \backslash
24421 thefootnote}
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \begin_layout Standard
24430 En la salida, el pie se muestra como número exponente en el lugar del texto
24431  donde se coloca el recuadro.
24432  El texto se coloca al final de la página actual.
24433  Los números de las notas son calculados por LaTeX, y son consecutivos.
24434  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24435 \end_layout
24436
24437 \begin_layout Standard
24438 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24439  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24440  se describe en la sección
24441 \begin_inset space ~
24442 \end_inset
24443
24444
24445 \begin_inset CommandInset ref
24446 LatexCommand ref
24447 reference "sec:Referencias-a-Flotantes"
24448
24449 \end_inset
24450
24451 .
24452 \begin_inset Newline newline
24453 \end_inset
24454
24455 Esto es una referencia cruzada a la Nota al pie
24456 \begin_inset space ~
24457 \end_inset
24458
24459
24460 \begin_inset CommandInset ref
24461 LatexCommand ref
24462 reference "pie:Esto-es-una"
24463
24464 \end_inset
24465
24466 .
24467 \begin_inset Newline newline
24468 \end_inset
24469
24470
24471 \begin_inset Note Greyedout
24472 status open
24473
24474 \begin_layout Plain Layout
24475
24476 \series bold
24477 Nota:
24478 \series default
24479  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24480  de insertar un prefijo, p.
24481 \begin_inset space \thinspace{}
24482 \end_inset
24483
24484 e.
24485 \begin_inset space ~
24486 \end_inset
24487
24488
24489 \family sans
24490
24491 \begin_inset Quotes eld
24492 \end_inset
24493
24494 pie:
24495 \family default
24496
24497 \begin_inset Quotes erd
24498 \end_inset
24499
24500  manualmente cuando quieras usar el estilo 
24501 \family sans
24502 Referencia
24503 \begin_inset space ~
24504 \end_inset
24505
24506 con
24507 \begin_inset space ~
24508 \end_inset
24509
24510 formato
24511 \family default
24512 .
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \begin_inset VSpace defskip
24522 \end_inset
24523
24524 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24525 \begin_inset space ~
24526 \end_inset
24527
24528
24529 \begin_inset CommandInset ref
24530 LatexCommand ref
24531 reference "sec:Minipáginas"
24532
24533 \end_inset
24534
24535 .
24536  Los pies en tablas largas en la sección
24537 \begin_inset space ~
24538 \end_inset
24539
24540
24541 \begin_inset CommandInset ref
24542 LatexCommand ref
24543 reference "sub:Notas-al-pie-en-Tablas-Largas"
24544
24545 \end_inset
24546
24547 .
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \begin_inset VSpace defskip
24552 \end_inset
24553
24554 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24555 \series bold
24556
24557 \backslash
24558 footnotemark[número]
24559 \series default
24560  en ERT.
24561  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24562  no quieres imprimir el pie cada vez.
24563 \begin_inset Newline newline
24564 \end_inset
24565
24566 Como no sabes el número del pie que se repite mientras escribes el texto,
24567  tienes que guardarlo.
24568  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24569  en ERT detrás de Nota
24570 \begin_inset space ~
24571 \end_inset
24572
24573 al
24574 \begin_inset space ~
24575 \end_inset
24576
24577 pie
24578 \begin_inset space ~
24579 \end_inset
24580
24581
24582 \begin_inset CommandInset ref
24583 LatexCommand ref
24584 reference "pie:Esto-es-una"
24585
24586 \end_inset
24587
24588  para guardar el número de pie:
24589 \end_layout
24590
24591 \begin_layout Standard
24592
24593 \series bold
24594
24595 \backslash
24596 newcounter{MyRepeatFoot}
24597 \begin_inset Newline newline
24598 \end_inset
24599
24600
24601 \backslash
24602 setcounter{MyRepeatFoot}{
24603 \backslash
24604 thefootnote}
24605 \end_layout
24606
24607 \begin_layout Standard
24608 La marca de pie se crea entonces con el comando:
24609 \end_layout
24610
24611 \begin_layout Standard
24612
24613 \series bold
24614
24615 \backslash
24616 footnotemark[
24617 \backslash
24618 theMyRepeatFoot]
24619 \end_layout
24620
24621 \begin_layout Standard
24622 Aquí hay un ejemplo de marca de pie:
24623 \family roman
24624 \series medium
24625 \bar no
24626
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 footnotemark[
24635 \backslash
24636 theMyRepeatFoot]
24637 \end_layout
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Subsection
24645 Numeración de notas al pie
24646 \begin_inset CommandInset label
24647 LatexCommand label
24648 name "sub:Numeración-de-Notas-al-Pie"
24649
24650 \end_inset
24651
24652
24653 \begin_inset Index
24654 status collapsed
24655
24656 \begin_layout Plain Layout
24657 Notas al pie ! Numeración
24658 \end_layout
24659
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \begin_layout Standard
24666 Para reiniciar el número de pie a 1 en cada sección añade este 
24667 \family roman
24668 comando en el preámbulo:
24669 \end_layout
24670
24671 \begin_layout Standard
24672
24673 \series bold
24674
24675 \backslash
24676 @addtoreset{footnote}{section}
24677 \end_layout
24678
24679 \begin_layout Standard
24680 \begin_inset VSpace bigskip
24681 \end_inset
24682
24683 El siguiente comando en el preámbulo cambia el estilo de numeración del
24684  pie a números romanos en minúsculas:
24685 \end_layout
24686
24687 \begin_layout Standard
24688
24689 \series bold
24690
24691 \backslash
24692 renewcommand{
24693 \backslash
24694 thefootnote}{
24695 \backslash
24696 roman{footnote}}
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \begin_inset ERT
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704
24705
24706 \backslash
24707 renewcommand{
24708 \backslash
24709 thefootnote}{
24710 \backslash
24711 roman{footnote}}
24712 \end_layout
24713
24714 \end_inset
24715
24716  Nota al pie en números romanos:
24717 \begin_inset Foot
24718 status open
24719
24720 \begin_layout Plain Layout
24721 Ejemplo de nota al pie en números romanos.
24722 \end_layout
24723
24724 \end_inset
24725
24726
24727 \begin_inset ERT
24728 status collapsed
24729
24730 \begin_layout Plain Layout
24731
24732
24733 \backslash
24734 renewcommand{
24735 \backslash
24736 thefootnote}{
24737 \backslash
24738 arabic{footnote}}
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \begin_layout Standard
24747 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24748  
24749 \series bold
24750
24751 \backslash
24752 roman
24753 \series default
24754  por 
24755 \series bold
24756
24757 \backslash
24758 Roman
24759 \series default
24760 .
24761  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24762 \series bold
24763
24764 \backslash
24765 Alph
24766 \series default
24767  o 
24768 \series bold
24769
24770 \backslash
24771 alph
24772 \series default
24773 , respectivamente.
24774  Para ordenar las notas al pie con símbolos usa 
24775 \series bold
24776
24777 \backslash
24778 fnsymbol
24779 \series default
24780 .
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \begin_inset Note Greyedout
24785 status open
24786
24787 \begin_layout Plain Layout
24788
24789 \series bold
24790 Nota:
24791 \series default
24792  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24793  simples.
24794 \end_layout
24795
24796 \end_inset
24797
24798
24799 \begin_inset Newline newline
24800 \end_inset
24801
24802
24803 \begin_inset Note Greyedout
24804 status open
24805
24806 \begin_layout Plain Layout
24807
24808 \series bold
24809 Nota:
24810 \series default
24811  sólo puedes ordenar hasta 9 pies con símbolos.
24812 \end_layout
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Standard
24820 Para volver al estilo de numeración predeterminado cuando has cambiado a
24821  otro estilo, usa 
24822 \series bold
24823
24824 \backslash
24825 arabic
24826 \series default
24827  en vez de 
24828 \series bold
24829
24830 \backslash
24831 roman
24832 \series default
24833  en el comando anterior.
24834 \begin_inset ERT
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 renewcommand{
24842 \backslash
24843 thefootnote}{
24844 \backslash
24845 arabic{footnote}}
24846 \end_layout
24847
24848 \end_inset
24849
24850
24851 \end_layout
24852
24853 \begin_layout Standard
24854 \begin_inset VSpace bigskip
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Si quieres numerar notas al pie en el esquema 
24862 \begin_inset Quotes eld
24863 \end_inset
24864
24865 capítulo.nota
24866 \begin_inset Quotes erd
24867 \end_inset
24868
24869 , añade el siguiente comando al preámbulo del documento:
24870 \end_layout
24871
24872 \begin_layout Standard
24873
24874 \series bold
24875
24876 \backslash
24877 numberwithin{footnote}{chapter}
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Para poder usar el comando 
24882 \series bold
24883
24884 \backslash
24885 numberwithin
24886 \series default
24887 , marca la opción 
24888 \family sans
24889 Usar
24890 \family default
24891
24892 \begin_inset space ~
24893 \end_inset
24894
24895
24896 \family sans
24897 el
24898 \family default
24899
24900 \begin_inset space ~
24901 \end_inset
24902
24903
24904 \family sans
24905 paquete
24906 \family default
24907
24908 \begin_inset space ~
24909 \end_inset
24910
24911
24912 \family sans
24913 AMS
24914 \family default
24915  en la solapa 
24916 \family sans
24917 Ecuaciones
24918 \family default
24919  de la configuración del documento.
24920 \end_layout
24921
24922 \begin_layout Standard
24923 \begin_inset ERT
24924 status collapsed
24925
24926 \begin_layout Plain Layout
24927
24928
24929 \backslash
24930 numberwithin{footnote}{chapter}
24931 \end_layout
24932
24933 \end_inset
24934
24935 Esto es otro ejemplo de nota al pie:
24936 \series bold
24937
24938 \begin_inset Foot
24939 status open
24940
24941 \begin_layout Plain Layout
24942 Nota al pie numerada en el esquema 
24943 \begin_inset Quotes eld
24944 \end_inset
24945
24946 capítulo.nota
24947 \begin_inset Quotes erd
24948 \end_inset
24949
24950 .
24951 \end_layout
24952
24953 \end_inset
24954
24955
24956 \series default
24957
24958 \begin_inset ERT
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962
24963
24964 \backslash
24965 renewcommand{
24966 \backslash
24967 thefootnote}{
24968 \backslash
24969 arabic{footnote}}
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Standard
24978 \begin_inset Note Greyedout
24979 status open
24980
24981 \begin_layout Plain Layout
24982
24983 \series bold
24984 Nota: 
24985 \backslash
24986 numberwithin 
24987 \series default
24988 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24989  previas para obtener números no arábigos se sobreescriben.
24990 \end_layout
24991
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \begin_layout Standard
24998 Así, para obtener por ejemplo el esquema 
24999 \begin_inset Quotes eld
25000 \end_inset
25001
25002 capítulo.
25003 \backslash
25004 Roman{footnote}
25005 \begin_inset Quotes erd
25006 \end_inset
25007
25008 , usa este comando en vez de 
25009 \series bold
25010
25011 \backslash
25012 numberwithin
25013 \series default
25014 :
25015 \end_layout
25016
25017 \begin_layout Standard
25018
25019 \series bold
25020
25021 \backslash
25022 renewcommand{
25023 \backslash
25024 thefootnote}{
25025 \backslash
25026 thechapter.
25027 \backslash
25028 Roman{footnote}}
25029 \end_layout
25030
25031 \begin_layout Subsection
25032 Colocación de notas al pie
25033 \begin_inset Index
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037 Notas al pie ! Colocación
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25047  entre ellas al final de la página.
25048  Para hacerlas más legibles puedes añadir p.
25049 \begin_inset space \thinspace{}
25050 \end_inset
25051
25052 e.
25053 \begin_inset space ~
25054 \end_inset
25055
25056 1.5
25057 \begin_inset space \thinspace{}
25058 \end_inset
25059
25060 mm con el comando siguiente en el preámbulo:
25061 \end_layout
25062
25063 \begin_layout Standard
25064
25065 \series bold
25066
25067 \backslash
25068 let
25069 \backslash
25070 myFoot
25071 \backslash
25072 footnote
25073 \begin_inset Newline newline
25074 \end_inset
25075
25076
25077 \backslash
25078 renewcommand{
25079 \backslash
25080 footnote}[1]{
25081 \backslash
25082 myFoot{#1
25083 \backslash
25084 vspace{1.5mm}}}
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \begin_inset VSpace bigskip
25089 \end_inset
25090
25091 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25092  ver la figura
25093 \begin_inset space ~
25094 \end_inset
25095
25096
25097 \begin_inset CommandInset ref
25098 LatexCommand ref
25099 reference "fig:Colocación-standard-del-pie"
25100
25101 \end_inset
25102
25103 .
25104  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25105  en la figura
25106 \begin_inset space ~
25107 \end_inset
25108
25109
25110 \begin_inset CommandInset ref
25111 LatexCommand ref
25112 reference "fig:Colocación-del-pie-en"
25113
25114 \end_inset
25115
25116 , usa el paquete LaTeX 
25117 \series bold
25118 ftnright
25119 \series default
25120
25121 \begin_inset Index
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125 LaTeX-paquetes ! ftnright
25126 \end_layout
25127
25128 \end_inset
25129
25130  con este comando en el preámbulo:
25131 \end_layout
25132
25133 \begin_layout Standard
25134
25135 \series bold
25136
25137 \backslash
25138 usepackage{ftnright}
25139 \end_layout
25140
25141 \begin_layout Standard
25142 \begin_inset Float figure
25143 placement !h
25144 wide false
25145 sideways false
25146 status open
25147
25148 \begin_layout Plain Layout
25149 \begin_inset ERT
25150 status collapsed
25151
25152 \begin_layout Plain Layout
25153
25154
25155 \backslash
25156 framebox{
25157 \end_layout
25158
25159 \end_inset
25160
25161
25162 \begin_inset Graphics
25163         filename ../clipart/without_fntright.pdf
25164         width 100col%
25165
25166 \end_inset
25167
25168
25169 \begin_inset ERT
25170 status collapsed
25171
25172 \begin_layout Plain Layout
25173
25174 }
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Plain Layout
25183 \begin_inset Caption
25184
25185 \begin_layout Plain Layout
25186 \begin_inset CommandInset label
25187 LatexCommand label
25188 name "fig:Colocación-standard-del-pie"
25189
25190 \end_inset
25191
25192 Colocación estándar de notas al pie en documentos a dos columnas.
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \begin_layout Standard
25206 \begin_inset Float figure
25207 placement !h
25208 wide false
25209 sideways false
25210 status open
25211
25212 \begin_layout Plain Layout
25213 \begin_inset ERT
25214 status collapsed
25215
25216 \begin_layout Plain Layout
25217
25218
25219 \backslash
25220 framebox{
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \begin_inset Graphics
25227         filename ../clipart/with_fntright.pdf
25228         width 100col%
25229
25230 \end_inset
25231
25232
25233 \begin_inset ERT
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237
25238 }
25239 \end_layout
25240
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \begin_layout Plain Layout
25247 \begin_inset Caption
25248
25249 \begin_layout Plain Layout
25250 \begin_inset CommandInset label
25251 LatexCommand label
25252 name "fig:Colocación-del-pie-en"
25253
25254 \end_inset
25255
25256 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25257  el paquete LaTeX 
25258 \series bold
25259 ftnright
25260 \series default
25261 .
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset VSpace bigskip
25276 \end_inset
25277
25278 En alguna literatura científica es habitual reunir las notas para imprimirlas
25279  en un párrafo separado al final de la sección, como en la figura
25280 \begin_inset space ~
25281 \end_inset
25282
25283
25284 \begin_inset CommandInset ref
25285 LatexCommand ref
25286 reference "fig:Notas-al-final----notas-al-pie"
25287
25288 \end_inset
25289
25290 .
25291  Para usar notas finales
25292 \begin_inset Index
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296 Notas finales
25297 \end_layout
25298
25299 \end_inset
25300
25301  en vez de notas al pie, carga el paquete LaTeX 
25302 \series bold
25303 endnotes
25304 \series default
25305
25306 \begin_inset Index
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 LaTeX-paquetes ! endnotes
25311 \end_layout
25312
25313 \end_inset
25314
25315  con las siguientes líneas en el preámbulo de tu documento:
25316 \end_layout
25317
25318 \begin_layout Standard
25319
25320 \series bold
25321
25322 \backslash
25323 usepackage{endnotes}
25324 \begin_inset Newline newline
25325 \end_inset
25326
25327
25328 \backslash
25329 let
25330 \backslash
25331 footnote
25332 \backslash
25333 endnote
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Para insertar la colección de notas, escribe el comando
25338 \end_layout
25339
25340 \begin_layout Standard
25341
25342 \series bold
25343
25344 \backslash
25345 theendnotes
25346 \end_layout
25347
25348 \begin_layout Standard
25349 en ERT al final de una sección o capítulo.
25350 \end_layout
25351
25352 \begin_layout Standard
25353 \begin_inset Float figure
25354 wide false
25355 sideways false
25356 status open
25357
25358 \begin_layout Plain Layout
25359 \align center
25360 \begin_inset ERT
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364
25365
25366 \backslash
25367 framebox{
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \begin_inset Graphics
25374         filename ../clipart/endnotes.pdf
25375
25376 \end_inset
25377
25378
25379 \begin_inset ERT
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383
25384 }
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Plain Layout
25393 \begin_inset Caption
25394
25395 \begin_layout Plain Layout
25396 \begin_inset CommandInset label
25397 LatexCommand label
25398 name "fig:Notas-al-final----notas-al-pie"
25399
25400 \end_inset
25401
25402 Notas al final: notas impresas en párrafo separado al final de la sección
25403  o del capítulo.
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Standard
25417 \begin_inset VSpace medskip
25418 \end_inset
25419
25420 La cabecera de párrafo para las notas finales no se traduce automáticamente
25421  al lenguaje del documento, hay que hacerlo manualmente.
25422   El siguiente comando de preámbulo traduce el nombre en inglés 
25423 \begin_inset Quotes eld
25424 \end_inset
25425
25426 Notes
25427 \begin_inset Quotes erd
25428 \end_inset
25429
25430  al español 
25431 \begin_inset Quotes eld
25432 \end_inset
25433
25434 Notas
25435 \begin_inset Quotes erd
25436 \end_inset
25437
25438 :
25439 \end_layout
25440
25441 \begin_layout Standard
25442
25443 \series bold
25444
25445 \backslash
25446 renewcommand{
25447 \backslash
25448 notesname}{Notas}
25449 \end_layout
25450
25451 \begin_layout Standard
25452 \begin_inset VSpace medskip
25453 \end_inset
25454
25455 La numeración de notas finales puede cambiarse como la de las notas al pie,
25456  como se describe en la sección
25457 \begin_inset space ~
25458 \end_inset
25459
25460
25461 \begin_inset CommandInset ref
25462 LatexCommand ref
25463 reference "sub:Numeración-de-Notas-al-Pie"
25464
25465 \end_inset
25466
25467 ; sólo hay que reemplazar el comando 
25468 \series bold
25469
25470 \backslash
25471 thefootnote
25472 \series default
25473  por 
25474 \series bold
25475
25476 \backslash
25477 theendnote
25478 \series default
25479 .
25480  Para restablecer la numeración usa el comando 
25481 \series bold
25482
25483 \backslash
25484 @addtoreset
25485 \series default
25486  como se describe en la sección
25487 \begin_inset space ~
25488 \end_inset
25489
25490
25491 \begin_inset CommandInset ref
25492 LatexCommand ref
25493 reference "sub:Numeración-de-Notas-al-Pie"
25494
25495 \end_inset
25496
25497  y sustituye el parámetro de comando 
25498 \series bold
25499 footnote
25500 \series default
25501  por 
25502 \series bold
25503 endnote
25504 \series default
25505 .
25506 \end_layout
25507
25508 \begin_layout Standard
25509 Para crear sólo una marca para una nota final, usa el comando 
25510 \series bold
25511
25512 \backslash
25513 endnotemark[número]
25514 \series default
25515  similar al comando 
25516 \series bold
25517
25518 \backslash
25519 footnotemark
25520 \series default
25521 , descrito en la sección
25522 \begin_inset space ~
25523 \end_inset
25524
25525
25526 \begin_inset CommandInset ref
25527 LatexCommand ref
25528 reference "sec:Notas-al-pie"
25529
25530 \end_inset
25531
25532 .
25533 \end_layout
25534
25535 \begin_layout Standard
25536 \begin_inset VSpace bigskip
25537 \end_inset
25538
25539 Las notas al pie también pueden colocarse al margen de la página y la alineación
25540  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25541 \series bold
25542 footmisc
25543 \series default
25544
25545 \begin_inset Index
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 LaTeX-paquetes ! footmisc
25550 \end_layout
25551
25552 \end_inset
25553
25554  
25555 \begin_inset CommandInset citation
25556 LatexCommand cite
25557 key "footmisc"
25558
25559 \end_inset
25560
25561  para más información.
25562 \end_layout
25563
25564 \begin_layout Standard
25565 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25566  
25567 \begin_inset CommandInset citation
25568 LatexCommand cite
25569 key "latexcompanion,latexguide,latexbook"
25570
25571 \end_inset
25572
25573 .
25574 \end_layout
25575
25576 \begin_layout Section
25577 Notas al margen
25578 \begin_inset Index
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 Notas ! al margen
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Standard
25591 Las notas al margen se ven y se comportan en LyX como notas al pie.
25592  Se insertan con el menú 
25593 \family sans
25594 Insertar\SpecialChar \menuseparator
25595 Nota
25596 \begin_inset space ~
25597 \end_inset
25598
25599 al
25600 \begin_inset space ~
25601 \end_inset
25602
25603 margen
25604 \family default
25605  o con el botón 
25606 \begin_inset Graphics
25607         filename ../../images/marginalnote-insert.png
25608         scale 85
25609
25610 \end_inset
25611
25612 .
25613  Aparece un cuadro gris con la etiqueta 
25614 \family roman
25615 \series medium
25616
25617 \begin_inset Quotes eld
25618 \end_inset
25619
25620 margen
25621 \begin_inset Quotes erd
25622 \end_inset
25623
25624  en color rojo y un marco en el que puedes escribir el texto de la nota.
25625 \end_layout
25626
25627 \begin_layout Standard
25628 Al lado hay un ejemplo de nota al margen.
25629
25630 \family roman
25631 \series medium
25632  
25633 \begin_inset Marginal
25634 status open
25635
25636 \begin_layout Plain Layout
25637 Esto es una nota al margen.
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Standard
25646 Estas notas salen en el margen derecho en documentos a una cara.
25647  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25648  en páginas pares, derecho en páginas impares---.
25649  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25650  a la derecha si la nota aparece en el margen izquierdo---.
25651  La primera línea de la nota se sitúa en la posición de la línea del texto
25652  en la que se inserta en el documento.
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset VSpace bigskip
25657 \end_inset
25658
25659 Para colocar la nota en el margen interno añade el comando
25660 \end_layout
25661
25662 \begin_layout Standard
25663
25664 \series bold
25665
25666 \backslash
25667 reversemarginpar
25668 \end_layout
25669
25670 \begin_layout Standard
25671 en ERT antes de la nota.
25672  La nueva colocación es válida para todas las siguientes notas al margen.
25673  
25674 \begin_inset ERT
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678
25679
25680 \backslash
25681 reversemarginpar 
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \begin_inset Marginal
25688 status open
25689
25690 \begin_layout Plain Layout
25691 Esto es una nota en el margen interno.
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \series bold
25698
25699 \begin_inset Newline newline
25700 \end_inset
25701
25702
25703 \series default
25704
25705 \begin_inset Note Greyedout
25706 status open
25707
25708 \begin_layout Plain Layout
25709
25710 \series bold
25711 Nota:
25712 \series default
25713  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25714  no se mostrará correctamente en la salida.
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723 Para volver a la ubicación predeterminada inserta en ERT el comando
25724 \begin_inset ERT
25725 status collapsed
25726
25727 \begin_layout Plain Layout
25728
25729
25730 \backslash
25731 normalmarginpar 
25732 \end_layout
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \begin_layout Standard
25740
25741 \series bold
25742
25743 \backslash
25744 normalmarginpar
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \begin_inset Note Greyedout
25749 status open
25750
25751 \begin_layout Plain Layout
25752
25753 \series bold
25754 Nota:
25755 \series default
25756  El comando se ignora si en el mismo párrafo está también presente el comando
25757  
25758 \series bold
25759
25760 \backslash
25761 reversemarginpar
25762 \series default
25763 .
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \begin_layout Standard
25772 \begin_inset VSpace bigskip
25773 \end_inset
25774
25775
25776 \family roman
25777 \series medium
25778
25779 \begin_inset Marginal
25780 status open
25781
25782 \begin_layout Plain Layout
25783 PalabraMuyLargaAlMargen no partida con guión.
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \family default
25790 \series default
25791  Como en el caso descrito en la sección
25792 \begin_inset space ~
25793 \end_inset
25794
25795
25796 \begin_inset CommandInset ref
25797 LatexCommand ref
25798 reference "sub:Líneas-Múltiples-en"
25799
25800 \end_inset
25801
25802 , una palabra larga no puede partirse con guión cuando es la primera en
25803  la nota al margen.
25804  Para evitar esto, inserta el comando
25805 \end_layout
25806
25807 \begin_layout Standard
25808
25809 \series bold
25810
25811 \backslash
25812 hspace{0pt}
25813 \end_layout
25814
25815 \begin_layout Standard
25816 en ERT antes de la palabra
25817 \family roman
25818 \series medium
25819 .
25820  
25821 \begin_inset Marginal
25822 status open
25823
25824 \begin_layout Plain Layout
25825 \begin_inset ERT
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829
25830
25831 \backslash
25832 hspace{0pt}
25833 \end_layout
25834
25835 \end_inset
25836
25837 PalabraMuyLargaAlMargen partida con guión.
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \begin_layout Standard
25846 \begin_inset VSpace bigskip
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 \begin_inset Note Greyedout
25854 status open
25855
25856 \begin_layout Plain Layout
25857
25858 \series bold
25859 Nota:
25860 \series default
25861  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25862  notas al pie.
25863 \end_layout
25864
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \begin_layout Standard
25871 \begin_inset VSpace bigskip
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Standard
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 ifmarginnote
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \begin_inset Note Note
25892 status open
25893
25894 \begin_layout Plain Layout
25895 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25896  LaTeX 
25897 \series bold
25898 marginnote
25899 \series default
25900 .
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 Esta restricción se puede salvar con el paquete LaTeX 
25910 \series bold
25911 marginnote
25912 \series default
25913
25914 \begin_inset Index
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918 LaTeX-paquetes ! marginnote
25919 \end_layout
25920
25921 \end_inset
25922
25923 .
25924  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25925  notas al margen es redefinido para usar el comando provisto por el paquete
25926  
25927 \series bold
25928 marginnote
25929 \series default
25930 :
25931 \end_layout
25932
25933 \begin_layout Standard
25934
25935 \series bold
25936
25937 \backslash
25938 usepackage{marginnote}
25939 \begin_inset Newline newline
25940 \end_inset
25941
25942
25943 \backslash
25944 let
25945 \backslash
25946 marginpar
25947 \backslash
25948 marginnote
25949 \end_layout
25950
25951 \begin_layout Standard
25952 Esto se ha utilizado en el presente documento porque 
25953 \series bold
25954 marginnote
25955 \series default
25956  tiene una característica adicional útil: Puedes imponer un offset vertical
25957  a la nota.
25958  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25959  diseño de la página.
25960  El offset se determina en LyX como ERT directamente tras la nota al margen
25961  en el esquema
25962 \end_layout
25963
25964 \begin_layout Standard
25965
25966 \series bold
25967 [offset]
25968 \end_layout
25969
25970 \begin_layout Standard
25971 donde offset es una longitud en una de las unidades de la tabla
25972 \begin_inset space ~
25973 \end_inset
25974
25975
25976 \begin_inset CommandInset ref
25977 LatexCommand ref
25978 reference "tab:Unidades"
25979
25980 \end_inset
25981
25982 .
25983  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25984  abajo.
25985  
25986 \family roman
25987 \series medium
25988 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25989 \begin_inset space \thinspace{}
25990 \end_inset
25991
25992 cm arriba con el comando ERT 
25993 \begin_inset Quotes eld
25994 \end_inset
25995
25996
25997 \family default
25998 \series bold
25999 [-1.5cm]
26000 \family roman
26001 \series medium
26002
26003 \begin_inset Quotes erd
26004 \end_inset
26005
26006
26007 \begin_inset Marginal
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011 Esta nota está 1.5
26012 \begin_inset space \thinspace{}
26013 \end_inset
26014
26015 cm por encima de su posición original.
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \family default
26022 \series default
26023
26024 \begin_inset ERT
26025 status collapsed
26026
26027 \begin_layout Plain Layout
26028
26029 [-1.5cm]
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 \begin_inset VSpace medskip
26039 \end_inset
26040
26041 Con 
26042 \series bold
26043 marginnote
26044 \series default
26045  también puedes cambiar la alineación del texto en el margen.
26046  Por ejemplo los comandos
26047 \end_layout
26048
26049 \begin_layout Standard
26050
26051 \series bold
26052
26053 \backslash
26054 renewcommand*{
26055 \backslash
26056 raggedleftmarginnote}{
26057 \backslash
26058 centering}
26059 \begin_inset Newline newline
26060 \end_inset
26061
26062
26063 \backslash
26064 renewcommand*{
26065 \backslash
26066 raggedrightmarginnote}{
26067 \backslash
26068 centering}
26069 \end_layout
26070
26071 \begin_layout Standard
26072 producen alineación centrada.
26073  
26074 \series bold
26075
26076 \backslash
26077 raggedleftmarginnote
26078 \series default
26079  identifica las notas que aparecen al lado izquierdo.
26080 \family roman
26081 \series medium
26082
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 renewcommand*{
26091 \backslash
26092 raggedleftmarginnote}{
26093 \backslash
26094 centering}
26095 \end_layout
26096
26097 \begin_layout Plain Layout
26098
26099
26100 \backslash
26101 renewcommand*{
26102 \backslash
26103 raggedrightmarginnote}{
26104 \backslash
26105 centering}
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \begin_inset Marginal
26112 status open
26113
26114 \begin_layout Plain Layout
26115 El texto de esta nota está centrado.
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \family default
26122 \series default
26123  El valor predeterminado es 
26124 \end_layout
26125
26126 \begin_layout Standard
26127
26128 \series bold
26129
26130 \backslash
26131 renewcommand*{
26132 \backslash
26133 raggedleftmarginnote}{
26134 \backslash
26135 raggedleft}
26136 \begin_inset Newline newline
26137 \end_inset
26138
26139
26140 \backslash
26141 renewcommand*{
26142 \backslash
26143 raggedrightmarginnote}{
26144 \backslash
26145 raggedright}
26146 \family roman
26147 \series medium
26148
26149 \begin_inset ERT
26150 status collapsed
26151
26152 \begin_layout Plain Layout
26153
26154
26155 \backslash
26156 renewcommand*{
26157 \backslash
26158 raggedleftmarginnote}{
26159 \backslash
26160 raggedleft}
26161 \end_layout
26162
26163 \begin_layout Plain Layout
26164
26165
26166 \backslash
26167 renewcommand*{
26168 \backslash
26169 raggedrightmarginnote}{
26170 \backslash
26171 raggedright}
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \begin_layout Standard
26180 \begin_inset VSpace medskip
26181 \end_inset
26182
26183 Para otras características de 
26184 \series bold
26185 marginnote
26186 \series default
26187  mira en su documentación 
26188 \begin_inset CommandInset citation
26189 LatexCommand cite
26190 key "marginnote"
26191
26192 \end_inset
26193
26194 .
26195 \end_layout
26196
26197 \begin_layout Standard
26198 \begin_inset VSpace bigskip
26199 \end_inset
26200
26201 El diseño de las notas al margen puede ser redefinido.
26202  Por ejemplo, para crear una cabecera para todas las notas con el texto
26203  
26204 \begin_inset Quotes eld
26205 \end_inset
26206
26207
26208 \series bold
26209 \bar under
26210 ¡
26211 \family sans
26212 Atención
26213 \family default
26214 !
26215 \series default
26216 \bar default
26217
26218 \begin_inset Quotes erd
26219 \end_inset
26220
26221 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26222 \end_layout
26223
26224 \begin_layout Standard
26225
26226 \series bold
26227
26228 \backslash
26229 let
26230 \backslash
26231 myMarginpar
26232 \backslash
26233 marginpar
26234 \begin_inset Newline newline
26235 \end_inset
26236
26237
26238 \backslash
26239 renewcommand{
26240 \backslash
26241 marginpar}[1]{
26242 \backslash
26243 myMarginpar{%
26244 \begin_inset Newline newline
26245 \end_inset
26246
26247
26248 \begin_inset ERT
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252
26253
26254 \backslash
26255 hphantom{ }
26256 \end_layout
26257
26258 \end_inset
26259
26260
26261 \backslash
26262 hspace{0pt}
26263 \backslash
26264 textsf{
26265 \backslash
26266 textbf{
26267 \backslash
26268 underbar{¡Atención!}}}%
26269 \begin_inset Newline newline
26270 \end_inset
26271
26272
26273 \begin_inset ERT
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277
26278
26279 \backslash
26280 hphantom{ }
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \backslash
26287 vspace{1.5mm}
26288 \backslash
26289
26290 \backslash
26291 #1}}
26292 \end_layout
26293
26294 \begin_layout Standard
26295
26296 \family roman
26297 \series medium
26298 \begin_inset ERT
26299 status collapsed
26300
26301 \begin_layout Plain Layout
26302
26303
26304 \backslash
26305 let
26306 \backslash
26307 myMarginpar
26308 \backslash
26309 marginpar
26310 \end_layout
26311
26312 \begin_layout Plain Layout
26313
26314
26315 \backslash
26316 renewcommand{
26317 \backslash
26318 marginpar}[1]{
26319 \backslash
26320 myMarginpar{%
26321 \end_layout
26322
26323 \begin_layout Plain Layout
26324
26325    
26326 \backslash
26327 textsf{
26328 \backslash
26329 textbf{
26330 \backslash
26331 underbar{¡Atención!}}}%
26332 \end_layout
26333
26334 \begin_layout Plain Layout
26335
26336    
26337 \backslash
26338 vspace{1.5mm}
26339 \backslash
26340
26341 \backslash
26342 #1}}
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \begin_inset Marginal
26349 status open
26350
26351 \begin_layout Plain Layout
26352 Esta es una nota con una cabecera definida.
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \family default
26359 \series default
26360
26361 \begin_inset ERT
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365
26366 [-1.5cm]
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \family roman
26373 \series medium
26374
26375 \begin_inset ERT
26376 status collapsed
26377
26378 \begin_layout Plain Layout
26379
26380
26381 \backslash
26382 renewcommand{
26383 \backslash
26384 marginpar}[1]{
26385 \backslash
26386 myMarginpar{#1}}
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \family default
26393 \series default
26394
26395 \begin_inset Note Note
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \begin_layout Standard
26408 \begin_inset ERT
26409 status collapsed
26410
26411 \begin_layout Plain Layout
26412
26413
26414 \backslash
26415 else
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \begin_inset Note Note
26422 status open
26423
26424 \begin_layout Plain Layout
26425 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26426  
26427 \series bold
26428 marginnote
26429 \series default
26430 .
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 Debes instalar el paquete LaTeX 
26440 \series bold
26441 marginnote
26442 \series default
26443  para ver la parte siguiente en la salida.
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset ERT
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 fi
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \begin_layout Chapter
26463 Cuadros
26464 \end_layout
26465
26466 \begin_layout Section
26467 Introducción
26468 \begin_inset Index
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 Cuadros ! Introducción
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \begin_layout Standard
26481 Los cuadros se emplean para dar formato a bloques de texto.
26482  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26483 \begin_inset space ~
26484 \end_inset
26485
26486
26487 \begin_inset CommandInset ref
26488 LatexCommand ref
26489 reference "sec:Minipáginas"
26490
26491 \end_inset
26492
26493 , enmarcar textos, ver sección
26494 \begin_inset space ~
26495 \end_inset
26496
26497
26498 \begin_inset CommandInset ref
26499 LatexCommand ref
26500 reference "sec:Cuadros-Enmarcados"
26501
26502 \end_inset
26503
26504 , evitar la división de palabras, ver sección
26505 \begin_inset space ~
26506 \end_inset
26507
26508
26509 \begin_inset CommandInset ref
26510 LatexCommand ref
26511 reference "sec:Evitar-la-Partición"
26512
26513 \end_inset
26514
26515 , alinear texto, ver sección
26516 \begin_inset space ~
26517 \end_inset
26518
26519
26520 \begin_inset CommandInset ref
26521 LatexCommand ref
26522 reference "sub:Alineación-Vertical"
26523
26524 \end_inset
26525
26526 , o para poner color de fondo a un texto, ver sección
26527 \begin_inset space ~
26528 \end_inset
26529
26530
26531 \begin_inset CommandInset ref
26532 LatexCommand ref
26533 reference "sec:Cuadros-Coloreados"
26534
26535 \end_inset
26536
26537 .
26538 \end_layout
26539
26540 \begin_layout Standard
26541 Se insertan con el menú 
26542 \family sans
26543 Insertar\SpecialChar \menuseparator
26544 Cuadro
26545 \family default
26546  o con el botón 
26547 \begin_inset Graphics
26548         filename ../../images/box-insert.png
26549         scale 85
26550
26551 \end_inset
26552
26553 .
26554  Surge un recuadro gris con la etiqueta 
26555 \family sans
26556 Cuadro (Minipágina)
26557 \family default
26558
26559 \begin_inset Graphics
26560         filename clipart/CuadroMinipagQt4.png
26561         scale 75
26562         keepAspectRatio
26563
26564 \end_inset
26565
26566 .
26567  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26568  Sale un diálogo en el que 
26569 \family sans
26570 Cuadro
26571 \family default
26572
26573 \begin_inset space ~
26574 \end_inset
26575
26576
26577 \family sans
26578 interior
26579 \family default
26580  permite escoger los tipos 
26581 \family sans
26582 Parbox (
26583 \family default
26584
26585 \begin_inset Quotes eld
26586 \end_inset
26587
26588
26589 \family sans
26590 Párrafo
26591 \family default
26592
26593 \begin_inset Quotes erd
26594 \end_inset
26595
26596
26597 \family sans
26598 )
26599 \family default
26600  y 
26601 \family sans
26602 Minipágina
26603 \family default
26604 .
26605  
26606 \family sans
26607 Minipágina
26608 \family default
26609  es el predeterminado para nuevos cuadros y se explica en la sección
26610 \begin_inset space ~
26611 \end_inset
26612
26613
26614 \begin_inset CommandInset ref
26615 LatexCommand ref
26616 reference "sec:Minipáginas"
26617
26618 \end_inset
26619
26620 ; el tipo 
26621 \family sans
26622 Parbox
26623 \family default
26624  se describe en la sección
26625 \begin_inset space ~
26626 \end_inset
26627
26628
26629 \begin_inset CommandInset ref
26630 LatexCommand ref
26631 reference "sec:Cuadros-de-Párrafo"
26632
26633 \end_inset
26634
26635 .
26636 \end_layout
26637
26638 \begin_layout Standard
26639 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26640  flotantes o las notas al pie.
26641 \end_layout
26642
26643 \begin_layout Standard
26644 \begin_inset Note Greyedout
26645 status open
26646
26647 \begin_layout Plain Layout
26648
26649 \series bold
26650 Nota:
26651 \series default
26652  Los cuadros no deben ser el ítem en un entorno 
26653 \family sans
26654 Enumeración
26655 \family default
26656  o 
26657 \family sans
26658 Descripción
26659 \family default
26660 .
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset Note Greyedout
26670 status open
26671
26672 \begin_layout Plain Layout
26673
26674 \series bold
26675 Nota:
26676 \series default
26677  Por razones desconocidas sólo se puede poner el tipo 
26678 \family sans
26679 Cuadro
26680 \begin_inset space ~
26681 \end_inset
26682
26683 interior
26684 \family default
26685  en 
26686 \family sans
26687 Ninguno
26688 \family default
26689  cuando se emplea un cuadro enmarcado.
26690  Los cuadros sin ningún tipo de 
26691 \family sans
26692 Cuadro
26693 \begin_inset space ~
26694 \end_inset
26695
26696 interior
26697 \family default
26698  y sin marcos se explican en la sección
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \begin_inset CommandInset ref
26704 LatexCommand ref
26705 reference "sec:Evitar-la-Partición"
26706
26707 \end_inset
26708
26709 .
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Section
26718 Diálogo de cuadros
26719 \begin_inset CommandInset label
26720 LatexCommand label
26721 name "sec:Diálogo-Cuadros"
26722
26723 \end_inset
26724
26725
26726 \begin_inset Index
26727 status collapsed
26728
26729 \begin_layout Plain Layout
26730 Cuadros ! Configuración
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Subsection
26739 Tamaño
26740 \begin_inset Index
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744 Cuadros ! Tamaño
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \begin_layout Standard
26753 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26754 \family sans
26755 Ancho
26756 \family default
26757  y 
26758 \family sans
26759 Alto
26760 \family default
26761 .
26762  Las unidades disponibles para la geometría se explican en la tabla
26763 \begin_inset space ~
26764 \end_inset
26765
26766
26767 \begin_inset CommandInset ref
26768 LatexCommand ref
26769 reference "tab:Unidades"
26770
26771 \end_inset
26772
26773 .
26774  El campo 
26775 \family sans
26776 Alto
26777 \family default
26778  ofrece los siguientes tamaños adicionales:
26779 \end_layout
26780
26781 \begin_layout Description
26782 Profundidad Este es el texto plano 
26783 \begin_inset Quotes eld
26784 \end_inset
26785
26786 alto
26787 \begin_inset Quotes erd
26788 \end_inset
26789
26790 .
26791  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26792  cuadro:
26793 \begin_inset Newline newline
26794 \end_inset
26795
26796
26797 \begin_inset Newline newline
26798 \end_inset
26799
26800
26801 \begin_inset Newline newline
26802 \end_inset
26803
26804
26805 \begin_inset Box Boxed
26806 position "c"
26807 hor_pos "c"
26808 has_inner_box 1
26809 inner_pos "c"
26810 use_parbox 0
26811 width "12col%"
26812 special "none"
26813 height "1in"
26814 height_special "depth"
26815 status open
26816
26817 \begin_layout Plain Layout
26818 \align center
26819 Cuadro con altura establecida en 1
26820 \begin_inset space \thinspace{}
26821 \end_inset
26822
26823 Profundidad
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \begin_inset Newline newline
26830 \end_inset
26831
26832
26833 \begin_inset Newline newline
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \begin_layout Description
26840 Alto Es la altura del texto que está dentro del cuadro.
26841  Un valor de, p.
26842 \begin_inset space \thinspace{}
26843 \end_inset
26844
26845 e.
26846 \begin_inset space ~
26847 \end_inset
26848
26849 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26850  
26851 \begin_inset Box Boxed
26852 position "c"
26853 hor_pos "c"
26854 has_inner_box 1
26855 inner_pos "c"
26856 use_parbox 0
26857 width "20col%"
26858 special "none"
26859 height "2in"
26860 height_special "height"
26861 status open
26862
26863 \begin_layout Plain Layout
26864 \align center
26865 Cuadro con altura puesta en 2
26866 \begin_inset space \thinspace{}
26867 \end_inset
26868
26869 Alto
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Description
26878 Alto
26879 \begin_inset space ~
26880 \end_inset
26881
26882 total Esto es el Alto
26883 \begin_inset space \thinspace{}
26884 \end_inset
26885
26886 +
26887 \begin_inset space \thinspace{}
26888 \end_inset
26889
26890 Profundidad: 
26891 \begin_inset Box Boxed
26892 position "c"
26893 hor_pos "c"
26894 has_inner_box 1
26895 inner_pos "c"
26896 use_parbox 0
26897 width "20col%"
26898 special "none"
26899 height "1in"
26900 height_special "totalheight"
26901 status open
26902
26903 \begin_layout Plain Layout
26904 \align center
26905 Cuadro con altura puesta a 1
26906 \begin_inset space \thinspace{}
26907 \end_inset
26908
26909 Alto
26910 \begin_inset space ~
26911 \end_inset
26912
26913 total
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \begin_layout Description
26922 Ancho Esto determina al ancho del cuadro como altura: 
26923 \begin_inset Box Boxed
26924 position "c"
26925 hor_pos "c"
26926 has_inner_box 1
26927 inner_pos "c"
26928 use_parbox 0
26929 width "12col%"
26930 special "none"
26931 height "1in"
26932 height_special "width"
26933 status open
26934
26935 \begin_layout Plain Layout
26936 \align center
26937 Cuadro con altura puesta en 1
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 Ancho
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Subsection
26950 Alineación
26951 \begin_inset Index
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955 Cuadros ! Alineación
26956 \end_layout
26957
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \begin_layout Standard
26964 Si has elegido un 
26965 \family sans
26966 Cuadro
26967 \begin_inset space ~
26968 \end_inset
26969
26970 interior
26971 \family default
26972 , la alineación vertical del cuadro puede ser:
26973 \end_layout
26974
26975 \begin_layout Description
26976 Superior Ejemplo de línea de texto.
26977  
26978 \begin_inset Box Boxed
26979 position "t"
26980 hor_pos "c"
26981 has_inner_box 1
26982 inner_pos "c"
26983 use_parbox 0
26984 width "12col%"
26985 special "none"
26986 height "1in"
26987 height_special "totalheight"
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 \align center
26992 Cuadro alineado arriba.
26993 \end_layout
26994
26995 \end_inset
26996
26997  Ejemplo de línea de texto.
26998 \end_layout
26999
27000 \begin_layout Description
27001 Medio Ejemplo de línea de texto.
27002  
27003 \begin_inset Box Boxed
27004 position "c"
27005 hor_pos "c"
27006 has_inner_box 1
27007 inner_pos "c"
27008 use_parbox 0
27009 width "12col%"
27010 special "none"
27011 height "1in"
27012 height_special "totalheight"
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016 \align center
27017 Cuadro alineado en medio.
27018 \end_layout
27019
27020 \end_inset
27021
27022  Ejemplo de línea de texto.
27023 \end_layout
27024
27025 \begin_layout Description
27026 Inferior Ejemplo de línea de texto.
27027  
27028 \begin_inset Box Boxed
27029 position "b"
27030 hor_pos "c"
27031 has_inner_box 1
27032 inner_pos "c"
27033 use_parbox 0
27034 width "12col%"
27035 special "none"
27036 height "1in"
27037 height_special "totalheight"
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041 \align center
27042 Cuadro alineado abajo.
27043 \end_layout
27044
27045 \end_inset
27046
27047  Ejemplo de línea de texto.
27048 \end_layout
27049
27050 \begin_layout Standard
27051 \begin_inset Note Greyedout
27052 status open
27053
27054 \begin_layout Plain Layout
27055
27056 \series bold
27057 Nota:
27058 \series default
27059  
27060 \lang english
27061 The vertical box aligment can be lost in the output when you have two boxes
27062  in a line and one has e.
27063 \begin_inset space \thinspace{}
27064 \end_inset
27065
27066 g.
27067 \begin_inset space ~
27068 \end_inset
27069
27070 a shadow and the other one not.
27071 \end_layout
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Standard
27079 La alineación horizontal del cuadro puede establecerse en el diálogo de
27080  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27081 \end_layout
27082
27083 \begin_layout Standard
27084 \begin_inset VSpace bigskip
27085 \end_inset
27086
27087 Si has escogido un 
27088 \family sans
27089 Cuadro
27090 \begin_inset space ~
27091 \end_inset
27092
27093 interior
27094 \family default
27095 , el contenido puede alinearse verticalmente a:
27096 \end_layout
27097
27098 \begin_layout Description
27099 Superior 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 "t"
27106 use_parbox 0
27107 width "12col%"
27108 special "none"
27109 height "1.5in"
27110 height_special "totalheight"
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 \align center
27115 Cuadro con texto alineado arriba.
27116 \end_layout
27117
27118 \end_inset
27119
27120  Ejemplo de línea de texto.
27121 \end_layout
27122
27123 \begin_layout Description
27124 Medio Ejemplo de línea de texto.
27125  
27126 \begin_inset Box Boxed
27127 position "c"
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 "1.5in"
27135 height_special "totalheight"
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139 \align center
27140 Cuadro con texto alineado en medio.
27141 \end_layout
27142
27143 \end_inset
27144
27145  Ejemplo de línea de texto.
27146 \end_layout
27147
27148 \begin_layout Description
27149 Inferior Ejemplo de línea de texto.
27150  
27151 \begin_inset Box Boxed
27152 position "c"
27153 hor_pos "c"
27154 has_inner_box 1
27155 inner_pos "b"
27156 use_parbox 0
27157 width "12col%"
27158 special "none"
27159 height "1.5in"
27160 height_special "totalheight"
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164 \align center
27165 Cuadro con texto alineado abajo.
27166 \end_layout
27167
27168 \end_inset
27169
27170  Ejemplo de línea de texto.
27171 \end_layout
27172
27173 \begin_layout Description
27174 Estirado Ejemplo de línea de texto.
27175  
27176 \begin_inset Box Boxed
27177 position "c"
27178 hor_pos "c"
27179 has_inner_box 1
27180 inner_pos "s"
27181 use_parbox 0
27182 width "12col%"
27183 special "none"
27184 height "1.5in"
27185 height_special "totalheight"
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189 \align center
27190 Este texto
27191 \end_layout
27192
27193 \begin_layout Plain Layout
27194 \align center
27195 está
27196 \end_layout
27197
27198 \begin_layout Plain Layout
27199 \align center
27200 estirado.
27201 \end_layout
27202
27203 \end_inset
27204
27205  Ejemplo de línea de texto.
27206 \end_layout
27207
27208 \begin_layout Standard
27209 Para estirar el contenido debe tener más de un párrafo.
27210  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \begin_inset VSpace bigskip
27215 \end_inset
27216
27217 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27218  LyX cuando hayas escogido un 
27219 \family sans
27220 Cuadro
27221 \begin_inset space ~
27222 \end_inset
27223
27224 interior
27225 \family default
27226 .
27227 \end_layout
27228
27229 \begin_layout Standard
27230 \align center
27231 \begin_inset Box Boxed
27232 position "c"
27233 hor_pos "c"
27234 has_inner_box 1
27235 inner_pos "s"
27236 use_parbox 0
27237 width "15col%"
27238 special "none"
27239 height "1.25in"
27240 height_special "totalheight"
27241 status open
27242
27243 \begin_layout Plain Layout
27244 \align left
27245 Cuadro
27246 \end_layout
27247
27248 \begin_layout Plain Layout
27249 \align center
27250 con texto
27251 \end_layout
27252
27253 \begin_layout Plain Layout
27254 \align right
27255 estirado
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \begin_layout Standard
27264 Si no has establecido un 
27265 \family sans
27266 Cuadro
27267 \begin_inset space ~
27268 \end_inset
27269
27270 interior
27271 \family default
27272 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27273  cuadro.
27274 \end_layout
27275
27276 \begin_layout Standard
27277 \align center
27278 \begin_inset Box Boxed
27279 position "c"
27280 hor_pos "s"
27281 has_inner_box 0
27282 inner_pos "s"
27283 use_parbox 0
27284 width "90col%"
27285 special "none"
27286 height "1.25in"
27287 height_special "totalheight"
27288 status open
27289
27290 \begin_layout Plain Layout
27291 \align left
27292 Texto estirado horizontalmente.
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Section
27301 Cuadros enmarcados
27302 \begin_inset CommandInset label
27303 LatexCommand label
27304 name "sec:Cuadros-Enmarcados"
27305
27306 \end_inset
27307
27308
27309 \begin_inset Index
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313 Cuadros ! Marcos
27314 \end_layout
27315
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \begin_layout Standard
27322 El estilo de marco del cuadro se puede determinar en la lista desplegable
27323  
27324 \family sans
27325 Tipo
27326 \family default
27327  del diálogo de cuadros.
27328  Son posibles los siguientes marcos:
27329 \end_layout
27330
27331 \begin_layout Description
27332 Marco
27333 \begin_inset space ~
27334 \end_inset
27335
27336 rectangular Dibuja un marco rectangular alrededor del cuadro.
27337  El grosor del marco depende de 
27338 \series bold
27339
27340 \backslash
27341 fboxrule
27342 \series default
27343 .
27344  
27345 \begin_inset Box Boxed
27346 position "c"
27347 hor_pos "c"
27348 has_inner_box 1
27349 inner_pos "c"
27350 use_parbox 0
27351 width "25col%"
27352 special "none"
27353 height "1in"
27354 height_special "totalheight"
27355 status open
27356
27357 \begin_layout Plain Layout
27358 \align center
27359 Cuadro rectangular
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Description
27368 Marco
27369 \begin_inset space ~
27370 \end_inset
27371
27372 ovalado,
27373 \begin_inset space ~
27374 \end_inset
27375
27376 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27377 \begin_inset space \thinspace{}
27378 \end_inset
27379
27380 pt.
27381  
27382 \begin_inset Box ovalbox
27383 position "c"
27384 hor_pos "c"
27385 has_inner_box 1
27386 inner_pos "c"
27387 use_parbox 0
27388 width "25col%"
27389 special "none"
27390 height "1in"
27391 height_special "totalheight"
27392 status open
27393
27394 \begin_layout Plain Layout
27395 \align center
27396 Marco ovalado, fino
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Description
27405 Marco
27406 \begin_inset space ~
27407 \end_inset
27408
27409 ovalado,
27410 \begin_inset space ~
27411 \end_inset
27412
27413 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27414 \begin_inset space \thinspace{}
27415 \end_inset
27416
27417 pt.
27418  
27419 \begin_inset Box Ovalbox
27420 position "c"
27421 hor_pos "c"
27422 has_inner_box 1
27423 inner_pos "c"
27424 use_parbox 0
27425 width "30col%"
27426 special "none"
27427 height "1in"
27428 height_special "totalheight"
27429 status open
27430
27431 \begin_layout Plain Layout
27432 \align center
27433 Cuadro ovalado, grueso
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Description
27442 Marco
27443 \begin_inset space ~
27444 \end_inset
27445
27446 con
27447 \begin_inset space ~
27448 \end_inset
27449
27450 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27451  El grosor de la línea tiene el tamaño dado por 
27452 \series bold
27453
27454 \backslash
27455 fboxrule
27456 \series default
27457 , la sombra tiene una anchura de 4
27458 \begin_inset space \thinspace{}
27459 \end_inset
27460
27461 pt.
27462  
27463 \begin_inset Box Shadowbox
27464 position "c"
27465 hor_pos "c"
27466 has_inner_box 1
27467 inner_pos "c"
27468 use_parbox 0
27469 width "20col%"
27470 special "none"
27471 height "1in"
27472 height_special "totalheight"
27473 status open
27474
27475 \begin_layout Plain Layout
27476 \align center
27477 Marco sombrado
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Description
27486 Marco
27487 \begin_inset space ~
27488 \end_inset
27489
27490 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27491  El grosor de la línea interior es 0.75
27492 \begin_inset space \thinspace{}
27493 \end_inset
27494
27495
27496 \series bold
27497
27498 \backslash
27499 fboxrule
27500 \series default
27501 , el de la línea exterior es 1.5
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505
27506 \series bold
27507
27508 \backslash
27509 fboxrule
27510 \series default
27511 .
27512  La distancia entre líneas es 1.5
27513 \begin_inset space \thinspace{}
27514 \end_inset
27515
27516
27517 \series bold
27518
27519 \backslash
27520 fboxrule
27521 \series default
27522
27523 \begin_inset space \thinspace{}
27524 \end_inset
27525
27526 +
27527 \begin_inset space \thinspace{}
27528 \end_inset
27529
27530 0.5
27531 \begin_inset space \thinspace{}
27532 \end_inset
27533
27534 pt.
27535  
27536 \begin_inset Box Doublebox
27537 position "c"
27538 hor_pos "c"
27539 has_inner_box 1
27540 inner_pos "c"
27541 use_parbox 0
27542 width "20col%"
27543 special "none"
27544 height "1in"
27545 height_special "totalheight"
27546 status open
27547
27548 \begin_layout Plain Layout
27549 \align center
27550 Marco doble
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Standard
27559 \begin_inset VSpace bigskip
27560 \end_inset
27561
27562 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27563  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27564  LaTeX 
27565 \series bold
27566 fancybox
27567 \series default
27568
27569 \begin_inset Index
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573 LaTeX-paquetes ! fancybox
27574 \end_layout
27575
27576 \end_inset
27577
27578 .
27579 \end_layout
27580
27581 \begin_layout Standard
27582 \begin_inset VSpace bigskip
27583 \end_inset
27584
27585 El valor predeterminado por 
27586 \series bold
27587
27588 \backslash
27589 fboxrule
27590 \series default
27591  es 0.4
27592 \begin_inset space \thinspace{}
27593 \end_inset
27594
27595 pt.
27596  Puede cambiarse con el siguiente comando en ERT, p.
27597 \begin_inset space \thinspace{}
27598 \end_inset
27599
27600 e.
27601 \begin_inset space ~
27602 \end_inset
27603
27604 a
27605 \begin_inset space ~
27606 \end_inset
27607
27608 2
27609 \begin_inset space \thinspace{}
27610 \end_inset
27611
27612 pt:
27613 \end_layout
27614
27615 \begin_layout Standard
27616
27617 \series bold
27618
27619 \backslash
27620 setlength{
27621 \backslash
27622 fboxrule}{2pt}
27623 \end_layout
27624
27625 \begin_layout Standard
27626 \begin_inset ERT
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630
27631
27632 \backslash
27633 setlength{
27634 \backslash
27635 fboxrule}{2pt}
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \begin_inset Box Boxed
27642 position "c"
27643 hor_pos "c"
27644 has_inner_box 1
27645 inner_pos "c"
27646 use_parbox 0
27647 width "25col%"
27648 special "none"
27649 height "1in"
27650 height_special "totalheight"
27651 status open
27652
27653 \begin_layout Plain Layout
27654 \align center
27655 Cuadro rectangular con 
27656 \series bold
27657
27658 \backslash
27659 fboxrule
27660 \series default
27661
27662 \begin_inset space \thinspace{}
27663 \end_inset
27664
27665 =
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669 2
27670 \begin_inset space \thinspace{}
27671 \end_inset
27672
27673 pt
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683
27684
27685 \backslash
27686 setlength{
27687 \backslash
27688 fboxrule}{0.4pt}
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset VSpace bigskip
27698 \end_inset
27699
27700 El espacio entre el marco y el contenido del cuadro es 3
27701 \begin_inset space \thinspace{}
27702 \end_inset
27703
27704 pt por defecto para todos los estilos.
27705  Se puede cambiar mediante la longitud 
27706 \series bold
27707
27708 \backslash
27709 fboxsep
27710 \series default
27711 .
27712  Por ejemplo el comando
27713 \end_layout
27714
27715 \begin_layout Standard
27716
27717 \series bold
27718
27719 \backslash
27720 setlength{
27721 \backslash
27722 fboxsep}{10pt}
27723 \end_layout
27724
27725 \begin_layout Standard
27726 determina un valor de 10
27727 \begin_inset space \thinspace{}
27728 \end_inset
27729
27730 pt, como en el siguiente cuadro:
27731 \end_layout
27732
27733 \begin_layout Standard
27734 \begin_inset ERT
27735 status collapsed
27736
27737 \begin_layout Plain Layout
27738
27739
27740 \backslash
27741 setlength{
27742 \backslash
27743 fboxsep}{10pt}
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \begin_inset Box Boxed
27750 position "c"
27751 hor_pos "c"
27752 has_inner_box 1
27753 inner_pos "c"
27754 use_parbox 0
27755 width "25col%"
27756 special "none"
27757 height "1in"
27758 height_special "totalheight"
27759 status open
27760
27761 \begin_layout Plain Layout
27762 \align center
27763 Cuadro rectangular con 
27764 \series bold
27765
27766 \backslash
27767 fboxsep
27768 \series default
27769
27770 \begin_inset space \thinspace{}
27771 \end_inset
27772
27773 =
27774 \begin_inset space \thinspace{}
27775 \end_inset
27776
27777 10
27778 \begin_inset space \thinspace{}
27779 \end_inset
27780
27781 pt
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \begin_inset ERT
27788 status collapsed
27789
27790 \begin_layout Plain Layout
27791
27792
27793 \backslash
27794 setlength{
27795 \backslash
27796 fboxsep}{3pt}
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 \begin_inset VSpace bigskip
27806 \end_inset
27807
27808 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27809  el comando 
27810 \series bold
27811
27812 \backslash
27813 cornersize
27814 \series default
27815 .
27816  El comando
27817 \end_layout
27818
27819 \begin_layout Standard
27820
27821 \series bold
27822
27823 \backslash
27824 cornersize*{1cm}
27825 \end_layout
27826
27827 \begin_layout Standard
27828 establece un diámetro de 1
27829 \begin_inset space \thinspace{}
27830 \end_inset
27831
27832 cm.
27833  El comando
27834 \end_layout
27835
27836 \begin_layout Standard
27837
27838 \series bold
27839
27840 \backslash
27841 cornersize{num}
27842 \end_layout
27843
27844 \begin_layout Standard
27845 fija el diámetro en 
27846 \family sans
27847 num
27848 \begin_inset space \thinspace{}
27849 \end_inset
27850
27851 ×
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 mínimo
27856 \family default
27857  
27858 \family sans
27859 (ancho y alto del cuadro)
27860 \family default
27861 .
27862  Por defecto es 
27863 \series bold
27864
27865 \backslash
27866 cornersize{0.5}
27867 \series default
27868 .
27869 \end_layout
27870
27871 \begin_layout Standard
27872 \begin_inset ERT
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876
27877
27878 \backslash
27879 cornersize*{1.5cm}
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \begin_inset Box Ovalbox
27886 position "c"
27887 hor_pos "c"
27888 has_inner_box 1
27889 inner_pos "c"
27890 use_parbox 0
27891 width "28col%"
27892 special "none"
27893 height "1in"
27894 height_special "totalheight"
27895 status open
27896
27897 \begin_layout Plain Layout
27898 \align center
27899 Cuadro ovalado con 
27900 \series bold
27901
27902 \backslash
27903 cornersize
27904 \series default
27905
27906 \begin_inset space \thinspace{}
27907 \end_inset
27908
27909 =
27910 \begin_inset space \thinspace{}
27911 \end_inset
27912
27913 1.5
27914 \begin_inset space \thinspace{}
27915 \end_inset
27916
27917 cm
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 cornersize{0.5}
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Standard
27939 \begin_inset VSpace bigskip
27940 \end_inset
27941
27942 El tamaño de la sombra se puede ajustar cambiando la longitud 
27943 \series bold
27944
27945 \backslash
27946 shadowsize
27947 \series default
27948 .
27949  Este comando la ajusta a 2
27950 \begin_inset space \thinspace{}
27951 \end_inset
27952
27953 pt en el cuadro siguiente:
27954 \end_layout
27955
27956 \begin_layout Standard
27957
27958 \series bold
27959
27960 \backslash
27961 setlength{
27962 \backslash
27963 shadowsize}{2pt}
27964 \end_layout
27965
27966 \begin_layout Standard
27967 \begin_inset ERT
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971
27972
27973 \backslash
27974 setlength{
27975 \backslash
27976 shadowsize}{2pt}
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset Box Shadowbox
27983 position "c"
27984 hor_pos "c"
27985 has_inner_box 1
27986 inner_pos "c"
27987 use_parbox 0
27988 width "28col%"
27989 special "none"
27990 height "1in"
27991 height_special "totalheight"
27992 status open
27993
27994 \begin_layout Plain Layout
27995 \align center
27996 Cuadro sombreado con 
27997 \series bold
27998
27999 \backslash
28000 shadowsize
28001 \series default
28002
28003 \begin_inset space \thinspace{}
28004 \end_inset
28005
28006 =
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 2
28011 \begin_inset space \thinspace{}
28012 \end_inset
28013
28014 pt
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \begin_inset ERT
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024
28025
28026 \backslash
28027 setlength{
28028 \backslash
28029 shadowsize}{4pt}
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \begin_layout Standard
28038 \begin_inset VSpace bigskip
28039 \end_inset
28040
28041 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28042  a los comandos.
28043 \end_layout
28044
28045 \begin_layout Section
28046 Minipáginas
28047 \begin_inset CommandInset label
28048 LatexCommand label
28049 name "sec:Minipáginas"
28050
28051 \end_inset
28052
28053
28054 \begin_inset Index
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058 Cuadros ! Minipáginas
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28068  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28069 \end_layout
28070
28071 \begin_layout Standard
28072 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28073 \end_layout
28074
28075 \begin_layout Standard
28076 A continuación hay dos ejemplos de minipáginas adosadas.
28077  Su anchura está puesta en 45
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081 col% y separadas por un relleno horizontal, insertado vía el menú 
28082 \family sans
28083 Insertar\SpecialChar \menuseparator
28084 Formato
28085 \begin_inset space ~
28086 \end_inset
28087
28088
28089 \family default
28090 es
28091 \family sans
28092 pecial
28093 \begin_inset space ~
28094 \end_inset
28095
28096 \SpecialChar \menuseparator
28097 Relleno
28098 \begin_inset space ~
28099 \end_inset
28100
28101 horizontal
28102 \family default
28103 .
28104 \end_layout
28105
28106 \begin_layout Standard
28107 \begin_inset Box Frameless
28108 position "t"
28109 hor_pos "c"
28110 has_inner_box 1
28111 inner_pos "c"
28112 use_parbox 0
28113 width "45col%"
28114 special "none"
28115 height "1in"
28116 height_special "totalheight"
28117 status open
28118
28119 \begin_layout Plain Layout
28120
28121 \lang german
28122 Dies ist ein deutscher Text.
28123  Dies ist ein deutscher Text.
28124  Dies ist ein deutscher Text.
28125  Dies ist ein deutscher Text.
28126  Dies ist ein deutscher Text.
28127  Dies ist ein deutscher Text.
28128  Dies ist ein deutscher Text.
28129  Dies ist ein deutscher Text.
28130  Dies ist ein deutscher Text.
28131  Dies ist ein deutscher Text.
28132  Dies ist ein deutscher Text.
28133  Dies ist ein deutscher Text.
28134  Dies ist ein deutscher Text
28135 \begin_inset Foot
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139
28140 \lang german
28141 Dies ist eine deutsche Fußnote.
28142 \end_layout
28143
28144 \end_inset
28145
28146 .
28147  Dies ist ein deutscher Text.
28148  Dies ist ein deutscher Text.
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \begin_inset space \hfill{}
28155 \end_inset
28156
28157
28158 \begin_inset Box Frameless
28159 position "t"
28160 hor_pos "c"
28161 has_inner_box 1
28162 inner_pos "c"
28163 use_parbox 0
28164 width "45col%"
28165 special "none"
28166 height "1in"
28167 height_special "totalheight"
28168 status open
28169
28170 \begin_layout Plain Layout
28171 This is an English Text.
28172  This is an English Text.
28173  This is an English Text.
28174  This is an English Text.
28175  This is an English Text.
28176  This is an English Text.
28177  This is an English Text.
28178  This is an English Text.
28179  This is an English Text.
28180  This is an English Text.
28181  This is an English Text.
28182  This is an English Text.
28183  This is an English Text.
28184  This is an English Text.
28185  This is an English Text.
28186  This is an English Text.
28187 \begin_inset Foot
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 This is an English footnote.
28192 \end_layout
28193
28194 \end_inset
28195
28196  This is an English Text.
28197  
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 \begin_inset VSpace bigskip
28207 \end_inset
28208
28209 Otra aplicación de los cuadros son las notas a pie en tablas.
28210  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28211  al final de la página actual.
28212  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28213  en la parte inferior, ordenadas con letras.
28214  La ordenación de las notas al pie se restablece en cada minipágina pero
28215  no fuera de las minipáginas.
28216 \end_layout
28217
28218 \begin_layout Standard
28219 La nota al pie en esta tabla no aparece: 
28220 \begin_inset Tabular
28221 <lyxtabular version="3" rows="3" columns="4">
28222 <features>
28223 <column alignment="center" valignment="top" width="0pt">
28224 <column alignment="center" valignment="top" width="0pt">
28225 <column alignment="center" valignment="top" width="0pt">
28226 <column alignment="center" valignment="top" width="0pt">
28227 <row>
28228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28229 \begin_inset Text
28230
28231 \begin_layout Plain Layout
28232 1
28233 \end_layout
28234
28235 \end_inset
28236 </cell>
28237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28238 \begin_inset Text
28239
28240 \begin_layout Plain Layout
28241 2
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28247 \begin_inset Text
28248
28249 \begin_layout Plain Layout
28250 3
28251 \begin_inset Foot
28252 status open
28253
28254 \begin_layout Plain Layout
28255 Nota al pie en una tabla.
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269 4
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 </row>
28275 <row>
28276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28277 \begin_inset Text
28278
28279 \begin_layout Plain Layout
28280 a
28281 \end_layout
28282
28283 \end_inset
28284 </cell>
28285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28286 \begin_inset Text
28287
28288 \begin_layout Plain Layout
28289 b
28290 \end_layout
28291
28292 \end_inset
28293 </cell>
28294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Plain Layout
28298 c
28299 \end_layout
28300
28301 \end_inset
28302 </cell>
28303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Plain Layout
28307 d
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 </row>
28313 <row>
28314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28315 \begin_inset Text
28316
28317 \begin_layout Plain Layout
28318 e
28319 \end_layout
28320
28321 \end_inset
28322 </cell>
28323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28324 \begin_inset Text
28325
28326 \begin_layout Plain Layout
28327 f
28328 \end_layout
28329
28330 \end_inset
28331 </cell>
28332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28333 \begin_inset Text
28334
28335 \begin_layout Plain Layout
28336 g
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345 h
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 </row>
28351 </lyxtabular>
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Standard
28359 \align center
28360 \begin_inset Box Frameless
28361 position "t"
28362 hor_pos "c"
28363 has_inner_box 1
28364 inner_pos "c"
28365 use_parbox 0
28366 width "30col%"
28367 special "none"
28368 height "1in"
28369 height_special "totalheight"
28370 status open
28371
28372 \begin_layout Plain Layout
28373 \align center
28374 \begin_inset Tabular
28375 <lyxtabular version="3" rows="3" columns="4">
28376 <features>
28377 <column alignment="center" valignment="top" width="0pt">
28378 <column alignment="center" valignment="top" width="0pt">
28379 <column alignment="center" valignment="top" width="0pt">
28380 <column alignment="center" valignment="top" width="0pt">
28381 <row>
28382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28383 \begin_inset Text
28384
28385 \begin_layout Plain Layout
28386 1
28387 \end_layout
28388
28389 \end_inset
28390 </cell>
28391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28392 \begin_inset Text
28393
28394 \begin_layout Plain Layout
28395 2
28396 \end_layout
28397
28398 \end_inset
28399 </cell>
28400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28401 \begin_inset Text
28402
28403 \begin_layout Plain Layout
28404 3
28405 \begin_inset Foot
28406 status open
28407
28408 \begin_layout Plain Layout
28409 Nota al pie en una tabla..
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \end_inset
28418 </cell>
28419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28420 \begin_inset Text
28421
28422 \begin_layout Plain Layout
28423 4
28424 \end_layout
28425
28426 \end_inset
28427 </cell>
28428 </row>
28429 <row>
28430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Plain Layout
28434 a
28435 \end_layout
28436
28437 \end_inset
28438 </cell>
28439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28440 \begin_inset Text
28441
28442 \begin_layout Plain Layout
28443 b
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Plain Layout
28452 c
28453 \end_layout
28454
28455 \end_inset
28456 </cell>
28457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Plain Layout
28461 d
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 </row>
28467 <row>
28468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Plain Layout
28472 e
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Plain Layout
28481 f
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28487 \begin_inset Text
28488
28489 \begin_layout Plain Layout
28490 g
28491 \end_layout
28492
28493 \end_inset
28494 </cell>
28495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499 h
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 </row>
28505 </lyxtabular>
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \begin_inset VSpace bigskip
28519 \end_inset
28520
28521 La configuración global de párrafos se ignora en las minipáginas.
28522  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28523  pongas p.
28524 \begin_inset space \thinspace{}
28525 \end_inset
28526
28527 e.
28528 \begin_inset space ~
28529 \end_inset
28530
28531
28532 \family sans
28533 Salto
28534 \begin_inset space ~
28535 \end_inset
28536
28537 medio
28538 \family default
28539  en la configuración del documento.
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Las minipáginas también sirven para poner un color de fondo para partes
28544  de texto, ver sección
28545 \begin_inset space ~
28546 \end_inset
28547
28548
28549 \begin_inset CommandInset ref
28550 LatexCommand ref
28551 reference "sub:Color-en-Párrafos"
28552
28553 \end_inset
28554
28555 .
28556 \end_layout
28557
28558 \begin_layout Standard
28559 \begin_inset Note Greyedout
28560 status open
28561
28562 \begin_layout Plain Layout
28563
28564 \series bold
28565 Nota:
28566 \series default
28567  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28568  tener minipáginas en tablas, flotantes, y otros cuadros.
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Section
28577 Cuadros de párrafo
28578 \begin_inset CommandInset label
28579 LatexCommand label
28580 name "sec:Cuadros-de-Párrafo"
28581
28582 \end_inset
28583
28584
28585 \begin_inset Index
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589 Cuadros ! de párrafo
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28599  de que no pueden contener notas al pie.
28600   La diferencia principal es que las minipáginas no son verdaderos cuadros
28601  sino entornos de LaTeX.
28602 \end_layout
28603
28604 \begin_layout Standard
28605 \align center
28606 \begin_inset Box Frameless
28607 position "t"
28608 hor_pos "c"
28609 has_inner_box 1
28610 inner_pos "t"
28611 use_parbox 1
28612 width "33col%"
28613 special "none"
28614 height "1in"
28615 height_special "totalheight"
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619 Texto en un cuadro de párrafo.
28620  Texto en un cuadro de párrafo.
28621  Esta nota no aparece:
28622 \begin_inset Foot
28623 status open
28624
28625 \begin_layout Plain Layout
28626 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Section
28640 Cuadros para palabras y caracteres
28641 \begin_inset Index
28642 status collapsed
28643
28644 \begin_layout Plain Layout
28645 Cuadros ! para palabras y caracteres
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \begin_layout Subsection
28654 Evitar la partición de palabras
28655 \begin_inset CommandInset label
28656 LatexCommand label
28657 name "sec:Evitar-la-Partición"
28658
28659 \end_inset
28660
28661
28662 \begin_inset Index
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Cuadros ! para evitar la partición de palabras
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28676  con guión.
28677 \begin_inset Newline newline
28678 \end_inset
28679
28680 He aquí un ejemplo:
28681 \end_layout
28682
28683 \begin_layout Standard
28684 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28685 \begin_inset Quotes eld
28686 \end_inset
28687
28688 estalarguísimapalabra
28689 \begin_inset Quotes erd
28690 \end_inset
28691
28692 .
28693 \end_layout
28694
28695 \begin_layout Standard
28696 Para evitar su división usa el comando
28697 \end_layout
28698
28699 \begin_layout Standard
28700
28701 \series bold
28702
28703 \backslash
28704 mbox{
28705 \end_layout
28706
28707 \begin_layout Standard
28708 en ERT antes de la palabra.
28709  Tras ella inserta una llave de cierre 
28710 \begin_inset Quotes eld
28711 \end_inset
28712
28713
28714 \series bold
28715 }
28716 \series default
28717
28718 \begin_inset Quotes erd
28719 \end_inset
28720
28721  en ERT.
28722 \end_layout
28723
28724 \begin_layout Standard
28725 Este es el resultado:
28726 \end_layout
28727
28728 \begin_layout Standard
28729 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28730 \begin_inset ERT
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734
28735
28736 \backslash
28737 mbox{
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \begin_inset Quotes eld
28744 \end_inset
28745
28746 estalarguísimapalabra
28747 \begin_inset Quotes erd
28748 \end_inset
28749
28750 .
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756 }
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Standard
28765 Como alternativa puedes poner el comando 
28766 \begin_inset Quotes eld
28767 \end_inset
28768
28769
28770 \series bold
28771
28772 \backslash
28773 -
28774 \series default
28775
28776 \begin_inset Quotes grd
28777 \end_inset
28778
28779  en ERT directamente antes de la palabra:
28780 \end_layout
28781
28782 \begin_layout Standard
28783 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28784 \begin_inset Quotes eld
28785 \end_inset
28786
28787
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792
28793
28794 \backslash
28795 -
28796 \end_layout
28797
28798 \end_inset
28799
28800 estalarguísimapalabra
28801 \begin_inset Quotes erd
28802 \end_inset
28803
28804 .
28805 \end_layout
28806
28807 \begin_layout Standard
28808 Por supuesto, la palabra sobresale del margen.
28809  Para evitarlo añade, con el menú 
28810 \family sans
28811 Insertar\SpecialChar \menuseparator
28812 Formato
28813 \begin_inset space ~
28814 \end_inset
28815
28816 especial
28817 \begin_inset space ~
28818 \end_inset
28819
28820 \SpecialChar \menuseparator
28821 Salto
28822 \begin_inset space ~
28823 \end_inset
28824
28825 de
28826 \begin_inset space ~
28827 \end_inset
28828
28829
28830 \family default
28831 línea (atajo 
28832 \series bold
28833 Ctrl-Intro
28834 \series default
28835 ), un salto de línea antes de la palabra:
28836 \end_layout
28837
28838 \begin_layout Standard
28839 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28840 \begin_inset Newline newline
28841 \end_inset
28842
28843
28844 \begin_inset ERT
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849
28850 \backslash
28851 mbox{
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \begin_inset Quotes eld
28858 \end_inset
28859
28860 estalarguísimapalabra
28861 \begin_inset Quotes erd
28862 \end_inset
28863
28864 .
28865 \begin_inset ERT
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869
28870 }
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Subsection
28879 Alineación vertical
28880 \begin_inset CommandInset label
28881 LatexCommand label
28882 name "sub:Alineación-Vertical"
28883
28884 \end_inset
28885
28886
28887 \begin_inset Index
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Cuadros ! para alineación vertical
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Con ayuda del comando 
28901 \series bold
28902
28903 \backslash
28904 raisebox
28905 \series default
28906  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28907  
28908 \series bold
28909
28910 \backslash
28911 raisebox
28912 \series default
28913  se utiliza según el esquema:
28914 \end_layout
28915
28916 \begin_layout Standard
28917
28918 \series bold
28919
28920 \backslash
28921 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28922 \end_layout
28923
28924 \begin_layout Standard
28925 La elevación puede ser un valor positivo para subir el cuadro o negativo
28926  para bajarlo.
28927 \end_layout
28928
28929 \begin_layout Standard
28930 Para alinear una palabra, p.
28931 \begin_inset space \thinspace{}
28932 \end_inset
28933
28934 e
28935 \begin_inset space ~
28936 \end_inset
28937
28938
28939 \begin_inset Quotes eld
28940 \end_inset
28941
28942 prevención
28943 \begin_inset Quotes erd
28944 \end_inset
28945
28946  para que la parte inferior de la letra más 
28947 \begin_inset Quotes eld
28948 \end_inset
28949
28950 profunda
28951 \begin_inset Quotes erd
28952 \end_inset
28953
28954  
28955 \begin_inset Quotes eld
28956 \end_inset
28957
28958 p
28959 \begin_inset Quotes erd
28960 \end_inset
28961
28962  esté en la línea de base, inserta el comando
28963 \end_layout
28964
28965 \begin_layout Standard
28966
28967 \series bold
28968
28969 \backslash
28970 raisebox{
28971 \backslash
28972 depth}{
28973 \end_layout
28974
28975 \begin_layout Standard
28976 en ERT antes de la palabra.
28977  Detrás de la palabra inserta una llave de cierre 
28978 \begin_inset Quotes eld
28979 \end_inset
28980
28981
28982 \series bold
28983 }
28984 \series default
28985
28986 \begin_inset Quotes erd
28987 \end_inset
28988
28989  en ERT.
28990 \begin_inset Newline newline
28991 \end_inset
28992
28993 Este es el resultado:
28994 \end_layout
28995
28996 \begin_layout Standard
28997 Esto es una línea de texto con la palabra 
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 raisebox{
29006 \backslash
29007 depth}{
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \begin_inset Quotes eld
29014 \end_inset
29015
29016 prevención
29017 \begin_inset Quotes erd
29018 \end_inset
29019
29020
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026 }
29027 \end_layout
29028
29029 \end_inset
29030
29031  elevada.
29032 \end_layout
29033
29034 \begin_layout Standard
29035 \begin_inset VSpace bigskip
29036 \end_inset
29037
29038 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29039 \end_layout
29040
29041 \begin_layout Standard
29042 Esto es una línea de texto con la palabra 
29043 \begin_inset ERT
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047
29048
29049 \backslash
29050 raisebox{-
29051 \backslash
29052 depth}{
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \begin_inset Quotes eld
29059 \end_inset
29060
29061 prevención
29062 \begin_inset Quotes erd
29063 \end_inset
29064
29065
29066 \begin_inset ERT
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070
29071 }
29072 \end_layout
29073
29074 \end_inset
29075
29076  como palabra más baja.
29077 \begin_inset Newline newline
29078 \end_inset
29079
29080 Esto es una línea de texto con la palabra 
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086
29087 \backslash
29088 raisebox{0.5cm}{
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \begin_inset Quotes eld
29095 \end_inset
29096
29097 testigo
29098 \begin_inset Quotes erd
29099 \end_inset
29100
29101
29102 \begin_inset ERT
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106
29107 }
29108 \end_layout
29109
29110 \end_inset
29111
29112  como palabra más alta.
29113 \end_layout
29114
29115 \begin_layout Standard
29116 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29117  Por ejemplo
29118 \end_layout
29119
29120 \begin_layout Standard
29121
29122 \series bold
29123
29124 \backslash
29125 raisebox{-
29126 \backslash
29127 depth}[0pt]{
29128 \end_layout
29129
29130 \begin_layout Standard
29131 Esto es una línea de texto con la palabra 
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 raisebox{-
29140 \backslash
29141 depth}[0pt]{
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \begin_inset Quotes eld
29148 \end_inset
29149
29150 prevención
29151 \begin_inset Quotes erd
29152 \end_inset
29153
29154
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160 }
29161 \end_layout
29162
29163 \end_inset
29164
29165  como palabra más baja.
29166 \begin_inset Newline newline
29167 \end_inset
29168
29169 Esto es una línea de texto con la palabra 
29170 \begin_inset ERT
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174
29175
29176 \backslash
29177 raisebox{0.5cm}[0pt]{
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \begin_inset Quotes eld
29184 \end_inset
29185
29186 testigo
29187 \begin_inset Quotes erd
29188 \end_inset
29189
29190
29191 \begin_inset ERT
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195
29196 }
29197 \end_layout
29198
29199 \end_inset
29200
29201  como palabra más alta.
29202 \end_layout
29203
29204 \begin_layout Section
29205 Cuadros coloreados
29206 \begin_inset CommandInset label
29207 LatexCommand label
29208 name "sec:Cuadros-Coloreados"
29209
29210 \end_inset
29211
29212
29213 \begin_inset Index
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217 Cuadros ! Color
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Subsection
29226 Color en texto
29227 \begin_inset Index
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 Color ! en texto
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29241  Esto requiere cargar el paquete LaTeX 
29242 \series bold
29243 color
29244 \series default
29245
29246 \begin_inset Index
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 LaTeX-paquetes ! color
29251 \end_layout
29252
29253 \end_inset
29254
29255  en el preámbulo del documento con
29256 \end_layout
29257
29258 \begin_layout Standard
29259
29260 \series bold
29261
29262 \backslash
29263 @ifundef\SpecialChar \textcompwordmark{}
29264 ined{textcolor}
29265 \begin_inset Newline newline
29266 \end_inset
29267
29268
29269 \begin_inset ERT
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273
29274
29275 \backslash
29276 hphantom{ }
29277 \end_layout
29278
29279 \end_inset
29280
29281 {
29282 \backslash
29283 usepackage{color}}{}
29284 \end_layout
29285
29286 \begin_layout Standard
29287 LyX cargará automáticamente el paquete 
29288 \series bold
29289 color
29290 \series default
29291  cuando colorees texto
29292 \begin_inset Foot
29293 status collapsed
29294
29295 \begin_layout Plain Layout
29296 Para evitar cargarlo dos veces se usa el comando 
29297 \series bold
29298
29299 \backslash
29300 @ifundef\SpecialChar \textcompwordmark{}
29301 ined
29302 \series default
29303 .
29304 \end_layout
29305
29306 \end_inset
29307
29308 .
29309 \end_layout
29310
29311 \begin_layout Standard
29312 \begin_inset VSpace medskip
29313 \end_inset
29314
29315 Los cuadros coloreados se crean con el comando 
29316 \series bold
29317
29318 \backslash
29319 colorbox
29320 \series default
29321 , de acuerdo con el siguiente esquema:
29322 \end_layout
29323
29324 \begin_layout Standard
29325
29326 \series bold
29327
29328 \backslash
29329 colorbox{color}{contenido del cuadro}
29330 \end_layout
29331
29332 \begin_layout Standard
29333 El contenido también puede ser un cuadro y los cuadros coloreados también
29334  pueden estar en otros cuadros.
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Los siguientes colores están predefinidos:
29339 \begin_inset Newline newline
29340 \end_inset
29341
29342
29343 \family sans
29344 red
29345 \family default
29346
29347 \family sans
29348 green
29349 \family default
29350
29351 \family sans
29352 yellow, blue
29353 \family default
29354
29355 \family sans
29356 cyan
29357 \family default
29358 \series bold
29359 ,
29360 \series default
29361  
29362 \family sans
29363 magenta, black
29364 \family default
29365
29366 \family sans
29367 white
29368 \family default
29369 .
29370 \begin_inset Newline newline
29371 \end_inset
29372
29373 También puedes definir tus propios colores según se explica en la sección
29374 \begin_inset space ~
29375 \end_inset
29376
29377
29378 \begin_inset CommandInset ref
29379 LatexCommand ref
29380 reference "sec:Tablas-Coloreadas"
29381
29382 \end_inset
29383
29384 .
29385 \end_layout
29386
29387 \begin_layout Standard
29388 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29389 \end_layout
29390
29391 \begin_layout Standard
29392
29393 \series bold
29394
29395 \backslash
29396 colorbox{red}{
29397 \end_layout
29398
29399 \begin_layout Standard
29400 en ERT antes de la palabra.
29401  Tras la palabra inserta una llave de cierre 
29402 \begin_inset Quotes eld
29403 \end_inset
29404
29405
29406 \series bold
29407 }
29408 \series default
29409
29410 \begin_inset Quotes erd
29411 \end_inset
29412
29413  en ERT.
29414 \begin_inset Newline newline
29415 \end_inset
29416
29417 Este es el resultado:
29418 \end_layout
29419
29420 \begin_layout Standard
29421 Línea en la que la palabra 
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427
29428 \backslash
29429 colorbox{red}{
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \begin_inset Quotes eld
29436 \end_inset
29437
29438 ¡Atención!
29439 \begin_inset Quotes erd
29440 \end_inset
29441
29442
29443 \begin_inset ERT
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447
29448 }
29449 \end_layout
29450
29451 \end_inset
29452
29453  tiene fondo rojo.
29454 \end_layout
29455
29456 \begin_layout Standard
29457 \begin_inset VSpace bigskip
29458 \end_inset
29459
29460 Si quieres un marco de distinto color, puedes emplear el comando 
29461 \series bold
29462
29463 \backslash
29464 fcolorbox
29465 \series default
29466  con el esquema siguiente:
29467 \end_layout
29468
29469 \begin_layout Standard
29470
29471 \series bold
29472
29473 \backslash
29474 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29475 \end_layout
29476
29477 \begin_layout Standard
29478
29479 \series bold
29480
29481 \backslash
29482 fcolorbox
29483 \series default
29484  es una extensión de 
29485 \series bold
29486
29487 \backslash
29488 colorbox
29489 \series default
29490 .
29491  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29492  con las longitudes 
29493 \series bold
29494
29495 \backslash
29496 fboxrule
29497 \series default
29498  y 
29499 \series bold
29500
29501 \backslash
29502 fboxsep
29503 \series default
29504 , respectivamente, como se describe en la sección
29505 \begin_inset space ~
29506 \end_inset
29507
29508
29509 \begin_inset CommandInset ref
29510 LatexCommand ref
29511 reference "sec:Cuadros-Enmarcados"
29512
29513 \end_inset
29514
29515 .
29516 \end_layout
29517
29518 \begin_layout Standard
29519 Para el ejemplo siguiente se ha utilizado el comando
29520 \end_layout
29521
29522 \begin_layout Standard
29523
29524 \series bold
29525
29526 \backslash
29527 fcolorbox{cyan}{magenta}{
29528 \end_layout
29529
29530 \begin_layout Standard
29531 Este es un ejemplo en el que se ha puesto un grosor de 1
29532 \begin_inset space \thinspace{}
29533 \end_inset
29534
29535 mm para la línea del marco:
29536 \begin_inset Newline newline
29537 \end_inset
29538
29539
29540 \begin_inset ERT
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544
29545
29546 \backslash
29547 fboxrule 1mm 
29548 \backslash
29549 fboxsep 1mm
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \begin_inset ERT
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559
29560
29561 \backslash
29562 fcolorbox{cyan}{magenta}{
29563 \end_layout
29564
29565 \end_inset
29566
29567 Texto en un marco coloreado y enmarcado.
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573 }
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \begin_layout Standard
29582 \begin_inset VSpace bigskip
29583 \end_inset
29584
29585 Por supuesto también puedes colorear el texto en un marco coloreado:
29586 \begin_inset Newline newline
29587 \end_inset
29588
29589
29590 \begin_inset ERT
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594
29595
29596 \backslash
29597 fcolorbox{cyan}{magenta}{
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \color yellow
29604 Texto coloreado en un marco sombreado y coloreado.
29605 \color none
29606
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612 }
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset ERT
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622
29623
29624 \backslash
29625 fboxrule 0.4pt 
29626 \backslash
29627 fboxsep 3pt
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \begin_layout Standard
29636
29637 \series bold
29638 \begin_inset VSpace medskip
29639 \end_inset
29640
29641
29642 \end_layout
29643
29644 \begin_layout Standard
29645 \begin_inset Note Greyedout
29646 status open
29647
29648 \begin_layout Plain Layout
29649
29650 \series bold
29651 Nota:
29652 \series default
29653  El texto en cuadros coloreados no puede tener saltos de línea.
29654  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29655  coloreado como se describe a continuación.
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Subsection
29664 Color en párrafos
29665 \begin_inset CommandInset label
29666 LatexCommand label
29667 name "sub:Color-en-Párrafos"
29668
29669 \end_inset
29670
29671
29672 \begin_inset Index
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676 Color ! en párrafos
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Standard
29685 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29686  Antes de la minipágina inserta el comando 
29687 \series bold
29688
29689 \backslash
29690 colorbox
29691 \end_layout
29692
29693 \begin_layout Standard
29694
29695 \series bold
29696
29697 \backslash
29698 colorbox{color}{
29699 \end_layout
29700
29701 \begin_layout Standard
29702 en ERT.
29703  Detrás de la minipágina inserta una llave de cierre 
29704 \begin_inset Quotes eld
29705 \end_inset
29706
29707
29708 \series bold
29709 }
29710 \series default
29711
29712 \begin_inset Quotes erd
29713 \end_inset
29714
29715  en ERT.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 \begin_inset ERT
29720 status collapsed
29721
29722 \begin_layout Plain Layout
29723
29724
29725 \backslash
29726 colorbox{grisclaro}{
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \begin_inset Box Frameless
29733 position "t"
29734 hor_pos "c"
29735 has_inner_box 1
29736 inner_pos "t"
29737 use_parbox 0
29738 width "100col%"
29739 special "none"
29740 height "1in"
29741 height_special "totalheight"
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745 Texto con color de fondo.
29746  Texto con color de fondo.
29747 \end_layout
29748
29749 \begin_layout Plain Layout
29750 \begin_inset VSpace defskip
29751 \end_inset
29752
29753 El texto puede tener notas al pie
29754 \begin_inset Foot
29755 status open
29756
29757 \begin_layout Plain Layout
29758 Otro ejemplo de nota
29759 \end_layout
29760
29761 \end_inset
29762
29763  y puede incluir tablas y figuras.
29764 \end_layout
29765
29766 \begin_layout Plain Layout
29767 \align center
29768 \begin_inset Tabular
29769 <lyxtabular version="3" rows="3" columns="3">
29770 <features>
29771 <column alignment="center" valignment="top" width="0">
29772 <column alignment="center" valignment="top" width="0">
29773 <column alignment="center" valignment="top" width="0">
29774 <row>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Plain Layout
29779 a
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788 !
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Plain Layout
29797 3
29798 \end_layout
29799
29800 \end_inset
29801 </cell>
29802 </row>
29803 <row>
29804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Plain Layout
29808 <
29809 \end_layout
29810
29811 \end_inset
29812 </cell>
29813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29814 \begin_inset Text
29815
29816 \begin_layout Plain Layout
29817 b2
29818 \begin_inset Quotes erd
29819 \end_inset
29820
29821 |
29822 \end_layout
29823
29824 \end_inset
29825 </cell>
29826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29827 \begin_inset Text
29828
29829 \begin_layout Plain Layout
29830 >
29831 \end_layout
29832
29833 \end_inset
29834 </cell>
29835 </row>
29836 <row>
29837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29838 \begin_inset Text
29839
29840 \begin_layout Plain Layout
29841 1
29842 \end_layout
29843
29844 \end_inset
29845 </cell>
29846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29847 \begin_inset Text
29848
29849 \begin_layout Plain Layout
29850 §
29851 \end_layout
29852
29853 \end_inset
29854 </cell>
29855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29856 \begin_inset Text
29857
29858 \begin_layout Plain Layout
29859 c
29860 \end_layout
29861
29862 \end_inset
29863 </cell>
29864 </row>
29865 </lyxtabular>
29866
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880 }
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Section
29889 Cuadros rotados y escalados
29890 \end_layout
29891
29892 \begin_layout Standard
29893 Para poder usar los comandos descritos en esta sección hay que cargar el
29894  paquete LaTeX 
29895 \series bold
29896 graphicx
29897 \begin_inset Index
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901 LaTeX-paquetes ! graphicx
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \series default
29908  en el preámbulo del documento, con el comando
29909 \end_layout
29910
29911 \begin_layout Standard
29912
29913 \series bold
29914
29915 \backslash
29916 @ifundefined{rotatebox}
29917 \begin_inset Newline newline
29918 \end_inset
29919
29920
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926
29927 \backslash
29928 hphantom{ }
29929 \end_layout
29930
29931 \end_inset
29932
29933 {
29934 \backslash
29935 usepackage{graphicx}}{}
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \begin_inset Note Greyedout
29940 status open
29941
29942 \begin_layout Plain Layout
29943
29944 \series bold
29945 Nota: 
29946 \series default
29947 Algunos visores DVI no pueden mostrar material rotado o escalado.
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \end_layout
29954
29955 \begin_layout Standard
29956 \begin_inset Note Greyedout
29957 status open
29958
29959 \begin_layout Plain Layout
29960
29961 \series bold
29962 Nota:
29963 \series default
29964  Los cuadros rotados o escalados no pueden contener flotantes.
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \end_layout
29971
29972 \begin_layout Subsection
29973 Cuadros rotados
29974 \begin_inset Index
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Cuadros ! Rotar
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \begin_inset Index
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988 Material rotado
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \begin_inset Index
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998 Figuras ! Rotar
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \begin_inset Index
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Tablas ! Rotar
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Standard
30017 Para rotar material debes ponerlo en un cuadro rotado.
30018  Los cuadros rotados se crean con el comando 
30019 \series bold
30020
30021 \backslash
30022 rotatebox
30023 \series default
30024  en código TeX, según el esquema:
30025 \end_layout
30026
30027 \begin_layout Standard
30028
30029 \series bold
30030
30031 \backslash
30032 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30033 \end_layout
30034
30035 \begin_layout Standard
30036 El origen de rotación se especifica en la forma 
30037 \series bold
30038 origin=position
30039 \series default
30040 .
30041  Son posibles las posiciones siguientes: 
30042 \emph on
30043 c
30044 \emph default
30045  (center), 
30046 \emph on
30047 l
30048 \emph default
30049  (left), 
30050 \emph on
30051 r
30052 \emph default
30053  (right), 
30054 \emph on
30055 b
30056 \emph default
30057  (bottom), 
30058 \emph on
30059 t
30060 \emph default
30061  (top), así como combinaciones adecuadas de las posiciones básicas.
30062  Por ejemplo, 
30063 \emph on
30064 lt
30065 \emph default
30066  significa que el origen de rotación es la esquina superior izquierda del
30067  cuadro.
30068  Si no se especifica origen de rotación se usará la posición 
30069 \emph on
30070 l
30071 \emph default
30072 .
30073  El ángulo de rotación es un número de grados, y puede ser negativo.
30074  El sentido de giro es contrario al de las agujas del reloj.
30075 \end_layout
30076
30077 \begin_layout Standard
30078 En el siguiente ejemplo se ha insertado el comando 
30079 \series bold
30080
30081 \backslash
30082 rotatebox[origin=c]{60}{ 
30083 \series default
30084 como código TeX delante del texto «con rotación»; después del texto, el
30085  cuadro se ha cerrado con llave de cierre en código TeX.
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Esta línea contiene texto 
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095
30096 \backslash
30097 rotatebox[origin=c]{60}{
30098 \end_layout
30099
30100 \end_inset
30101
30102 con rotación
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108 }
30109 \end_layout
30110
30111 \end_inset
30112
30113 .
30114 \end_layout
30115
30116 \begin_layout Standard
30117 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30118  línea:
30119 \end_layout
30120
30121 \begin_layout Standard
30122 En esta línea hay texto enmarcado 
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128
30129 \backslash
30130 rotatebox[origin=r]{-60}{
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \begin_inset Box Doublebox
30137 position "c"
30138 hor_pos "c"
30139 has_inner_box 0
30140 inner_pos "c"
30141 use_parbox 0
30142 width "1in"
30143 special "width"
30144 height "1in"
30145 height_special "totalheight"
30146 status open
30147
30148 \begin_layout Plain Layout
30149 con rotación
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160 }
30161 \end_layout
30162
30163 \end_inset
30164
30165  y 
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171
30172 \backslash
30173 rotatebox[origin=lb]{60}{
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30180 \end_inset
30181
30182
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188 }
30189 \end_layout
30190
30191 \end_inset
30192
30193  una ecuación.
30194 \end_layout
30195
30196 \begin_layout Standard
30197 O una imagen o una tabla:
30198 \end_layout
30199
30200 \begin_layout Standard
30201 Aquí hay una imagen girada 
30202 \begin_inset ERT
30203 status collapsed
30204
30205 \begin_layout Plain Layout
30206
30207
30208 \backslash
30209 rotatebox[origin=lb]{90}{
30210 \end_layout
30211
30212 \end_inset
30213
30214
30215 \begin_inset Graphics
30216         filename ../clipart/platypus.eps
30217         lyxscale 50
30218         width 25col%
30219
30220 \end_inset
30221
30222
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 }
30229 \end_layout
30230
30231 \end_inset
30232
30233  y una tabla girada 
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239
30240 \backslash
30241 rotatebox[origin=l]{-90}{
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \begin_inset Tabular
30248 <lyxtabular version="3" rows="2" columns="2">
30249 <features>
30250 <column alignment="center" valignment="top" width="0">
30251 <column alignment="center" valignment="top" width="0">
30252 <row>
30253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30254 \begin_inset Text
30255
30256 \begin_layout Plain Layout
30257 q
30258 \end_layout
30259
30260 \end_inset
30261 </cell>
30262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30263 \begin_inset Text
30264
30265 \begin_layout Plain Layout
30266 w
30267 \end_layout
30268
30269 \end_inset
30270 </cell>
30271 </row>
30272 <row>
30273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30274 \begin_inset Text
30275
30276 \begin_layout Plain Layout
30277 e
30278 \end_layout
30279
30280 \end_inset
30281 </cell>
30282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30283 \begin_inset Text
30284
30285 \begin_layout Plain Layout
30286 r
30287 \end_layout
30288
30289 \end_inset
30290 </cell>
30291 </row>
30292 </lyxtabular>
30293
30294 \end_inset
30295
30296
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302 }
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \end_layout
30309
30310 \begin_layout Subsection
30311 Cuadros escalados
30312 \begin_inset Index
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316 Cuadros ! Escalar
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Index
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 Material escalado
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \begin_inset Index
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336 Figuras ! Escalar
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \begin_inset Index
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346 Tablas ! Escalar
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Standard
30355 Para escalar material se pueden usar los comandos 
30356 \series bold
30357
30358 \backslash
30359 scalebox
30360 \series default
30361  y 
30362 \series bold
30363
30364 \backslash
30365 resizebox 
30366 \series default
30367 en código TeX.
30368 \end_layout
30369
30370 \begin_layout Standard
30371
30372 \series bold
30373
30374 \backslash
30375 scalebox
30376 \series default
30377  se usa con el esquema siguiente:
30378 \end_layout
30379
30380 \begin_layout Standard
30381
30382 \series bold
30383
30384 \backslash
30385 scalebox{horizontal}[vertical]{contenido del cuadro}
30386 \end_layout
30387
30388 \begin_layout Standard
30389 Horizontal y vertical son los factores de escala correspondientes.
30390  Si no se especifica factor vertical, su valor será el mismo que el factor
30391  de escala horizontal.
30392  
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Por ejemplo, el comando 
30397 \series bold
30398
30399 \backslash
30400 scalebox{2}{Hola} 
30401 \series default
30402 crea un 
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408
30409 \backslash
30410 scalebox{2}{
30411 \end_layout
30412
30413 \end_inset
30414
30415 Hola
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 }
30422 \end_layout
30423
30424 \end_inset
30425
30426  de doble tamaño que el texto normal del documento.
30427 \end_layout
30428
30429 \begin_layout Standard
30430 El comando 
30431 \series bold
30432
30433 \backslash
30434 scalebox{2}[1]{Hola} 
30435 \series default
30436 distorsiona el 
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 scalebox{2}[1]{
30445 \end_layout
30446
30447 \end_inset
30448
30449 Hola
30450 \begin_inset ERT
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454
30455 }
30456 \end_layout
30457
30458 \end_inset
30459
30460 .
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30465  Por eso el comando 
30466 \series bold
30467
30468 \backslash
30469 scalebox{-1}[1]{Hola} 
30470 \series default
30471 puede usarse para reflejar un texto: 
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477
30478 \backslash
30479 scalebox{-1}[1]{
30480 \end_layout
30481
30482 \end_inset
30483
30484 Hola
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495 .
30496 \end_layout
30497
30498 \begin_layout Standard
30499
30500 \series bold
30501
30502 \backslash
30503 scalebox{1}[-1]{Hola} 
30504 \series default
30505 refleja el 
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511
30512 \backslash
30513 scalebox{1}[-1]{
30514 \end_layout
30515
30516 \end_inset
30517
30518 Hola
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524 }
30525 \end_layout
30526
30527 \end_inset
30528
30529  sobre la base.
30530 \end_layout
30531
30532 \begin_layout Standard
30533 El comando 
30534 \series bold
30535
30536 \backslash
30537 scalebox{-1}[1]{contenido del cuadro} 
30538 \series default
30539 puede sustituirse por 
30540 \series bold
30541
30542 \begin_inset Newline newline
30543 \end_inset
30544
30545
30546 \backslash
30547 reflectbox{contenido del cuadro}
30548 \begin_inset VSpace defskip
30549 \end_inset
30550
30551
30552 \end_layout
30553
30554 \begin_layout Standard
30555 El comando 
30556 \series bold
30557
30558 \backslash
30559 resizebox
30560 \series default
30561  sirve para escalar el cuadro a una altura y anchura definidas, según el
30562  esquema:
30563 \end_layout
30564
30565 \begin_layout Standard
30566
30567 \series bold
30568
30569 \backslash
30570 resizebox{anchura}{altura}{contenido del cuadro}
30571 \end_layout
30572
30573 \begin_layout Standard
30574 Si uno de los argumentos del comando es un signo de exclamación, 
30575 \series bold
30576 !
30577 \series default
30578 , la escala se produce de forma que se mantiene la relación de las dimensiones
30579  originales del contenido del cuadro.
30580  
30581 \end_layout
30582
30583 \begin_layout Standard
30584 El comando 
30585 \series bold
30586
30587 \backslash
30588 resizebox{2cm}{1cm}{Hola}
30589 \series default
30590  genera: 
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 resizebox{2cm}{1cm}{
30599 \end_layout
30600
30601 \end_inset
30602
30603 Hola
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609 }
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \begin_inset Newline newline
30616 \end_inset
30617
30618 El comando 
30619 \series bold
30620
30621 \backslash
30622 resizebox{2cm}{!}{Hola}
30623 \series default
30624  genera: 
30625 \begin_inset ERT
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629
30630
30631 \backslash
30632 resizebox{2cm}{!}{
30633 \end_layout
30634
30635 \end_inset
30636
30637 Hola
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643 }
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Standard
30652 \begin_inset VSpace defskip
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 \begin_inset Note Greyedout
30660 status open
30661
30662 \begin_layout Plain Layout
30663
30664 \series bold
30665 Nota: 
30666 \series default
30667 Si los argumentos de 
30668 \series bold
30669
30670 \backslash
30671 scalebox
30672 \series default
30673  o 
30674 \series bold
30675
30676 \backslash
30677 resizebox
30678 \series default
30679  son cero, no se generan errores de LaTeX al exportar el documento, pero
30680  puede suceder que la salida no se muestre o que sea incompleta.
30681  
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \begin_inset VSpace defskip
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Los cuadros se pueden combinar en cualquier orden.
30695  Por ejemplo, el comando
30696 \series bold
30697
30698 \begin_inset Newline newline
30699 \end_inset
30700
30701
30702 \backslash
30703 rotatebox[origin=c]{-45}{
30704 \backslash
30705 resizebox{2cm}{!}{
30706 \backslash
30707 reflectbox{Hola}}}
30708 \begin_inset Newline newline
30709 \end_inset
30710
30711
30712 \series default
30713 genera:
30714 \end_layout
30715
30716 \begin_layout Standard
30717 \noindent
30718 \align center
30719 \begin_inset ERT
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723
30724
30725 \backslash
30726 rotatebox[origin=c]{-45}{
30727 \backslash
30728 resizebox{2cm}{!}{
30729 \backslash
30730 reflectbox{
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 \noindent
30751 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30752 \end_layout
30753
30754 \begin_layout Standard
30755 \noindent
30756
30757 \end_layout
30758
30759 \begin_layout Standard
30760 \align center
30761 \begin_inset ERT
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766
30767 \backslash
30768 rotatebox[origin=c]{-30}{
30769 \backslash
30770 resizebox{2cm}{!}{
30771 \backslash
30772 reflectbox{
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \begin_inset Graphics
30779         filename ../clipart/platypus.eps
30780         lyxscale 50
30781         width 25col%
30782
30783 \end_inset
30784
30785
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791 }}}
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \begin_inset ERT
30798 status collapsed
30799
30800 \begin_layout Plain Layout
30801
30802
30803 \backslash
30804 rotatebox[origin=c]{-45}{
30805 \backslash
30806 resizebox{2cm}{!}{
30807 \backslash
30808 reflectbox{
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \begin_inset Tabular
30815 <lyxtabular version="3" rows="2" columns="2">
30816 <features>
30817 <column alignment="center" valignment="top" width="0">
30818 <column alignment="center" valignment="top" width="0">
30819 <row>
30820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824 q
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Plain Layout
30833 w
30834 \end_layout
30835
30836 \end_inset
30837 </cell>
30838 </row>
30839 <row>
30840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30841 \begin_inset Text
30842
30843 \begin_layout Plain Layout
30844 e
30845 \end_layout
30846
30847 \end_inset
30848 </cell>
30849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853 r
30854 \end_layout
30855
30856 \end_inset
30857 </cell>
30858 </row>
30859 </lyxtabular>
30860
30861 \end_inset
30862
30863
30864 \begin_inset ERT
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868
30869 }}}
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 rotatebox[origin=c]{-45}{
30883 \backslash
30884 resizebox{2cm}{!}{
30885 \backslash
30886 reflectbox{
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30893 \end_inset
30894
30895
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901 }}}
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Si se usa el estilo global 
30911 \series bold
30912 fleqn
30913 \series default
30914  para las ecuaciones del documento
30915 \begin_inset Foot
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919 Si «fleqn» se añade a las opciones de clase del documento.
30920 \end_layout
30921
30922 \end_inset
30923
30924 , también pueden escalarse las ecuaciones en estilo presentación.
30925 \end_layout
30926
30927 \begin_layout Chapter
30928 Archivo
30929 \begin_inset Index
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 Archivo, insertar
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \end_layout
30940
30941 \begin_layout Standard
30942 Con el menú 
30943 \family sans
30944 Insertar\SpecialChar \menuseparator
30945 Archivo 
30946 \family default
30947 se pueden insertar archivos externos en un documento.
30948  Estos pueden ser:
30949 \end_layout
30950
30951 \begin_layout Description
30952 Documento
30953 \begin_inset space ~
30954 \end_inset
30955
30956 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30957 \end_layout
30958
30959 \begin_layout Description
30960 Texto
30961 \begin_inset space ~
30962 \end_inset
30963
30964 simple
30965 \begin_inset space ~
30966 \end_inset
30967
30968 como
30969 \begin_inset space ~
30970 \end_inset
30971
30972 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30973  como un nuevo párrafo.
30974 \end_layout
30975
30976 \begin_layout Description
30977 Texto
30978 \begin_inset space ~
30979 \end_inset
30980
30981 simple
30982 \begin_inset space ~
30983 \end_inset
30984
30985 como
30986 \begin_inset space ~
30987 \end_inset
30988
30989 párrafos Un documento de texto; cada línea del texto se inserta tal como
30990  está, formando un solo párrafo.
30991  Las líneas vacías generan un nuevo párrafo en tu documento.
30992 \end_layout
30993
30994 \begin_layout Description
30995 Material
30996 \begin_inset space ~
30997 \end_inset
30998
30999 externo Archivos en diversos formatos.
31000 \end_layout
31001
31002 \begin_layout Description
31003 Documento
31004 \begin_inset space ~
31005 \end_inset
31006
31007 hijo Documentos LyX, LaTeX o texto simple.
31008 \end_layout
31009
31010 \begin_layout Section
31011 Material externo
31012 \begin_inset Index
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016 Material externo
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \begin_layout Standard
31025 Esta característica te permite insertar archivos en tu documento sin convertirlo
31026 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31027  las necesarias conversiones.
31028  Esto es parecido a la inserción de imágenes en diversos formatos en los
31029  documentos LyX.
31030 \end_layout
31031
31032 \begin_layout Standard
31033 El material externo se puede insertar mediante el diálogo que surge a partir
31034  del menú 
31035 \family sans
31036 Insertar\SpecialChar \menuseparator
31037 Archivo\SpecialChar \menuseparator
31038 Material
31039 \begin_inset space ~
31040 \end_inset
31041
31042 externo
31043 \family default
31044 .
31045  Actualmente se permiten los siguientes tipos de archivo (
31046 \family sans
31047 Plantillas
31048 \family default
31049 ):
31050 \end_layout
31051
31052 \begin_layout Description
31053 Diagrama
31054 \begin_inset space ~
31055 \end_inset
31056
31057 de
31058 \begin_inset space ~
31059 \end_inset
31060
31061 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31062  con el programa 
31063 \series bold
31064
31065 \begin_inset CommandInset href
31066 LatexCommand href
31067 name "XBoard"
31068 target "http://en.wikipedia.org/wiki/XBoard"
31069
31070 \end_inset
31071
31072
31073 \series default
31074 .
31075 \end_layout
31076
31077 \begin_layout Description
31078 Fecha Esta inserta la fecha en el formato 
31079 \emph on
31080 Día-Mes-Año.
31081
31082 \emph default
31083  A continuación hay una fecha insertada como material externo: 
31084 \begin_inset External
31085         template Date
31086         filename .
31087
31088 \end_inset
31089
31090
31091 \lang english
31092
31093 \begin_inset space ~
31094 \end_inset
31095
31096
31097 \begin_inset Note Note
31098 status open
31099
31100 \begin_layout Plain Layout
31101
31102 \lang english
31103 Remove the protected space when bug 4398 is fixed!
31104 \end_layout
31105
31106 \end_inset
31107
31108
31109 \lang spanish
31110
31111 \begin_inset Newline newline
31112 \end_inset
31113
31114 La fecha no se muestra en LyX, sólo en la salida.
31115  Hay otros dos métodos de insertar una fecha, con el menú 
31116 \family sans
31117 Insertar\SpecialChar \menuseparator
31118 Fecha
31119 \family default
31120  y con el comando LaTeX 
31121 \series bold
31122
31123 \backslash
31124 today
31125 \series default
31126  en ERT.
31127  Los distintos métodos se comparan en la tabla
31128 \begin_inset space ~
31129 \end_inset
31130
31131
31132 \begin_inset CommandInset ref
31133 LatexCommand ref
31134 reference "tab:Comparación-de"
31135
31136 \end_inset
31137
31138 .
31139 \end_layout
31140
31141 \begin_layout Description
31142 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31143 \begin_inset Newline linebreak
31144 \end_inset
31145
31146
31147 \series bold
31148
31149 \begin_inset CommandInset href
31150 LatexCommand href
31151 name "LilyPond"
31152 target "http://en.wikipedia.org/wiki/LilyPond"
31153
31154 \end_inset
31155
31156
31157 \series default
31158 .
31159 \end_layout
31160
31161 \begin_layout Description
31162 RasterImage Sirve para insertar imágenes bitmap.
31163  Casi todos los formatos populares de imágenes están soportados.
31164  Las imágenes se pueden tratar en el diálogo 
31165 \family sans
31166 Material Externo
31167 \family default
31168  como las que habitualmente se incluyen mediante el diálogo 
31169 \family sans
31170 Gráficos
31171 \family default
31172 , tal como se explica en la sección
31173 \begin_inset space ~
31174 \end_inset
31175
31176
31177 \begin_inset CommandInset ref
31178 LatexCommand ref
31179 reference "sec:Diálogo-Gráficos"
31180
31181 \end_inset
31182
31183 .
31184  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31185  PDF y EPS no están soportadas.
31186 \end_layout
31187
31188 \begin_layout Description
31189 XFig Esta plantilla soporta imágenes creadas con el programa 
31190 \series bold
31191
31192 \begin_inset CommandInset href
31193 LatexCommand href
31194 name "Xfig"
31195 target "http://en.wikipedia.org/wiki/Xfig"
31196
31197 \end_inset
31198
31199
31200 \series default
31201 .
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset Float table
31206 placement h
31207 wide false
31208 sideways false
31209 status open
31210
31211 \begin_layout Plain Layout
31212 \begin_inset Caption
31213
31214 \begin_layout Plain Layout
31215 \begin_inset CommandInset label
31216 LatexCommand label
31217 name "tab:Comparación-de"
31218
31219 \end_inset
31220
31221 Comparación de los métodos de inserción de fecha.
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Plain Layout
31230 \align center
31231 \begin_inset Tabular
31232 <lyxtabular version="3" rows="4" columns="4">
31233 <features>
31234 <column alignment="center" valignment="top" width="0">
31235 <column alignment="center" valignment="top" width="0">
31236 <column alignment="center" valignment="top" width="0">
31237 <column alignment="center" valignment="top" width="0">
31238 <row>
31239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31240 \begin_inset Text
31241
31242 \begin_layout Plain Layout
31243 Tipo del Documento
31244 \end_layout
31245
31246 \end_inset
31247 </cell>
31248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31249 \begin_inset Text
31250
31251 \begin_layout Plain Layout
31252
31253 \family sans
31254 Material Externo\SpecialChar \menuseparator
31255 Fecha
31256 \end_layout
31257
31258 \end_inset
31259 </cell>
31260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31261 \begin_inset Text
31262
31263 \begin_layout Plain Layout
31264
31265 \family sans
31266 Insertar\SpecialChar \menuseparator
31267 Fecha
31268 \end_layout
31269
31270 \end_inset
31271 </cell>
31272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Plain Layout
31276 comando 
31277 \series bold
31278
31279 \backslash
31280 today
31281 \end_layout
31282
31283 \end_inset
31284 </cell>
31285 </row>
31286 <row>
31287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31288 \begin_inset Text
31289
31290 \begin_layout Plain Layout
31291 LyX
31292 \end_layout
31293
31294 \end_inset
31295 </cell>
31296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31297 \begin_inset Text
31298
31299 \begin_layout Plain Layout
31300 como cuadro
31301 \end_layout
31302
31303 \end_inset
31304 </cell>
31305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31306 \begin_inset Text
31307
31308 \begin_layout Plain Layout
31309 como fecha
31310 \end_layout
31311
31312 \end_inset
31313 </cell>
31314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31315 \begin_inset Text
31316
31317 \begin_layout Plain Layout
31318 como cuadro ERT
31319 \end_layout
31320
31321 \end_inset
31322 </cell>
31323 </row>
31324 <row>
31325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31326 \begin_inset Text
31327
31328 \begin_layout Plain Layout
31329 LaTeX
31330 \end_layout
31331
31332 \end_inset
31333 </cell>
31334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31335 \begin_inset Text
31336
31337 \begin_layout Plain Layout
31338 como fecha
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Plain Layout
31347 como fecha
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31353 \begin_inset Text
31354
31355 \begin_layout Plain Layout
31356 como comando
31357 \end_layout
31358
31359 \end_inset
31360 </cell>
31361 </row>
31362 <row>
31363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367 DVI, PDF, PS
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31373 \begin_inset Text
31374
31375 \begin_layout Plain Layout
31376 como fecha
31377 \end_layout
31378
31379 \end_inset
31380 </cell>
31381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31382 \begin_inset Text
31383
31384 \begin_layout Plain Layout
31385 como fecha
31386 \end_layout
31387
31388 \end_inset
31389 </cell>
31390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31391 \begin_inset Text
31392
31393 \begin_layout Plain Layout
31394 como fecha
31395 \end_layout
31396
31397 \end_inset
31398 </cell>
31399 </row>
31400 </lyxtabular>
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Standard
31413 Si utilizas la opción 
31414 \family sans
31415 Borrador
31416 \family default
31417  en la solapa 
31418 \family sans
31419 Archivo
31420 \family default
31421  del diálogo 
31422 \family sans
31423 Material Externo
31424 \family default
31425 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31426 \family sans
31427
31428 \begin_inset Newline newline
31429 \end_inset
31430
31431
31432 \family default
31433 El material externo se muestra en LyX como un cuadro del tipo:
31434 \family sans
31435  
31436 \family default
31437
31438 \begin_inset Graphics
31439         filename clipart/MaterialExternoQt4.png
31440         scale 80
31441
31442 \end_inset
31443
31444  o como imagen, según la configuración elegida en la solapa 
31445 \family sans
31446 Vista
31447 \begin_inset space ~
31448 \end_inset
31449
31450 LyX 
31451 \family default
31452 del diálogo 
31453 \family sans
31454 Material Externo.
31455 \end_layout
31456
31457 \begin_layout Standard
31458 En el manual 
31459 \emph on
31460 Personalización
31461 \emph default
31462  se explica cómo definir tus propias plantillas.
31463 \end_layout
31464
31465 \begin_layout Section
31466 Documento hijo
31467 \begin_inset CommandInset label
31468 LatexCommand label
31469 name "sec:Documento-Hijo"
31470
31471 \end_inset
31472
31473
31474 \begin_inset Index
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 Documento hijo
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487 Los documentos hijos se emplean en el caso de tener un documento extenso
31488  compuesto por varias partes o secciones más grandes.
31489  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31490  en varios archivos que pueden ser revisados por separado.
31491  Estos archivos se conocen como documentos hijos, y el llamado documento
31492  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31493  
31494 \end_layout
31495
31496 \begin_layout Standard
31497 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31498  cuadros del tipo: 
31499 \begin_inset Graphics
31500         filename clipart/DocumentoHijoQt4.png
31501         scale 80
31502
31503 \end_inset
31504
31505 .
31506  Para incluir documentos hijos en un documento maestro utiliza el menú 
31507 \family sans
31508 Insertar
31509 \family default
31510 \SpecialChar \menuseparator
31511
31512 \family sans
31513 Archivo
31514 \family default
31515 \SpecialChar \menuseparator
31516
31517 \family sans
31518 Documento
31519 \begin_inset space ~
31520 \end_inset
31521
31522 hijo
31523 \family default
31524 .
31525  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31526 \end_layout
31527
31528 \begin_layout Description
31529 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31530  Al pulsar el botón 
31531 \family sans
31532 Cargar
31533 \family default
31534  en el diálogo 
31535 \family sans
31536 Documento hijo
31537 \family default
31538 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31539  la ventana de LyX y así puedes modificarlos si quieres.
31540 \end_layout
31541
31542 \begin_layout Standard
31543 Aquí hay un archivo insertado con el método 
31544 \family sans
31545 Incluir
31546 \family default
31547
31548 \begin_inset CommandInset include
31549 LatexCommand include
31550 filename "DocumentoPostizo1.lyx"
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Standard
31558 La numeración de secciones tiene en cuenta las secciones de los archivos
31559  incluidos en el orden en que están insertados en el documento maestro.
31560  El documento incluido de ejemplo tiene una subsección que se numera como
31561  subsección de la presente sección.
31562  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31563 \begin_inset space ~
31564 \end_inset
31565
31566
31567 \begin_inset CommandInset ref
31568 LatexCommand ref
31569 reference "sub:Subsección-Externa-1"
31570
31571 \end_inset
31572
31573 .
31574 \end_layout
31575
31576 \begin_layout Standard
31577 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31578  del documento maestro.
31579  Los documentos incluidos se insertan comenzando una página nueva y acabando
31580  con un salto de página.
31581 \end_layout
31582
31583 \begin_layout Standard
31584 Con el comando LaTeX 
31585 \series bold
31586
31587 \backslash
31588 includeonly
31589 \series default
31590  puedes determinar qué documentos hijos serán procesados al generar la salida.
31591  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31592  un extenso documento y quieres ahorrar tiempo de compilación.
31593  
31594 \series bold
31595
31596 \backslash
31597 includeonly 
31598 \series default
31599 se inserta en el preámbulo del documento maestro, poniendo como argumento
31600  una lista de los nombres de archivo separados con comas, p.
31601 \begin_inset space \thinspace{}
31602 \end_inset
31603
31604 e.
31605  la orden:
31606 \end_layout
31607
31608 \begin_layout Standard
31609
31610 \series bold
31611
31612 \backslash
31613 includeonly{capítulo1,capítulo5}
31614 \end_layout
31615
31616 \begin_layout Standard
31617 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31618 \begin_inset Quotes eld
31619 \end_inset
31620
31621 capítulo1.lyx
31622 \begin_inset Quotes erd
31623 \end_inset
31624
31625  (o 
31626 \begin_inset Quotes eld
31627 \end_inset
31628
31629 capítulo1.tex
31630 \begin_inset Quotes erd
31631 \end_inset
31632
31633 ) y 
31634 \begin_inset Quotes eld
31635 \end_inset
31636
31637 capítulo5.lyx
31638 \begin_inset Quotes erd
31639 \end_inset
31640
31641 .
31642 \end_layout
31643
31644 \begin_layout Standard
31645 \begin_inset Note Greyedout
31646 status open
31647
31648 \begin_layout Plain Layout
31649
31650 \series bold
31651 Nota:
31652 \series default
31653  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31654  a la del documento maestro, recibirás una advertencia al exportar/ver el
31655  documento, ya que esto podría dar resultados inesperados.
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Description
31664 Entrada Este método es muy parecido al método 
31665 \family sans
31666 Incluir
31667 \family default
31668 .
31669  Las diferencias son:
31670 \end_layout
31671
31672 \begin_deeper
31673 \begin_layout Itemize
31674 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31675  un salto de página.
31676 \end_layout
31677
31678 \begin_layout Itemize
31679 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31680 \family sans
31681 Vista
31682 \begin_inset space ~
31683 \end_inset
31684
31685 preliminar
31686 \begin_inset space ~
31687 \end_inset
31688
31689 inmediata 
31690 \family default
31691 está activada en el diálogo 
31692 \family sans
31693 Herramientas\SpecialChar \menuseparator
31694 Preferencias
31695 \family default
31696 , apartado 
31697 \family sans
31698 Apariencia\SpecialChar \menuseparator
31699 Gráficos
31700 \family default
31701 .
31702 \end_layout
31703
31704 \begin_layout Itemize
31705 No se puede utilizar el comando LaTeX 
31706 \series bold
31707
31708 \backslash
31709 includeonly
31710 \series default
31711 .
31712 \end_layout
31713
31714 \end_deeper
31715 \begin_layout Standard
31716 Aquí hay un documento hijo insertado con el método 
31717 \family sans
31718 Entrada
31719 \family default
31720 :
31721 \end_layout
31722
31723 \begin_layout Standard
31724 \begin_inset CommandInset include
31725 LatexCommand input
31726 filename "DocumentoPostizo2.lyx"
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Description
31734 Literal Con este método se puede incluir todo archivo de texto.
31735  El archivo aparece en la salida con su código fuente, y si contiene comandos
31736  no se ejecutan.
31737  Con la opción 
31738 \family sans
31739 Marcar espacios en la salida
31740 \family default
31741  cada espacio en el código fuente se muestra en la salida con el carácter
31742  
31743 \begin_inset Quotes eld
31744 \end_inset
31745
31746
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 textvisiblespace
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \begin_inset Quotes erd
31761 \end_inset
31762
31763 .
31764  La diferencia con el método de inserción mediante el menú 
31765 \family sans
31766 Insertar
31767 \family default
31768 \SpecialChar \menuseparator
31769
31770 \family sans
31771 Archivo
31772 \family default
31773 \SpecialChar \menuseparator
31774
31775 \family sans
31776 Texto
31777 \begin_inset space ~
31778 \end_inset
31779
31780 simple
31781 \family default
31782  es que en este caso el contenido del archivo se ve en LyX, mientras que
31783  en modo 
31784 \family sans
31785 Literal 
31786 \family default
31787 no se muestra el contenido, sino un recuadro con el nombre.
31788
31789 \family sans
31790  
31791 \end_layout
31792
31793 \begin_layout Standard
31794 Aquí se inserta un documento hijo en modo Literal:
31795 \begin_inset CommandInset include
31796 LatexCommand verbatiminput
31797 filename "DocumentoTextoPostizo.txt"
31798
31799 \end_inset
31800
31801
31802 \begin_inset VSpace bigskip
31803 \end_inset
31804
31805
31806 \end_layout
31807
31808 \begin_layout Standard
31809 Aquí se inserta un documento hijo en modo Literal con la opción 
31810 \family sans
31811 Marcar espacios en la salida
31812 \family default
31813 :
31814 \begin_inset CommandInset include
31815 LatexCommand verbatiminput*
31816 filename "DocumentoTextoPostizo.txt"
31817
31818 \end_inset
31819
31820
31821 \begin_inset VSpace bigskip
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 \begin_inset Note Greyedout
31829 status open
31830
31831 \begin_layout Plain Layout
31832
31833 \series bold
31834 Nota:
31835 \series default
31836  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31837  incluidos en modo 
31838 \family sans
31839 literal
31840 \family default
31841  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31842  archivo de texto.
31843 \end_layout
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \begin_layout Description
31851 Listado
31852 \begin_inset space ~
31853 \end_inset
31854
31855 de
31856 \begin_inset space ~
31857 \end_inset
31858
31859 programa Este tipo se describe en el capítulo
31860 \begin_inset space ~
31861 \end_inset
31862
31863
31864 \begin_inset CommandInset ref
31865 LatexCommand ref
31866 reference "cha:Listado-de-programa"
31867
31868 \end_inset
31869
31870 .
31871 \end_layout
31872
31873 \begin_layout Standard
31874 \begin_inset Note Greyedout
31875 status open
31876
31877 \begin_layout Plain Layout
31878
31879 \series bold
31880 Nota:
31881 \series default
31882  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31883  problemas en LaTeX.
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \begin_layout Chapter
31892 Listado de programa
31893 \begin_inset CommandInset label
31894 LatexCommand label
31895 name "cha:Listado-de-programa"
31896
31897 \end_inset
31898
31899
31900 \begin_inset Index
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 Listado de programa
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \begin_inset Index
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914 Listado de programa ! list@
31915 \emph on
31916 listings
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \begin_inset Index
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926 Flotantes ! Listado de programa
31927 \end_layout
31928
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \begin_layout Standard
31935 Para incluir y tipografiar código de programación puedes usar la opción
31936  de menú disponible en 
31937 \family sans
31938 Insertar\SpecialChar \menuseparator
31939 Listado
31940 \begin_inset space ~
31941 \end_inset
31942
31943 de
31944 \begin_inset space ~
31945 \end_inset
31946
31947 programa.
31948  
31949 \family default
31950 El paquete LaTeX 
31951 \series bold
31952 listings
31953 \series default
31954
31955 \begin_inset Index
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959 LaTeX-paquetes ! listings
31960 \end_layout
31961
31962 \end_inset
31963
31964  provee un mecanismo potente y flexible para insertar código fuente en tu
31965  documento.
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31970  en el que puedes establecer el formato del mismo.
31971 \end_layout
31972
31973 \begin_layout Standard
31974 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
31975  La opción de ubicación 
31976 \family sans
31977 Listado
31978 \begin_inset space ~
31979 \end_inset
31980
31981 insertado
31982 \family default
31983  lo imprime en la línea, como este ejemplo: 
31984 \begin_inset listings
31985 lstparams "language={C++}"
31986 inline true
31987 status open
31988
31989 \begin_layout Plain Layout
31990
31991 \lang english
31992 int a=5;
31993 \end_layout
31994
31995 \end_inset
31996
31997
31998 \family sans
31999
32000 \begin_inset Newline newline
32001 \end_inset
32002
32003
32004 \family default
32005 La opción 
32006 \family sans
32007 Flotante
32008 \family default
32009  crea un listado flotante cuya colocación se puede especificar mediante
32010  las opciones 
32011 \begin_inset Quotes erd
32012 \end_inset
32013
32014
32015 \family sans
32016 h
32017 \family default
32018
32019 \begin_inset Quotes erd
32020 \end_inset
32021
32022
32023 \begin_inset Quotes eld
32024 \end_inset
32025
32026
32027 \family sans
32028 t
32029 \family default
32030
32031 \begin_inset Quotes erd
32032 \end_inset
32033
32034
32035 \begin_inset Quotes eld
32036 \end_inset
32037
32038
32039 \family sans
32040 b
32041 \family default
32042
32043 \begin_inset Quotes erd
32044 \end_inset
32045
32046  y 
32047 \begin_inset Quotes eld
32048 \end_inset
32049
32050
32051 \family sans
32052 p
32053 \family default
32054
32055 \begin_inset Quotes erd
32056 \end_inset
32057
32058 , correspondientes a las opciones de colocación de flotantes descritas en
32059  la sección
32060 \family sans
32061
32062 \begin_inset space ~
32063 \end_inset
32064
32065
32066 \begin_inset CommandInset ref
32067 LatexCommand ref
32068 reference "sec:Colocación-de-Flotantes"
32069
32070 \end_inset
32071
32072
32073 \family default
32074 .
32075  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32076  p.
32077 \family sans
32078
32079 \begin_inset space \thinspace{}
32080 \end_inset
32081
32082
32083 \family default
32084 e.
32085 \begin_inset space ~
32086 \end_inset
32087
32088
32089 \begin_inset Quotes eld
32090 \end_inset
32091
32092
32093 \family sans
32094 htbp
32095 \family default
32096
32097 \begin_inset Quotes erd
32098 \end_inset
32099
32100 .
32101  La opción 
32102 \begin_inset Quotes eld
32103 \end_inset
32104
32105
32106 \family sans
32107 h
32108 \family default
32109
32110 \begin_inset Quotes erd
32111 \end_inset
32112
32113  a veces no tiene efecto, pero no necesitas usar la opción 
32114 \family sans
32115 Flotante
32116 \family default
32117  en ese caso puesto que los listados de programa no flotantes también pueden
32118  tener leyendas y ser referenciadas.
32119 \end_layout
32120
32121 \begin_layout Standard
32122 Se puede añadir una leyenda a un listado de programa con el menú 
32123 \family sans
32124 Insertar\SpecialChar \menuseparator
32125 Leyenda
32126 \family default
32127
32128 \begin_inset Foot
32129 status open
32130
32131 \begin_layout Plain Layout
32132 Para traducir la etiqueta 
32133 \begin_inset Quotes eld
32134 \end_inset
32135
32136 Listado
32137 \begin_inset Quotes erd
32138 \end_inset
32139
32140  de la leyenda, se añade al preámbulo del documento el comando 
32141 \series bold
32142
32143 \backslash
32144 renewcommand{
32145 \backslash
32146 lstlistingname}{Listado}
32147 \series default
32148 .
32149  (
32150 \emph on
32151 N.
32152 \begin_inset space \thinspace{}
32153 \end_inset
32154
32155 del t.
32156 \emph default
32157 )
32158 \end_layout
32159
32160 \end_inset
32161
32162 .
32163  Los listados de programa se pueden referenciar como los flotantes: Listado
32164 \begin_inset space ~
32165 \end_inset
32166
32167
32168 \begin_inset CommandInset ref
32169 LatexCommand ref
32170 reference "lst:Ejemplo-de-listado-de-programa"
32171
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset listings
32179 lstparams "language=Python"
32180 inline false
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185 \lang english
32186 \begin_inset Caption
32187
32188 \begin_layout Plain Layout
32189 \begin_inset CommandInset label
32190 LatexCommand label
32191 name "lst:Ejemplo-de-listado-de-programa"
32192
32193 \end_inset
32194
32195 Ejemplo de listado de programa flotante
32196 \end_layout
32197
32198 \end_inset
32199
32200 # Ejemplo de listado flotante
32201 \end_layout
32202
32203 \begin_layout Plain Layout
32204
32205 \lang english
32206 def func(param):
32207 \end_layout
32208
32209 \begin_layout Plain Layout
32210
32211 \lang english
32212     'this is a python function'
32213 \end_layout
32214
32215 \begin_layout Plain Layout
32216
32217 \lang english
32218     pass
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Standard
32227 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32228  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32229  y tipografiadas de manera especial en la salida.
32230  En el ejemplo, la clave de Python 
32231 \begin_inset Quotes eld
32232 \end_inset
32233
32234 def
32235 \begin_inset Quotes erd
32236 \end_inset
32237
32238  es reconocida y se imprimirá en negrita.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 \begin_inset Note Greyedout
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247 \series bold
32248 Nota:
32249 \series default
32250  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32251  debe probablemente a que dicha fuente no suministra negritas.
32252  En este caso selecciona una fuente distinta en el menú 
32253 \family sans
32254 Documento
32255 \family default
32256 \SpecialChar \menuseparator
32257
32258 \family sans
32259 Configuración
32260 \family default
32261 \SpecialChar \menuseparator
32262
32263 \family sans
32264 Fuentes.
32265  
32266 \family default
32267 (Las fuentes 
32268 \emph on
32269 LuxiMono, BeraMono
32270 \emph default
32271  y 
32272 \emph on
32273 Courier 
32274 \emph default
32275 suministran negritas.)
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 En la sección 
32285 \family sans
32286 Numeración
32287 \begin_inset space ~
32288 \end_inset
32289
32290 de
32291 \begin_inset space ~
32292 \end_inset
32293
32294 líneas
32295 \family default
32296  del diálogo puedes elegir el estilo de numeración de las líneas.
32297  En el campo 
32298 \family sans
32299 Paso 
32300 \family default
32301 puedes insertar un número para determinar qué líneas se numeran.
32302  Por ejemplo, si pones 
32303 \begin_inset Quotes eld
32304 \end_inset
32305
32306 3
32307 \begin_inset Quotes erd
32308 \end_inset
32309
32310 , se numera sólo una de cada tres líneas.
32311  
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32316  en la salida.
32317  La opción 
32318 \family sans
32319 Tabla
32320 \begin_inset space ~
32321 \end_inset
32322
32323 de
32324 \begin_inset space ~
32325 \end_inset
32326
32327 caracteres
32328 \begin_inset space ~
32329 \end_inset
32330
32331 extendida
32332 \family default
32333  debería emplearse si se usan en el código caracteres nacionales como la
32334  diéresis alemana.
32335 \begin_inset Newline newline
32336 \end_inset
32337
32338 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32339  
32340 \begin_inset Quotes eld
32341 \end_inset
32342
32343 3
32344 \begin_inset Quotes erd
32345 \end_inset
32346
32347 , lenguaje 
32348 \begin_inset Quotes eld
32349 \end_inset
32350
32351 Python
32352 \begin_inset Quotes erd
32353 \end_inset
32354
32355 , opciones de estilo 
32356 \begin_inset Quotes eld
32357 \end_inset
32358
32359 Tabla de caracteres extendida
32360 \begin_inset Quotes erd
32361 \end_inset
32362
32363  y 
32364 \begin_inset Quotes eld
32365 \end_inset
32366
32367 Espacio como símbolo
32368 \begin_inset Quotes erd
32369 \end_inset
32370
32371 , rango de líneas 3-8:
32372 \begin_inset listings
32373 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32374 inline false
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378
32379 \lang english
32380 def func(param):
32381 \end_layout
32382
32383 \begin_layout Plain Layout
32384
32385 \lang english
32386     'this is a python function'
32387 \end_layout
32388
32389 \begin_layout Plain Layout
32390
32391 \lang english
32392     pass
32393 \end_layout
32394
32395 \begin_layout Plain Layout
32396
32397 \lang english
32398 def func(param):
32399 \end_layout
32400
32401 \begin_layout Plain Layout
32402
32403 \lang english
32404 'This is a German word: Tschüß'
32405 \end_layout
32406
32407 \begin_layout Plain Layout
32408
32409 \lang english
32410 pass
32411 \end_layout
32412
32413 \begin_layout Plain Layout
32414
32415 \lang english
32416 def func(param):
32417 \end_layout
32418
32419 \begin_layout Plain Layout
32420
32421 \lang english
32422 'this is a python function'
32423 \end_layout
32424
32425 \begin_layout Plain Layout
32426
32427 \lang english
32428 pass
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 \begin_inset Note Greyedout
32438 status open
32439
32440 \begin_layout Plain Layout
32441
32442 \series bold
32443 Nota:
32444 \series default
32445  Debido a un error en el paquete 
32446 \series bold
32447 listings
32448 \series default
32449  la numeración de líneas cambia en una línea por cada listado previo.
32450  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32451  3 y 6.
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \begin_layout Standard
32460 \begin_inset VSpace bigskip
32461 \end_inset
32462
32463
32464 \end_layout
32465
32466 \begin_layout Standard
32467 También es posible imprimir como listado de programa líneas de un archivo.
32468  Para hacer esto, usa el menú 
32469 \family sans
32470 Insertar\SpecialChar \menuseparator
32471 Archivo\SpecialChar \menuseparator
32472 Documento
32473 \begin_inset space ~
32474 \end_inset
32475
32476 hijo 
32477 \family default
32478 y elige el tipo 
32479 \family sans
32480 Listado de programa
32481 \family default
32482 .
32483 \begin_inset Foot
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487 Los restantes tipos de documento hijo se describen en la sección
32488 \begin_inset space ~
32489 \end_inset
32490
32491
32492 \begin_inset CommandInset ref
32493 LatexCommand ref
32494 reference "sec:Documento-Hijo"
32495
32496 \end_inset
32497
32498 .
32499 \end_layout
32500
32501 \end_inset
32502
32503  En el diálogo de documento hijo puedes especificar los parámetros del listado
32504  en el cuadro de texto.
32505  Para ver una lista de los parámetros disponibles teclea una interrogación
32506  
32507 \begin_inset Quotes eld
32508 \end_inset
32509
32510 ?
32511 \begin_inset Quotes erd
32512 \end_inset
32513
32514  en el cuadro.
32515 \end_layout
32516
32517 \begin_layout Standard
32518 Para referenciar un documento hijo tipo listado, escribe el texto de la
32519  etiqueta en el campo correspondiente del diálogo de documento hijo.
32520  Después se puede referenciar la etiqueta con el menú 
32521 \family sans
32522 Insertar\SpecialChar \menuseparator
32523 Referencia cruzada.
32524 \end_layout
32525
32526 \begin_layout Standard
32527 A continuación hay un ejemplo, Listado
32528 \begin_inset space ~
32529 \end_inset
32530
32531
32532 \begin_inset CommandInset ref
32533 LatexCommand ref
32534 reference "lst:archivo-listado"
32535
32536 \end_inset
32537
32538 , de inserción de líneas de un archivo; en él se incluye el rango de las
32539  líneas 10
32540 \begin_inset space \thinspace{}
32541 \end_inset
32542
32543 -
32544 \begin_inset space \thinspace{}
32545 \end_inset
32546
32547 15 de este archivo LyX.
32548 \end_layout
32549
32550 \begin_layout Standard
32551 \begin_inset CommandInset include
32552 LatexCommand lstinputlisting
32553 filename "EmbeddedObjects.lyx"
32554 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32555
32556 \end_inset
32557
32558
32559 \begin_inset VSpace bigskip
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Las preferencias globales se pueden establecer en el diálogo 
32567 \family sans
32568 Documento\SpecialChar \menuseparator
32569 Configuración\SpecialChar \menuseparator
32570 Diseño
32571 \begin_inset space ~
32572 \end_inset
32573
32574 del
32575 \begin_inset space ~
32576 \end_inset
32577
32578 texto.
32579  
32580 \family default
32581 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32582  
32583 \begin_inset Quotes eld
32584 \end_inset
32585
32586 ?
32587 \begin_inset Quotes erd
32588 \end_inset
32589
32590  en el campo de texto.
32591 \end_layout
32592
32593 \begin_layout Standard
32594 Para más información sobre el paquete 
32595 \series bold
32596 listings
32597 \series default
32598 , consulta su documentación
32599 \begin_inset space ~
32600 \end_inset
32601
32602
32603 \begin_inset CommandInset citation
32604 LatexCommand cite
32605 key "listings"
32606
32607 \end_inset
32608
32609 .
32610 \end_layout
32611
32612 \begin_layout Standard
32613 \begin_inset Newpage newpage
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Chapter
32620 \start_of_appendix
32621 Unidades disponibles en LyX
32622 \begin_inset Index
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626 Unidades
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \begin_inset CommandInset label
32633 LatexCommand label
32634 name "cha:Unidades-disponibles-en"
32635
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \begin_layout Standard
32642 Para comprender las unidades utilizadas en este manual, el cuadro
32643 \begin_inset space ~
32644 \end_inset
32645
32646
32647 \begin_inset CommandInset ref
32648 LatexCommand ref
32649 reference "tab:Unidades"
32650
32651 \end_inset
32652
32653  describe todas las unidades disponibles en LyX.
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset Float table
32658 placement h
32659 wide false
32660 sideways false
32661 status open
32662
32663 \begin_layout Plain Layout
32664 \begin_inset Caption
32665
32666 \begin_layout Plain Layout
32667 \begin_inset CommandInset label
32668 LatexCommand label
32669 name "tab:Unidades"
32670
32671 \end_inset
32672
32673 Unidades
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Plain Layout
32682 \begin_inset VSpace medskip
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \begin_layout Plain Layout
32689 \align center
32690 \begin_inset Tabular
32691 <lyxtabular version="3" rows="20" columns="2">
32692 <features>
32693 <column alignment="center" valignment="top" width="0">
32694 <column alignment="center" valignment="top" width="0">
32695 <row>
32696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32697 \begin_inset Text
32698
32699 \begin_layout Plain Layout
32700 unidad
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 nombre/descripción
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 </row>
32715 <row>
32716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32717 \begin_inset Text
32718
32719 \begin_layout Plain Layout
32720 mm
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 milímetro
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row>
32736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 cm
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 centímetro
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 </row>
32755 <row>
32756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760 in
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 pulgada
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 </row>
32775 <row>
32776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780 pt
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789 punto (72.27
32790 \begin_inset space \thinspace{}
32791 \end_inset
32792
32793 pt = 1
32794 \begin_inset space \thinspace{}
32795 \end_inset
32796
32797 in)
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 </row>
32803 <row>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808 pc
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32814 \begin_inset Text
32815
32816 \begin_layout Plain Layout
32817 pica (1
32818 \begin_inset space \thinspace{}
32819 \end_inset
32820
32821 pc = 12
32822 \begin_inset space \thinspace{}
32823 \end_inset
32824
32825 pt)
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 </row>
32831 <row>
32832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 sp
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 punto escalado (65536
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 sp = 1
32850 \begin_inset space \thinspace{}
32851 \end_inset
32852
32853 pt)
32854 \end_layout
32855
32856 \end_inset
32857 </cell>
32858 </row>
32859 <row>
32860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32861 \begin_inset Text
32862
32863 \begin_layout Plain Layout
32864 bp
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32870 \begin_inset Text
32871
32872 \begin_layout Plain Layout
32873 punto grande (72
32874 \begin_inset space \thinspace{}
32875 \end_inset
32876
32877 bp = 1
32878 \begin_inset space \thinspace{}
32879 \end_inset
32880
32881 in)
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 </row>
32887 <row>
32888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32889 \begin_inset Text
32890
32891 \begin_layout Plain Layout
32892 dd
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32898 \begin_inset Text
32899
32900 \begin_layout Plain Layout
32901 didot (1
32902 \begin_inset space \thinspace{}
32903 \end_inset
32904
32905 dd 
32906 \begin_inset Formula $\approx$
32907 \end_inset
32908
32909  0.376
32910 \begin_inset space \thinspace{}
32911 \end_inset
32912
32913 mm)
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 </row>
32919 <row>
32920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32921 \begin_inset Text
32922
32923 \begin_layout Plain Layout
32924 cc
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32930 \begin_inset Text
32931
32932 \begin_layout Plain Layout
32933 cicero (1
32934 \begin_inset space \thinspace{}
32935 \end_inset
32936
32937 cc = 12
32938 \begin_inset space \thinspace{}
32939 \end_inset
32940
32941 dd)
32942 \end_layout
32943
32944 \end_inset
32945 </cell>
32946 </row>
32947 <row>
32948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952 Scale%
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32958 \begin_inset Text
32959
32960 \begin_layout Plain Layout
32961 % de anchura original de la imagen
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 </row>
32967 <row>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972 text%
32973 \end_layout
32974
32975 \end_inset
32976 </cell>
32977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32978 \begin_inset Text
32979
32980 \begin_layout Plain Layout
32981 % de anchura de texto
32982 \end_layout
32983
32984 \end_inset
32985 </cell>
32986 </row>
32987 <row>
32988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32989 \begin_inset Text
32990
32991 \begin_layout Plain Layout
32992 col%
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001 % de anchura de columna
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 </row>
33007 <row>
33008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012 page%
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 % de anchura de página
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 </row>
33027 <row>
33028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 line%
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041 % de anchura de línea
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 </row>
33047 <row>
33048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 theight%
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 % de altura de texto
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 pheight%
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 % de altura de página
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 </row>
33087 <row>
33088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 ex
33093 \end_layout
33094
33095 \end_inset
33096 </cell>
33097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 altura de la letra 
33102 \emph on
33103 x
33104 \emph default
33105  en la fuente actual
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 </row>
33111 <row>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 em
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125 anchura de la letra 
33126 \emph on
33127 M
33128 \emph default
33129  en la fuente actual
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 </row>
33135 <row>
33136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 mu
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 unidad matemática (1
33150 \begin_inset space \thinspace{}
33151 \end_inset
33152
33153 mu = 1/18
33154 \begin_inset space \thinspace{}
33155 \end_inset
33156
33157 em)
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 </row>
33163 </lyxtabular>
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Chapter
33176 Formatos de archivos de salida con gráficos
33177 \begin_inset CommandInset label
33178 LatexCommand label
33179 name "cha:Formatos-de-Archivos-de-Salida"
33180
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \begin_layout Section
33187 DVI
33188 \begin_inset Index
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192 Formatos de archivo ! DVI
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \begin_inset Index
33199 status collapsed
33200
33201 \begin_layout Plain Layout
33202 DVI|see
33203 \begin_inset ERT
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207
33208 {
33209 \end_layout
33210
33211 \end_inset
33212
33213 Formatos de archivo
33214 \begin_inset ERT
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218
33219 }
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Este tipo de archivo tiene la extensión 
33234 \begin_inset Quotes eld
33235 \end_inset
33236
33237
33238 \family typewriter
33239 .dvi
33240 \family default
33241
33242 \begin_inset Quotes erd
33243 \end_inset
33244
33245 .
33246  Se denomina 
33247 \begin_inset Quotes eld
33248 \end_inset
33249
33250 device-independent
33251 \begin_inset Quotes erd
33252 \end_inset
33253
33254  (DVI), porque es completamente portable; se pueden mover de una máquina
33255  a otra sin necesidad de conversión alguna.
33256  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33257  Los DVI se usan para vistas preliminares rápidas y como preparación para
33258  otros formatos de salida como PostScript.
33259 \end_layout
33260
33261 \begin_layout Standard
33262 \begin_inset Note Greyedout
33263 status open
33264
33265 \begin_layout Plain Layout
33266
33267 \series bold
33268 Nota:
33269 \series default
33270  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33271 \end_layout
33272
33273 \end_inset
33274
33275  Por tanto no debes olvidar esto si mueves archivos 
33276 \family typewriter
33277 .dvi
33278 \family default
33279  a otro ordenador.
33280  Esta característica también puede retardar la visualización del archivo,
33281  porque el visor DVI tiene que convertir la imagen en segundo plano para
33282  hacerla visible al deslizar el visor.
33283  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33284 \end_layout
33285
33286 \begin_layout Standard
33287 Un documento se exporta a DVI con el menú 
33288 \family sans
33289 Archivo\SpecialChar \menuseparator
33290 Exportar\SpecialChar \menuseparator
33291 DVI
33292 \family default
33293 .
33294  Puedes ver la salida del documento en DVI con el menú 
33295 \family sans
33296 Ver\SpecialChar \menuseparator
33297 DVI 
33298 \family default
33299 o con el botón
33300 \begin_inset space ~
33301 \end_inset
33302
33303
33304 \begin_inset Graphics
33305         filename ../../images/buffer-view_dvi.png
33306         scale 85
33307
33308 \end_inset
33309
33310 .
33311 \end_layout
33312
33313 \begin_layout Section
33314 PostScript
33315 \begin_inset CommandInset label
33316 LatexCommand label
33317 name "sec:PostScript"
33318
33319 \end_inset
33320
33321
33322 \begin_inset Index
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326 Formatos de archivo ! PostScript
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \begin_inset Index
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336 PostScript|see
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342 {
33343 \end_layout
33344
33345 \end_inset
33346
33347 Formatos de archivo
33348 \begin_inset ERT
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352
33353 }
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 Este tipo de archivo tiene la extensión 
33368 \begin_inset Quotes eld
33369 \end_inset
33370
33371
33372 \family typewriter
33373 .ps
33374 \family default
33375
33376 \begin_inset Quotes erd
33377 \end_inset
33378
33379 .
33380  PostScript fue desarrollado por la compañía 
33381 \family typewriter
33382 Adobe
33383 \family default
33384  como lenguaje para impresoras.
33385  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33386  PostScript puede considerarse como un 
33387 \begin_inset Quotes eld
33388 \end_inset
33389
33390 lenguaje de programación
33391 \begin_inset Quotes erd
33392 \end_inset
33393
33394 ; con él puedes calcular y dibujar imágenes y diagramas
33395 \begin_inset Foot
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 Si estás interesado en este tema acude al paquete LaTeX 
33400 \series bold
33401 PSTricks
33402 \series default
33403  
33404 \begin_inset CommandInset citation
33405 LatexCommand cite
33406 key "pstricks"
33407
33408 \end_inset
33409
33410 .
33411 \end_layout
33412
33413 \end_inset
33414
33415 .
33416  Por esto los archivos suelen ser más grandes que los PDF.
33417 \end_layout
33418
33419 \begin_layout Standard
33420 Los archivos PostScript sólo pueden contener imágenes en el formato 
33421 \begin_inset Quotes eld
33422 \end_inset
33423
33424 Encapsulated PostScript
33425 \begin_inset Quotes erd
33426 \end_inset
33427
33428  (EPS, extensión 
33429 \begin_inset Quotes eld
33430 \end_inset
33431
33432
33433 \family typewriter
33434 .eps
33435 \family default
33436
33437 \begin_inset Quotes erd
33438 \end_inset
33439
33440 ).
33441  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33442  en segundo plano para convertir las imágenes a EPS.
33443  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33444  cada vez que veas o exportes el documento.
33445  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33446  puedes evitar el problema insertando las imágenes directamente en EPS.
33447 \end_layout
33448
33449 \begin_layout Standard
33450 El documento se puede exportar a PostScript con el menú 
33451 \family sans
33452 Archivo\SpecialChar \menuseparator
33453 Exportar\SpecialChar \menuseparator
33454 Postscript
33455 \family default
33456 .
33457  Se puede ver la salida en PostScript con el menú 
33458 \family sans
33459 Ver\SpecialChar \menuseparator
33460 Postscript 
33461 \family default
33462 o con el botón
33463 \begin_inset space ~
33464 \end_inset
33465
33466
33467 \begin_inset Graphics
33468         filename ../../images/buffer-view_ps.png
33469
33470 \end_inset
33471
33472 .
33473 \end_layout
33474
33475 \begin_layout Section
33476 PDF
33477 \begin_inset CommandInset label
33478 LatexCommand label
33479 name "sec:PDF"
33480
33481 \end_inset
33482
33483
33484 \begin_inset Index
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 Formatos de archivo ! PDF
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \begin_inset Index
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498 PDF
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \begin_layout Standard
33507 Este tipo de archivo tiene la extensión 
33508 \begin_inset Quotes eld
33509 \end_inset
33510
33511
33512 \family typewriter
33513 .pdf
33514 \family default
33515
33516 \begin_inset Quotes erd
33517 \end_inset
33518
33519 .
33520  El formato 
33521 \begin_inset Quotes eld
33522 \end_inset
33523
33524 Portable Document Format
33525 \begin_inset Quotes erd
33526 \end_inset
33527
33528  (PDF) fue desarrollado por 
33529 \family typewriter
33530 Adobe
33531 \family default
33532  como derivado de PostScript.
33533  Es más comprimido y utiliza muchos menos comandos que PostScript.
33534  Como su nombre 
33535 \begin_inset Quotes eld
33536 \end_inset
33537
33538 portable
33539 \begin_inset Quotes erd
33540 \end_inset
33541
33542  indica, puede ser procesado por cualquier sistema operativo y la salida
33543  impresa se muestra exactamente igual.
33544 \end_layout
33545
33546 \begin_layout Standard
33547 PDF puede contener imágenes en su propio formato PDF, en el formato 
33548 \begin_inset Quotes eld
33549 \end_inset
33550
33551 Joint Photographic Experts Group
33552 \begin_inset Quotes erd
33553 \end_inset
33554
33555  (JPG, extensión 
33556 \begin_inset Quotes eld
33557 \end_inset
33558
33559
33560 \family typewriter
33561 .jpg
33562 \family default
33563
33564 \begin_inset Quotes erd
33565 \end_inset
33566
33567  o 
33568 \begin_inset Quotes eld
33569 \end_inset
33570
33571
33572 \family typewriter
33573 .jpeg
33574 \family default
33575
33576 \begin_inset Quotes erd
33577 \end_inset
33578
33579 ), y en el formato 
33580 \begin_inset Quotes eld
33581 \end_inset
33582
33583 Portable Network Graphics
33584 \begin_inset Quotes erd
33585 \end_inset
33586
33587  (PNG, extensión 
33588 \begin_inset Quotes eld
33589 \end_inset
33590
33591
33592 \family typewriter
33593 .png
33594 \family default
33595
33596 \begin_inset Quotes erd
33597 \end_inset
33598
33599 ).
33600  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33601  en segundo plano a alguno de los anteriores.
33602  Pero como se ha comentado en la sección sobre PostScript, la conversión
33603  de gráficos ralentiza el trabajo.
33604  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33605  mencionados.
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Un documento se puede exportar a PDF con el menú 
33610 \family sans
33611 Archivo\SpecialChar \menuseparator
33612 Exportar
33613 \family default
33614  en tres modos diferentes:
33615 \end_layout
33616
33617 \begin_layout Description
33618 PDF
33619 \begin_inset space ~
33620 \end_inset
33621
33622 (ps2pdf) Este utiliza el programa 
33623 \family typewriter
33624 ps2pdf
33625 \family default
33626  que crea un PDF a partir de una versión PostScript del archivo.
33627  La versión PostScript es producida por el programa 
33628 \family typewriter
33629 dvips
33630 \family default
33631  que usa una versión DVI como paso intermedio.
33632  Así que este modo de exportación consta de tres conversiones.
33633 \end_layout
33634
33635 \begin_layout Description
33636 PDF
33637 \begin_inset space ~
33638 \end_inset
33639
33640 (dvipdfm) Este utiliza el programa 
33641 \family typewriter
33642 dvipdfm
33643 \family default
33644  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33645  PDF.
33646 \end_layout
33647
33648 \begin_layout Description
33649 PDF
33650 \begin_inset space ~
33651 \end_inset
33652
33653 (pdflatex) Este utiliza el programa 
33654 \family typewriter
33655 pdftex
33656 \family default
33657  que convierte directamente el archivo a PDF.
33658 \end_layout
33659
33660 \begin_layout Standard
33661 Se recomienda usar 
33662 \family sans
33663 PDF
33664 \begin_inset space ~
33665 \end_inset
33666
33667 (pdflatex)
33668 \family default
33669  porque 
33670 \family typewriter
33671 pdftex
33672 \family default
33673  soporta todas las características de las versiones actuales de PDF, es
33674  rápido y estable.
33675  El programa 
33676 \family typewriter
33677 dvipdfm
33678 \family default
33679  ya no se desarrolla y está un poco obsoleto.
33680 \end_layout
33681
33682 \begin_layout Standard
33683 La salida en formato PDF se puede ver con el menú 
33684 \family sans
33685 Ver 
33686 \family default
33687 o con el botón
33688 \begin_inset space ~
33689 \end_inset
33690
33691
33692 \begin_inset Graphics
33693         filename ../../images/buffer-view_pdf2.png
33694         scale 85
33695
33696 \end_inset
33697
33698  (que usa 
33699 \family sans
33700 PDF
33701 \begin_inset space ~
33702 \end_inset
33703
33704 (pdflatex)
33705 \family default
33706 ).
33707 \end_layout
33708
33709 \begin_layout Chapter
33710 Explicación de la ecuación
33711 \begin_inset space ~
33712 \end_inset
33713
33714
33715 \begin_inset CommandInset ref
33716 LatexCommand eqref
33717 reference "eq:Wgn"
33718
33719 \end_inset
33720
33721
33722 \begin_inset CommandInset label
33723 LatexCommand label
33724 name "cha:Explicación-de-la-Ecuación"
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 La anchura total de 
33733 \emph on
33734 n
33735 \emph default
33736  celdas de una tabla 
33737 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33738 \end_inset
33739
33740  puede calcularse con
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset Formula \begin{equation}
33745 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}
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 donde 
33754 \begin_inset Formula $W_{g\, n}$
33755 \end_inset
33756
33757  es el ancho dado de todas las celdas.
33758  
33759 \series bold
33760
33761 \backslash
33762 tabcolsep
33763 \series default
33764  es la longitud LaTeX entre el texto y el borde de la celda, 6
33765 \begin_inset space \thinspace{}
33766 \end_inset
33767
33768 pt por defecto.
33769  
33770 \series bold
33771
33772 \backslash
33773 arrayrulewidth
33774 \series default
33775  es el grosor de línea del borde, 0.4
33776 \begin_inset space \thinspace{}
33777 \end_inset
33778
33779 pt por defecto.
33780 \end_layout
33781
33782 \begin_layout Standard
33783 Procediendo como en la ecuación
33784 \begin_inset space ~
33785 \end_inset
33786
33787
33788 \begin_inset CommandInset ref
33789 LatexCommand eqref
33790 reference "eq:Wtot_n"
33791
33792 \end_inset
33793
33794 , el ancho total de una multicolumna, 
33795 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33796 \end_inset
33797
33798  es
33799 \end_layout
33800
33801 \begin_layout Standard
33802 \begin_inset Formula \begin{equation}
33803 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33804
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \begin_layout Standard
33811 Igualando las ecuaciones
33812 \begin_inset space ~
33813 \end_inset
33814
33815
33816 \begin_inset CommandInset ref
33817 LatexCommand eqref
33818 reference "eq:Wtot_n"
33819
33820 \end_inset
33821
33822  y 
33823 \begin_inset CommandInset ref
33824 LatexCommand eqref
33825 reference "eq:Wtot_mult"
33826
33827 \end_inset
33828
33829  podemos calcular el ancho dado necesario 
33830 \begin_inset Formula $W_{g\, n}$
33831 \end_inset
33832
33833  cuando se expanden 
33834 \emph on
33835 n
33836 \emph default
33837  columnas, de forma que cada una de ellas tiene una anchura total  
33838 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33839 \end_inset
33840
33841 :
33842 \end_layout
33843
33844 \begin_layout Standard
33845 \begin_inset Formula \begin{equation}
33846 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Bibliography
33854 \begin_inset CommandInset bibitem
33855 LatexCommand bibitem
33856 key "latexcompanion"
33857
33858 \end_inset
33859
33860 Frank Mittelbach and Michel Goossens: 
33861 \emph on
33862 The LaTeX Companion Second Edition.
33863
33864 \emph default
33865  Addison-Wesley, 2004
33866 \end_layout
33867
33868 \begin_layout Bibliography
33869 \begin_inset CommandInset bibitem
33870 LatexCommand bibitem
33871 key "latexguide"
33872
33873 \end_inset
33874
33875 Helmut Kopka and Patrick W.
33876  Daly: 
33877 \emph on
33878 A Guide to LaTeX Fourth Edition.
33879
33880 \emph default
33881  Addison-Wesley, 2003
33882 \end_layout
33883
33884 \begin_layout Bibliography
33885 \begin_inset CommandInset bibitem
33886 LatexCommand bibitem
33887 key "latexbook"
33888
33889 \end_inset
33890
33891 Leslie Lamport: 
33892 \emph on
33893 LaTeX: A Document Preparation System.
33894
33895 \emph default
33896  Addison-Wesley, second edition, 1994
33897 \end_layout
33898
33899 \begin_layout Bibliography
33900 \begin_inset CommandInset bibitem
33901 LatexCommand bibitem
33902 key "booktabs"
33903
33904 \end_inset
33905
33906 Documentación del paquete LaTeX 
33907 \series bold
33908
33909 \begin_inset CommandInset href
33910 LatexCommand href
33911 name "booktabs"
33912 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33913
33914 \end_inset
33915
33916
33917 \series default
33918
33919 \begin_inset Index
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 LaTeX-paquetes ! booktabs
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Bibliography
33932 \begin_inset CommandInset bibitem
33933 LatexCommand bibitem
33934 key "caption"
33935
33936 \end_inset
33937
33938 Documentación del paquete LaTeX 
33939 \series bold
33940
33941 \begin_inset CommandInset href
33942 LatexCommand href
33943 name "caption"
33944 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33945
33946 \end_inset
33947
33948
33949 \series default
33950
33951 \begin_inset Index
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955 LaTeX-paquetes ! caption
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \begin_layout Bibliography
33964 \begin_inset CommandInset bibitem
33965 LatexCommand bibitem
33966 key "endfloat"
33967
33968 \end_inset
33969
33970 Documentación del paquete LaTeX 
33971 \series bold
33972
33973 \begin_inset CommandInset href
33974 LatexCommand href
33975 name "endfloat"
33976 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33977
33978 \end_inset
33979
33980
33981 \series default
33982
33983 \begin_inset Index
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 LaTeX-paquetes ! endfloat
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Bibliography
33996 \begin_inset CommandInset bibitem
33997 LatexCommand bibitem
33998 key "wrapfig"
33999
34000 \end_inset
34001
34002 Documentación del paquete LaTeX 
34003 \series bold
34004
34005 \begin_inset CommandInset href
34006 LatexCommand href
34007 name "wrapfig"
34008 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34009
34010 \end_inset
34011
34012
34013 \series default
34014
34015 \begin_inset Index
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019 LaTeX-paquetes ! wrapfig
34020 \begin_inset ERT
34021 status collapsed
34022
34023 \begin_layout Plain Layout
34024
34025
34026 \backslash
34027
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 {
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \begin_inset ERT
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043
34044 }
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \end_inset
34053
34054 vspace
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060 {
34061 \end_layout
34062
34063 \end_inset
34064
34065 4mm
34066 \begin_inset ERT
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070
34071 }
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \end_inset
34080
34081
34082 \end_layout
34083
34084 \begin_layout Bibliography
34085 \begin_inset CommandInset bibitem
34086 LatexCommand bibitem
34087 key "footmisc"
34088
34089 \end_inset
34090
34091 Documentación del paquete LaTeX 
34092 \series bold
34093
34094 \begin_inset CommandInset href
34095 LatexCommand href
34096 name "footmisc"
34097 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34098
34099 \end_inset
34100
34101
34102 \series default
34103
34104 \begin_inset Index
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 LaTeX-paquetes ! footmisc
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Bibliography
34117 \begin_inset CommandInset bibitem
34118 LatexCommand bibitem
34119 key "hypcap"
34120
34121 \end_inset
34122
34123 Documentación del paquete LaTeX 
34124 \series bold
34125
34126 \begin_inset CommandInset href
34127 LatexCommand href
34128 name "hypcap"
34129 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34130
34131 \end_inset
34132
34133
34134 \series default
34135
34136 \begin_inset Index
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140 LaTeX-paquetes ! hyperref
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Bibliography
34149 \begin_inset CommandInset bibitem
34150 LatexCommand bibitem
34151 key "hyperref"
34152
34153 \end_inset
34154
34155 Documentación del paquete LaTeX 
34156 \series bold
34157
34158 \begin_inset CommandInset href
34159 LatexCommand href
34160 name "hyperref"
34161 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34162
34163 \end_inset
34164
34165
34166 \series default
34167
34168 \begin_inset Index
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172 LaTeX-paquetes ! hyperref
34173 \end_layout
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Bibliography
34181 \begin_inset CommandInset bibitem
34182 LatexCommand bibitem
34183 key "koma-script"
34184
34185 \end_inset
34186
34187 Documentación del paquete LaTeX 
34188 \series bold
34189
34190 \begin_inset CommandInset href
34191 LatexCommand href
34192 name "koma-script"
34193 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34194
34195 \end_inset
34196
34197
34198 \series default
34199
34200 \begin_inset Index
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204 LaTeX-paquetes ! koma-script
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \begin_layout Bibliography
34213 \begin_inset CommandInset bibitem
34214 LatexCommand bibitem
34215 key "listings"
34216
34217 \end_inset
34218
34219 Documentación del paquete LaTeX 
34220 \series bold
34221
34222 \begin_inset CommandInset href
34223 LatexCommand href
34224 name "listings"
34225 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34226
34227 \end_inset
34228
34229
34230 \series default
34231
34232 \begin_inset Index
34233 status collapsed
34234
34235 \begin_layout Plain Layout
34236 LaTeX-paquetes ! listings
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Bibliography
34245 \begin_inset CommandInset bibitem
34246 LatexCommand bibitem
34247 key "marginnote"
34248
34249 \end_inset
34250
34251 Documentación del paquete LaTeX 
34252 \series bold
34253
34254 \begin_inset CommandInset href
34255 LatexCommand href
34256 name "marginnote"
34257 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34258
34259 \end_inset
34260
34261
34262 \series default
34263
34264 \begin_inset Index
34265 status collapsed
34266
34267 \begin_layout Plain Layout
34268 LaTeX-paquetes ! marginnote
34269 \end_layout
34270
34271 \end_inset
34272
34273
34274 \end_layout
34275
34276 \begin_layout Bibliography
34277 \begin_inset CommandInset bibitem
34278 LatexCommand bibitem
34279 key "pstricks"
34280
34281 \end_inset
34282
34283 Página web del paquete LaTeX 
34284 \series bold
34285
34286 \begin_inset CommandInset href
34287 LatexCommand href
34288 name "PSTricks"
34289 target "http://tug.org/PSTricks/"
34290
34291 \end_inset
34292
34293
34294 \series default
34295
34296 \begin_inset Index
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300 LaTeX-paquetes ! PSTricks
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Bibliography
34309 \begin_inset CommandInset bibitem
34310 LatexCommand bibitem
34311 key "sidecap"
34312
34313 \end_inset
34314
34315 Documentación del paquete LaTeX 
34316 \series bold
34317
34318 \begin_inset CommandInset href
34319 LatexCommand href
34320 name "sidecap"
34321 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34322
34323 \end_inset
34324
34325
34326 \series default
34327
34328 \begin_inset Index
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332 LaTeX-paquetes ! sidecap
34333 \end_layout
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Bibliography
34341 \begin_inset CommandInset bibitem
34342 LatexCommand bibitem
34343 key "NewInLyX16"
34344
34345 \end_inset
34346
34347
34348 \begin_inset CommandInset href
34349 LatexCommand href
34350 name "Página wiki"
34351 target "http://wiki.lyx.org/LyX/NewInLyX16"
34352
34353 \end_inset
34354
34355  sobre características nuevas para la versión 
34356 \family sans
34357 LyX
34358 \begin_inset space ~
34359 \end_inset
34360
34361 1.6.0
34362 \family default
34363 .
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset CommandInset index_print
34368 LatexCommand printindex
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Standard
34376 \begin_inset FloatList figure
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset FloatList table
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \begin_layout Standard
34392 \begin_inset ERT
34393 status open
34394
34395 \begin_layout Plain Layout
34396
34397
34398 \backslash
34399 listof{algorithm}{Lista de algoritmos}
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \begin_inset Note Note
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409 Véase la sección
34410 \begin_inset space ~
34411 \end_inset
34412
34413
34414 \begin_inset CommandInset ref
34415 LatexCommand ref
34416 reference "sub:Algoritmos-Flotantes"
34417
34418 \end_inset
34419
34420  para una descripción.
34421 \end_layout
34422
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \end_body
34429 \end_document