]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
German: EmbeddedObjects.lyx: some corrections by Hartmut and me
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC is numbered roman
109 % and a pdf-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163
164 % to translate the listing label
165 % para traducir la etiqueta listing
166 \renewcommand{\lstlistingname}{Listado}
167 \end_preamble
168 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
169 \language spanish
170 \inputencoding auto
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179
180 \graphics default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
185 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pagebackref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \cite_engine basic
204 \use_bibtopic false
205 \paperorientation portrait
206 \secnumdepth 3
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language english
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle default
214 \bullet 1 1 34 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \author "" 
220 \author "" 
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
227  en LyX
228 \end_layout
229
230 \begin_layout Author
231 por el Equipo LyX
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 \noindent
237 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
238  de Documentación de LyX: 
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 autor original: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Traducción de: Ignacio García
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Versión 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
300  estar instalados los paquetes LaTeX 
301 \series bold
302 arydshln
303 \series default
304
305 \series bold
306 colortbl
307 \series default
308
309 \series bold
310 marginnote
311 \series default
312  y 
313 \series bold
314 sidecap
315 \series default
316 .
317  Si no están instalados, también podrás exportar el documento, pero las
318  secciones en que dichos paquetes son necesarios no aparecen en la salida.
319 \end_layout
320
321 \begin_layout Plain Layout
322 La última versión en PDF de este documento puede encontrarse aquí:
323 \series bold
324
325 \begin_inset Newline newline
326 \end_inset
327
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Chapter
337 Figuras
338 \begin_inset CommandInset label
339 LatexCommand label
340 name "cha:Figuras"
341
342 \end_inset
343
344
345 \begin_inset Index
346 status collapsed
347
348 \begin_layout Plain Layout
349 Figuras
350 \end_layout
351
352 \end_inset
353
354
355 \begin_inset Index
356 status collapsed
357
358 \begin_layout Plain Layout
359 Gráficos|see
360 \begin_inset ERT
361 status collapsed
362
363 \begin_layout Plain Layout
364
365 {
366 \end_layout
367
368 \end_inset
369
370 Figuras
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 }
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Section
390 Diálogo de gráficos
391 \begin_inset CommandInset label
392 LatexCommand label
393 name "sec:Diálogo-Gráficos"
394
395 \end_inset
396
397
398 \begin_inset Index
399 status collapsed
400
401 \begin_layout Plain Layout
402 Figuras ! Diálogo de gráficos
403 \end_layout
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
412  texto que desees y haz clic en el icono 
413 \begin_inset Graphics
414         filename ../../images/dialog-show-new-inset_graphics.png
415         scale 85
416
417 \end_inset
418
419  o en el menú 
420 \family sans
421 Insertar\SpecialChar \menuseparator
422 Imagen
423 \family default
424 .
425  Aparecerá un diálogo para escoger el archivo a cargar.
426  La imagen aparecerá en el archivo de salida exactamente en la misma posición
427  en la que la has colocado.
428 \end_layout
429
430 \begin_layout Standard
431 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
432  sobre una imagen.
433  Este diálogo tiene tres pestañas:
434 \end_layout
435
436 \begin_layout Description
437 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
438  presentación en LyX y en la salida.
439  En el apéndice
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Unidades-disponibles-en"
447
448 \end_inset
449
450  se detallan las unidades disponibles para el tamaño del gráfico.
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figuras ! Rotar
460 \end_layout
461
462 \end_inset
463
464 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
465  un ángulo y un origen de rotación.
466  La imagen también gira en LyX.
467 \begin_inset Newline newline
468 \end_inset
469
470
471 \begin_inset Index
472 status collapsed
473
474 \begin_layout Plain Layout
475 Figuras ! Escalar
476 \end_layout
477
478 \end_inset
479
480 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
481  la altura y la anchura.
482  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
483  automáticamente.
484  Si fijas ambas dimensiones
485 \family sans
486 ,
487 \family default
488  la imagen se adaptará a ellas, posiblemente distorsionada.
489  Para evitar distorsión en la imagen marca la opción 
490 \family sans
491 Mantener
492 \begin_inset space ~
493 \end_inset
494
495 proporción
496 \family default
497 .
498  En ese caso la imagen será escalada de forma que su anchura y su altura
499  no excedan de las dimensiones especificadas.
500 \begin_inset Newline newline
501 \end_inset
502
503 Las imágenes se pueden abrir con un programa de tu elección pulsando el
504  botón 
505 \family sans
506 Editar
507 \family default
508 .
509  Los programas visor y editor para cada formato de imagen se pueden establecer
510  en la configuración de los formatos de archivo de las preferencias de LyX.
511 \end_layout
512
513 \begin_layout Description
514 Recorte Alternativamente al escalado, es posible establecer las coordenadas
515  de la imagen para ajustar su altura y anchura en la salida.
516  Además, las coordenadas se pueden calcular automáticamente pinchando el
517  botón 
518 \family sans
519 Obtener
520 \begin_inset space ~
521 \end_inset
522
523 de
524 \begin_inset space ~
525 \end_inset
526
527 archivo
528 \family default
529 .
530  El botón 
531 \family sans
532 Recortar
533 \begin_inset space ~
534 \end_inset
535
536 al
537 \begin_inset space ~
538 \end_inset
539
540 cuadro
541 \begin_inset space ~
542 \end_inset
543
544 delimitador
545 \family default
546  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
547 as.
548  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
549 \end_layout
550
551 \begin_layout Description
552 Opciones
553 \begin_inset space ~
554 \end_inset
555
556 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
557  y poner la imagen como subfigura de una figura flotante con su propio título.
558  Las subfiguras se explican en la sección
559 \begin_inset space ~
560 \end_inset
561
562
563 \begin_inset CommandInset ref
564 LatexCommand ref
565 reference "sec:Figuras-Flotantes"
566
567 \end_inset
568
569 .
570 \begin_inset Newline newline
571 \end_inset
572
573 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
574 \begin_inset Newline newline
575 \end_inset
576
577 La opción 
578 \family sans
579 Modo
580 \begin_inset space ~
581 \end_inset
582
583 borrador
584 \family default
585  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
586 \begin_inset Newline newline
587 \end_inset
588
589 La opción 
590 \family sans
591 No
592 \begin_inset space ~
593 \end_inset
594
595 descomprimir
596 \begin_inset space ~
597 \end_inset
598
599 al
600 \begin_inset space ~
601 \end_inset
602
603 exportar
604 \family default
605  sólo afecta a los gráficos EPS comprimidos, p.
606 \begin_inset space \thinspace{}
607 \end_inset
608
609 e.
610 \begin_inset space ~
611 \end_inset
612
613
614 \emph on
615 x.eps.gz
616 \emph default
617 .
618  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
619  puesto que LaTeX puede manejarlas como están.
620 \begin_inset Newline newline
621 \end_inset
622
623 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
624  utiliza PostScript como formato de salida, ver apéndice
625 \begin_inset space ~
626 \end_inset
627
628
629 \begin_inset CommandInset ref
630 LatexCommand ref
631 reference "sec:PostScript"
632
633 \end_inset
634
635 .
636  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
637  o en consola de Windows:
638 \begin_inset Newline newline
639 \end_inset
640
641
642 \series bold
643 gzip x.eps
644 \series default
645
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 zgrep %%Bounding x.eps.gz > x.eps.bb
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657 El segundo comando crea un archivo de cuadro delimitador 
658 \begin_inset Quotes eld
659 \end_inset
660
661 x.eps.bb
662 \begin_inset Quotes erd
663 \end_inset
664
665  que necesita LaTeX para gráficos comprimidos.
666 \end_layout
667
668 \begin_layout Standard
669 \begin_inset VSpace bigskip
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 Esto es un ejemplo de imagen en formato EPS
677 \begin_inset Foot
678 status collapsed
679
680 \begin_layout Plain Layout
681 Los formatos de imagen se explica en el sección
682 \begin_inset space ~
683 \end_inset
684
685
686 \begin_inset CommandInset ref
687 LatexCommand ref
688 reference "sec:Formatos-de-imagen"
689
690 \end_inset
691
692 .
693 \end_layout
694
695 \end_inset
696
697  en un párrafo separado centrado horizontalmente:
698 \end_layout
699
700 \begin_layout Standard
701 \align center
702 \begin_inset Graphics
703         filename ../clipart/mobius.eps
704         scale 70
705         clip
706         rotateOrigin center
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 Esta es la misma imagen pero en modo borrador:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename ../clipart/mobius.eps
721         scale 70
722         draft
723         rotateOrigin center
724
725 \end_inset
726
727
728 \end_layout
729
730 \begin_layout Section
731 Figuras flotantes
732 \begin_inset CommandInset label
733 LatexCommand label
734 name "sec:Figuras-Flotantes"
735
736 \end_inset
737
738
739 \begin_inset Index
740 status collapsed
741
742 \begin_layout Plain Layout
743 Flotantes ! Figuras
744 \end_layout
745
746 \end_inset
747
748
749 \begin_inset Index
750 status collapsed
751
752 \begin_layout Plain Layout
753 Figuras ! Flotantes
754 \end_layout
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 Para información general sobre flotantes, echa una ojeada a la sección
763 \begin_inset space ~
764 \end_inset
765
766
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "sec:IntroducciónFlotantes"
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \begin_layout Standard
777 El botón 
778 \begin_inset Graphics
779         filename ../../images/float-insert_figure.png
780         scale 85
781
782 \end_inset
783
784  y el menú 
785 \family sans
786 Insertar\SpecialChar \menuseparator
787 Flotante\SpecialChar \menuseparator
788 Figura
789 \family default
790  insertan un flotante con la etiqueta 
791 \begin_inset Quotes eld
792 \end_inset
793
794 Figura #:
795 \begin_inset Quotes erd
796 \end_inset
797
798  (# es el número actual).
799  La imagen se puede insertar sobre el título, como en la figura
800 \begin_inset space ~
801 \end_inset
802
803
804 \begin_inset CommandInset ref
805 LatexCommand ref
806 reference "fig:kill-plat"
807
808 \end_inset
809
810 , o bajo el título, como en la figura
811 \begin_inset space ~
812 \end_inset
813
814
815 \begin_inset CommandInset ref
816 LatexCommand ref
817 reference "fig:escher"
818
819 \end_inset
820
821 .
822  Más información sobre ubicación de títulos en la sección
823 \begin_inset space ~
824 \end_inset
825
826
827 \begin_inset CommandInset ref
828 LatexCommand ref
829 reference "sec:Colocación-de-leyendas"
830
831 \end_inset
832
833 .
834 \end_layout
835
836 \begin_layout Standard
837 \begin_inset Float figure
838 wide false
839 sideways false
840 status open
841
842 \begin_layout Plain Layout
843 \align center
844 \begin_inset Graphics
845         filename ../clipart/platypus.eps
846         width 50col%
847         rotateOrigin center
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Plain Layout
855 \begin_inset Caption
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:kill-plat"
861
862 \end_inset
863
864 Un platypus muy distorsionado en un flotante.
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \end_inset
873
874
875 \end_layout
876
877 \begin_layout Standard
878 \begin_inset Float figure
879 wide false
880 sideways false
881 status open
882
883 \begin_layout Plain Layout
884 \begin_inset Caption
885
886 \begin_layout Plain Layout
887 \begin_inset CommandInset label
888 LatexCommand label
889 name "fig:escher"
890
891 \end_inset
892
893 M.C.
894  Escher en ácido.
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Plain Layout
903 \align center
904 \begin_inset Graphics
905         filename ../clipart/escher-lsd.eps
906         scale 80
907         rotateOrigin center
908
909 \end_inset
910
911
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Standard
920 \begin_inset Index
921 status collapsed
922
923 \begin_layout Plain Layout
924 Referencias ! a figuras
925 \end_layout
926
927 \end_inset
928
929 Las figuras
930 \begin_inset space ~
931 \end_inset
932
933
934 \begin_inset CommandInset ref
935 LatexCommand ref
936 reference "fig:kill-plat"
937
938 \end_inset
939
940  y 
941 \begin_inset CommandInset ref
942 LatexCommand ref
943 reference "fig:escher"
944
945 \end_inset
946
947  son ejemplos de figuras con referencias cruzadas.
948  Las figuras pueden tener referencias cruzadas en el documento mediante
949  referencia a su etiqueta.
950  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
951 \family sans
952 Insertar\SpecialChar \menuseparator
953 Etiqueta
954 \family default
955  o el botón 
956 \begin_inset Graphics
957         filename ../../images/label-insert.png
958         scale 85
959
960 \end_inset
961
962 .
963  Ahora puedes referirte a la etiqueta usando el menú 
964 \family sans
965 Insertar\SpecialChar \menuseparator
966 Referencia
967 \begin_inset space ~
968 \end_inset
969
970 cruzada
971 \family default
972  o el botón 
973 \begin_inset Graphics
974         filename ../../images/dialog-show-new-inset_ref.png
975         scale 85
976
977 \end_inset
978
979 .
980  Es importante emplear referencias a flotantes, mejor que alusiones vagas
981  como 
982 \begin_inset Quotes eld
983 \end_inset
984
985 la figura de arriba
986 \begin_inset Quotes erd
987 \end_inset
988
989 , porque como LaTeX recolocará los flotantes en el documento final, podría
990  no quedar 
991 \begin_inset Quotes eld
992 \end_inset
993
994 arriba
995 \begin_inset Quotes erd
996 \end_inset
997
998  precisamente.
999 \begin_inset Newline newline
1000 \end_inset
1001
1002 Las referencias se explican con detalle en la sección
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "sec:Referencias-a-Flotantes"
1010
1011 \end_inset
1012
1013 .
1014 \end_layout
1015
1016 \begin_layout Standard
1017 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1018  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
1019  Esto es posible mediante la solapa 
1020 \family sans
1021 Opciones
1022 \begin_inset space ~
1023 \end_inset
1024
1025 extra
1026 \family default
1027  del diálogo gráficos.
1028  Elige la opción 
1029 \family sans
1030 Subfigura
1031 \family default
1032  e introduce el subtítulo en la casilla 
1033 \family sans
1034 Descripción
1035 \family default
1036 .
1037  Ten en cuenta que sólo el título principal  del flotante se añade a la
1038  Lista de Figuras.
1039  La figura
1040 \begin_inset space ~
1041 \end_inset
1042
1043
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "fig:Dos-imágenes-distorsionadas"
1047
1048 \end_inset
1049
1050  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1051  También se pueden poner una sobre otra.
1052 \end_layout
1053
1054 \begin_layout Standard
1055 \begin_inset Float figure
1056 wide false
1057 sideways false
1058 status open
1059
1060 \begin_layout Plain Layout
1061 \begin_inset space \hfill{}
1062 \end_inset
1063
1064
1065 \begin_inset Float figure
1066 wide false
1067 sideways false
1068 status open
1069
1070 \begin_layout Plain Layout
1071 \begin_inset Caption
1072
1073 \begin_layout Plain Layout
1074 Estructura indefinible
1075 \end_layout
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \begin_layout Plain Layout
1083 \begin_inset Graphics
1084         filename ../clipart/escher-lsd.eps
1085         width 45col%
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \end_inset
1093
1094
1095 \begin_inset space \hfill{}
1096 \end_inset
1097
1098
1099 \begin_inset Float figure
1100 wide false
1101 sideways false
1102 status open
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Caption
1106
1107 \begin_layout Plain Layout
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Graphics
1118         filename ../clipart/platypus.eps
1119         lyxscale 60
1120         width 45col%
1121
1122 \end_inset
1123
1124
1125 \end_layout
1126
1127 \end_inset
1128
1129
1130 \begin_inset space \hfill{}
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:Dos-imágenes-distorsionadas"
1143
1144 \end_inset
1145
1146 Dos imágenes distorsionadas.
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Section
1160 Formatos de imagen
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "sec:Formatos-de-imagen"
1164
1165 \end_inset
1166
1167
1168 \begin_inset Index
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 Formatos de imagen
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Index
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182 Figuras ! Formatos de imagen
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Standard
1191 Puedes insertar imágenes en cualquier formato.
1192  Pero como se explica en el apéndice
1193 \begin_inset space ~
1194 \end_inset
1195
1196
1197 \begin_inset CommandInset ref
1198 LatexCommand ref
1199 reference "cha:Formatos-de-Archivos-de-Salida"
1200
1201 \end_inset
1202
1203 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1204  de archivo de imagen.
1205  Por eso LyX usa el programa 
1206 \family sans
1207 Imagemagick
1208 \family default
1209  en segundo plano para convertir imágenes al formato adecuado.
1210  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1211  los formatos de imagen admitidos en el formato de archivo de salida.
1212  Los formatos de salida se explican en el apéndice
1213 \begin_inset space ~
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset ref
1218 LatexCommand ref
1219 reference "cha:Formatos-de-Archivos-de-Salida"
1220
1221 \end_inset
1222
1223 .
1224 \end_layout
1225
1226 \begin_layout Standard
1227 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1228 \end_layout
1229
1230 \begin_layout Description
1231 Imágenes
1232 \begin_inset space ~
1233 \end_inset
1234
1235 mapa
1236 \begin_inset space ~
1237 \end_inset
1238
1239 de
1240 \begin_inset space ~
1241 \end_inset
1242
1243 bits
1244 \begin_inset space ~
1245 \end_inset
1246
1247 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1248  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1249  de zoom.
1250  Formatos de imágenes en bitmap bien conocidos son 
1251 \begin_inset Quotes eld
1252 \end_inset
1253
1254 Graphics Interchange Format
1255 \begin_inset Quotes erd
1256 \end_inset
1257
1258  (GIF, extensión 
1259 \begin_inset Quotes eld
1260 \end_inset
1261
1262 .gif
1263 \begin_inset Quotes erd
1264 \end_inset
1265
1266 )
1267 \begin_inset Index
1268 status collapsed
1269
1270 \begin_layout Plain Layout
1271 GIF|see
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 {
1278 \end_layout
1279
1280 \end_inset
1281
1282 Formatos de imagen
1283 \begin_inset ERT
1284 status collapsed
1285
1286 \begin_layout Plain Layout
1287
1288 }
1289 \end_layout
1290
1291 \end_inset
1292
1293
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302 Portable Network Graphics
1303 \begin_inset Quotes erd
1304 \end_inset
1305
1306  (PNG, extensión 
1307 \begin_inset Quotes eld
1308 \end_inset
1309
1310 .png
1311 \begin_inset Quotes erd
1312 \end_inset
1313
1314 )
1315 \begin_inset Index
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319 PNG|see
1320 \begin_inset ERT
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324
1325 {
1326 \end_layout
1327
1328 \end_inset
1329
1330 Formatos de imagen
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 }
1337 \end_layout
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \end_inset
1345
1346 , y 
1347 \begin_inset Quotes eld
1348 \end_inset
1349
1350 Joint Photographic Experts Group
1351 \begin_inset Quotes erd
1352 \end_inset
1353
1354  (JPG, extensión 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358 .jpg
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  o 
1363 \begin_inset Quotes eld
1364 \end_inset
1365
1366 .jpeg
1367 \begin_inset Quotes erd
1368 \end_inset
1369
1370 )
1371 \begin_inset Index
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375 JPG|see
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 {
1382 \end_layout
1383
1384 \end_inset
1385
1386 Formatos de imagen
1387 \begin_inset ERT
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391
1392 }
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \end_inset
1401
1402 .
1403 \end_layout
1404
1405 \begin_layout Description
1406 Imágenes
1407 \begin_inset space ~
1408 \end_inset
1409
1410 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1411 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1412  La posibilidad de escalado hace falta para crear presentaciones, porque
1413  éstas siempre son escaladas por el proyector.
1414  El escalado también es útil en los documentos en línea para permitir el
1415  zoom en diagramas.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Formatos de imagen escalables pueden ser 
1420 \begin_inset Quotes eld
1421 \end_inset
1422
1423 Scalable Vector Graphics
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427  (SVG, extensión 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 .svg
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435 )
1436 \begin_inset Index
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 SVG|see
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 {
1447 \end_layout
1448
1449 \end_inset
1450
1451 Formatos de imagen
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 }
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 Encapsulated PostScript
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475  (EPS, extensión 
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479 .eps
1480 \begin_inset Quotes erd
1481 \end_inset
1482
1483 )
1484 \begin_inset Index
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488 EPS|see
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 {
1495 \end_layout
1496
1497 \end_inset
1498
1499 Formatos de imagen
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 }
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 Portable Document Format
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  (PDF, extensión 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527 .pdf
1528 \begin_inset Quotes erd
1529 \end_inset
1530
1531 )
1532 \begin_inset Index
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 PDF|see
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 {
1543 \end_layout
1544
1545 \end_inset
1546
1547 Formatos de imagen
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 }
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562
1563 , y 
1564 \begin_inset Quotes eld
1565 \end_inset
1566
1567 Windows Metafile
1568 \begin_inset Quotes erd
1569 \end_inset
1570
1571  (WMF, extensión 
1572 \begin_inset Quotes eld
1573 \end_inset
1574
1575 .wmf
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 WMF|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Formatos de imagen
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611 .
1612  Escribimos 
1613 \begin_inset Quotes eld
1614 \end_inset
1615
1616 pueden ser
1617 \begin_inset Quotes erd
1618 \end_inset
1619
1620 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1621  será todavía una imagen bitmap.
1622  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1623  a la imagen original
1624 \begin_inset Foot
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628 En el caso de PDF, además se comprime la imagen original.
1629 \end_layout
1630
1631 \end_inset
1632
1633 .
1634  Por ejemplo, los archivos PDF generados por 
1635 \family sans
1636 Adobe Photoshop
1637 \family default
1638  son imágenes bitmap.
1639 \end_layout
1640
1641 \begin_layout Standard
1642 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1643  viceversa.
1644  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1645  archivos de salida PDF y PostScript, respectivamente.
1646  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1647  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1648 \begin_inset Formula $\to$
1649 \end_inset
1650
1651  PDF/EPS.
1652 \end_layout
1653
1654 \begin_layout Chapter
1655 Tablas
1656 \begin_inset CommandInset label
1657 LatexCommand label
1658 name "cha:Tablas"
1659
1660 \end_inset
1661
1662
1663 \begin_inset Index
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Tablas
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Section
1676 Introducción
1677 \begin_inset Index
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 Tablas ! Introducción
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \begin_layout Standard
1690 Puede insertarse una tabla mediante el botón
1691 \begin_inset Graphics
1692         filename ../../images/tabular-insert.png
1693         scale 85
1694
1695 \end_inset
1696
1697  o el menú 
1698 \family sans
1699 Insertar\SpecialChar \menuseparator
1700 Tabla
1701 \family default
1702 .
1703  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1704  el número de filas y de columnas de la tabla.
1705  Si usas el menú aparece un diálogo en el que se pide el número de filas
1706  y columnas.
1707  
1708 \begin_inset Newline newline
1709 \end_inset
1710
1711 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1712  fila aparece separada por una línea doble: la línea inferior de la primera
1713  fila y la línea superior de la segunda fila.
1714  Ejemplo de tabla:
1715 \end_layout
1716
1717 \begin_layout Standard
1718 \align center
1719 \begin_inset Tabular
1720 <lyxtabular version="3" rows="4" columns="4">
1721 <features>
1722 <column alignment="center" valignment="top" width="0">
1723 <column alignment="center" valignment="top" width="0pt">
1724 <column alignment="center" valignment="top" width="0in">
1725 <column alignment="center" valignment="top" width="0pt">
1726 <row>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 1
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758 2
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767 3
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 </row>
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \family roman
1780 \series medium
1781 \shape up
1782 \size normal
1783 \emph off
1784 \bar no
1785 \noun off
1786 \color none
1787 A
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 B
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \size normal
1854 \noun off
1855 \color none
1856  
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \family roman
1878 \series medium
1879 \shape up
1880 \size normal
1881 \emph off
1882 \bar no
1883 \noun off
1884 \color none
1885 C
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Section
1926 Diálogo de tablas
1927 \begin_inset Index
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931 Tablas ! Diálogo
1932 \end_layout
1933
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Standard
1940 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1941  pinchar sobre ella con el botón derecho del ratón.
1942  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1943  encuentra el cursor.
1944  La mayoría de opciones también trabajan sobre una selección de celdas,
1945  de filas o de columnas.
1946  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1947  su 
1948 \emph on
1949 contenido
1950 \emph default
1951 .
1952  En el cuadro de diálogo aparecen las siguientes solapas:
1953 \end_layout
1954
1955 \begin_layout Description
1956
1957 \family sans
1958 Configuración
1959 \begin_inset space ~
1960 \end_inset
1961
1962 de
1963 \begin_inset space ~
1964 \end_inset
1965
1966 la
1967 \begin_inset space ~
1968 \end_inset
1969
1970 tabla
1971 \family default
1972  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1973  actual.
1974  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1975  Una anchura determinada permite tener saltos de línea y distintos párrafos
1976  de texto, ver sección 
1977 \begin_inset space ~
1978 \end_inset
1979
1980
1981 \begin_inset CommandInset ref
1982 LatexCommand ref
1983 reference "sub:Líneas-Múltiples-en"
1984
1985 \end_inset
1986
1987 .
1988  Si no estableces anchura, la columna será tan ancha como el contenido de
1989  la celda más ancha.
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1994  ver sección
1995 \begin_inset space ~
1996 \end_inset
1997
1998
1999 \begin_inset CommandInset ref
2000 LatexCommand ref
2001 reference "sub:Multicolumnas"
2002
2003 \end_inset
2004
2005 .
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2010  90º en el sentido de las agujas del reloj.
2011  La rotación no se ve en LyX, sí en la salida.
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015
2016 \begin_inset Note Greyedout
2017 status open
2018
2019 \begin_layout Plain Layout
2020
2021 \series bold
2022 Nota:
2023 \series default
2024  no todos los visores DVI pueden mostrar rotaciones.
2025 \end_layout
2026
2027 \end_inset
2028
2029
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 También es posible introducir argumentos LaTeX necesarios para formatos
2034  especiales, ver sección
2035 \begin_inset space ~
2036 \end_inset
2037
2038
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "sub:Cálculos-en-Multicolumnas"
2042
2043 \end_inset
2044
2045  y 
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "sec:Tablas-Coloreadas"
2049
2050 \end_inset
2051
2052 .
2053 \end_layout
2054
2055 \begin_layout Description
2056
2057 \family sans
2058 Bordes
2059 \family default
2060  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2061 \end_layout
2062
2063 \begin_layout Description
2064
2065 \family sans
2066 Tabla
2067 \begin_inset space ~
2068 \end_inset
2069
2070 larga
2071 \family default
2072  Para hacer 
2073 \emph on
2074 tablas largas
2075 \emph default
2076  que pueden extenderse por varias páginas.
2077  La sección
2078 \begin_inset space ~
2079 \end_inset
2080
2081
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sec:Tablas-Largas"
2085
2086 \end_inset
2087
2088  describe su uso en detalle.
2089 \end_layout
2090
2091 \begin_layout Standard
2092 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2093  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2094  aparecerá inmediatamente en el diálogo.
2095 \end_layout
2096
2097 \begin_layout Section
2098 Barra de herramientas de tabla
2099 \begin_inset Index
2100 status collapsed
2101
2102 \begin_layout Plain Layout
2103 Tablas ! Barra de herramientas
2104 \end_layout
2105
2106 \end_inset
2107
2108
2109 \end_layout
2110
2111 \begin_layout Standard
2112 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2113  para cambiar las tablas de manera más rápida.
2114  Normalmente debería aparecer en la parte inferior de la ventana principal
2115  de LyX cuando el cursor está dentro de una tabla.
2116  En cualquier momento se puede presentar esta barra pinchando con el botón
2117  derecho del ratón en cualquier punto de la barra principal de menú.
2118 \end_layout
2119
2120 \begin_layout Standard
2121 La barra de herramientas tiene los siguientes iconos:
2122 \end_layout
2123
2124 \begin_layout Labeling
2125 \labelwidthstring 00.00.0000
2126 \begin_inset Graphics
2127         filename ../../images/tabular-feature_append-row.png
2128
2129 \end_inset
2130
2131  añade una fila bajo la celda actual o selección
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Graphics
2137         filename ../../images/tabular-feature_append-column.png
2138
2139 \end_inset
2140
2141  añade una columna a la derecha de la celda actual o selección
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Graphics
2147         filename ../../images/tabular-feature_delete-row.png
2148
2149 \end_inset
2150
2151  borra la fila actual o selección
2152 \end_layout
2153
2154 \begin_layout Labeling
2155 \labelwidthstring 00.00.0000
2156 \begin_inset Graphics
2157         filename ../../images/tabular-feature_delete-column.png
2158
2159 \end_inset
2160
2161  borra la columna actual o selección
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Graphics
2167         filename ../../images/tabular-feature_toggle-line-top.png
2168
2169 \end_inset
2170
2171  añade una línea sobre la celda/fila actual o la selección
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176 \begin_inset Graphics
2177         filename ../../images/tabular-feature_toggle-line-bottom.png
2178
2179 \end_inset
2180
2181  añade una línea bajo la celda/fila actual o la selección
2182 \end_layout
2183
2184 \begin_layout Labeling
2185 \labelwidthstring 00.00.0000
2186 \begin_inset Graphics
2187         filename ../../images/tabular-feature_toggle-line-left.png
2188
2189 \end_inset
2190
2191  añade una línea a la izquierda de la celda/fila actual o la selección
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_toggle-line-right.png
2198
2199 \end_inset
2200
2201  añade una línea a la derecha de la celda/fila actual o la selección
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206 \begin_inset Graphics
2207         filename ../../images/tabular-feature_set-all-lines.png
2208
2209 \end_inset
2210
2211  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2212  actual no es multicolumna esto afecta también a la fila y a la columna)
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217 \begin_inset Graphics
2218         filename ../../images/tabular-feature_unset-all-lines.png
2219
2220 \end_inset
2221
2222  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2223  actual no es multicolumna esto afecta también a la fila y a la columna)
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Graphics
2229         filename ../../images/tabular-feature_align-left.png
2230
2231 \end_inset
2232
2233  alinea a la izquierda el contenido de la celda/columna
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_align-center.png
2240
2241 \end_inset
2242
2243  centra el contenido de la celda/columna horizontalmente
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_align-right.png
2250
2251 \end_inset
2252
2253  alinea a la derecha el contenido de la celda/columna
2254 \end_layout
2255
2256 \begin_layout Labeling
2257 \labelwidthstring 00.00.0000
2258 \begin_inset Graphics
2259         filename ../../images/tabular-feature_valign-top.png
2260
2261 \end_inset
2262
2263  alinea arriba el contenido de la celda
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268 \begin_inset Graphics
2269         filename ../../images/tabular-feature_valign-middle.png
2270
2271 \end_inset
2272
2273  centra verticalmente el contenido de la celda
2274 \end_layout
2275
2276 \begin_layout Labeling
2277 \labelwidthstring 00.00.0000
2278 \begin_inset Graphics
2279         filename ../../images/tabular-feature_valign-bottom.png
2280
2281 \end_inset
2282
2283  alinea abajo el contenido de la celda
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288 \begin_inset Graphics
2289         filename ../../images/tabular-feature_set-rotate-cell.png
2290
2291 \end_inset
2292
2293  gira la celda o selección 90° como las agujas de reloj
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298 \begin_inset Graphics
2299         filename ../../images/tabular-feature_set-rotate-tabular.png
2300
2301 \end_inset
2302
2303  gira toda la tabla 90° como agujas del reloj
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Graphics
2309         filename ../../images/tabular-feature_multicolumn.png
2310
2311 \end_inset
2312
2313  establece la celda actual o selección como multicolumna
2314 \end_layout
2315
2316 \begin_layout Standard
2317 \begin_inset Note Greyedout
2318 status open
2319
2320 \begin_layout Plain Layout
2321
2322 \series bold
2323 Nota:
2324 \series default
2325  En la salida se emplea la alineación vertical de la primera celda de una
2326  fila para todas las celdas restantes de la fila.
2327 \end_layout
2328
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Section
2335 Menú Editar Tabla
2336 \begin_inset Index
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 Tablas ! Editar
2341 \end_layout
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Además del diálogo y la barra de herramientas, el menú 
2350 \family sans
2351 Editar\SpecialChar \menuseparator
2352 Tabla
2353 \family default
2354  permite añadir y borrar bordes para la fila/columna actual y establecer
2355  la selección como multicolumna.
2356  El menú sólo está disponible si el cursor está en la tabla.
2357 \end_layout
2358
2359 \begin_layout Section
2360 Tablas flotantes
2361 \begin_inset CommandInset label
2362 LatexCommand label
2363 name "sec:Tablas-Flotantes"
2364
2365 \end_inset
2366
2367
2368 \begin_inset Index
2369 status collapsed
2370
2371 \begin_layout Plain Layout
2372 Flotantes ! Tablas
2373 \end_layout
2374
2375 \end_inset
2376
2377
2378 \begin_inset Index
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Tablas ! Flotantes
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Para una explicación general sobre flotantes, echa un vistazo a la sección
2392 \begin_inset space ~
2393 \end_inset
2394
2395
2396 \begin_inset CommandInset ref
2397 LatexCommand ref
2398 reference "sec:IntroducciónFlotantes"
2399
2400 \end_inset
2401
2402 .
2403 \end_layout
2404
2405 \begin_layout Standard
2406 \begin_inset Float table
2407 placement h
2408 wide false
2409 sideways false
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413 \begin_inset Caption
2414
2415 \begin_layout Plain Layout
2416 \begin_inset CommandInset label
2417 LatexCommand label
2418 name "tab:una tabla flotante"
2419
2420 \end_inset
2421
2422 Una tabla flotante.
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \begin_layout Plain Layout
2431 \align center
2432 \begin_inset Tabular
2433 <lyxtabular version="3" rows="3" columns="3">
2434 <features>
2435 <column alignment="center" valignment="top" width="0pt">
2436 <column alignment="center" valignment="top" width="0pt">
2437 <column alignment="center" valignment="top" width="0pt">
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \family roman
2445 \series medium
2446 \shape up
2447 \size normal
2448 \emph off
2449 \bar no
2450 \noun off
2451 \color none
2452 1
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461
2462 \family roman
2463 \series medium
2464 \shape up
2465 \size normal
2466 \emph off
2467 \bar no
2468 \noun off
2469 \color none
2470 2
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Plain Layout
2479
2480 \family roman
2481 \series medium
2482 \shape up
2483 \size normal
2484 \emph off
2485 \bar no
2486 \noun off
2487 \color none
2488 3
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 </row>
2494 <row>
2495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Plain Layout
2499
2500 \family roman
2501 \series medium
2502 \shape up
2503 \size normal
2504 \emph off
2505 \bar no
2506 \noun off
2507 \color none
2508 Pepe
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \family roman
2519 \series medium
2520 \shape up
2521 \size normal
2522 \emph off
2523 \bar no
2524 \noun off
2525 \color none
2526 Mari
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535
2536 \family roman
2537 \series medium
2538 \shape up
2539 \size normal
2540 \emph off
2541 \bar no
2542 \noun off
2543 \color none
2544 Teo
2545 \end_layout
2546
2547 \end_inset
2548 </cell>
2549 </row>
2550 <row>
2551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2552 \begin_inset Text
2553
2554 \begin_layout Plain Layout
2555
2556 \family roman
2557 \series medium
2558 \shape up
2559 \size normal
2560 \emph off
2561 \bar no
2562 \noun off
2563 \color none
2564 \begin_inset Formula $\int x^{2}dx$
2565 \end_inset
2566
2567
2568 \end_layout
2569
2570 \end_inset
2571 </cell>
2572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Plain Layout
2576
2577 \family roman
2578 \series medium
2579 \shape up
2580 \size normal
2581 \emph off
2582 \bar no
2583 \noun off
2584 \color none
2585 \begin_inset Formula $\left[\begin{array}{cc}
2586 a & b\\
2587 c & d\end{array}\right]$
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \end_inset
2594 </cell>
2595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Plain Layout
2599
2600 \family roman
2601 \series medium
2602 \shape up
2603 \size normal
2604 \emph off
2605 \bar no
2606 \noun off
2607 \color none
2608 \begin_inset Formula $1+1=2$
2609 \end_inset
2610
2611
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 </row>
2617 </lyxtabular>
2618
2619 \end_inset
2620
2621
2622 \end_layout
2623
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \begin_layout Standard
2630 Las tablas flotantes pueden insertarse con el menú 
2631 \family sans
2632 Insertar\SpecialChar \menuseparator
2633 Flotante\SpecialChar \menuseparator
2634 Tabla
2635 \family default
2636  o con el botón 
2637 \begin_inset Graphics
2638         filename ../../images/float-insert_table.png
2639         scale 85
2640
2641 \end_inset
2642
2643 .
2644 \end_layout
2645
2646 \begin_layout Standard
2647 El flotante se muestra como un cuadro desplegable con la etiqueta 
2648 \begin_inset Quotes eld
2649 \end_inset
2650
2651 Tabla
2652 \begin_inset space ~
2653 \end_inset
2654
2655 #:
2656 \begin_inset Quotes erd
2657 \end_inset
2658
2659  (# es el número actual).
2660  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2661  Para insertar una tabla en el flotante se sitúa el cursor al final del
2662  texto del encabezado y se pulsa Intro.
2663  La leyenda se imprime encima de la tabla.
2664 \end_layout
2665
2666 \begin_layout Standard
2667 La tabla
2668 \begin_inset space ~
2669 \end_inset
2670
2671
2672 \begin_inset CommandInset ref
2673 LatexCommand ref
2674 reference "tab:una tabla flotante"
2675
2676 \end_inset
2677
2678  es un ejemplo de tabla flotante.
2679 \end_layout
2680
2681 \begin_layout Standard
2682 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2683  no es soportado en las clases estándar de LaTeX.
2684  Esto significa que si estás usando las clases de documento 
2685 \family sans
2686 article
2687 \family default
2688
2689 \family sans
2690 book
2691 \family default
2692
2693 \family sans
2694 letter
2695 \family default
2696  o 
2697 \family sans
2698 report
2699 \family default
2700  no habrá espacio entre la leyenda y la tabla.
2701  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2702  del documento la siguiente opción al comando del paquete LaTeX 
2703 \series bold
2704 caption
2705 \series default
2706
2707 \begin_inset Index
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 LaTeX-paquetes ! caption
2712 \end_layout
2713
2714 \end_inset
2715
2716
2717 \begin_inset Foot
2718 status open
2719
2720 \begin_layout Plain Layout
2721 Para más información ve a la sección
2722 \begin_inset space ~
2723 \end_inset
2724
2725
2726 \begin_inset CommandInset ref
2727 LatexCommand ref
2728 reference "sec:Colocación-de-leyendas"
2729
2730 \end_inset
2731
2732 .
2733 \end_layout
2734
2735 \end_inset
2736
2737 :
2738 \end_layout
2739
2740 \begin_layout Standard
2741
2742 \series bold
2743 tableposition=top
2744 \end_layout
2745
2746 \begin_layout Standard
2747 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2748  
2749 \series bold
2750 caption
2751 \series default
2752  como se describe en la sección
2753 \begin_inset space ~
2754 \end_inset
2755
2756
2757 \begin_inset CommandInset ref
2758 LatexCommand ref
2759 reference "sec:Formato-de-leyendas"
2760
2761 \end_inset
2762
2763 .
2764  
2765 \end_layout
2766
2767 \begin_layout Standard
2768 \begin_inset Index
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Referencias ! a tablas
2773 \end_layout
2774
2775 \end_inset
2776
2777 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2778  etiqueta.
2779  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2780 \family sans
2781 Insertar\SpecialChar \menuseparator
2782 Etiqueta
2783 \family default
2784  o con el botón 
2785 \begin_inset Graphics
2786         filename ../../images/label-insert.png
2787         scale 85
2788
2789 \end_inset
2790
2791 .
2792  Ahora puedes referenciar la etiqueta con el menú 
2793 \family sans
2794 Insertar\SpecialChar \menuseparator
2795 Referencia
2796 \begin_inset space ~
2797 \end_inset
2798
2799 cruzada
2800 \family default
2801  o con el botón 
2802 \begin_inset Graphics
2803         filename ../../images/dialog-show-new-inset_ref.png
2804         scale 85
2805
2806 \end_inset
2807
2808 .
2809 \begin_inset Newline newline
2810 \end_inset
2811
2812 Las referencias se explican con detalle en la sección
2813 \begin_inset space ~
2814 \end_inset
2815
2816
2817 \begin_inset CommandInset ref
2818 LatexCommand ref
2819 reference "sec:Referencias-a-Flotantes"
2820
2821 \end_inset
2822
2823 .
2824 \end_layout
2825
2826 \begin_layout Section
2827 Tablas largas
2828 \begin_inset CommandInset label
2829 LatexCommand label
2830 name "sec:Tablas-Largas"
2831
2832 \end_inset
2833
2834
2835 \begin_inset Index
2836 status collapsed
2837
2838 \begin_layout Plain Layout
2839 Tablas largas
2840 \end_layout
2841
2842 \end_inset
2843
2844
2845 \begin_inset Index
2846 status collapsed
2847
2848 \begin_layout Plain Layout
2849 Tablas ! Largas
2850 \end_layout
2851
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \begin_layout Standard
2858 Si la tabla es demasiado larga para una página, puedes usar la opción 
2859 \family sans
2860 Usar
2861 \begin_inset space ~
2862 \end_inset
2863
2864 tabla
2865 \begin_inset space ~
2866 \end_inset
2867
2868 larga
2869 \family default
2870  en la solapa 
2871 \family sans
2872 Tabla
2873 \begin_inset space ~
2874 \end_inset
2875
2876 larga
2877 \family default
2878  del diálogo de tablas, para repartir automáticamente la tabla en varias
2879  páginas.
2880  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2881 \end_layout
2882
2883 \begin_layout Description
2884
2885 \family sans
2886 Encabezado:
2887 \family default
2888  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2889  definida, se definen como filas de encabezado para todas las páginas de
2890  la tabla, excepto para la primera página si 
2891 \family sans
2892 Primer
2893 \begin_inset space ~
2894 \end_inset
2895
2896 encabezado
2897 \family default
2898  está definido.
2899  Este se denomina encabezado principal.
2900 \end_layout
2901
2902 \begin_layout Description
2903
2904 \family sans
2905 Primer
2906 \begin_inset space ~
2907 \end_inset
2908
2909 encabezado:
2910 \family default
2911  La fila actual y superiores, que no tienen ninguna opción especial definida,
2912  se definen como filas cabeceras de la primera página de la tabla.
2913 \end_layout
2914
2915 \begin_layout Description
2916
2917 \family sans
2918 Pie:
2919 \family default
2920  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2921  definida, se definen como filas de pie de todas las páginas de la tabla,
2922  excepto para la última página si se define 
2923 \family sans
2924 Último
2925 \begin_inset space ~
2926 \end_inset
2927
2928 pie.
2929 \end_layout
2930
2931 \begin_layout Description
2932
2933 \family sans
2934 Último
2935 \begin_inset space ~
2936 \end_inset
2937
2938 pie: L
2939 \family default
2940 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2941  se definen como filas de pie de la última página de la tabla.
2942 \end_layout
2943
2944 \begin_layout Standard
2945 También se puede especificar en qué fila se ha de cortar la tabla.
2946  Si se establece más de una opción en la misma fila, habría que tener en
2947  cuenta que sólo la primera de ellas se usa en la fila dada.
2948  Las otras quedarán definidas como 
2949 \emph on
2950 vacías
2951 \emph default
2952 .
2953  En este contexto, primera significa primero en este orden: 
2954 \family sans
2955 Encabezado, Primer
2956 \begin_inset space ~
2957 \end_inset
2958
2959 encabezado
2960 \family default
2961
2962 \family sans
2963 Pie, Último
2964 \begin_inset space ~
2965 \end_inset
2966
2967 pie
2968 \family default
2969 .
2970  La siguiente tabla muestra cómo funciona:
2971 \end_layout
2972
2973 \begin_layout Standard
2974
2975 \end_layout
2976
2977 \begin_layout Standard
2978 \align center
2979 \begin_inset Tabular
2980 <lyxtabular version="3" rows="69" columns="3">
2981 <features islongtable="true">
2982 <column alignment="left" valignment="top" width="0cm">
2983 <column alignment="left" valignment="top" width="0pt">
2984 <column alignment="right" valignment="top" width="0pt">
2985 <row endfirsthead="true">
2986 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \series bold
2992 Ejemplo de lista telefónica (ignore los nombres)
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row endfirsthead="true">
3017 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \series bold
3023 NOMBRE
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041
3042 \series bold
3043 TEL.
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row endhead="true">
3050 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \series bold
3056 Ejemplo de lista telefónica
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row endhead="true">
3081 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085
3086 \series bold
3087 NOMBRE
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \series bold
3107 TEL.
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 </row>
3113 <row endfoot="true">
3114 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118  continúa en la página siguiente
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \series bold
3149 Annovi
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 Silvia
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 111
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 Bertoli
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 Stefano
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 111
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \series bold
3211 Bozzi
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220 Walter
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 111
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \series bold
3242 Cachia
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 Maria
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 111
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 </row>
3266 <row>
3267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \series bold
3273 Cachia
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 Maurizio
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 111
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 </row>
3297 <row>
3298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \series bold
3304 Cinquemani
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Giusi
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 111
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 Colin
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 Bernard
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 111
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \series bold
3366 Concli
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 Gianfranco
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 111
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 </row>
3390 <row>
3391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \series bold
3397 Dal Bosco
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 Carolina
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 111
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row>
3422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 Dalpiaz
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Annamaria
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 111
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row>
3453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 Feliciello
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 Domenico
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 111
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row>
3484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 Focarelli
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 Paola
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 111
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \series bold
3521 Galletti
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Oreste
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 111
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 Gasparini
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Franca
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 111
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 Rizzardi
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 Paola
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 111
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \series bold
3614 Lassini
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Giancarlo
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 111
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 Malfatti
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Luciano
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 111
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676 Malfatti
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Valeriano
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 111
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705
3706 \series bold
3707 Meneguzzo
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Roberto
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 111
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \series bold
3738 Mezzadra
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 Roberto
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 111
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row>
3763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767
3768 \series bold
3769 Pirpamer
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 Erich
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 111
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row>
3794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \series bold
3800 Pochiesa
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 Paolo
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 111, 222
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row>
3825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \series bold
3831 Radina
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Claudio
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 111
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \series bold
3862 Stuffer
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 Oskar
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 111
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \series bold
3893 Tacchelli
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 Ugo
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 111
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 <row>
3918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922
3923 \series bold
3924 Tezzele
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 Margit
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 111
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \series bold
3955 Unterkalmsteiner
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 Frieda
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 111
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 <row>
3980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984
3985 \series bold
3986 Vieider
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 Hilde
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 111
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 <row>
4011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015
4016 \series bold
4017 Vigna
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Jürgen
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 111
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \series bold
4048 Weber
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 Maurizio
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 111
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \series bold
4079 Winkler
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 Franz
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 111
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 </row>
4103 <row>
4104 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108  
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Annovi
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Silvia
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 555
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Bertoli
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Stefano
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 555
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Bozzi
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Walter
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 555
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Cachia
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Maria
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 555
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Cachia
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Maurizio
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 555
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Cinquemani
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Giusi
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 555
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Colin
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Bernard
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 555
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Concli
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Gianfranco
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 555
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Dal Bosco
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Carolina
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 555
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Dalpiaz
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Annamaria
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 555
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Feliciello
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Domenico
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 555
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Focarelli
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Paola
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 555
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Galletti
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Oreste
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 555
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Gasparini
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Franca
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 555
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \series bold
4573 Rizzardi
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Paola
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 555
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602
4603 \series bold
4604 Lassini
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 Giancarlo
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 555
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633
4634 \series bold
4635 Malfatti
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 Luciano
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 555
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row>
4660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664
4665 \series bold
4666 Malfatti
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 Valeriano
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 555
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \series bold
4697 Meneguzzo
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 Roberto
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 555
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 </row>
4721 <row>
4722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726
4727 \series bold
4728 Mezzadra
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 Roberto
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 555
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757
4758 \series bold
4759 Pirpamer
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 Erich
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 555
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 </row>
4783 <row>
4784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788
4789 \series bold
4790 Pochiesa
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 Paolo
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 555, 222
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 </row>
4814 <row>
4815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819
4820 \series bold
4821 Radina
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 Claudio
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 555
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \series bold
4852 Stuffer
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Oskar
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 555
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \series bold
4883 Tacchelli
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 Ugo
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 555
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 </row>
4907 <row>
4908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912
4913 \series bold
4914 Tezzele
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 Margit
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 555
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 </row>
4938 <row>
4939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943
4944 \series bold
4945 Unterkalmsteiner
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 Frieda
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 555
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 </row>
4969 <row>
4970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974
4975 \series bold
4976 Vieider
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 Hilde
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 555
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \series bold
5007 Vigna
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 Jürgen
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 999
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 </row>
5031 <row>
5032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \series bold
5038 Weber
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 Maurizio
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 555
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \series bold
5069 Winkler
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 Franz
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 555
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 </row>
5093 <row endlastfoot="true">
5094 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 fin
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 </lyxtabular>
5123
5124 \end_inset
5125
5126
5127 \begin_inset ERT
5128 status open
5129
5130 \begin_layout Plain Layout
5131
5132
5133 \backslash
5134 addtocounter{table}{-1}
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \begin_inset Note Note
5141 status collapsed
5142
5143 \begin_layout Plain Layout
5144 Para comprender el uso de este comando, lee al final de la sección
5145 \begin_inset space ~
5146 \end_inset
5147
5148
5149 \begin_inset CommandInset ref
5150 LatexCommand ref
5151 reference "sub:Leyendas-en-Tablas"
5152
5153 \end_inset
5154
5155  la primera nota resaltada en gris.
5156  
5157 \end_layout
5158
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \begin_layout Subsection
5165 Notas al pie en tablas largas
5166 \begin_inset CommandInset label
5167 LatexCommand label
5168 name "sub:Notas-al-pie-en-Tablas-Largas"
5169
5170 \end_inset
5171
5172
5173 \begin_inset Index
5174 status collapsed
5175
5176 \begin_layout Plain Layout
5177 Tablas largas ! Notas al pie
5178 \end_layout
5179
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \begin_layout Standard
5186 Se pueden insertar notas al pie en cada celda de una tabla larga.
5187  Las notas se muestran en la parte inferior de la página en la que esté
5188  la celda con la nota.
5189  La tabla
5190 \begin_inset space ~
5191 \end_inset
5192
5193
5194 \begin_inset CommandInset ref
5195 LatexCommand ref
5196 reference "tab:DifLeyendas"
5197
5198 \end_inset
5199
5200  tiene un ejemplo de nota al pie.
5201 \end_layout
5202
5203 \begin_layout Subsection
5204 Alineación de tablas largas
5205 \begin_inset Index
5206 status collapsed
5207
5208 \begin_layout Plain Layout
5209 Tablas largas ! Alineación
5210 \end_layout
5211
5212 \end_inset
5213
5214
5215 \end_layout
5216
5217 \begin_layout Standard
5218 Las tablas largas se centran por defecto.
5219  Al contrario de la alineación de filas y columnas, la alineación de una
5220  tabla no se puede cambiar por ahora en el diálogo de tablas.
5221  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5222  longitudes 
5223 \series bold
5224
5225 \backslash
5226 LTleft
5227 \series default
5228  y 
5229 \series bold
5230
5231 \backslash
5232 LTright 
5233 \series default
5234 insertando la línea siguiente como ERT antes de la correspondiente tabla
5235  larga:
5236 \end_layout
5237
5238 \begin_layout Standard
5239
5240 \series bold
5241
5242 \backslash
5243 setlength{
5244 \backslash
5245 LTleft}{valor}
5246 \end_layout
5247
5248 \begin_layout Standard
5249 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5250 \begin_inset space ~
5251 \end_inset
5252
5253
5254 \begin_inset CommandInset ref
5255 LatexCommand ref
5256 reference "tab:Unidades"
5257
5258 \end_inset
5259
5260 .
5261  
5262 \series bold
5263
5264 \backslash
5265 LTlent 
5266 \series default
5267 controla la distancia entre el borde izquierdo de la página y la tabla.
5268  
5269 \series bold
5270
5271 \backslash
5272 LTright 
5273 \series default
5274 la distancia desde el lado derecho.
5275  El valor predeterminado para ambas longitudes es 
5276 \series bold
5277
5278 \backslash
5279 fill
5280 \series default
5281 , que en este caso es lo mismo que un relleno horizontal en LyX.
5282 \end_layout
5283
5284 \begin_layout Standard
5285 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5286 \series bold
5287
5288 \backslash
5289 LTleft
5290 \series default
5291  0 pt.
5292 \begin_inset ERT
5293 status collapsed
5294
5295 \begin_layout Plain Layout
5296
5297
5298 \backslash
5299 setlength{
5300 \backslash
5301 LTleft}{0pt}
5302 \end_layout
5303
5304 \end_inset
5305
5306
5307 \end_layout
5308
5309 \begin_layout Standard
5310 \begin_inset Tabular
5311 <lyxtabular version="3" rows="5" columns="5">
5312 <features islongtable="true">
5313 <column alignment="center" valignment="top" width="0">
5314 <column alignment="center" valignment="top" width="0">
5315 <column alignment="center" valignment="top" width="0">
5316 <column alignment="center" valignment="top" width="0">
5317 <column alignment="center" valignment="top" width="0">
5318 <row>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 1
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 2
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 3
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 4
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 5
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 asd
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 s
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 s
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 asd
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 <row>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 asd
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 s
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 s
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 s
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 asd
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 <row>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 asd
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 s
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 s
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 s
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 asd
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 </row>
5506 <row>
5507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 asd
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 asd
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 asd
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 asd
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 </lyxtabular>
5554
5555 \end_inset
5556
5557
5558 \begin_inset ERT
5559 status collapsed
5560
5561 \begin_layout Plain Layout
5562
5563
5564 \backslash
5565 setlength{
5566 \backslash
5567 LTleft}{
5568 \backslash
5569 fill}
5570 \end_layout
5571
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \begin_layout Subsection
5578 Leyendas en tablas largas
5579 \begin_inset Index
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583 Tablas largas ! Leyendas
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \begin_inset CommandInset label
5590 LatexCommand label
5591 name "sub:Leyendas-en-Tablas"
5592
5593 \end_inset
5594
5595
5596 \end_layout
5597
5598 \begin_layout Standard
5599 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5600  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5601  para tablas largas.
5602 \end_layout
5603
5604 \begin_layout Standard
5605 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5606  hay que crearlos de la sigiente forma:
5607 \end_layout
5608
5609 \begin_layout Enumerate
5610 Crea una tabla larga.
5611 \end_layout
5612
5613 \begin_layout Enumerate
5614 Marca la primera fila y deshabilita su línea superior.
5615 \end_layout
5616
5617 \begin_layout Enumerate
5618 Inserta una leyenda con el menú 
5619 \family sans
5620 Insertar\SpecialChar \menuseparator
5621 Leyenda
5622 \family default
5623  en la primera celda.
5624 \begin_inset Newline newline
5625 \end_inset
5626
5627 También puedes añadir un 
5628 \family sans
5629 título breve
5630 \family default
5631  para la leyenda .
5632 \end_layout
5633
5634 \begin_layout Enumerate
5635 Inserta un 
5636 \begin_inset Quotes eld
5637 \end_inset
5638
5639
5640 \series bold
5641
5642 \backslash
5643
5644 \backslash
5645 %
5646 \series default
5647
5648 \begin_inset Quotes erd
5649 \end_inset
5650
5651  como ERT detrás de la leyenda.
5652 \end_layout
5653
5654 \begin_layout Standard
5655 En la Lista de tablas aparecerá el título breve en vez del título completo.
5656  El 
5657 \series bold
5658
5659 \begin_inset Quotes eld
5660 \end_inset
5661
5662
5663 \backslash
5664
5665 \backslash
5666 %
5667 \series default
5668
5669 \begin_inset Quotes erd
5670 \end_inset
5671
5672  detrás de la leyenda elimina las líneas verticales entre las siguientes
5673  celdas de la fila.
5674  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5675  la tabla real comienza en la segunda fila.
5676 \end_layout
5677
5678 \begin_layout Standard
5679 He aquí una pequeña tabla larga para mostrar cómo funciona:
5680 \end_layout
5681
5682 \begin_layout Standard
5683 \begin_inset Tabular
5684 <lyxtabular version="3" rows="6" columns="5">
5685 <features islongtable="true">
5686 <column alignment="center" valignment="top" width="0">
5687 <column alignment="center" valignment="top" width="0">
5688 <column alignment="center" valignment="top" width="0">
5689 <column alignment="center" valignment="top" width="0">
5690 <column alignment="center" valignment="top" width="0">
5691 <row caption="true">
5692 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Caption
5697
5698 \begin_layout Plain Layout
5699 Tabla larga con leyenda
5700 \begin_inset OptArg
5701 status open
5702
5703 \begin_layout Plain Layout
5704 Tabla larga
5705 \end_layout
5706
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 1
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 2
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 3
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 4
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 5
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 s
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 asd
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 s
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 asd
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row>
5945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 asd
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 asd
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 </lyxtabular>
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \begin_layout Standard
5999 \begin_inset VSpace medskip
6000 \end_inset
6001
6002
6003 \begin_inset Note Greyedout
6004 status open
6005
6006 \begin_layout Plain Layout
6007
6008 \series bold
6009 Nota
6010 \series default
6011 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6012  leyenda en alguna de ellas.
6013  Por esto podría suceder que, p.
6014 \begin_inset space \thinspace{}
6015 \end_inset
6016
6017 e., la tabla
6018 \begin_inset space ~
6019 \end_inset
6020
6021 2.4 siga a la tabla
6022 \begin_inset space ~
6023 \end_inset
6024
6025 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6026  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6027  en ERT:
6028 \end_layout
6029
6030 \begin_layout Plain Layout
6031
6032 \series bold
6033
6034 \backslash
6035 addtocounter{table}{-1}
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \begin_layout Standard
6044 \begin_inset Note Greyedout
6045 status open
6046
6047 \begin_layout Plain Layout
6048
6049 \series bold
6050 Nota:
6051 \series default
6052  Si utilizas el paquete LaTeX 
6053 \series bold
6054 hyperref
6055 \series default
6056
6057 \begin_inset Index
6058 status collapsed
6059
6060 \begin_layout Plain Layout
6061 LaTeX-paquetes ! hyperref
6062 \end_layout
6063
6064 \end_inset
6065
6066  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6067  llevan siempre al principio del documento.
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Subsubsection
6076 Referencias a tablas largas
6077 \begin_inset Index
6078 status collapsed
6079
6080 \begin_layout Plain Layout
6081 Tablas largas ! Referencias a
6082 \end_layout
6083
6084 \end_inset
6085
6086
6087 \end_layout
6088
6089 \begin_layout Standard
6090 \begin_inset Tabular
6091 <lyxtabular version="3" rows="6" columns="5">
6092 <features islongtable="true">
6093 <column alignment="center" valignment="top" width="0">
6094 <column alignment="center" valignment="top" width="0">
6095 <column alignment="center" valignment="top" width="0">
6096 <column alignment="center" valignment="top" width="0">
6097 <column alignment="center" valignment="top" width="0">
6098 <row caption="true">
6099 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 \begin_inset Caption
6104
6105 \begin_layout Plain Layout
6106 Tabla larga referenciada
6107 \begin_inset CommandInset label
6108 LatexCommand label
6109 name "tab:RefEjemplo"
6110
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 1
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 2
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 3
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 4
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 5
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 asd
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 s
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 s
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 asd
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 </row>
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 asd
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 s
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 asd
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 <row>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 s
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 asd
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 </row>
6348 <row>
6349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 asd
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 sad
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 </row>
6395 </lyxtabular>
6396
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6404  Observa que tienes que añadir el prefijo 
6405 \begin_inset Quotes eld
6406 \end_inset
6407
6408
6409 \emph on
6410 tab
6411 \emph default
6412 :
6413 \begin_inset Quotes erd
6414 \end_inset
6415
6416  manualmente en el campo de etiqueta.
6417  
6418 \end_layout
6419
6420 \begin_layout Standard
6421 Esto es una referencia a la tabla
6422 \begin_inset space ~
6423 \end_inset
6424
6425
6426 \begin_inset CommandInset ref
6427 LatexCommand ref
6428 reference "tab:RefEjemplo"
6429
6430 \end_inset
6431
6432 .
6433 \end_layout
6434
6435 \begin_layout Standard
6436 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6437  del documento mediante el paquete LaTeX 
6438 \series bold
6439 caption
6440 \series default
6441
6442 \begin_inset Index
6443 status collapsed
6444
6445 \begin_layout Plain Layout
6446 LaTeX-paquetes ! caption
6447 \end_layout
6448
6449 \end_inset
6450
6451 , véase sección
6452 \begin_inset space ~
6453 \end_inset
6454
6455  
6456 \begin_inset CommandInset ref
6457 LatexCommand ref
6458 reference "sec:Formato-de-leyendas"
6459
6460 \end_inset
6461
6462 .
6463 \end_layout
6464
6465 \begin_layout Subsubsection
6466 Anchura de la leyenda
6467 \begin_inset Index
6468 status collapsed
6469
6470 \begin_layout Plain Layout
6471 Tablas largas ! Anchura de la leyenda
6472 \end_layout
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \begin_layout Standard
6480 La anchura máxima se define por la longitud 
6481 \series bold
6482
6483 \backslash
6484 LTcapwidth
6485 \series default
6486 .
6487  Por defecto es 4
6488 \begin_inset space \thinspace{}
6489 \end_inset
6490
6491 in (4
6492 \begin_inset space ~
6493 \end_inset
6494
6495 pulgadas).
6496  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6497  documento antes de la tabla larga a la que afecta
6498 \end_layout
6499
6500 \begin_layout Standard
6501
6502 \series bold
6503
6504 \backslash
6505 setlength{
6506 \backslash
6507 LTcapwidth}{anchura}
6508 \end_layout
6509
6510 \begin_layout Standard
6511 donde la anchura puede ser una de las unidades listadas en el apéndice
6512 \begin_inset space ~
6513 \end_inset
6514
6515
6516 \begin_inset CommandInset ref
6517 LatexCommand ref
6518 reference "cha:Unidades-disponibles-en"
6519
6520 \end_inset
6521
6522 .
6523 \end_layout
6524
6525 \begin_layout Standard
6526 Las tablas siguientes muestran la diferencia:
6527 \end_layout
6528
6529 \begin_layout Standard
6530 \begin_inset Tabular
6531 <lyxtabular version="3" rows="6" columns="5">
6532 <features islongtable="true">
6533 <column alignment="center" valignment="top" width="0">
6534 <column alignment="center" valignment="top" width="0">
6535 <column alignment="center" valignment="top" width="0">
6536 <column alignment="center" valignment="top" width="0">
6537 <column alignment="center" valignment="top" width="0">
6538 <row caption="true">
6539 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 \begin_inset Caption
6544
6545 \begin_layout Plain Layout
6546 Leyenda larga completa con anchura predeterminada leyenda larga completa
6547  con anchura predeterminada
6548 \begin_inset OptArg
6549 status open
6550
6551 \begin_layout Plain Layout
6552 Leyenda con anchura predeterminada
6553 \end_layout
6554
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 1
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 2
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 3
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 4
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 5
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 s
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 s
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 s
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 asd
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 asd
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 s
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 asd
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 s
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row>
6793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 sad
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 asd
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 </lyxtabular>
6840
6841 \end_inset
6842
6843
6844 \end_layout
6845
6846 \begin_layout Standard
6847 \begin_inset ERT
6848 status collapsed
6849
6850 \begin_layout Plain Layout
6851
6852
6853 \backslash
6854 setlength{
6855 \backslash
6856 LTcapwidth}{5cm}
6857 \end_layout
6858
6859 \end_inset
6860
6861
6862 \begin_inset Tabular
6863 <lyxtabular version="3" rows="6" columns="5">
6864 <features islongtable="true">
6865 <column alignment="center" valignment="top" width="0">
6866 <column alignment="center" valignment="top" width="0">
6867 <column alignment="center" valignment="top" width="0">
6868 <column alignment="center" valignment="top" width="0">
6869 <column alignment="center" valignment="top" width="0">
6870 <row caption="true">
6871 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 \begin_inset Caption
6876
6877 \begin_layout Plain Layout
6878 Leyenda larga completa con anchura de 5
6879 \begin_inset space \thinspace{}
6880 \end_inset
6881
6882 cm leyenda larga completa con anchura de 5
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 cm leyenda larga completa con anchura de 5
6887 \begin_inset space \thinspace{}
6888 \end_inset
6889
6890 cm
6891 \begin_inset OptArg
6892 status open
6893
6894 \begin_layout Plain Layout
6895 Leyenda con anchura
6896 \begin_inset space \thinspace{}
6897 \end_inset
6898
6899 =
6900 \begin_inset space \thinspace{}
6901 \end_inset
6902
6903 5
6904 \begin_inset space \thinspace{}
6905 \end_inset
6906
6907 cm
6908 \end_layout
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 </row>
6959 <row>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 1
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 2
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 3
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 4
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 5
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 asd
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 s
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 s
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 </row>
7147 <row>
7148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 sad
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 </lyxtabular>
7195
7196 \end_inset
7197
7198
7199 \begin_inset ERT
7200 status collapsed
7201
7202 \begin_layout Plain Layout
7203
7204
7205 \backslash
7206 setlength{
7207 \backslash
7208 LTcapwidth}{4in}
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \begin_layout Standard
7217 \begin_inset Note Greyedout
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221
7222 \series bold
7223 Nota: 
7224 \series default
7225 Si se usa el paquete LaTeX 
7226 \series bold
7227 caption
7228 \series default
7229
7230 \begin_inset Index
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234 LaTeX-paquetes ! caption
7235 \end_layout
7236
7237 \end_inset
7238
7239 , como en este documento, se usa la anchura de toda la página para el pie
7240  si utilizas el valor por defecto de 4
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 in para 
7245 \series bold
7246
7247 \backslash
7248 LTcapwidth
7249 \series default
7250 .
7251  En este caso, para conseguir exactamente un pie de 4
7252 \begin_inset space \thinspace{}
7253 \end_inset
7254
7255 in, puedes poner un valor ligeramente diferente de 4.0
7256 \begin_inset space \thinspace{}
7257 \end_inset
7258
7259 in, p.
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 e.
7264  3.99
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 in, o el comando de LaTeX 
7269 \series bold
7270
7271 \backslash
7272 captionsetup{width=valor}
7273 \series default
7274 , suministrado por el paquete 
7275 \series bold
7276 caption
7277 \series default
7278 .
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \begin_layout Subsubsection
7287 Leyendas distintas para cada página
7288 \begin_inset Index
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292 Tablas largas ! Leyendas distintas para cada página
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \begin_layout Standard
7301 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7302  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7303  como primer encabezado.
7304  La leyenda para las restantes páginas se inserta sin título breve en una
7305  fila postiza de leyenda marcada como primer encabezado.
7306  Si este encabezado no ha de incluir el número de tabla, usa el comando
7307 \end_layout
7308
7309 \begin_layout Standard
7310
7311 \series bold
7312
7313 \backslash
7314 caption*{texto de la leyenda}
7315 \end_layout
7316
7317 \begin_layout Standard
7318 en vez del recuadro de leyenda de LyX.
7319  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7320  La tabla
7321 \begin_inset space ~
7322 \end_inset
7323
7324
7325 \begin_inset CommandInset ref
7326 LatexCommand ref
7327 reference "tab:DifLeyendas"
7328
7329 \end_inset
7330
7331  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7332  no incluye número de tabla.
7333 \end_layout
7334
7335 \begin_layout Standard
7336 \align center
7337 \begin_inset Tabular
7338 <lyxtabular version="3" rows="60" columns="3">
7339 <features islongtable="true">
7340 <column alignment="left" valignment="top" width="0cm">
7341 <column alignment="left" valignment="top" width="0pt">
7342 <column alignment="right" valignment="top" width="0pt">
7343 <row endfirsthead="true" caption="true">
7344 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 \begin_inset Caption
7349
7350 \begin_layout Plain Layout
7351 Ejemplo de lista telefónica
7352 \begin_inset CommandInset label
7353 LatexCommand label
7354 name "tab:DifLeyendas"
7355
7356 \end_inset
7357
7358
7359 \begin_inset OptArg
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363 Ejemplo de lista telefónica
7364 \end_layout
7365
7366 \end_inset
7367
7368
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row endfirsthead="true">
7398 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \series bold
7404 Ejemplo de lista telefónica (ignore los nombres)
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 </row>
7428 <row endfirsthead="true">
7429 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \series bold
7435 NOMBRE
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 TEL.
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row endhead="true" caption="true">
7462 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 \begin_inset ERT
7467 status open
7468
7469 \begin_layout Plain Layout
7470
7471
7472 \backslash
7473 caption*{Continúa Ejemplo de lista telefónica}
7474 \backslash
7475
7476 \backslash
7477 %
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row endhead="true">
7507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 Ejemplo de lista telefónica
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row endhead="true">
7538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \series bold
7544 NOMBRE
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 TEL.
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row endfoot="true">
7571 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 continúa en página siguiente
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Annovi
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Silvia
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Bertoli
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Stefano
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Bozzi
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Walter
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Cachia
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Maria
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Cachia
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Maurizio
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Cinquemani
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Giusi
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Colin
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Bernard
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Concli
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Gianfranco
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Dal Bosco
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Carolina
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Dalpiaz
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Annamaria
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Feliciello
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Domenico
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Focarelli
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Paola
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Galletti
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Oreste
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Gasparini
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Franca
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Rizzardi
8041 \series default
8042
8043 \begin_inset Foot
8044 status open
8045
8046 \begin_layout Plain Layout
8047 Ejemplo de nota al pie
8048 \end_layout
8049
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Paola
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Lassini
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Giancarlo
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Malfatti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Luciano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Malfatti
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Valeriano
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Meneguzzo
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Roberto
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Mezzadra
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Roberto
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Pirpamer
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Erich
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Pochiesa
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Paolo
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111, 222
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Radina
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Claudio
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Stuffer
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Oskar
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Tacchelli
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Ugo
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Tezzele
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Margit
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Unterkalmsteiner
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Frieda
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Vieider
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Hilde
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Vigna
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Jürgen
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Weber
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Maurizio
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Winkler
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Franz
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577  
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Annovi
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Silvia
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Bertoli
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Stefano
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Bozzi
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Walter
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Cachia
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Maria
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Cachia
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Maurizio
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Cinquemani
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Giusi
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Colin
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Bernard
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Concli
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Gianfranco
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Dal Bosco
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Carolina
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Dalpiaz
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Annamaria
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Feliciello
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Domenico
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Focarelli
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Paola
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Galletti
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Oreste
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Gasparini
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Franca
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Rizzardi
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Paola
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Lassini
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Giancarlo
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Malfatti
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Luciano
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Malfatti
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Valeriano
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Meneguzzo
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Roberto
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Mezzadra
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Roberto
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row endlastfoot="true">
9222 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 </lyxtabular>
9251
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \begin_layout Standard
9258 \begin_inset Newpage newpage
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \begin_layout Section
9265 Particularidades de las tablas largas
9266 \end_layout
9267
9268 \begin_layout Subsection
9269 Cálculos
9270 \begin_inset Index
9271 status collapsed
9272
9273 \begin_layout Plain Layout
9274 Tablas largas ! Cálculos
9275 \end_layout
9276
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \begin_layout Standard
9283 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9284  utilizando los denominados 
9285 \begin_inset Quotes eld
9286 \end_inset
9287
9288 trozos
9289 \begin_inset Quotes erd
9290 \end_inset
9291
9292 , que son partes de la tabla presentes en la memoria de LaTeX.
9293  El valor predeterminado está establecido a sólo 20 filas.
9294  Si estás usando tablas largas con muchas páginas, la generación del documento
9295  puede hacerse muy lenta.
9296  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9297  el siguiente comando en el preámbulo del documento:
9298 \end_layout
9299
9300 \begin_layout Standard
9301
9302 \series bold
9303
9304 \backslash
9305 setcounter{LTchunksize}{100}
9306 \end_layout
9307
9308 \begin_layout Subsection
9309 Flotantes y tablas largas
9310 \begin_inset Index
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314 Tablas largas ! Flotantes
9315 \end_layout
9316
9317 \end_inset
9318
9319
9320 \end_layout
9321
9322 \begin_layout Standard
9323 Podría haber problemas si un flotante aparece en la misma página donde comienza
9324  una tabla larga.
9325  Para evitarlo, añade el comando 
9326 \series bold
9327
9328 \backslash
9329 clearpage
9330 \series default
9331  como ERT antes de la tabla.
9332 \end_layout
9333
9334 \begin_layout Subsection
9335 Saltos de página forzados
9336 \begin_inset Index
9337 status collapsed
9338
9339 \begin_layout Plain Layout
9340 Tablas largas ! Saltos de página forzados
9341 \end_layout
9342
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \begin_layout Standard
9349 Por defecto, las tablas sólo se cortan entre filas.
9350  Si tienes una celda con líneas múltiples y necesitas un salto de página
9351  dentro de la celda, inserta el comando de nueva línea 
9352 \begin_inset Quotes eld
9353 \end_inset
9354
9355
9356 \series bold
9357
9358 \backslash
9359
9360 \backslash
9361
9362 \series default
9363
9364 \begin_inset Quotes erd
9365 \end_inset
9366
9367  como ERT en el punto en que quieras cortar.
9368  Antes del comando 
9369 \begin_inset Quotes eld
9370 \end_inset
9371
9372
9373 \series bold
9374
9375 \backslash
9376
9377 \backslash
9378
9379 \series default
9380
9381 \begin_inset Quotes erd
9382 \end_inset
9383
9384  debes insertar en ERT tantos caracteres 
9385 \begin_inset Quotes eld
9386 \end_inset
9387
9388
9389 \series bold
9390 &
9391 \series default
9392
9393 \begin_inset Quotes erd
9394 \end_inset
9395
9396  como columnas siguientes de la tabla.
9397  
9398 \series bold
9399 &
9400 \series default
9401  es el carácter para separar celdas.
9402  Escribe en ERT después de cada 
9403 \series bold
9404 &
9405 \series default
9406  el contenido de la celda siguiente correspondiente y borra el contenido
9407  de esas celdas.
9408 \begin_inset Newline newline
9409 \end_inset
9410
9411 Detrás del comando 
9412 \series bold
9413
9414 \backslash
9415
9416 \backslash
9417
9418 \series default
9419 , inserta tantos 
9420 \series bold
9421 &
9422 \series default
9423  como columnas haya delante de la actual.
9424  En la tabla
9425 \begin_inset space ~
9426 \end_inset
9427
9428
9429 \begin_inset CommandInset ref
9430 LatexCommand ref
9431 reference "tab:Saltos de Página Forzados"
9432
9433 \end_inset
9434
9435  la celda que debería cortarse está en la segunda columna seguida de otra
9436  columna.
9437  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9438  
9439 \begin_inset Quotes eld
9440 \end_inset
9441
9442
9443 \emph on
9444 Castelchiodato,
9445 \emph default
9446
9447 \begin_inset Quotes erd
9448 \end_inset
9449
9450 :
9451 \end_layout
9452
9453 \begin_layout Standard
9454
9455 \series bold
9456 & 111
9457 \backslash
9458
9459 \backslash
9460
9461 \begin_inset Newline newline
9462 \end_inset
9463
9464 &
9465 \end_layout
9466
9467 \begin_layout Standard
9468 El 
9469 \begin_inset Quotes eld
9470 \end_inset
9471
9472 111
9473 \begin_inset Quotes erd
9474 \end_inset
9475
9476  en la tercera columna de la fila se ha borrado.
9477  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9478  superior pero quisieras una línea horizontal donde se corta la celda, usa
9479  este comando alternativo:
9480 \end_layout
9481
9482 \begin_layout Standard
9483
9484 \series bold
9485 & 111
9486 \backslash
9487
9488 \backslash
9489
9490 \begin_inset Newline newline
9491 \end_inset
9492
9493
9494 \backslash
9495 hline &
9496 \end_layout
9497
9498 \begin_layout Standard
9499 Cuando la celda a cortar está en la última columna, el comando
9500 \end_layout
9501
9502 \begin_layout Standard
9503
9504 \series bold
9505
9506 \backslash
9507 setlength{
9508 \backslash
9509 parfillskip}{0pt}
9510 \end_layout
9511
9512 \begin_layout Standard
9513 debe insertarse como ERT al principio de la celda.
9514  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9515  aparecerá con toda su anchura.
9516 \end_layout
9517
9518 \begin_layout Standard
9519 \align center
9520 \begin_inset Tabular
9521 <lyxtabular version="3" rows="39" columns="3">
9522 <features islongtable="true">
9523 <column alignment="left" valignment="top" width="0cm">
9524 <column alignment="left" valignment="top" width="3cm">
9525 <column alignment="right" valignment="top" width="0pt">
9526 <row endfirsthead="true" caption="true">
9527 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 \begin_inset Caption
9532
9533 \begin_layout Plain Layout
9534 Tabla con salto de página forzado en celda
9535 \begin_inset CommandInset label
9536 LatexCommand label
9537 name "tab:Saltos de Página Forzados"
9538
9539 \end_inset
9540
9541
9542 \begin_inset OptArg
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546 Tabla con salto de página forzado en celda
9547 \end_layout
9548
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row endfirsthead="true">
9581 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Ejemplo de lista telefónica (ignore los nombres)
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row endfirsthead="true">
9612 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 NOMBRE
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \series bold
9638 TEL.
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 <row endhead="true" caption="true">
9645 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 \begin_inset ERT
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653
9654
9655 \backslash
9656 caption*{Continúa tabla con salto de página forzado en celda}
9657 \backslash
9658
9659 \backslash
9660 %
9661 \end_layout
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row endhead="true">
9690 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694  
9695 \series bold
9696 Ejemplo de lista telefónica
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row endhead="true">
9721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \series bold
9727 NOMBRE
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 TEL.
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 </row>
9753 <row endfoot="true">
9754 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 continúa en página siguiente
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789 Annovi
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 Silvia
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 111
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \series bold
9820 Bertoli
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 Stefano
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 111
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Bozzi
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Walter
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 111
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Cachia
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Maria
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 111
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 Cachia
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 Maurizio
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 111
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Cinquemani
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Giusi
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Colin
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Bernard
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Concli
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Gianfranco
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Dal Bosco
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Carolina
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Dalpiaz
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Annamaria
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Feliciello
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Domenico
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Focarelli
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Paola
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 111
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \series bold
10161 Galletti
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 Oreste
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 111
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192 Gasparini
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 Franca
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 111
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Lassini
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Giancarlo, 11.
10233  Fürst von Montecompatri, 11.
10234  Fürst von Sulmona und Vivaro, 10.
10235  Fürst von Rossano, 5.
10236  Herzog von Canemorte, 11.
10237  Herzog von Palombara, 5.
10238  Herzog von Castelchiodato,
10239 \begin_inset ERT
10240 status open
10241
10242 \begin_layout Plain Layout
10243
10244 & 111
10245 \backslash
10246
10247 \backslash
10248
10249 \end_layout
10250
10251 \begin_layout Plain Layout
10252
10253 &
10254 \end_layout
10255
10256 \end_inset
10257
10258  11.
10259  Herzog von Poggionativo, 11.
10260  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10261  Graf von Valinfreda, 11.
10262  Baron von Cropalati, 11.
10263  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Malfatti
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Luciano
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Malfatti
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Valeriano
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Meneguzzo
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Roberto
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Mezzadra
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Roberto
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Pirpamer
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Erich
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Pochiesa
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Paolo
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111, 222
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \series bold
10471 Radina
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 Claudio
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 111
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \series bold
10502 Rizzardi
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 Paolo
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 111
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \series bold
10533 Stuffer
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Oskar
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 111
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 <row>
10558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562
10563 \series bold
10564 Tacchelli
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 Ugo
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 111
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \series bold
10595 Tezzele
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Margit
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 111
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \series bold
10626 Unterkalmsteiner
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 Frieda
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 111
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row>
10651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657 Vieider
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 Hilde
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 111
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688 Vigna
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 Jürgen
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 111
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \series bold
10719 Weber
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 Maurizio
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 111
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750 Winkler
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Franz
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 111
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row endlastfoot="true">
10775 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 </lyxtabular>
10804
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \begin_layout Section
10811 Líneas múltiples en columnas y filas
10812 \end_layout
10813
10814 \begin_layout Subsection
10815 Líneas múltiples en celdas
10816 \begin_inset CommandInset label
10817 LatexCommand label
10818 name "sub:Líneas-Múltiples-en"
10819
10820 \end_inset
10821
10822
10823 \begin_inset Index
10824 status collapsed
10825
10826 \begin_layout Plain Layout
10827 Líneas múltiples en celdas
10828 \end_layout
10829
10830 \end_inset
10831
10832
10833 \begin_inset Index
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837 Tablas ! Saltos de línea
10838 \end_layout
10839
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Standard
10846 \align center
10847 \begin_inset Float table
10848 placement H
10849 wide false
10850 sideways false
10851 status open
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Caption
10855
10856 \begin_layout Plain Layout
10857 \begin_inset CommandInset label
10858 LatexCommand label
10859 name "tab:Tabla-con-múltiples"
10860
10861 \end_inset
10862
10863 Tabla con líneas múltiples en celda
10864 \end_layout
10865
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \begin_layout Plain Layout
10872 \align center
10873 \begin_inset Tabular
10874 <lyxtabular version="3" rows="3" columns="3">
10875 <features>
10876 <column alignment="center" valignment="middle" width="2.5cm">
10877 <column alignment="center" valignment="middle" width="0">
10878 <column alignment="center" valignment="middle" width="0">
10879 <row>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 líneas
10885 \begin_inset Newline linebreak
10886 \end_inset
10887
10888 múltiples
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 b
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 c
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 d
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 e
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 f
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 g
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 h
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 i
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 </lyxtabular>
10971
10972 \end_inset
10973
10974
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Standard
10983 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10984  párrafos con varias líneas y guionado.
10985 \end_layout
10986
10987 \begin_layout Standard
10988 Para generar la tabla
10989 \begin_inset space ~
10990 \end_inset
10991
10992
10993 \begin_inset CommandInset ref
10994 LatexCommand ref
10995 reference "tab:Tabla-con-múltiples"
10996
10997 \end_inset
10998
10999 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11000  En el diálogo que surge establece una anchura de 2.5
11001 \begin_inset space \thinspace{}
11002 \end_inset
11003
11004 cm y escoge centro en alineación vertical y horizontal.
11005  La alineación vertical se utiliza para todas las celdas de la fila.
11006  Como nuestro texto es menor de 2.5
11007 \begin_inset space \thinspace{}
11008 \end_inset
11009
11010 cm, sólo aparece una línea.
11011  Para poner dos añadimos
11012 \lang english
11013 , a justified line break (shortcut 
11014 \family sans
11015 Ctrl-Shift-Return
11016 \family default
11017 ) was added.
11018
11019 \lang spanish
11020  Si el texto es más ancho que la celda será automáticamente dividido en
11021  líneas.
11022 \end_layout
11023
11024 \begin_layout Standard
11025 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11026  con guión si es la primera entrada.
11027  Por eso hay que insertar algo para que dicha palabra no sea la primera
11028  entrada: añade el comando
11029 \end_layout
11030
11031 \begin_layout Standard
11032
11033 \series bold
11034
11035 \backslash
11036 hspace{0pt}
11037 \end_layout
11038
11039 \begin_layout Standard
11040 en ERT antes de la palabra.
11041  Como el espacio es 0 la salida no cambia.
11042  La tabla
11043 \begin_inset space ~
11044 \end_inset
11045
11046
11047 \begin_inset CommandInset ref
11048 LatexCommand ref
11049 reference "tab:Tabla-con-y"
11050
11051 \end_inset
11052
11053  muestra el efecto.
11054 \end_layout
11055
11056 \begin_layout Standard
11057 \begin_inset Float table
11058 placement b
11059 wide false
11060 sideways false
11061 status open
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Caption
11065
11066 \begin_layout Plain Layout
11067 \begin_inset CommandInset label
11068 LatexCommand label
11069 name "tab:Tabla-con-y"
11070
11071 \end_inset
11072
11073 Tablas con y sin guión
11074 \end_layout
11075
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \begin_layout Plain Layout
11082 \begin_inset space \hfill{}
11083 \end_inset
11084
11085
11086 \begin_inset Tabular
11087 <lyxtabular version="3" rows="3" columns="3">
11088 <features>
11089 <column alignment="center" valignment="middle" width="2.5cm">
11090 <column alignment="center" valignment="middle" width="0">
11091 <column alignment="center" valignment="middle" width="0">
11092 <row>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 celdaconpalabramuylarga
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 b
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 c
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 <row>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 d
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 e
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 f
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 g
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 h
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 i
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 </lyxtabular>
11180
11181 \end_inset
11182
11183
11184 \begin_inset space \hfill{}
11185 \end_inset
11186
11187
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features>
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle" width="0">
11193 <column alignment="center" valignment="middle" width="0">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 \begin_inset ERT
11200 status collapsed
11201
11202 \begin_layout Plain Layout
11203
11204
11205 \backslash
11206 hspace{0pt}
11207 \end_layout
11208
11209 \end_inset
11210
11211 celdaconpalabramuylarga
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 b
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 c
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 </row>
11235 <row>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 d
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 e
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 f
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 g
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 h
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 i
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 </lyxtabular>
11294
11295 \end_inset
11296
11297
11298 \begin_inset space \hfill{}
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \begin_layout Subsection
11310 Multicolumnas
11311 \begin_inset CommandInset label
11312 LatexCommand label
11313 name "sub:Multicolumnas"
11314
11315 \end_inset
11316
11317
11318 \begin_inset Index
11319 status collapsed
11320
11321 \begin_layout Plain Layout
11322 Multicolumnas
11323 \end_layout
11324
11325 \end_inset
11326
11327
11328 \begin_inset Index
11329 status collapsed
11330
11331 \begin_layout Plain Layout
11332 Tablas ! Multicolumnas
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Subsubsection
11341 Fundamentos de multicolumna
11342 \end_layout
11343
11344 \begin_layout Standard
11345 Para extender una celda sobre varias columnas, se marcan las celdas que
11346  se desee combinar y se usa el botón 
11347 \begin_inset Graphics
11348         filename ../../images/tabular-feature_multicolumn.png
11349         scale 85
11350
11351 \end_inset
11352
11353 , el menú 
11354 \family sans
11355 Editar\SpecialChar \menuseparator
11356 Tabla\SpecialChar \menuseparator
11357 Multicolumna
11358 \family default
11359 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11360  bajo la solapa 
11361 \family sans
11362 Configuración
11363 \family default
11364 , la casilla Multicolumna.
11365 \end_layout
11366
11367 \begin_layout Standard
11368 Las multicolumnas tienen su propia configuración de celdas.
11369  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11370  multicolumna.
11371  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11372  otra en la última fila sin borde superior:
11373 \end_layout
11374
11375 \begin_layout Standard
11376 \align center
11377 \begin_inset Tabular
11378 <lyxtabular version="3" rows="3" columns="4">
11379 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11380 <column alignment="center" valignment="top" width="0pt">
11381 <column alignment="center" valignment="middle" width="0">
11382 <column alignment="center" valignment="top" width="0in">
11383 <column alignment="center" valignment="top" width="0pt">
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 abc
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 def ghi
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 jkl
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427
11428 \family roman
11429 \series medium
11430 \shape up
11431 \size normal
11432 \emph off
11433 \bar no
11434 \noun off
11435 \color none
11436 A
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 B
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 C
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 D
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 1
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 2
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 3
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 4
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Subsubsection
11515 Cálculos en multicolumnas
11516 \begin_inset CommandInset label
11517 LatexCommand label
11518 name "sub:Cálculos-en-Multicolumnas"
11519
11520 \end_inset
11521
11522
11523 \begin_inset Index
11524 status collapsed
11525
11526 \begin_layout Plain Layout
11527 Multicolumnas ! Cálculos
11528 \end_layout
11529
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \begin_layout Standard
11536 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11537  la anchura de celda de las columnas combinadas en la celda multicolumna.
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \begin_inset Float table
11542 placement h
11543 wide false
11544 sideways false
11545 status open
11546
11547 \begin_layout Plain Layout
11548 \begin_inset Caption
11549
11550 \begin_layout Plain Layout
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "tab:Tabla-con-centrado"
11554
11555 \end_inset
11556
11557 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11558 te la mitad de anchura que la celda multicolumna
11559 \begin_inset OptArg
11560 status collapsed
11561
11562 \begin_layout Plain Layout
11563 Tabla multicolumna perfecta
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \begin_layout Plain Layout
11577 \align center
11578 \begin_inset Tabular
11579 <lyxtabular version="3" rows="3" columns="3">
11580 <features>
11581 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11582 <column alignment="center" valignment="middle" width="0">
11583 <column alignment="center" valignment="top" width="0">
11584 <row>
11585 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 multicolumna línea múltiple
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 c
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 d
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 e
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 f
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 g
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 h
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 i
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 </row>
11671 </lyxtabular>
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Standard
11684 Por ejemplo, para crear la tabla
11685 \begin_inset space ~
11686 \end_inset
11687
11688
11689 \begin_inset CommandInset ref
11690 LatexCommand ref
11691 reference "tab:Tabla-con-centrado"
11692
11693 \end_inset
11694
11695 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11696  clic-derecha.
11697  En el diálogo marca 
11698 \emph on
11699 multicolumna
11700 \emph default
11701
11702 \emph on
11703 alineación centro
11704 \emph default
11705  y una anchura de 2.5
11706 \begin_inset space \thinspace{}
11707 \end_inset
11708
11709 cm.
11710  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11711  de la celda multicolumna, así que deberías ajustar 1.25
11712 \begin_inset space \thinspace{}
11713 \end_inset
11714
11715 cm para la primera columna.
11716  La segunda columna tendrá entonces automáticamente 1.25
11717 \begin_inset space \thinspace{}
11718 \end_inset
11719
11720 cm de anchura.
11721  Para la tabla
11722 \begin_inset space ~
11723 \end_inset
11724
11725
11726 \begin_inset CommandInset ref
11727 LatexCommand ref
11728 reference "tab:Tabla-sin-mitad"
11729
11730 \end_inset
11731
11732  se ha procedido de la siguiente manera:
11733 \end_layout
11734
11735 \begin_layout Standard
11736 \begin_inset Float table
11737 wide false
11738 sideways false
11739 status open
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Caption
11743
11744 \begin_layout Plain Layout
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "tab:Tabla-sin-mitad"
11748
11749 \end_inset
11750
11751 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11752  anchura que la celda multicolumna
11753 \begin_inset OptArg
11754 status open
11755
11756 \begin_layout Plain Layout
11757 Tabla multicolumna imperfecta
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Plain Layout
11771 \align center
11772 \begin_inset Tabular
11773 <lyxtabular version="3" rows="3" columns="3">
11774 <features>
11775 <column alignment="center" valignment="top" width="1.25cm">
11776 <column alignment="center" valignment="top" width="0">
11777 <column alignment="center" valignment="top" width="0">
11778 <row>
11779 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 multicolumna línea múltiple
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 c
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 <row>
11808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812 d
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 e
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 f
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 g
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 h
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 i
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 </row>
11865 </lyxtabular>
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \end_inset
11873
11874
11875 \end_layout
11876
11877 \begin_layout Standard
11878 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11879 a, es un poco mayor.
11880  La razón es que la anchura dada para una celda 
11881 \begin_inset Formula $W_{g}$
11882 \end_inset
11883
11884  no es su anchura total 
11885 \begin_inset Formula $W_{\mathrm{tot}}$
11886 \end_inset
11887
11888  porque una celda es siempre algo mayor que la anchura dada.
11889  El apéndice
11890 \begin_inset space ~
11891 \end_inset
11892
11893
11894 \begin_inset CommandInset ref
11895 LatexCommand eqref
11896 reference "cha:Explicación-de-la-Ecuación"
11897
11898 \end_inset
11899
11900  lo explica con detalle.
11901 \end_layout
11902
11903 \begin_layout Standard
11904 La anchura dada necesaria, 
11905 \begin_inset Formula $W_{g\, n}$
11906 \end_inset
11907
11908  para combinar 
11909 \emph on
11910 n
11911 \emph default
11912  columnas puede calcularse de manera que cada columna tenga una anchura
11913  total de 
11914 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11915 \end_inset
11916
11917 :
11918 \begin_inset Formula \begin{equation}
11919 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11920
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \begin_layout Standard
11927 En nuestro caso tenemos 
11928 \begin_inset Formula $n=2$
11929 \end_inset
11930
11931
11932 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11933 \end_inset
11934
11935
11936 \begin_inset space \thinspace{}
11937 \end_inset
11938
11939 cm y los valores predeterminados para longitudes, así la ecuación
11940 \begin_inset space ~
11941 \end_inset
11942
11943
11944 \begin_inset CommandInset ref
11945 LatexCommand ref
11946 reference "eq:Wgn"
11947
11948 \end_inset
11949
11950  queda
11951 \begin_inset Formula \begin{equation}
11952 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11961  
11962 \series bold
11963 calc
11964 \series default
11965  con la línea
11966 \begin_inset Index
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970 LaTeX-paquetes ! calc
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979
11980 \series bold
11981
11982 \backslash
11983 usepackage{calc}
11984 \end_layout
11985
11986 \begin_layout Standard
11987 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11988  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11989  He aquí un repaso de los argumentos:
11990 \end_layout
11991
11992 \begin_layout Itemize
11993
11994 \series bold
11995 p{ancho}
11996 \series default
11997  crea celdas con anchura fija, el texto alineado arriba
11998 \end_layout
11999
12000 \begin_layout Itemize
12001
12002 \series bold
12003 m{ancho}
12004 \series default
12005  crea celdas con anchura fija, el texto con alineación vertical centrada
12006  
12007 \end_layout
12008
12009 \begin_layout Itemize
12010
12011 \series bold
12012 b{ancho}
12013 \series default
12014  crea celdas con anchura fija, el texto alineado abajo
12015 \end_layout
12016
12017 \begin_layout Standard
12018 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12019  en el diálogo se ignoran.
12020 \end_layout
12021
12022 \begin_layout Standard
12023 \begin_inset Note Greyedout
12024 status open
12025
12026 \begin_layout Plain Layout
12027
12028 \series bold
12029 Nota:
12030 \series default
12031  Debido a un error, LyX muestra de todas formas estas propiedades.
12032 \end_layout
12033
12034 \end_inset
12035
12036  
12037 \end_layout
12038
12039 \begin_layout Standard
12040 El comando 
12041 \series bold
12042
12043 \backslash
12044 centering
12045 \series default
12046  centra horizontalmente el texto.
12047  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12048  columna extendida:
12049 \end_layout
12050
12051 \begin_layout Standard
12052
12053 \series bold
12054 >{
12055 \backslash
12056 centering}m{1.25cm-6.2pt}
12057 \end_layout
12058
12059 \begin_layout Standard
12060 El comando 
12061 \series bold
12062 >{ }
12063 \series default
12064  significa que los comandos entre llaves se aplican antes de crear la celda.
12065 \end_layout
12066
12067 \begin_layout Standard
12068 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12069 , aún está alineado a la izquierda.
12070  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12071  Así que para multicolumnas hemos de usar el argumento de LaTeX
12072 \end_layout
12073
12074 \begin_layout Standard
12075
12076 \series bold
12077 >{
12078 \backslash
12079 centering}m{2.5cm}
12080 \end_layout
12081
12082 \begin_layout Subsection
12083 Multifilas
12084 \begin_inset Index
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088 Multifilas
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \begin_inset Index
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 Tablas ! Multifilas
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \begin_inset Index
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108 LaTeX-paquetes ! multirow
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12118  hace falta un poco de ERT.
12119  Hay que cargar el paquete de LaTeX 
12120 \series bold
12121 multirow
12122 \series default
12123  en el preámbulo del documento con el comando
12124 \end_layout
12125
12126 \begin_layout Standard
12127
12128 \series bold
12129
12130 \backslash
12131 usepackage{multirow}
12132 \end_layout
12133
12134 \begin_layout Standard
12135 Las multifilas se crean con el comando
12136 \end_layout
12137
12138 \begin_layout Standard
12139
12140 \series bold
12141
12142 \backslash
12143 multirow{número de filas}{ancho de celda}{entrada de celda}
12144 \end_layout
12145
12146 \begin_layout Standard
12147 Para crear la siguiente tabla:
12148 \end_layout
12149
12150 \begin_layout Standard
12151 \align center
12152 \begin_inset ERT
12153 status collapsed
12154
12155 \begin_layout Plain Layout
12156
12157
12158 \backslash
12159 renewcommand{
12160 \backslash
12161 multirowsetup}{
12162 \backslash
12163 centering}
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \begin_inset Tabular
12170 <lyxtabular version="3" rows="3" columns="3">
12171 <features>
12172 <column alignment="center" valignment="top" width="0">
12173 <column alignment="center" valignment="top" width="0">
12174 <column alignment="center" valignment="top" width="0">
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 a
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 b
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 c
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 <row>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 \begin_inset ERT
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213
12214
12215 \backslash
12216 multirow{2}{2.5cm}{
12217 \end_layout
12218
12219 \end_inset
12220
12221 entrada multifila
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227 }
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 e
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 f
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 h
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 i
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 </lyxtabular>
12286
12287 \end_inset
12288
12289
12290 \begin_inset ERT
12291 status collapsed
12292
12293 \begin_layout Plain Layout
12294
12295
12296 \backslash
12297 renewcommand{
12298 \backslash
12299 multirowsetup}{
12300 \backslash
12301 raggedright}
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 crea una tabla 3×3.
12311  Para quitar la línea sobre la última celda en la primera columna, se marca
12312  la celda como multicolumna y se quita el borde superior.
12313  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12314  ahí el comando
12315 \end_layout
12316
12317 \begin_layout Standard
12318
12319 \series bold
12320
12321 \backslash
12322 multirow{2}{2.5cm}{
12323 \end_layout
12324
12325 \begin_layout Standard
12326 como ERT.
12327  Según los parámetros del comando la multifila se expande a dos filas y
12328  tiene de ancho 2.5
12329 \begin_inset space \thinspace{}
12330 \end_inset
12331
12332 cm.
12333  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12334  finaliza con llave derecha 
12335 \series bold
12336 }
12337 \series default
12338  en otro cuadro ERT tras el texto.
12339 \end_layout
12340
12341 \begin_layout Standard
12342
12343 \series bold
12344
12345 \backslash
12346 multirow
12347 \series default
12348  alinea su contenido a la izquierda por defecto.
12349  Para cambiarlo renombra el comando 
12350 \series bold
12351
12352 \backslash
12353 multirowsetup
12354 \series default
12355  con el comando
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 renewcommand{
12364 \backslash
12365 multirowsetup}{
12366 \backslash
12367 centering}
12368 \end_layout
12369
12370 \begin_layout Standard
12371 en ERT en el preámbulo del documento.
12372  Entonces se centran todas las entradas de celdas multifila en el documento.
12373  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12374  en ERT justo antes de la tabla en lugar de en el preámbulo.
12375  Si el texto debe estar alineado a la derecha, reemplaza 
12376 \series bold
12377
12378 \backslash
12379 centering
12380 \series default
12381  por 
12382 \series bold
12383
12384 \backslash
12385 raggedleft
12386 \series default
12387 .
12388  Para volver a alineado a la izquierda usa 
12389 \series bold
12390
12391 \backslash
12392 raggedright
12393 \series default
12394 .
12395 \end_layout
12396
12397 \begin_layout Section
12398 Tablas formales
12399 \begin_inset CommandInset label
12400 LatexCommand label
12401 name "sec:Tablas-Formales"
12402
12403 \end_inset
12404
12405
12406 \begin_inset Index
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Tablas Formales
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \begin_inset Index
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420 Tablas ! Estilo formal
12421 \end_layout
12422
12423 \end_inset
12424
12425  
12426 \end_layout
12427
12428 \begin_layout Standard
12429 En los libros, las tablas se suelen presentar en un formato como el de la
12430  tabla 
12431 \begin_inset space ~
12432 \end_inset
12433
12434
12435 \begin_inset CommandInset ref
12436 LatexCommand ref
12437 reference "tab:Ejemplo-tabla-formal"
12438
12439 \end_inset
12440
12441 .
12442  Se denominan tablas 
12443 \emph on
12444 formales
12445 \emph default
12446 .
12447  Para hacer tablas con este diseño, elige 
12448 \family sans
12449 Estilo
12450 \family default
12451
12452 \begin_inset space ~
12453 \end_inset
12454
12455
12456 \family sans
12457 Formal
12458 \family default
12459  en la solapa 
12460 \family sans
12461 Bordes
12462 \family default
12463  del cuadro de diálogo de tablas.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 \begin_inset Float table
12468 placement h
12469 wide false
12470 sideways false
12471 status open
12472
12473 \begin_layout Plain Layout
12474 \begin_inset Caption
12475
12476 \begin_layout Plain Layout
12477 \begin_inset CommandInset label
12478 LatexCommand label
12479 name "tab:Ejemplo-tabla-formal"
12480
12481 \end_inset
12482
12483 Ejemplo de tabla formal
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Plain Layout
12492 \align center
12493 \begin_inset Tabular
12494 <lyxtabular version="3" rows="8" columns="4">
12495 <features booktabs="true">
12496 <column alignment="center" valignment="top" width="0">
12497 <column alignment="center" valignment="top" width="0">
12498 <column alignment="center" valignment="top" width="0">
12499 <column alignment="center" valignment="top" width="0">
12500 <row>
12501 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 System
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 Medipix
12515 \begin_inset Formula $\,$
12516 \end_inset
12517
12518 1
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 Medipix
12528 \begin_inset Formula $\,$
12529 \end_inset
12530
12531 2
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 </row>
12546 <row>
12547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 \begin_inset ERT
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555
12556
12557 \backslash
12558 cmidrule(r){2-2}
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \begin_inset ERT
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568
12569
12570 \backslash
12571 cmidrule(l){3-4}
12572 \end_layout
12573
12574 \end_inset
12575
12576 Detector thickness [µm]
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 300
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 300
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 700
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 Edge angle [°]
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 3.55
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 2.71
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 7.99
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row topspace="default">
12648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 Spatial resolution [µm]
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 4.26
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 10.17
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 10.56
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 </row>
12685 <row topspace="default">
12686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 MTF at 
12691 \begin_inset Formula $f_{\mathrm{max}}$
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 0.53
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 0.37
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 0.39
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 </row>
12727 <row topspace="default">
12728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 cmidrule(l{10pt}){1-1}
12740 \end_layout
12741
12742 \end_inset
12743
12744 LSF-spatial resolution
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 </row>
12777 <row>
12778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 in µm
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 129.7
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 52.75
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 50.78
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 in % of pixel size
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 76.3
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 95.9
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 92.3
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 </lyxtabular>
12854
12855 \end_inset
12856
12857
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \begin_layout Standard
12866 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12867  correspondientes que se encuentran en la solapa 
12868 \family sans
12869 Bordes 
12870 \family default
12871 del diálogo
12872 \family sans
12873  Configuración
12874 \begin_inset space ~
12875 \end_inset
12876
12877 de
12878 \begin_inset space ~
12879 \end_inset
12880
12881 la
12882 \begin_inset space ~
12883 \end_inset
12884
12885 tabla
12886 \family default
12887 , como se explica en la sección
12888 \begin_inset space ~
12889 \end_inset
12890
12891
12892 \begin_inset CommandInset ref
12893 LatexCommand ref
12894 reference "sub:Espacio-adicional"
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 A diferencia de las tablas normales, las tablas formales no tienen líneas
12903  verticales.
12904  Las líneas horizontales se pueden poner o no como en las tablas normales,
12905  pero en la salida se mostrarán con distinto grosor:
12906 \begin_inset Newline newline
12907 \end_inset
12908
12909 Las líneas primera y última tienen un grosor predeterminado de 0.08
12910 \begin_inset space \thinspace{}
12911 \end_inset
12912
12913 em, las demás tienen un grosor predeterminado de 0.05
12914 \begin_inset space \thinspace{}
12915 \end_inset
12916
12917 em.
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Estos valores predeterminados se pueden cambiar
12922 \series bold
12923  
12924 \series default
12925 con las líneas de preámbulo:
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 let
12934 \backslash
12935 mytoprule
12936 \backslash
12937 toprule
12938 \begin_inset Newline newline
12939 \end_inset
12940
12941
12942 \backslash
12943 renewcommand{
12944 \backslash
12945 toprule}{
12946 \backslash
12947 mytoprule[grosor]}
12948 \end_layout
12949
12950 \begin_layout Standard
12951 Este ejemplo es para la primera línea, la denominada 
12952 \series bold
12953 toprule
12954 \series default
12955 .
12956  Si quieres cambiar el grosor de la última línea, reemplaza 
12957 \series bold
12958 toprule
12959 \series default
12960  por 
12961 \series bold
12962 bottomrule
12963 \series default
12964 .
12965  Y para cambiar el grosor de las demás líneas cambia 
12966 \series bold
12967 toprule
12968 \series default
12969  por 
12970 \series bold
12971 midrule
12972 \series default
12973 .
12974  Puedes usar cualquiera de las unidades listadas en el apéndice
12975 \begin_inset space ~
12976 \end_inset
12977
12978
12979 \begin_inset CommandInset ref
12980 LatexCommand ref
12981 reference "cha:Unidades-disponibles-en"
12982
12983 \end_inset
12984
12985 para establecer el grosor.
12986 \end_layout
12987
12988 \begin_layout Standard
12989 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12990  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12991  LyX empleará internamente el comando 
12992 \series bold
12993
12994 \backslash
12995 cmidrule
12996 \series default
12997  para dibujar la línea.
12998  El esquema completo es
12999 \end_layout
13000
13001 \begin_layout Standard
13002
13003 \series bold
13004
13005 \backslash
13006 cmidrule[grosor](recorte){inicol-fincol}
13007 \end_layout
13008
13009 \begin_layout Standard
13010 Por el momento, LyX no soporta las opciones de 
13011 \series bold
13012
13013 \backslash
13014 cmidrule
13015 \series default
13016 , así que para usarlas hay que emplear ERT.
13017  Las líneas 
13018 \series bold
13019
13020 \backslash
13021 cmidrule
13022 \series default
13023  se pueden insertar manualmente con el comando en ERT como primera entrada
13024  de la primera celda de una fila.
13025  En la salida se dibujará la línea sobre dicha fila.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 El grosor predeterminado es 0.03
13030 \begin_inset space \thinspace{}
13031 \end_inset
13032
13033 em.
13034  
13035 \series bold
13036 inicol
13037 \series default
13038  es el número de la columna en la que comienza la línea y 
13039 \series bold
13040 fincol
13041 \series default
13042  es el número de la columna en la que acaba la línea.
13043  El valor 
13044 \series bold
13045 fincol
13046 \series default
13047  debe especificarse siempre, aunque la línea se extienda sobre una sola
13048  columna.
13049  El parámetro opcional 
13050 \series bold
13051 recorte
13052 \series default
13053  debe ser 
13054 \emph on
13055 l{recorte}
13056 \emph default
13057  o 
13058 \emph on
13059 r{recorte}
13060 \emph default
13061 , donde 
13062 \emph on
13063 recorte
13064 \emph default
13065  también es opcional.
13066  Por ejemplo, el parámetro 
13067 \emph on
13068 l{2pt}
13069 \emph default
13070  significa que la línea se recorta 2
13071 \begin_inset space \thinspace{}
13072 \end_inset
13073
13074 pt por su izquierda.
13075  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13076 \begin_inset space \thinspace{}
13077 \end_inset
13078
13079 em.
13080
13081 \series bold
13082  
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \end_layout
13088
13089 \begin_layout Standard
13090 \begin_inset VSpace bigskip
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 La tabla
13098 \begin_inset space ~
13099 \end_inset
13100
13101
13102 \begin_inset CommandInset ref
13103 LatexCommand ref
13104 reference "tab:Ejemplo-tabla-formal"
13105
13106 \end_inset
13107
13108  se ha creado con los comandos
13109 \end_layout
13110
13111 \begin_layout Standard
13112
13113 \series bold
13114
13115 \backslash
13116 cmidrule(r){2-2}
13117 \backslash
13118 cmidrule(l){3-4}
13119 \end_layout
13120
13121 \begin_layout Standard
13122 en la segunda fila, 
13123 \series bold
13124
13125 \backslash
13126 midrule
13127 \series default
13128  en la tercera, y
13129 \end_layout
13130
13131 \begin_layout Standard
13132
13133 \series bold
13134
13135 \backslash
13136 cmidrule(l{10pt}){1-1}
13137 \end_layout
13138
13139 \begin_layout Standard
13140 en la sexta fila.
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \begin_inset VSpace bigskip
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \begin_layout Standard
13151 Quizá quieras superponer líneas 
13152 \series bold
13153
13154 \backslash
13155 cmidrules
13156 \series default
13157  como en la tabla
13158 \begin_inset space ~
13159 \end_inset
13160
13161
13162 \begin_inset CommandInset ref
13163 LatexCommand ref
13164 reference "tab:Tabla-formal-especial"
13165
13166 \end_inset
13167
13168 .
13169  Esto se consigue con el comando ERT
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 morecmidrules
13178 \end_layout
13179
13180 \begin_layout Standard
13181 El comando que se ha utilizado para la segunda fila de la tabla
13182 \begin_inset space ~
13183 \end_inset
13184
13185
13186 \begin_inset CommandInset ref
13187 LatexCommand ref
13188 reference "tab:Tabla-formal-especial"
13189
13190 \end_inset
13191
13192  es
13193 \end_layout
13194
13195 \begin_layout Standard
13196
13197 \series bold
13198
13199 \backslash
13200 cmidrule(r){2-2}
13201 \backslash
13202 cmidrule(l){3-4}
13203 \backslash
13204 morecmidrules
13205 \backslash
13206 cmidrule{2-4}
13207 \end_layout
13208
13209 \begin_layout Standard
13210 El comando para la sexta fila es
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 midrule
13219 \backslash
13220 morecmidrules
13221 \backslash
13222 cmidrule{3-4}
13223 \series default
13224
13225 \begin_inset VSpace bigskip
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Standard
13232 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13233  el siguiente comando para dibujar líneas que se extienden sobre todas las
13234  columnas
13235 \end_layout
13236
13237 \begin_layout Standard
13238
13239 \series bold
13240
13241 \backslash
13242 specialrule{anchura}{espacio superior}{espacio inferior}
13243 \end_layout
13244
13245 \begin_layout Standard
13246 Para más información sobre estas características especiales, acude al manual
13247  del paquete LaTeX 
13248 \series bold
13249 booktabs
13250 \series default
13251
13252 \begin_inset CommandInset citation
13253 LatexCommand cite
13254 key "booktabs"
13255
13256 \end_inset
13257
13258 .
13259 \begin_inset Index
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263 LaTeX-paquetes ! booktabs
13264 \end_layout
13265
13266 \end_inset
13267
13268  
13269 \begin_inset VSpace bigskip
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 \begin_inset Float table
13277 placement h
13278 wide false
13279 sideways false
13280 status open
13281
13282 \begin_layout Plain Layout
13283 \begin_inset Caption
13284
13285 \begin_layout Plain Layout
13286 \begin_inset CommandInset label
13287 LatexCommand label
13288 name "tab:Tabla-formal-especial"
13289
13290 \end_inset
13291
13292 Tabla formal especial
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \begin_layout Plain Layout
13301 \align center
13302 \begin_inset Tabular
13303 <lyxtabular version="3" rows="8" columns="4">
13304 <features booktabs="true">
13305 <column alignment="center" valignment="top" width="0">
13306 <column alignment="center" valignment="top" width="0">
13307 <column alignment="center" valignment="top" width="0">
13308 <column alignment="center" valignment="top" width="0">
13309 <row>
13310 <cell alignment="center" valignment="top" topline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 System
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" topline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 Medipix
13324 \begin_inset space \thinspace{}
13325 \end_inset
13326
13327 1
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Medipix
13337 \begin_inset space \thinspace{}
13338 \end_inset
13339
13340 2
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 \begin_inset ERT
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364
13365
13366 \backslash
13367 cmidrule(r){2-2}
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \begin_inset ERT
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377
13378
13379 \backslash
13380 cmidrule(l){3-4}
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \begin_inset ERT
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390
13391
13392 \backslash
13393 morecmidrules 
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404
13405 \backslash
13406 cmidrule{2-4}
13407 \end_layout
13408
13409 \end_inset
13410
13411 Detector thickness [µm]
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 300
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 300
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 700
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" topline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 Edge angle [°]
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 3.55
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 2.71
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 7.99
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 <row topspace="default">
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 Spatial resolution [µm]
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 4.26
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 10.17
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 <cell alignment="center" valignment="top" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 10.56
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 <row topspace="default">
13521 <cell alignment="center" valignment="top" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 MTF at 
13526 \begin_inset Formula $f_{\mathrm{max}}$
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 0.53
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 0.37
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 0.39
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 \begin_inset ERT
13568 status collapsed
13569
13570 \begin_layout Plain Layout
13571
13572
13573 \backslash
13574 morecmidrules 
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \begin_inset ERT
13581 status collapsed
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 cmidrule{3-4}
13588 \end_layout
13589
13590 \end_inset
13591
13592 LSF-spatial resolution
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 <row>
13626 <cell alignment="center" valignment="top" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 in µm
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 129.7
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 52.75
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 50.78
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 </row>
13663 <row>
13664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 in % of pixel size
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 76.3
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 95.9
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 92.3
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 </row>
13701 </lyxtabular>
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Section
13714 Alineación vertical de tablas
13715 \begin_inset Index
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719 Tablas ! Alineación vertical
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \begin_layout Standard
13728 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13729  en un cuadro.
13730  Entonces el cuadro se puede alinear verticalmente como se describe en la
13731  sección
13732 \begin_inset space ~
13733 \end_inset
13734
13735
13736 \begin_inset CommandInset ref
13737 LatexCommand ref
13738 reference "sec:Diálogo-Cuadros"
13739
13740 \end_inset
13741
13742 .
13743  
13744 \end_layout
13745
13746 \begin_layout Standard
13747 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13748 \begin_inset Foot
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752 Las minipáginas se describen en la sección
13753 \begin_inset space ~
13754 \end_inset
13755
13756
13757 \begin_inset CommandInset ref
13758 LatexCommand ref
13759 reference "sec:Minipáginas"
13760
13761 \end_inset
13762
13763 .
13764 \end_layout
13765
13766 \end_inset
13767
13768  que tiene una anchura de 15
13769 \begin_inset space \thinspace{}
13770 \end_inset
13771
13772 col%:
13773 \end_layout
13774
13775 \begin_layout Itemize
13776 test 
13777 \begin_inset Box Frameless
13778 position "t"
13779 hor_pos "c"
13780 has_inner_box 1
13781 inner_pos "c"
13782 use_parbox 0
13783 width "15col%"
13784 special "none"
13785 height "1in"
13786 height_special "totalheight"
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790 \begin_inset Tabular
13791 <lyxtabular version="3" rows="3" columns="3">
13792 <features>
13793 <column alignment="center" valignment="top" width="0">
13794 <column alignment="center" valignment="top" width="0">
13795 <column alignment="center" valignment="top" width="0">
13796 <row>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 a
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 d
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 g
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 b
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 e
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 h
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 <row>
13855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 c
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 f
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 i
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 </lyxtabular>
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \end_inset
13891
13892  test 
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898
13899 \backslash
13900 raisebox{0.85
13901 \backslash
13902 baselineskip}{
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \begin_inset Box Frameless
13909 position "t"
13910 hor_pos "c"
13911 has_inner_box 1
13912 inner_pos "c"
13913 use_parbox 0
13914 width "15col%"
13915 special "none"
13916 height "1in"
13917 height_special "totalheight"
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 \begin_inset Tabular
13922 <lyxtabular version="3" rows="3" columns="3">
13923 <features>
13924 <column alignment="center" valignment="top" width="0">
13925 <column alignment="center" valignment="top" width="0">
13926 <column alignment="center" valignment="top" width="0">
13927 <row>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 a
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 d
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 g
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 </row>
13956 <row>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 b
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 e
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 h
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 c
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 f
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 i
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 </lyxtabular>
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \end_inset
14022
14023
14024 \begin_inset ERT
14025 status collapsed
14026
14027 \begin_layout Plain Layout
14028
14029 }
14030 \end_layout
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Itemize
14038 test 
14039 \begin_inset Box Frameless
14040 position "c"
14041 hor_pos "c"
14042 has_inner_box 1
14043 inner_pos "c"
14044 use_parbox 0
14045 width "15col%"
14046 special "none"
14047 height "1in"
14048 height_special "totalheight"
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Tabular
14053 <lyxtabular version="3" rows="3" columns="3">
14054 <features>
14055 <column alignment="center" valignment="top" width="0">
14056 <column alignment="center" valignment="top" width="0">
14057 <column alignment="center" valignment="top" width="0">
14058 <row>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 a
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 d
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 g
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 b
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 e
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 h
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 </row>
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 c
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 f
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 i
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 </lyxtabular>
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Itemize
14158 test 
14159 \begin_inset Box Frameless
14160 position "b"
14161 hor_pos "c"
14162 has_inner_box 1
14163 inner_pos "c"
14164 use_parbox 0
14165 width "15col%"
14166 special "none"
14167 height "1in"
14168 height_special "totalheight"
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172 \begin_inset Tabular
14173 <lyxtabular version="3" rows="3" columns="3">
14174 <features>
14175 <column alignment="center" valignment="top" width="0">
14176 <column alignment="center" valignment="top" width="0">
14177 <column alignment="center" valignment="top" width="0">
14178 <row>
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 a
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192 d
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 g
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 </row>
14207 <row>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 b
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 e
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 h
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 <row>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 c
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 f
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 i
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 </row>
14265 </lyxtabular>
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \end_inset
14273
14274  test 
14275 \begin_inset ERT
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 raisebox{-0.32
14283 \backslash
14284 baselineskip}{
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \begin_inset Box Frameless
14291 position "b"
14292 hor_pos "c"
14293 has_inner_box 1
14294 inner_pos "c"
14295 use_parbox 0
14296 width "15col%"
14297 special "none"
14298 height "1in"
14299 height_special "totalheight"
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303 \begin_inset Tabular
14304 <lyxtabular version="3" rows="3" columns="3">
14305 <features>
14306 <column alignment="center" valignment="top" width="0">
14307 <column alignment="center" valignment="top" width="0">
14308 <column alignment="center" valignment="top" width="0">
14309 <row>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 a
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 d
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 g
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 </row>
14338 <row>
14339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 b
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 e
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 h
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 </row>
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 c
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 f
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 i
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 </row>
14396 </lyxtabular>
14397
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \end_inset
14404
14405
14406 \begin_inset ERT
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410
14411 }
14412 \end_layout
14413
14414 \end_inset
14415
14416
14417 \end_layout
14418
14419 \begin_layout Standard
14420 Como ves, los contenidos de la primera y última filas no se alinean correctament
14421 e con la línea de texto donde está la tabla.
14422  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14423  un cuadro elevado (
14424 \begin_inset Quotes eld
14425 \end_inset
14426
14427 raisebox
14428 \begin_inset Quotes erd
14429 \end_inset
14430
14431 )
14432 \begin_inset Foot
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 El uso del comando 
14437 \series bold
14438
14439 \backslash
14440 raisebox
14441 \series default
14442  se explica en la sección
14443 \begin_inset space ~
14444 \end_inset
14445
14446
14447 \begin_inset CommandInset ref
14448 LatexCommand ref
14449 reference "sub:Alineación-Vertical"
14450
14451 \end_inset
14452
14453 .
14454 \end_layout
14455
14456 \end_inset
14457
14458 .
14459  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14460  usando el comando en ERT
14461 \end_layout
14462
14463 \begin_layout Standard
14464
14465 \series bold
14466
14467 \backslash
14468 raisebox{0.85
14469 \backslash
14470 baselineskip}{
14471 \end_layout
14472
14473 \begin_layout Standard
14474 antes del cuadro.
14475  Tras él, se pone la llave de cierre 
14476 \series bold
14477 }
14478 \series default
14479  también como ERT.
14480  Para la segunda tabla en el tercer ítem se usa el comando 
14481 \end_layout
14482
14483 \begin_layout Standard
14484
14485 \series bold
14486
14487 \backslash
14488 raisebox{-0.32
14489 \backslash
14490 baselineskip}{
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset Note Greyedout
14495 status open
14496
14497 \begin_layout Plain Layout
14498
14499 \series bold
14500 Not
14501 \series default
14502 a: La alineación del contenido de la fila con la línea del texto adyacente
14503  no es exacta.
14504  El factor necesario del comando 
14505 \series bold
14506
14507 \backslash
14508 raisebox
14509 \series default
14510  para este alineamiento depende de la fuente del documento, del tamaño de
14511  la fuente y del grosor de línea de la tabla.
14512 \end_layout
14513
14514 \end_inset
14515
14516
14517 \end_layout
14518
14519 \begin_layout Section
14520 Tablas coloreadas
14521 \begin_inset CommandInset label
14522 LatexCommand label
14523 name "sec:Tablas-Coloreadas"
14524
14525 \end_inset
14526
14527
14528 \begin_inset Index
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532 Tablas ! Coloreadas
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \begin_layout Subsection
14541 Celdas coloreadas
14542 \begin_inset Index
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 Tablas coloreadas ! Celdas
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \begin_inset Index
14553 status collapsed
14554
14555 \begin_layout Plain Layout
14556 Color ! en celdas de tablas
14557 \end_layout
14558
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset Float table
14566 placement h
14567 wide false
14568 sideways false
14569 status open
14570
14571 \begin_layout Plain Layout
14572 \begin_inset Caption
14573
14574 \begin_layout Plain Layout
14575 \begin_inset CommandInset label
14576 LatexCommand label
14577 name "tab:Tabla-coloreada-sin"
14578
14579 \end_inset
14580
14581 Tabla coloreada sin usar el paquete 
14582 \series bold
14583 colortbl
14584 \series default
14585
14586 \begin_inset OptArg
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590 Tabla sin colortbl
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Plain Layout
14604 \align center
14605 \begin_inset Tabular
14606 <lyxtabular version="3" rows="3" columns="3">
14607 <features>
14608 <column alignment="center" valignment="top" width="0">
14609 <column alignment="center" valignment="top" width="0">
14610 <column alignment="center" valignment="top" width="0">
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616
14617 \color green
14618 a
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \color red
14629 b
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \color red
14640 c
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 </row>
14646 <row>
14647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651
14652 \color green
14653 d
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Plain Layout
14662
14663 \color blue
14664 e
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673
14674 \color blue
14675 f
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \color green
14688 g
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697
14698 \color blue
14699 h
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708
14709 \color blue
14710 i
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 </row>
14716 </lyxtabular>
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Standard
14729 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14730  el menú 
14731 \family sans
14732 Editar\SpecialChar \menuseparator
14733 Estilo
14734 \begin_inset space ~
14735 \end_inset
14736
14737 del
14738 \begin_inset space ~
14739 \end_inset
14740
14741 Texto
14742 \family default
14743 .
14744  Esto se ha hecho en la tabla
14745 \begin_inset space ~
14746 \end_inset
14747
14748
14749 \begin_inset CommandInset ref
14750 LatexCommand ref
14751 reference "tab:Tabla-coloreada-sin"
14752
14753 \end_inset
14754
14755 .
14756  En cualquier otro caso hay que usar el paquete LaTeX 
14757 \series bold
14758 colortbl
14759 \series default
14760 .
14761 \begin_inset Index
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 LaTeX-paquetes ! colortbl
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779
14780 \backslash
14781 ifcolortbl
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \begin_inset Note Note
14788 status open
14789
14790 \begin_layout Plain Layout
14791 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14792  LaTeX 
14793 \series bold
14794 colortbl
14795 \series default
14796 .
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Standard
14805 Para crear tablas coloreadas, 
14806 \series bold
14807 colortbl
14808 \series default
14809  debe cargarse en el preámbulo con la línea
14810 \end_layout
14811
14812 \begin_layout Standard
14813
14814 \series bold
14815
14816 \backslash
14817 usepackage{colortbl}
14818 \end_layout
14819
14820 \begin_layout Standard
14821 El color de una columna se define con el comando
14822 \end_layout
14823
14824 \begin_layout Standard
14825
14826 \series bold
14827
14828 \backslash
14829 columncolor{nombre del color}
14830 \end_layout
14831
14832 \begin_layout Standard
14833 dentro del comando 
14834 \series bold
14835 >{ }
14836 \series default
14837 .
14838  Más sobre el comando 
14839 \series bold
14840 >{}
14841 \series default
14842  se explica en la sección
14843 \begin_inset space ~
14844 \end_inset
14845
14846
14847 \begin_inset CommandInset ref
14848 LatexCommand ref
14849 reference "sub:Cálculos-en-Multicolumnas"
14850
14851 \end_inset
14852
14853 .
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Los siguientes nombres de color están predefinidos:
14858 \end_layout
14859
14860 \begin_layout Standard
14861
14862 \family sans
14863 red
14864 \family default
14865
14866 \family sans
14867 green
14868 \family default
14869
14870 \family sans
14871 yellow, blue
14872 \family default
14873
14874 \family sans
14875 cyan
14876 \family default
14877 \series bold
14878 ,
14879 \series default
14880  
14881 \family sans
14882 magenta, black
14883 \family default
14884
14885 \family sans
14886 white
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset VSpace medskip
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Puedes definir tus propios colores con el comando
14898 \end_layout
14899
14900 \begin_layout Standard
14901
14902 \series bold
14903
14904 \backslash
14905 definecolor{nombre del color}{modelo de color}{valores de color}
14906 \end_layout
14907
14908 \begin_layout Standard
14909 El modelo de color puede ser
14910 \end_layout
14911
14912 \begin_layout Labeling
14913 \labelwidthstring 00.00.0000
14914 cmyk: cyan, magenta, yellow, black
14915 \end_layout
14916
14917 \begin_layout Labeling
14918 \labelwidthstring 00.00.0000
14919 rgb: red, green, blue
14920 \end_layout
14921
14922 \begin_layout Labeling
14923 \labelwidthstring 00.00.0000
14924 gray: gray
14925 \end_layout
14926
14927 \begin_layout Standard
14928 y los valores de color son números separados por comas entre 0 y 1 que describen
14929  el factor para el color correspondiente del modelo de color.
14930 \end_layout
14931
14932 \begin_layout Standard
14933 Por ejemplo, puedes definir el color
14934 \series bold
14935  
14936 \series default
14937
14938 \begin_inset Quotes eld
14939 \end_inset
14940
14941
14942 \emph on
14943 verde oscuro
14944 \emph default
14945
14946 \begin_inset Quotes erd
14947 \end_inset
14948
14949  en el preámbulo con
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \series bold
14955
14956 \backslash
14957 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14958 \end_layout
14959
14960 \begin_layout Standard
14961 y el color 
14962 \begin_inset Quotes eld
14963 \end_inset
14964
14965
14966 \emph on
14967 gris claro
14968 \emph default
14969
14970 \begin_inset Quotes erd
14971 \end_inset
14972
14973  con
14974 \end_layout
14975
14976 \begin_layout Standard
14977
14978 \series bold
14979
14980 \backslash
14981 definecolor{grisclaro}{gray}{0.8}
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset VSpace medskip
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 Las líneas se colorean con el comando
14993 \end_layout
14994
14995 \begin_layout Standard
14996
14997 \series bold
14998
14999 \backslash
15000 rowcolor{nombre del color}
15001 \end_layout
15002
15003 \begin_layout Standard
15004 y las celdas se colorean con el comando
15005 \end_layout
15006
15007 \begin_layout Standard
15008
15009 \series bold
15010
15011 \backslash
15012 cellcolor{nombre del color}
15013 \end_layout
15014
15015 \begin_layout Standard
15016 Ambos comandos se insertan al principio de una celda como ERT.
15017 \end_layout
15018
15019 \begin_layout Standard
15020 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15021 \family sans
15022 Editar\SpecialChar \menuseparator
15023 Estilo
15024 \begin_inset space ~
15025 \end_inset
15026
15027 del
15028 \begin_inset space ~
15029 \end_inset
15030
15031 Texto
15032 \family default
15033 .
15034  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15035  puede ocasionar errores de LaTeX.
15036 \end_layout
15037
15038 \begin_layout Standard
15039 \begin_inset VSpace bigskip
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \begin_layout Standard
15046 Para crear la tabla
15047 \begin_inset space ~
15048 \end_inset
15049
15050
15051 \begin_inset CommandInset ref
15052 LatexCommand ref
15053 reference "tab:Tabla-coloreada-con"
15054
15055 \end_inset
15056
15057  haz lo siguiente: el color de la primera columna debe ser 
15058 \emph on
15059 verde oscuro
15060 \emph default
15061 , entonces inserta
15062 \end_layout
15063
15064 \begin_layout Standard
15065
15066 \series bold
15067 >{
15068 \backslash
15069 columncolor{verdeoscuro}
15070 \backslash
15071 centering}c
15072 \end_layout
15073
15074 \begin_layout Standard
15075 como argumento LaTeX para esta columna.
15076  La primera fila debe ser azul, por tanto inserta el comando ERT
15077 \end_layout
15078
15079 \begin_layout Standard
15080
15081 \series bold
15082
15083 \backslash
15084 rowcolow{cyan}
15085 \end_layout
15086
15087 \begin_layout Standard
15088 en la primera celda de esta fila.
15089  Observa que esto sobreescribe el color de la columna para la primera celda.
15090  La última celda de la última fila se colorea magenta insertando el comando
15091  ERT
15092 \end_layout
15093
15094 \begin_layout Standard
15095
15096 \series bold
15097
15098 \backslash
15099 cellcolor{magenta}
15100 \end_layout
15101
15102 \begin_layout Standard
15103 Ahora podrían colorearse los caracteres usando el menú 
15104 \family sans
15105 Editar\SpecialChar \menuseparator
15106 Estilo
15107 \begin_inset space ~
15108 \end_inset
15109
15110 del
15111 \begin_inset space ~
15112 \end_inset
15113
15114 Texto
15115 \family default
15116 .
15117 \end_layout
15118
15119 \begin_layout Standard
15120 \begin_inset Float table
15121 placement h
15122 wide false
15123 sideways false
15124 status open
15125
15126 \begin_layout Plain Layout
15127 \begin_inset Caption
15128
15129 \begin_layout Plain Layout
15130 \begin_inset CommandInset label
15131 LatexCommand label
15132 name "tab:Tabla-coloreada-con"
15133
15134 \end_inset
15135
15136 Tabla coloreada con el paquete 
15137 \series bold
15138 colortbl
15139 \series default
15140
15141 \begin_inset OptArg
15142 status open
15143
15144 \begin_layout Plain Layout
15145 Tabla con 
15146 \series bold
15147 colortbl
15148 \end_layout
15149
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Plain Layout
15161 \align center
15162 \begin_inset Tabular
15163 <lyxtabular version="3" rows="3" columns="3">
15164 <features>
15165 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15166 <column alignment="center" valignment="top" width="0">
15167 <column alignment="center" valignment="top" width="0">
15168 <row>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 \begin_inset ERT
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177
15178
15179 \backslash
15180 rowcolor{cyan}
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \color magenta
15187 a
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \color red
15198 b
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207
15208 \color red
15209 c
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \color yellow
15222 d
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231
15232 \color blue
15233 e
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \color blue
15244 f
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255
15256 \color yellow
15257 g
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \color blue
15268 h
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 \begin_inset ERT
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281
15282
15283 \backslash
15284 cellcolor{magenta}
15285 \end_layout
15286
15287 \end_inset
15288
15289
15290 \color green
15291 i
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 </lyxtabular>
15298
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \begin_layout Standard
15310 \begin_inset ERT
15311 status collapsed
15312
15313 \begin_layout Plain Layout
15314
15315
15316 \backslash
15317 else
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \begin_inset Note Note
15324 status open
15325
15326 \begin_layout Plain Layout
15327 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15328  
15329 \series bold
15330 colortbl
15331 \series default
15332 .
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Standard
15341 Debes instalar el paquete LaTeX 
15342 \series bold
15343 colortbl
15344 \series default
15345  para ver la parte siguiente en la salida.
15346 \end_layout
15347
15348 \begin_layout Standard
15349 \begin_inset ERT
15350 status collapsed
15351
15352 \begin_layout Plain Layout
15353
15354
15355 \backslash
15356 fi
15357 \end_layout
15358
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \begin_layout Subsection
15365 Líneas coloreadas
15366 \begin_inset Index
15367 status collapsed
15368
15369 \begin_layout Plain Layout
15370 Tablas coloreadas ! Líneas
15371 \end_layout
15372
15373 \end_inset
15374
15375
15376 \begin_inset Index
15377 status collapsed
15378
15379 \begin_layout Plain Layout
15380 Color ! en bordes de tabla
15381 \end_layout
15382
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \begin_layout Standard
15389 Como se describe en la sección
15390 \begin_inset space ~
15391 \end_inset
15392
15393
15394 \begin_inset CommandInset ref
15395 LatexCommand ref
15396 reference "sub:Grosor-de-Líneas"
15397
15398 \end_inset
15399
15400 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15401  
15402 \series bold
15403
15404 \backslash
15405 arrayrulewidth
15406 \series default
15407 .
15408  Se ha puesto 1.5
15409 \begin_inset space \thinspace{}
15410 \end_inset
15411
15412 pt para todas las tablas de esta sección.
15413 \begin_inset ERT
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417
15418
15419 \backslash
15420 setlength{
15421 \backslash
15422 arrayrulewidth}{1.5pt}
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \begin_layout Standard
15431 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15432  el preámbulo del documento el siguiente formato de columna, de acuerdo
15433  a lo descrito en la sección
15434 \begin_inset space ~
15435 \end_inset
15436
15437
15438 \begin_inset CommandInset ref
15439 LatexCommand ref
15440 reference "sub:Formato-Personalizado"
15441
15442 \end_inset
15443
15444 :
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 newcolumntype{W}{!{
15453 \backslash
15454 color{green}
15455 \backslash
15456 vline}}
15457 \end_layout
15458
15459 \begin_layout Standard
15460 Para la tabla
15461 \begin_inset space ~
15462 \end_inset
15463
15464
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "tab:Tabla-con-verticales-coloreadas"
15468
15469 \end_inset
15470
15471  se usó el argumento LaTeX
15472 \series bold
15473  WcW
15474 \series default
15475  para la última columna y
15476 \series bold
15477  Wc
15478 \series default
15479  para las demás.
15480 \end_layout
15481
15482 \begin_layout Standard
15483 Si quieres tener varios colores, define más formatos de columna.
15484 \end_layout
15485
15486 \begin_layout Standard
15487 \begin_inset Float table
15488 placement h
15489 wide false
15490 sideways false
15491 status open
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Caption
15495
15496 \begin_layout Plain Layout
15497 \begin_inset CommandInset label
15498 LatexCommand label
15499 name "tab:Tabla-con-verticales-coloreadas"
15500
15501 \end_inset
15502
15503 Tabla con líneas verticales coloreadas
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \begin_layout Plain Layout
15512 \align center
15513 \begin_inset Tabular
15514 <lyxtabular version="3" rows="3" columns="3">
15515 <features>
15516 <column alignment="center" valignment="top" width="0" special="Wc">
15517 <column alignment="center" valignment="top" width="0" special="Wc">
15518 <column alignment="center" valignment="top" width="0" special="WcW">
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524 sd
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 sd
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" topline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 <row>
15578 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 sd
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 </lyxtabular>
15607
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset VSpace bigskip
15620 \end_inset
15621
15622 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15623 \begin_inset space ~
15624 \end_inset
15625
15626
15627 \begin_inset CommandInset ref
15628 LatexCommand ref
15629 reference "tab:Tabla-con-horizontales-coloreadas"
15630
15631 \end_inset
15632
15633 , inserta estos comandos en ERT antes de la tabla o del flotante:
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 let
15642 \backslash
15643 myHlineC
15644 \backslash
15645 hline
15646 \begin_inset Newline newline
15647 \end_inset
15648
15649
15650 \backslash
15651 renewcommand{
15652 \backslash
15653 hline}
15654 \begin_inset Newline newline
15655 \end_inset
15656
15657
15658 \begin_inset ERT
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662
15663
15664 \backslash
15665 hphantom{ }
15666 \end_layout
15667
15668 \end_inset
15669
15670 {
15671 \backslash
15672 arrayrulecolor{red}
15673 \backslash
15674 myHlineC
15675 \backslash
15676 arrayrulecolor{black}}
15677 \end_layout
15678
15679 \begin_layout Standard
15680 \begin_inset ERT
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685
15686 \backslash
15687 let
15688 \backslash
15689 myHlineC
15690 \backslash
15691 hline
15692 \end_layout
15693
15694 \begin_layout Plain Layout
15695
15696
15697 \backslash
15698 renewcommand{
15699 \backslash
15700 hline}
15701 \end_layout
15702
15703 \begin_layout Plain Layout
15704
15705  {
15706 \backslash
15707 arrayrulecolor{red}
15708 \backslash
15709 myHlineC
15710 \backslash
15711 arrayrulecolor{black}}
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \begin_inset Float table
15718 placement h
15719 wide false
15720 sideways false
15721 status open
15722
15723 \begin_layout Plain Layout
15724 \begin_inset Caption
15725
15726 \begin_layout Plain Layout
15727 \begin_inset CommandInset label
15728 LatexCommand label
15729 name "tab:Tabla-con-horizontales-coloreadas"
15730
15731 \end_inset
15732
15733 Tabla con líneas horizontales coloreadas
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Plain Layout
15742 \align center
15743 \begin_inset Tabular
15744 <lyxtabular version="3" rows="3" columns="3">
15745 <features>
15746 <column alignment="center" valignment="top" width="0">
15747 <column alignment="center" valignment="top" width="0">
15748 <column alignment="center" valignment="top" width="0">
15749 <row>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 sd
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 sd
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row>
15808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 sd
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 </lyxtabular>
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \begin_layout Standard
15849 Para volver al color de línea negro predeterminado inserta este comando
15850  en ERT detrás de la tabla o el flotante:
15851 \end_layout
15852
15853 \begin_layout Standard
15854
15855 \series bold
15856
15857 \backslash
15858 renewcommand{
15859 \backslash
15860 hline}{
15861 \backslash
15862 myHlineC}
15863 \end_layout
15864
15865 \begin_layout Standard
15866 La tabla
15867 \begin_inset space ~
15868 \end_inset
15869
15870
15871 \begin_inset CommandInset ref
15872 LatexCommand ref
15873 reference "tab:Tabla-con-líneas-coloreadas"
15874
15875 \end_inset
15876
15877  es un ejemplo con líneas verticales y horizontales coloreadas.
15878 \end_layout
15879
15880 \begin_layout Standard
15881 \begin_inset Float table
15882 placement h
15883 wide false
15884 sideways false
15885 status open
15886
15887 \begin_layout Plain Layout
15888 \begin_inset Caption
15889
15890 \begin_layout Plain Layout
15891 \begin_inset CommandInset label
15892 LatexCommand label
15893 name "tab:Tabla-con-líneas-coloreadas"
15894
15895 \end_inset
15896
15897 Tabla con líneas coloreadas
15898 \end_layout
15899
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Plain Layout
15906 \align center
15907 \begin_inset Tabular
15908 <lyxtabular version="3" rows="3" columns="3">
15909 <features>
15910 <column alignment="center" valignment="top" width="0" special="Wc">
15911 <column alignment="center" valignment="top" width="0" special="Wc">
15912 <column alignment="center" valignment="top" width="0" special="WcW">
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 sd
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 sd
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 <row>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 sd
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 </lyxtabular>
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Standard
16013 \begin_inset ERT
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017
16018
16019 \backslash
16020 renewcommand{
16021 \backslash
16022 hline}{
16023 \backslash
16024 myHlineC}
16025 \end_layout
16026
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Standard
16033 \begin_inset ERT
16034 status collapsed
16035
16036 \begin_layout Plain Layout
16037
16038
16039 \backslash
16040 setlength{
16041 \backslash
16042 arrayrulewidth}{0.4pt}
16043 \end_layout
16044
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \begin_layout Section
16051 Personalización de tablas
16052 \begin_inset Index
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056 Personalización de tablas
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Index
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 Tablas ! Personalización
16067 \end_layout
16068
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \begin_layout Subsection
16075 Espacio adicional en filas
16076 \begin_inset CommandInset label
16077 LatexCommand label
16078 name "sub:Espacio-adicional"
16079
16080 \end_inset
16081
16082
16083 \begin_inset Index
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087 Personalización de tablas ! Espacio adicional en filas
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Standard
16096 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16097  
16098 \family sans
16099 Bordes,
16100 \family default
16101  del diálogo de configuración de tablas.
16102  En el marco 
16103 \family sans
16104 Espacio
16105 \begin_inset space ~
16106 \end_inset
16107
16108 adicional
16109 \family default
16110  dispones de tres posibilidades:
16111 \end_layout
16112
16113 \begin_layout Description
16114 Superior
16115 \begin_inset space ~
16116 \end_inset
16117
16118 de
16119 \begin_inset space ~
16120 \end_inset
16121
16122 la
16123 \begin_inset space ~
16124 \end_inset
16125
16126 fila añade espacio sobre los caracteres de la fila.
16127  Si la tabla es de estilo formal
16128 \begin_inset Foot
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132 Las tablas formales se explican en la sección
16133 \begin_inset space ~
16134 \end_inset
16135
16136
16137 \begin_inset CommandInset ref
16138 LatexCommand ref
16139 reference "sec:Tablas-Formales"
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147
16148  LyX insertará 0.5
16149 \begin_inset space \thinspace{}
16150 \end_inset
16151
16152 em por defecto.
16153  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16154  verticales, como se ve en la tabla siguiente:
16155 \begin_inset VSpace medskip
16156 \end_inset
16157
16158
16159 \begin_inset Newline newline
16160 \end_inset
16161
16162
16163 \begin_inset space \hspace*{}
16164 \length 0pt
16165 \end_inset
16166
16167
16168 \begin_inset space \hfill{}
16169 \end_inset
16170
16171
16172 \begin_inset Tabular
16173 <lyxtabular version="3" rows="3" columns="1">
16174 <features>
16175 <column alignment="center" valignment="top" width="0">
16176 <row>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 A
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row topspace="3mm">
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 3
16193 \begin_inset space \thinspace{}
16194 \end_inset
16195
16196 mm sobre la fila
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 </row>
16202 <row>
16203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 C
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 </row>
16213 </lyxtabular>
16214
16215 \end_inset
16216
16217
16218 \begin_inset space \hfill{}
16219 \end_inset
16220
16221
16222 \begin_inset space \hspace*{}
16223 \length 0pt
16224 \end_inset
16225
16226
16227 \begin_inset VSpace medskip
16228 \end_inset
16229
16230
16231 \begin_inset Newline newline
16232 \end_inset
16233
16234 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16235  sin líneas verticales.
16236 \end_layout
16237
16238 \begin_layout Description
16239 Inferior
16240 \begin_inset space ~
16241 \end_inset
16242
16243 de
16244 \begin_inset space ~
16245 \end_inset
16246
16247 la
16248 \begin_inset space ~
16249 \end_inset
16250
16251 fila añade espacio bajo los caracteres de la fila.
16252  Si la tabla es formal LyX inserta por defecto 0.5
16253 \begin_inset space \thinspace{}
16254 \end_inset
16255
16256 em; si la tabla es normal inserta 2
16257 \begin_inset space \thinspace{}
16258 \end_inset
16259
16260 pt.
16261  
16262 \end_layout
16263
16264 \begin_layout Description
16265 Entre
16266 \begin_inset space ~
16267 \end_inset
16268
16269 las
16270 \begin_inset space ~
16271 \end_inset
16272
16273 filas añade espacio entre la fila actual y la siguiente.
16274  Si la tabla es formal LyX inserta 0.5
16275 \begin_inset space \thinspace{}
16276 \end_inset
16277
16278 em por defecto.
16279  En tablas normales, el espacio adicional destruirá las líneas verticales
16280  de la tabla, como se ve en la siguiente:
16281 \begin_inset VSpace medskip
16282 \end_inset
16283
16284
16285 \begin_inset Newline newline
16286 \end_inset
16287
16288
16289 \begin_inset space \hspace*{}
16290 \length 0pt
16291 \end_inset
16292
16293
16294 \begin_inset space \hfill{}
16295 \end_inset
16296
16297
16298 \begin_inset Tabular
16299 <lyxtabular version="3" rows="3" columns="1">
16300 <features>
16301 <column alignment="center" valignment="top" width="0">
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 A
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row interlinespace="3mm">
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Formula $\downarrow$
16319 \end_inset
16320
16321  3
16322 \begin_inset space \thinspace{}
16323 \end_inset
16324
16325 mm entre las filas
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 </row>
16331 <row>
16332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $\uparrow$
16337 \end_inset
16338
16339  3
16340 \begin_inset space \thinspace{}
16341 \end_inset
16342
16343 mm entre las filas 
16344 \begin_inset Formula $\uparrow$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 </lyxtabular>
16354
16355 \end_inset
16356
16357
16358 \begin_inset space \hfill{}
16359 \end_inset
16360
16361
16362 \begin_inset space \hspace*{}
16363 \length 0pt
16364 \end_inset
16365
16366
16367 \begin_inset VSpace medskip
16368 \end_inset
16369
16370
16371 \begin_inset Newline newline
16372 \end_inset
16373
16374 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16375  para tablas sin líneas verticales.
16376 \end_layout
16377
16378 \begin_layout Standard
16379 \begin_inset VSpace bigskip
16380 \end_inset
16381
16382 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16383  utiliza los siguientes comandos en el preámbulo:
16384 \end_layout
16385
16386 \begin_layout Standard
16387
16388 \series bold
16389
16390 \backslash
16391 @ifundefined{extrarowheight}
16392 \begin_inset Newline newline
16393 \end_inset
16394
16395
16396 \begin_inset ERT
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400
16401
16402 \backslash
16403 hphantom{ }
16404 \end_layout
16405
16406 \end_inset
16407
16408 {
16409 \backslash
16410 usepackage{array}}{}
16411 \begin_inset Newline newline
16412 \end_inset
16413
16414
16415 \backslash
16416 setlength{
16417 \backslash
16418 extrarowheight}{altura}
16419 \end_layout
16420
16421 \begin_layout Standard
16422 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16423  centrado en vertical.
16424  (Lyx cargará automáticamente el paquete 
16425 \series bold
16426 array
16427 \series default
16428  cuando uses formatos de tabla autodefinidos.
16429  Para evitar que sea cargado dos veces se pone al principio el comando 
16430 \series bold
16431
16432 \backslash
16433 @ifundefined
16434 \series default
16435 .)
16436 \end_layout
16437
16438 \begin_layout Standard
16439
16440 \end_layout
16441
16442 \begin_layout Subsection
16443 Alineación especial de celdas
16444 \begin_inset Index
16445 status collapsed
16446
16447 \begin_layout Plain Layout
16448 Personalización de tablas ! Alineación especial de celdas
16449 \end_layout
16450
16451 \end_inset
16452
16453
16454 \end_layout
16455
16456 \begin_layout Standard
16457 A veces mejora la presentación si las entradas en las celdas de una columna
16458  se alinean con un carácter determinado, p.
16459 \begin_inset space \thinspace{}
16460 \end_inset
16461
16462 e.
16463 \begin_inset space ~
16464 \end_inset
16465
16466 el separador decimal, como en la tabla
16467 \begin_inset space ~
16468 \end_inset
16469
16470
16471 \begin_inset CommandInset ref
16472 LatexCommand ref
16473 reference "tab:Tabla-con-celdas-de"
16474
16475 \end_inset
16476
16477 .
16478 \end_layout
16479
16480 \begin_layout Standard
16481 \begin_inset Float table
16482 wide false
16483 sideways false
16484 status open
16485
16486 \begin_layout Plain Layout
16487 \begin_inset Caption
16488
16489 \begin_layout Plain Layout
16490 \begin_inset CommandInset label
16491 LatexCommand label
16492 name "tab:Tabla-con-celdas-de"
16493
16494 \end_inset
16495
16496 Tabla con celdas alineadas con el separador decimal.
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \begin_layout Plain Layout
16505 \align center
16506 \begin_inset Tabular
16507 <lyxtabular version="3" rows="4" columns="2">
16508 <features>
16509 <column alignment="right" valignment="top" width="0">
16510 <column alignment="left" valignment="top" width="0" special="@{}l">
16511 <row>
16512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 leyenda
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 12.
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 6
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 0.
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 68
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 -123.
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 0
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \begin_layout Standard
16604 Esta es una tabla 4×2.
16605  La leyenda es una multicolumna centrada.
16606  La primera columna está alineada a la derecha y contiene el punto decimal
16607  y los dígitos anteriores.
16608  La segunda columna está alineada a la izquierda y contiene los dígitos
16609  posteriores al punto decimal.
16610  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16611  argumento LaTeX para la segunda columna:
16612 \end_layout
16613
16614 \begin_layout Standard
16615
16616 \series bold
16617 @{}l
16618 \end_layout
16619
16620 \begin_layout Standard
16621 La tabla
16622 \begin_inset space ~
16623 \end_inset
16624
16625
16626 \begin_inset CommandInset ref
16627 LatexCommand ref
16628 reference "tab:Varias-alineaciones"
16629
16630 \end_inset
16631
16632  muestra varios ejemplos de alineación.
16633  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16634 o más pequeño al comienzo de la última columna para conseguir el espacio
16635  adecuado alrededor del signo.
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset Float table
16640 wide false
16641 sideways false
16642 status open
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Caption
16646
16647 \begin_layout Plain Layout
16648 \begin_inset CommandInset label
16649 LatexCommand label
16650 name "tab:Varias-alineaciones"
16651
16652 \end_inset
16653
16654 Tabla con varias alineaciones.
16655 \end_layout
16656
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \begin_layout Plain Layout
16663 \align center
16664 \begin_inset Tabular
16665 <lyxtabular version="3" rows="4" columns="6">
16666 <features>
16667 <column alignment="right" valignment="top" width="0">
16668 <column alignment="left" valignment="top" width="0" special="@{}l">
16669 <column alignment="right" valignment="top" width="0">
16670 <column alignment="left" valignment="top" width="0" special="@{}l">
16671 <column alignment="right" valignment="top" width="0">
16672 <column alignment="left" valignment="top" width="0" special="@{}l">
16673 <row>
16674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 unidades
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 exponentes
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 relaciones
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 12×
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 24
16744 \begin_inset space \thinspace{}
16745 \end_inset
16746
16747 bottles
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 \begin_inset Formula $10\cdot$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $10^{\mbox{-}17}$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\Gamma(t)\propto$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $\:\Upsilon(t)$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 1024×
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 768
16816 \begin_inset space \thinspace{}
16817 \end_inset
16818
16819 Pixels
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $5.78\cdot$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $10^{7}$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $A\ne$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\: B_{\mathrm{red}}$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 32×
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 6
16888 \begin_inset space \thinspace{}
16889 \end_inset
16890
16891 cm
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 -
16901 \begin_inset Formula $33.5\cdot$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Formula $10^{4}$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\sin(\alpha)\ge$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Formula $\:\sin(\beta)$
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 </lyxtabular>
16947
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \begin_layout Standard
16959 \begin_inset VSpace bigskip
16960 \end_inset
16961
16962 También hay un paquete LaTeX, 
16963 \series bold
16964 dcolumn
16965 \series default
16966
16967 \begin_inset Index
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971 LaTeX-paquetes ! dcolumn
16972 \end_layout
16973
16974 \end_inset
16975
16976 , que permite alinear el contenido de las celdas.
16977  Pero desgraciadamente trata las entradas de celda en modo matemático y
16978  no permite fórmulas en celdas: la primera columna de la tabla
16979 \begin_inset space ~
16980 \end_inset
16981
16982
16983 \begin_inset CommandInset ref
16984 LatexCommand ref
16985 reference "tab:Varias-alineaciones"
16986
16987 \end_inset
16988
16989  se verá con 
16990 \series bold
16991 dcolumn
16992 \series default
16993  como la primera columna en la tabla
16994 \begin_inset space ~
16995 \end_inset
16996
16997
16998 \begin_inset CommandInset ref
16999 LatexCommand ref
17000 reference "tab:Alineaciones-con-el"
17001
17002 \end_inset
17003
17004  y sólo con algunos trucos se consigue lo que se espera.
17005  La alineación de la segunda y tercera columnas de la tabla
17006 \begin_inset space ~
17007 \end_inset
17008
17009
17010 \begin_inset CommandInset ref
17011 LatexCommand ref
17012 reference "tab:Varias-alineaciones"
17013
17014 \end_inset
17015
17016  no es posible con 
17017 \series bold
17018 dcolumn
17019 \series default
17020 .
17021 \end_layout
17022
17023 \begin_layout Standard
17024 \begin_inset Float table
17025 placement h
17026 wide false
17027 sideways false
17028 status open
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Caption
17032
17033 \begin_layout Plain Layout
17034 \begin_inset CommandInset label
17035 LatexCommand label
17036 name "tab:Alineaciones-con-el"
17037
17038 \end_inset
17039
17040
17041 \begin_inset OptArg
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045 Tabla alineada con 
17046 \series bold
17047 dcolumn
17048 \end_layout
17049
17050 \end_inset
17051
17052 Alineaciones con el paquete LaTeX 
17053 \series bold
17054 dcolumn
17055 \series default
17056 .
17057  Se han tenido que usar unos trucos para la alineación de las columnas en
17058  la salida.
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Plain Layout
17067 \align center
17068 \begin_inset Tabular
17069 <lyxtabular version="3" rows="4" columns="3">
17070 <features>
17071 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17072 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17073 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17074 <row>
17075 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 unidades
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 unidades
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 unidades
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 12x24
17109 \begin_inset space \thinspace{}
17110 \end_inset
17111
17112 bottles
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 12x24
17122 \begin_inset space \thinspace{}
17123 \end_inset
17124
17125
17126 \begin_inset Formula $\mbox{bottles}$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 12
17139 \begin_inset ERT
17140 status collapsed
17141
17142 \begin_layout Plain Layout
17143
17144
17145 \backslash
17146 times
17147 \end_layout
17148
17149 \end_inset
17150
17151 24~
17152 \begin_inset Formula $\mbox{bottles}$
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 1024x768
17167 \begin_inset space \thinspace{}
17168 \end_inset
17169
17170 Pixels
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 1024x768
17180 \begin_inset space \thinspace{}
17181 \end_inset
17182
17183
17184 \begin_inset Formula $\mbox{Pixels}$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 1024
17197 \begin_inset ERT
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201
17202
17203 \backslash
17204 times
17205 \end_layout
17206
17207 \end_inset
17208
17209 768~
17210 \begin_inset Formula $\mbox{Pixels}$
17211 \end_inset
17212
17213  
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 32x6
17225 \begin_inset space \thinspace{}
17226 \end_inset
17227
17228 cm
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 32x6
17238 \begin_inset space \thinspace{}
17239 \end_inset
17240
17241
17242 \begin_inset Formula $\mbox{cm}$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 32
17255 \begin_inset ERT
17256 status collapsed
17257
17258 \begin_layout Plain Layout
17259
17260
17261 \backslash
17262 times
17263 \end_layout
17264
17265 \end_inset
17266
17267 6~
17268 \begin_inset Formula $\mbox{cm}$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 </lyxtabular>
17278
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Subsection
17290 Formato personalizado de celda/columna
17291 \begin_inset CommandInset label
17292 LatexCommand label
17293 name "sub:Formato-Personalizado"
17294
17295 \end_inset
17296
17297
17298 \begin_inset Index
17299 status collapsed
17300
17301 \begin_layout Plain Layout
17302 Personalización de tablas ! Formato de celda/columna
17303 \end_layout
17304
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \begin_layout Standard
17311 El cálculo de la anchura necesaria para columnas extendidas descrito en
17312  la sección
17313 \begin_inset space ~
17314 \end_inset
17315
17316
17317 \begin_inset CommandInset ref
17318 LatexCommand ref
17319 reference "sub:Cálculos-en-Multicolumnas"
17320
17321 \end_inset
17322
17323  es muy pesado si tienes varias tablas con multicolumnas.
17324  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17325 mna aplicable a todas las tablas del documento.
17326  El formato se define con el comando
17327 \end_layout
17328
17329 \begin_layout Standard
17330
17331 \series bold
17332
17333 \backslash
17334 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17335 \end_layout
17336
17337 \begin_layout Standard
17338 El nombre de formato puede ser una sola letra.
17339  Las letras 
17340 \emph on
17341 b, c, l, m, p
17342 \emph default
17343  y 
17344 \emph on
17345 r
17346 \emph default
17347  están predefinidas y no pueden usarse.
17348  Pero se permiten todas las mayúsculas.
17349 \end_layout
17350
17351 \begin_layout Standard
17352 \begin_inset VSpace medskip
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \begin_layout Standard
17359 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17360  fija puedes definir el formato de celda
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 newcolumntype{M}[1]{>{
17369 \backslash
17370 centering
17371 \backslash
17372 hspace{0pt}}m{#1}}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 donde 
17377 \series bold
17378
17379 \backslash
17380 hspace{0pt}
17381 \series default
17382  evita el problema de partir con guión la primera palabra, como se describe
17383  en la sección
17384 \begin_inset space ~
17385 \end_inset
17386
17387
17388 \begin_inset CommandInset ref
17389 LatexCommand ref
17390 reference "sub:Líneas-Múltiples-en"
17391
17392 \end_inset
17393
17394 .
17395  Ahora puedes introducir simplemente
17396 \end_layout
17397
17398 \begin_layout Standard
17399
17400 \series bold
17401 M{ancho}
17402 \end_layout
17403
17404 \begin_layout Standard
17405 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17406 \end_layout
17407
17408 \begin_layout Standard
17409 \begin_inset VSpace bigskip
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 newcolumntype{S}[2]{>{
17425 \backslash
17426 centering
17427 \backslash
17428 hspace{0pt}}
17429 \begin_inset Newline newline
17430 \end_inset
17431
17432
17433 \begin_inset ERT
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437
17438
17439 \backslash
17440 phantom{
17441 \end_layout
17442
17443 \end_inset
17444
17445
17446 \backslash
17447 newcolumntype
17448 \begin_inset ERT
17449 status collapsed
17450
17451 \begin_layout Plain Layout
17452
17453 }
17454 \end_layout
17455
17456 \end_inset
17457
17458 m{(#1+(2
17459 \backslash
17460 tabcolsep+
17461 \backslash
17462 arrayrulewidth)*(1-#2))/#2}}
17463 \end_layout
17464
17465 \begin_layout Standard
17466 Este formato usa la ecuación 
17467 \begin_inset CommandInset ref
17468 LatexCommand eqref
17469 reference "eq:Wgn"
17470
17471 \end_inset
17472
17473  para calcular la anchura necesaria para que cada celda extendida tenga
17474  la misma anchura.
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Ahora puedes introducir
17479 \end_layout
17480
17481 \begin_layout Standard
17482
17483 \series bold
17484 S{ancho de la celda multicolumna}{número de columnas extendidas}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 como argumento LaTeX de la columna.
17489 \end_layout
17490
17491 \begin_layout Standard
17492 \begin_inset VSpace bigskip
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 Para columnas coloreadas puedes definir
17500 \end_layout
17501
17502 \begin_layout Standard
17503
17504 \series bold
17505
17506 \backslash
17507 newcolumntype{K}[1]{>{
17508 \backslash
17509 columncolor{#1}
17510 \backslash
17511 hspace{0pt}}c}
17512 \end_layout
17513
17514 \begin_layout Standard
17515 La 
17516 \begin_inset Quotes eld
17517 \end_inset
17518
17519 c
17520 \begin_inset Quotes erd
17521 \end_inset
17522
17523  al final crea una columna con anchura flexible cuyo texto está centrado
17524  horizontalmente.
17525  Ahora puedes introducir
17526 \end_layout
17527
17528 \begin_layout Standard
17529
17530 \series bold
17531 K{nombre del color}
17532 \end_layout
17533
17534 \begin_layout Standard
17535 como argumento LaTeX.
17536 \end_layout
17537
17538 \begin_layout Standard
17539 \begin_inset VSpace bigskip
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \begin_layout Standard
17546 Para crear la tabla
17547 \begin_inset space ~
17548 \end_inset
17549
17550
17551 \begin_inset CommandInset ref
17552 LatexCommand ref
17553 reference "tab:Tabla-con-formatos-definidos-por"
17554
17555 \end_inset
17556
17557  usa los argumentos LaTeX
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563 M{2.5cm}
17564 \end_layout
17565
17566 \begin_layout Standard
17567 para la primera columna y la multicolumna,
17568 \end_layout
17569
17570 \begin_layout Standard
17571
17572 \series bold
17573 K{red}
17574 \end_layout
17575
17576 \begin_layout Standard
17577 para la última columna y
17578 \end_layout
17579
17580 \begin_layout Standard
17581
17582 \series bold
17583 S{2.5cm}{2}
17584 \end_layout
17585
17586 \begin_layout Standard
17587 para las celdas en la segunda columna.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset Float table
17592 placement h
17593 wide false
17594 sideways false
17595 status open
17596
17597 \begin_layout Plain Layout
17598 \begin_inset Caption
17599
17600 \begin_layout Plain Layout
17601 \begin_inset CommandInset label
17602 LatexCommand label
17603 name "tab:Tabla-con-formatos-definidos-por"
17604
17605 \end_inset
17606
17607 Tabla con formatos definidos por el usuario
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Plain Layout
17616 \align center
17617 \begin_inset Tabular
17618 <lyxtabular version="3" rows="3" columns="4">
17619 <features>
17620 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17621 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17622 <column alignment="center" valignment="middle" width="0">
17623 <column alignment="center" valignment="middle" width="0" special="K{red}">
17624 <row>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 palabramuylargaenceldadetabla
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 multicolumna línea múltiple
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 c
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667 d
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 e
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 f
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 g
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 h
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714 i
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 j
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 k
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 </lyxtabular>
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \begin_layout Subsection
17751 Grosor de líneas
17752 \begin_inset CommandInset label
17753 LatexCommand label
17754 name "sub:Grosor-de-Líneas"
17755
17756 \end_inset
17757
17758
17759 \begin_inset Index
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763 Personalización de tablas ! Grosor de línea
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17773  
17774 \series bold
17775
17776 \backslash
17777 arrayrulewidth
17778 \series default
17779 .
17780  Por ejemplo, para poner un grosor de línea de 1.5
17781 \begin_inset space \thinspace{}
17782 \end_inset
17783
17784 pt, como en la tabla
17785 \begin_inset space ~
17786 \end_inset
17787
17788
17789 \begin_inset CommandInset ref
17790 LatexCommand ref
17791 reference "tab:Tabla-con-líneas"
17792
17793 \end_inset
17794
17795 , inserta el comando
17796 \end_layout
17797
17798 \begin_layout Standard
17799
17800 \series bold
17801
17802 \backslash
17803 setlength{
17804 \backslash
17805 arrayrulewidth}{1.5pt}
17806 \end_layout
17807
17808 \begin_layout Standard
17809 en ERT antes de la tabla o flotante.
17810  Este cambio es válido para todas las siguientes tablas.
17811  Para volver al valor predeterminado, define 
17812 \series bold
17813
17814 \backslash
17815 arrayrulewidth
17816 \series default
17817  a 0.4
17818 \begin_inset space \thinspace{}
17819 \end_inset
17820
17821 pt en ERT detrás de la tabla o flotante.
17822 \end_layout
17823
17824 \begin_layout Standard
17825 \begin_inset ERT
17826 status collapsed
17827
17828 \begin_layout Plain Layout
17829
17830
17831 \backslash
17832 setlength{
17833 \backslash
17834 arrayrulewidth}{1.5pt}
17835 \end_layout
17836
17837 \end_inset
17838
17839
17840 \begin_inset Float table
17841 wide false
17842 sideways false
17843 status open
17844
17845 \begin_layout Plain Layout
17846 \begin_inset Caption
17847
17848 \begin_layout Plain Layout
17849 \begin_inset CommandInset label
17850 LatexCommand label
17851 name "tab:Tabla-con-líneas"
17852
17853 \end_inset
17854
17855 Tabla con líneas de grosor 1.5
17856 \begin_inset space \thinspace{}
17857 \end_inset
17858
17859 pt
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \begin_layout Plain Layout
17868 \align center
17869 \begin_inset Tabular
17870 <lyxtabular version="3" rows="3" columns="3">
17871 <features>
17872 <column alignment="center" valignment="top" width="0">
17873 <column alignment="center" valignment="top" width="0">
17874 <column alignment="center" valignment="top" width="0">
17875 <row>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 sd
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 <row>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 sd
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 </row>
17933 <row>
17934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 sd
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 </lyxtabular>
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \begin_inset ERT
17973 status collapsed
17974
17975 \begin_layout Plain Layout
17976
17977
17978 \backslash
17979 setlength{
17980 \backslash
17981 arrayrulewidth}{0.4pt}
17982 \end_layout
17983
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \begin_layout Standard
17990 \begin_inset VSpace bigskip
17991 \end_inset
17992
17993 Para definir un grosor de 1.5
17994 \begin_inset space \thinspace{}
17995 \end_inset
17996
17997 pt sólo para líneas horizontales, como en la tabla
17998 \begin_inset space ~
17999 \end_inset
18000
18001
18002 \begin_inset CommandInset ref
18003 LatexCommand ref
18004 reference "tab:Tabla-con-horizontales"
18005
18006 \end_inset
18007
18008 , inserta estos comandos en ERT antes de la tabla o flotante:
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 let
18017 \backslash
18018 myHline
18019 \backslash
18020 hline
18021 \begin_inset Newline newline
18022 \end_inset
18023
18024
18025 \backslash
18026 renewcommand{
18027 \backslash
18028 hline}
18029 \begin_inset Newline newline
18030 \end_inset
18031
18032  {
18033 \backslash
18034 noalign{
18035 \backslash
18036 global
18037 \backslash
18038 arrayrulewidth 1.5pt}
18039 \begin_inset Newline newline
18040 \end_inset
18041
18042   
18043 \backslash
18044 myHline
18045 \backslash
18046 noalign{
18047 \backslash
18048 global
18049 \backslash
18050 arrayrulewidth 0.4pt}}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18055  de la tabla o flotante:
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061
18062 \backslash
18063 renewcommand{
18064 \backslash
18065 hline}{
18066 \backslash
18067 myHline}
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset ERT
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075
18076
18077 \backslash
18078 let
18079 \backslash
18080 myHline
18081 \backslash
18082 hline
18083 \end_layout
18084
18085 \begin_layout Plain Layout
18086
18087
18088 \backslash
18089 renewcommand{
18090 \backslash
18091 hline}
18092 \end_layout
18093
18094 \begin_layout Plain Layout
18095
18096  {
18097 \backslash
18098 noalign{
18099 \backslash
18100 global
18101 \backslash
18102 arrayrulewidth 1.5pt}
18103 \end_layout
18104
18105 \begin_layout Plain Layout
18106
18107   
18108 \backslash
18109 myHline
18110 \backslash
18111 noalign{
18112 \backslash
18113 global
18114 \backslash
18115 arrayrulewidth 0.4pt}}
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \begin_inset Float table
18122 wide false
18123 sideways false
18124 status open
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Caption
18128
18129 \begin_layout Plain Layout
18130 \begin_inset CommandInset label
18131 LatexCommand label
18132 name "tab:Tabla-con-horizontales"
18133
18134 \end_inset
18135
18136 Tabla con líneas horizontales de 1.5
18137 \begin_inset space \thinspace{}
18138 \end_inset
18139
18140 pt
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \begin_layout Plain Layout
18149 \align center
18150 \begin_inset Tabular
18151 <lyxtabular version="3" rows="3" columns="3">
18152 <features>
18153 <column alignment="center" valignment="top" width="0">
18154 <column alignment="center" valignment="top" width="0">
18155 <column alignment="center" valignment="top" width="0">
18156 <row>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 sd
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 </row>
18185 <row>
18186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 sd
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 </row>
18214 <row>
18215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 sd
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 </lyxtabular>
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \begin_inset ERT
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 renewcommand{
18261 \backslash
18262 hline}{
18263 \backslash
18264 myHline}
18265 \end_layout
18266
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \begin_layout Standard
18273 \begin_inset VSpace bigskip
18274 \end_inset
18275
18276 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18277  siguiente formato de columna en el preámbulo del documento, de acuerdo
18278  con lo descrito en la sección
18279 \begin_inset space ~
18280 \end_inset
18281
18282
18283 \begin_inset CommandInset ref
18284 LatexCommand ref
18285 reference "sub:Formato-Personalizado"
18286
18287 \end_inset
18288
18289 :
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 newcolumntype{V}{!{
18298 \backslash
18299 vrule width 1.5pt}}
18300 \end_layout
18301
18302 \begin_layout Standard
18303 Para la tabla
18304 \begin_inset space ~
18305 \end_inset
18306
18307
18308 \begin_inset CommandInset ref
18309 LatexCommand ref
18310 reference "tab:Tabla-con-verticales"
18311
18312 \end_inset
18313
18314  se usó el argumento LaTeX
18315 \end_layout
18316
18317 \begin_layout Standard
18318
18319 \series bold
18320 VcV
18321 \end_layout
18322
18323 \begin_layout Standard
18324 para la última columna y
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330 Vc
18331 \end_layout
18332
18333 \begin_layout Standard
18334 para las otras.
18335 \end_layout
18336
18337 \begin_layout Standard
18338 \begin_inset Float table
18339 wide false
18340 sideways false
18341 status open
18342
18343 \begin_layout Plain Layout
18344 \begin_inset Caption
18345
18346 \begin_layout Plain Layout
18347 \begin_inset CommandInset label
18348 LatexCommand label
18349 name "tab:Tabla-con-verticales"
18350
18351 \end_inset
18352
18353 Tabla con líneas verticales de 1.5
18354 \begin_inset space \thinspace{}
18355 \end_inset
18356
18357 pt de grosor
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Plain Layout
18366 \align center
18367 \begin_inset Tabular
18368 <lyxtabular version="3" rows="3" columns="3">
18369 <features>
18370 <column alignment="center" valignment="top" width="0" special="Vc">
18371 <column alignment="center" valignment="top" width="0" special="Vc">
18372 <column alignment="center" valignment="top" width="0" special="VcV">
18373 <row>
18374 <cell alignment="center" valignment="top" topline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 sd
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" topline="true" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 </row>
18402 <row>
18403 <cell alignment="center" valignment="top" topline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 sd
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 <row>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 sd
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 </row>
18460 </lyxtabular>
18461
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Subsection
18473 Líneas de trazos
18474 \begin_inset Index
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478 Personalización de tablas ! Líneas de trazos
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Standard
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492
18493 \backslash
18494 ifarydshln
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \begin_inset Note Note
18501 status open
18502
18503 \begin_layout Plain Layout
18504 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18505  LaTeX 
18506 \series bold
18507 arydshln
18508 \series default
18509 .
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Standard
18518 \begin_inset Float table
18519 placement H
18520 wide false
18521 sideways false
18522 status open
18523
18524 \begin_layout Plain Layout
18525 \begin_inset Caption
18526
18527 \begin_layout Plain Layout
18528 \begin_inset CommandInset label
18529 LatexCommand label
18530 name "tab:Tabla-con-trazos"
18531
18532 \end_inset
18533
18534 Tabla con líneas de trazos
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Plain Layout
18543 \align center
18544 \begin_inset Tabular
18545 <lyxtabular version="3" rows="5" columns="5">
18546 <features>
18547 <column alignment="center" valignment="top" width="0">
18548 <column alignment="center" valignment="top" width="0">
18549 <column alignment="center" valignment="top" width="0" special=":c">
18550 <column alignment="center" valignment="top" width="0">
18551 <column alignment="center" valignment="top" width="0">
18552 <row>
18553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 a
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 b
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 c
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 d
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 e
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 f
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 g
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 h
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 i
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 j
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 <row>
18647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 hdashline 
18659 \end_layout
18660
18661 \end_inset
18662
18663 k
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672 l
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 m
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 n
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 o
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 \begin_inset ERT
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714
18715
18716 \backslash
18717 cdashline{4-5}
18718 \end_layout
18719
18720 \end_inset
18721
18722 p
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 q
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 r
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749 s
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 </row>
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 t
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 u
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787 v
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 w
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 x
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 </row>
18811 </lyxtabular>
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18825  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18826 \series bold
18827 arydshln
18828 \series default
18829
18830 \begin_inset Index
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834 LaTeX-paquetes ! arydshln
18835 \end_layout
18836
18837 \end_inset
18838
18839  
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 usepackage{arydshln}
18848 \end_layout
18849
18850 \begin_layout Standard
18851 Para hacer una línea vertical a trazos, introduce dos puntos 
18852 \begin_inset Quotes eld
18853 \end_inset
18854
18855 :
18856 \begin_inset Quotes erd
18857 \end_inset
18858
18859  junto con el carácter para alineación horizontal como argumento LaTeX en
18860  el diálogo de celda de tabla.
18861 \end_layout
18862
18863 \begin_layout Standard
18864 Para una línea de trazos horizontal añade el comando
18865 \end_layout
18866
18867 \begin_layout Standard
18868
18869 \series bold
18870
18871 \backslash
18872 hdashline
18873 \end_layout
18874
18875 \begin_layout Standard
18876 en ERT como primer elemento de la primera celda en la fila.
18877 \end_layout
18878
18879 \begin_layout Standard
18880 Para líneas de trazos en multicolumna usa el comando
18881 \end_layout
18882
18883 \begin_layout Standard
18884
18885 \series bold
18886
18887 \backslash
18888 cdashline{número de líneas
18889 \series default
18890 }
18891 \end_layout
18892
18893 \begin_layout Standard
18894 en ERT como primer elemento de la primera celda en la fila.
18895  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18896  4 y quieres una línea de trazos por encima, añade el comando
18897 \end_layout
18898
18899 \begin_layout Standard
18900
18901 \series bold
18902
18903 \backslash
18904 cdashline{2-4}
18905 \end_layout
18906
18907 \begin_layout Standard
18908 como primer elemento de la primera celda en la fila de la multicolumna.
18909 \end_layout
18910
18911 \begin_layout Standard
18912 \begin_inset VSpace bigskip
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \begin_layout Standard
18919 La tabla
18920 \begin_inset space ~
18921 \end_inset
18922
18923
18924 \begin_inset CommandInset ref
18925 LatexCommand ref
18926 reference "tab:Tabla-con-trazos"
18927
18928 \end_inset
18929
18930  se ha hecho usando 
18931 \begin_inset Quotes eld
18932 \end_inset
18933
18934
18935 \series bold
18936 :c
18937 \series default
18938
18939 \begin_inset Quotes erd
18940 \end_inset
18941
18942  como argumento LaTeX de la tercera columna.
18943  El comando ERT 
18944 \series bold
18945
18946 \backslash
18947 hdashline
18948 \series default
18949  se ha insertado en la primera celda de la tercera fila y el comando ERT
18950 \begin_inset Newline newline
18951 \end_inset
18952
18953
18954 \series bold
18955
18956 \backslash
18957 cdashline{4-5}
18958 \series default
18959  en la primera celda de la cuarta fila.
18960 \end_layout
18961
18962 \begin_layout Standard
18963 \begin_inset Note Greyedout
18964 status open
18965
18966 \begin_layout Plain Layout
18967
18968 \series bold
18969 Nota:
18970 \series default
18971  Aparentemente el paquete LaTeX 
18972 \series bold
18973 arydshln
18974 \series default
18975  no es compatible con el paquete LaTeX 
18976 \series bold
18977 colortbl
18978 \series default
18979
18980 \begin_inset Index
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984 LaTeX-paquetes ! colortbl
18985 \end_layout
18986
18987 \end_inset
18988
18989  que se usa para tablas coloreadas en la sección
18990 \begin_inset space ~
18991 \end_inset
18992
18993
18994 \begin_inset CommandInset ref
18995 LatexCommand ref
18996 reference "sec:Tablas-Coloreadas"
18997
18998 \end_inset
18999
19000 .
19001  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \begin_layout Standard
19010 \begin_inset ERT
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014
19015
19016 \backslash
19017 else
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \begin_inset Note Note
19024 status open
19025
19026 \begin_layout Plain Layout
19027 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19028  
19029 \series bold
19030 arydshln
19031 \series default
19032 .
19033 \end_layout
19034
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \begin_layout Standard
19041 Debes instalar el paquete LaTeX 
19042 \series bold
19043 arydshln
19044 \series default
19045  para ver la parte siguiente en la salida.
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 fi
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Chapter
19065 Flotantes
19066 \begin_inset CommandInset label
19067 LatexCommand label
19068 name "cha:Flotantes"
19069
19070 \end_inset
19071
19072
19073 \begin_inset Index
19074 status collapsed
19075
19076 \begin_layout Plain Layout
19077 Flotantes
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Section
19086 Introducción
19087 \begin_inset CommandInset label
19088 LatexCommand label
19089 name "sec:IntroducciónFlotantes"
19090
19091 \end_inset
19092
19093
19094 \begin_inset Index
19095 status collapsed
19096
19097 \begin_layout Plain Layout
19098 Flotantes ! Introducción
19099 \end_layout
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \begin_layout Standard
19107 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19108  que no tiene posición fija.
19109  Puede 
19110 \begin_inset Quotes eld
19111 \end_inset
19112
19113 flotar
19114 \begin_inset Quotes erd
19115 \end_inset
19116
19117  adelante o atrás una o dos páginas, donde encaje mejor.
19118  Las 
19119 \family sans
19120 Notas
19121 \begin_inset space ~
19122 \end_inset
19123
19124 al
19125 \begin_inset space ~
19126 \end_inset
19127
19128 pie
19129 \family default
19130  y 
19131 \family sans
19132 Notas
19133 \begin_inset space ~
19134 \end_inset
19135
19136 al
19137 \begin_inset space ~
19138 \end_inset
19139
19140 margen
19141 \family default
19142  también son flotantes, porque pueden flotar a la página siguiente cuando
19143  hay demasiadas notas en la página.
19144 \end_layout
19145
19146 \begin_layout Standard
19147 Los flotantes hacen posible composiciones de alta calidad.
19148  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19149  impedir espacios en blanco y páginas sin texto.
19150  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19151  cada flotante puede ser referenciado en el texto.
19152  Por lo tanto los flotantes están numerados.
19153  Las referencias se describen en la sección
19154 \begin_inset space ~
19155 \end_inset
19156
19157
19158 \begin_inset CommandInset ref
19159 LatexCommand ref
19160 reference "sec:Referencias-a-Flotantes"
19161
19162 \end_inset
19163
19164 .
19165 \end_layout
19166
19167 \begin_layout Standard
19168 Para insertar un flotante, usa el menú 
19169 \family sans
19170 Insertar\SpecialChar \menuseparator
19171 Flotante
19172 \family default
19173 .
19174  Esto inserta un entorno 
19175 \family sans
19176 Leyenda,
19177 \family default
19178  un recuadro con una etiqueta.
19179  La etiqueta será traducida automáticamente al lenguaje del documento.
19180  Tras la etiqueta puede insertar el texto de la leyenda.
19181  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19182  separado dentro del flotante.
19183  Más sobre colocación de leyendas se describe en la sección
19184 \begin_inset space ~
19185 \end_inset
19186
19187
19188 \begin_inset CommandInset ref
19189 LatexCommand ref
19190 reference "sec:Colocación-de-leyendas"
19191
19192 \end_inset
19193
19194 .
19195  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19196  del flotante haciendo clic-izquierdo sobre él.
19197  Un cuadro cerrado se muestra así: 
19198 \begin_inset Graphics
19199         filename clipart/flotanteQt4.png
19200         scale 70
19201
19202 \end_inset
19203
19204  ---un cuadro gris con etiqueta en rojo---.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19209  errores de LaTeX si el texto circundante se formatea de modo especial.
19210 \end_layout
19211
19212 \begin_layout Standard
19213 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19214  y pinchando el botón correspondiente de la barra de herramientas para un
19215  flotante nuevo.
19216 \end_layout
19217
19218 \begin_layout Section
19219 Tipos de flotantes
19220 \end_layout
19221
19222 \begin_layout Standard
19223 Además de los flotantes de imagen y de tabla que se describen en la sección
19224 \begin_inset space ~
19225 \end_inset
19226
19227
19228 \begin_inset CommandInset ref
19229 LatexCommand ref
19230 reference "sec:Figuras-Flotantes"
19231
19232 \end_inset
19233
19234  y 
19235 \begin_inset CommandInset ref
19236 LatexCommand ref
19237 reference "sec:Tablas-Flotantes"
19238
19239 \end_inset
19240
19241 , respectivamente, LyX ofrece los tipos 
19242 \series bold
19243 Algoritmo
19244 \series default
19245  y 
19246 \series bold
19247 Ajustado
19248 \begin_inset space ~
19249 \end_inset
19250
19251 al
19252 \begin_inset space ~
19253 \end_inset
19254
19255 texto
19256 \series default
19257 .
19258 \end_layout
19259
19260 \begin_layout Subsection
19261 Algoritmos flotantes
19262 \begin_inset Index
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266 Flotantes ! Algoritmos
19267 \end_layout
19268
19269 \end_inset
19270
19271
19272 \begin_inset CommandInset label
19273 LatexCommand label
19274 name "sub:Algoritmos-Flotantes"
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Standard
19282 \begin_inset Float algorithm
19283 placement h
19284 wide false
19285 sideways false
19286 status open
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Caption
19290
19291 \begin_layout Plain Layout
19292 \begin_inset CommandInset label
19293 LatexCommand label
19294 name "alg:Ejemplo-de-Algoritmo-flotante"
19295
19296 \end_inset
19297
19298 Ejemplo de algoritmo flotante
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout LyX-Code
19307 for I in 1..N loop
19308 \begin_inset Newline newline
19309 \end_inset
19310
19311  Sum:= Sum + A(I); /*comment*/
19312 \begin_inset Newline newline
19313 \end_inset
19314
19315 end loop
19316 \begin_inset VSpace -4mm
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \begin_layout Standard
19328 Este tipo de flotante se inserta con el menú 
19329 \family sans
19330 Insertar\SpecialChar \menuseparator
19331 Flotante\SpecialChar \menuseparator
19332 Algoritmo
19333 \family default
19334 .
19335  Se usa para códigos y descripciones de algoritmos.
19336  Un posible entorno para algoritmos es 
19337 \family sans
19338 Código-LyX
19339 \family default
19340 , descrito en 
19341 \emph on
19342 Guía del usuario
19343 \emph default
19344  de LyX.
19345  El algoritmo
19346 \begin_inset space ~
19347 \end_inset
19348
19349
19350 \begin_inset CommandInset ref
19351 LatexCommand ref
19352 reference "alg:Ejemplo-de-Algoritmo-flotante"
19353
19354 \end_inset
19355
19356  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19357  vertical de -4
19358 \begin_inset space \thinspace{}
19359 \end_inset
19360
19361 mm al final para tener la línea inferior exactamente bajo la última línea
19362  de texto.
19363 \end_layout
19364
19365 \begin_layout Standard
19366 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19367  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19368  la siguiente línea al preámbulo del documento
19369 \series bold
19370 :
19371 \end_layout
19372
19373 \begin_layout Standard
19374
19375 \series bold
19376
19377 \backslash
19378 floatname{algorithm}{nombre}
19379 \end_layout
19380
19381 \begin_layout Standard
19382
19383 \lang english
19384 where
19385 \family sans
19386 \lang spanish
19387  nombre
19388 \family default
19389  es la palabra 
19390 \begin_inset Quotes eld
19391 \end_inset
19392
19393
19394 \emph on
19395 algorithm
19396 \emph default
19397
19398 \begin_inset Quotes erd
19399 \end_inset
19400
19401  en el lenguaje deseado.
19402 \end_layout
19403
19404 \begin_layout Standard
19405
19406 \lang english
19407 To insert the list of algorithms you can in this case not use the menu 
19408 \family sans
19409 Insert\SpecialChar \menuseparator
19410 List
19411 \begin_inset space \thinspace{}
19412 \end_inset
19413
19414 /
19415 \begin_inset space \thinspace{}
19416 \end_inset
19417
19418 TOC\SpecialChar \menuseparator
19419 List of Algorithms
19420 \family default
19421  when your document is an English one.
19422  For non-English documents, use this command in TeX-Code instead:
19423 \end_layout
19424
19425 \begin_layout Standard
19426
19427 \series bold
19428 \lang english
19429
19430 \backslash
19431 listof{algorithm}{your
19432 \begin_inset space ~
19433 \end_inset
19434
19435 name}
19436 \end_layout
19437
19438 \begin_layout Standard
19439
19440 \lang english
19441 where 
19442 \family sans
19443 your
19444 \begin_inset space ~
19445 \end_inset
19446
19447 name
19448 \family default
19449  is the word 
19450 \begin_inset Quotes eld
19451 \end_inset
19452
19453
19454 \emph on
19455 List of Algorithm
19456 \emph default
19457 s
19458 \begin_inset Quotes erd
19459 \end_inset
19460
19461  in your language.
19462 \end_layout
19463
19464 \begin_layout Standard
19465 Los algoritmos flotantes no se numeran por defecto según el esquema 
19466 \begin_inset Quotes eld
19467 \end_inset
19468
19469 capítulo.algoritmo
19470 \begin_inset Quotes erd
19471 \end_inset
19472
19473  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19474  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19475  en el preámbulo del documento:
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 numberwithin{algorithm}{chapter}
19484 \end_layout
19485
19486 \begin_layout Standard
19487 Para poder usar el comando 
19488 \series bold
19489
19490 \backslash
19491 numberwithin
19492 \series default
19493 , marca la opción 
19494 \family sans
19495 Usar
19496 \begin_inset space ~
19497 \end_inset
19498
19499 el
19500 \begin_inset space ~
19501 \end_inset
19502
19503 paquete
19504 \begin_inset space ~
19505 \end_inset
19506
19507 AMS
19508 \family default
19509  en el menú 
19510 \family sans
19511 Documento\SpecialChar \menuseparator
19512 Configuración\SpecialChar \menuseparator
19513 Ecuaciones
19514 \family default
19515 .
19516 \end_layout
19517
19518 \begin_layout Subsection
19519 Flotantes ajustados a texto
19520 \begin_inset Index
19521 status collapsed
19522
19523 \begin_layout Plain Layout
19524 Flotantes ! Ajustados a texto
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \begin_inset CommandInset label
19531 LatexCommand label
19532 name "sub:floatflt-flotante-ajustado"
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Standard
19540 \begin_inset Wrap figure
19541 lines 0
19542 placement l
19543 overhang 0col%
19544 width "40col%"
19545 status open
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Graphics
19549         filename ../clipart/mobius.eps
19550         width 40col%
19551         rotateOrigin center
19552
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Caption
19560
19561 \begin_layout Plain Layout
19562 \begin_inset CommandInset label
19563 LatexCommand label
19564 name "fig:Esto-es-una"
19565
19566 \end_inset
19567
19568 Esto es una figura adosada, y esto la genial cabecera que la describe.
19569 \begin_inset VSpace medskip
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581
19582 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19583  de manera que ocupe sólo una parte del ancho de columna.
19584  Puede insertarse usando el menú 
19585 \family sans
19586 Insertar\SpecialChar \menuseparator
19587 Flotante\SpecialChar \menuseparator
19588 Flotante
19589 \begin_inset space ~
19590 \end_inset
19591
19592 de
19593 \begin_inset space ~
19594 \end_inset
19595
19596 ajuste
19597 \begin_inset space ~
19598 \end_inset
19599
19600 de
19601 \begin_inset space ~
19602 \end_inset
19603
19604 texto
19605 \family default
19606  si está instalado el paquete LaTeX 
19607 \series bold
19608 wrapfig
19609 \series default
19610
19611 \begin_inset Index
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615 LaTeX-paquetes ! wrapfig
19616 \begin_inset ERT
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620
19621
19622 \backslash
19623 vspace{4mm}
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632
19633 .
19634 \begin_inset Foot
19635 status collapsed
19636
19637 \begin_layout Plain Layout
19638 La instalación de paquetes LaTeX se explica en el manual 
19639 \emph on
19640 Configuración de LaTeX
19641 \emph default
19642 .
19643 \end_layout
19644
19645 \end_inset
19646
19647  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19648  cuadro del flotante.
19649  La figura
19650 \begin_inset space ~
19651 \end_inset
19652
19653
19654 \begin_inset CommandInset ref
19655 LatexCommand ref
19656 reference "fig:Esto-es-una"
19657
19658 \end_inset
19659
19660  es un ejemplo de flotante ajustado al texto con una anchura del 40
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 col%.
19665 \begin_inset Foot
19666 status collapsed
19667
19668 \begin_layout Plain Layout
19669 Ver unidades disponibles en el apéndice
19670 \begin_inset space ~
19671 \end_inset
19672
19673
19674 \begin_inset CommandInset ref
19675 LatexCommand ref
19676 reference "cha:Unidades-disponibles-en"
19677
19678 \end_inset
19679
19680 .
19681 \end_layout
19682
19683 \end_inset
19684
19685  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19686  del texto envolvente.
19687 \end_layout
19688
19689 \begin_layout Standard
19690 \begin_inset Note Greyedout
19691 status open
19692
19693 \begin_layout Plain Layout
19694
19695 \series bold
19696 Nota:
19697 \series default
19698  ¡Los flotantes adosados a texto son frágiles! P.
19699 \begin_inset space \thinspace{}
19700 \end_inset
19701
19702 e.
19703 \begin_inset space ~
19704 \end_inset
19705
19706 si una figura está demasiado cerca de la parte inferior de la página se
19707  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19708  o situarse junto a otro texto.
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 En general:
19718 \end_layout
19719
19720 \begin_layout Itemize
19721 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19722  salto de página.
19723  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19724  esté casi listo y puedas prever los saltos de página.
19725 \end_layout
19726
19727 \begin_layout Itemize
19728 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19729  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19730 \end_layout
19731
19732 \begin_layout Itemize
19733 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19734  que asegura que hay un párrafo de texto entre ellos.
19735 \end_layout
19736
19737 \begin_layout Itemize
19738 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19739 \end_layout
19740
19741 \begin_layout Section
19742 Numeración de flotantes
19743 \begin_inset CommandInset label
19744 LatexCommand label
19745 name "sec:Numeración-de-flotantes"
19746
19747 \end_inset
19748
19749
19750 \begin_inset Index
19751 status collapsed
19752
19753 \begin_layout Plain Layout
19754 Flotantes ! Numeración
19755 \end_layout
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Standard
19763 En general, los flotantes se numeran independientemente de las secciones
19764  en las que se encuentran o según el esquema 
19765 \begin_inset Quotes eld
19766 \end_inset
19767
19768 capítulo.número
19769 \begin_inset Quotes erd
19770 \end_inset
19771
19772  o 
19773 \begin_inset Quotes eld
19774 \end_inset
19775
19776 sección.número
19777 \begin_inset Quotes erd
19778 \end_inset
19779
19780 , dependiendo de la clase de documento utilizada.
19781 \end_layout
19782
19783 \begin_layout Standard
19784 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19785  comando en el preámbulo del documento:
19786 \end_layout
19787
19788 \begin_layout Standard
19789
19790 \series bold
19791
19792 \backslash
19793 renewcommand{
19794 \backslash
19795 thetable}{
19796 \backslash
19797 roman{table}}
19798 \end_layout
19799
19800 \begin_layout Standard
19801
19802 \series bold
19803
19804 \backslash
19805 thetable 
19806 \series default
19807 es el comando que imprime el número de la tabla, para figuras flotantes
19808  el comando sería 
19809 \series bold
19810
19811 \backslash
19812 thefigure
19813 \series default
19814 .
19815  El comando 
19816 \series bold
19817
19818 \backslash
19819 roman
19820 \series default
19821  imprime el número de tabla en números romanos en minúscula.
19822 \end_layout
19823
19824 \begin_layout Standard
19825 Para cambiar el esquema de numeración, por ejemplo a 
19826 \begin_inset Quotes eld
19827 \end_inset
19828
19829 subsección.número
19830 \begin_inset Quotes erd
19831 \end_inset
19832
19833 , usa este comando en el preámbulo:
19834 \end_layout
19835
19836 \begin_layout Standard
19837
19838 \series bold
19839
19840 \backslash
19841 numberwithin{table}{subsection}
19842 \end_layout
19843
19844 \begin_layout Standard
19845 Para poder usar el comando 
19846 \series bold
19847
19848 \backslash
19849 numberwithin
19850 \series default
19851 , debes marcar la opción 
19852 \family sans
19853 Usar
19854 \begin_inset space ~
19855 \end_inset
19856
19857 el
19858 \begin_inset space ~
19859 \end_inset
19860
19861 paquete
19862 \begin_inset space ~
19863 \end_inset
19864
19865 AMS 
19866 \family default
19867 en el apartado 
19868 \family sans
19869 Ecuaciones 
19870 \family default
19871 de las preferencias del documento.
19872 \end_layout
19873
19874 \begin_layout Standard
19875 Puedes ver más detalles y notas importantes sobre comandos de numeración
19876  en la sección
19877 \begin_inset space ~
19878 \end_inset
19879
19880
19881 \begin_inset CommandInset ref
19882 LatexCommand ref
19883 reference "sub:Numeración-de-Notas-al-Pie"
19884
19885 \end_inset
19886
19887 .
19888 \end_layout
19889
19890 \begin_layout Section
19891 Referencias a flotantes
19892 \begin_inset CommandInset label
19893 LatexCommand label
19894 name "sec:Referencias-a-Flotantes"
19895
19896 \end_inset
19897
19898
19899 \begin_inset Index
19900 status collapsed
19901
19902 \begin_layout Plain Layout
19903 Flotantes ! Referencias
19904 \end_layout
19905
19906 \end_inset
19907
19908
19909 \begin_inset Index
19910 status collapsed
19911
19912 \begin_layout Plain Layout
19913 Referencias
19914 \end_layout
19915
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \begin_layout Standard
19922 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19923  menú 
19924 \family sans
19925 Insertar\SpecialChar \menuseparator
19926 Etiqueta
19927 \family default
19928  o el botón 
19929 \begin_inset Graphics
19930         filename ../../images/label-insert.png
19931         scale 85
19932
19933 \end_inset
19934
19935 .
19936  Aparece una ventana esperando la introducción del texto de la etiqueta
19937  y se inserta un cuadro gris como este: 
19938 \begin_inset Graphics
19939         filename clipart/etiquetaQt4.png
19940         scale 85
19941
19942 \end_inset
19943
19944 .
19945  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19946  El prefijo depende del tipo de flotante, p.
19947 \begin_inset space \thinspace{}
19948 \end_inset
19949
19950 e.
19951 \begin_inset space ~
19952 \end_inset
19953
19954 para figuras el prefijo será 
19955 \begin_inset Quotes eld
19956 \end_inset
19957
19958
19959 \family sans
19960 fig:
19961 \family default
19962
19963 \begin_inset Quotes erd
19964 \end_inset
19965
19966 .
19967 \end_layout
19968
19969 \begin_layout Standard
19970 La etiqueta se usa como ancla y el nombre para la referencia.
19971  Puedes referenciar la etiqueta usando el menú 
19972 \family sans
19973 Insertar\SpecialChar \menuseparator
19974 Referencia
19975 \family default
19976
19977 \begin_inset space ~
19978 \end_inset
19979
19980
19981 \family sans
19982 cruzada
19983 \family default
19984  o el botón 
19985 \begin_inset Graphics
19986         filename ../../images/dialog-show-new-inset_ref.png
19987         scale 85
19988
19989 \end_inset
19990
19991 .
19992  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19993  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19994  trabajando de la lista desplegable de la parte superior del diálogo.
19995  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19996  Se inserta un cuadro gris como este: 
19997 \begin_inset Graphics
19998         filename clipart/referenciaQt4.png
19999         scale 85
20000
20001 \end_inset
20002
20003 .
20004  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20005 \end_layout
20006
20007 \begin_layout Standard
20008 Se recomienda poner un espacio protegido entre el nombre de la referencia
20009  cruzada y su número para evitar saltos de línea entre ellos.
20010  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20011  dos interrogaciones en la salida.
20012 \end_layout
20013
20014 \begin_layout Standard
20015 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20016  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20017  al texto de la etiqueta nueva, no te ocupes por eso.
20018 \end_layout
20019
20020 \begin_layout Standard
20021 El botón 
20022 \family sans
20023 Ir
20024 \begin_inset space ~
20025 \end_inset
20026
20027 a
20028 \begin_inset space ~
20029 \end_inset
20030
20031 la
20032 \begin_inset space ~
20033 \end_inset
20034
20035 etiqueta
20036 \family default
20037  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20038  y el texto del botón cambia a 
20039 \family sans
20040 Volver
20041 \family default
20042 , con el que se puede retornar a la referencia.
20043  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20044  la etiqueta pero sin opción de volver.
20045 \end_layout
20046
20047 \begin_layout Subsection
20048 Formatos de referencia cruzada
20049 \begin_inset CommandInset label
20050 LatexCommand label
20051 name "sub:Formatos-referencia-cruzada"
20052
20053 \end_inset
20054
20055
20056 \begin_inset Index
20057 status collapsed
20058
20059 \begin_layout Plain Layout
20060 Referencias ! Formatos
20061 \end_layout
20062
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Standard
20069 Hay seis variedades de referencias cruzadas:
20070 \end_layout
20071
20072 \begin_layout Description
20073 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20074  
20075 \begin_inset CommandInset ref
20076 LatexCommand ref
20077 reference "fig:Dos-imágenes-distorsionadas"
20078
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \begin_layout Description
20085 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20086  habitual para referirse a fórmulas, especialmente si se omite el nombre
20087  
20088 \begin_inset Quotes eld
20089 \end_inset
20090
20091 Ecuación
20092 \begin_inset Quotes erd
20093 \end_inset
20094
20095
20096 \begin_inset CommandInset ref
20097 LatexCommand eqref
20098 reference "eq:Wgn"
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Description
20106 <página>: imprime el número de página: Página
20107 \begin_inset space ~
20108 \end_inset
20109
20110
20111 \begin_inset CommandInset ref
20112 LatexCommand pageref
20113 reference "fig:Dos-imágenes-distorsionadas"
20114
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \begin_layout Description
20121 en
20122 \begin_inset space ~
20123 \end_inset
20124
20125 página
20126 \begin_inset space ~
20127 \end_inset
20128
20129 <página>: imprime el texto 
20130 \begin_inset Quotes eld
20131 \end_inset
20132
20133 en la página
20134 \begin_inset Quotes erd
20135 \end_inset
20136
20137  y el número de página: 
20138 \begin_inset CommandInset ref
20139 LatexCommand vpageref
20140 reference "fig:Dos-imágenes-distorsionadas"
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \begin_layout Description
20148 <referencia>
20149 \begin_inset space ~
20150 \end_inset
20151
20152 en
20153 \begin_inset space ~
20154 \end_inset
20155
20156 página
20157 \begin_inset space ~
20158 \end_inset
20159
20160 <página>: imprime el número flotante, el texto 
20161 \begin_inset Quotes eld
20162 \end_inset
20163
20164 en la página
20165 \begin_inset Quotes erd
20166 \end_inset
20167
20168  y el número de página: 
20169 \begin_inset CommandInset ref
20170 LatexCommand vref
20171 reference "fig:Dos-imágenes-distorsionadas"
20172
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \begin_layout Description
20179 Referencia
20180 \begin_inset space ~
20181 \end_inset
20182
20183 con
20184 \begin_inset space ~
20185 \end_inset
20186
20187 formato: imprime un formato personalizado.
20188  
20189 \begin_inset Note Greyedout
20190 status open
20191
20192 \begin_layout Plain Layout
20193
20194 \series bold
20195 Nota:
20196 \series default
20197  Esta característica sólo está disponible si está instalado el paquete LaTeX
20198  
20199 \series bold
20200 prettyref
20201 \series default
20202 .
20203 \end_layout
20204
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \begin_layout Standard
20211 Ten en cuenta que el estilo <página>
20212 \begin_inset space \thinspace{}
20213 \end_inset
20214
20215  no imprime el número si la etiqueta está en la misma página, en la anterior
20216  o en la siguiente.
20217  En su lugar verás p.
20218 \begin_inset space \thinspace{}
20219 \end_inset
20220
20221 e.
20222 \begin_inset space ~
20223 \end_inset
20224
20225 el texto 
20226 \begin_inset Quotes eld
20227 \end_inset
20228
20229
20230 \family sans
20231 en esta página
20232 \family default
20233
20234 \begin_inset Quotes erd
20235 \end_inset
20236
20237 .
20238 \end_layout
20239
20240 \begin_layout Standard
20241 El número y página actual de la parte del documento referida es automáticamente
20242  calculado por LaTeX en la salida.
20243  Las variedades se ajustan en el campo 
20244 \family sans
20245 Formato
20246 \family default
20247  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20248 \end_layout
20249
20250 \begin_layout Subsection
20251 Designación automática de referencias
20252 \begin_inset Index
20253 status collapsed
20254
20255 \begin_layout Plain Layout
20256 Referencias ! Designación automática
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 El paquete LaTeX 
20266 \series bold
20267 hyperref
20268 \series default
20269  dispone de una característica muy útil que permite incluir automáticamente
20270  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20271  de texto como secciones).
20272  Quieres p.
20273 \begin_inset space \thinspace{}
20274 \end_inset
20275
20276 e.
20277 \begin_inset space ~
20278 \end_inset
20279
20280 escribir la palabra 
20281 \begin_inset Quotes eld
20282 \end_inset
20283
20284 Figura
20285 \begin_inset Quotes erd
20286 \end_inset
20287
20288  antes de cada cuadro de referencia.
20289  Para conseguirlo debes cargar el paquete LaTeX 
20290 \series bold
20291 hyperref
20292 \series default
20293
20294 \begin_inset Index
20295 status collapsed
20296
20297 \begin_layout Plain Layout
20298 LaTeX-paquetes ! hyperref
20299 \end_layout
20300
20301 \end_inset
20302
20303  en el preámbulo del documento con
20304 \end_layout
20305
20306 \begin_layout Standard
20307
20308 \series bold
20309
20310 \backslash
20311 usepackage[pdfborder={0 0 0}]{hyperref}
20312 \begin_inset Newline newline
20313 \end_inset
20314
20315
20316 \backslash
20317 AtBeginDocument{
20318 \backslash
20319 renewcommand{
20320 \backslash
20321 ref}[1]{
20322 \backslash
20323 mbox{
20324 \backslash
20325 autoref{#1}}}}
20326 \end_layout
20327
20328 \begin_layout Standard
20329
20330 \series bold
20331 hyperref
20332 \series default
20333  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20334  esto significa que el lector del documento podrá pinchar sobre una entrada
20335  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20336  documento.
20337  
20338 \series bold
20339 hyperref
20340 \series default
20341  también crea marcadores PDF para cada sección para facilitar al lector
20342  la navegación por el documento.
20343  Esto también se ha usado en este documento pero si echas una ojeada al
20344  preámbulo encontrarás varias opciones en la carga de 
20345 \series bold
20346 hyperref
20347 \series default
20348 .
20349  Para aprender más sobre ello acude a la documentación del paquete 
20350 \begin_inset CommandInset citation
20351 LatexCommand cite
20352 key "hyperref"
20353
20354 \end_inset
20355
20356 .
20357 \end_layout
20358
20359 \begin_layout Standard
20360 \begin_inset Note Greyedout
20361 status open
20362
20363 \begin_layout Plain Layout
20364
20365 \series bold
20366 Nota:
20367 \series default
20368  La designación automática de referencias no puede usarse en el estilo 
20369 \family sans
20370 Referencia
20371 \begin_inset space ~
20372 \end_inset
20373
20374 con
20375 \begin_inset space ~
20376 \end_inset
20377
20378 formato
20379 \family default
20380 , descrita en la sección
20381 \begin_inset space ~
20382 \end_inset
20383
20384
20385 \begin_inset CommandInset ref
20386 LatexCommand ref
20387 reference "sub:Formatos-referencia-cruzada"
20388
20389 \end_inset
20390
20391 .
20392 \end_layout
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Subsection
20400 Colocación de referencias
20401 \begin_inset CommandInset label
20402 LatexCommand label
20403 name "sub:Colocación-de-Referencias"
20404
20405 \end_inset
20406
20407
20408 \begin_inset Index
20409 status collapsed
20410
20411 \begin_layout Plain Layout
20412 Referencias ! Colocación
20413 \end_layout
20414
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \begin_layout Standard
20421 Si usas 
20422 \series bold
20423 hyperref
20424 \series default
20425
20426 \begin_inset Index
20427 status collapsed
20428
20429 \begin_layout Plain Layout
20430 LaTeX-paquetes ! hyperref
20431 \end_layout
20432
20433 \end_inset
20434
20435  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20436  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20437  La leyenda será la primera parte del texto en pantalla, de forma que para
20438  ver la imagen debes deslizar.
20439  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20440  Usando el paquete 
20441 \series bold
20442 hypcap
20443 \series default
20444
20445 \begin_inset Index
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449 LaTeX-paquetes ! hypcap
20450 \end_layout
20451
20452 \end_inset
20453
20454 , que forma parte del paquete LaTeX 
20455 \series bold
20456 oberdiek
20457 \series default
20458
20459 \begin_inset Index
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 LaTeX-paquetes ! oberdiek
20464 \end_layout
20465
20466 \end_inset
20467
20468 , el ancla de enlace se sitúa al comienzo de un flotante.
20469  Para usar esta característica para figuras flotantes carga 
20470 \series bold
20471 hypcap
20472 \series default
20473  en el preámbulo con
20474 \end_layout
20475
20476 \begin_layout Standard
20477
20478 \series bold
20479
20480 \backslash
20481 usepackage[figure]{hypcap}
20482 \end_layout
20483
20484 \begin_layout Standard
20485 Puedes usar 
20486 \series bold
20487 hypcap
20488 \series default
20489  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20490  Más información en el manual de 
20491 \series bold
20492 hypcap
20493 \series default
20494  
20495 \begin_inset CommandInset citation
20496 LatexCommand cite
20497 key "hypcap"
20498
20499 \end_inset
20500
20501 .
20502 \end_layout
20503
20504 \begin_layout Standard
20505 \begin_inset Note Greyedout
20506 status open
20507
20508 \begin_layout Plain Layout
20509
20510 \series bold
20511 Nota: hypcap
20512 \series default
20513  debe cargarse después de 
20514 \series bold
20515 hyperref
20516 \series default
20517  en el preámbulo
20518 \series bold
20519 .
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \begin_layout Standard
20528 \begin_inset Note Greyedout
20529 status open
20530
20531 \begin_layout Plain Layout
20532
20533 \series bold
20534 Nota:
20535 \series default
20536  La colocación de referencias no afecta a las referencias a subfiguras.
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \begin_layout Section
20545 Colocación de flotantes
20546 \begin_inset CommandInset label
20547 LatexCommand label
20548 name "sec:Colocación-de-Flotantes"
20549
20550 \end_inset
20551
20552
20553 \begin_inset Index
20554 status collapsed
20555
20556 \begin_layout Plain Layout
20557 Flotantes ! Colocación
20558 \end_layout
20559
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \begin_layout Standard
20566 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20567  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20568  los flotantes.
20569 \begin_inset Newline newline
20570 \end_inset
20571
20572 La opción 
20573 \family sans
20574 Extender
20575 \begin_inset space ~
20576 \end_inset
20577
20578 columnas
20579 \family default
20580  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20581  abarcará ambas columnas en lugar de una sola.
20582 \begin_inset Newline newline
20583 \end_inset
20584
20585 La opción 
20586 \family sans
20587 Girar
20588 \begin_inset space ~
20589 \end_inset
20590
20591 a
20592 \begin_inset space ~
20593 \end_inset
20594
20595 un
20596 \begin_inset space ~
20597 \end_inset
20598
20599 lado
20600 \family default
20601  sirve para girar flotantes, ver sección
20602 \begin_inset space ~
20603 \end_inset
20604
20605
20606 \begin_inset CommandInset ref
20607 LatexCommand ref
20608 reference "sec:Rotación-de-Flotantes"
20609
20610 \end_inset
20611
20612 .
20613  
20614 \end_layout
20615
20616 \begin_layout Standard
20617 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20618  la posición de un flotante si desmarcas la opción 
20619 \family sans
20620 Usar
20621 \begin_inset space ~
20622 \end_inset
20623
20624 ubicación
20625 \begin_inset space ~
20626 \end_inset
20627
20628 predeterminada
20629 \family default
20630 :
20631 \end_layout
20632
20633 \begin_layout Description
20634
20635 \family sans
20636 \series bold
20637 Aquí
20638 \begin_inset space ~
20639 \end_inset
20640
20641 si
20642 \begin_inset space ~
20643 \end_inset
20644
20645 es
20646 \begin_inset space ~
20647 \end_inset
20648
20649 posible
20650 \family default
20651 \series default
20652  intenta situar el flotante en la posición en la que se inserta
20653 \end_layout
20654
20655 \begin_layout Description
20656
20657 \family sans
20658 \series bold
20659 Principio
20660 \begin_inset space ~
20661 \end_inset
20662
20663 de
20664 \begin_inset space ~
20665 \end_inset
20666
20667 página
20668 \family default
20669 \series default
20670  intenta situar el flotante al principio de la página actual
20671 \end_layout
20672
20673 \begin_layout Description
20674
20675 \family sans
20676 \series bold
20677 Fin
20678 \begin_inset space ~
20679 \end_inset
20680
20681 de
20682 \begin_inset space ~
20683 \end_inset
20684
20685 página
20686 \family default
20687 \series default
20688  intenta situar el flotante al final de la página actual
20689 \end_layout
20690
20691 \begin_layout Description
20692
20693 \family sans
20694 \series bold
20695 Página
20696 \begin_inset space ~
20697 \end_inset
20698
20699 de
20700 \begin_inset space ~
20701 \end_inset
20702
20703 flotantes
20704 \family default
20705 \series default
20706  intenta situar el flotante en una página propia 
20707 \end_layout
20708
20709 \begin_layout Standard
20710 LaTeX usa 
20711 \emph on
20712 siempre
20713 \emph default
20714  ese orden de opciones.
20715  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20716  lugar 
20717 \family sans
20718 Aquí
20719 \begin_inset space ~
20720 \end_inset
20721
20722 si
20723 \begin_inset space ~
20724 \end_inset
20725
20726 es
20727 \begin_inset space ~
20728 \end_inset
20729
20730 posible
20731 \family default
20732 , luego 
20733 \family sans
20734 Principio
20735 \begin_inset space ~
20736 \end_inset
20737
20738 de
20739 \begin_inset space ~
20740 \end_inset
20741
20742 página
20743 \family default
20744 , y después las otras.
20745  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20746  pero en dicho orden.
20747  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20748  pero intenta poner el flotante en la página siguiente.
20749 \end_layout
20750
20751 \begin_layout Standard
20752 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20753 \end_layout
20754
20755 \begin_layout Labeling
20756 \labelwidthstring 00.00.0000
20757
20758 \family sans
20759 Principio
20760 \begin_inset space ~
20761 \end_inset
20762
20763 de
20764 \begin_inset space ~
20765 \end_inset
20766
20767 página:
20768 \family default
20769  sólo si el flotante ocupa menos del 70
20770 \begin_inset space \thinspace{}
20771 \end_inset
20772
20773 % de la página puede ubicarse al principio de página (
20774 \series bold
20775
20776 \backslash
20777 topfraction
20778 \series default
20779 )
20780 \end_layout
20781
20782 \begin_layout Labeling
20783 \labelwidthstring 00.00.0000
20784
20785 \family sans
20786 Fin
20787 \begin_inset space ~
20788 \end_inset
20789
20790 de
20791 \begin_inset space ~
20792 \end_inset
20793
20794 página:
20795 \family default
20796  sólo si el flotante ocupa menos del 30
20797 \begin_inset space \thinspace{}
20798 \end_inset
20799
20800 % de la página puede ubicarse al fin de página.
20801  (
20802 \series bold
20803
20804 \backslash
20805 bottomfraction
20806 \series default
20807 )
20808 \end_layout
20809
20810 \begin_layout Labeling
20811 \labelwidthstring 00.00.0000
20812
20813 \family sans
20814 Página
20815 \begin_inset space ~
20816 \end_inset
20817
20818 de
20819 \begin_inset space ~
20820 \end_inset
20821
20822 flotantes:
20823 \family default
20824  sólo si más del 50
20825 \begin_inset space \thinspace{}
20826 \end_inset
20827
20828 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20829  página.
20830  (
20831 \series bold
20832
20833 \backslash
20834 floatpagefraction
20835 \series default
20836 )
20837 \end_layout
20838
20839 \begin_layout Standard
20840 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20841  
20842 \family sans
20843 Ignorar
20844 \begin_inset space ~
20845 \end_inset
20846
20847 reglas
20848 \begin_inset space ~
20849 \end_inset
20850
20851 de
20852 \begin_inset space ~
20853 \end_inset
20854
20855 LaTeX
20856 \family default
20857 .
20858 \begin_inset Newline newline
20859 \end_inset
20860
20861 También puedes redefinir las reglas con los comandos LaTeX que van entre
20862  paréntesis tras la descripción de las reglas anteriores.
20863  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20864  la regla 
20865 \family sans
20866 Fin
20867 \family default
20868
20869 \begin_inset space ~
20870 \end_inset
20871
20872
20873 \family sans
20874 de
20875 \family default
20876
20877 \begin_inset space ~
20878 \end_inset
20879
20880
20881 \family sans
20882 página
20883 \family default
20884  al 50
20885 \begin_inset space \thinspace{}
20886 \end_inset
20887
20888 %, añade esta línea en el preámbulo:
20889 \end_layout
20890
20891 \begin_layout Standard
20892
20893 \series bold
20894
20895 \backslash
20896 renewcommand{
20897 \backslash
20898 bottomfraction}{0.5}
20899 \end_layout
20900
20901 \begin_layout Standard
20902 En determinados casos podrías necesitar ubicar un flotante exactamente en
20903  la posición en la que se inserta.
20904  Para esto puedes usar la opción 
20905 \family sans
20906 Aquí
20907 \begin_inset space ~
20908 \end_inset
20909
20910 definitivamente
20911 \family default
20912 .
20913  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20914  porque el flotante ya no podrá 
20915 \begin_inset Quotes eld
20916 \end_inset
20917
20918 flotar
20919 \begin_inset Quotes erd
20920 \end_inset
20921
20922  y si haces cambios al documento se podría estropear el diseño de la página.
20923 \end_layout
20924
20925 \begin_layout Standard
20926 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20927  están rodeados por texto de un párrafo determinado.
20928 \begin_inset VSpace bigskip
20929 \end_inset
20930
20931
20932 \end_layout
20933
20934 \begin_layout Standard
20935 A veces surge el problema de que un flotante se sitúa al principio de la
20936  página mientras que su sección correspondiente empieza en mitad de la página,
20937  así que el lector podría creer que el flotante forma parte de la sección
20938  anterior.
20939  Para evitarlo puede emplearse el comando LaTeX 
20940 \series bold
20941
20942 \backslash
20943 suppressfloats
20944 \series default
20945 , que suprime la ubicación de un flotante dado en la página donde se inserta
20946  y además puede servir para evitar que el flotante se coloque antes del
20947  inicio de sección.
20948  Para ello, añade estos comandos al preámbulo:
20949 \end_layout
20950
20951 \begin_layout Standard
20952
20953 \series bold
20954
20955 \backslash
20956 let
20957 \backslash
20958 mySection
20959 \backslash
20960 section
20961 \begin_inset Newline newline
20962 \end_inset
20963
20964
20965 \backslash
20966 renewcommand{
20967 \backslash
20968 section}{
20969 \backslash
20970 suppressfloats[t]
20971 \backslash
20972 mySection}
20973 \end_layout
20974
20975 \begin_layout Standard
20976 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20977  subsecciones.
20978  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20979  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20980 \end_layout
20981
20982 \begin_layout Standard
20983 \begin_inset VSpace bigskip
20984 \end_inset
20985
20986 En ciertos casos se quieren tener todas las figuras/tablas al final del
20987  documento.
20988  Para estos casos está el paquete LaTeX 
20989 \series bold
20990 endfloat
20991 \series default
20992
20993 \begin_inset Index
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997 LaTeX-paquetes ! endfloat
20998 \end_layout
20999
21000 \end_inset
21001
21002 .
21003  Pone todas las figuras y tablas flotantes al final del documento en secciones
21004  propias.
21005  En la posición original del flotante se inserta una indicación como 
21006 \begin_inset Quotes eld
21007 \end_inset
21008
21009
21010 \family sans
21011 [Figure
21012 \begin_inset space ~
21013 \end_inset
21014
21015 3.2 about here.]
21016 \family default
21017
21018 \begin_inset Quotes erd
21019 \end_inset
21020
21021 .
21022  El paquete 
21023 \series bold
21024 endfloat
21025 \series default
21026  se carga en el preámbulo con la línea
21027 \end_layout
21028
21029 \begin_layout Standard
21030
21031 \series bold
21032
21033 \backslash
21034 usepackage[options]{endfloat}
21035 \end_layout
21036
21037 \begin_layout Standard
21038 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21039  Para más información ver la documentación de 
21040 \begin_inset CommandInset citation
21041 LatexCommand cite
21042 key "endfloat"
21043
21044 \end_inset
21045
21046 .
21047 \begin_inset Newline newline
21048 \end_inset
21049
21050
21051 \begin_inset Note Greyedout
21052 status open
21053
21054 \begin_layout Plain Layout
21055
21056 \series bold
21057 Nota: endfloat
21058 \series default
21059  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21060  ver sección
21061 \begin_inset space ~
21062 \end_inset
21063
21064 4 en 
21065 \begin_inset CommandInset citation
21066 LatexCommand cite
21067 key "endfloat"
21068
21069 \end_inset
21070
21071 .
21072 \end_layout
21073
21074 \end_inset
21075
21076
21077 \begin_inset Newline newline
21078 \end_inset
21079
21080
21081 \begin_inset Note Greyedout
21082 status open
21083
21084 \begin_layout Plain Layout
21085
21086 \series bold
21087 Nota:
21088 \series default
21089  Actualmente hay un error en 
21090 \series bold
21091 endfloat
21092 \series default
21093  cuando la leyenda contiene el carácter alemán 
21094 \begin_inset Quotes eld
21095 \end_inset
21096
21097 ß
21098 \begin_inset Quotes erd
21099 \end_inset
21100
21101 .
21102  Usa en ese caso el comando 
21103 \begin_inset Quotes eld
21104 \end_inset
21105
21106
21107 \series bold
21108
21109 \backslash
21110 ss
21111 \series default
21112
21113 \begin_inset Quotes erd
21114 \end_inset
21115
21116  en ERT en vez de 
21117 \begin_inset Quotes eld
21118 \end_inset
21119
21120 ß
21121 \begin_inset Quotes erd
21122 \end_inset
21123
21124 .
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Standard
21133 \begin_inset VSpace bigskip
21134 \end_inset
21135
21136 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21137 \begin_inset CommandInset citation
21138 LatexCommand cite
21139 key "latexcompanion,latexguide,latexbook"
21140
21141 \end_inset
21142
21143 .
21144 \end_layout
21145
21146 \begin_layout Section
21147 Rotación de flotantes
21148 \begin_inset CommandInset label
21149 LatexCommand label
21150 name "sec:Rotación-de-Flotantes"
21151
21152 \end_inset
21153
21154
21155 \begin_inset Index
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159 Flotantes ! Rotación
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \begin_layout Standard
21168 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21169  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21170  la opción 
21171 \family sans
21172 Girar
21173 \begin_inset space ~
21174 \end_inset
21175
21176 a
21177 \begin_inset space ~
21178 \end_inset
21179
21180 un
21181 \begin_inset space ~
21182 \end_inset
21183
21184 lado
21185 \family default
21186 .
21187 \end_layout
21188
21189 \begin_layout Standard
21190 Los flotantes girados son puestos siempre en su propia página (o columna
21191  si el documento es de dos columnas).
21192  Se rotan de forma que puedes leerlos desde el margen externo.
21193  Para forzar determinada dirección de rotación para todas las páginas, puedes
21194  añadir una de las opciones 
21195 \series bold
21196 figuresleft
21197 \series default
21198  o 
21199 \series bold
21200 figuresright
21201 \series default
21202  a las opciones de clase del documento.
21203 \end_layout
21204
21205 \begin_layout Standard
21206 Los flotantes girados se refieren igual que los normales, y el formato de
21207  la leyenda también es el mismo: un ejemplo es la tabla
21208 \begin_inset space ~
21209 \end_inset
21210
21211
21212 \begin_inset CommandInset ref
21213 LatexCommand ref
21214 reference "tab:Tabla-girada"
21215
21216 \end_inset
21217
21218 .
21219 \end_layout
21220
21221 \begin_layout Standard
21222 \begin_inset Note Greyedout
21223 status open
21224
21225 \begin_layout Plain Layout
21226
21227 \series bold
21228 Nota:
21229 \series default
21230  No todos los visores DVI pueden mostrar tablas giradas.
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \begin_layout Standard
21239 \begin_inset Float table
21240 wide false
21241 sideways true
21242 status open
21243
21244 \begin_layout Plain Layout
21245 \begin_inset Caption
21246
21247 \begin_layout Plain Layout
21248 \begin_inset CommandInset label
21249 LatexCommand label
21250 name "tab:Tabla-girada"
21251
21252 \end_inset
21253
21254 Tabla girada
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Plain Layout
21263 \align center
21264 \begin_inset Tabular
21265 <lyxtabular version="3" rows="1" columns="5">
21266 <features>
21267 <column alignment="center" valignment="top" width="0">
21268 <column alignment="center" valignment="top" width="0">
21269 <column alignment="center" valignment="top" width="0">
21270 <column alignment="center" valignment="top" width="0">
21271 <column alignment="center" valignment="top" width="0">
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277 test
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 b
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 c
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 d
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 e
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 </lyxtabular>
21320
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \begin_layout Section
21332 Flotantes adosados
21333 \begin_inset Index
21334 status collapsed
21335
21336 \begin_layout Plain Layout
21337 Flotantes ! Adosados
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 Para colocar flotantes unos junto a otros, como en la figura
21347 \begin_inset space ~
21348 \end_inset
21349
21350
21351 \begin_inset CommandInset ref
21352 LatexCommand ref
21353 reference "fig:Flotante-izquierda"
21354
21355 \end_inset
21356
21357  y 
21358 \begin_inset CommandInset ref
21359 LatexCommand ref
21360 reference "fig:Flotante-derecha"
21361
21362 \end_inset
21363
21364 , se pone 
21365 \emph on
21366 un
21367 \emph default
21368  solo flotante.
21369  En él se insertan dos cuadros tipo minipágina
21370 \begin_inset Foot
21371 status open
21372
21373 \begin_layout Plain Layout
21374 Las minipáginas se explican en la sección
21375 \begin_inset space ~
21376 \end_inset
21377
21378
21379 \begin_inset CommandInset ref
21380 LatexCommand ref
21381 reference "sec:Minipáginas"
21382
21383 \end_inset
21384
21385 .
21386 \end_layout
21387
21388 \end_inset
21389
21390 .
21391  La anchura se establece en 45-50
21392 \begin_inset space \thinspace{}
21393 \end_inset
21394
21395 % de la columna y la alineación en 
21396 \family sans
21397 Inferior
21398 \family default
21399  para cada minipágina.
21400  Las minipáginas contienen la imagen y su título, de igual forma que en
21401  los flotantes.
21402  La única diferencia es que el 
21403 \family sans
21404 Ancho
21405 \begin_inset space ~
21406 \end_inset
21407
21408 de
21409 \begin_inset space ~
21410 \end_inset
21411
21412 columna
21413 \begin_inset space ~
21414 \end_inset
21415
21416 %
21417 \family default
21418  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset Float figure
21423 placement h
21424 wide false
21425 sideways false
21426 status open
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Box Frameless
21430 position "b"
21431 hor_pos "c"
21432 has_inner_box 1
21433 inner_pos "t"
21434 use_parbox 0
21435 width "45col%"
21436 special "none"
21437 height "1in"
21438 height_special "totalheight"
21439 status open
21440
21441 \begin_layout Plain Layout
21442 \align center
21443 \begin_inset Graphics
21444         filename ../clipart/mobius.eps
21445         lyxscale 50
21446         width 100col%
21447         scaleBeforeRotation
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Caption
21456
21457 \begin_layout Plain Layout
21458 \begin_inset CommandInset label
21459 LatexCommand label
21460 name "fig:Flotante-izquierda"
21461
21462 \end_inset
21463
21464 Flotante en el lado izquierdo.
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473
21474
21475 \begin_inset space \hfill{}
21476 \end_inset
21477
21478
21479 \begin_inset Box Frameless
21480 position "b"
21481 hor_pos "c"
21482 has_inner_box 1
21483 inner_pos "t"
21484 use_parbox 0
21485 width "45col%"
21486 special "none"
21487 height "1in"
21488 height_special "totalheight"
21489 status open
21490
21491 \begin_layout Plain Layout
21492 \align center
21493 \begin_inset Graphics
21494         filename ../clipart/platypus.eps
21495         lyxscale 50
21496         width 100col%
21497         scaleBeforeRotation
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Caption
21506
21507 \begin_layout Plain Layout
21508 \begin_inset CommandInset label
21509 LatexCommand label
21510 name "fig:Flotante-derecha"
21511
21512 \end_inset
21513
21514 Flotante en el lado derecho.
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \begin_layout Section
21533 Formato de las leyendas
21534 \begin_inset Index
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538 Leyendas ! Formato
21539 \end_layout
21540
21541 \end_inset
21542
21543
21544 \begin_inset Index
21545 status collapsed
21546
21547 \begin_layout Plain Layout
21548 Flotantes ! Formato de las leyendas
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \begin_inset Index
21555 status collapsed
21556
21557 \begin_layout Plain Layout
21558 LaTeX-paquetes ! caption
21559 \end_layout
21560
21561 \end_inset
21562
21563
21564 \begin_inset CommandInset label
21565 LatexCommand label
21566 name "sec:Formato-de-leyendas"
21567
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \begin_layout Standard
21574 El entorno 
21575 \family sans
21576 Leyenda
21577 \family default
21578  es el predeterminado para los 
21579 \family sans
21580 Flotantes
21581 \family default
21582 .
21583  En LyX las leyendas se muestran como etiqueta, p.
21584 \begin_inset space \thinspace{}
21585 \end_inset
21586
21587 e.
21588 \begin_inset space ~
21589 \end_inset
21590
21591
21592 \begin_inset Quotes eld
21593 \end_inset
21594
21595
21596 \family sans
21597 Figura #
21598 \family default
21599 :
21600 \begin_inset Quotes erd
21601 \end_inset
21602
21603  seguida por el texto.
21604  
21605 \begin_inset Quotes eld
21606 \end_inset
21607
21608 #
21609 \begin_inset Quotes erd
21610 \end_inset
21611
21612  es el número real de referencia.
21613  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21614  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21615  del texto.
21616  El formato de la leyenda no es apropiado para todos los formatos de documento.
21617  
21618 \end_layout
21619
21620 \begin_layout Standard
21621 Para cambiar el formato predeterminado carga el paquete LaTeX 
21622 \series bold
21623 caption
21624 \series default
21625
21626 \begin_inset Index
21627 status collapsed
21628
21629 \begin_layout Plain Layout
21630 LaTeX-paquetes ! caption
21631 \end_layout
21632
21633 \end_inset
21634
21635  en el preámbulo del documento con la línea:
21636 \end_layout
21637
21638 \begin_layout Standard
21639
21640 \series bold
21641
21642 \backslash
21643 usepackage[definición de formato]{caption}
21644 \end_layout
21645
21646 \begin_layout Standard
21647 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21648  las leyendas de tabla siempre sobre ella como en este documento, usa el
21649  comando:
21650 \end_layout
21651
21652 \begin_layout Standard
21653
21654 \series bold
21655
21656 \backslash
21657 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21658 \end_layout
21659
21660 \begin_layout Standard
21661 También puedes definir distintos formatos de leyenda para los distintos
21662  tipos de flotantes.
21663  En ese caso carga el paquete 
21664 \series bold
21665 caption
21666 \series default
21667  sin opciones específicas y define los distintos formatos con ayuda del
21668  comando
21669 \end_layout
21670
21671 \begin_layout Standard
21672
21673 \series bold
21674
21675 \backslash
21676 captionsetup[tipo de flotante]{definición de formato}
21677 \end_layout
21678
21679 \begin_layout Standard
21680 en el preámbulo del documento.
21681  Por ejemplo las leyendas de la Figura
21682 \begin_inset space ~
21683 \end_inset
21684
21685
21686 \begin_inset CommandInset ref
21687 LatexCommand ref
21688 reference "fig:Esto-es-una-fig"
21689
21690 \end_inset
21691
21692  y la tabla
21693 \begin_inset space ~
21694 \end_inset
21695
21696
21697 \begin_inset CommandInset ref
21698 LatexCommand ref
21699 reference "tab:Esto-es-una-tab"
21700
21701 \end_inset
21702
21703  pueden crearse usando los siguientes comandos en el preámbulo:
21704 \end_layout
21705
21706 \begin_layout Standard
21707
21708 \series bold
21709
21710 \backslash
21711 usepackage[tableposition=top]{caption}
21712 \series default
21713
21714 \begin_inset Newline newline
21715 \end_inset
21716
21717
21718 \series bold
21719
21720 \backslash
21721 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21722 \begin_inset Newline newline
21723 \end_inset
21724
21725
21726 \begin_inset ERT
21727 status collapsed
21728
21729 \begin_layout Plain Layout
21730
21731
21732 \backslash
21733 hphantom{
21734 \backslash
21735
21736 \backslash
21737 captionsetup[figure]
21738 \backslash
21739 {}
21740 \end_layout
21741
21742 \end_inset
21743
21744  labelsep=period}
21745 \begin_inset Newline newline
21746 \end_inset
21747
21748
21749 \backslash
21750 captionsetup[table]{labelfont={bf,sf}}
21751 \end_layout
21752
21753 \begin_layout Standard
21754 \begin_inset Note Greyedout
21755 status open
21756
21757 \begin_layout Plain Layout
21758
21759 \series bold
21760 Nota: 
21761 \series default
21762 La opción 
21763 \series bold
21764 tableposition=top
21765 \series default
21766  no tiene efecto si se usa una clase de documento 
21767 \series bold
21768 koma-script
21769 \series default
21770 .
21771  En este caso debe utilizarse la opción de clase de documento 
21772 \series bold
21773 tablecaptionabove
21774 \series default
21775 .
21776  
21777 \end_layout
21778
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \begin_layout Standard
21785 Para más información sobre el paquete 
21786 \series bold
21787 caption
21788 \series default
21789  acude a su documentación 
21790 \begin_inset CommandInset citation
21791 LatexCommand cite
21792 key "caption,caption-de"
21793
21794 \end_inset
21795
21796 .
21797 \end_layout
21798
21799 \begin_layout Standard
21800 Para cambiar el nombre de la etiqueta de 
21801 \begin_inset Quotes eld
21802 \end_inset
21803
21804 Figura
21805 \begin_inset Quotes erd
21806 \end_inset
21807
21808  a 
21809 \begin_inset Quotes eld
21810 \end_inset
21811
21812 Imagen
21813 \begin_inset Quotes erd
21814 \end_inset
21815
21816 , p.
21817 \begin_inset space \thinspace{}
21818 \end_inset
21819
21820 e., usa el siguiente comando de preámbulo:
21821 \end_layout
21822
21823 \begin_layout Standard
21824
21825 \series bold
21826
21827 \backslash
21828 renewcommand{
21829 \backslash
21830 fnum@figure}{Imagen~
21831 \backslash
21832 thefigure}
21833 \end_layout
21834
21835 \begin_layout Standard
21836 donde 
21837 \series bold
21838
21839 \backslash
21840 thefigure
21841 \series default
21842  inserta el número de figura y 
21843 \series bold
21844
21845 \begin_inset Quotes eld
21846 \end_inset
21847
21848
21849 \series default
21850 ~
21851 \series bold
21852
21853 \begin_inset Quotes erd
21854 \end_inset
21855
21856
21857 \series default
21858  genera un espacio protegido.
21859
21860 \series bold
21861  
21862 \end_layout
21863
21864 \begin_layout Standard
21865 \begin_inset VSpace bigskip
21866 \end_inset
21867
21868 Si estás usando la clase de documento 
21869 \series bold
21870 koma-script
21871 \series default
21872
21873 \begin_inset Index
21874 status collapsed
21875
21876 \begin_layout Plain Layout
21877 LaTeX-paquetes ! koma-script
21878 \end_layout
21879
21880 \end_inset
21881
21882  (
21883 \family sans
21884 article (koma-script)
21885 \family default
21886
21887 \family sans
21888 book (koma-script)
21889 \family default
21890
21891 \family sans
21892 letter (koma-script)
21893 \family default
21894 , o 
21895 \family sans
21896 report (koma-script)
21897 \family default
21898
21899 \begin_inset space \thinspace{}
21900 \end_inset
21901
21902 ), puedes emplear en vez del paquete 
21903 \series bold
21904 caption
21905 \series default
21906  el comando 
21907 \series bold
21908
21909 \backslash
21910 setkomafont
21911 \series default
21912  incluido en 
21913 \series bold
21914 koma-script
21915 \series default
21916 .
21917  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21918  comando en el preámbulo del documento:
21919 \end_layout
21920
21921 \begin_layout Standard
21922
21923 \series bold
21924
21925 \backslash
21926 setkomafont{captionlabel}{
21927 \backslash
21928 bfseries}
21929 \end_layout
21930
21931 \begin_layout Standard
21932 Más información sobre 
21933 \series bold
21934
21935 \backslash
21936 setkomafont
21937 \series default
21938  en la documentación de 
21939 \series bold
21940 koma-script
21941 \series default
21942  
21943 \begin_inset CommandInset citation
21944 LatexCommand cite
21945 key "koma-script"
21946
21947 \end_inset
21948
21949 .
21950 \end_layout
21951
21952 \begin_layout Standard
21953 \begin_inset ERT
21954 status open
21955
21956 \begin_layout Plain Layout
21957
21958
21959 \backslash
21960 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21961 }
21962 \end_layout
21963
21964 \end_inset
21965
21966
21967 \begin_inset Note Note
21968 status open
21969
21970 \begin_layout Plain Layout
21971 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Standard
21980 \begin_inset Float figure
21981 placement !p
21982 wide false
21983 sideways false
21984 status open
21985
21986 \begin_layout Plain Layout
21987 \align center
21988 \begin_inset Graphics
21989         filename ../clipart/mobius.eps
21990         lyxscale 50
21991         scale 50
21992
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \begin_layout Plain Layout
21999 \begin_inset Caption
22000
22001 \begin_layout Plain Layout
22002 \begin_inset CommandInset label
22003 LatexCommand label
22004 name "fig:Esto-es-una-fig"
22005
22006 \end_inset
22007
22008
22009 \begin_inset OptArg
22010 status open
22011
22012 \begin_layout Plain Layout
22013 Figura con leyenda muy larga
22014 \end_layout
22015
22016 \end_inset
22017
22018 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22019  mostrar el formato diferente.
22020  Aquí se usa una leyenda personalizada.
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034 \begin_inset ERT
22035 status open
22036
22037 \begin_layout Plain Layout
22038
22039
22040 \backslash
22041 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22042 on}
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \begin_layout Standard
22051 \begin_inset Float table
22052 placement !p
22053 wide false
22054 sideways false
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058 \begin_inset Caption
22059
22060 \begin_layout Plain Layout
22061 \begin_inset CommandInset label
22062 LatexCommand label
22063 name "tab:Esto-es-una-tab"
22064
22065 \end_inset
22066
22067
22068 \begin_inset OptArg
22069 status collapsed
22070
22071 \begin_layout Plain Layout
22072 Tabla con leyenda muy larga
22073 \end_layout
22074
22075 \end_inset
22076
22077 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22078  el formato diferente.
22079  Aquí se usa el formato de leyenda estándar para las tablas.
22080 \end_layout
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \begin_layout Plain Layout
22088 \align center
22089 \begin_inset Tabular
22090 <lyxtabular version="3" rows="1" columns="5">
22091 <features>
22092 <column alignment="center" valignment="top" width="0">
22093 <column alignment="center" valignment="top" width="0">
22094 <column alignment="center" valignment="top" width="0">
22095 <column alignment="center" valignment="top" width="0">
22096 <column alignment="center" valignment="top" width="0">
22097 <row>
22098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 a
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 b
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 c
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 d
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 e
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 </lyxtabular>
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Section
22157 Colocación de leyendas
22158 \begin_inset Index
22159 status collapsed
22160
22161 \begin_layout Plain Layout
22162 Leyendas ! Colocación
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \begin_inset Index
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172 Flotantes ! Colocación de leyendas
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \begin_inset CommandInset label
22179 LatexCommand label
22180 name "sec:Colocación-de-leyendas"
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Standard
22188 La norma habitual para colocar las leyendas es:
22189 \end_layout
22190
22191 \begin_layout Description
22192 Figura: La leyenda al pie de la figura
22193 \end_layout
22194
22195 \begin_layout Description
22196 Tabla: La leyenda sobre la tabla
22197 \end_layout
22198
22199 \begin_layout Standard
22200 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22201  la tabla.
22202  Esto implica que si usas las clases de documento 
22203 \family sans
22204 article
22205 \family default
22206
22207 \family sans
22208 book
22209 \family default
22210
22211 \family sans
22212 letter
22213 \family default
22214 , o 
22215 \family sans
22216 report
22217 \family default
22218  no habrá espacio entre la leyenda y la tabla.
22219  Para insertar el espacio adecuado añade la siguiente opción al comando
22220  del paquete LaTeX 
22221 \series bold
22222 caption
22223 \series default
22224  en el preámbulo del documento
22225 \begin_inset Foot
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229 Ver la sección
22230 \begin_inset space ~
22231 \end_inset
22232
22233
22234 \begin_inset CommandInset ref
22235 LatexCommand ref
22236 reference "sec:Formato-de-leyendas"
22237
22238 \end_inset
22239
22240  para más información sobre el paquete 
22241 \series bold
22242 caption
22243 \series default
22244 .
22245 \end_layout
22246
22247 \end_inset
22248
22249 :
22250 \end_layout
22251
22252 \begin_layout Standard
22253
22254 \series bold
22255 tableposition=top
22256 \end_layout
22257
22258 \begin_layout Standard
22259 Si estás usando la clase 
22260 \series bold
22261 koma-script
22262 \series default
22263
22264 \begin_inset Index
22265 status collapsed
22266
22267 \begin_layout Plain Layout
22268 LaTeX-paquetes ! koma-script
22269 \end_layout
22270
22271 \end_inset
22272
22273  (
22274 \family sans
22275 article (koma-script)
22276 \family default
22277
22278 \family sans
22279 book (koma-script)
22280 \family default
22281
22282 \family sans
22283 letter (koma-script)
22284 \family default
22285 , o 
22286 \family sans
22287 report (koma-script)
22288 \family default
22289
22290 \begin_inset space \thinspace{}
22291 \end_inset
22292
22293 ), en vez de 
22294 \series bold
22295 caption
22296 \series default
22297  puedes poner la opción 
22298 \series bold
22299 tablecaptionabove
22300 \series default
22301  de la clase de documento.
22302 \end_layout
22303
22304 \begin_layout Standard
22305 \begin_inset VSpace bigskip
22306 \end_inset
22307
22308 También es posible poner la leyenda junto a una figura o tabla.
22309  Para conseguirlo hay que cargar el paquete LaTeX 
22310 \series bold
22311 sidecap
22312 \series default
22313
22314 \begin_inset Index
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318 LaTeX-paquetes ! sidecap
22319 \end_layout
22320
22321 \end_inset
22322
22323  añadiendo en el preámbulo del documento la línea
22324 \end_layout
22325
22326 \begin_layout Standard
22327
22328 \series bold
22329
22330 \backslash
22331 usepackage[option]{sidecap}
22332 \end_layout
22333
22334 \begin_layout Standard
22335 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22336  de la página ---a la derecha en páginas impares, a la izquierda en las
22337  pares---.
22338  Puedes cambiar la colocación al margen interno con la opción 
22339 \series bold
22340 innercaption
22341 \series default
22342 .
22343  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22344  opciones 
22345 \series bold
22346 rightcaption
22347 \series default
22348  o 
22349 \series bold
22350 leftcaption
22351 \series default
22352 , respectivamente.
22353 \end_layout
22354
22355 \begin_layout Standard
22356 \begin_inset ERT
22357 status collapsed
22358
22359 \begin_layout Plain Layout
22360
22361
22362 \backslash
22363 ifsidecap
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \begin_inset Note Note
22370 status open
22371
22372 \begin_layout Plain Layout
22373 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22374  LaTeX 
22375 \series bold
22376 sidecap
22377 \series default
22378 .
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22388  estos comandos al preámbulo del documento:
22389 \end_layout
22390
22391 \begin_layout Standard
22392
22393 \lyxline
22394
22395 \end_layout
22396
22397 \begin_layout Standard
22398
22399 \series bold
22400
22401 \backslash
22402 newcommand{
22403 \backslash
22404 TabBesBeg}{%
22405 \begin_inset Newline newline
22406 \end_inset
22407
22408
22409 \begin_inset ERT
22410 status collapsed
22411
22412 \begin_layout Plain Layout
22413
22414
22415 \backslash
22416 hphantom{ }
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \backslash
22423 let
22424 \backslash
22425 MyTable
22426 \backslash
22427 table
22428 \begin_inset Newline newline
22429 \end_inset
22430
22431
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 hphantom{ }
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \backslash
22446 let
22447 \backslash
22448 MyEndtable
22449 \backslash
22450 endtable
22451 \begin_inset Newline newline
22452 \end_inset
22453
22454
22455 \begin_inset ERT
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459
22460
22461 \backslash
22462 hphantom{ }
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \backslash
22469 renewenvironment{table}{
22470 \backslash
22471 begin{SCtable}}{
22472 \backslash
22473 end{SCtable}}}
22474 \end_layout
22475
22476 \begin_layout Standard
22477
22478 \series bold
22479
22480 \backslash
22481 newcommand{
22482 \backslash
22483 TabBesEnd}{%
22484 \begin_inset Newline newline
22485 \end_inset
22486
22487
22488 \begin_inset ERT
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492
22493
22494 \backslash
22495 hphantom{ }
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \backslash
22502 let
22503 \backslash
22504 table
22505 \backslash
22506 MyTable
22507 \begin_inset Newline newline
22508 \end_inset
22509
22510
22511 \begin_inset ERT
22512 status collapsed
22513
22514 \begin_layout Plain Layout
22515
22516
22517 \backslash
22518 hphantom{ }
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \backslash
22525 let
22526 \backslash
22527 endtable
22528 \backslash
22529 MyEndtable
22530 \end_layout
22531
22532 \begin_layout Standard
22533
22534 \series bold
22535
22536 \backslash
22537 newcommand{
22538 \backslash
22539 FigBesBeg}{%
22540 \begin_inset Newline newline
22541 \end_inset
22542
22543
22544 \begin_inset ERT
22545 status collapsed
22546
22547 \begin_layout Plain Layout
22548
22549
22550 \backslash
22551 hphantom{ }
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \backslash
22558 let
22559 \backslash
22560 MyFigure
22561 \backslash
22562 figure
22563 \begin_inset Newline newline
22564 \end_inset
22565
22566
22567 \begin_inset ERT
22568 status collapsed
22569
22570 \begin_layout Plain Layout
22571
22572
22573 \backslash
22574 hphantom{ }
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \backslash
22581 let
22582 \backslash
22583 MyEndfigure
22584 \backslash
22585 endfigure
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589
22590 \begin_inset ERT
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594
22595
22596 \backslash
22597 hphantom{ }
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \backslash
22604 renewenvironment{figure}{
22605 \backslash
22606 begin{SCfigure}}{
22607 \backslash
22608 end{SCfigure}}}
22609 \end_layout
22610
22611 \begin_layout Standard
22612
22613 \series bold
22614
22615 \backslash
22616 newcommand{
22617 \backslash
22618 FigBesEnd}{%
22619 \begin_inset Newline newline
22620 \end_inset
22621
22622
22623 \begin_inset ERT
22624 status collapsed
22625
22626 \begin_layout Plain Layout
22627
22628
22629 \backslash
22630 hphantom{ }
22631 \end_layout
22632
22633 \end_inset
22634
22635
22636 \backslash
22637 let
22638 \backslash
22639 figure
22640 \backslash
22641 MyFigure
22642 \begin_inset Newline newline
22643 \end_inset
22644
22645
22646 \begin_inset ERT
22647 status collapsed
22648
22649 \begin_layout Plain Layout
22650
22651
22652 \backslash
22653 hphantom{ }
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \backslash
22660 let
22661 \backslash
22662 endfigure
22663 \backslash
22664 MyEndfigure}
22665 \end_layout
22666
22667 \begin_layout Standard
22668
22669 \lyxline
22670
22671 \end_layout
22672
22673 \begin_layout Standard
22674 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22675  en un lado.
22676  Para figuras flotantes usa el comando
22677 \end_layout
22678
22679 \begin_layout Standard
22680
22681 \series bold
22682
22683 \backslash
22684 FigBesBeg
22685 \end_layout
22686
22687 \begin_layout Standard
22688 en ERT antes del flotante.
22689  Detrás del flotante inserta
22690 \end_layout
22691
22692 \begin_layout Standard
22693
22694 \series bold
22695
22696 \backslash
22697 FigBesEnd
22698 \end_layout
22699
22700 \begin_layout Standard
22701 en ERT para volver a la definición original de flotantes.
22702 \end_layout
22703
22704 \begin_layout Standard
22705 Para tablas flotantes usa los comandos correspondientes
22706 \end_layout
22707
22708 \begin_layout Standard
22709
22710 \series bold
22711
22712 \backslash
22713 TabBesBeg
22714 \series default
22715  y 
22716 \series bold
22717
22718 \backslash
22719 TabBesEnd
22720 \end_layout
22721
22722 \begin_layout Standard
22723 La figura
22724 \begin_inset space ~
22725 \end_inset
22726
22727
22728 \begin_inset CommandInset ref
22729 LatexCommand ref
22730 reference "fig:encab-al-lado"
22731
22732 \end_inset
22733
22734  y la tabla
22735 \begin_inset space ~
22736 \end_inset
22737
22738
22739 \begin_inset CommandInset ref
22740 LatexCommand ref
22741 reference "tab:encab-al-lado"
22742
22743 \end_inset
22744
22745  son ejemplos en los que el título se sitúa al lado.
22746 \end_layout
22747
22748 \begin_layout Standard
22749 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22750  en tablas flotantes y debajo en las figuras flotantes.
22751  Para cambiarlo, puedes usar el comando
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 sidecaptionvpos{tipo de flotante}{colocación}
22760 \end_layout
22761
22762 \begin_layout Standard
22763 en el preámbulo o en ERT antes del flotante.
22764  El tipo de flotante es 
22765 \family sans
22766 figure
22767 \family default
22768  o 
22769 \family sans
22770 table
22771 \family default
22772 , la colocación puede ser 
22773 \begin_inset Quotes eld
22774 \end_inset
22775
22776
22777 \family sans
22778 t
22779 \family default
22780
22781 \begin_inset Quotes erd
22782 \end_inset
22783
22784  por 
22785 \begin_inset Quotes eld
22786 \end_inset
22787
22788 top
22789 \begin_inset Quotes erd
22790 \end_inset
22791
22792  (arriba), 
22793 \begin_inset Quotes eld
22794 \end_inset
22795
22796
22797 \family sans
22798 c
22799 \family default
22800
22801 \begin_inset Quotes erd
22802 \end_inset
22803
22804  por 
22805 \begin_inset Quotes eld
22806 \end_inset
22807
22808 center
22809 \begin_inset Quotes erd
22810 \end_inset
22811
22812  (centro), o 
22813 \begin_inset Quotes eld
22814 \end_inset
22815
22816
22817 \family sans
22818 b
22819 \family default
22820
22821 \begin_inset Quotes erd
22822 \end_inset
22823
22824  por 
22825 \begin_inset Quotes eld
22826 \end_inset
22827
22828 bottom
22829 \begin_inset Quotes erd
22830 \end_inset
22831
22832  (abajo).
22833  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22834  usa el comando
22835 \end_layout
22836
22837 \begin_layout Standard
22838
22839 \series bold
22840
22841 \backslash
22842 sidecaptionvpos{figure}{c}
22843 \end_layout
22844
22845 \begin_layout Standard
22846 Esto se ha hecho en la figura
22847 \begin_inset space ~
22848 \end_inset
22849
22850
22851 \begin_inset CommandInset ref
22852 LatexCommand ref
22853 reference "fig:encab-al-lado-de-fig"
22854
22855 \end_inset
22856
22857 .
22858 \end_layout
22859
22860 \begin_layout Standard
22861 \begin_inset VSpace medskip
22862 \end_inset
22863
22864 Más información sobre el paquete 
22865 \series bold
22866 sidecap
22867 \series default
22868  en su documentación 
22869 \begin_inset CommandInset citation
22870 LatexCommand cite
22871 key "sidecap"
22872
22873 \end_inset
22874
22875 .
22876 \end_layout
22877
22878 \begin_layout Standard
22879 \begin_inset Note Greyedout
22880 status open
22881
22882 \begin_layout Plain Layout
22883
22884 \series bold
22885 Nota:
22886 \series default
22887  El paquete LaTeX 
22888 \series bold
22889 hypcap
22890 \series default
22891
22892 \begin_inset Index
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896 LaTeX-paquetes ! hypcap
22897 \end_layout
22898
22899 \end_inset
22900
22901 , descrito en la sección
22902 \begin_inset space ~
22903 \end_inset
22904
22905
22906 \begin_inset CommandInset ref
22907 LatexCommand ref
22908 reference "sub:Colocación-de-Referencias"
22909
22910 \end_inset
22911
22912 , no afecta a flotantes con la leyenda al lado.
22913 \end_layout
22914
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \begin_layout Standard
22921 \begin_inset ERT
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925
22926
22927 \backslash
22928 FigBesBeg 
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \begin_layout Standard
22937 \begin_inset Float figure
22938 wide false
22939 sideways false
22940 status open
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Graphics
22944         filename ../clipart/escher-lsd.eps
22945         scale 75
22946
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \begin_layout Plain Layout
22953 \begin_inset Caption
22954
22955 \begin_layout Plain Layout
22956 \begin_inset CommandInset label
22957 LatexCommand label
22958 name "fig:encab-al-lado"
22959
22960 \end_inset
22961
22962 Leyenda al lado de una figura.
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Standard
22976 \begin_inset ERT
22977 status collapsed
22978
22979 \begin_layout Plain Layout
22980
22981
22982 \backslash
22983 TabBesBeg 
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 \begin_inset Float table
22993 wide false
22994 sideways false
22995 status open
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Caption
22999
23000 \begin_layout Plain Layout
23001 \begin_inset CommandInset label
23002 LatexCommand label
23003 name "tab:encab-al-lado"
23004
23005 \end_inset
23006
23007 Leyenda al lado de una tabla.
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Plain Layout
23016 \begin_inset Tabular
23017 <lyxtabular version="3" rows="4" columns="5">
23018 <features>
23019 <column alignment="center" valignment="top" width="0">
23020 <column alignment="center" valignment="top" width="0">
23021 <column alignment="center" valignment="top" width="0">
23022 <column alignment="center" valignment="top" width="0">
23023 <column alignment="center" valignment="top" width="0">
23024 <row>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 a
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 b
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 c
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 d
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 e
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 <row>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 f
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 g
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 h
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179 i
23180 \end_layout
23181
23182 \end_inset
23183 </cell>
23184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 j
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 </lyxtabular>
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \begin_layout Standard
23225 \begin_inset ERT
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229
23230
23231 \backslash
23232 TabBesEnd
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \begin_layout Standard
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246
23247 \backslash
23248 sidecaptionvpos{figure}{c}
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \begin_inset Float figure
23255 wide false
23256 sideways false
23257 status open
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Graphics
23261         filename ../clipart/escher-lsd.eps
23262         scale 75
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Plain Layout
23270 \begin_inset Caption
23271
23272 \begin_layout Plain Layout
23273 \begin_inset CommandInset label
23274 LatexCommand label
23275 name "fig:encab-al-lado-de-fig"
23276
23277 \end_inset
23278
23279 Leyenda centrada verticalmente junto a una figura.
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset ERT
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297
23298
23299 \backslash
23300 FigBesEnd
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset ERT
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313
23314
23315 \backslash
23316 else
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \begin_inset Note Note
23323 status open
23324
23325 \begin_layout Plain Layout
23326 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23327  
23328 \series bold
23329 sidecap
23330 \series default
23331 .
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \begin_layout Standard
23340 Debes instalar el paquete LaTeX 
23341 \series bold
23342 sidecap
23343 \series default
23344  para ver la parte siguiente en la salida.
23345 \end_layout
23346
23347 \begin_layout Standard
23348 \begin_inset ERT
23349 status collapsed
23350
23351 \begin_layout Plain Layout
23352
23353
23354 \backslash
23355 fi
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Section
23364 Lista de flotantes
23365 \begin_inset CommandInset label
23366 LatexCommand label
23367 name "sec:Lista-de-Flotantes"
23368
23369 \end_inset
23370
23371
23372 \begin_inset Index
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376 Flotantes ! Lista de
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Standard
23385 Igual que en el índice general se listan las secciones del documento, hay
23386  listas para todos los tipos de flotantes, como las figuras.
23387  Se pueden insertar mediante los submenús 
23388 \family sans
23389 Insertar\SpecialChar \menuseparator
23390 Lista / IG
23391 \family default
23392 .
23393 \end_layout
23394
23395 \begin_layout Standard
23396 Las entradas de la lista son los títulos del flotante o su título corto,
23397  el número de flotante, y el número de la página del documento en la que
23398  aparecen.
23399 \end_layout
23400
23401 \begin_layout Standard
23402 Puedes encontrar las listas de figuras y tablas al final de este documento.
23403 \end_layout
23404
23405 \begin_layout Chapter
23406 Notas
23407 \end_layout
23408
23409 \begin_layout Section
23410 Notas en LyX 
23411 \begin_inset CommandInset label
23412 LatexCommand label
23413 name "sec:Notas-en-LyX"
23414
23415 \end_inset
23416
23417
23418 \begin_inset Index
23419 status collapsed
23420
23421 \begin_layout Plain Layout
23422 Notas ! Notas en LyX
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Standard
23431 Las notas se insertan con el botón 
23432 \begin_inset Graphics
23433         filename ../../images/note-insert.png
23434         scale 85
23435
23436 \end_inset
23437
23438  o con el menú 
23439 \family sans
23440 Insertar\SpecialChar \menuseparator
23441 Nota
23442 \family default
23443 .
23444  Hay cinco tipos de notas:
23445 \end_layout
23446
23447 \begin_layout Description
23448 Nota
23449 \begin_inset space ~
23450 \end_inset
23451
23452 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23453  Su cuadro se muestra como este:
23454 \begin_inset Newline newline
23455 \end_inset
23456
23457
23458 \begin_inset Newline newline
23459 \end_inset
23460
23461
23462 \begin_inset Graphics
23463         filename clipart/NotaLyXImagenQt4.png
23464         display false
23465         scale 85
23466
23467 \end_inset
23468
23469  
23470 \begin_inset Note Note
23471 status collapsed
23472
23473 \begin_layout Plain Layout
23474 Este es un texto en un recuadro que no se muestra en la salida.
23475 \end_layout
23476
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \begin_layout Description
23483 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23484  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23485 \family sans
23486 Archivo\SpecialChar \menuseparator
23487 Exportar\SpecialChar \menuseparator
23488 LaTeX (pdflatex) / (plain)
23489 \family default
23490 .
23491  Su recuadro se ve así:
23492 \begin_inset Newline newline
23493 \end_inset
23494
23495
23496 \begin_inset Newline newline
23497 \end_inset
23498
23499
23500 \begin_inset Graphics
23501         filename clipart/ComentNotaImagenQt4.png
23502         display false
23503         scale 85
23504
23505 \end_inset
23506
23507  
23508 \begin_inset Note Comment
23509 status collapsed
23510
23511 \begin_layout Plain Layout
23512 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \begin_layout Description
23521 Resaltado
23522 \begin_inset space ~
23523 \end_inset
23524
23525 en
23526 \begin_inset space ~
23527 \end_inset
23528
23529 gris Esta nota aparece en la salida como texto resaltado en gris.
23530  Su recuadro se parece a este:
23531 \begin_inset Newline newline
23532 \end_inset
23533
23534
23535 \begin_inset Newline newline
23536 \end_inset
23537
23538
23539 \begin_inset Graphics
23540         filename clipart/GrisNotaImagenQt4.png
23541         display false
23542         scale 85
23543
23544 \end_inset
23545
23546
23547 \begin_inset Newline newline
23548 \end_inset
23549
23550
23551 \begin_inset ERT
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555
23556
23557 \backslash
23558 renewenvironment{lyxgreyedout}
23559 \end_layout
23560
23561 \begin_layout Plain Layout
23562
23563 {
23564 \backslash
23565 textcolor[gray]{0.8}
23566 \backslash
23567 bgroup}{
23568 \backslash
23569 egroup}
23570 \end_layout
23571
23572 \end_inset
23573
23574
23575 \begin_inset Note Greyedout
23576 status open
23577
23578 \begin_layout Plain Layout
23579 Este es el texto
23580 \begin_inset Foot
23581 status open
23582
23583 \begin_layout Plain Layout
23584 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23585 \end_layout
23586
23587 \end_inset
23588
23589  de un comentario que se muestra resaltado en gris.
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599
23600
23601 \backslash
23602 renewenvironment{lyxgreyedout}
23603 \end_layout
23604
23605 \begin_layout Plain Layout
23606
23607 {
23608 \backslash
23609 textcolor{blue}
23610 \backslash
23611 bgroup}{
23612 \backslash
23613 egroup}
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \begin_inset Note Note
23620 status collapsed
23621
23622 \begin_layout Plain Layout
23623 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23624  original de LyX, ya que en el preámbulo de este documento se han redefinido
23625  estas notas para que salgan en azul, como se indica más adelante.
23626 \end_layout
23627
23628 \end_inset
23629
23630
23631 \begin_inset Newline newline
23632 \end_inset
23633
23634
23635 \begin_inset Newline newline
23636 \end_inset
23637
23638 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23639  está un poco sangrada, y por otra parte pueden tener notas al pie.
23640 \end_layout
23641
23642 \begin_layout Description
23643 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23644  Su recuadro se verá como este:
23645 \begin_inset Newline newline
23646 \end_inset
23647
23648
23649 \begin_inset Newline newline
23650 \end_inset
23651
23652
23653 \family roman
23654 \series medium
23655
23656 \begin_inset Graphics
23657         filename clipart/NotaEnmarcadaImg.png
23658         display false
23659
23660 \end_inset
23661
23662
23663 \family default
23664 \series default
23665  
23666 \family roman
23667 \series medium
23668
23669 \begin_inset Box Framed
23670 position "t"
23671 hor_pos "c"
23672 has_inner_box 0
23673 inner_pos "t"
23674 use_parbox 0
23675 width "100col%"
23676 special "none"
23677 height "1in"
23678 height_special "totalheight"
23679 status open
23680
23681 \begin_layout Plain Layout
23682
23683 \family roman
23684 Este texto en un cuadro de nota se verá enmarcado en la salida.
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \family default
23691 \series default
23692  
23693 \family roman
23694 \series medium
23695
23696 \family default
23697 \series default
23698 diferencia de los cuadros enmarcados
23699 \begin_inset Foot
23700 status collapsed
23701
23702 \begin_layout Plain Layout
23703 Los cuadros enmarcados se describen en la sección
23704 \begin_inset space ~
23705 \end_inset
23706
23707
23708 \begin_inset CommandInset ref
23709 LatexCommand ref
23710 reference "sec:Cuadros-Enmarcados"
23711
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \end_inset
23718
23719 , este marco emplea siempre la anchura total de página y la nota va en su
23720  propio párrafo.
23721 \end_layout
23722
23723 \begin_layout Description
23724 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23725  Su recuadro se verá como este:
23726 \begin_inset Newline newline
23727 \end_inset
23728
23729
23730 \begin_inset Newline newline
23731 \end_inset
23732
23733
23734 \family roman
23735 \series medium
23736
23737 \begin_inset Graphics
23738         filename clipart/NotaSombreadaImg.png
23739         display false
23740
23741 \end_inset
23742
23743  
23744 \begin_inset Box Shaded
23745 position "t"
23746 hor_pos "c"
23747 has_inner_box 0
23748 inner_pos "t"
23749 use_parbox 0
23750 width "100col%"
23751 special "none"
23752 height "1in"
23753 height_special "totalheight"
23754 status open
23755
23756 \begin_layout Plain Layout
23757
23758 \family roman
23759 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23760 \end_layout
23761
23762 \end_inset
23763
23764  A diferencia de los cuadros coloreados
23765 \family default
23766 \series default
23767
23768 \begin_inset Foot
23769 status collapsed
23770
23771 \begin_layout Plain Layout
23772 Los cuadros coloreados se describen en la sección
23773 \begin_inset space ~
23774 \end_inset
23775
23776
23777 \begin_inset CommandInset ref
23778 LatexCommand ref
23779 reference "sec:Cuadros-Coloreados"
23780
23781 \end_inset
23782
23783 .
23784 \end_layout
23785
23786 \end_inset
23787
23788 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23789  párrafo.
23790 \end_layout
23791
23792 \begin_layout Standard
23793 \begin_inset VSpace bigskip
23794 \end_inset
23795
23796 Si usas el botón de la barra de herramientas 
23797 \begin_inset Graphics
23798         filename ../../images/note-insert.png
23799         scale 85
23800
23801 \end_inset
23802
23803  para insertar notas, se inserta una 
23804 \family sans
23805 Nota
23806 \begin_inset space ~
23807 \end_inset
23808
23809 LyX
23810 \family default
23811 .
23812  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23813  recuadro.
23814  
23815 \family roman
23816 \series medium
23817 \bar no
23818 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23819  botón de herramienta 
23820 \family sans
23821 \series default
23822 \bar default
23823 Nota
23824 \family default
23825 .
23826  Para cambiar una nota a texto, pulsa la tecla 
23827 \family sans
23828 Retroceso
23829 \family default
23830  cuando el cursor está en la primera posición de una nota, o la tecla 
23831 \family sans
23832 Supr
23833 \family default
23834  cuando el cursor está en la última posición de la nota, respectivamente.
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset VSpace bigskip
23839 \end_inset
23840
23841 Se puede cambiar el color del 
23842 \family sans
23843 Resaltado en gris
23844 \family default
23845  poniendo en el preámbulo el comando:
23846 \end_layout
23847
23848 \begin_layout Standard
23849
23850 \series bold
23851
23852 \backslash
23853 renewenvironment{lyxgreyedout}
23854 \begin_inset Newline newline
23855 \end_inset
23856
23857
23858 \begin_inset ERT
23859 status collapsed
23860
23861 \begin_layout Plain Layout
23862
23863
23864 \backslash
23865 hphantom{ }
23866 \end_layout
23867
23868 \end_inset
23869
23870 {
23871 \backslash
23872 textcolor{color}
23873 \backslash
23874 bgroup}{
23875 \backslash
23876 egroup}
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Los colores disponibles y el método para definir nuestros propios colores
23881  se explica en la sección
23882 \begin_inset space ~
23883 \end_inset
23884
23885
23886 \begin_inset CommandInset ref
23887 LatexCommand ref
23888 reference "sec:Tablas-Coloreadas"
23889
23890 \end_inset
23891
23892 .
23893 \end_layout
23894
23895 \begin_layout Standard
23896 Las notas en azul en este documento se han hecho con notas del tipo 
23897 \family sans
23898 Resaltado en gris
23899 \family default
23900  pero definiendo el color del texto en azul.
23901 \end_layout
23902
23903 \begin_layout Standard
23904 \begin_inset VSpace bigskip
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Standard
23911 El estilo de texto en las notas de tipo 
23912 \family sans
23913 Enmarcado
23914 \family default
23915  y 
23916 \family sans
23917 Sombreado
23918 \family default
23919  se puede establecer en el diálogo 
23920 \family sans
23921 Estilo del texto.
23922 \end_layout
23923
23924 \begin_layout Standard
23925 El grosor predeterminado del marco en las notas 
23926 \family sans
23927 Enmarcadas
23928 \family default
23929  es 0.4
23930 \begin_inset space \thinspace{}
23931 \end_inset
23932
23933 pt; se puede cambiar con el comando 
23934 \backslash
23935
23936 \series bold
23937 FrameRule
23938 \series default
23939 .
23940  El espacio entre el contenido y el marco es 9
23941 \series bold
23942
23943 \begin_inset space \thinspace{}
23944 \end_inset
23945
23946
23947 \series default
23948 pt por defecto; se puede cambiar con 
23949 \series bold
23950
23951 \backslash
23952 FrameSep
23953 \series default
23954 .
23955  Por ejemplo, el marco de la siguiente nota 
23956 \family sans
23957 Enmarcada
23958 \family default
23959  está hecho con los comandos ERT
23960 \series bold
23961  
23962 \end_layout
23963
23964 \begin_layout Standard
23965
23966 \series bold
23967
23968 \backslash
23969 FrameRule 5pt 
23970 \backslash
23971 FrameSep 0.5cm
23972 \end_layout
23973
23974 \begin_layout Standard
23975 \begin_inset ERT
23976 status collapsed
23977
23978 \begin_layout Plain Layout
23979
23980
23981 \backslash
23982 FrameRule 5pt 
23983 \backslash
23984 FrameSep 0.5cm
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \begin_inset Box Framed
23991 position "t"
23992 hor_pos "c"
23993 has_inner_box 0
23994 inner_pos "t"
23995 use_parbox 0
23996 width "100col%"
23997 special "none"
23998 height "1in"
23999 height_special "totalheight"
24000 status open
24001
24002 \begin_layout Plain Layout
24003 Texto en una nota 
24004 \family sans
24005 Enmarcada
24006 \family default
24007 .
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \begin_inset ERT
24014 status collapsed
24015
24016 \begin_layout Plain Layout
24017
24018
24019 \backslash
24020 FrameRule 0.4pt 
24021 \backslash
24022 FrameSep 9pt
24023 \end_layout
24024
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \begin_layout Standard
24031 \begin_inset VSpace bigskip
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \begin_layout Standard
24038 Para las notas 
24039 \family sans
24040 Sombreadas
24041 \family default
24042  el espacio entre el contenido y el borde es 3
24043 \begin_inset space \thinspace{}
24044 \end_inset
24045
24046 pt por defecto; se puede cambiar con 
24047 \series bold
24048
24049 \backslash
24050 fboxsep
24051 \series default
24052 .
24053 \begin_inset Newline newline
24054 \end_inset
24055
24056 El color rojo predeterminado se puede cambiar con el comando 
24057 \series bold
24058
24059 \backslash
24060 def\SpecialChar \textcompwordmark{}
24061 inecolor{shadebox}
24062 \series default
24063 .
24064  El esquema del comando 
24065 \series bold
24066
24067 \backslash
24068 def\SpecialChar \textcompwordmark{}
24069 inecolor
24070 \series default
24071  se explica en la sección
24072 \begin_inset space ~
24073 \end_inset
24074
24075
24076 \begin_inset CommandInset ref
24077 LatexCommand ref
24078 reference "sec:Tablas-Coloreadas"
24079
24080 \end_inset
24081
24082
24083 \begin_inset Foot
24084 status collapsed
24085
24086 \begin_layout Plain Layout
24087 Observa que 
24088 \series bold
24089
24090 \backslash
24091 def\SpecialChar \textcompwordmark{}
24092 inecolor 
24093 \series default
24094 requiere el paquete LaTeX 
24095 \series bold
24096 color
24097 \series default
24098  en el preámbulo,  véase la sección
24099 \series bold
24100
24101 \begin_inset space ~
24102 \end_inset
24103
24104
24105 \begin_inset CommandInset ref
24106 LatexCommand ref
24107 reference "sec:Cuadros-Coloreados"
24108
24109 \end_inset
24110
24111
24112 \series default
24113 .
24114
24115 \series bold
24116  
24117 \end_layout
24118
24119 \end_inset
24120
24121 .
24122 \end_layout
24123
24124 \begin_layout Standard
24125 Por ejemplo, la siguiente nota 
24126 \family sans
24127 Sombreada
24128 \family default
24129  se ha hecho con los comandos ERT
24130 \end_layout
24131
24132 \begin_layout Standard
24133
24134 \series bold
24135
24136 \backslash
24137 fboxsep 0.5cm
24138 \begin_inset Newline newline
24139 \end_inset
24140
24141
24142 \backslash
24143 def\SpecialChar \textcompwordmark{}
24144 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24145 \end_layout
24146
24147 \begin_layout Standard
24148 \begin_inset ERT
24149 status collapsed
24150
24151 \begin_layout Plain Layout
24152
24153
24154 \backslash
24155 fboxsep 0.5cm
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \begin_inset ERT
24162 status collapsed
24163
24164 \begin_layout Plain Layout
24165
24166
24167 \backslash
24168 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \begin_inset Box Shaded
24175 position "t"
24176 hor_pos "c"
24177 has_inner_box 0
24178 inner_pos "t"
24179 use_parbox 0
24180 width "100col%"
24181 special "none"
24182 height "1in"
24183 height_special "totalheight"
24184 status open
24185
24186 \begin_layout Plain Layout
24187
24188 \color yellow
24189 Texto amarillo en una nota 
24190 \family sans
24191 Sombreada
24192 \family default
24193  
24194 \begin_inset space ~
24195 \end_inset
24196
24197 con fondo verde oscuro.
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \begin_inset ERT
24204 status collapsed
24205
24206 \begin_layout Plain Layout
24207
24208
24209 \backslash
24210 fboxsep 3pt
24211 \end_layout
24212
24213 \end_inset
24214
24215
24216 \begin_inset ERT
24217 status collapsed
24218
24219 \begin_layout Plain Layout
24220
24221
24222 \backslash
24223 definecolor{shadecolor}{rgb}{1,0,0}
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \begin_layout Section
24232 Notas al pie
24233 \begin_inset CommandInset label
24234 LatexCommand label
24235 name "sec:Notas-al-pie"
24236
24237 \end_inset
24238
24239
24240 \begin_inset Index
24241 status collapsed
24242
24243 \begin_layout Plain Layout
24244 Notas ! al pie
24245 \end_layout
24246
24247 \end_inset
24248
24249
24250 \begin_inset Index
24251 status collapsed
24252
24253 \begin_layout Plain Layout
24254 Notas al pie
24255 \end_layout
24256
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \begin_layout Standard
24263 Las notas al pie se insertan con el botón 
24264 \begin_inset Graphics
24265         filename ../../images/footnote-insert.png
24266         scale 85
24267
24268 \end_inset
24269
24270  o el menú 
24271 \family sans
24272 Insertar\SpecialChar \menuseparator
24273 Nota
24274 \begin_inset space ~
24275 \end_inset
24276
24277 al
24278 \begin_inset space ~
24279 \end_inset
24280
24281 pie
24282 \family default
24283 .
24284  
24285 \family roman
24286 \series medium
24287 \bar no
24288 Aparece un recuadro como este:
24289 \family default
24290 \series default
24291 \bar default
24292  
24293 \begin_inset Graphics
24294         filename clipart/notapieQt4.png
24295         scale 80
24296
24297 \end_inset
24298
24299  
24300 \family roman
24301 \series medium
24302 \bar no
24303 donde puedes introducir el texto.
24304  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24305  sobre el
24306 \family default
24307 \series default
24308 \bar default
24309  
24310 \family roman
24311 \series medium
24312 \bar no
24313 botón
24314 \family default
24315 \series default
24316 \bar default
24317 .
24318  Para cambiar una nota al pie a texto, pulsa la tecla 
24319 \family sans
24320 Retroceso
24321 \family default
24322  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24323  
24324 \family sans
24325 Supr
24326 \family default
24327  cuando el cursor está en la última posición de la nota, respectivamente.
24328 \end_layout
24329
24330 \begin_layout Standard
24331 Aquí hay un ejemplo de nota al pie:
24332 \family roman
24333 \series medium
24334 \bar no
24335
24336 \begin_inset Foot
24337 status open
24338
24339 \begin_layout Plain Layout
24340 \begin_inset CommandInset label
24341 LatexCommand label
24342 name "pie:Esto-es-una"
24343
24344 \end_inset
24345
24346 Ejemplo de nota al pie.
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \family default
24353 \series default
24354 \bar default
24355
24356 \begin_inset ERT
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360
24361
24362 \backslash
24363 newcounter{MyRepeatFoot}
24364 \end_layout
24365
24366 \begin_layout Plain Layout
24367
24368
24369 \backslash
24370 setcounter{MyRepeatFoot}{
24371 \backslash
24372 thefootnote}
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381 En la salida, el pie se muestra como número exponente en el lugar del texto
24382  donde se coloca el recuadro.
24383  El texto se coloca al final de la página actual.
24384  Los números de las notas son calculados por LaTeX, y son consecutivos.
24385  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24386 \end_layout
24387
24388 \begin_layout Standard
24389 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24390  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24391  se describe en la sección
24392 \begin_inset space ~
24393 \end_inset
24394
24395
24396 \begin_inset CommandInset ref
24397 LatexCommand ref
24398 reference "sec:Referencias-a-Flotantes"
24399
24400 \end_inset
24401
24402 .
24403 \begin_inset Newline newline
24404 \end_inset
24405
24406 Esto es una referencia cruzada a la Nota al pie
24407 \begin_inset space ~
24408 \end_inset
24409
24410
24411 \begin_inset CommandInset ref
24412 LatexCommand ref
24413 reference "pie:Esto-es-una"
24414
24415 \end_inset
24416
24417 .
24418 \begin_inset Newline newline
24419 \end_inset
24420
24421
24422 \begin_inset Note Greyedout
24423 status open
24424
24425 \begin_layout Plain Layout
24426
24427 \series bold
24428 Nota:
24429 \series default
24430  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24431  de insertar un prefijo, p.
24432 \begin_inset space \thinspace{}
24433 \end_inset
24434
24435 e.
24436 \begin_inset space ~
24437 \end_inset
24438
24439
24440 \family sans
24441
24442 \begin_inset Quotes eld
24443 \end_inset
24444
24445 pie:
24446 \family default
24447
24448 \begin_inset Quotes erd
24449 \end_inset
24450
24451  manualmente cuando quieras usar el estilo 
24452 \family sans
24453 Referencia
24454 \begin_inset space ~
24455 \end_inset
24456
24457 con
24458 \begin_inset space ~
24459 \end_inset
24460
24461 formato
24462 \family default
24463 .
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \begin_layout Standard
24472 \begin_inset VSpace defskip
24473 \end_inset
24474
24475 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24476 \begin_inset space ~
24477 \end_inset
24478
24479
24480 \begin_inset CommandInset ref
24481 LatexCommand ref
24482 reference "sec:Minipáginas"
24483
24484 \end_inset
24485
24486 .
24487  Los pies en tablas largas en la sección
24488 \begin_inset space ~
24489 \end_inset
24490
24491
24492 \begin_inset CommandInset ref
24493 LatexCommand ref
24494 reference "sub:Notas-al-pie-en-Tablas-Largas"
24495
24496 \end_inset
24497
24498 .
24499 \end_layout
24500
24501 \begin_layout Standard
24502 \begin_inset VSpace defskip
24503 \end_inset
24504
24505 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24506 \series bold
24507
24508 \backslash
24509 footnotemark[número]
24510 \series default
24511  en ERT.
24512  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24513  no quieres imprimir el pie cada vez.
24514 \begin_inset Newline newline
24515 \end_inset
24516
24517 Como no sabes el número del pie que se repite mientras escribes el texto,
24518  tienes que guardarlo.
24519  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24520  en ERT detrás de Nota
24521 \begin_inset space ~
24522 \end_inset
24523
24524 al
24525 \begin_inset space ~
24526 \end_inset
24527
24528 pie
24529 \begin_inset space ~
24530 \end_inset
24531
24532
24533 \begin_inset CommandInset ref
24534 LatexCommand ref
24535 reference "pie:Esto-es-una"
24536
24537 \end_inset
24538
24539  para guardar el número de pie:
24540 \end_layout
24541
24542 \begin_layout Standard
24543
24544 \series bold
24545
24546 \backslash
24547 newcounter{MyRepeatFoot}
24548 \begin_inset Newline newline
24549 \end_inset
24550
24551
24552 \backslash
24553 setcounter{MyRepeatFoot}{
24554 \backslash
24555 thefootnote}
24556 \end_layout
24557
24558 \begin_layout Standard
24559 La marca de pie se crea entonces con el comando:
24560 \end_layout
24561
24562 \begin_layout Standard
24563
24564 \series bold
24565
24566 \backslash
24567 footnotemark[
24568 \backslash
24569 theMyRepeatFoot]
24570 \end_layout
24571
24572 \begin_layout Standard
24573 Aquí hay un ejemplo de marca de pie:
24574 \family roman
24575 \series medium
24576 \bar no
24577
24578 \begin_inset ERT
24579 status collapsed
24580
24581 \begin_layout Plain Layout
24582
24583
24584 \backslash
24585 footnotemark[
24586 \backslash
24587 theMyRepeatFoot]
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Subsection
24596 Numeración de notas al pie
24597 \begin_inset CommandInset label
24598 LatexCommand label
24599 name "sub:Numeración-de-Notas-al-Pie"
24600
24601 \end_inset
24602
24603
24604 \begin_inset Index
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608 Notas al pie ! Numeración
24609 \end_layout
24610
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Para reiniciar el número de pie a 1 en cada sección añade este 
24618 \family roman
24619 comando en el preámbulo:
24620 \end_layout
24621
24622 \begin_layout Standard
24623
24624 \series bold
24625
24626 \backslash
24627 @addtoreset{footnote}{section}
24628 \end_layout
24629
24630 \begin_layout Standard
24631 \begin_inset VSpace bigskip
24632 \end_inset
24633
24634 El siguiente comando en el preámbulo cambia el estilo de numeración del
24635  pie a números romanos en minúsculas:
24636 \end_layout
24637
24638 \begin_layout Standard
24639
24640 \series bold
24641
24642 \backslash
24643 renewcommand{
24644 \backslash
24645 thefootnote}{
24646 \backslash
24647 roman{footnote}}
24648 \end_layout
24649
24650 \begin_layout Standard
24651 \begin_inset ERT
24652 status collapsed
24653
24654 \begin_layout Plain Layout
24655
24656
24657 \backslash
24658 renewcommand{
24659 \backslash
24660 thefootnote}{
24661 \backslash
24662 roman{footnote}}
24663 \end_layout
24664
24665 \end_inset
24666
24667  Nota al pie en números romanos:
24668 \begin_inset Foot
24669 status open
24670
24671 \begin_layout Plain Layout
24672 Ejemplo de nota al pie en números romanos.
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \begin_inset ERT
24679 status collapsed
24680
24681 \begin_layout Plain Layout
24682
24683
24684 \backslash
24685 renewcommand{
24686 \backslash
24687 thefootnote}{
24688 \backslash
24689 arabic{footnote}}
24690 \end_layout
24691
24692 \end_inset
24693
24694
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24699  
24700 \series bold
24701
24702 \backslash
24703 roman
24704 \series default
24705  por 
24706 \series bold
24707
24708 \backslash
24709 Roman
24710 \series default
24711 .
24712  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24713 \series bold
24714
24715 \backslash
24716 Alph
24717 \series default
24718  o 
24719 \series bold
24720
24721 \backslash
24722 alph
24723 \series default
24724 , respectivamente.
24725  Para ordenar las notas al pie con símbolos usa 
24726 \series bold
24727
24728 \backslash
24729 fnsymbol
24730 \series default
24731 .
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \begin_inset Note Greyedout
24736 status open
24737
24738 \begin_layout Plain Layout
24739
24740 \series bold
24741 Nota:
24742 \series default
24743  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24744  simples.
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \begin_inset Newline newline
24751 \end_inset
24752
24753
24754 \begin_inset Note Greyedout
24755 status open
24756
24757 \begin_layout Plain Layout
24758
24759 \series bold
24760 Nota:
24761 \series default
24762  sólo puedes ordenar hasta 9 pies con símbolos.
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 Para volver al estilo de numeración predeterminado cuando has cambiado a
24772  otro estilo, usa 
24773 \series bold
24774
24775 \backslash
24776 arabic
24777 \series default
24778  en vez de 
24779 \series bold
24780
24781 \backslash
24782 roman
24783 \series default
24784  en el comando anterior.
24785 \begin_inset ERT
24786 status collapsed
24787
24788 \begin_layout Plain Layout
24789
24790
24791 \backslash
24792 renewcommand{
24793 \backslash
24794 thefootnote}{
24795 \backslash
24796 arabic{footnote}}
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset VSpace bigskip
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \begin_layout Standard
24812 Si quieres numerar notas al pie en el esquema 
24813 \begin_inset Quotes eld
24814 \end_inset
24815
24816 capítulo.nota
24817 \begin_inset Quotes erd
24818 \end_inset
24819
24820 , añade el siguiente comando al preámbulo del documento:
24821 \end_layout
24822
24823 \begin_layout Standard
24824
24825 \series bold
24826
24827 \backslash
24828 numberwithin{footnote}{chapter}
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Para poder usar el comando 
24833 \series bold
24834
24835 \backslash
24836 numberwithin
24837 \series default
24838 , marca la opción 
24839 \family sans
24840 Usar
24841 \family default
24842
24843 \begin_inset space ~
24844 \end_inset
24845
24846
24847 \family sans
24848 el
24849 \family default
24850
24851 \begin_inset space ~
24852 \end_inset
24853
24854
24855 \family sans
24856 paquete
24857 \family default
24858
24859 \begin_inset space ~
24860 \end_inset
24861
24862
24863 \family sans
24864 AMS
24865 \family default
24866  en la solapa 
24867 \family sans
24868 Ecuaciones
24869 \family default
24870  de la configuración del documento.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset ERT
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878
24879
24880 \backslash
24881 numberwithin{footnote}{chapter}
24882 \end_layout
24883
24884 \end_inset
24885
24886 Esto es otro ejemplo de nota al pie:
24887 \series bold
24888
24889 \begin_inset Foot
24890 status open
24891
24892 \begin_layout Plain Layout
24893 Nota al pie numerada en el esquema 
24894 \begin_inset Quotes eld
24895 \end_inset
24896
24897 capítulo.nota
24898 \begin_inset Quotes erd
24899 \end_inset
24900
24901 .
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \series default
24908
24909 \begin_inset ERT
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913
24914
24915 \backslash
24916 renewcommand{
24917 \backslash
24918 thefootnote}{
24919 \backslash
24920 arabic{footnote}}
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \begin_inset Note Greyedout
24930 status open
24931
24932 \begin_layout Plain Layout
24933
24934 \series bold
24935 Nota: 
24936 \backslash
24937 numberwithin 
24938 \series default
24939 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24940  previas para obtener números no arábigos se sobreescriben.
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Así, para obtener por ejemplo el esquema 
24950 \begin_inset Quotes eld
24951 \end_inset
24952
24953 capítulo.
24954 \backslash
24955 Roman{footnote}
24956 \begin_inset Quotes erd
24957 \end_inset
24958
24959 , usa este comando en vez de 
24960 \series bold
24961
24962 \backslash
24963 numberwithin
24964 \series default
24965 :
24966 \end_layout
24967
24968 \begin_layout Standard
24969
24970 \series bold
24971
24972 \backslash
24973 renewcommand{
24974 \backslash
24975 thefootnote}{
24976 \backslash
24977 thechapter.
24978 \backslash
24979 Roman{footnote}}
24980 \end_layout
24981
24982 \begin_layout Subsection
24983 Colocación de notas al pie
24984 \begin_inset Index
24985 status collapsed
24986
24987 \begin_layout Plain Layout
24988 Notas al pie ! Colocación
24989 \end_layout
24990
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \begin_layout Standard
24997 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24998  entre ellas al final de la página.
24999  Para hacerlas más legibles puedes añadir p.
25000 \begin_inset space \thinspace{}
25001 \end_inset
25002
25003 e.
25004 \begin_inset space ~
25005 \end_inset
25006
25007 1.5
25008 \begin_inset space \thinspace{}
25009 \end_inset
25010
25011 mm con el comando siguiente en el preámbulo:
25012 \end_layout
25013
25014 \begin_layout Standard
25015
25016 \series bold
25017
25018 \backslash
25019 let
25020 \backslash
25021 myFoot
25022 \backslash
25023 footnote
25024 \begin_inset Newline newline
25025 \end_inset
25026
25027
25028 \backslash
25029 renewcommand{
25030 \backslash
25031 footnote}[1]{
25032 \backslash
25033 myFoot{#1
25034 \backslash
25035 vspace{1.5mm}}}
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \begin_inset VSpace bigskip
25040 \end_inset
25041
25042 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25043  ver la figura
25044 \begin_inset space ~
25045 \end_inset
25046
25047
25048 \begin_inset CommandInset ref
25049 LatexCommand ref
25050 reference "fig:Colocación-standard-del-pie"
25051
25052 \end_inset
25053
25054 .
25055  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25056  en la figura
25057 \begin_inset space ~
25058 \end_inset
25059
25060
25061 \begin_inset CommandInset ref
25062 LatexCommand ref
25063 reference "fig:Colocación-del-pie-en"
25064
25065 \end_inset
25066
25067 , usa el paquete LaTeX 
25068 \series bold
25069 ftnright
25070 \series default
25071
25072 \begin_inset Index
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076 LaTeX-paquetes ! ftnright
25077 \end_layout
25078
25079 \end_inset
25080
25081  con este comando en el preámbulo:
25082 \end_layout
25083
25084 \begin_layout Standard
25085
25086 \series bold
25087
25088 \backslash
25089 usepackage{ftnright}
25090 \end_layout
25091
25092 \begin_layout Standard
25093 \begin_inset Float figure
25094 placement !h
25095 wide false
25096 sideways false
25097 status open
25098
25099 \begin_layout Plain Layout
25100 \begin_inset ERT
25101 status collapsed
25102
25103 \begin_layout Plain Layout
25104
25105
25106 \backslash
25107 framebox{
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \begin_inset Graphics
25114         filename ../clipart/without_fntright.pdf
25115         width 100col%
25116
25117 \end_inset
25118
25119
25120 \begin_inset ERT
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124
25125 }
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Plain Layout
25134 \begin_inset Caption
25135
25136 \begin_layout Plain Layout
25137 \begin_inset CommandInset label
25138 LatexCommand label
25139 name "fig:Colocación-standard-del-pie"
25140
25141 \end_inset
25142
25143 Colocación estándar de notas al pie en documentos a dos columnas.
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \begin_layout Standard
25157 \begin_inset Float figure
25158 placement !h
25159 wide false
25160 sideways false
25161 status open
25162
25163 \begin_layout Plain Layout
25164 \begin_inset ERT
25165 status collapsed
25166
25167 \begin_layout Plain Layout
25168
25169
25170 \backslash
25171 framebox{
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \begin_inset Graphics
25178         filename ../clipart/with_fntright.pdf
25179         width 100col%
25180
25181 \end_inset
25182
25183
25184 \begin_inset ERT
25185 status collapsed
25186
25187 \begin_layout Plain Layout
25188
25189 }
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Plain Layout
25198 \begin_inset Caption
25199
25200 \begin_layout Plain Layout
25201 \begin_inset CommandInset label
25202 LatexCommand label
25203 name "fig:Colocación-del-pie-en"
25204
25205 \end_inset
25206
25207 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25208  el paquete LaTeX 
25209 \series bold
25210 ftnright
25211 \series default
25212 .
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Standard
25226 \begin_inset VSpace bigskip
25227 \end_inset
25228
25229 En alguna literatura científica es habitual reunir las notas para imprimirlas
25230  en un párrafo separado al final de la sección, como en la figura
25231 \begin_inset space ~
25232 \end_inset
25233
25234
25235 \begin_inset CommandInset ref
25236 LatexCommand ref
25237 reference "fig:Notas-al-final----notas-al-pie"
25238
25239 \end_inset
25240
25241 .
25242  Para usar notas finales
25243 \begin_inset Index
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247 Notas finales
25248 \end_layout
25249
25250 \end_inset
25251
25252  en vez de notas al pie, carga el paquete LaTeX 
25253 \series bold
25254 endnotes
25255 \series default
25256
25257 \begin_inset Index
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261 LaTeX-paquetes ! endnotes
25262 \end_layout
25263
25264 \end_inset
25265
25266  con las siguientes líneas en el preámbulo de tu documento:
25267 \end_layout
25268
25269 \begin_layout Standard
25270
25271 \series bold
25272
25273 \backslash
25274 usepackage{endnotes}
25275 \begin_inset Newline newline
25276 \end_inset
25277
25278
25279 \backslash
25280 let
25281 \backslash
25282 footnote
25283 \backslash
25284 endnote
25285 \end_layout
25286
25287 \begin_layout Standard
25288 Para insertar la colección de notas, escribe el comando
25289 \end_layout
25290
25291 \begin_layout Standard
25292
25293 \series bold
25294
25295 \backslash
25296 theendnotes
25297 \end_layout
25298
25299 \begin_layout Standard
25300 en ERT al final de una sección o capítulo.
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset Float figure
25305 wide false
25306 sideways false
25307 status open
25308
25309 \begin_layout Plain Layout
25310 \align center
25311 \begin_inset ERT
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315
25316
25317 \backslash
25318 framebox{
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \begin_inset Graphics
25325         filename ../clipart/endnotes.pdf
25326
25327 \end_inset
25328
25329
25330 \begin_inset ERT
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334
25335 }
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Plain Layout
25344 \begin_inset Caption
25345
25346 \begin_layout Plain Layout
25347 \begin_inset CommandInset label
25348 LatexCommand label
25349 name "fig:Notas-al-final----notas-al-pie"
25350
25351 \end_inset
25352
25353 Notas al final: notas impresas en párrafo separado al final de la sección
25354  o del capítulo.
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \begin_layout Standard
25368 \begin_inset VSpace medskip
25369 \end_inset
25370
25371 La cabecera de párrafo para las notas finales no se traduce automáticamente
25372  al lenguaje del documento, hay que hacerlo manualmente.
25373   El siguiente comando de preámbulo traduce el nombre en inglés 
25374 \begin_inset Quotes eld
25375 \end_inset
25376
25377 Notes
25378 \begin_inset Quotes erd
25379 \end_inset
25380
25381  al español 
25382 \begin_inset Quotes eld
25383 \end_inset
25384
25385 Notas
25386 \begin_inset Quotes erd
25387 \end_inset
25388
25389 :
25390 \end_layout
25391
25392 \begin_layout Standard
25393
25394 \series bold
25395
25396 \backslash
25397 renewcommand{
25398 \backslash
25399 notesname}{Notas}
25400 \end_layout
25401
25402 \begin_layout Standard
25403 \begin_inset VSpace medskip
25404 \end_inset
25405
25406 La numeración de notas finales puede cambiarse como la de las notas al pie,
25407  como se describe en la sección
25408 \begin_inset space ~
25409 \end_inset
25410
25411
25412 \begin_inset CommandInset ref
25413 LatexCommand ref
25414 reference "sub:Numeración-de-Notas-al-Pie"
25415
25416 \end_inset
25417
25418 ; sólo hay que reemplazar el comando 
25419 \series bold
25420
25421 \backslash
25422 thefootnote
25423 \series default
25424  por 
25425 \series bold
25426
25427 \backslash
25428 theendnote
25429 \series default
25430 .
25431  Para restablecer la numeración usa el comando 
25432 \series bold
25433
25434 \backslash
25435 @addtoreset
25436 \series default
25437  como se describe en la sección
25438 \begin_inset space ~
25439 \end_inset
25440
25441
25442 \begin_inset CommandInset ref
25443 LatexCommand ref
25444 reference "sub:Numeración-de-Notas-al-Pie"
25445
25446 \end_inset
25447
25448  y sustituye el parámetro de comando 
25449 \series bold
25450 footnote
25451 \series default
25452  por 
25453 \series bold
25454 endnote
25455 \series default
25456 .
25457 \end_layout
25458
25459 \begin_layout Standard
25460 Para crear sólo una marca para una nota final, usa el comando 
25461 \series bold
25462
25463 \backslash
25464 endnotemark[número]
25465 \series default
25466  similar al comando 
25467 \series bold
25468
25469 \backslash
25470 footnotemark
25471 \series default
25472 , descrito en la sección
25473 \begin_inset space ~
25474 \end_inset
25475
25476
25477 \begin_inset CommandInset ref
25478 LatexCommand ref
25479 reference "sec:Notas-al-pie"
25480
25481 \end_inset
25482
25483 .
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \begin_inset VSpace bigskip
25488 \end_inset
25489
25490 Las notas al pie también pueden colocarse al margen de la página y la alineación
25491  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25492 \series bold
25493 footmisc
25494 \series default
25495
25496 \begin_inset Index
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 LaTeX-paquetes ! footmisc
25501 \end_layout
25502
25503 \end_inset
25504
25505  
25506 \begin_inset CommandInset citation
25507 LatexCommand cite
25508 key "footmisc"
25509
25510 \end_inset
25511
25512  para más información.
25513 \end_layout
25514
25515 \begin_layout Standard
25516 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25517  
25518 \begin_inset CommandInset citation
25519 LatexCommand cite
25520 key "latexcompanion,latexguide,latexbook"
25521
25522 \end_inset
25523
25524 .
25525 \end_layout
25526
25527 \begin_layout Section
25528 Notas al margen
25529 \begin_inset Index
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533 Notas ! al margen
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \begin_layout Standard
25542 Las notas al margen se ven y se comportan en LyX como notas al pie.
25543  Se insertan con el menú 
25544 \family sans
25545 Insertar\SpecialChar \menuseparator
25546 Nota
25547 \begin_inset space ~
25548 \end_inset
25549
25550 al
25551 \begin_inset space ~
25552 \end_inset
25553
25554 margen
25555 \family default
25556  o con el botón 
25557 \begin_inset Graphics
25558         filename ../../images/marginalnote-insert.png
25559         scale 85
25560
25561 \end_inset
25562
25563 .
25564  Aparece un cuadro gris con la etiqueta 
25565 \family roman
25566 \series medium
25567
25568 \begin_inset Quotes eld
25569 \end_inset
25570
25571 margen
25572 \begin_inset Quotes erd
25573 \end_inset
25574
25575  en color rojo y un marco en el que puedes escribir el texto de la nota.
25576 \end_layout
25577
25578 \begin_layout Standard
25579 Al lado hay un ejemplo de nota al margen.
25580
25581 \family roman
25582 \series medium
25583  
25584 \begin_inset Marginal
25585 status open
25586
25587 \begin_layout Plain Layout
25588 Esto es una nota al margen.
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \begin_layout Standard
25597 Estas notas salen en el margen derecho en documentos a una cara.
25598  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25599  en páginas pares, derecho en páginas impares---.
25600  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25601  a la derecha si la nota aparece en el margen izquierdo---.
25602  La primera línea de la nota se sitúa en la posición de la línea del texto
25603  en la que se inserta en el documento.
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \begin_inset VSpace bigskip
25608 \end_inset
25609
25610 Para colocar la nota en el margen interno añade el comando
25611 \end_layout
25612
25613 \begin_layout Standard
25614
25615 \series bold
25616
25617 \backslash
25618 reversemarginpar
25619 \end_layout
25620
25621 \begin_layout Standard
25622 en ERT antes de la nota.
25623  La nueva colocación es válida para todas las siguientes notas al margen.
25624  
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630
25631 \backslash
25632 reversemarginpar 
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \begin_inset Marginal
25639 status open
25640
25641 \begin_layout Plain Layout
25642 Esto es una nota en el margen interno.
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \series bold
25649
25650 \begin_inset Newline newline
25651 \end_inset
25652
25653
25654 \series default
25655
25656 \begin_inset Note Greyedout
25657 status open
25658
25659 \begin_layout Plain Layout
25660
25661 \series bold
25662 Nota:
25663 \series default
25664  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25665  no se mostrará correctamente en la salida.
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 Para volver a la ubicación predeterminada inserta en ERT el comando
25675 \begin_inset ERT
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679
25680
25681 \backslash
25682 normalmarginpar 
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \begin_layout Standard
25691
25692 \series bold
25693
25694 \backslash
25695 normalmarginpar
25696 \end_layout
25697
25698 \begin_layout Standard
25699 \begin_inset Note Greyedout
25700 status open
25701
25702 \begin_layout Plain Layout
25703
25704 \series bold
25705 Nota:
25706 \series default
25707  El comando se ignora si en el mismo párrafo está también presente el comando
25708  
25709 \series bold
25710
25711 \backslash
25712 reversemarginpar
25713 \series default
25714 .
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723 \begin_inset VSpace bigskip
25724 \end_inset
25725
25726
25727 \family roman
25728 \series medium
25729
25730 \begin_inset Marginal
25731 status open
25732
25733 \begin_layout Plain Layout
25734 PalabraMuyLargaAlMargen no partida con guión.
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \family default
25741 \series default
25742  Como en el caso descrito en la sección
25743 \begin_inset space ~
25744 \end_inset
25745
25746
25747 \begin_inset CommandInset ref
25748 LatexCommand ref
25749 reference "sub:Líneas-Múltiples-en"
25750
25751 \end_inset
25752
25753 , una palabra larga no puede partirse con guión cuando es la primera en
25754  la nota al margen.
25755  Para evitar esto, inserta el comando
25756 \end_layout
25757
25758 \begin_layout Standard
25759
25760 \series bold
25761
25762 \backslash
25763 hspace{0pt}
25764 \end_layout
25765
25766 \begin_layout Standard
25767 en ERT antes de la palabra
25768 \family roman
25769 \series medium
25770 .
25771  
25772 \begin_inset Marginal
25773 status open
25774
25775 \begin_layout Plain Layout
25776 \begin_inset ERT
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780
25781
25782 \backslash
25783 hspace{0pt}
25784 \end_layout
25785
25786 \end_inset
25787
25788 PalabraMuyLargaAlMargen partida con guión.
25789 \end_layout
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset VSpace bigskip
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 \begin_inset Note Greyedout
25805 status open
25806
25807 \begin_layout Plain Layout
25808
25809 \series bold
25810 Nota:
25811 \series default
25812  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25813  notas al pie.
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \begin_layout Standard
25822 \begin_inset VSpace bigskip
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset ERT
25830 status collapsed
25831
25832 \begin_layout Plain Layout
25833
25834
25835 \backslash
25836 ifmarginnote
25837 \end_layout
25838
25839 \end_inset
25840
25841
25842 \begin_inset Note Note
25843 status open
25844
25845 \begin_layout Plain Layout
25846 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25847  LaTeX 
25848 \series bold
25849 marginnote
25850 \series default
25851 .
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Standard
25860 Esta restricción se puede salvar con el paquete LaTeX 
25861 \series bold
25862 marginnote
25863 \series default
25864
25865 \begin_inset Index
25866 status collapsed
25867
25868 \begin_layout Plain Layout
25869 LaTeX-paquetes ! marginnote
25870 \end_layout
25871
25872 \end_inset
25873
25874 .
25875  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25876  notas al margen es redefinido para usar el comando provisto por el paquete
25877  
25878 \series bold
25879 marginnote
25880 \series default
25881 :
25882 \end_layout
25883
25884 \begin_layout Standard
25885
25886 \series bold
25887
25888 \backslash
25889 usepackage{marginnote}
25890 \begin_inset Newline newline
25891 \end_inset
25892
25893
25894 \backslash
25895 let
25896 \backslash
25897 marginpar
25898 \backslash
25899 marginnote
25900 \end_layout
25901
25902 \begin_layout Standard
25903 Esto se ha utilizado en el presente documento porque 
25904 \series bold
25905 marginnote
25906 \series default
25907  tiene una característica adicional útil: Puedes imponer un offset vertical
25908  a la nota.
25909  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25910  diseño de la página.
25911  El offset se determina en LyX como ERT directamente tras la nota al margen
25912  en el esquema
25913 \end_layout
25914
25915 \begin_layout Standard
25916
25917 \series bold
25918 [offset]
25919 \end_layout
25920
25921 \begin_layout Standard
25922 donde offset es una longitud en una de las unidades de la tabla
25923 \begin_inset space ~
25924 \end_inset
25925
25926
25927 \begin_inset CommandInset ref
25928 LatexCommand ref
25929 reference "tab:Unidades"
25930
25931 \end_inset
25932
25933 .
25934  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25935  abajo.
25936  
25937 \family roman
25938 \series medium
25939 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25940 \begin_inset space \thinspace{}
25941 \end_inset
25942
25943 cm arriba con el comando ERT 
25944 \begin_inset Quotes eld
25945 \end_inset
25946
25947
25948 \family default
25949 \series bold
25950 [-1.5cm]
25951 \family roman
25952 \series medium
25953
25954 \begin_inset Quotes erd
25955 \end_inset
25956
25957
25958 \begin_inset Marginal
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962 Esta nota está 1.5
25963 \begin_inset space \thinspace{}
25964 \end_inset
25965
25966 cm por encima de su posición original.
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \family default
25973 \series default
25974
25975 \begin_inset ERT
25976 status collapsed
25977
25978 \begin_layout Plain Layout
25979
25980 [-1.5cm]
25981 \end_layout
25982
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \begin_layout Standard
25989 \begin_inset VSpace medskip
25990 \end_inset
25991
25992 Con 
25993 \series bold
25994 marginnote
25995 \series default
25996  también puedes cambiar la alineación del texto en el margen.
25997  Por ejemplo los comandos
25998 \end_layout
25999
26000 \begin_layout Standard
26001
26002 \series bold
26003
26004 \backslash
26005 renewcommand*{
26006 \backslash
26007 raggedleftmarginnote}{
26008 \backslash
26009 centering}
26010 \begin_inset Newline newline
26011 \end_inset
26012
26013
26014 \backslash
26015 renewcommand*{
26016 \backslash
26017 raggedrightmarginnote}{
26018 \backslash
26019 centering}
26020 \end_layout
26021
26022 \begin_layout Standard
26023 producen alineación centrada.
26024  
26025 \series bold
26026
26027 \backslash
26028 raggedleftmarginnote
26029 \series default
26030  identifica las notas que aparecen al lado izquierdo.
26031 \family roman
26032 \series medium
26033
26034 \begin_inset ERT
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038
26039
26040 \backslash
26041 renewcommand*{
26042 \backslash
26043 raggedleftmarginnote}{
26044 \backslash
26045 centering}
26046 \end_layout
26047
26048 \begin_layout Plain Layout
26049
26050
26051 \backslash
26052 renewcommand*{
26053 \backslash
26054 raggedrightmarginnote}{
26055 \backslash
26056 centering}
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \begin_inset Marginal
26063 status open
26064
26065 \begin_layout Plain Layout
26066 El texto de esta nota está centrado.
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \family default
26073 \series default
26074  El valor predeterminado es 
26075 \end_layout
26076
26077 \begin_layout Standard
26078
26079 \series bold
26080
26081 \backslash
26082 renewcommand*{
26083 \backslash
26084 raggedleftmarginnote}{
26085 \backslash
26086 raggedleft}
26087 \begin_inset Newline newline
26088 \end_inset
26089
26090
26091 \backslash
26092 renewcommand*{
26093 \backslash
26094 raggedrightmarginnote}{
26095 \backslash
26096 raggedright}
26097 \family roman
26098 \series medium
26099
26100 \begin_inset ERT
26101 status collapsed
26102
26103 \begin_layout Plain Layout
26104
26105
26106 \backslash
26107 renewcommand*{
26108 \backslash
26109 raggedleftmarginnote}{
26110 \backslash
26111 raggedleft}
26112 \end_layout
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 renewcommand*{
26119 \backslash
26120 raggedrightmarginnote}{
26121 \backslash
26122 raggedright}
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset VSpace medskip
26132 \end_inset
26133
26134 Para otras características de 
26135 \series bold
26136 marginnote
26137 \series default
26138  mira en su documentación 
26139 \begin_inset CommandInset citation
26140 LatexCommand cite
26141 key "marginnote"
26142
26143 \end_inset
26144
26145 .
26146 \end_layout
26147
26148 \begin_layout Standard
26149 \begin_inset VSpace bigskip
26150 \end_inset
26151
26152 El diseño de las notas al margen puede ser redefinido.
26153  Por ejemplo, para crear una cabecera para todas las notas con el texto
26154  
26155 \begin_inset Quotes eld
26156 \end_inset
26157
26158
26159 \series bold
26160 \bar under
26161 ¡
26162 \family sans
26163 Atención
26164 \family default
26165 !
26166 \series default
26167 \bar default
26168
26169 \begin_inset Quotes erd
26170 \end_inset
26171
26172 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26173 \end_layout
26174
26175 \begin_layout Standard
26176
26177 \series bold
26178
26179 \backslash
26180 let
26181 \backslash
26182 myMarginpar
26183 \backslash
26184 marginpar
26185 \begin_inset Newline newline
26186 \end_inset
26187
26188
26189 \backslash
26190 renewcommand{
26191 \backslash
26192 marginpar}[1]{
26193 \backslash
26194 myMarginpar{%
26195 \begin_inset Newline newline
26196 \end_inset
26197
26198
26199 \begin_inset ERT
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203
26204
26205 \backslash
26206 hphantom{ }
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \backslash
26213 hspace{0pt}
26214 \backslash
26215 textsf{
26216 \backslash
26217 textbf{
26218 \backslash
26219 underbar{¡Atención!}}}%
26220 \begin_inset Newline newline
26221 \end_inset
26222
26223
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229
26230 \backslash
26231 hphantom{ }
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \backslash
26238 vspace{1.5mm}
26239 \backslash
26240
26241 \backslash
26242 #1}}
26243 \end_layout
26244
26245 \begin_layout Standard
26246
26247 \family roman
26248 \series medium
26249 \begin_inset ERT
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254
26255 \backslash
26256 let
26257 \backslash
26258 myMarginpar
26259 \backslash
26260 marginpar
26261 \end_layout
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 renewcommand{
26268 \backslash
26269 marginpar}[1]{
26270 \backslash
26271 myMarginpar{%
26272 \end_layout
26273
26274 \begin_layout Plain Layout
26275
26276    
26277 \backslash
26278 textsf{
26279 \backslash
26280 textbf{
26281 \backslash
26282 underbar{¡Atención!}}}%
26283 \end_layout
26284
26285 \begin_layout Plain Layout
26286
26287    
26288 \backslash
26289 vspace{1.5mm}
26290 \backslash
26291
26292 \backslash
26293 #1}}
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \begin_inset Marginal
26300 status open
26301
26302 \begin_layout Plain Layout
26303 Esta es una nota con una cabecera definida.
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \family default
26310 \series default
26311
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316
26317 [-1.5cm]
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \family roman
26324 \series medium
26325
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 renewcommand{
26334 \backslash
26335 marginpar}[1]{
26336 \backslash
26337 myMarginpar{#1}}
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \family default
26344 \series default
26345
26346 \begin_inset Note Note
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \begin_layout Standard
26359 \begin_inset ERT
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363
26364
26365 \backslash
26366 else
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \begin_inset Note Note
26373 status open
26374
26375 \begin_layout Plain Layout
26376 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26377  
26378 \series bold
26379 marginnote
26380 \series default
26381 .
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Standard
26390 Debes instalar el paquete LaTeX 
26391 \series bold
26392 marginnote
26393 \series default
26394  para ver la parte siguiente en la salida.
26395 \end_layout
26396
26397 \begin_layout Standard
26398 \begin_inset ERT
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402
26403
26404 \backslash
26405 fi
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Chapter
26414 Cuadros
26415 \end_layout
26416
26417 \begin_layout Section
26418 Introducción
26419 \begin_inset Index
26420 status collapsed
26421
26422 \begin_layout Plain Layout
26423 Cuadros ! Introducción
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Standard
26432 Los cuadros se emplean para dar formato a bloques de texto.
26433  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26434 \begin_inset space ~
26435 \end_inset
26436
26437
26438 \begin_inset CommandInset ref
26439 LatexCommand ref
26440 reference "sec:Minipáginas"
26441
26442 \end_inset
26443
26444 , enmarcar textos, ver sección
26445 \begin_inset space ~
26446 \end_inset
26447
26448
26449 \begin_inset CommandInset ref
26450 LatexCommand ref
26451 reference "sec:Cuadros-Enmarcados"
26452
26453 \end_inset
26454
26455 , evitar la división de palabras, ver sección
26456 \begin_inset space ~
26457 \end_inset
26458
26459
26460 \begin_inset CommandInset ref
26461 LatexCommand ref
26462 reference "sec:Evitar-la-Partición"
26463
26464 \end_inset
26465
26466 , alinear texto, ver sección
26467 \begin_inset space ~
26468 \end_inset
26469
26470
26471 \begin_inset CommandInset ref
26472 LatexCommand ref
26473 reference "sub:Alineación-Vertical"
26474
26475 \end_inset
26476
26477 , o para poner color de fondo a un texto, ver sección
26478 \begin_inset space ~
26479 \end_inset
26480
26481
26482 \begin_inset CommandInset ref
26483 LatexCommand ref
26484 reference "sec:Cuadros-Coloreados"
26485
26486 \end_inset
26487
26488 .
26489 \end_layout
26490
26491 \begin_layout Standard
26492 Se insertan con el menú 
26493 \family sans
26494 Insertar\SpecialChar \menuseparator
26495 Cuadro
26496 \family default
26497  o con el botón 
26498 \begin_inset Graphics
26499         filename ../../images/box-insert.png
26500         scale 85
26501
26502 \end_inset
26503
26504 .
26505  Surge un recuadro gris con la etiqueta 
26506 \family sans
26507 Cuadro (Minipágina)
26508 \family default
26509
26510 \begin_inset Graphics
26511         filename clipart/CuadroMinipagQt4.png
26512         scale 75
26513         keepAspectRatio
26514
26515 \end_inset
26516
26517 .
26518  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26519  Sale un diálogo en el que 
26520 \family sans
26521 Cuadro
26522 \family default
26523
26524 \begin_inset space ~
26525 \end_inset
26526
26527
26528 \family sans
26529 interior
26530 \family default
26531  permite escoger los tipos 
26532 \family sans
26533 Parbox (
26534 \family default
26535
26536 \begin_inset Quotes eld
26537 \end_inset
26538
26539
26540 \family sans
26541 Párrafo
26542 \family default
26543
26544 \begin_inset Quotes erd
26545 \end_inset
26546
26547
26548 \family sans
26549 )
26550 \family default
26551  y 
26552 \family sans
26553 Minipágina
26554 \family default
26555 .
26556  
26557 \family sans
26558 Minipágina
26559 \family default
26560  es el predeterminado para nuevos cuadros y se explica en la sección
26561 \begin_inset space ~
26562 \end_inset
26563
26564
26565 \begin_inset CommandInset ref
26566 LatexCommand ref
26567 reference "sec:Minipáginas"
26568
26569 \end_inset
26570
26571 ; el tipo 
26572 \family sans
26573 Parbox
26574 \family default
26575  se describe en la sección
26576 \begin_inset space ~
26577 \end_inset
26578
26579
26580 \begin_inset CommandInset ref
26581 LatexCommand ref
26582 reference "sec:Cuadros-de-Párrafo"
26583
26584 \end_inset
26585
26586 .
26587 \end_layout
26588
26589 \begin_layout Standard
26590 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26591  flotantes o las notas al pie.
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset Note Greyedout
26596 status open
26597
26598 \begin_layout Plain Layout
26599
26600 \series bold
26601 Nota:
26602 \series default
26603  Los cuadros no deben ser el ítem en un entorno 
26604 \family sans
26605 Enumeración
26606 \family default
26607  o 
26608 \family sans
26609 Descripción
26610 \family default
26611 .
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \begin_layout Standard
26620 \begin_inset Note Greyedout
26621 status open
26622
26623 \begin_layout Plain Layout
26624
26625 \series bold
26626 Nota:
26627 \series default
26628  Por razones desconocidas sólo se puede poner el tipo 
26629 \family sans
26630 Cuadro
26631 \begin_inset space ~
26632 \end_inset
26633
26634 interior
26635 \family default
26636  en 
26637 \family sans
26638 Ninguno
26639 \family default
26640  cuando se emplea un cuadro enmarcado.
26641  Los cuadros sin ningún tipo de 
26642 \family sans
26643 Cuadro
26644 \begin_inset space ~
26645 \end_inset
26646
26647 interior
26648 \family default
26649  y sin marcos se explican en la sección
26650 \begin_inset space ~
26651 \end_inset
26652
26653
26654 \begin_inset CommandInset ref
26655 LatexCommand ref
26656 reference "sec:Evitar-la-Partición"
26657
26658 \end_inset
26659
26660 .
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Section
26669 Diálogo de cuadros
26670 \begin_inset CommandInset label
26671 LatexCommand label
26672 name "sec:Diálogo-Cuadros"
26673
26674 \end_inset
26675
26676
26677 \begin_inset Index
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681 Cuadros ! Configuración
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Subsection
26690 Tamaño
26691 \begin_inset Index
26692 status collapsed
26693
26694 \begin_layout Plain Layout
26695 Cuadros ! Tamaño
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Standard
26704 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26705 \family sans
26706 Ancho
26707 \family default
26708  y 
26709 \family sans
26710 Alto
26711 \family default
26712 .
26713  Las unidades disponibles para la geometría se explican en la tabla
26714 \begin_inset space ~
26715 \end_inset
26716
26717
26718 \begin_inset CommandInset ref
26719 LatexCommand ref
26720 reference "tab:Unidades"
26721
26722 \end_inset
26723
26724 .
26725  El campo 
26726 \family sans
26727 Alto
26728 \family default
26729  ofrece los siguientes tamaños adicionales:
26730 \end_layout
26731
26732 \begin_layout Description
26733 Profundidad Este es el texto plano 
26734 \begin_inset Quotes eld
26735 \end_inset
26736
26737 alto
26738 \begin_inset Quotes erd
26739 \end_inset
26740
26741 .
26742  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26743  cuadro:
26744 \begin_inset Newline newline
26745 \end_inset
26746
26747
26748 \begin_inset Newline newline
26749 \end_inset
26750
26751
26752 \begin_inset Newline newline
26753 \end_inset
26754
26755
26756 \begin_inset Box Boxed
26757 position "c"
26758 hor_pos "c"
26759 has_inner_box 1
26760 inner_pos "c"
26761 use_parbox 0
26762 width "12col%"
26763 special "none"
26764 height "1in"
26765 height_special "depth"
26766 status open
26767
26768 \begin_layout Plain Layout
26769 \align center
26770 Cuadro con altura establecida en 1
26771 \begin_inset space \thinspace{}
26772 \end_inset
26773
26774 Profundidad
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \begin_inset Newline newline
26781 \end_inset
26782
26783
26784 \begin_inset Newline newline
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Description
26791 Alto Es la altura del texto que está dentro del cuadro.
26792  Un valor de, p.
26793 \begin_inset space \thinspace{}
26794 \end_inset
26795
26796 e.
26797 \begin_inset space ~
26798 \end_inset
26799
26800 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26801  
26802 \begin_inset Box Boxed
26803 position "c"
26804 hor_pos "c"
26805 has_inner_box 1
26806 inner_pos "c"
26807 use_parbox 0
26808 width "20col%"
26809 special "none"
26810 height "2in"
26811 height_special "height"
26812 status open
26813
26814 \begin_layout Plain Layout
26815 \align center
26816 Cuadro con altura puesta en 2
26817 \begin_inset space \thinspace{}
26818 \end_inset
26819
26820 Alto
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \begin_layout Description
26829 Alto
26830 \begin_inset space ~
26831 \end_inset
26832
26833 total Esto es el Alto
26834 \begin_inset space \thinspace{}
26835 \end_inset
26836
26837 +
26838 \begin_inset space \thinspace{}
26839 \end_inset
26840
26841 Profundidad: 
26842 \begin_inset Box Boxed
26843 position "c"
26844 hor_pos "c"
26845 has_inner_box 1
26846 inner_pos "c"
26847 use_parbox 0
26848 width "20col%"
26849 special "none"
26850 height "1in"
26851 height_special "totalheight"
26852 status open
26853
26854 \begin_layout Plain Layout
26855 \align center
26856 Cuadro con altura puesta a 1
26857 \begin_inset space \thinspace{}
26858 \end_inset
26859
26860 Alto
26861 \begin_inset space ~
26862 \end_inset
26863
26864 total
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Description
26873 Ancho Esto determina al ancho del cuadro como altura: 
26874 \begin_inset Box Boxed
26875 position "c"
26876 hor_pos "c"
26877 has_inner_box 1
26878 inner_pos "c"
26879 use_parbox 0
26880 width "12col%"
26881 special "none"
26882 height "1in"
26883 height_special "width"
26884 status open
26885
26886 \begin_layout Plain Layout
26887 \align center
26888 Cuadro con altura puesta en 1
26889 \begin_inset space \thinspace{}
26890 \end_inset
26891
26892 Ancho
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Subsection
26901 Alineación
26902 \begin_inset Index
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906 Cuadros ! Alineación
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \begin_layout Standard
26915 Si has elegido un 
26916 \family sans
26917 Cuadro
26918 \begin_inset space ~
26919 \end_inset
26920
26921 interior
26922 \family default
26923 , la alineación vertical del cuadro puede ser:
26924 \end_layout
26925
26926 \begin_layout Description
26927 Superior Ejemplo de línea de texto.
26928  
26929 \begin_inset Box Boxed
26930 position "t"
26931 hor_pos "c"
26932 has_inner_box 1
26933 inner_pos "c"
26934 use_parbox 0
26935 width "12col%"
26936 special "none"
26937 height "1in"
26938 height_special "totalheight"
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 \align center
26943 Cuadro alineado arriba.
26944 \end_layout
26945
26946 \end_inset
26947
26948  Ejemplo de línea de texto.
26949 \end_layout
26950
26951 \begin_layout Description
26952 Medio Ejemplo de línea de texto.
26953  
26954 \begin_inset Box Boxed
26955 position "c"
26956 hor_pos "c"
26957 has_inner_box 1
26958 inner_pos "c"
26959 use_parbox 0
26960 width "12col%"
26961 special "none"
26962 height "1in"
26963 height_special "totalheight"
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 \align center
26968 Cuadro alineado en medio.
26969 \end_layout
26970
26971 \end_inset
26972
26973  Ejemplo de línea de texto.
26974 \end_layout
26975
26976 \begin_layout Description
26977 Inferior Ejemplo de línea de texto.
26978  
26979 \begin_inset Box Boxed
26980 position "b"
26981 hor_pos "c"
26982 has_inner_box 1
26983 inner_pos "c"
26984 use_parbox 0
26985 width "12col%"
26986 special "none"
26987 height "1in"
26988 height_special "totalheight"
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992 \align center
26993 Cuadro alineado abajo.
26994 \end_layout
26995
26996 \end_inset
26997
26998  Ejemplo de línea de texto.
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset Note Greyedout
27003 status open
27004
27005 \begin_layout Plain Layout
27006
27007 \series bold
27008 Nota:
27009 \series default
27010  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27011  en una línea y, p.
27012 \begin_inset space \thinspace{}
27013 \end_inset
27014
27015 e., uno de ellos tiene sombreado y el otro no.
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \begin_layout Standard
27024 La alineación horizontal del cuadro puede establecerse en el diálogo de
27025  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27026 \end_layout
27027
27028 \begin_layout Standard
27029 \begin_inset VSpace bigskip
27030 \end_inset
27031
27032 Si has escogido un 
27033 \family sans
27034 Cuadro
27035 \begin_inset space ~
27036 \end_inset
27037
27038 interior
27039 \family default
27040 , el contenido puede alinearse verticalmente a:
27041 \end_layout
27042
27043 \begin_layout Description
27044 Superior Ejemplo de línea de texto.
27045  
27046 \begin_inset Box Boxed
27047 position "c"
27048 hor_pos "c"
27049 has_inner_box 1
27050 inner_pos "t"
27051 use_parbox 0
27052 width "12col%"
27053 special "none"
27054 height "1.5in"
27055 height_special "totalheight"
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059 \align center
27060 Cuadro con texto alineado arriba.
27061 \end_layout
27062
27063 \end_inset
27064
27065  Ejemplo de línea de texto.
27066 \end_layout
27067
27068 \begin_layout Description
27069 Medio Ejemplo de línea de texto.
27070  
27071 \begin_inset Box Boxed
27072 position "c"
27073 hor_pos "c"
27074 has_inner_box 1
27075 inner_pos "c"
27076 use_parbox 0
27077 width "12col%"
27078 special "none"
27079 height "1.5in"
27080 height_special "totalheight"
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 \align center
27085 Cuadro con texto alineado en medio.
27086 \end_layout
27087
27088 \end_inset
27089
27090  Ejemplo de línea de texto.
27091 \end_layout
27092
27093 \begin_layout Description
27094 Inferior Ejemplo de línea de texto.
27095  
27096 \begin_inset Box Boxed
27097 position "c"
27098 hor_pos "c"
27099 has_inner_box 1
27100 inner_pos "b"
27101 use_parbox 0
27102 width "12col%"
27103 special "none"
27104 height "1.5in"
27105 height_special "totalheight"
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 \align center
27110 Cuadro con texto alineado abajo.
27111 \end_layout
27112
27113 \end_inset
27114
27115  Ejemplo de línea de texto.
27116 \end_layout
27117
27118 \begin_layout Description
27119 Estirado Ejemplo de línea de texto.
27120  
27121 \begin_inset Box Boxed
27122 position "c"
27123 hor_pos "c"
27124 has_inner_box 1
27125 inner_pos "s"
27126 use_parbox 0
27127 width "12col%"
27128 special "none"
27129 height "1.5in"
27130 height_special "totalheight"
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 \align center
27135 Este texto
27136 \end_layout
27137
27138 \begin_layout Plain Layout
27139 \align center
27140 está
27141 \end_layout
27142
27143 \begin_layout Plain Layout
27144 \align center
27145 estirado.
27146 \end_layout
27147
27148 \end_inset
27149
27150  Ejemplo de línea de texto.
27151 \end_layout
27152
27153 \begin_layout Standard
27154 Para estirar el contenido debe tener más de un párrafo.
27155  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27156 \end_layout
27157
27158 \begin_layout Standard
27159 \begin_inset VSpace bigskip
27160 \end_inset
27161
27162 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27163  LyX cuando hayas escogido un 
27164 \family sans
27165 Cuadro
27166 \begin_inset space ~
27167 \end_inset
27168
27169 interior
27170 \family default
27171 .
27172 \end_layout
27173
27174 \begin_layout Standard
27175 \align center
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 "15col%"
27183 special "none"
27184 height "1.25in"
27185 height_special "totalheight"
27186 status open
27187
27188 \begin_layout Plain Layout
27189 \align left
27190 Cuadro
27191 \end_layout
27192
27193 \begin_layout Plain Layout
27194 \align center
27195 con texto
27196 \end_layout
27197
27198 \begin_layout Plain Layout
27199 \align right
27200 estirado
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Standard
27209 Si no has establecido un 
27210 \family sans
27211 Cuadro
27212 \begin_inset space ~
27213 \end_inset
27214
27215 interior
27216 \family default
27217 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27218  cuadro.
27219 \end_layout
27220
27221 \begin_layout Standard
27222 \align center
27223 \begin_inset Box Boxed
27224 position "c"
27225 hor_pos "s"
27226 has_inner_box 0
27227 inner_pos "s"
27228 use_parbox 0
27229 width "90col%"
27230 special "none"
27231 height "1.25in"
27232 height_special "totalheight"
27233 status open
27234
27235 \begin_layout Plain Layout
27236 \align left
27237 Texto estirado horizontalmente.
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \begin_layout Section
27246 Cuadros enmarcados
27247 \begin_inset CommandInset label
27248 LatexCommand label
27249 name "sec:Cuadros-Enmarcados"
27250
27251 \end_inset
27252
27253
27254 \begin_inset Index
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258 Cuadros ! Marcos
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \end_layout
27265
27266 \begin_layout Standard
27267 El estilo de marco del cuadro se puede determinar en la lista desplegable
27268  
27269 \family sans
27270 Tipo
27271 \family default
27272  del diálogo de cuadros.
27273  Son posibles los siguientes marcos:
27274 \end_layout
27275
27276 \begin_layout Description
27277 Marco
27278 \begin_inset space ~
27279 \end_inset
27280
27281 rectangular Dibuja un marco rectangular alrededor del cuadro.
27282  El grosor del marco depende de 
27283 \series bold
27284
27285 \backslash
27286 fboxrule
27287 \series default
27288 .
27289  
27290 \begin_inset Box Boxed
27291 position "c"
27292 hor_pos "c"
27293 has_inner_box 1
27294 inner_pos "c"
27295 use_parbox 0
27296 width "25col%"
27297 special "none"
27298 height "1in"
27299 height_special "totalheight"
27300 status open
27301
27302 \begin_layout Plain Layout
27303 \align center
27304 Cuadro rectangular
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Description
27313 Marco
27314 \begin_inset space ~
27315 \end_inset
27316
27317 ovalado,
27318 \begin_inset space ~
27319 \end_inset
27320
27321 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27322 \begin_inset space \thinspace{}
27323 \end_inset
27324
27325 pt.
27326  
27327 \begin_inset Box ovalbox
27328 position "c"
27329 hor_pos "c"
27330 has_inner_box 1
27331 inner_pos "c"
27332 use_parbox 0
27333 width "25col%"
27334 special "none"
27335 height "1in"
27336 height_special "totalheight"
27337 status open
27338
27339 \begin_layout Plain Layout
27340 \align center
27341 Marco ovalado, fino
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Description
27350 Marco
27351 \begin_inset space ~
27352 \end_inset
27353
27354 ovalado,
27355 \begin_inset space ~
27356 \end_inset
27357
27358 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27359 \begin_inset space \thinspace{}
27360 \end_inset
27361
27362 pt.
27363  
27364 \begin_inset Box Ovalbox
27365 position "c"
27366 hor_pos "c"
27367 has_inner_box 1
27368 inner_pos "c"
27369 use_parbox 0
27370 width "30col%"
27371 special "none"
27372 height "1in"
27373 height_special "totalheight"
27374 status open
27375
27376 \begin_layout Plain Layout
27377 \align center
27378 Cuadro ovalado, grueso
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Description
27387 Marco
27388 \begin_inset space ~
27389 \end_inset
27390
27391 con
27392 \begin_inset space ~
27393 \end_inset
27394
27395 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27396  El grosor de la línea tiene el tamaño dado por 
27397 \series bold
27398
27399 \backslash
27400 fboxrule
27401 \series default
27402 , la sombra tiene una anchura de 4
27403 \begin_inset space \thinspace{}
27404 \end_inset
27405
27406 pt.
27407  
27408 \begin_inset Box Shadowbox
27409 position "c"
27410 hor_pos "c"
27411 has_inner_box 1
27412 inner_pos "c"
27413 use_parbox 0
27414 width "20col%"
27415 special "none"
27416 height "1in"
27417 height_special "totalheight"
27418 status open
27419
27420 \begin_layout Plain Layout
27421 \align center
27422 Marco sombrado
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \begin_layout Description
27431 Marco
27432 \begin_inset space ~
27433 \end_inset
27434
27435 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27436  El grosor de la línea interior es 0.75
27437 \begin_inset space \thinspace{}
27438 \end_inset
27439
27440
27441 \series bold
27442
27443 \backslash
27444 fboxrule
27445 \series default
27446 , el de la línea exterior es 1.5
27447 \begin_inset space \thinspace{}
27448 \end_inset
27449
27450
27451 \series bold
27452
27453 \backslash
27454 fboxrule
27455 \series default
27456 .
27457  La distancia entre líneas es 1.5
27458 \begin_inset space \thinspace{}
27459 \end_inset
27460
27461
27462 \series bold
27463
27464 \backslash
27465 fboxrule
27466 \series default
27467
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471 +
27472 \begin_inset space \thinspace{}
27473 \end_inset
27474
27475 0.5
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479 pt.
27480  
27481 \begin_inset Box Doublebox
27482 position "c"
27483 hor_pos "c"
27484 has_inner_box 1
27485 inner_pos "c"
27486 use_parbox 0
27487 width "20col%"
27488 special "none"
27489 height "1in"
27490 height_special "totalheight"
27491 status open
27492
27493 \begin_layout Plain Layout
27494 \align center
27495 Marco doble
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Standard
27504 \begin_inset VSpace bigskip
27505 \end_inset
27506
27507 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27508  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27509  LaTeX 
27510 \series bold
27511 fancybox
27512 \series default
27513
27514 \begin_inset Index
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 LaTeX-paquetes ! fancybox
27519 \end_layout
27520
27521 \end_inset
27522
27523 .
27524 \end_layout
27525
27526 \begin_layout Standard
27527 \begin_inset VSpace bigskip
27528 \end_inset
27529
27530 El valor predeterminado por 
27531 \series bold
27532
27533 \backslash
27534 fboxrule
27535 \series default
27536  es 0.4
27537 \begin_inset space \thinspace{}
27538 \end_inset
27539
27540 pt.
27541  Puede cambiarse con el siguiente comando en ERT, p.
27542 \begin_inset space \thinspace{}
27543 \end_inset
27544
27545 e.
27546 \begin_inset space ~
27547 \end_inset
27548
27549 a
27550 \begin_inset space ~
27551 \end_inset
27552
27553 2
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 pt:
27558 \end_layout
27559
27560 \begin_layout Standard
27561
27562 \series bold
27563
27564 \backslash
27565 setlength{
27566 \backslash
27567 fboxrule}{2pt}
27568 \end_layout
27569
27570 \begin_layout Standard
27571 \begin_inset ERT
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575
27576
27577 \backslash
27578 setlength{
27579 \backslash
27580 fboxrule}{2pt}
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \begin_inset Box Boxed
27587 position "c"
27588 hor_pos "c"
27589 has_inner_box 1
27590 inner_pos "c"
27591 use_parbox 0
27592 width "25col%"
27593 special "none"
27594 height "1in"
27595 height_special "totalheight"
27596 status open
27597
27598 \begin_layout Plain Layout
27599 \align center
27600 Cuadro rectangular con 
27601 \series bold
27602
27603 \backslash
27604 fboxrule
27605 \series default
27606
27607 \begin_inset space \thinspace{}
27608 \end_inset
27609
27610 =
27611 \begin_inset space \thinspace{}
27612 \end_inset
27613
27614 2
27615 \begin_inset space \thinspace{}
27616 \end_inset
27617
27618 pt
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \begin_inset ERT
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628
27629
27630 \backslash
27631 setlength{
27632 \backslash
27633 fboxrule}{0.4pt}
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Standard
27642 \begin_inset VSpace bigskip
27643 \end_inset
27644
27645 El espacio entre el marco y el contenido del cuadro es 3
27646 \begin_inset space \thinspace{}
27647 \end_inset
27648
27649 pt por defecto para todos los estilos.
27650  Se puede cambiar mediante la longitud 
27651 \series bold
27652
27653 \backslash
27654 fboxsep
27655 \series default
27656 .
27657  Por ejemplo el comando
27658 \end_layout
27659
27660 \begin_layout Standard
27661
27662 \series bold
27663
27664 \backslash
27665 setlength{
27666 \backslash
27667 fboxsep}{10pt}
27668 \end_layout
27669
27670 \begin_layout Standard
27671 determina un valor de 10
27672 \begin_inset space \thinspace{}
27673 \end_inset
27674
27675 pt, como en el siguiente cuadro:
27676 \end_layout
27677
27678 \begin_layout Standard
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683
27684
27685 \backslash
27686 setlength{
27687 \backslash
27688 fboxsep}{10pt}
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \begin_inset Box Boxed
27695 position "c"
27696 hor_pos "c"
27697 has_inner_box 1
27698 inner_pos "c"
27699 use_parbox 0
27700 width "25col%"
27701 special "none"
27702 height "1in"
27703 height_special "totalheight"
27704 status open
27705
27706 \begin_layout Plain Layout
27707 \align center
27708 Cuadro rectangular con 
27709 \series bold
27710
27711 \backslash
27712 fboxsep
27713 \series default
27714
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 =
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 10
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 pt
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736
27737
27738 \backslash
27739 setlength{
27740 \backslash
27741 fboxsep}{3pt}
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \begin_layout Standard
27750 \begin_inset VSpace bigskip
27751 \end_inset
27752
27753 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27754  el comando 
27755 \series bold
27756
27757 \backslash
27758 cornersize
27759 \series default
27760 .
27761  El comando
27762 \end_layout
27763
27764 \begin_layout Standard
27765
27766 \series bold
27767
27768 \backslash
27769 cornersize*{1cm}
27770 \end_layout
27771
27772 \begin_layout Standard
27773 establece un diámetro de 1
27774 \begin_inset space \thinspace{}
27775 \end_inset
27776
27777 cm.
27778  El comando
27779 \end_layout
27780
27781 \begin_layout Standard
27782
27783 \series bold
27784
27785 \backslash
27786 cornersize{num}
27787 \end_layout
27788
27789 \begin_layout Standard
27790 fija el diámetro en 
27791 \family sans
27792 num
27793 \begin_inset space \thinspace{}
27794 \end_inset
27795
27796 ×
27797 \begin_inset space \thinspace{}
27798 \end_inset
27799
27800 mínimo
27801 \family default
27802  
27803 \family sans
27804 (ancho y alto del cuadro)
27805 \family default
27806 .
27807  Por defecto es 
27808 \series bold
27809
27810 \backslash
27811 cornersize{0.5}
27812 \series default
27813 .
27814 \end_layout
27815
27816 \begin_layout Standard
27817 \begin_inset ERT
27818 status collapsed
27819
27820 \begin_layout Plain Layout
27821
27822
27823 \backslash
27824 cornersize*{1.5cm}
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \begin_inset Box Ovalbox
27831 position "c"
27832 hor_pos "c"
27833 has_inner_box 1
27834 inner_pos "c"
27835 use_parbox 0
27836 width "28col%"
27837 special "none"
27838 height "1in"
27839 height_special "totalheight"
27840 status open
27841
27842 \begin_layout Plain Layout
27843 \align center
27844 Cuadro ovalado con 
27845 \series bold
27846
27847 \backslash
27848 cornersize
27849 \series default
27850
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 =
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 1.5
27859 \begin_inset space \thinspace{}
27860 \end_inset
27861
27862 cm
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \begin_inset ERT
27869 status collapsed
27870
27871 \begin_layout Plain Layout
27872
27873
27874 \backslash
27875 cornersize{0.5}
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 \begin_inset VSpace bigskip
27885 \end_inset
27886
27887 El tamaño de la sombra se puede ajustar cambiando la longitud 
27888 \series bold
27889
27890 \backslash
27891 shadowsize
27892 \series default
27893 .
27894  Este comando la ajusta a 2
27895 \begin_inset space \thinspace{}
27896 \end_inset
27897
27898 pt en el cuadro siguiente:
27899 \end_layout
27900
27901 \begin_layout Standard
27902
27903 \series bold
27904
27905 \backslash
27906 setlength{
27907 \backslash
27908 shadowsize}{2pt}
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 setlength{
27920 \backslash
27921 shadowsize}{2pt}
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \begin_inset Box Shadowbox
27928 position "c"
27929 hor_pos "c"
27930 has_inner_box 1
27931 inner_pos "c"
27932 use_parbox 0
27933 width "28col%"
27934 special "none"
27935 height "1in"
27936 height_special "totalheight"
27937 status open
27938
27939 \begin_layout Plain Layout
27940 \align center
27941 Cuadro sombreado con 
27942 \series bold
27943
27944 \backslash
27945 shadowsize
27946 \series default
27947
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 =
27952 \begin_inset space \thinspace{}
27953 \end_inset
27954
27955 2
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 pt
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \begin_inset ERT
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969
27970
27971 \backslash
27972 setlength{
27973 \backslash
27974 shadowsize}{4pt}
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 \begin_inset VSpace bigskip
27984 \end_inset
27985
27986 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27987  a los comandos.
27988 \end_layout
27989
27990 \begin_layout Section
27991 Minipáginas
27992 \begin_inset CommandInset label
27993 LatexCommand label
27994 name "sec:Minipáginas"
27995
27996 \end_inset
27997
27998
27999 \begin_inset Index
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003 Cuadros ! Minipáginas
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Standard
28012 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28013  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28014 \end_layout
28015
28016 \begin_layout Standard
28017 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28018 \end_layout
28019
28020 \begin_layout Standard
28021 A continuación hay dos ejemplos de minipáginas adosadas.
28022  Su anchura está puesta en 45
28023 \begin_inset space \thinspace{}
28024 \end_inset
28025
28026 col% y separadas por un relleno horizontal, insertado vía el menú 
28027 \family sans
28028 Insertar\SpecialChar \menuseparator
28029 Formato
28030 \begin_inset space ~
28031 \end_inset
28032
28033
28034 \family default
28035 es
28036 \family sans
28037 pecial
28038 \begin_inset space ~
28039 \end_inset
28040
28041 \SpecialChar \menuseparator
28042 Relleno
28043 \begin_inset space ~
28044 \end_inset
28045
28046 horizontal
28047 \family default
28048 .
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \begin_inset Box Frameless
28053 position "t"
28054 hor_pos "c"
28055 has_inner_box 1
28056 inner_pos "c"
28057 use_parbox 0
28058 width "45col%"
28059 special "none"
28060 height "1in"
28061 height_special "totalheight"
28062 status open
28063
28064 \begin_layout Plain Layout
28065
28066 \lang german
28067 Dies ist ein deutscher Text.
28068  Dies ist ein deutscher Text.
28069  Dies ist ein deutscher Text.
28070  Dies ist ein deutscher Text.
28071  Dies ist ein deutscher Text.
28072  Dies ist ein deutscher Text.
28073  Dies ist ein deutscher Text.
28074  Dies ist ein deutscher Text.
28075  Dies ist ein deutscher Text.
28076  Dies ist ein deutscher Text.
28077  Dies ist ein deutscher Text.
28078  Dies ist ein deutscher Text.
28079  Dies ist ein deutscher Text
28080 \begin_inset Foot
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084
28085 \lang german
28086 Dies ist eine deutsche Fußnote.
28087 \end_layout
28088
28089 \end_inset
28090
28091 .
28092  Dies ist ein deutscher Text.
28093  Dies ist ein deutscher Text.
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \begin_inset space \hfill{}
28100 \end_inset
28101
28102
28103 \begin_inset Box Frameless
28104 position "t"
28105 hor_pos "c"
28106 has_inner_box 1
28107 inner_pos "c"
28108 use_parbox 0
28109 width "45col%"
28110 special "none"
28111 height "1in"
28112 height_special "totalheight"
28113 status open
28114
28115 \begin_layout Plain Layout
28116 This is an English Text.
28117  This is an English Text.
28118  This is an English Text.
28119  This is an English Text.
28120  This is an English Text.
28121  This is an English Text.
28122  This is an English Text.
28123  This is an English Text.
28124  This is an English Text.
28125  This is an English Text.
28126  This is an English Text.
28127  This is an English Text.
28128  This is an English Text.
28129  This is an English Text.
28130  This is an English Text.
28131  This is an English Text.
28132 \begin_inset Foot
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 This is an English footnote.
28137 \end_layout
28138
28139 \end_inset
28140
28141  This is an English Text.
28142  
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 \begin_inset VSpace bigskip
28152 \end_inset
28153
28154 Otra aplicación de los cuadros son las notas a pie en tablas.
28155  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28156  al final de la página actual.
28157  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28158  en la parte inferior, ordenadas con letras.
28159  La ordenación de las notas al pie se restablece en cada minipágina pero
28160  no fuera de las minipáginas.
28161 \end_layout
28162
28163 \begin_layout Standard
28164 La nota al pie en esta tabla no aparece: 
28165 \begin_inset Tabular
28166 <lyxtabular version="3" rows="3" columns="4">
28167 <features>
28168 <column alignment="center" valignment="top" width="0pt">
28169 <column alignment="center" valignment="top" width="0pt">
28170 <column alignment="center" valignment="top" width="0pt">
28171 <column alignment="center" valignment="top" width="0pt">
28172 <row>
28173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28174 \begin_inset Text
28175
28176 \begin_layout Plain Layout
28177 1
28178 \end_layout
28179
28180 \end_inset
28181 </cell>
28182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28183 \begin_inset Text
28184
28185 \begin_layout Plain Layout
28186 2
28187 \end_layout
28188
28189 \end_inset
28190 </cell>
28191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28192 \begin_inset Text
28193
28194 \begin_layout Plain Layout
28195 3
28196 \begin_inset Foot
28197 status open
28198
28199 \begin_layout Plain Layout
28200 Nota al pie en una tabla.
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \end_inset
28209 </cell>
28210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28211 \begin_inset Text
28212
28213 \begin_layout Plain Layout
28214 4
28215 \end_layout
28216
28217 \end_inset
28218 </cell>
28219 </row>
28220 <row>
28221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28222 \begin_inset Text
28223
28224 \begin_layout Plain Layout
28225 a
28226 \end_layout
28227
28228 \end_inset
28229 </cell>
28230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28231 \begin_inset Text
28232
28233 \begin_layout Plain Layout
28234 b
28235 \end_layout
28236
28237 \end_inset
28238 </cell>
28239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28240 \begin_inset Text
28241
28242 \begin_layout Plain Layout
28243 c
28244 \end_layout
28245
28246 \end_inset
28247 </cell>
28248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28249 \begin_inset Text
28250
28251 \begin_layout Plain Layout
28252 d
28253 \end_layout
28254
28255 \end_inset
28256 </cell>
28257 </row>
28258 <row>
28259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28260 \begin_inset Text
28261
28262 \begin_layout Plain Layout
28263 e
28264 \end_layout
28265
28266 \end_inset
28267 </cell>
28268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28269 \begin_inset Text
28270
28271 \begin_layout Plain Layout
28272 f
28273 \end_layout
28274
28275 \end_inset
28276 </cell>
28277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28278 \begin_inset Text
28279
28280 \begin_layout Plain Layout
28281 g
28282 \end_layout
28283
28284 \end_inset
28285 </cell>
28286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28287 \begin_inset Text
28288
28289 \begin_layout Plain Layout
28290 h
28291 \end_layout
28292
28293 \end_inset
28294 </cell>
28295 </row>
28296 </lyxtabular>
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Standard
28304 \align center
28305 \begin_inset Box Frameless
28306 position "t"
28307 hor_pos "c"
28308 has_inner_box 1
28309 inner_pos "c"
28310 use_parbox 0
28311 width "30col%"
28312 special "none"
28313 height "1in"
28314 height_special "totalheight"
28315 status open
28316
28317 \begin_layout Plain Layout
28318 \align center
28319 \begin_inset Tabular
28320 <lyxtabular version="3" rows="3" columns="4">
28321 <features>
28322 <column alignment="center" valignment="top" width="0pt">
28323 <column alignment="center" valignment="top" width="0pt">
28324 <column alignment="center" valignment="top" width="0pt">
28325 <column alignment="center" valignment="top" width="0pt">
28326 <row>
28327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28328 \begin_inset Text
28329
28330 \begin_layout Plain Layout
28331 1
28332 \end_layout
28333
28334 \end_inset
28335 </cell>
28336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28337 \begin_inset Text
28338
28339 \begin_layout Plain Layout
28340 2
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Plain Layout
28349 3
28350 \begin_inset Foot
28351 status open
28352
28353 \begin_layout Plain Layout
28354 Nota al pie en una tabla..
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \end_inset
28363 </cell>
28364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28365 \begin_inset Text
28366
28367 \begin_layout Plain Layout
28368 4
28369 \end_layout
28370
28371 \end_inset
28372 </cell>
28373 </row>
28374 <row>
28375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28376 \begin_inset Text
28377
28378 \begin_layout Plain Layout
28379 a
28380 \end_layout
28381
28382 \end_inset
28383 </cell>
28384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28385 \begin_inset Text
28386
28387 \begin_layout Plain Layout
28388 b
28389 \end_layout
28390
28391 \end_inset
28392 </cell>
28393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28394 \begin_inset Text
28395
28396 \begin_layout Plain Layout
28397 c
28398 \end_layout
28399
28400 \end_inset
28401 </cell>
28402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28403 \begin_inset Text
28404
28405 \begin_layout Plain Layout
28406 d
28407 \end_layout
28408
28409 \end_inset
28410 </cell>
28411 </row>
28412 <row>
28413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28414 \begin_inset Text
28415
28416 \begin_layout Plain Layout
28417 e
28418 \end_layout
28419
28420 \end_inset
28421 </cell>
28422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28423 \begin_inset Text
28424
28425 \begin_layout Plain Layout
28426 f
28427 \end_layout
28428
28429 \end_inset
28430 </cell>
28431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28432 \begin_inset Text
28433
28434 \begin_layout Plain Layout
28435 g
28436 \end_layout
28437
28438 \end_inset
28439 </cell>
28440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28441 \begin_inset Text
28442
28443 \begin_layout Plain Layout
28444 h
28445 \end_layout
28446
28447 \end_inset
28448 </cell>
28449 </row>
28450 </lyxtabular>
28451
28452 \end_inset
28453
28454
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset VSpace bigskip
28464 \end_inset
28465
28466 La configuración global de párrafos se ignora en las minipáginas.
28467  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28468  pongas p.
28469 \begin_inset space \thinspace{}
28470 \end_inset
28471
28472 e.
28473 \begin_inset space ~
28474 \end_inset
28475
28476
28477 \family sans
28478 Salto
28479 \begin_inset space ~
28480 \end_inset
28481
28482 medio
28483 \family default
28484  en la configuración del documento.
28485 \end_layout
28486
28487 \begin_layout Standard
28488 Las minipáginas también sirven para poner un color de fondo para partes
28489  de texto, ver sección
28490 \begin_inset space ~
28491 \end_inset
28492
28493
28494 \begin_inset CommandInset ref
28495 LatexCommand ref
28496 reference "sub:Color-en-Párrafos"
28497
28498 \end_inset
28499
28500 .
28501 \end_layout
28502
28503 \begin_layout Standard
28504 \begin_inset Note Greyedout
28505 status open
28506
28507 \begin_layout Plain Layout
28508
28509 \series bold
28510 Nota:
28511 \series default
28512  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28513  tener minipáginas en tablas, flotantes, y otros cuadros.
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Section
28522 Cuadros de párrafo
28523 \begin_inset CommandInset label
28524 LatexCommand label
28525 name "sec:Cuadros-de-Párrafo"
28526
28527 \end_inset
28528
28529
28530 \begin_inset Index
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Cuadros ! de párrafo
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28544  de que no pueden contener notas al pie.
28545   La diferencia principal es que las minipáginas no son verdaderos cuadros
28546  sino entornos de LaTeX.
28547 \end_layout
28548
28549 \begin_layout Standard
28550 \align center
28551 \begin_inset Box Frameless
28552 position "t"
28553 hor_pos "c"
28554 has_inner_box 1
28555 inner_pos "t"
28556 use_parbox 1
28557 width "33col%"
28558 special "none"
28559 height "1in"
28560 height_special "totalheight"
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 Texto en un cuadro de párrafo.
28565  Texto en un cuadro de párrafo.
28566  Esta nota no aparece:
28567 \begin_inset Foot
28568 status open
28569
28570 \begin_layout Plain Layout
28571 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Section
28585 Cuadros para palabras y caracteres
28586 \begin_inset Index
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 Cuadros ! para palabras y caracteres
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \begin_layout Subsection
28599 Evitar la partición de palabras
28600 \begin_inset CommandInset label
28601 LatexCommand label
28602 name "sec:Evitar-la-Partición"
28603
28604 \end_inset
28605
28606
28607 \begin_inset Index
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611 Cuadros ! para evitar la partición de palabras
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Standard
28620 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28621  con guión.
28622 \begin_inset Newline newline
28623 \end_inset
28624
28625 He aquí un ejemplo:
28626 \end_layout
28627
28628 \begin_layout Standard
28629 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28630 \begin_inset Quotes eld
28631 \end_inset
28632
28633 estalarguísimapalabra
28634 \begin_inset Quotes erd
28635 \end_inset
28636
28637 .
28638 \end_layout
28639
28640 \begin_layout Standard
28641 Para evitar su división usa el comando
28642 \end_layout
28643
28644 \begin_layout Standard
28645
28646 \series bold
28647
28648 \backslash
28649 mbox{
28650 \end_layout
28651
28652 \begin_layout Standard
28653 en ERT antes de la palabra.
28654  Tras ella inserta una llave de cierre 
28655 \begin_inset Quotes eld
28656 \end_inset
28657
28658
28659 \series bold
28660 }
28661 \series default
28662
28663 \begin_inset Quotes erd
28664 \end_inset
28665
28666  en ERT.
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Este es el resultado:
28671 \end_layout
28672
28673 \begin_layout Standard
28674 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28675 \begin_inset ERT
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679
28680
28681 \backslash
28682 mbox{
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \begin_inset Quotes eld
28689 \end_inset
28690
28691 estalarguísimapalabra
28692 \begin_inset Quotes erd
28693 \end_inset
28694
28695 .
28696 \begin_inset ERT
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700
28701 }
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \begin_layout Standard
28710 Como alternativa puedes poner el comando 
28711 \begin_inset Quotes eld
28712 \end_inset
28713
28714
28715 \series bold
28716
28717 \backslash
28718 -
28719 \series default
28720
28721 \begin_inset Quotes grd
28722 \end_inset
28723
28724  en ERT directamente antes de la palabra:
28725 \end_layout
28726
28727 \begin_layout Standard
28728 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28729 \begin_inset Quotes eld
28730 \end_inset
28731
28732
28733 \begin_inset ERT
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738
28739 \backslash
28740 -
28741 \end_layout
28742
28743 \end_inset
28744
28745 estalarguísimapalabra
28746 \begin_inset Quotes erd
28747 \end_inset
28748
28749 .
28750 \end_layout
28751
28752 \begin_layout Standard
28753 Por supuesto, la palabra sobresale del margen.
28754  Para evitarlo añade, con el menú 
28755 \family sans
28756 Insertar\SpecialChar \menuseparator
28757 Formato
28758 \begin_inset space ~
28759 \end_inset
28760
28761 especial
28762 \begin_inset space ~
28763 \end_inset
28764
28765 \SpecialChar \menuseparator
28766 Salto
28767 \begin_inset space ~
28768 \end_inset
28769
28770 de
28771 \begin_inset space ~
28772 \end_inset
28773
28774
28775 \family default
28776 línea (atajo 
28777 \series bold
28778 Ctrl-Intro
28779 \series default
28780 ), un salto de línea antes de la palabra:
28781 \end_layout
28782
28783 \begin_layout Standard
28784 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28785 \begin_inset Newline newline
28786 \end_inset
28787
28788
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 mbox{
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \begin_inset Quotes eld
28803 \end_inset
28804
28805 estalarguísimapalabra
28806 \begin_inset Quotes erd
28807 \end_inset
28808
28809 .
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815 }
28816 \end_layout
28817
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \begin_layout Subsection
28824 Alineación vertical
28825 \begin_inset CommandInset label
28826 LatexCommand label
28827 name "sub:Alineación-Vertical"
28828
28829 \end_inset
28830
28831
28832 \begin_inset Index
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 Cuadros ! para alineación vertical
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 Con ayuda del comando 
28846 \series bold
28847
28848 \backslash
28849 raisebox
28850 \series default
28851  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28852  
28853 \series bold
28854
28855 \backslash
28856 raisebox
28857 \series default
28858  se utiliza según el esquema:
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28867 \end_layout
28868
28869 \begin_layout Standard
28870 La elevación puede ser un valor positivo para subir el cuadro o negativo
28871  para bajarlo.
28872 \end_layout
28873
28874 \begin_layout Standard
28875 Para alinear una palabra, p.
28876 \begin_inset space \thinspace{}
28877 \end_inset
28878
28879 e
28880 \begin_inset space ~
28881 \end_inset
28882
28883
28884 \begin_inset Quotes eld
28885 \end_inset
28886
28887 prevención
28888 \begin_inset Quotes erd
28889 \end_inset
28890
28891  para que la parte inferior de la letra más 
28892 \begin_inset Quotes eld
28893 \end_inset
28894
28895 profunda
28896 \begin_inset Quotes erd
28897 \end_inset
28898
28899  
28900 \begin_inset Quotes eld
28901 \end_inset
28902
28903 p
28904 \begin_inset Quotes erd
28905 \end_inset
28906
28907  esté en la línea de base, inserta el comando
28908 \end_layout
28909
28910 \begin_layout Standard
28911
28912 \series bold
28913
28914 \backslash
28915 raisebox{
28916 \backslash
28917 depth}{
28918 \end_layout
28919
28920 \begin_layout Standard
28921 en ERT antes de la palabra.
28922  Detrás de la palabra inserta una llave de cierre 
28923 \begin_inset Quotes eld
28924 \end_inset
28925
28926
28927 \series bold
28928 }
28929 \series default
28930
28931 \begin_inset Quotes erd
28932 \end_inset
28933
28934  en ERT.
28935 \begin_inset Newline newline
28936 \end_inset
28937
28938 Este es el resultado:
28939 \end_layout
28940
28941 \begin_layout Standard
28942 Esto es una línea de texto con la palabra 
28943 \begin_inset ERT
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947
28948
28949 \backslash
28950 raisebox{
28951 \backslash
28952 depth}{
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \begin_inset Quotes eld
28959 \end_inset
28960
28961 prevención
28962 \begin_inset Quotes erd
28963 \end_inset
28964
28965
28966 \begin_inset ERT
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970
28971 }
28972 \end_layout
28973
28974 \end_inset
28975
28976  elevada.
28977 \end_layout
28978
28979 \begin_layout Standard
28980 \begin_inset VSpace bigskip
28981 \end_inset
28982
28983 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28984 \end_layout
28985
28986 \begin_layout Standard
28987 Esto es una línea de texto con la palabra 
28988 \begin_inset ERT
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992
28993
28994 \backslash
28995 raisebox{-
28996 \backslash
28997 depth}{
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \begin_inset Quotes eld
29004 \end_inset
29005
29006 prevención
29007 \begin_inset Quotes erd
29008 \end_inset
29009
29010
29011 \begin_inset ERT
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015
29016 }
29017 \end_layout
29018
29019 \end_inset
29020
29021  como palabra más baja.
29022 \begin_inset Newline newline
29023 \end_inset
29024
29025 Esto es una línea de texto con la palabra 
29026 \begin_inset ERT
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030
29031
29032 \backslash
29033 raisebox{0.5cm}{
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \begin_inset Quotes eld
29040 \end_inset
29041
29042 testigo
29043 \begin_inset Quotes erd
29044 \end_inset
29045
29046
29047 \begin_inset ERT
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051
29052 }
29053 \end_layout
29054
29055 \end_inset
29056
29057  como palabra más alta.
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29062  Por ejemplo
29063 \end_layout
29064
29065 \begin_layout Standard
29066
29067 \series bold
29068
29069 \backslash
29070 raisebox{-
29071 \backslash
29072 depth}[0pt]{
29073 \end_layout
29074
29075 \begin_layout Standard
29076 Esto es una línea de texto con la palabra 
29077 \begin_inset ERT
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081
29082
29083 \backslash
29084 raisebox{-
29085 \backslash
29086 depth}[0pt]{
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \begin_inset Quotes eld
29093 \end_inset
29094
29095 prevención
29096 \begin_inset Quotes erd
29097 \end_inset
29098
29099
29100 \begin_inset ERT
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104
29105 }
29106 \end_layout
29107
29108 \end_inset
29109
29110  como palabra más baja.
29111 \begin_inset Newline newline
29112 \end_inset
29113
29114 Esto es una línea de texto con la palabra 
29115 \begin_inset ERT
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119
29120
29121 \backslash
29122 raisebox{0.5cm}[0pt]{
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \begin_inset Quotes eld
29129 \end_inset
29130
29131 testigo
29132 \begin_inset Quotes erd
29133 \end_inset
29134
29135
29136 \begin_inset ERT
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140
29141 }
29142 \end_layout
29143
29144 \end_inset
29145
29146  como palabra más alta.
29147 \end_layout
29148
29149 \begin_layout Section
29150 Cuadros coloreados
29151 \begin_inset CommandInset label
29152 LatexCommand label
29153 name "sec:Cuadros-Coloreados"
29154
29155 \end_inset
29156
29157
29158 \begin_inset Index
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Cuadros ! Color
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Subsection
29171 Color en texto
29172 \begin_inset Index
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176 Color ! en texto
29177 \end_layout
29178
29179 \end_inset
29180
29181
29182 \end_layout
29183
29184 \begin_layout Standard
29185 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29186  Esto requiere cargar el paquete LaTeX 
29187 \series bold
29188 color
29189 \series default
29190
29191 \begin_inset Index
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 LaTeX-paquetes ! color
29196 \end_layout
29197
29198 \end_inset
29199
29200  en el preámbulo del documento con
29201 \end_layout
29202
29203 \begin_layout Standard
29204
29205 \series bold
29206
29207 \backslash
29208 @ifundefined{textcolor}
29209 \begin_inset Newline newline
29210 \end_inset
29211
29212
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218
29219 \backslash
29220 hphantom{ }
29221 \end_layout
29222
29223 \end_inset
29224
29225 {
29226 \backslash
29227 usepackage{color}}{}
29228 \end_layout
29229
29230 \begin_layout Standard
29231 LyX cargará automáticamente el paquete 
29232 \series bold
29233 color
29234 \series default
29235  cuando colorees texto
29236 \begin_inset Foot
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Para evitar cargarlo dos veces se usa el comando 
29241 \series bold
29242
29243 \backslash
29244 @ifundefined
29245 \series default
29246 .
29247 \end_layout
29248
29249 \end_inset
29250
29251 .
29252 \end_layout
29253
29254 \begin_layout Standard
29255 \begin_inset VSpace medskip
29256 \end_inset
29257
29258 Los cuadros coloreados se crean con el comando 
29259 \series bold
29260
29261 \backslash
29262 colorbox
29263 \series default
29264 , de acuerdo con el siguiente esquema:
29265 \end_layout
29266
29267 \begin_layout Standard
29268
29269 \series bold
29270
29271 \backslash
29272 colorbox{color}{contenido del cuadro}
29273 \end_layout
29274
29275 \begin_layout Standard
29276 El contenido también puede ser un cuadro y los cuadros coloreados también
29277  pueden estar en otros cuadros.
29278 \end_layout
29279
29280 \begin_layout Standard
29281 Los siguientes colores están predefinidos:
29282 \begin_inset Newline newline
29283 \end_inset
29284
29285
29286 \family sans
29287 red
29288 \family default
29289
29290 \family sans
29291 green
29292 \family default
29293
29294 \family sans
29295 yellow, blue
29296 \family default
29297
29298 \family sans
29299 cyan
29300 \family default
29301 \series bold
29302 ,
29303 \series default
29304  
29305 \family sans
29306 magenta, black
29307 \family default
29308
29309 \family sans
29310 white
29311 \family default
29312 .
29313 \begin_inset Newline newline
29314 \end_inset
29315
29316 También puedes definir tus propios colores según se explica en la sección
29317 \begin_inset space ~
29318 \end_inset
29319
29320
29321 \begin_inset CommandInset ref
29322 LatexCommand ref
29323 reference "sec:Tablas-Coloreadas"
29324
29325 \end_inset
29326
29327 .
29328 \end_layout
29329
29330 \begin_layout Standard
29331 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29332 \end_layout
29333
29334 \begin_layout Standard
29335
29336 \series bold
29337
29338 \backslash
29339 colorbox{red}{
29340 \end_layout
29341
29342 \begin_layout Standard
29343 en ERT antes de la palabra.
29344  Tras la palabra inserta una llave de cierre 
29345 \begin_inset Quotes eld
29346 \end_inset
29347
29348
29349 \series bold
29350 }
29351 \series default
29352
29353 \begin_inset Quotes erd
29354 \end_inset
29355
29356  en ERT.
29357 \begin_inset Newline newline
29358 \end_inset
29359
29360 Este es el resultado:
29361 \end_layout
29362
29363 \begin_layout Standard
29364 Línea en la que la palabra 
29365 \begin_inset ERT
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369
29370
29371 \backslash
29372 colorbox{red}{
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \begin_inset Quotes eld
29379 \end_inset
29380
29381 ¡Atención!
29382 \begin_inset Quotes erd
29383 \end_inset
29384
29385
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391 }
29392 \end_layout
29393
29394 \end_inset
29395
29396  tiene fondo rojo.
29397 \end_layout
29398
29399 \begin_layout Standard
29400 \begin_inset VSpace bigskip
29401 \end_inset
29402
29403 Si quieres un marco de distinto color, puedes emplear el comando 
29404 \series bold
29405
29406 \backslash
29407 fcolorbox
29408 \series default
29409  con el esquema siguiente:
29410 \end_layout
29411
29412 \begin_layout Standard
29413
29414 \series bold
29415
29416 \backslash
29417 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29418 \end_layout
29419
29420 \begin_layout Standard
29421
29422 \series bold
29423
29424 \backslash
29425 fcolorbox
29426 \series default
29427  es una extensión de 
29428 \series bold
29429
29430 \backslash
29431 colorbox
29432 \series default
29433 .
29434  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29435  con las longitudes 
29436 \series bold
29437
29438 \backslash
29439 fboxrule
29440 \series default
29441  y 
29442 \series bold
29443
29444 \backslash
29445 fboxsep
29446 \series default
29447 , respectivamente, como se describe en la sección
29448 \begin_inset space ~
29449 \end_inset
29450
29451
29452 \begin_inset CommandInset ref
29453 LatexCommand ref
29454 reference "sec:Cuadros-Enmarcados"
29455
29456 \end_inset
29457
29458 .
29459 \end_layout
29460
29461 \begin_layout Standard
29462 Para el ejemplo siguiente se ha utilizado el comando
29463 \end_layout
29464
29465 \begin_layout Standard
29466
29467 \series bold
29468
29469 \backslash
29470 fcolorbox{cyan}{magenta}{
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Este es un ejemplo en el que se ha puesto un grosor de 1
29475 \begin_inset space \thinspace{}
29476 \end_inset
29477
29478 mm para la línea del marco:
29479 \begin_inset Newline newline
29480 \end_inset
29481
29482
29483 \begin_inset ERT
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487
29488
29489 \backslash
29490 fboxrule 1mm 
29491 \backslash
29492 fboxsep 1mm
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset ERT
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503
29504 \backslash
29505 fcolorbox{cyan}{magenta}{
29506 \end_layout
29507
29508 \end_inset
29509
29510 Texto en un marco coloreado y enmarcado.
29511 \begin_inset ERT
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516 }
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525 \begin_inset VSpace bigskip
29526 \end_inset
29527
29528 Por supuesto también puedes colorear el texto en un marco coloreado:
29529 \begin_inset Newline newline
29530 \end_inset
29531
29532
29533 \begin_inset ERT
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537
29538
29539 \backslash
29540 fcolorbox{cyan}{magenta}{
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \color yellow
29547 Texto coloreado en un marco sombreado y coloreado.
29548 \color none
29549
29550 \begin_inset ERT
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554
29555 }
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \begin_inset ERT
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565
29566
29567 \backslash
29568 fboxrule 0.4pt 
29569 \backslash
29570 fboxsep 3pt
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Standard
29579
29580 \series bold
29581 \begin_inset VSpace medskip
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \begin_layout Standard
29588 \begin_inset Note Greyedout
29589 status open
29590
29591 \begin_layout Plain Layout
29592
29593 \series bold
29594 Nota:
29595 \series default
29596  El texto en cuadros coloreados no puede tener saltos de línea.
29597  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29598  coloreado como se describe a continuación.
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Subsection
29607 Color en párrafos
29608 \begin_inset CommandInset label
29609 LatexCommand label
29610 name "sub:Color-en-Párrafos"
29611
29612 \end_inset
29613
29614
29615 \begin_inset Index
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Color ! en párrafos
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Standard
29628 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29629  Antes de la minipágina inserta el comando 
29630 \series bold
29631
29632 \backslash
29633 colorbox
29634 \end_layout
29635
29636 \begin_layout Standard
29637
29638 \series bold
29639
29640 \backslash
29641 colorbox{color}{
29642 \end_layout
29643
29644 \begin_layout Standard
29645 en ERT.
29646  Detrás de la minipágina inserta una llave de cierre 
29647 \begin_inset Quotes eld
29648 \end_inset
29649
29650
29651 \series bold
29652 }
29653 \series default
29654
29655 \begin_inset Quotes erd
29656 \end_inset
29657
29658  en ERT.
29659 \end_layout
29660
29661 \begin_layout Standard
29662 \begin_inset ERT
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666
29667
29668 \backslash
29669 colorbox{grisclaro}{
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \begin_inset Box Frameless
29676 position "t"
29677 hor_pos "c"
29678 has_inner_box 1
29679 inner_pos "t"
29680 use_parbox 0
29681 width "100col%"
29682 special "none"
29683 height "1in"
29684 height_special "totalheight"
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 Texto con color de fondo.
29689  Texto con color de fondo.
29690 \end_layout
29691
29692 \begin_layout Plain Layout
29693 \begin_inset VSpace defskip
29694 \end_inset
29695
29696 El texto puede tener notas al pie
29697 \begin_inset Foot
29698 status open
29699
29700 \begin_layout Plain Layout
29701 Otro ejemplo de nota
29702 \end_layout
29703
29704 \end_inset
29705
29706  y puede incluir tablas y figuras.
29707 \end_layout
29708
29709 \begin_layout Plain Layout
29710 \align center
29711 \begin_inset Tabular
29712 <lyxtabular version="3" rows="3" columns="3">
29713 <features>
29714 <column alignment="center" valignment="top" width="0">
29715 <column alignment="center" valignment="top" width="0">
29716 <column alignment="center" valignment="top" width="0">
29717 <row>
29718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29719 \begin_inset Text
29720
29721 \begin_layout Plain Layout
29722 a
29723 \end_layout
29724
29725 \end_inset
29726 </cell>
29727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29728 \begin_inset Text
29729
29730 \begin_layout Plain Layout
29731 !
29732 \end_layout
29733
29734 \end_inset
29735 </cell>
29736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29737 \begin_inset Text
29738
29739 \begin_layout Plain Layout
29740 3
29741 \end_layout
29742
29743 \end_inset
29744 </cell>
29745 </row>
29746 <row>
29747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29748 \begin_inset Text
29749
29750 \begin_layout Plain Layout
29751 <
29752 \end_layout
29753
29754 \end_inset
29755 </cell>
29756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29757 \begin_inset Text
29758
29759 \begin_layout Plain Layout
29760 b2
29761 \begin_inset Quotes erd
29762 \end_inset
29763
29764 |
29765 \end_layout
29766
29767 \end_inset
29768 </cell>
29769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29770 \begin_inset Text
29771
29772 \begin_layout Plain Layout
29773 >
29774 \end_layout
29775
29776 \end_inset
29777 </cell>
29778 </row>
29779 <row>
29780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout Plain Layout
29784 1
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Plain Layout
29793 §
29794 \end_layout
29795
29796 \end_inset
29797 </cell>
29798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29799 \begin_inset Text
29800
29801 \begin_layout Plain Layout
29802 c
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 </row>
29808 </lyxtabular>
29809
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \end_inset
29816
29817
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823 }
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Section
29832 Cuadros rotados y escalados
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Para poder usar los comandos descritos en esta sección hay que cargar el
29837  paquete LaTeX 
29838 \series bold
29839 graphicx
29840 \begin_inset Index
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844 LaTeX-paquetes ! graphicx
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \series default
29851  en el preámbulo del documento, con el comando
29852 \end_layout
29853
29854 \begin_layout Standard
29855
29856 \series bold
29857
29858 \backslash
29859 @ifundefined{rotatebox}
29860 \begin_inset Newline newline
29861 \end_inset
29862
29863
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 hphantom{ }
29872 \end_layout
29873
29874 \end_inset
29875
29876 {
29877 \backslash
29878 usepackage{graphicx}}{}
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset Note Greyedout
29883 status open
29884
29885 \begin_layout Plain Layout
29886
29887 \series bold
29888 Nota: 
29889 \series default
29890 Algunos visores DVI no pueden mostrar material rotado o escalado.
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset Note Greyedout
29900 status open
29901
29902 \begin_layout Plain Layout
29903
29904 \series bold
29905 Nota:
29906 \series default
29907  Los cuadros rotados o escalados no pueden contener flotantes.
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \end_layout
29914
29915 \begin_layout Subsection
29916 Cuadros rotados
29917 \begin_inset Index
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 Cuadros ! Rotar
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \begin_inset Index
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931 Material rotado
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \begin_inset Index
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941 Figuras ! Rotar
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \begin_inset Index
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 Tablas ! Rotar
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 Para rotar material debes ponerlo en un cuadro rotado.
29961  Los cuadros rotados se crean con el comando 
29962 \series bold
29963
29964 \backslash
29965 rotatebox
29966 \series default
29967  en código TeX, según el esquema:
29968 \end_layout
29969
29970 \begin_layout Standard
29971
29972 \series bold
29973
29974 \backslash
29975 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29976 \end_layout
29977
29978 \begin_layout Standard
29979 El origen de rotación se especifica en la forma 
29980 \series bold
29981 origin=position
29982 \series default
29983 .
29984  Son posibles las posiciones siguientes: 
29985 \emph on
29986 c
29987 \emph default
29988  (center), 
29989 \emph on
29990 l
29991 \emph default
29992  (left), 
29993 \emph on
29994 r
29995 \emph default
29996  (right), 
29997 \emph on
29998 b
29999 \emph default
30000  (bottom), 
30001 \emph on
30002 t
30003 \emph default
30004  (top), así como combinaciones adecuadas de las posiciones básicas.
30005  Por ejemplo, 
30006 \emph on
30007 lt
30008 \emph default
30009  significa que el origen de rotación es la esquina superior izquierda del
30010  cuadro.
30011  Si no se especifica origen de rotación se usará la posición 
30012 \emph on
30013 l
30014 \emph default
30015 .
30016  El ángulo de rotación es un número de grados, y puede ser negativo.
30017  El sentido de giro es contrario al de las agujas del reloj.
30018 \end_layout
30019
30020 \begin_layout Standard
30021 En el siguiente ejemplo se ha insertado el comando 
30022 \series bold
30023
30024 \backslash
30025 rotatebox[origin=c]{60}{ 
30026 \series default
30027 como código TeX delante del texto «con rotación»; después del texto, el
30028  cuadro se ha cerrado con llave de cierre en código TeX.
30029 \end_layout
30030
30031 \begin_layout Standard
30032 Esta línea contiene texto 
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 rotatebox[origin=c]{60}{
30041 \end_layout
30042
30043 \end_inset
30044
30045 con rotación
30046 \begin_inset ERT
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051 }
30052 \end_layout
30053
30054 \end_inset
30055
30056 .
30057 \end_layout
30058
30059 \begin_layout Standard
30060 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30061  línea:
30062 \end_layout
30063
30064 \begin_layout Standard
30065 En esta línea hay texto enmarcado 
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 rotatebox[origin=r]{-60}{
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset Box Doublebox
30080 position "c"
30081 hor_pos "c"
30082 has_inner_box 0
30083 inner_pos "c"
30084 use_parbox 0
30085 width "1in"
30086 special "width"
30087 height "1in"
30088 height_special "totalheight"
30089 status open
30090
30091 \begin_layout Plain Layout
30092 con rotación
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 }
30104 \end_layout
30105
30106 \end_inset
30107
30108  y 
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 rotatebox[origin=lb]{60}{
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30123 \end_inset
30124
30125
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131 }
30132 \end_layout
30133
30134 \end_inset
30135
30136  una ecuación.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 O una imagen o una tabla:
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Aquí hay una imagen girada 
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150
30151 \backslash
30152 rotatebox[origin=lb]{90}{
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \begin_inset Graphics
30159         filename ../clipart/platypus.eps
30160         lyxscale 50
30161         width 25col%
30162
30163 \end_inset
30164
30165
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171 }
30172 \end_layout
30173
30174 \end_inset
30175
30176  y una tabla girada 
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 rotatebox[origin=l]{-90}{
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \begin_inset Tabular
30191 <lyxtabular version="3" rows="2" columns="2">
30192 <features>
30193 <column alignment="center" valignment="top" width="0">
30194 <column alignment="center" valignment="top" width="0">
30195 <row>
30196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30197 \begin_inset Text
30198
30199 \begin_layout Plain Layout
30200 q
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30206 \begin_inset Text
30207
30208 \begin_layout Plain Layout
30209 w
30210 \end_layout
30211
30212 \end_inset
30213 </cell>
30214 </row>
30215 <row>
30216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30217 \begin_inset Text
30218
30219 \begin_layout Plain Layout
30220 e
30221 \end_layout
30222
30223 \end_inset
30224 </cell>
30225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30226 \begin_inset Text
30227
30228 \begin_layout Plain Layout
30229 r
30230 \end_layout
30231
30232 \end_inset
30233 </cell>
30234 </row>
30235 </lyxtabular>
30236
30237 \end_inset
30238
30239
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245 }
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Subsection
30254 Cuadros escalados
30255 \begin_inset Index
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Cuadros ! Escalar
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \begin_inset Index
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 Material escalado
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \begin_inset Index
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Figuras ! Escalar
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \begin_inset Index
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Tablas ! Escalar
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Para escalar material se pueden usar los comandos 
30299 \series bold
30300
30301 \backslash
30302 scalebox
30303 \series default
30304  y 
30305 \series bold
30306
30307 \backslash
30308 resizebox 
30309 \series default
30310 en código TeX.
30311 \end_layout
30312
30313 \begin_layout Standard
30314
30315 \series bold
30316
30317 \backslash
30318 scalebox
30319 \series default
30320  se usa con el esquema siguiente:
30321 \end_layout
30322
30323 \begin_layout Standard
30324
30325 \series bold
30326
30327 \backslash
30328 scalebox{horizontal}[vertical]{contenido del cuadro}
30329 \end_layout
30330
30331 \begin_layout Standard
30332 Horizontal y vertical son los factores de escala correspondientes.
30333  Si no se especifica factor vertical, su valor será el mismo que el factor
30334  de escala horizontal.
30335  
30336 \end_layout
30337
30338 \begin_layout Standard
30339 Por ejemplo, el comando 
30340 \series bold
30341
30342 \backslash
30343 scalebox{2}{Hola} 
30344 \series default
30345 crea un 
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 scalebox{2}{
30354 \end_layout
30355
30356 \end_inset
30357
30358 Hola
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364 }
30365 \end_layout
30366
30367 \end_inset
30368
30369  de doble tamaño que el texto normal del documento.
30370 \end_layout
30371
30372 \begin_layout Standard
30373 El comando 
30374 \series bold
30375
30376 \backslash
30377 scalebox{2}[1]{Hola} 
30378 \series default
30379 distorsiona el 
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 scalebox{2}[1]{
30388 \end_layout
30389
30390 \end_inset
30391
30392 Hola
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398 }
30399 \end_layout
30400
30401 \end_inset
30402
30403 .
30404 \end_layout
30405
30406 \begin_layout Standard
30407 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30408  Por eso el comando 
30409 \series bold
30410
30411 \backslash
30412 scalebox{-1}[1]{Hola} 
30413 \series default
30414 puede usarse para reflejar un texto: 
30415 \begin_inset ERT
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419
30420
30421 \backslash
30422 scalebox{-1}[1]{
30423 \end_layout
30424
30425 \end_inset
30426
30427 Hola
30428 \begin_inset ERT
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432
30433 }
30434 \end_layout
30435
30436 \end_inset
30437
30438 .
30439 \end_layout
30440
30441 \begin_layout Standard
30442
30443 \series bold
30444
30445 \backslash
30446 scalebox{1}[-1]{Hola} 
30447 \series default
30448 refleja el 
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454
30455 \backslash
30456 scalebox{1}[-1]{
30457 \end_layout
30458
30459 \end_inset
30460
30461 Hola
30462 \begin_inset ERT
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466
30467 }
30468 \end_layout
30469
30470 \end_inset
30471
30472  sobre la base.
30473 \end_layout
30474
30475 \begin_layout Standard
30476 El comando 
30477 \series bold
30478
30479 \backslash
30480 scalebox{-1}[1]{contenido del cuadro} 
30481 \series default
30482 puede sustituirse por 
30483 \series bold
30484
30485 \begin_inset Newline newline
30486 \end_inset
30487
30488
30489 \backslash
30490 reflectbox{contenido del cuadro}
30491 \begin_inset VSpace defskip
30492 \end_inset
30493
30494
30495 \end_layout
30496
30497 \begin_layout Standard
30498 El comando 
30499 \series bold
30500
30501 \backslash
30502 resizebox
30503 \series default
30504  sirve para escalar el cuadro a una altura y anchura definidas, según el
30505  esquema:
30506 \end_layout
30507
30508 \begin_layout Standard
30509
30510 \series bold
30511
30512 \backslash
30513 resizebox{anchura}{altura}{contenido del cuadro}
30514 \end_layout
30515
30516 \begin_layout Standard
30517 Si uno de los argumentos del comando es un signo de exclamación, 
30518 \series bold
30519 !
30520 \series default
30521 , la escala se produce de forma que se mantiene la relación de las dimensiones
30522  originales del contenido del cuadro.
30523  
30524 \end_layout
30525
30526 \begin_layout Standard
30527 El comando 
30528 \series bold
30529
30530 \backslash
30531 resizebox{2cm}{1cm}{Hola}
30532 \series default
30533  genera: 
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 resizebox{2cm}{1cm}{
30542 \end_layout
30543
30544 \end_inset
30545
30546 Hola
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552 }
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \begin_inset Newline newline
30559 \end_inset
30560
30561 El comando 
30562 \series bold
30563
30564 \backslash
30565 resizebox{2cm}{!}{Hola}
30566 \series default
30567  genera: 
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573
30574 \backslash
30575 resizebox{2cm}{!}{
30576 \end_layout
30577
30578 \end_inset
30579
30580 Hola
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586 }
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \begin_layout Standard
30595 \begin_inset VSpace defskip
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Standard
30602 \begin_inset Note Greyedout
30603 status open
30604
30605 \begin_layout Plain Layout
30606
30607 \series bold
30608 Nota: 
30609 \series default
30610 Si los argumentos de 
30611 \series bold
30612
30613 \backslash
30614 scalebox
30615 \series default
30616  o 
30617 \series bold
30618
30619 \backslash
30620 resizebox
30621 \series default
30622  son cero, no se generan errores de LaTeX al exportar el documento, pero
30623  puede suceder que la salida no se muestre o que sea incompleta.
30624  
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \begin_inset VSpace defskip
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \begin_layout Standard
30637 Los cuadros se pueden combinar en cualquier orden.
30638  Por ejemplo, el comando
30639 \series bold
30640
30641 \begin_inset Newline newline
30642 \end_inset
30643
30644
30645 \backslash
30646 rotatebox[origin=c]{-45}{
30647 \backslash
30648 resizebox{2cm}{!}{
30649 \backslash
30650 reflectbox{Hola}}}
30651 \begin_inset Newline newline
30652 \end_inset
30653
30654
30655 \series default
30656 genera:
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \noindent
30661 \align center
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667
30668 \backslash
30669 rotatebox[origin=c]{-45}{
30670 \backslash
30671 resizebox{2cm}{!}{
30672 \backslash
30673 reflectbox{
30674 \end_layout
30675
30676 \end_inset
30677
30678 Hola
30679 \begin_inset ERT
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683
30684 }}}
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Standard
30693 \noindent
30694 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30695 \end_layout
30696
30697 \begin_layout Standard
30698 \noindent
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 \align center
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709
30710 \backslash
30711 rotatebox[origin=c]{-30}{
30712 \backslash
30713 resizebox{2cm}{!}{
30714 \backslash
30715 reflectbox{
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \begin_inset Graphics
30722         filename ../clipart/platypus.eps
30723         lyxscale 50
30724         width 25col%
30725
30726 \end_inset
30727
30728
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734 }}}
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745
30746 \backslash
30747 rotatebox[origin=c]{-45}{
30748 \backslash
30749 resizebox{2cm}{!}{
30750 \backslash
30751 reflectbox{
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \begin_inset Tabular
30758 <lyxtabular version="3" rows="2" columns="2">
30759 <features>
30760 <column alignment="center" valignment="top" width="0">
30761 <column alignment="center" valignment="top" width="0">
30762 <row>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767 q
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30773 \begin_inset Text
30774
30775 \begin_layout Plain Layout
30776 w
30777 \end_layout
30778
30779 \end_inset
30780 </cell>
30781 </row>
30782 <row>
30783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 e
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 r
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 </row>
30802 </lyxtabular>
30803
30804 \end_inset
30805
30806
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812 }}}
30813 \end_layout
30814
30815 \end_inset
30816
30817
30818 \begin_inset ERT
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822
30823
30824 \backslash
30825 rotatebox[origin=c]{-45}{
30826 \backslash
30827 resizebox{2cm}{!}{
30828 \backslash
30829 reflectbox{
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30836 \end_inset
30837
30838
30839 \begin_inset ERT
30840 status collapsed
30841
30842 \begin_layout Plain Layout
30843
30844 }}}
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \begin_layout Standard
30853 Si se usa el estilo global 
30854 \series bold
30855 fleqn
30856 \series default
30857  para las ecuaciones del documento
30858 \begin_inset Foot
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862 Si «fleqn» se añade a las opciones de clase del documento.
30863 \end_layout
30864
30865 \end_inset
30866
30867 , también pueden escalarse las ecuaciones en estilo presentación.
30868 \end_layout
30869
30870 \begin_layout Chapter
30871 Archivo
30872 \begin_inset Index
30873 status collapsed
30874
30875 \begin_layout Plain Layout
30876 Archivo, insertar
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \end_layout
30883
30884 \begin_layout Standard
30885 Con el menú 
30886 \family sans
30887 Insertar\SpecialChar \menuseparator
30888 Archivo 
30889 \family default
30890 se pueden insertar archivos externos en un documento.
30891  Estos pueden ser:
30892 \end_layout
30893
30894 \begin_layout Description
30895 Documento
30896 \begin_inset space ~
30897 \end_inset
30898
30899 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30900 \end_layout
30901
30902 \begin_layout Description
30903 Texto
30904 \begin_inset space ~
30905 \end_inset
30906
30907 simple
30908 \begin_inset space ~
30909 \end_inset
30910
30911 como
30912 \begin_inset space ~
30913 \end_inset
30914
30915 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30916  como un nuevo párrafo.
30917 \end_layout
30918
30919 \begin_layout Description
30920 Texto
30921 \begin_inset space ~
30922 \end_inset
30923
30924 simple
30925 \begin_inset space ~
30926 \end_inset
30927
30928 como
30929 \begin_inset space ~
30930 \end_inset
30931
30932 párrafos Un documento de texto; cada línea del texto se inserta tal como
30933  está, formando un solo párrafo.
30934  Las líneas vacías generan un nuevo párrafo en tu documento.
30935 \end_layout
30936
30937 \begin_layout Description
30938 Material
30939 \begin_inset space ~
30940 \end_inset
30941
30942 externo Archivos en diversos formatos.
30943 \end_layout
30944
30945 \begin_layout Description
30946 Documento
30947 \begin_inset space ~
30948 \end_inset
30949
30950 hijo Documentos LyX, LaTeX o texto simple.
30951 \end_layout
30952
30953 \begin_layout Section
30954 Material externo
30955 \begin_inset Index
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959 Material externo
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 Esta característica te permite insertar archivos en tu documento sin convertirlo
30969 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30970  las necesarias conversiones.
30971  Esto es parecido a la inserción de imágenes en diversos formatos en los
30972  documentos LyX.
30973 \end_layout
30974
30975 \begin_layout Standard
30976 El material externo se puede insertar mediante el diálogo que surge a partir
30977  del menú 
30978 \family sans
30979 Insertar\SpecialChar \menuseparator
30980 Archivo\SpecialChar \menuseparator
30981 Material
30982 \begin_inset space ~
30983 \end_inset
30984
30985 externo
30986 \family default
30987 .
30988  Actualmente se permiten los siguientes tipos de archivo (
30989 \family sans
30990 Plantillas
30991 \family default
30992 ):
30993 \end_layout
30994
30995 \begin_layout Description
30996 Diagrama
30997 \begin_inset space ~
30998 \end_inset
30999
31000 de
31001 \begin_inset space ~
31002 \end_inset
31003
31004 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31005  con el programa 
31006 \series bold
31007
31008 \begin_inset CommandInset href
31009 LatexCommand href
31010 name "XBoard"
31011 target "http://en.wikipedia.org/wiki/XBoard"
31012
31013 \end_inset
31014
31015
31016 \series default
31017 .
31018 \end_layout
31019
31020 \begin_layout Description
31021 Fecha Esta inserta la fecha en el formato 
31022 \emph on
31023 Día-Mes-Año.
31024
31025 \emph default
31026  A continuación hay una fecha insertada como material externo: 
31027 \begin_inset External
31028         template Date
31029         filename .
31030
31031 \end_inset
31032
31033
31034 \lang english
31035
31036 \begin_inset space ~
31037 \end_inset
31038
31039
31040 \begin_inset Note Note
31041 status open
31042
31043 \begin_layout Plain Layout
31044
31045 \lang english
31046 Remove the protected space when bug 4398 is fixed!
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \lang spanish
31053
31054 \begin_inset Newline newline
31055 \end_inset
31056
31057 La fecha no se muestra en LyX, sólo en la salida.
31058  Hay otros dos métodos de insertar una fecha, con el menú 
31059 \family sans
31060 Insertar\SpecialChar \menuseparator
31061 Fecha
31062 \family default
31063  y con el comando LaTeX 
31064 \series bold
31065
31066 \backslash
31067 today
31068 \series default
31069  en ERT.
31070  Los distintos métodos se comparan en la tabla
31071 \begin_inset space ~
31072 \end_inset
31073
31074
31075 \begin_inset CommandInset ref
31076 LatexCommand ref
31077 reference "tab:Comparación-de"
31078
31079 \end_inset
31080
31081 .
31082 \end_layout
31083
31084 \begin_layout Description
31085 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31086 \begin_inset Newline linebreak
31087 \end_inset
31088
31089
31090 \series bold
31091
31092 \begin_inset CommandInset href
31093 LatexCommand href
31094 name "LilyPond"
31095 target "http://en.wikipedia.org/wiki/LilyPond"
31096
31097 \end_inset
31098
31099
31100 \series default
31101 .
31102 \end_layout
31103
31104 \begin_layout Description
31105 RasterImage Sirve para insertar imágenes bitmap.
31106  Casi todos los formatos populares de imágenes están soportados.
31107  Las imágenes se pueden tratar en el diálogo 
31108 \family sans
31109 Material Externo
31110 \family default
31111  como las que habitualmente se incluyen mediante el diálogo 
31112 \family sans
31113 Gráficos
31114 \family default
31115 , tal como se explica en la sección
31116 \begin_inset space ~
31117 \end_inset
31118
31119
31120 \begin_inset CommandInset ref
31121 LatexCommand ref
31122 reference "sec:Diálogo-Gráficos"
31123
31124 \end_inset
31125
31126 .
31127  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31128  PDF y EPS no están soportadas.
31129 \end_layout
31130
31131 \begin_layout Description
31132 XFig Esta plantilla soporta imágenes creadas con el programa 
31133 \series bold
31134
31135 \begin_inset CommandInset href
31136 LatexCommand href
31137 name "Xfig"
31138 target "http://en.wikipedia.org/wiki/Xfig"
31139
31140 \end_inset
31141
31142
31143 \series default
31144 .
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset Float table
31149 placement h
31150 wide false
31151 sideways false
31152 status open
31153
31154 \begin_layout Plain Layout
31155 \begin_inset Caption
31156
31157 \begin_layout Plain Layout
31158 \begin_inset CommandInset label
31159 LatexCommand label
31160 name "tab:Comparación-de"
31161
31162 \end_inset
31163
31164 Comparación de los métodos de inserción de fecha.
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173 \align center
31174 \begin_inset Tabular
31175 <lyxtabular version="3" rows="4" columns="4">
31176 <features>
31177 <column alignment="center" valignment="top" width="0">
31178 <column alignment="center" valignment="top" width="0">
31179 <column alignment="center" valignment="top" width="0">
31180 <column alignment="center" valignment="top" width="0">
31181 <row>
31182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31183 \begin_inset Text
31184
31185 \begin_layout Plain Layout
31186 Tipo del Documento
31187 \end_layout
31188
31189 \end_inset
31190 </cell>
31191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31192 \begin_inset Text
31193
31194 \begin_layout Plain Layout
31195
31196 \family sans
31197 Material Externo\SpecialChar \menuseparator
31198 Fecha
31199 \end_layout
31200
31201 \end_inset
31202 </cell>
31203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31204 \begin_inset Text
31205
31206 \begin_layout Plain Layout
31207
31208 \family sans
31209 Insertar\SpecialChar \menuseparator
31210 Fecha
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 comando 
31220 \series bold
31221
31222 \backslash
31223 today
31224 \end_layout
31225
31226 \end_inset
31227 </cell>
31228 </row>
31229 <row>
31230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31231 \begin_inset Text
31232
31233 \begin_layout Plain Layout
31234 LyX
31235 \end_layout
31236
31237 \end_inset
31238 </cell>
31239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31240 \begin_inset Text
31241
31242 \begin_layout Plain Layout
31243 como cuadro
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 como fecha
31253 \end_layout
31254
31255 \end_inset
31256 </cell>
31257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31258 \begin_inset Text
31259
31260 \begin_layout Plain Layout
31261 como cuadro ERT
31262 \end_layout
31263
31264 \end_inset
31265 </cell>
31266 </row>
31267 <row>
31268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272 LaTeX
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281 como fecha
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 como fecha
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31296 \begin_inset Text
31297
31298 \begin_layout Plain Layout
31299 como comando
31300 \end_layout
31301
31302 \end_inset
31303 </cell>
31304 </row>
31305 <row>
31306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Plain Layout
31310 DVI, PDF, PS
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 como fecha
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31325 \begin_inset Text
31326
31327 \begin_layout Plain Layout
31328 como fecha
31329 \end_layout
31330
31331 \end_inset
31332 </cell>
31333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Plain Layout
31337 como fecha
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 </row>
31343 </lyxtabular>
31344
31345 \end_inset
31346
31347
31348 \end_layout
31349
31350 \end_inset
31351
31352
31353 \end_layout
31354
31355 \begin_layout Standard
31356 Si utilizas la opción 
31357 \family sans
31358 Borrador
31359 \family default
31360  en la solapa 
31361 \family sans
31362 Archivo
31363 \family default
31364  del diálogo 
31365 \family sans
31366 Material Externo
31367 \family default
31368 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31369 \family sans
31370
31371 \begin_inset Newline newline
31372 \end_inset
31373
31374
31375 \family default
31376 El material externo se muestra en LyX como un cuadro del tipo:
31377 \family sans
31378  
31379 \family default
31380
31381 \begin_inset Graphics
31382         filename clipart/MaterialExternoQt4.png
31383         scale 80
31384
31385 \end_inset
31386
31387  o como imagen, según la configuración elegida en la solapa 
31388 \family sans
31389 Vista
31390 \begin_inset space ~
31391 \end_inset
31392
31393 LyX 
31394 \family default
31395 del diálogo 
31396 \family sans
31397 Material Externo.
31398 \end_layout
31399
31400 \begin_layout Standard
31401 En el manual 
31402 \emph on
31403 Personalización
31404 \emph default
31405  se explica cómo definir tus propias plantillas.
31406 \end_layout
31407
31408 \begin_layout Section
31409 Documento hijo
31410 \begin_inset CommandInset label
31411 LatexCommand label
31412 name "sec:Documento-Hijo"
31413
31414 \end_inset
31415
31416
31417 \begin_inset Index
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Documento hijo
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \begin_layout Standard
31430 Los documentos hijos se emplean en el caso de tener un documento extenso
31431  compuesto por varias partes o secciones más grandes.
31432  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31433  en varios archivos que pueden ser revisados por separado.
31434  Estos archivos se conocen como documentos hijos, y el llamado documento
31435  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31436  
31437 \end_layout
31438
31439 \begin_layout Standard
31440 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31441  cuadros del tipo: 
31442 \begin_inset Graphics
31443         filename clipart/DocumentoHijoQt4.png
31444         scale 80
31445
31446 \end_inset
31447
31448 .
31449  Para incluir documentos hijos en un documento maestro utiliza el menú 
31450 \family sans
31451 Insertar
31452 \family default
31453 \SpecialChar \menuseparator
31454
31455 \family sans
31456 Archivo
31457 \family default
31458 \SpecialChar \menuseparator
31459
31460 \family sans
31461 Documento
31462 \begin_inset space ~
31463 \end_inset
31464
31465 hijo
31466 \family default
31467 .
31468  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31469 \end_layout
31470
31471 \begin_layout Description
31472 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31473  Al pulsar el botón 
31474 \family sans
31475 Cargar
31476 \family default
31477  en el diálogo 
31478 \family sans
31479 Documento hijo
31480 \family default
31481 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31482  la ventana de LyX y así puedes modificarlos si quieres.
31483 \end_layout
31484
31485 \begin_layout Standard
31486 Aquí hay un archivo insertado con el método 
31487 \family sans
31488 Incluir
31489 \family default
31490
31491 \begin_inset CommandInset include
31492 LatexCommand include
31493 filename "DocumentoPostizo1.lyx"
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 La numeración de secciones tiene en cuenta las secciones de los archivos
31502  incluidos en el orden en que están insertados en el documento maestro.
31503  El documento incluido de ejemplo tiene una subsección que se numera como
31504  subsección de la presente sección.
31505  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31506 \begin_inset space ~
31507 \end_inset
31508
31509
31510 \begin_inset CommandInset ref
31511 LatexCommand ref
31512 reference "sub:Subsección-Externa-1"
31513
31514 \end_inset
31515
31516 .
31517 \end_layout
31518
31519 \begin_layout Standard
31520 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31521  del documento maestro.
31522  Los documentos incluidos se insertan comenzando una página nueva y acabando
31523  con un salto de página.
31524 \end_layout
31525
31526 \begin_layout Standard
31527 Con el comando LaTeX 
31528 \series bold
31529
31530 \backslash
31531 includeonly
31532 \series default
31533  puedes determinar qué documentos hijos serán procesados al generar la salida.
31534  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31535  un extenso documento y quieres ahorrar tiempo de compilación.
31536  
31537 \series bold
31538
31539 \backslash
31540 includeonly 
31541 \series default
31542 se inserta en el preámbulo del documento maestro, poniendo como argumento
31543  una lista de los nombres de archivo separados con comas, p.
31544 \begin_inset space \thinspace{}
31545 \end_inset
31546
31547 e.
31548  la orden:
31549 \end_layout
31550
31551 \begin_layout Standard
31552
31553 \series bold
31554
31555 \backslash
31556 includeonly{capítulo1,capítulo5}
31557 \end_layout
31558
31559 \begin_layout Standard
31560 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31561 \begin_inset Quotes eld
31562 \end_inset
31563
31564 capítulo1.lyx
31565 \begin_inset Quotes erd
31566 \end_inset
31567
31568  (o 
31569 \begin_inset Quotes eld
31570 \end_inset
31571
31572 capítulo1.tex
31573 \begin_inset Quotes erd
31574 \end_inset
31575
31576 ) y 
31577 \begin_inset Quotes eld
31578 \end_inset
31579
31580 capítulo5.lyx
31581 \begin_inset Quotes erd
31582 \end_inset
31583
31584 .
31585 \end_layout
31586
31587 \begin_layout Standard
31588 \begin_inset Note Greyedout
31589 status open
31590
31591 \begin_layout Plain Layout
31592
31593 \series bold
31594 Nota:
31595 \series default
31596  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31597  a la del documento maestro, recibirás una advertencia al exportar/ver el
31598  documento, ya que esto podría dar resultados inesperados.
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \begin_layout Description
31607 Entrada Este método es muy parecido al método 
31608 \family sans
31609 Incluir
31610 \family default
31611 .
31612  Las diferencias son:
31613 \end_layout
31614
31615 \begin_deeper
31616 \begin_layout Itemize
31617 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31618  un salto de página.
31619 \end_layout
31620
31621 \begin_layout Itemize
31622 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31623 \family sans
31624 Vista
31625 \begin_inset space ~
31626 \end_inset
31627
31628 preliminar
31629 \begin_inset space ~
31630 \end_inset
31631
31632 inmediata 
31633 \family default
31634 está activada en el diálogo 
31635 \family sans
31636 Herramientas\SpecialChar \menuseparator
31637 Preferencias
31638 \family default
31639 , apartado 
31640 \family sans
31641 Apariencia\SpecialChar \menuseparator
31642 Gráficos
31643 \family default
31644 .
31645 \end_layout
31646
31647 \begin_layout Itemize
31648 No se puede utilizar el comando LaTeX 
31649 \series bold
31650
31651 \backslash
31652 includeonly
31653 \series default
31654 .
31655 \end_layout
31656
31657 \end_deeper
31658 \begin_layout Standard
31659 Aquí hay un documento hijo insertado con el método 
31660 \family sans
31661 Entrada
31662 \family default
31663 :
31664 \end_layout
31665
31666 \begin_layout Standard
31667 \begin_inset CommandInset include
31668 LatexCommand input
31669 filename "DocumentoPostizo2.lyx"
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Description
31677 Literal Con este método se puede incluir todo archivo de texto.
31678  El archivo aparece en la salida con su código fuente, y si contiene comandos
31679  no se ejecutan.
31680  Con la opción 
31681 \family sans
31682 Marcar espacios en la salida
31683 \family default
31684  cada espacio en el código fuente se muestra en la salida con el carácter
31685  
31686 \begin_inset Quotes eld
31687 \end_inset
31688
31689
31690 \begin_inset ERT
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694
31695
31696 \backslash
31697 textvisiblespace
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset Quotes erd
31704 \end_inset
31705
31706 .
31707  La diferencia con el método de inserción mediante el menú 
31708 \family sans
31709 Insertar
31710 \family default
31711 \SpecialChar \menuseparator
31712
31713 \family sans
31714 Archivo
31715 \family default
31716 \SpecialChar \menuseparator
31717
31718 \family sans
31719 Texto
31720 \begin_inset space ~
31721 \end_inset
31722
31723 simple
31724 \family default
31725  es que en este caso el contenido del archivo se ve en LyX, mientras que
31726  en modo 
31727 \family sans
31728 Literal 
31729 \family default
31730 no se muestra el contenido, sino un recuadro con el nombre.
31731
31732 \family sans
31733  
31734 \end_layout
31735
31736 \begin_layout Standard
31737 Aquí se inserta un documento hijo en modo Literal:
31738 \begin_inset CommandInset include
31739 LatexCommand verbatiminput
31740 filename "DocumentoTextoPostizo.txt"
31741
31742 \end_inset
31743
31744
31745 \begin_inset VSpace bigskip
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Standard
31752 Aquí se inserta un documento hijo en modo Literal con la opción 
31753 \family sans
31754 Marcar espacios en la salida
31755 \family default
31756 :
31757 \begin_inset CommandInset include
31758 LatexCommand verbatiminput*
31759 filename "DocumentoTextoPostizo.txt"
31760
31761 \end_inset
31762
31763
31764 \begin_inset VSpace bigskip
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 \begin_inset Note Greyedout
31772 status open
31773
31774 \begin_layout Plain Layout
31775
31776 \series bold
31777 Nota:
31778 \series default
31779  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31780  incluidos en modo 
31781 \family sans
31782 literal
31783 \family default
31784  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31785  archivo de texto.
31786 \end_layout
31787
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Description
31794 Listado
31795 \begin_inset space ~
31796 \end_inset
31797
31798 de
31799 \begin_inset space ~
31800 \end_inset
31801
31802 programa Este tipo se describe en el capítulo
31803 \begin_inset space ~
31804 \end_inset
31805
31806
31807 \begin_inset CommandInset ref
31808 LatexCommand ref
31809 reference "cha:Listado-de-programa"
31810
31811 \end_inset
31812
31813 .
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset Note Greyedout
31818 status open
31819
31820 \begin_layout Plain Layout
31821
31822 \series bold
31823 Nota:
31824 \series default
31825  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31826  problemas en LaTeX.
31827 \end_layout
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \begin_layout Chapter
31835 Listado de programa
31836 \begin_inset CommandInset label
31837 LatexCommand label
31838 name "cha:Listado-de-programa"
31839
31840 \end_inset
31841
31842
31843 \begin_inset Index
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847 Listado de programa
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \begin_inset Index
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857 Listado de programa ! list@
31858 \emph on
31859 listings
31860 \end_layout
31861
31862 \end_inset
31863
31864
31865 \begin_inset Index
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 Flotantes ! Listado de programa
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Standard
31878 Para incluir y tipografiar código de programación puedes usar la opción
31879  de menú disponible en 
31880 \family sans
31881 Insertar\SpecialChar \menuseparator
31882 Listado
31883 \begin_inset space ~
31884 \end_inset
31885
31886 de
31887 \begin_inset space ~
31888 \end_inset
31889
31890 programa.
31891  
31892 \family default
31893 El paquete LaTeX 
31894 \series bold
31895 listings
31896 \series default
31897
31898 \begin_inset Index
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 LaTeX-paquetes ! listings
31903 \end_layout
31904
31905 \end_inset
31906
31907  provee un mecanismo potente y flexible para insertar código fuente en tu
31908  documento.
31909 \end_layout
31910
31911 \begin_layout Standard
31912 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31913  en el que puedes establecer el formato del mismo.
31914 \end_layout
31915
31916 \begin_layout Standard
31917 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
31918  La opción de ubicación 
31919 \family sans
31920 Listado
31921 \begin_inset space ~
31922 \end_inset
31923
31924 insertado
31925 \family default
31926  lo imprime en la línea, como este ejemplo: 
31927 \begin_inset listings
31928 lstparams "language={C++}"
31929 inline true
31930 status open
31931
31932 \begin_layout Plain Layout
31933
31934 \lang english
31935 int a=5;
31936 \end_layout
31937
31938 \end_inset
31939
31940
31941 \family sans
31942
31943 \begin_inset Newline newline
31944 \end_inset
31945
31946
31947 \family default
31948 La opción 
31949 \family sans
31950 Flotante
31951 \family default
31952  crea un listado flotante cuya colocación se puede especificar mediante
31953  las opciones 
31954 \begin_inset Quotes erd
31955 \end_inset
31956
31957
31958 \family sans
31959 h
31960 \family default
31961
31962 \begin_inset Quotes erd
31963 \end_inset
31964
31965
31966 \begin_inset Quotes eld
31967 \end_inset
31968
31969
31970 \family sans
31971 t
31972 \family default
31973
31974 \begin_inset Quotes erd
31975 \end_inset
31976
31977
31978 \begin_inset Quotes eld
31979 \end_inset
31980
31981
31982 \family sans
31983 b
31984 \family default
31985
31986 \begin_inset Quotes erd
31987 \end_inset
31988
31989  y 
31990 \begin_inset Quotes eld
31991 \end_inset
31992
31993
31994 \family sans
31995 p
31996 \family default
31997
31998 \begin_inset Quotes erd
31999 \end_inset
32000
32001 , correspondientes a las opciones de colocación de flotantes descritas en
32002  la sección
32003 \family sans
32004
32005 \begin_inset space ~
32006 \end_inset
32007
32008
32009 \begin_inset CommandInset ref
32010 LatexCommand ref
32011 reference "sec:Colocación-de-Flotantes"
32012
32013 \end_inset
32014
32015
32016 \family default
32017 .
32018  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32019  p.
32020 \family sans
32021
32022 \begin_inset space \thinspace{}
32023 \end_inset
32024
32025
32026 \family default
32027 e.
32028 \begin_inset space ~
32029 \end_inset
32030
32031
32032 \begin_inset Quotes eld
32033 \end_inset
32034
32035
32036 \family sans
32037 htbp
32038 \family default
32039
32040 \begin_inset Quotes erd
32041 \end_inset
32042
32043 .
32044  La opción 
32045 \begin_inset Quotes eld
32046 \end_inset
32047
32048
32049 \family sans
32050 h
32051 \family default
32052
32053 \begin_inset Quotes erd
32054 \end_inset
32055
32056  a veces no tiene efecto, pero no necesitas usar la opción 
32057 \family sans
32058 Flotante
32059 \family default
32060  en ese caso puesto que los listados de programa no flotantes también pueden
32061  tener leyendas y ser referenciadas.
32062 \end_layout
32063
32064 \begin_layout Standard
32065 Se puede añadir una leyenda a un listado de programa con el menú 
32066 \family sans
32067 Insertar\SpecialChar \menuseparator
32068 Leyenda
32069 \family default
32070
32071 \begin_inset Foot
32072 status open
32073
32074 \begin_layout Plain Layout
32075 Para traducir la etiqueta 
32076 \begin_inset Quotes eld
32077 \end_inset
32078
32079 Listado
32080 \begin_inset Quotes erd
32081 \end_inset
32082
32083  de la leyenda, se añade al preámbulo del documento el comando 
32084 \series bold
32085
32086 \backslash
32087 renewcommand{
32088 \backslash
32089 lstlistingname}{Listado}
32090 \series default
32091 .
32092  (
32093 \emph on
32094 N.
32095 \begin_inset space \thinspace{}
32096 \end_inset
32097
32098 del t.
32099 \emph default
32100 )
32101 \end_layout
32102
32103 \end_inset
32104
32105 .
32106  Los listados de programa se pueden referenciar como los flotantes: Listado
32107 \begin_inset space ~
32108 \end_inset
32109
32110
32111 \begin_inset CommandInset ref
32112 LatexCommand ref
32113 reference "lst:Ejemplo-de-listado-de-programa"
32114
32115 \end_inset
32116
32117
32118 \end_layout
32119
32120 \begin_layout Standard
32121 \begin_inset listings
32122 lstparams "language=Python"
32123 inline false
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128 \lang english
32129 \begin_inset Caption
32130
32131 \begin_layout Plain Layout
32132 \begin_inset CommandInset label
32133 LatexCommand label
32134 name "lst:Ejemplo-de-listado-de-programa"
32135
32136 \end_inset
32137
32138 Ejemplo de listado de programa flotante
32139 \end_layout
32140
32141 \end_inset
32142
32143 # Ejemplo de listado flotante
32144 \end_layout
32145
32146 \begin_layout Plain Layout
32147
32148 \lang english
32149 def func(param):
32150 \end_layout
32151
32152 \begin_layout Plain Layout
32153
32154 \lang english
32155     'this is a python function'
32156 \end_layout
32157
32158 \begin_layout Plain Layout
32159
32160 \lang english
32161     pass
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Standard
32170 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32171  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32172  y tipografiadas de manera especial en la salida.
32173  En el ejemplo, la clave de Python 
32174 \begin_inset Quotes eld
32175 \end_inset
32176
32177 def
32178 \begin_inset Quotes erd
32179 \end_inset
32180
32181  es reconocida y se imprimirá en negrita.
32182 \end_layout
32183
32184 \begin_layout Standard
32185 \begin_inset Note Greyedout
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189
32190 \series bold
32191 Nota:
32192 \series default
32193  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32194  debe probablemente a que dicha fuente no suministra negritas.
32195  En este caso selecciona una fuente distinta en el menú 
32196 \family sans
32197 Documento
32198 \family default
32199 \SpecialChar \menuseparator
32200
32201 \family sans
32202 Configuración
32203 \family default
32204 \SpecialChar \menuseparator
32205
32206 \family sans
32207 Fuentes.
32208  
32209 \family default
32210 (Las fuentes 
32211 \emph on
32212 LuxiMono, BeraMono
32213 \emph default
32214  y 
32215 \emph on
32216 Courier 
32217 \emph default
32218 suministran negritas.)
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Standard
32227 En la sección 
32228 \family sans
32229 Numeración
32230 \begin_inset space ~
32231 \end_inset
32232
32233 de
32234 \begin_inset space ~
32235 \end_inset
32236
32237 líneas
32238 \family default
32239  del diálogo puedes elegir el estilo de numeración de las líneas.
32240  En el campo 
32241 \family sans
32242 Paso 
32243 \family default
32244 puedes insertar un número para determinar qué líneas se numeran.
32245  Por ejemplo, si pones 
32246 \begin_inset Quotes eld
32247 \end_inset
32248
32249 3
32250 \begin_inset Quotes erd
32251 \end_inset
32252
32253 , se numera sólo una de cada tres líneas.
32254  
32255 \end_layout
32256
32257 \begin_layout Standard
32258 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32259  en la salida.
32260  La opción 
32261 \family sans
32262 Tabla
32263 \begin_inset space ~
32264 \end_inset
32265
32266 de
32267 \begin_inset space ~
32268 \end_inset
32269
32270 caracteres
32271 \begin_inset space ~
32272 \end_inset
32273
32274 extendida
32275 \family default
32276  debería emplearse si se usan en el código caracteres nacionales como la
32277  diéresis alemana.
32278 \begin_inset Newline newline
32279 \end_inset
32280
32281 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32282  
32283 \begin_inset Quotes eld
32284 \end_inset
32285
32286 3
32287 \begin_inset Quotes erd
32288 \end_inset
32289
32290 , lenguaje 
32291 \begin_inset Quotes eld
32292 \end_inset
32293
32294 Python
32295 \begin_inset Quotes erd
32296 \end_inset
32297
32298 , opciones de estilo 
32299 \begin_inset Quotes eld
32300 \end_inset
32301
32302 Tabla de caracteres extendida
32303 \begin_inset Quotes erd
32304 \end_inset
32305
32306  y 
32307 \begin_inset Quotes eld
32308 \end_inset
32309
32310 Espacio como símbolo
32311 \begin_inset Quotes erd
32312 \end_inset
32313
32314 , rango de líneas 3-8:
32315 \begin_inset listings
32316 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32317 inline false
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321
32322 \lang english
32323 def func(param):
32324 \end_layout
32325
32326 \begin_layout Plain Layout
32327
32328 \lang english
32329     'this is a python function'
32330 \end_layout
32331
32332 \begin_layout Plain Layout
32333
32334 \lang english
32335     pass
32336 \end_layout
32337
32338 \begin_layout Plain Layout
32339
32340 \lang english
32341 def func(param):
32342 \end_layout
32343
32344 \begin_layout Plain Layout
32345
32346 \lang english
32347 'This is a German word: Tschüß'
32348 \end_layout
32349
32350 \begin_layout Plain Layout
32351
32352 \lang english
32353 pass
32354 \end_layout
32355
32356 \begin_layout Plain Layout
32357
32358 \lang english
32359 def func(param):
32360 \end_layout
32361
32362 \begin_layout Plain Layout
32363
32364 \lang english
32365 'this is a python function'
32366 \end_layout
32367
32368 \begin_layout Plain Layout
32369
32370 \lang english
32371 pass
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \begin_layout Standard
32380 \begin_inset Note Greyedout
32381 status open
32382
32383 \begin_layout Plain Layout
32384
32385 \series bold
32386 Nota:
32387 \series default
32388  Debido a un error en el paquete 
32389 \series bold
32390 listings
32391 \series default
32392  la numeración de líneas cambia en una línea por cada listado previo.
32393  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32394  3 y 6.
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Standard
32403 \begin_inset VSpace bigskip
32404 \end_inset
32405
32406
32407 \end_layout
32408
32409 \begin_layout Standard
32410 También es posible imprimir como listado de programa líneas de un archivo.
32411  Para hacer esto, usa el menú 
32412 \family sans
32413 Insertar\SpecialChar \menuseparator
32414 Archivo\SpecialChar \menuseparator
32415 Documento
32416 \begin_inset space ~
32417 \end_inset
32418
32419 hijo 
32420 \family default
32421 y elige el tipo 
32422 \family sans
32423 Listado de programa
32424 \family default
32425 .
32426 \begin_inset Foot
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430 Los restantes tipos de documento hijo se describen en la sección
32431 \begin_inset space ~
32432 \end_inset
32433
32434
32435 \begin_inset CommandInset ref
32436 LatexCommand ref
32437 reference "sec:Documento-Hijo"
32438
32439 \end_inset
32440
32441 .
32442 \end_layout
32443
32444 \end_inset
32445
32446  En el diálogo de documento hijo puedes especificar los parámetros del listado
32447  en el cuadro de texto.
32448  Para ver una lista de los parámetros disponibles teclea una interrogación
32449  
32450 \begin_inset Quotes eld
32451 \end_inset
32452
32453 ?
32454 \begin_inset Quotes erd
32455 \end_inset
32456
32457  en el cuadro.
32458 \end_layout
32459
32460 \begin_layout Standard
32461 Para referenciar un documento hijo tipo listado, escribe el texto de la
32462  etiqueta en el campo correspondiente del diálogo de documento hijo.
32463  Después se puede referenciar la etiqueta con el menú 
32464 \family sans
32465 Insertar\SpecialChar \menuseparator
32466 Referencia cruzada.
32467 \end_layout
32468
32469 \begin_layout Standard
32470 A continuación hay un ejemplo, Listado
32471 \begin_inset space ~
32472 \end_inset
32473
32474
32475 \begin_inset CommandInset ref
32476 LatexCommand ref
32477 reference "lst:archivo-listado"
32478
32479 \end_inset
32480
32481 , de inserción de líneas de un archivo; en él se incluye el rango de las
32482  líneas 10
32483 \begin_inset space \thinspace{}
32484 \end_inset
32485
32486 -
32487 \begin_inset space \thinspace{}
32488 \end_inset
32489
32490 15 de este archivo LyX.
32491 \end_layout
32492
32493 \begin_layout Standard
32494 \begin_inset CommandInset include
32495 LatexCommand lstinputlisting
32496 filename "EmbeddedObjects.lyx"
32497 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32498
32499 \end_inset
32500
32501
32502 \begin_inset VSpace bigskip
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \begin_layout Standard
32509 Las preferencias globales se pueden establecer en el diálogo 
32510 \family sans
32511 Documento\SpecialChar \menuseparator
32512 Configuración\SpecialChar \menuseparator
32513 Diseño
32514 \begin_inset space ~
32515 \end_inset
32516
32517 del
32518 \begin_inset space ~
32519 \end_inset
32520
32521 texto.
32522  
32523 \family default
32524 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32525  
32526 \begin_inset Quotes eld
32527 \end_inset
32528
32529 ?
32530 \begin_inset Quotes erd
32531 \end_inset
32532
32533  en el campo de texto.
32534 \end_layout
32535
32536 \begin_layout Standard
32537 Para más información sobre el paquete 
32538 \series bold
32539 listings
32540 \series default
32541 , consulta su documentación
32542 \begin_inset space ~
32543 \end_inset
32544
32545
32546 \begin_inset CommandInset citation
32547 LatexCommand cite
32548 key "listings"
32549
32550 \end_inset
32551
32552 .
32553 \end_layout
32554
32555 \begin_layout Standard
32556 \begin_inset Newpage newpage
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Chapter
32563 \start_of_appendix
32564 Unidades disponibles en LyX
32565 \begin_inset Index
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 Unidades
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \begin_inset CommandInset label
32576 LatexCommand label
32577 name "cha:Unidades-disponibles-en"
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 Para comprender las unidades utilizadas en este manual, el cuadro
32586 \begin_inset space ~
32587 \end_inset
32588
32589
32590 \begin_inset CommandInset ref
32591 LatexCommand ref
32592 reference "tab:Unidades"
32593
32594 \end_inset
32595
32596  describe todas las unidades disponibles en LyX.
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \begin_inset Float table
32601 placement h
32602 wide false
32603 sideways false
32604 status open
32605
32606 \begin_layout Plain Layout
32607 \begin_inset Caption
32608
32609 \begin_layout Plain Layout
32610 \begin_inset CommandInset label
32611 LatexCommand label
32612 name "tab:Unidades"
32613
32614 \end_inset
32615
32616 Unidades
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Plain Layout
32625 \begin_inset VSpace medskip
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \begin_layout Plain Layout
32632 \align center
32633 \begin_inset Tabular
32634 <lyxtabular version="3" rows="20" columns="2">
32635 <features>
32636 <column alignment="center" valignment="top" width="0">
32637 <column alignment="center" valignment="top" width="0">
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 unidad
32644 \end_layout
32645
32646 \end_inset
32647 </cell>
32648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 nombre/descripción
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 </row>
32658 <row>
32659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32660 \begin_inset Text
32661
32662 \begin_layout Plain Layout
32663 mm
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 milímetro
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 </row>
32678 <row>
32679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32680 \begin_inset Text
32681
32682 \begin_layout Plain Layout
32683 cm
32684 \end_layout
32685
32686 \end_inset
32687 </cell>
32688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 centímetro
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 </row>
32698 <row>
32699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32700 \begin_inset Text
32701
32702 \begin_layout Plain Layout
32703 in
32704 \end_layout
32705
32706 \end_inset
32707 </cell>
32708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32709 \begin_inset Text
32710
32711 \begin_layout Plain Layout
32712 pulgada
32713 \end_layout
32714
32715 \end_inset
32716 </cell>
32717 </row>
32718 <row>
32719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32720 \begin_inset Text
32721
32722 \begin_layout Plain Layout
32723 pt
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 punto (72.27
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736 pt = 1
32737 \begin_inset space \thinspace{}
32738 \end_inset
32739
32740 in)
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 </row>
32746 <row>
32747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32748 \begin_inset Text
32749
32750 \begin_layout Plain Layout
32751 pc
32752 \end_layout
32753
32754 \end_inset
32755 </cell>
32756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760 pica (1
32761 \begin_inset space \thinspace{}
32762 \end_inset
32763
32764 pc = 12
32765 \begin_inset space \thinspace{}
32766 \end_inset
32767
32768 pt)
32769 \end_layout
32770
32771 \end_inset
32772 </cell>
32773 </row>
32774 <row>
32775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779 sp
32780 \end_layout
32781
32782 \end_inset
32783 </cell>
32784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788 punto escalado (65536
32789 \begin_inset space \thinspace{}
32790 \end_inset
32791
32792 sp = 1
32793 \begin_inset space \thinspace{}
32794 \end_inset
32795
32796 pt)
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 </row>
32802 <row>
32803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32804 \begin_inset Text
32805
32806 \begin_layout Plain Layout
32807 bp
32808 \end_layout
32809
32810 \end_inset
32811 </cell>
32812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Plain Layout
32816 punto grande (72
32817 \begin_inset space \thinspace{}
32818 \end_inset
32819
32820 bp = 1
32821 \begin_inset space \thinspace{}
32822 \end_inset
32823
32824 in)
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 <row>
32831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835 dd
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844 didot (1
32845 \begin_inset space \thinspace{}
32846 \end_inset
32847
32848 dd 
32849 \begin_inset Formula $\approx$
32850 \end_inset
32851
32852  0.376
32853 \begin_inset space \thinspace{}
32854 \end_inset
32855
32856 mm)
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 </row>
32862 <row>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 cc
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876 cicero (1
32877 \begin_inset space \thinspace{}
32878 \end_inset
32879
32880 cc = 12
32881 \begin_inset space \thinspace{}
32882 \end_inset
32883
32884 dd)
32885 \end_layout
32886
32887 \end_inset
32888 </cell>
32889 </row>
32890 <row>
32891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895 Scale%
32896 \end_layout
32897
32898 \end_inset
32899 </cell>
32900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32901 \begin_inset Text
32902
32903 \begin_layout Plain Layout
32904 % de anchura original de la imagen
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 </row>
32910 <row>
32911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915 text%
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32921 \begin_inset Text
32922
32923 \begin_layout Plain Layout
32924 % de anchura de texto
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 </row>
32930 <row>
32931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 col%
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944 % de anchura de columna
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 </row>
32950 <row>
32951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 page%
32956 \end_layout
32957
32958 \end_inset
32959 </cell>
32960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32961 \begin_inset Text
32962
32963 \begin_layout Plain Layout
32964 % de anchura de página
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 </row>
32970 <row>
32971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32972 \begin_inset Text
32973
32974 \begin_layout Plain Layout
32975 line%
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32981 \begin_inset Text
32982
32983 \begin_layout Plain Layout
32984 % de anchura de línea
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 </row>
32990 <row>
32991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 theight%
32996 \end_layout
32997
32998 \end_inset
32999 </cell>
33000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33001 \begin_inset Text
33002
33003 \begin_layout Plain Layout
33004 % de altura de texto
33005 \end_layout
33006
33007 \end_inset
33008 </cell>
33009 </row>
33010 <row>
33011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33012 \begin_inset Text
33013
33014 \begin_layout Plain Layout
33015 pheight%
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 % de altura de página
33025 \end_layout
33026
33027 \end_inset
33028 </cell>
33029 </row>
33030 <row>
33031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33032 \begin_inset Text
33033
33034 \begin_layout Plain Layout
33035 ex
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044 altura de la letra 
33045 \emph on
33046 x
33047 \emph default
33048  en la fuente actual
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 </row>
33054 <row>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059 em
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33065 \begin_inset Text
33066
33067 \begin_layout Plain Layout
33068 anchura de la letra 
33069 \emph on
33070 M
33071 \emph default
33072  en la fuente actual
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 </row>
33078 <row>
33079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083 mu
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 unidad matemática (1
33093 \begin_inset space \thinspace{}
33094 \end_inset
33095
33096 mu = 1/18
33097 \begin_inset space \thinspace{}
33098 \end_inset
33099
33100 em)
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 </row>
33106 </lyxtabular>
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Chapter
33119 Formatos de archivos de salida con gráficos
33120 \begin_inset CommandInset label
33121 LatexCommand label
33122 name "cha:Formatos-de-Archivos-de-Salida"
33123
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \begin_layout Section
33130 DVI
33131 \begin_inset Index
33132 status collapsed
33133
33134 \begin_layout Plain Layout
33135 Formatos de archivo ! DVI
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \begin_inset Index
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145 DVI|see
33146 \begin_inset ERT
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150
33151 {
33152 \end_layout
33153
33154 \end_inset
33155
33156 Formatos de archivo
33157 \begin_inset ERT
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161
33162 }
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Este tipo de archivo tiene la extensión 
33177 \begin_inset Quotes eld
33178 \end_inset
33179
33180
33181 \family typewriter
33182 .dvi
33183 \family default
33184
33185 \begin_inset Quotes erd
33186 \end_inset
33187
33188 .
33189  Se denomina 
33190 \begin_inset Quotes eld
33191 \end_inset
33192
33193 device-independent
33194 \begin_inset Quotes erd
33195 \end_inset
33196
33197  (DVI), porque es completamente portable; se pueden mover de una máquina
33198  a otra sin necesidad de conversión alguna.
33199  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33200  Los DVI se usan para vistas preliminares rápidas y como preparación para
33201  otros formatos de salida como PostScript.
33202 \end_layout
33203
33204 \begin_layout Standard
33205 \begin_inset Note Greyedout
33206 status open
33207
33208 \begin_layout Plain Layout
33209
33210 \series bold
33211 Nota:
33212 \series default
33213  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33214 \end_layout
33215
33216 \end_inset
33217
33218  Por tanto no debes olvidar esto si mueves archivos 
33219 \family typewriter
33220 .dvi
33221 \family default
33222  a otro ordenador.
33223  Esta característica también puede retardar la visualización del archivo,
33224  porque el visor DVI tiene que convertir la imagen en segundo plano para
33225  hacerla visible al deslizar el visor.
33226  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33227 \end_layout
33228
33229 \begin_layout Standard
33230 Un documento se exporta a DVI con el menú 
33231 \family sans
33232 Archivo\SpecialChar \menuseparator
33233 Exportar\SpecialChar \menuseparator
33234 DVI
33235 \family default
33236 .
33237  Puedes ver la salida del documento en DVI con el menú 
33238 \family sans
33239 Ver\SpecialChar \menuseparator
33240 DVI 
33241 \family default
33242 o con el botón
33243 \begin_inset space ~
33244 \end_inset
33245
33246
33247 \begin_inset Graphics
33248         filename ../../images/buffer-view_dvi.png
33249         scale 85
33250
33251 \end_inset
33252
33253 .
33254 \end_layout
33255
33256 \begin_layout Section
33257 PostScript
33258 \begin_inset CommandInset label
33259 LatexCommand label
33260 name "sec:PostScript"
33261
33262 \end_inset
33263
33264
33265 \begin_inset Index
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269 Formatos de archivo ! PostScript
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \begin_inset Index
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279 PostScript|see
33280 \begin_inset ERT
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284
33285 {
33286 \end_layout
33287
33288 \end_inset
33289
33290 Formatos de archivo
33291 \begin_inset ERT
33292 status collapsed
33293
33294 \begin_layout Plain Layout
33295
33296 }
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Este tipo de archivo tiene la extensión 
33311 \begin_inset Quotes eld
33312 \end_inset
33313
33314
33315 \family typewriter
33316 .ps
33317 \family default
33318
33319 \begin_inset Quotes erd
33320 \end_inset
33321
33322 .
33323  PostScript fue desarrollado por la compañía 
33324 \family typewriter
33325 Adobe
33326 \family default
33327  como lenguaje para impresoras.
33328  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33329  PostScript puede considerarse como un 
33330 \begin_inset Quotes eld
33331 \end_inset
33332
33333 lenguaje de programación
33334 \begin_inset Quotes erd
33335 \end_inset
33336
33337 ; con él puedes calcular y dibujar imágenes y diagramas
33338 \begin_inset Foot
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342 Si estás interesado en este tema acude al paquete LaTeX 
33343 \series bold
33344 PSTricks
33345 \series default
33346  
33347 \begin_inset CommandInset citation
33348 LatexCommand cite
33349 key "pstricks"
33350
33351 \end_inset
33352
33353 .
33354 \end_layout
33355
33356 \end_inset
33357
33358 .
33359  Por esto los archivos suelen ser más grandes que los PDF.
33360 \end_layout
33361
33362 \begin_layout Standard
33363 Los archivos PostScript sólo pueden contener imágenes en el formato 
33364 \begin_inset Quotes eld
33365 \end_inset
33366
33367 Encapsulated PostScript
33368 \begin_inset Quotes erd
33369 \end_inset
33370
33371  (EPS, extensión 
33372 \begin_inset Quotes eld
33373 \end_inset
33374
33375
33376 \family typewriter
33377 .eps
33378 \family default
33379
33380 \begin_inset Quotes erd
33381 \end_inset
33382
33383 ).
33384  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33385  en segundo plano para convertir las imágenes a EPS.
33386  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33387  cada vez que veas o exportes el documento.
33388  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33389  puedes evitar el problema insertando las imágenes directamente en EPS.
33390 \end_layout
33391
33392 \begin_layout Standard
33393 El documento se puede exportar a PostScript con el menú 
33394 \family sans
33395 Archivo\SpecialChar \menuseparator
33396 Exportar\SpecialChar \menuseparator
33397 Postscript
33398 \family default
33399 .
33400  Se puede ver la salida en PostScript con el menú 
33401 \family sans
33402 Ver\SpecialChar \menuseparator
33403 Postscript 
33404 \family default
33405 o con el botón
33406 \begin_inset space ~
33407 \end_inset
33408
33409
33410 \begin_inset Graphics
33411         filename ../../images/buffer-view_ps.png
33412
33413 \end_inset
33414
33415 .
33416 \end_layout
33417
33418 \begin_layout Section
33419 PDF
33420 \begin_inset CommandInset label
33421 LatexCommand label
33422 name "sec:PDF"
33423
33424 \end_inset
33425
33426
33427 \begin_inset Index
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 Formatos de archivo ! PDF
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \begin_inset Index
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 PDF
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \begin_layout Standard
33450 Este tipo de archivo tiene la extensión 
33451 \begin_inset Quotes eld
33452 \end_inset
33453
33454
33455 \family typewriter
33456 .pdf
33457 \family default
33458
33459 \begin_inset Quotes erd
33460 \end_inset
33461
33462 .
33463  El formato 
33464 \begin_inset Quotes eld
33465 \end_inset
33466
33467 Portable Document Format
33468 \begin_inset Quotes erd
33469 \end_inset
33470
33471  (PDF) fue desarrollado por 
33472 \family typewriter
33473 Adobe
33474 \family default
33475  como derivado de PostScript.
33476  Es más comprimido y utiliza muchos menos comandos que PostScript.
33477  Como su nombre 
33478 \begin_inset Quotes eld
33479 \end_inset
33480
33481 portable
33482 \begin_inset Quotes erd
33483 \end_inset
33484
33485  indica, puede ser procesado por cualquier sistema operativo y la salida
33486  impresa se muestra exactamente igual.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 PDF puede contener imágenes en su propio formato PDF, en el formato 
33491 \begin_inset Quotes eld
33492 \end_inset
33493
33494 Joint Photographic Experts Group
33495 \begin_inset Quotes erd
33496 \end_inset
33497
33498  (JPG, extensión 
33499 \begin_inset Quotes eld
33500 \end_inset
33501
33502
33503 \family typewriter
33504 .jpg
33505 \family default
33506
33507 \begin_inset Quotes erd
33508 \end_inset
33509
33510  o 
33511 \begin_inset Quotes eld
33512 \end_inset
33513
33514
33515 \family typewriter
33516 .jpeg
33517 \family default
33518
33519 \begin_inset Quotes erd
33520 \end_inset
33521
33522 ), y en el formato 
33523 \begin_inset Quotes eld
33524 \end_inset
33525
33526 Portable Network Graphics
33527 \begin_inset Quotes erd
33528 \end_inset
33529
33530  (PNG, extensión 
33531 \begin_inset Quotes eld
33532 \end_inset
33533
33534
33535 \family typewriter
33536 .png
33537 \family default
33538
33539 \begin_inset Quotes erd
33540 \end_inset
33541
33542 ).
33543  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33544  en segundo plano a alguno de los anteriores.
33545  Pero como se ha comentado en la sección sobre PostScript, la conversión
33546  de gráficos ralentiza el trabajo.
33547  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33548  mencionados.
33549 \end_layout
33550
33551 \begin_layout Standard
33552 Un documento se puede exportar a PDF con el menú 
33553 \family sans
33554 Archivo\SpecialChar \menuseparator
33555 Exportar
33556 \family default
33557  en tres modos diferentes:
33558 \end_layout
33559
33560 \begin_layout Description
33561 PDF
33562 \begin_inset space ~
33563 \end_inset
33564
33565 (ps2pdf) Este utiliza el programa 
33566 \family typewriter
33567 ps2pdf
33568 \family default
33569  que crea un PDF a partir de una versión PostScript del archivo.
33570  La versión PostScript es producida por el programa 
33571 \family typewriter
33572 dvips
33573 \family default
33574  que usa una versión DVI como paso intermedio.
33575  Así que este modo de exportación consta de tres conversiones.
33576 \end_layout
33577
33578 \begin_layout Description
33579 PDF
33580 \begin_inset space ~
33581 \end_inset
33582
33583 (dvipdfm) Este utiliza el programa 
33584 \family typewriter
33585 dvipdfm
33586 \family default
33587  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33588  PDF.
33589 \end_layout
33590
33591 \begin_layout Description
33592 PDF
33593 \begin_inset space ~
33594 \end_inset
33595
33596 (pdflatex) Este utiliza el programa 
33597 \family typewriter
33598 pdftex
33599 \family default
33600  que convierte directamente el archivo a PDF.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 Se recomienda usar 
33605 \family sans
33606 PDF
33607 \begin_inset space ~
33608 \end_inset
33609
33610 (pdflatex)
33611 \family default
33612  porque 
33613 \family typewriter
33614 pdftex
33615 \family default
33616  soporta todas las características de las versiones actuales de PDF, es
33617  rápido y estable.
33618  El programa 
33619 \family typewriter
33620 dvipdfm
33621 \family default
33622  ya no se desarrolla y está un poco obsoleto.
33623 \end_layout
33624
33625 \begin_layout Standard
33626 La salida en formato PDF se puede ver con el menú 
33627 \family sans
33628 Ver 
33629 \family default
33630 o con el botón
33631 \begin_inset space ~
33632 \end_inset
33633
33634
33635 \begin_inset Graphics
33636         filename ../../images/buffer-view_pdf2.png
33637         scale 85
33638
33639 \end_inset
33640
33641  (que usa 
33642 \family sans
33643 PDF
33644 \begin_inset space ~
33645 \end_inset
33646
33647 (pdflatex)
33648 \family default
33649 ).
33650 \end_layout
33651
33652 \begin_layout Chapter
33653 Explicación de la ecuación
33654 \begin_inset space ~
33655 \end_inset
33656
33657
33658 \begin_inset CommandInset ref
33659 LatexCommand eqref
33660 reference "eq:Wgn"
33661
33662 \end_inset
33663
33664
33665 \begin_inset CommandInset label
33666 LatexCommand label
33667 name "cha:Explicación-de-la-Ecuación"
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \begin_layout Standard
33675 La anchura total de 
33676 \emph on
33677 n
33678 \emph default
33679  celdas de una tabla 
33680 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33681 \end_inset
33682
33683  puede calcularse con
33684 \end_layout
33685
33686 \begin_layout Standard
33687 \begin_inset Formula \begin{equation}
33688 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}
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Standard
33696 donde 
33697 \begin_inset Formula $W_{g\, n}$
33698 \end_inset
33699
33700  es el ancho dado de todas las celdas.
33701  
33702 \series bold
33703
33704 \backslash
33705 tabcolsep
33706 \series default
33707  es la longitud LaTeX entre el texto y el borde de la celda, 6
33708 \begin_inset space \thinspace{}
33709 \end_inset
33710
33711 pt por defecto.
33712  
33713 \series bold
33714
33715 \backslash
33716 arrayrulewidth
33717 \series default
33718  es el grosor de línea del borde, 0.4
33719 \begin_inset space \thinspace{}
33720 \end_inset
33721
33722 pt por defecto.
33723 \end_layout
33724
33725 \begin_layout Standard
33726 Procediendo como en la ecuación
33727 \begin_inset space ~
33728 \end_inset
33729
33730
33731 \begin_inset CommandInset ref
33732 LatexCommand eqref
33733 reference "eq:Wtot_n"
33734
33735 \end_inset
33736
33737 , el ancho total de una multicolumna, 
33738 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33739 \end_inset
33740
33741  es
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset Formula \begin{equation}
33746 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33747
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \begin_layout Standard
33754 Igualando las ecuaciones
33755 \begin_inset space ~
33756 \end_inset
33757
33758
33759 \begin_inset CommandInset ref
33760 LatexCommand eqref
33761 reference "eq:Wtot_n"
33762
33763 \end_inset
33764
33765  y 
33766 \begin_inset CommandInset ref
33767 LatexCommand eqref
33768 reference "eq:Wtot_mult"
33769
33770 \end_inset
33771
33772  podemos calcular el ancho dado necesario 
33773 \begin_inset Formula $W_{g\, n}$
33774 \end_inset
33775
33776  cuando se expanden 
33777 \emph on
33778 n
33779 \emph default
33780  columnas, de forma que cada una de ellas tiene una anchura total  
33781 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33782 \end_inset
33783
33784 :
33785 \end_layout
33786
33787 \begin_layout Standard
33788 \begin_inset Formula \begin{equation}
33789 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \begin_layout Bibliography
33797 \begin_inset CommandInset bibitem
33798 LatexCommand bibitem
33799 key "latexcompanion"
33800
33801 \end_inset
33802
33803 Frank Mittelbach and Michel Goossens: 
33804 \emph on
33805 The LaTeX Companion Second Edition.
33806
33807 \emph default
33808  Addison-Wesley, 2004
33809 \end_layout
33810
33811 \begin_layout Bibliography
33812 \begin_inset CommandInset bibitem
33813 LatexCommand bibitem
33814 key "latexguide"
33815
33816 \end_inset
33817
33818 Helmut Kopka and Patrick W.
33819  Daly: 
33820 \emph on
33821 A Guide to LaTeX Fourth Edition.
33822
33823 \emph default
33824  Addison-Wesley, 2003
33825 \end_layout
33826
33827 \begin_layout Bibliography
33828 \begin_inset CommandInset bibitem
33829 LatexCommand bibitem
33830 key "latexbook"
33831
33832 \end_inset
33833
33834 Leslie Lamport: 
33835 \emph on
33836 LaTeX: A Document Preparation System.
33837
33838 \emph default
33839  Addison-Wesley, second edition, 1994
33840 \end_layout
33841
33842 \begin_layout Bibliography
33843 \begin_inset CommandInset bibitem
33844 LatexCommand bibitem
33845 key "booktabs"
33846
33847 \end_inset
33848
33849 Documentación del paquete LaTeX 
33850 \series bold
33851
33852 \begin_inset CommandInset href
33853 LatexCommand href
33854 name "booktabs"
33855 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33856
33857 \end_inset
33858
33859
33860 \series default
33861
33862 \begin_inset Index
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866 LaTeX-paquetes ! booktabs
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Bibliography
33875 \begin_inset CommandInset bibitem
33876 LatexCommand bibitem
33877 key "caption"
33878
33879 \end_inset
33880
33881 Documentación del paquete LaTeX 
33882 \series bold
33883
33884 \begin_inset CommandInset href
33885 LatexCommand href
33886 name "caption"
33887 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33888
33889 \end_inset
33890
33891
33892 \series default
33893
33894 \begin_inset Index
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898 LaTeX-paquetes ! caption
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \begin_layout Bibliography
33907 \begin_inset CommandInset bibitem
33908 LatexCommand bibitem
33909 key "endfloat"
33910
33911 \end_inset
33912
33913 Documentación del paquete LaTeX 
33914 \series bold
33915
33916 \begin_inset CommandInset href
33917 LatexCommand href
33918 name "endfloat"
33919 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33920
33921 \end_inset
33922
33923
33924 \series default
33925
33926 \begin_inset Index
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930 LaTeX-paquetes ! endfloat
33931 \end_layout
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \begin_layout Bibliography
33939 \begin_inset CommandInset bibitem
33940 LatexCommand bibitem
33941 key "wrapfig"
33942
33943 \end_inset
33944
33945 Documentación del paquete LaTeX 
33946 \series bold
33947
33948 \begin_inset CommandInset href
33949 LatexCommand href
33950 name "wrapfig"
33951 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33952
33953 \end_inset
33954
33955
33956 \series default
33957
33958 \begin_inset Index
33959 status collapsed
33960
33961 \begin_layout Plain Layout
33962 LaTeX-paquetes ! wrapfig
33963 \begin_inset ERT
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967
33968
33969 \backslash
33970 vspace{4mm}
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Bibliography
33984 \begin_inset CommandInset bibitem
33985 LatexCommand bibitem
33986 key "footmisc"
33987
33988 \end_inset
33989
33990 Documentación del paquete LaTeX 
33991 \series bold
33992
33993 \begin_inset CommandInset href
33994 LatexCommand href
33995 name "footmisc"
33996 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33997
33998 \end_inset
33999
34000
34001 \series default
34002
34003 \begin_inset Index
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007 LaTeX-paquetes ! footmisc
34008 \end_layout
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Bibliography
34016 \begin_inset CommandInset bibitem
34017 LatexCommand bibitem
34018 key "hypcap"
34019
34020 \end_inset
34021
34022 Documentación del paquete LaTeX 
34023 \series bold
34024
34025 \begin_inset CommandInset href
34026 LatexCommand href
34027 name "hypcap"
34028 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34029
34030 \end_inset
34031
34032
34033 \series default
34034
34035 \begin_inset Index
34036 status collapsed
34037
34038 \begin_layout Plain Layout
34039 LaTeX-paquetes ! hyperref
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Bibliography
34048 \begin_inset CommandInset bibitem
34049 LatexCommand bibitem
34050 key "hyperref"
34051
34052 \end_inset
34053
34054 Documentación del paquete LaTeX 
34055 \series bold
34056
34057 \begin_inset CommandInset href
34058 LatexCommand href
34059 name "hyperref"
34060 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34061
34062 \end_inset
34063
34064
34065 \series default
34066
34067 \begin_inset Index
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071 LaTeX-paquetes ! hyperref
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Bibliography
34080 \begin_inset CommandInset bibitem
34081 LatexCommand bibitem
34082 key "koma-script"
34083
34084 \end_inset
34085
34086 Documentación del paquete LaTeX 
34087 \series bold
34088
34089 \begin_inset CommandInset href
34090 LatexCommand href
34091 name "koma-script"
34092 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34093
34094 \end_inset
34095
34096
34097 \series default
34098
34099 \begin_inset Index
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103 LaTeX-paquetes ! koma-script
34104 \end_layout
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Bibliography
34112 \begin_inset CommandInset bibitem
34113 LatexCommand bibitem
34114 key "listings"
34115
34116 \end_inset
34117
34118 Documentación del paquete LaTeX 
34119 \series bold
34120
34121 \begin_inset CommandInset href
34122 LatexCommand href
34123 name "listings"
34124 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34125
34126 \end_inset
34127
34128
34129 \series default
34130
34131 \begin_inset Index
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 LaTeX-paquetes ! listings
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Bibliography
34144 \begin_inset CommandInset bibitem
34145 LatexCommand bibitem
34146 key "marginnote"
34147
34148 \end_inset
34149
34150 Documentación del paquete LaTeX 
34151 \series bold
34152
34153 \begin_inset CommandInset href
34154 LatexCommand href
34155 name "marginnote"
34156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34157
34158 \end_inset
34159
34160
34161 \series default
34162
34163 \begin_inset Index
34164 status collapsed
34165
34166 \begin_layout Plain Layout
34167 LaTeX-paquetes ! marginnote
34168 \end_layout
34169
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \begin_layout Bibliography
34176 \begin_inset CommandInset bibitem
34177 LatexCommand bibitem
34178 key "pstricks"
34179
34180 \end_inset
34181
34182 Página web del paquete LaTeX 
34183 \series bold
34184
34185 \begin_inset CommandInset href
34186 LatexCommand href
34187 name "PSTricks"
34188 target "http://tug.org/PSTricks/"
34189
34190 \end_inset
34191
34192
34193 \series default
34194
34195 \begin_inset Index
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 LaTeX-paquetes ! PSTricks
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Bibliography
34208 \begin_inset CommandInset bibitem
34209 LatexCommand bibitem
34210 key "sidecap"
34211
34212 \end_inset
34213
34214 Documentación del paquete LaTeX 
34215 \series bold
34216
34217 \begin_inset CommandInset href
34218 LatexCommand href
34219 name "sidecap"
34220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34221
34222 \end_inset
34223
34224
34225 \series default
34226
34227 \begin_inset Index
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231 LaTeX-paquetes ! sidecap
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Bibliography
34240 \begin_inset CommandInset bibitem
34241 LatexCommand bibitem
34242 key "NewInLyX16"
34243
34244 \end_inset
34245
34246
34247 \begin_inset CommandInset href
34248 LatexCommand href
34249 name "Página wiki"
34250 target "http://wiki.lyx.org/LyX/NewInLyX16"
34251
34252 \end_inset
34253
34254  sobre características nuevas para la versión 
34255 \family sans
34256 LyX
34257 \begin_inset space ~
34258 \end_inset
34259
34260 1.6.0
34261 \family default
34262 .
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset CommandInset index_print
34267 LatexCommand printindex
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Standard
34275 \begin_inset FloatList figure
34276
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \begin_layout Standard
34283 \begin_inset FloatList table
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \begin_layout Standard
34291 \begin_inset ERT
34292 status open
34293
34294 \begin_layout Plain Layout
34295
34296
34297 \backslash
34298 listof{algorithm}{Lista de algoritmos}
34299 \end_layout
34300
34301 \end_inset
34302
34303
34304 \begin_inset Note Note
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 Véase la sección
34309 \begin_inset space ~
34310 \end_inset
34311
34312
34313 \begin_inset CommandInset ref
34314 LatexCommand ref
34315 reference "sub:Algoritmos-Flotantes"
34316
34317 \end_inset
34318
34319  para una descripción.
34320 \end_layout
34321
34322 \end_inset
34323
34324
34325 \end_layout
34326
34327 \end_body
34328 \end_document