]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- UserGuide.lyx, EmbeddedObjects.lyx: some tweaks
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{grisclaro}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118 % en español
119 \floatname{algorithm}{Algoritmo}
120
121
122 % ------------------------------------
123 % used to check for needed LaTeX packages
124 \usepackage{ifthen}
125
126 % check for package arydshln
127 % used for tables with dashed lines
128 \newboolean{arydshln}
129 \IfFileExists{arydshln.sty}
130  {\usepackage{arydshln}
131   \setboolean{arydshln}{true}}
132  {\setboolean{arydshln}{false}}
133
134 % check for package marginnote
135 % used for margin notes
136 \newboolean{marginnote}
137 \IfFileExists{marginnote.sty}
138  {\usepackage{marginnote}
139   \let\marginpar\marginnote
140   \setboolean{marginnote}{true}}
141  {\setboolean{marginnote}{false}}
142
143 % check for package sidecap
144 % used for captions on the side
145 \newboolean{sidecap}
146 \IfFileExists{sidecap.sty}
147  {\usepackage{sidecap}
148   \setboolean{sidecap}{true}}
149  {\setboolean{sidecap}{false}}
150
151 % check for picinpar
152 % used for surrounded fixed objects
153 \newboolean{picinpar}
154 \IfFileExists{picinpar.sty}
155  {\usepackage{picinpar}
156   \setboolean{picinpar}{true}}
157  {\setboolean{picinpar}{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,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language spanish
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
197 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
198 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
199 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize default
211 \use_geometry false
212 \use_amsmath 2
213 \use_esint 0
214 \use_mhchem 1
215 \use_mathdots 1
216 \cite_engine basic
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \use_refstyle 0
222 \notefontcolor #0000ff
223 \index Índice
224 \shortcut idx
225 \color #008000
226 \end_index
227 \secnumdepth 3
228 \tocdepth 3
229 \paragraph_separation skip
230 \defskip medskip
231 \quotes_language french
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \bullet 1 1 34 -1
236 \bullet 2 2 35 -1
237 \bullet 3 2 7 -1
238 \tracking_changes false
239 \output_changes false
240 \html_math_output 0
241 \html_css_as_file 0
242 \html_be_strict false
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
249  en LyX
250 \end_layout
251
252 \begin_layout Author
253 por el Equipo LyX
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
260  de Documentación de LyX: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 Autor: Uwe Stöhr
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Plain Layout
289 Traducción de: Ignacio García
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Newline newline
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \family sans
304 Versión 2.0.x
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset CommandInset toc
309 LatexCommand tableofcontents
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset Note Note
318 status open
319
320 \begin_layout Plain Layout
321 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
322  estar instalados los paquetes LaTeX 
323 \series bold
324 arydshln
325 \series default
326
327 \series bold
328 colortbl
329 \series default
330
331 \series bold
332 lettrine, marginnote, picinpar
333 \series default
334  y 
335 \series bold
336 sidecap
337 \series default
338 .
339  Si no están instalados, también podrás exportar el documento, pero las
340  secciones en que dichos paquetes son necesarios no aparecen en la salida.
341 \end_layout
342
343 \begin_layout Plain Layout
344 La última versión en PDF de este documento puede encontrarse aquí:
345 \series bold
346
347 \begin_inset Newline newline
348 \end_inset
349
350 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
351 \end_layout
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Chapter
359 Figuras
360 \begin_inset Index idx
361 status collapsed
362
363 \begin_layout Plain Layout
364 Figuras
365 \end_layout
366
367 \end_inset
368
369
370 \begin_inset Index idx
371 status collapsed
372
373 \begin_layout Plain Layout
374 Gráficos|see
375 \begin_inset ERT
376 status collapsed
377
378 \begin_layout Plain Layout
379
380 {
381 \end_layout
382
383 \end_inset
384
385 Figuras
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391 }
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \begin_layout Section
405 Diálogo de gráficos
406 \begin_inset CommandInset label
407 LatexCommand label
408 name "sec:Diálogo-Gráficos"
409
410 \end_inset
411
412
413 \begin_inset Index idx
414 status collapsed
415
416 \begin_layout Plain Layout
417 Figuras ! Diálogo de gráficos
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
427  texto que desees y haz clic en el icono 
428 \begin_inset Graphics
429         filename ../../images/dialog-show-new-inset_graphics.png
430         scale 85
431
432 \end_inset
433
434  o en el menú 
435 \family sans
436 Insertar\SpecialChar \menuseparator
437 Imagen
438 \family default
439 .
440  Aparecerá un diálogo para escoger el archivo a cargar.
441  La imagen aparecerá en el archivo de salida exactamente en la misma posición
442  en la que la has colocado.
443 \end_layout
444
445 \begin_layout Standard
446 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
447  una imagen.
448  Este diálogo tiene tres pestañas:
449 \end_layout
450
451 \begin_layout Description
452 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
453  presentación en LyX y en la salida.
454  En el apéndice
455 \begin_inset space ~
456 \end_inset
457
458
459 \begin_inset CommandInset ref
460 LatexCommand ref
461 reference "cap:Unidades-disponibles-en"
462
463 \end_inset
464
465  se detallan las unidades disponibles para el tamaño del gráfico.
466 \begin_inset Newline newline
467 \end_inset
468
469
470 \begin_inset Index idx
471 status collapsed
472
473 \begin_layout Plain Layout
474 Figuras ! Rotar
475 \end_layout
476
477 \end_inset
478
479 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
480  un ángulo y un origen de rotación.
481  La imagen también gira en LyX.
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index idx
487 status open
488
489 \begin_layout Plain Layout
490 Figuras ! Redimensionar
491 \end_layout
492
493 \end_inset
494
495 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
496 ente la altura y la anchura.
497  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
498  automáticamente.
499  Si fijas ambas dimensiones
500 \family sans
501 ,
502 \family default
503  la imagen se adaptará a ellas, posiblemente distorsionada.
504  Para evitar distorsión en la imagen marca la opción 
505 \family sans
506 Mantener
507 \begin_inset space ~
508 \end_inset
509
510 proporción
511 \family default
512 .
513  En ese caso la imagen será modificada de forma que su anchura y su altura
514  no excedan de las dimensiones especificadas.
515 \begin_inset Newline newline
516 \end_inset
517
518 Las imágenes se pueden abrir en el programa de tu elección con la entrada
519 \family sans
520  Editar
521 \begin_inset space ~
522 \end_inset
523
524  externamente
525 \family default
526  del menú contextual que aparece al hacer clic derecho sobre la imagen.
527  Los programas visor y editor para cada formato de imagen se pueden establecer
528  en la configuración de formatos de archivo de las preferencias de LyX.
529 \end_layout
530
531 \begin_layout Description
532 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
533  coordenadas de la imagen para ajustar su altura y anchura en la salida.
534  Además, las coordenadas se pueden calcular automáticamente pinchando el
535  botón 
536 \family sans
537 Obtener
538 \begin_inset space ~
539 \end_inset
540
541 de
542 \begin_inset space ~
543 \end_inset
544
545 archivo
546 \family default
547 .
548  El botón 
549 \family sans
550 Recortar
551 \begin_inset space ~
552 \end_inset
553
554 al
555 \begin_inset space ~
556 \end_inset
557
558 cuadro
559 \begin_inset space ~
560 \end_inset
561
562 delimitador
563 \family default
564  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
565 as.
566  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
567 \end_layout
568
569 \begin_layout Description
570 Opciones
571 \begin_inset space ~
572 \end_inset
573
574 de
575 \begin_inset space ~
576 \end_inset
577
578 LaTeX
579 \begin_inset space ~
580 \end_inset
581
582 y
583 \begin_inset space ~
584 \end_inset
585
586 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
587  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
588 \begin_inset Newline newline
589 \end_inset
590
591 La opción 
592 \family sans
593 Modo
594 \begin_inset space ~
595 \end_inset
596
597 borrador
598 \family default
599  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
600 \begin_inset Newline newline
601 \end_inset
602
603 La opción 
604 \family sans
605 No
606 \begin_inset space ~
607 \end_inset
608
609 descomprimir
610 \begin_inset space ~
611 \end_inset
612
613 al
614 \begin_inset space ~
615 \end_inset
616
617 exportar
618 \family default
619  sólo afecta a los gráficos EPS comprimidos, por ejemplo
620 \begin_inset space ~
621 \end_inset
622
623
624 \emph on
625 x.eps.gz
626 \emph default
627 .
628  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
629  puesto que LaTeX puede manejarlas como están.
630 \begin_inset Newline newline
631 \end_inset
632
633 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
634  utiliza PostScript como formato de salida, véase apéndice
635 \begin_inset space ~
636 \end_inset
637
638
639 \begin_inset CommandInset ref
640 LatexCommand ref
641 reference "sec:PostScript"
642
643 \end_inset
644
645 .
646  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
647  o en consola de Windows:
648 \begin_inset Newline newline
649 \end_inset
650
651
652 \series bold
653 gzip x.eps
654 \series default
655
656 \begin_inset Newline newline
657 \end_inset
658
659
660 \series bold
661 zgrep %%Bounding x.eps.gz > x.eps.bb
662 \series default
663
664 \begin_inset Newline newline
665 \end_inset
666
667 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
668  LaTeX para gráficos comprimidos.
669 \begin_inset Newline newline
670 \end_inset
671
672 El campo 
673 \family sans
674 Nombre
675 \begin_inset space ~
676 \end_inset
677
678 de
679 \begin_inset space ~
680 \end_inset
681
682 grupo
683 \family default
684  permite definir un conjunto de ajustes de imagen.
685 \begin_inset Index idx
686 status collapsed
687
688 \begin_layout Plain Layout
689 Figuras ! Agrupación de ajustes
690 \end_layout
691
692 \end_inset
693
694  Las imágenes incluidas en un grupo comparten sus características, de modo
695  que al modificar las de una imagen del grupo se modifican igualmente las
696  de las demás imágenes del grupo.
697  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
698  necesidad de hacerlo individualmente para cada una de ellas.
699  Además se puede integrar una imagen en un grupo existente marcando el nombre
700  del mismo en el menú contextual de la imagen.
701  
702 \end_layout
703
704 \begin_layout Standard
705 \begin_inset VSpace bigskip
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 Esto es un ejemplo de imagen en formato EPS
713 \begin_inset Foot
714 status collapsed
715
716 \begin_layout Plain Layout
717 Los formatos de imagen se explican en el sección
718 \begin_inset space ~
719 \end_inset
720
721
722 \begin_inset CommandInset ref
723 LatexCommand ref
724 reference "sec:Formatos-de-imagen"
725
726 \end_inset
727
728 .
729 \end_layout
730
731 \end_inset
732
733  en un párrafo separado centrado horizontalmente:
734 \end_layout
735
736 \begin_layout Standard
737 \align center
738 \begin_inset Graphics
739         filename ../clipart/mobius.eps
740         scale 70
741         clip
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Standard
750 Esta es la misma imagen pero en modo borrador:
751 \end_layout
752
753 \begin_layout Standard
754 \align center
755 \begin_inset Graphics
756         filename ../clipart/mobius.eps
757         scale 70
758         draft
759         rotateOrigin center
760
761 \end_inset
762
763
764 \begin_inset Newpage newpage
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Section
771 Figuras flotantes
772 \begin_inset CommandInset label
773 LatexCommand label
774 name "sec:Figuras-Flotantes"
775
776 \end_inset
777
778
779 \begin_inset Index idx
780 status collapsed
781
782 \begin_layout Plain Layout
783 Flotantes ! Figuras
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index idx
790 status collapsed
791
792 \begin_layout Plain Layout
793 Figuras ! Flotantes
794 \end_layout
795
796 \end_inset
797
798
799 \end_layout
800
801 \begin_layout Standard
802 Para información general sobre flotantes, echa una ojeada a la sección
803 \begin_inset space ~
804 \end_inset
805
806
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "sec:Introducción-Flotantes"
810
811 \end_inset
812
813 .
814 \end_layout
815
816 \begin_layout Standard
817 El botón 
818 \begin_inset Graphics
819         filename ../../images/float-insert_figure.png
820         scale 85
821
822 \end_inset
823
824  y el menú 
825 \family sans
826 Insertar\SpecialChar \menuseparator
827 Flotante\SpecialChar \menuseparator
828 Figura
829 \family default
830  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
831  La imagen se puede insertar sobre la leyenda, como en la figura
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "fig:kill-plat"
839
840 \end_inset
841
842 , o bajo ella, como en la figura
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "fig:escher"
850
851 \end_inset
852
853 .
854  Más información sobre ubicación de leyendas en la sección
855 \begin_inset space ~
856 \end_inset
857
858
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "sec:Colocación-de-leyendas"
862
863 \end_inset
864
865 .
866 \end_layout
867
868 \begin_layout Standard
869 \begin_inset Float figure
870 wide false
871 sideways false
872 status open
873
874 \begin_layout Plain Layout
875 \align center
876 \begin_inset Graphics
877         filename ../clipart/platypus.eps
878         width 50col%
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \begin_layout Plain Layout
887 \begin_inset Caption
888
889 \begin_layout Plain Layout
890 \begin_inset CommandInset label
891 LatexCommand label
892 name "fig:kill-plat"
893
894 \end_inset
895
896 Un ornitorrinco muy distorsionado en un flotante.
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \end_inset
905
906
907 \end_layout
908
909 \begin_layout Standard
910 \begin_inset Float figure
911 wide false
912 sideways false
913 status open
914
915 \begin_layout Plain Layout
916 \begin_inset Caption
917
918 \begin_layout Plain Layout
919 \begin_inset CommandInset label
920 LatexCommand label
921 name "fig:escher"
922
923 \end_inset
924
925 M.C.
926  Escher en ácido.
927 \end_layout
928
929 \end_inset
930
931
932 \end_layout
933
934 \begin_layout Plain Layout
935 \align center
936 \begin_inset Graphics
937         filename ../clipart/escher-lsd.eps
938         scale 80
939         rotateOrigin center
940
941 \end_inset
942
943
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Standard
952 \begin_inset Index idx
953 status collapsed
954
955 \begin_layout Plain Layout
956 Referencias ! a figuras
957 \end_layout
958
959 \end_inset
960
961 Las figuras
962 \begin_inset space ~
963 \end_inset
964
965
966 \begin_inset CommandInset ref
967 LatexCommand ref
968 reference "fig:kill-plat"
969
970 \end_inset
971
972  y 
973 \begin_inset CommandInset ref
974 LatexCommand ref
975 reference "fig:escher"
976
977 \end_inset
978
979  son ejemplos de figuras con referencias cruzadas.
980  Las figuras pueden tener referencias cruzadas en el documento mediante
981  referencia a su etiqueta.
982  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
983 \family sans
984 Insertar\SpecialChar \menuseparator
985 Etiqueta
986 \family default
987  o el botón 
988 \begin_inset Graphics
989         filename ../../images/label-insert.png
990         scale 85
991
992 \end_inset
993
994 .
995  Ahora puedes referirte a la etiqueta usando el menú 
996 \family sans
997 Insertar\SpecialChar \menuseparator
998 Referencia
999 \begin_inset space ~
1000 \end_inset
1001
1002 cruzada
1003 \family default
1004  o el botón 
1005 \begin_inset Graphics
1006         filename ../../images/dialog-show-new-inset_ref.png
1007         scale 85
1008
1009 \end_inset
1010
1011 .
1012  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1013  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1014  en el documento final, podría no quedar «arriba» precisamente.
1015 \begin_inset Newline newline
1016 \end_inset
1017
1018 Las referencias se explican con detalle en la sección
1019 \begin_inset space ~
1020 \end_inset
1021
1022
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "sec:Referencias-a-Flotantes"
1026
1027 \end_inset
1028
1029 .
1030 \end_layout
1031
1032 \begin_layout Standard
1033 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1034  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1035  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1036  existente.
1037  La figura
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "fig:Dos-imágenes-distorsionadas"
1045
1046 \end_inset
1047
1048  es un ejemplo de figura flotante con dos imágenes adosadas.
1049  También se pueden poner una sobre otra.
1050  Las subfiguras son
1051 \begin_inset space ~
1052 \end_inset
1053
1054
1055 \begin_inset CommandInset ref
1056 LatexCommand ref
1057 reference "fig:Estructura-indefinible"
1058
1059 \end_inset
1060
1061  y
1062 \begin_inset space ~
1063 \end_inset
1064
1065
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "fig:Ornitorrinco"
1069
1070 \end_inset
1071
1072 .
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status open
1080
1081 \begin_layout Plain Layout
1082 \begin_inset space \hfill{}
1083 \end_inset
1084
1085
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status open
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Caption
1093
1094 \begin_layout Plain Layout
1095 \begin_inset CommandInset label
1096 LatexCommand label
1097 name "fig:Estructura-indefinible"
1098
1099 \end_inset
1100
1101 Estructura indefinible
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Graphics
1111         filename ../clipart/escher-lsd.eps
1112         width 45col%
1113         groupId distorsionadas
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \begin_inset space \hfill{}
1124 \end_inset
1125
1126
1127 \begin_inset Float figure
1128 wide false
1129 sideways false
1130 status open
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Caption
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "fig:Ornitorrinco"
1139
1140 \end_inset
1141
1142 Ornitorrinco
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Plain Layout
1151 \begin_inset Graphics
1152         filename ../clipart/platypus.eps
1153         width 45col%
1154         groupId distorsionadas
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \begin_inset space \hfill{}
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Plain Layout
1171 \begin_inset Caption
1172
1173 \begin_layout Plain Layout
1174 \begin_inset CommandInset label
1175 LatexCommand label
1176 name "fig:Dos-imágenes-distorsionadas"
1177
1178 \end_inset
1179
1180 Dos imágenes distorsionadas.
1181  Ambas están en el grupo llamado «distorsionadas».
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \begin_inset Newpage newpage
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \begin_layout Section
1199 Formatos de imagen
1200 \begin_inset CommandInset label
1201 LatexCommand label
1202 name "sec:Formatos-de-imagen"
1203
1204 \end_inset
1205
1206
1207 \begin_inset Index idx
1208 status collapsed
1209
1210 \begin_layout Plain Layout
1211 Formatos de imagen
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \begin_inset Index idx
1218 status collapsed
1219
1220 \begin_layout Plain Layout
1221 Figuras ! Formatos de imagen
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Puedes insertar imágenes en cualquier formato.
1231  Pero como se explica en el apéndice
1232 \begin_inset space ~
1233 \end_inset
1234
1235
1236 \begin_inset CommandInset ref
1237 LatexCommand ref
1238 reference "cap:Formatos-de-Archivos-de-Salida"
1239
1240 \end_inset
1241
1242 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1243  de archivo de imagen.
1244  Por eso LyX usa el programa 
1245 \family typewriter
1246 ImageMagick
1247 \family default
1248  en segundo plano para convertir imágenes al formato adecuado.
1249  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1250  los formatos de imagen admitidos en el formato de archivo de salida.
1251  Los formatos de salida se explican en el apéndice
1252 \begin_inset space ~
1253 \end_inset
1254
1255
1256 \begin_inset CommandInset ref
1257 LatexCommand ref
1258 reference "cap:Formatos-de-Archivos-de-Salida"
1259
1260 \end_inset
1261
1262 .
1263 \end_layout
1264
1265 \begin_layout Standard
1266 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1267 \end_layout
1268
1269 \begin_layout Description
1270 Imágenes
1271 \begin_inset space ~
1272 \end_inset
1273
1274 mapa
1275 \begin_inset space ~
1276 \end_inset
1277
1278 de
1279 \begin_inset space ~
1280 \end_inset
1281
1282 bits
1283 \begin_inset space ~
1284 \end_inset
1285
1286 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1287  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1288  de zoom.
1289  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1290  Format» (GIF, extensión «
1291 \family typewriter
1292 .gif
1293 \family default
1294 »)
1295 \begin_inset Index idx
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299 GIF|see
1300 \begin_inset ERT
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304
1305 {
1306 \end_layout
1307
1308 \end_inset
1309
1310 Formatos de imagen
1311 \begin_inset ERT
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315
1316 }
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \end_layout
1323
1324 \end_inset
1325
1326 , «Portable Network Graphics» (PNG, extensión «
1327 \family typewriter
1328 .png
1329 \family default
1330 »)
1331 \begin_inset Index idx
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335 PNG|see
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 {
1342 \end_layout
1343
1344 \end_inset
1345
1346 Formatos de imagen
1347 \begin_inset ERT
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351
1352 }
1353 \end_layout
1354
1355 \end_inset
1356
1357
1358 \end_layout
1359
1360 \end_inset
1361
1362 , y «Joint Photographic Experts Group» (JPG, extensión «
1363 \family typewriter
1364 .jpg
1365 \family default
1366 » o «
1367 \family typewriter
1368 .jpeg
1369 \family default
1370 »)
1371 \begin_inset Index idx
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 su tamaño puede modificarse a cualquier escala sin pérdidas.
1412  La posibilidad de variar la escala hace falta para crear presentaciones,
1413  porque éstas siempre son redimensionadas por el proyector.
1414  La modificación de la escala también es útil en los documentos en línea
1415  para permitir el zoom en diagramas.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1420  (SVG, extensión «
1421 \family typewriter
1422 .svg
1423 \family default
1424 »)
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 SVG|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Formatos de imagen
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456 , «Encapsulated PostScript» (EPS, extensión «
1457 \family typewriter
1458 .eps
1459 \family default
1460 »)
1461 \begin_inset Index idx
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 EPS|see
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 {
1472 \end_layout
1473
1474 \end_inset
1475
1476 Formatos de imagen
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 }
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \end_layout
1489
1490 \end_inset
1491
1492 , «Portable Document Format» (PDF, extensión «
1493 \family typewriter
1494 .pdf
1495 \family default
1496 »)
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 PDF|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Formatos de imagen
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528 , y «Windows Metafile» (WMF, extensión «
1529 \family typewriter
1530 .wmf
1531 \family default
1532 »)
1533 \begin_inset Index idx
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537 WMF|see
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 {
1544 \end_layout
1545
1546 \end_inset
1547
1548 Formatos de imagen
1549 \begin_inset ERT
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 }
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563
1564 .
1565  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1566  a PDF o EPS y el resultado será todavía una imagen bitmap.
1567  En estos casos sólo se añade a la imagen original una cabecera con las
1568  propiedades de la imagen.
1569 \begin_inset Foot
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573 En el caso de PDF, además se comprime la imagen original.
1574 \end_layout
1575
1576 \end_inset
1577
1578  Por ejemplo, los archivos PDF generados por 
1579 \family typewriter
1580 Adobe Photoshop
1581 \family default
1582  son imágenes bitmap.
1583 \end_layout
1584
1585 \begin_layout Standard
1586 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1587  escala pero sí al contrario.
1588  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1589  archivos de salida PDF y PostScript, respectivamente.
1590  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1591  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1592 \begin_inset Formula $\to$
1593 \end_inset
1594
1595  PDF/EPS.
1596 \end_layout
1597
1598 \begin_layout Chapter
1599 Cuadros y tablas
1600 \begin_inset Index idx
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Cuadros
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \begin_inset Index idx
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 Tablas|see 
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620 {
1621 \end_layout
1622
1623 \end_inset
1624
1625 Cuadros
1626 \begin_inset ERT
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630
1631 }
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Section
1645 Introducción
1646 \begin_inset Index idx
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 Cuadros ! Introducción
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Puede insertarse un cuadro mediante el botón 
1660 \begin_inset Graphics
1661         filename ../../images/tabular-insert.png
1662         scale 85
1663
1664 \end_inset
1665
1666  o el menú 
1667 \family sans
1668 Insertar\SpecialChar \menuseparator
1669 Cuadro/Tabla
1670 \family default
1671 .
1672  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1673  el número de filas y de columnas del cuadro.
1674  Si usas el menú aparece un diálogo en el que se pide el número de filas
1675  y columnas.
1676  
1677 \begin_inset Newline newline
1678 \end_inset
1679
1680 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1681  fila aparece separada por una línea doble: el borde inferior de la primera
1682  fila y el borde superior de la segunda fila.
1683  Ejemplo de cuadro:
1684 \end_layout
1685
1686 \begin_layout Standard
1687 \align center
1688 \begin_inset Tabular
1689 <lyxtabular version="3" rows="4" columns="4">
1690 <features tabularvalignment="middle">
1691 <column alignment="center" valignment="top" width="0">
1692 <column alignment="center" valignment="top" width="0pt">
1693 <column alignment="center" valignment="top" width="0in">
1694 <column alignment="center" valignment="top" width="0pt">
1695 <row>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709
1710 \family roman
1711 \series medium
1712 \shape up
1713 \size normal
1714 \emph off
1715 \bar no
1716 \noun off
1717 \color none
1718 1
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727 2
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736 3
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 </row>
1742 <row>
1743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747
1748 \family roman
1749 \series medium
1750 \shape up
1751 \size normal
1752 \emph off
1753 \bar no
1754 \noun off
1755 \color none
1756 A
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 </row>
1789 <row>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \family roman
1796 \series medium
1797 \shape up
1798 \size normal
1799 \emph off
1800 \bar no
1801 \noun off
1802 \color none
1803 B
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \size normal
1823 \noun off
1824 \color none
1825  
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \family roman
1847 \series medium
1848 \shape up
1849 \size normal
1850 \emph off
1851 \bar no
1852 \noun off
1853 \color none
1854 C
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 </row>
1887 </lyxtabular>
1888
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \begin_layout Section
1895 Diálogo de cuadros
1896 \begin_inset Index idx
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900 Cuadros ! Configuración
1901 \end_layout
1902
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \begin_layout Standard
1909 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1910  ella con el botón derecho del ratón.
1911  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1912  encuentra el cursor.
1913  La mayoría de opciones también trabajan sobre una selección de celdas,
1914  de filas o de columnas.
1915  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1916  su 
1917 \emph on
1918 contenido
1919 \emph default
1920 .
1921 \begin_inset Newline newline
1922 \end_inset
1923
1924 Con la opción del diálogo 
1925 \family sans
1926 Aplicar inmediatamente
1927 \family default
1928  cada cambio que hagas se aplica directamente.
1929  Si mueves el cursor a otra celda el diálogo también se actualizará con
1930  los parámetros de la nueva celda.
1931  Si cambias valores de longitud debes pulsar la tecla 
1932 \family sans
1933 Entrar
1934 \family default
1935  para aplicar los cambios.
1936 \begin_inset Newline newline
1937 \end_inset
1938
1939 En el cuadro de diálogo aparecen las siguientes solapas:
1940 \end_layout
1941
1942 \begin_layout Description
1943
1944 \family sans
1945 Configuración
1946 \begin_inset space ~
1947 \end_inset
1948
1949 del
1950 \begin_inset space ~
1951 \end_inset
1952
1953 cuadro
1954 \family default
1955  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1956  actual o del cuadro completo.
1957 \begin_inset Index idx
1958 status collapsed
1959
1960 \begin_layout Plain Layout
1961 Cuadros ! Anchura
1962 \end_layout
1963
1964 \end_inset
1965
1966  La alineación 
1967 \family sans
1968 Al separador decimal
1969 \family default
1970  se describe en la sección
1971 \begin_inset space ~
1972 \end_inset
1973
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "sub:Alineación-especial-de"
1978
1979 \end_inset
1980
1981 .
1982  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1983  Una anchura determinada permite tener saltos de línea y distintos párrafos
1984  de texto, véase sección
1985 \begin_inset space ~
1986 \end_inset
1987
1988
1989 \begin_inset CommandInset ref
1990 LatexCommand ref
1991 reference "sub:Líneas-Múltiples-en"
1992
1993 \end_inset
1994
1995 .
1996  Si no estableces anchura, la columna será tan ancha como el contenido de
1997  la celda más ancha.
1998 \begin_inset Newline newline
1999 \end_inset
2000
2001 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
2002  véase sección
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "sub:Multicolumnas"
2010
2011 \end_inset
2012
2013 , o las celdas de una columna como celda multifila, véase sección
2014 \begin_inset space ~
2015 \end_inset
2016
2017
2018 \begin_inset CommandInset ref
2019 LatexCommand ref
2020 reference "sub:Multifilas"
2021
2022 \end_inset
2023
2024 .
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2029  90º en el sentido de las agujas del reloj.
2030  La rotación no se ve en LyX, sí en la salida.
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034
2035 \begin_inset Note Greyedout
2036 status open
2037
2038 \begin_layout Plain Layout
2039
2040 \series bold
2041 Nota:
2042 \series default
2043  no todos los visores DVI pueden mostrar rotaciones.
2044 \end_layout
2045
2046 \end_inset
2047
2048
2049 \begin_inset Newline newline
2050 \end_inset
2051
2052 La alineación vertical del cuadro completo se usa para cuadros en líneas
2053  de texto:
2054 \begin_inset Newline newline
2055 \end_inset
2056
2057 Línea con cuadros con diferentes alineaciones: 
2058 \begin_inset Tabular
2059 <lyxtabular version="3" rows="2" columns="2">
2060 <features tabularvalignment="top">
2061 <column alignment="center" valignment="top" width="0pt">
2062 <column alignment="center" valignment="top" width="0">
2063 <row>
2064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077 1
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 </row>
2083 <row>
2084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2085 \begin_inset Text
2086
2087 \begin_layout Plain Layout
2088 A
2089 \end_layout
2090
2091 \end_inset
2092 </cell>
2093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2094 \begin_inset Text
2095
2096 \begin_layout Plain Layout
2097
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 </row>
2103 </lyxtabular>
2104
2105 \end_inset
2106
2107  
2108 \begin_inset Tabular
2109 <lyxtabular version="3" rows="2" columns="2">
2110 <features tabularvalignment="middle">
2111 <column alignment="center" valignment="top" width="0">
2112 <column alignment="center" valignment="top" width="0">
2113 <row>
2114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127 1
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 </row>
2133 <row>
2134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138 A
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 </row>
2153 </lyxtabular>
2154
2155 \end_inset
2156
2157  
2158 \begin_inset Tabular
2159 <lyxtabular version="3" rows="2" columns="2">
2160 <features tabularvalignment="bottom">
2161 <column alignment="center" valignment="top" width="0pt">
2162 <column alignment="center" valignment="top" width="0">
2163 <row>
2164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2174 \begin_inset Text
2175
2176 \begin_layout Plain Layout
2177 1
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 </row>
2183 <row>
2184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout Plain Layout
2188 A
2189 \end_layout
2190
2191 \end_inset
2192 </cell>
2193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2194 \begin_inset Text
2195
2196 \begin_layout Plain Layout
2197
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 </row>
2203 </lyxtabular>
2204
2205 \end_inset
2206
2207
2208 \begin_inset Newline newline
2209 \end_inset
2210
2211 También es posible introducir argumentos LaTeX necesarios para formatos
2212  especiales, véanse las secciones
2213 \begin_inset space ~
2214 \end_inset
2215
2216
2217 \begin_inset CommandInset ref
2218 LatexCommand ref
2219 reference "sub:Cálculos-en-Multicolumnas"
2220
2221 \end_inset
2222
2223  y
2224 \begin_inset space ~
2225 \end_inset
2226
2227
2228 \begin_inset CommandInset ref
2229 LatexCommand ref
2230 reference "sec:Cuadros-Coloreados"
2231
2232 \end_inset
2233
2234 .
2235 \end_layout
2236
2237 \begin_layout Description
2238
2239 \family sans
2240 Bordes
2241 \family default
2242  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2243  Puedes elegir para el cuadro un estilo 
2244 \family sans
2245 Formal
2246 \family default
2247 , como se describe en la sección
2248 \begin_inset space ~
2249 \end_inset
2250
2251
2252 \begin_inset CommandInset ref
2253 LatexCommand ref
2254 reference "sec:Cuadros-Formales"
2255
2256 \end_inset
2257
2258 .
2259 \begin_inset Newline newline
2260 \end_inset
2261
2262 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2263  se describe en la sección
2264 \begin_inset space ~
2265 \end_inset
2266
2267
2268 \begin_inset CommandInset ref
2269 LatexCommand ref
2270 reference "sub:Espacio-adicional"
2271
2272 \end_inset
2273
2274
2275 \end_layout
2276
2277 \begin_layout Description
2278
2279 \family sans
2280 Cuadro
2281 \begin_inset space ~
2282 \end_inset
2283
2284 largo
2285 \family default
2286  Para hacer 
2287 \emph on
2288 cuadros largos
2289 \emph default
2290  que pueden extenderse por varias páginas.
2291  Las secciones
2292 \begin_inset space ~
2293 \end_inset
2294
2295
2296 \begin_inset CommandInset ref
2297 LatexCommand ref
2298 reference "sec:Cuadros-Largos"
2299
2300 \end_inset
2301
2302  y 
2303 \begin_inset CommandInset ref
2304 LatexCommand ref
2305 reference "sec:Particularidades-cuadros-largos"
2306
2307 \end_inset
2308
2309  describen sus características en detalle.
2310 \end_layout
2311
2312 \begin_layout Section
2313 Barra de herramientas de cuadros
2314 \begin_inset Index idx
2315 status collapsed
2316
2317 \begin_layout Plain Layout
2318 Cuadros ! Barra de herramientas
2319 \end_layout
2320
2321 \end_inset
2322
2323
2324 \end_layout
2325
2326 \begin_layout Standard
2327 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2328  para cambiar los cuadros de manera más rápida.
2329  Normalmente debería aparecer en la parte inferior de la ventana principal
2330  de LyX cuando el cursor está dentro de un cuadro.
2331  En cualquier momento se puede presentar esta barra pulsando con el botón
2332  derecho del ratón en cualquier punto de la barra principal de menú.
2333 \end_layout
2334
2335 \begin_layout Standard
2336 La barra de herramientas tiene los siguientes iconos:
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../../images/tabular-feature_append-row.png
2343
2344 \end_inset
2345
2346  añade una fila bajo la celda actual o selección
2347 \end_layout
2348
2349 \begin_layout Labeling
2350 \labelwidthstring 00.00.0000
2351 \begin_inset Graphics
2352         filename ../../images/tabular-feature_append-column.png
2353
2354 \end_inset
2355
2356  añade una columna a la derecha de la celda actual o selección
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361 \begin_inset Graphics
2362         filename ../../images/tabular-feature_delete-row.png
2363
2364 \end_inset
2365
2366  borra la fila actual o selección
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_delete-column.png
2373
2374 \end_inset
2375
2376  borra la columna actual o selección
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../../images/tabular-feature_toggle-line-top.png
2383
2384 \end_inset
2385
2386  añade un borde superior en la celda/fila actual o la selección
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Graphics
2392         filename ../../images/tabular-feature_toggle-line-bottom.png
2393
2394 \end_inset
2395
2396  añade un borde inferior en la celda/fila actual o la selección
2397 \end_layout
2398
2399 \begin_layout Labeling
2400 \labelwidthstring 00.00.0000
2401 \begin_inset Graphics
2402         filename ../../images/tabular-feature_toggle-line-left.png
2403
2404 \end_inset
2405
2406  añade un borde a la izquierda en la celda/fila actual o la selección
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../../images/tabular-feature_toggle-line-right.png
2413
2414 \end_inset
2415
2416  añade un borde a la derecha en la celda/fila actual o la selección
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_set-all-lines.png
2423
2424 \end_inset
2425
2426  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2427  no es multicolumna esto afecta también a la fila y a la columna)
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Graphics
2433         filename ../../images/tabular-feature_unset-all-lines.png
2434
2435 \end_inset
2436
2437  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2438  actual no es multicolumna esto afecta también a la fila y a la columna)
2439 \end_layout
2440
2441 \begin_layout Labeling
2442 \labelwidthstring 00.00.0000
2443 \begin_inset Graphics
2444         filename ../../images/tabular-feature_m-align-left.png
2445
2446 \end_inset
2447
2448  alinea a la izquierda el contenido de la celda/columna
2449 \end_layout
2450
2451 \begin_layout Labeling
2452 \labelwidthstring 00.00.0000
2453 \begin_inset Graphics
2454         filename ../../images/tabular-feature_m-align-center.png
2455
2456 \end_inset
2457
2458  centra el contenido de la celda/columna horizontalmente
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Graphics
2464         filename ../../images/tabular-feature_m-align-right.png
2465
2466 \end_inset
2467
2468  alinea a la derecha el contenido de la celda/columna
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Graphics
2474         filename ../../images/tabular-feature_align-decimal.png
2475         scaleBeforeRotation
2476
2477 \end_inset
2478
2479  alinea el contenido de la celda/columna a un carácter
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Graphics
2485         filename ../../images/tabular-feature_m-valign-top.png
2486
2487 \end_inset
2488
2489  alinea arriba el contenido de la celda
2490 \end_layout
2491
2492 \begin_layout Labeling
2493 \labelwidthstring 00.00.0000
2494 \begin_inset Graphics
2495         filename ../../images/tabular-feature_m-valign-middle.png
2496
2497 \end_inset
2498
2499  centra verticalmente el contenido de la celda
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Graphics
2505         filename ../../images/tabular-feature_m-valign-bottom.png
2506
2507 \end_inset
2508
2509  alinea abajo el contenido de la celda
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Graphics
2515         filename ../../images/tabular-feature_set-rotate-cell.png
2516
2517 \end_inset
2518
2519  gira la celda o selección 90° como las agujas de reloj
2520 \end_layout
2521
2522 \begin_layout Labeling
2523 \labelwidthstring 00.00.0000
2524 \begin_inset Graphics
2525         filename ../../images/tabular-feature_set-rotate-tabular.png
2526
2527 \end_inset
2528
2529  gira todo el cuadro 90° como agujas del reloj
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Graphics
2535         filename ../../images/tabular-feature_multicolumn.png
2536
2537 \end_inset
2538
2539  establece la celda actual o selección como multicolumna
2540 \end_layout
2541
2542 \begin_layout Labeling
2543 \labelwidthstring 00.00.0000
2544 \begin_inset Graphics
2545         filename ../../images/tabular-feature_multirow.png
2546         scaleBeforeRotation
2547
2548 \end_inset
2549
2550  establece la celda actual o selección como multifila
2551 \end_layout
2552
2553 \begin_layout Standard
2554 \begin_inset Note Greyedout
2555 status open
2556
2557 \begin_layout Plain Layout
2558
2559 \series bold
2560 Nota:
2561 \series default
2562  En la salida se emplea la alineación vertical de la primera celda de una
2563  fila para todas las celdas restantes de la fila.
2564 \end_layout
2565
2566 \end_inset
2567
2568
2569 \end_layout
2570
2571 \begin_layout Section
2572 Menú Editar cuadro
2573 \begin_inset Index idx
2574 status collapsed
2575
2576 \begin_layout Plain Layout
2577 Cuadros ! Editar
2578 \end_layout
2579
2580 \end_inset
2581
2582
2583 \end_layout
2584
2585 \begin_layout Standard
2586 Además del diálogo y la barra de herramientas, el menú 
2587 \family sans
2588 Editar\SpecialChar \menuseparator
2589 Cuadro/Tabla
2590 \family default
2591  permite añadir y borrar bordes para la fila/columna actual y establecer
2592  la selección como multicolumna.
2593  El menú sólo está disponible si el cursor está en el cuadro.
2594 \end_layout
2595
2596 \begin_layout Section
2597 Cuadros flotantes
2598 \begin_inset CommandInset label
2599 LatexCommand label
2600 name "sec:Cuadros-Flotantes"
2601
2602 \end_inset
2603
2604
2605 \begin_inset Index idx
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Flotantes ! Cuadros
2610 \end_layout
2611
2612 \end_inset
2613
2614
2615 \begin_inset Index idx
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 Cuadros ! Flotantes
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \end_layout
2626
2627 \begin_layout Standard
2628 Para una explicación general sobre flotantes, echa un vistazo a la sección
2629 \begin_inset space ~
2630 \end_inset
2631
2632
2633 \begin_inset CommandInset ref
2634 LatexCommand ref
2635 reference "sec:Introducción-Flotantes"
2636
2637 \end_inset
2638
2639 .
2640 \end_layout
2641
2642 \begin_layout Standard
2643 \begin_inset Float table
2644 placement h
2645 wide false
2646 sideways false
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 \begin_inset Caption
2651
2652 \begin_layout Plain Layout
2653 \begin_inset CommandInset label
2654 LatexCommand label
2655 name "tab:un cuadro flotante"
2656
2657 \end_inset
2658
2659 Un cuadro flotante.
2660 \end_layout
2661
2662 \end_inset
2663
2664
2665 \end_layout
2666
2667 \begin_layout Plain Layout
2668 \align center
2669 \begin_inset Tabular
2670 <lyxtabular version="3" rows="3" columns="3">
2671 <features tabularvalignment="middle">
2672 <column alignment="center" valignment="top" width="0pt">
2673 <column alignment="center" valignment="top" width="0pt">
2674 <column alignment="center" valignment="top" width="0pt">
2675 <row>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 1
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \family roman
2700 \series medium
2701 \shape up
2702 \size normal
2703 \emph off
2704 \bar no
2705 \noun off
2706 \color none
2707 2
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \family roman
2718 \series medium
2719 \shape up
2720 \size normal
2721 \emph off
2722 \bar no
2723 \noun off
2724 \color none
2725 3
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \family roman
2738 \series medium
2739 \shape up
2740 \size normal
2741 \emph off
2742 \bar no
2743 \noun off
2744 \color none
2745 Pepe
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 Mari
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772
2773 \family roman
2774 \series medium
2775 \shape up
2776 \size normal
2777 \emph off
2778 \bar no
2779 \noun off
2780 \color none
2781 Teo
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 </row>
2787 <row>
2788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792
2793 \family roman
2794 \series medium
2795 \shape up
2796 \size normal
2797 \emph off
2798 \bar no
2799 \noun off
2800 \color none
2801 \begin_inset Formula $\int x^{2}dx$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \family roman
2815 \series medium
2816 \shape up
2817 \size normal
2818 \emph off
2819 \bar no
2820 \noun off
2821 \color none
2822 \begin_inset Formula $\left[\begin{array}{cc}
2823 a & b\\
2824 c & d
2825 \end{array}\right]$
2826 \end_inset
2827
2828
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 \begin_inset Formula $1+1=2$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 </lyxtabular>
2856
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \begin_layout Standard
2868 Los cuadros flotantes pueden insertarse con el menú 
2869 \family sans
2870 Insertar\SpecialChar \menuseparator
2871 Flotante\SpecialChar \menuseparator
2872 Cuadro
2873 \family default
2874  o con el botón 
2875 \begin_inset Graphics
2876         filename ../../images/float-insert_table.png
2877         scale 85
2878
2879 \end_inset
2880
2881 .
2882 \end_layout
2883
2884 \begin_layout Standard
2885 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2886 \begin_inset space ~
2887 \end_inset
2888
2889 #:» (# es el número actual).
2890  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2891  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2892  texto del encabezado y se pulsa 
2893 \family sans
2894 Entrar
2895 \family default
2896 .
2897  La leyenda se imprime encima del cuadro.
2898 \end_layout
2899
2900 \begin_layout Standard
2901 El cuadro
2902 \begin_inset space ~
2903 \end_inset
2904
2905
2906 \begin_inset CommandInset ref
2907 LatexCommand ref
2908 reference "tab:un cuadro flotante"
2909
2910 \end_inset
2911
2912  es un ejemplo de cuadro flotante.
2913 \end_layout
2914
2915 \begin_layout Standard
2916 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2917  no es soportado en las clases estándar de LaTeX.
2918  Esto significa que si estás usando las clases de documento 
2919 \family sans
2920 article
2921 \family default
2922
2923 \family sans
2924 book
2925 \family default
2926
2927 \family sans
2928 letter
2929 \family default
2930  o 
2931 \family sans
2932 report
2933 \family default
2934  no habrá espacio entre la leyenda y el cuadro.
2935  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2936  del documento la siguiente opción al comando del paquete LaTeX 
2937 \series bold
2938 caption
2939 \series default
2940
2941 \begin_inset Index idx
2942 status collapsed
2943
2944 \begin_layout Plain Layout
2945 LaTeX-paquetes ! caption
2946 \end_layout
2947
2948 \end_inset
2949
2950 :
2951 \begin_inset Foot
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 Para más información ve a la sección
2956 \begin_inset space ~
2957 \end_inset
2958
2959
2960 \begin_inset CommandInset ref
2961 LatexCommand ref
2962 reference "sec:Colocación-de-leyendas"
2963
2964 \end_inset
2965
2966 .
2967 \end_layout
2968
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \begin_layout Standard
2975
2976 \series bold
2977 tableposition=top
2978 \end_layout
2979
2980 \begin_layout Standard
2981 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2982 \series bold
2983 caption
2984 \series default
2985  como se describe en la sección
2986 \begin_inset space ~
2987 \end_inset
2988
2989
2990 \begin_inset CommandInset ref
2991 LatexCommand ref
2992 reference "sec:Formato-de-leyendas"
2993
2994 \end_inset
2995
2996 .
2997  
2998 \end_layout
2999
3000 \begin_layout Standard
3001 \begin_inset Index idx
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005 Referencias ! a cuadros
3006 \end_layout
3007
3008 \end_inset
3009
3010 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3011  su etiqueta.
3012  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3013 \family sans
3014 Insertar\SpecialChar \menuseparator
3015 Etiqueta
3016 \family default
3017  o con el botón 
3018 \begin_inset Graphics
3019         filename ../../images/label-insert.png
3020         scale 85
3021
3022 \end_inset
3023
3024 .
3025  Ahora puedes referenciar la etiqueta con el menú 
3026 \family sans
3027 Insertar\SpecialChar \menuseparator
3028 Referencia
3029 \begin_inset space ~
3030 \end_inset
3031
3032 cruzada
3033 \family default
3034  o con el botón 
3035 \begin_inset Graphics
3036         filename ../../images/dialog-show-new-inset_ref.png
3037         scale 85
3038
3039 \end_inset
3040
3041 .
3042 \begin_inset Newline newline
3043 \end_inset
3044
3045 Las referencias se explican con detalle en la sección
3046 \begin_inset space ~
3047 \end_inset
3048
3049
3050 \begin_inset CommandInset ref
3051 LatexCommand ref
3052 reference "sec:Referencias-a-Flotantes"
3053
3054 \end_inset
3055
3056 .
3057 \end_layout
3058
3059 \begin_layout Section
3060 Cuadros largos
3061 \begin_inset CommandInset label
3062 LatexCommand label
3063 name "sec:Cuadros-Largos"
3064
3065 \end_inset
3066
3067
3068 \begin_inset Index idx
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 Cuadros ! Largos|see
3073 \begin_inset ERT
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077
3078 {
3079 \end_layout
3080
3081 \end_inset
3082
3083 Cuadros largos
3084 \begin_inset ERT
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088
3089 }
3090 \end_layout
3091
3092 \end_inset
3093
3094
3095 \end_layout
3096
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \begin_layout Standard
3103 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3104 \family sans
3105 Usar
3106 \begin_inset space ~
3107 \end_inset
3108
3109 cuadro
3110 \begin_inset space ~
3111 \end_inset
3112
3113 largo
3114 \family default
3115  en la solapa 
3116 \family sans
3117 Cuadro
3118 \begin_inset space ~
3119 \end_inset
3120
3121 largo
3122 \family default
3123  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3124  páginas.
3125  Al hacerlo se habilitan las siguientes opciones:
3126 \end_layout
3127
3128 \begin_layout Description
3129 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3130  las páginas del cuadro, excepto para la primera página si 
3131 \family sans
3132 Primer
3133 \begin_inset space ~
3134 \end_inset
3135
3136 encabezado
3137 \family default
3138  está definido.
3139  Este se denomina encabezado principal.
3140 \end_layout
3141
3142 \begin_layout Description
3143 Primer
3144 \begin_inset space ~
3145 \end_inset
3146
3147 encabezado: La fila actual se define como encabezado de la primera página
3148  del cuadro.
3149 \end_layout
3150
3151 \begin_layout Description
3152 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3153  del cuadrotabla, excepto para la última página si se define 
3154 \family sans
3155 Último
3156 \begin_inset space ~
3157 \end_inset
3158
3159 pie.
3160 \end_layout
3161
3162 \begin_layout Description
3163 Último
3164 \begin_inset space ~
3165 \end_inset
3166
3167 pie:
3168 \family sans
3169  
3170 \family default
3171 La fila actual se define como pie de la última página del cuadro.
3172 \end_layout
3173
3174 \begin_layout Description
3175 Leyenda: La fila actual contiene la leyenda del cuadro.
3176  La primera fila se reajusta como columna única y se inserta una leyenda.
3177  Más detalles sobre leyendas en cuadros largos en la sec.
3178 \begin_inset space \thinspace{}
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "sub:Leyendas-en-Cuadros"
3185
3186 \end_inset
3187
3188 .
3189 \end_layout
3190
3191 \begin_layout Standard
3192 También se puede especificar en el diálogo en qué fila se ha de cortar el
3193  cuadro.
3194  El siguiente cuadro muestra cómo funciona:
3195 \end_layout
3196
3197 \begin_layout Standard
3198 \align center
3199 \begin_inset Tabular
3200 <lyxtabular version="3" rows="69" columns="3">
3201 <features islongtable="true" longtabularalignment="center">
3202 <column alignment="left" valignment="top" width="0cm">
3203 <column alignment="left" valignment="top" width="0pt">
3204 <column alignment="right" valignment="top" width="0pt">
3205 <row endfirsthead="true">
3206 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \series bold
3212 Ejemplo de lista telefónica (ignore los nombres)
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row endfirsthead="true">
3237 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \series bold
3243 NOMBRE
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261
3262 \series bold
3263 TEL.
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row endhead="true">
3270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \series bold
3276 Ejemplo de lista telefónica
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 </row>
3300 <row endhead="true">
3301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \series bold
3307 NOMBRE
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 TEL.
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row endfoot="true">
3334 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338  continúa en la página siguiente
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \series bold
3369 Annovi
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 Silvia
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 111
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 </row>
3393 <row>
3394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \series bold
3400 Bertoli
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 Stefano
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 111
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row>
3425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431 Bozzi
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 Walter
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449 111
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 <row>
3456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460
3461 \series bold
3462 Cachia
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 Maria
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 111
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 </row>
3486 <row>
3487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491
3492 \series bold
3493 Cachia
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 Maurizio
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 111
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row>
3518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524 Cinquemani
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Giusi
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 111
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 <row>
3549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \series bold
3555 Colin
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 Bernard
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 111
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row>
3580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \series bold
3586 Concli
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 Gianfranco
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 111
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row>
3611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \series bold
3617 Dal Bosco
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 Carolina
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 111
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \series bold
3648 Dalpiaz
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 Annamaria
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 111
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Feliciello
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Domenico
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Focarelli
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Paola
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Galletti
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Oreste
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Gasparini
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Franca
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Rizzardi
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Paola
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Lassini
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Giancarlo
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Malfatti
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Luciano
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Malfatti
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Valeriano
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Meneguzzo
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Roberto
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Mezzadra
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Roberto
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Pirpamer
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Erich
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Pochiesa
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Paolo
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111, 222
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Radina
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Claudio
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Stuffer
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Oskar
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Tacchelli
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Ugo
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Tezzele
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Margit
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Unterkalmsteiner
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Frieda
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Vieider
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Hilde
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Vigna
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Jürgen
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 111
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Weber
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Maurizio
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 111
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Winkler
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Franz
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 111
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328  
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \series bold
4359 Annovi
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 Silvia
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 555
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 <row>
4384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388
4389 \series bold
4390 Bertoli
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 Stefano
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 555
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 </row>
4414 <row>
4415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419
4420 \series bold
4421 Bozzi
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 Walter
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 555
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 </row>
4445 <row>
4446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450
4451 \series bold
4452 Cachia
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Maria
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 555
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \series bold
4483 Cachia
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 Maurizio
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 555
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 </row>
4507 <row>
4508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512
4513 \series bold
4514 Cinquemani
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 Giusi
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 555
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543
4544 \series bold
4545 Colin
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Bernard
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 555
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \series bold
4576 Concli
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Gianfranco
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 555
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605
4606 \series bold
4607 Dal Bosco
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 Carolina
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 555
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 <row>
4632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636
4637 \series bold
4638 Dalpiaz
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 Annamaria
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 555
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Feliciello
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Domenico
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Focarelli
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Paola
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Galletti
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Oreste
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Gasparini
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Franca
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Rizzardi
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Paola
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Lassini
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Giancarlo
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Malfatti
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Luciano
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Malfatti
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Valeriano
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Meneguzzo
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Roberto
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Mezzadra
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Roberto
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Pirpamer
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Erich
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Pochiesa
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Paolo
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555, 222
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Radina
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Claudio
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Stuffer
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Oskar
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Tacchelli
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Ugo
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Tezzele
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Margit
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 555
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Unterkalmsteiner
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Frieda
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Vieider
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Hilde
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Vigna
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Jürgen
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 999
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Weber
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Maurizio
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289 Winkler
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Franz
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 555
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row endlastfoot="true">
5314 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 fin
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 </row>
5342 </lyxtabular>
5343
5344 \end_inset
5345
5346
5347 \begin_inset ERT
5348 status collapsed
5349
5350 \begin_layout Plain Layout
5351
5352
5353 \backslash
5354 addtocounter{table}{-1}
5355 \end_layout
5356
5357 \end_inset
5358
5359
5360 \begin_inset Note Note
5361 status collapsed
5362
5363 \begin_layout Plain Layout
5364 Para comprender el uso de este comando, lee al final de la sección
5365 \begin_inset space ~
5366 \end_inset
5367
5368
5369 \begin_inset CommandInset ref
5370 LatexCommand ref
5371 reference "sub:Leyendas-en-Cuadros"
5372
5373 \end_inset
5374
5375  la primera nota resaltada en gris.
5376  
5377 \end_layout
5378
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \begin_layout Subsection
5385 Notas al pie en cuadros largos
5386 \begin_inset CommandInset label
5387 LatexCommand label
5388 name "sub:Notas-al-pie-en-Cuadros-Largos"
5389
5390 \end_inset
5391
5392
5393 \begin_inset Index idx
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397 Cuadros largos ! Notas al pie
5398 \end_layout
5399
5400 \end_inset
5401
5402
5403 \end_layout
5404
5405 \begin_layout Standard
5406 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5407  Las notas se muestran en la parte inferior de la página en la que esté
5408  la celda con la nota.
5409  El cuadro
5410 \begin_inset space ~
5411 \end_inset
5412
5413
5414 \begin_inset CommandInset ref
5415 LatexCommand ref
5416 reference "tab:DifLeyendas"
5417
5418 \end_inset
5419
5420  tiene un ejemplo de nota al pie.
5421 \end_layout
5422
5423 \begin_layout Subsection
5424 Alineación de cuadros largos
5425 \begin_inset Index idx
5426 status collapsed
5427
5428 \begin_layout Plain Layout
5429 Cuadros largos ! Alineación
5430 \end_layout
5431
5432 \end_inset
5433
5434
5435 \end_layout
5436
5437 \begin_layout Standard
5438 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5439  de configuración de cuadros.
5440  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5441  página.
5442  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5443  al centro y cambiar el valor de las longitudes 
5444 \series bold
5445
5446 \backslash
5447 LTleft
5448 \series default
5449  y 
5450 \series bold
5451
5452 \backslash
5453 LTright 
5454 \series default
5455 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5456  largo:
5457 \end_layout
5458
5459 \begin_layout Standard
5460
5461 \series bold
5462
5463 \backslash
5464 setlength{
5465 \backslash
5466 LTleft}{valor}
5467 \end_layout
5468
5469 \begin_layout Standard
5470 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5471 \begin_inset space ~
5472 \end_inset
5473
5474
5475 \begin_inset CommandInset ref
5476 LatexCommand ref
5477 reference "tab:Unidades"
5478
5479 \end_inset
5480
5481 .
5482  
5483 \series bold
5484
5485 \backslash
5486 LTlent 
5487 \series default
5488 controla la distancia entre el borde izquierdo de la página y el cuadro.
5489  
5490 \series bold
5491
5492 \backslash
5493 LTright 
5494 \series default
5495 la distancia desde el lado derecho.
5496  El valor predeterminado para ambas longitudes es 
5497 \series bold
5498
5499 \backslash
5500 fill
5501 \series default
5502 , que en este caso es lo mismo que un relleno horizontal en LyX.
5503 \end_layout
5504
5505 \begin_layout Standard
5506 El siguiente cuadro largo se ha alineado centrado y 
5507 \series bold
5508
5509 \backslash
5510 LTleft
5511 \series default
5512  establecido en 
5513 \family sans
5514 0.1
5515 \backslash
5516 columnwidth
5517 \family default
5518 :
5519 \begin_inset ERT
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523
5524
5525 \backslash
5526 setlength{
5527 \backslash
5528 LTleft}{0.1
5529 \backslash
5530 columnwidth}
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \end_layout
5537
5538 \begin_layout Standard
5539 \begin_inset Tabular
5540 <lyxtabular version="3" rows="5" columns="5">
5541 <features islongtable="true" longtabularalignment="center">
5542 <column alignment="center" valignment="top" width="0">
5543 <column alignment="center" valignment="top" width="0">
5544 <column alignment="center" valignment="top" width="0">
5545 <column alignment="center" valignment="top" width="0">
5546 <column alignment="center" valignment="top" width="0">
5547 <row>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 1
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 2
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 3
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 4
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 5
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 </row>
5594 <row>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 asd
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 s
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 s
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 s
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 <row>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 asd
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 s
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 s
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 asd
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 </row>
5688 <row>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 asd
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 s
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 s
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 asd
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 asd
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 </row>
5782 </lyxtabular>
5783
5784 \end_inset
5785
5786
5787 \begin_inset ERT
5788 status collapsed
5789
5790 \begin_layout Plain Layout
5791
5792
5793 \backslash
5794 setlength{
5795 \backslash
5796 LTleft}{
5797 \backslash
5798 fill}
5799 \end_layout
5800
5801 \end_inset
5802
5803
5804 \begin_inset ERT
5805 status collapsed
5806
5807 \begin_layout Plain Layout
5808
5809
5810 \backslash
5811 addtocounter{table}{-1}
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \begin_inset Note Note
5818 status open
5819
5820 \begin_layout Plain Layout
5821 Para comprender el uso de este comando, lee al final de la sección
5822 \begin_inset space ~
5823 \end_inset
5824
5825
5826 \begin_inset CommandInset ref
5827 LatexCommand ref
5828 reference "sub:Leyendas-en-Cuadros"
5829
5830 \end_inset
5831
5832  la primera nota resaltada en gris.
5833  
5834 \end_layout
5835
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \begin_layout Subsection
5842 Leyendas en cuadros largos
5843 \begin_inset Index idx
5844 status collapsed
5845
5846 \begin_layout Plain Layout
5847 Cuadros largos ! Leyendas
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \begin_inset CommandInset label
5854 LatexCommand label
5855 name "sub:Leyendas-en-Cuadros"
5856
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \begin_layout Standard
5863 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5864  estar en una página.
5865  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5866  utilizando para una fila de un cuadro largo la opción 
5867 \family sans
5868 Leyenda
5869 \family default
5870 , como se explica en la sec.
5871 \begin_inset space \thinspace{}
5872 \end_inset
5873
5874
5875 \begin_inset CommandInset ref
5876 LatexCommand ref
5877 reference "sec:Cuadros-Largos"
5878
5879 \end_inset
5880
5881 .
5882  Sólo una fila puede contener la leyenda.
5883 \end_layout
5884
5885 \begin_layout Standard
5886 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5887 \end_layout
5888
5889 \begin_layout Standard
5890 \begin_inset Tabular
5891 <lyxtabular version="3" rows="6" columns="5">
5892 <features islongtable="true" longtabularalignment="center">
5893 <column alignment="center" valignment="top" width="0">
5894 <column alignment="center" valignment="top" width="0">
5895 <column alignment="center" valignment="top" width="0">
5896 <column alignment="center" valignment="top" width="0">
5897 <column alignment="center" valignment="top" width="0">
5898 <row caption="true">
5899 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 \begin_inset Caption
5904
5905 \begin_layout Plain Layout
5906 Cuadro largo con leyenda
5907 \begin_inset Argument
5908 status open
5909
5910 \begin_layout Plain Layout
5911 Cuadro largo
5912 \end_layout
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 1
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 2
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 3
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 4
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 5
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 s
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 s
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 s
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 s
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 asd
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 asd
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 </lyxtabular>
6199
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \begin_layout Standard
6206 \begin_inset VSpace medskip
6207 \end_inset
6208
6209
6210 \begin_inset Note Greyedout
6211 status open
6212
6213 \begin_layout Plain Layout
6214
6215 \series bold
6216 Nota
6217 \begin_inset space ~
6218 \end_inset
6219
6220 1:
6221 \series default
6222  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6223  leyenda en alguna de ellas.
6224  Por esto podría suceder que, p.
6225 \begin_inset space \thinspace{}
6226 \end_inset
6227
6228 e., el cuadro
6229 \begin_inset space ~
6230 \end_inset
6231
6232 2.4 siga al cuadro
6233 \begin_inset space ~
6234 \end_inset
6235
6236 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6237  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6238  en código TeX:
6239 \end_layout
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244
6245 \backslash
6246 addtocounter{table}{-1}
6247 \end_layout
6248
6249 \begin_layout Plain Layout
6250 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6251  el siguiente código en el preámbulo del documento:
6252 \end_layout
6253
6254 \begin_layout Plain Layout
6255
6256 \series bold
6257
6258 \backslash
6259 let
6260 \backslash
6261 myEnd
6262 \backslash
6263 endlongtable
6264 \begin_inset Newline newline
6265 \end_inset
6266
6267
6268 \backslash
6269 renewcommand{
6270 \backslash
6271 endlongtable}{
6272 \backslash
6273 myEnd
6274 \backslash
6275 addtocounter{table}{-1}}
6276 \end_layout
6277
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \begin_layout Standard
6284 \begin_inset Note Greyedout
6285 status open
6286
6287 \begin_layout Plain Layout
6288
6289 \series bold
6290 Nota
6291 \begin_inset space ~
6292 \end_inset
6293
6294 2:
6295 \series default
6296  Si utilizas 
6297 \series bold
6298 hyperref
6299 \series default
6300
6301 \begin_inset Index idx
6302 status collapsed
6303
6304 \begin_layout Plain Layout
6305 LaTeX-paquetes ! hyperref
6306 \end_layout
6307
6308 \end_inset
6309
6310  en las 
6311 \family sans
6312 Propiedades PDF 
6313 \family default
6314 del diálogo 
6315 \family sans
6316 Configuración del documento 
6317 \family default
6318 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6319  llevan siempre al principio del documento.
6320 \end_layout
6321
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \begin_layout Subsubsection
6328 Referencias a cuadros largos
6329 \begin_inset Index idx
6330 status collapsed
6331
6332 \begin_layout Plain Layout
6333 Cuadros largos ! Referencias a
6334 \end_layout
6335
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \begin_layout Standard
6342 \begin_inset Tabular
6343 <lyxtabular version="3" rows="6" columns="5">
6344 <features islongtable="true" longtabularalignment="center">
6345 <column alignment="center" valignment="top" width="0">
6346 <column alignment="center" valignment="top" width="0">
6347 <column alignment="center" valignment="top" width="0">
6348 <column alignment="center" valignment="top" width="0">
6349 <column alignment="center" valignment="top" width="0">
6350 <row caption="true">
6351 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 \begin_inset Caption
6356
6357 \begin_layout Plain Layout
6358 Cuadro largo con referencia
6359 \begin_inset CommandInset label
6360 LatexCommand label
6361 name "tab:RefEjemplo"
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \end_inset
6369
6370
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 </row>
6412 <row>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 1
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 2
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 3
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 4
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 5
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 </row>
6459 <row>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 asd
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 s
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 s
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 s
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 </row>
6506 <row>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 asd
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 s
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 s
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 s
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 asd
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 <row>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 asd
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 s
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 s
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 s
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 asd
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 </row>
6600 <row>
6601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 asd
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 sad
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 asd
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 asd
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 asd
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 </row>
6647 </lyxtabular>
6648
6649 \end_inset
6650
6651
6652 \end_layout
6653
6654 \begin_layout Standard
6655 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6656  
6657 \end_layout
6658
6659 \begin_layout Standard
6660 Esto es una referencia al cuadro
6661 \begin_inset space ~
6662 \end_inset
6663
6664
6665 \begin_inset CommandInset ref
6666 LatexCommand ref
6667 reference "tab:RefEjemplo"
6668
6669 \end_inset
6670
6671 .
6672 \end_layout
6673
6674 \begin_layout Standard
6675 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6676  del documento mediante el paquete LaTeX 
6677 \series bold
6678 caption
6679 \series default
6680
6681 \begin_inset Index idx
6682 status collapsed
6683
6684 \begin_layout Plain Layout
6685 LaTeX-paquetes ! caption
6686 \end_layout
6687
6688 \end_inset
6689
6690 , véase sección
6691 \begin_inset space ~
6692 \end_inset
6693
6694
6695 \begin_inset CommandInset ref
6696 LatexCommand ref
6697 reference "sec:Formato-de-leyendas"
6698
6699 \end_inset
6700
6701 .
6702 \end_layout
6703
6704 \begin_layout Subsubsection
6705 Anchura de la leyenda
6706 \begin_inset Index idx
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710 Cuadros largos ! Anchura de la leyenda
6711 \end_layout
6712
6713 \end_inset
6714
6715
6716 \end_layout
6717
6718 \begin_layout Standard
6719 La anchura máxima de la leyenda se define por la longitud 
6720 \series bold
6721
6722 \backslash
6723 LTcapwidth
6724 \series default
6725 .
6726  Por omisión, su valor es 4
6727 \begin_inset space \thinspace{}
6728 \end_inset
6729
6730 in (4
6731 \begin_inset space ~
6732 \end_inset
6733
6734 pulgadas).
6735  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6736  en el propio documento antes del cuadro largo al que deba afectar
6737 \end_layout
6738
6739 \begin_layout Standard
6740
6741 \series bold
6742
6743 \backslash
6744 setlength{
6745 \backslash
6746 LTcapwidth}{anchura}
6747 \end_layout
6748
6749 \begin_layout Standard
6750 donde la anchura puede ser una de las unidades listadas en el apéndice
6751 \begin_inset space ~
6752 \end_inset
6753
6754
6755 \begin_inset CommandInset ref
6756 LatexCommand ref
6757 reference "cap:Unidades-disponibles-en"
6758
6759 \end_inset
6760
6761 .
6762 \end_layout
6763
6764 \begin_layout Standard
6765 Los cuadros siguientes muestran la diferencia:
6766 \end_layout
6767
6768 \begin_layout Standard
6769 \begin_inset Tabular
6770 <lyxtabular version="3" rows="6" columns="5">
6771 <features islongtable="true" longtabularalignment="center">
6772 <column alignment="center" valignment="top" width="0">
6773 <column alignment="center" valignment="top" width="0">
6774 <column alignment="center" valignment="top" width="0">
6775 <column alignment="center" valignment="top" width="0">
6776 <column alignment="center" valignment="top" width="0">
6777 <row caption="true">
6778 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 \begin_inset Caption
6783
6784 \begin_layout Plain Layout
6785 Leyenda larga completa con anchura predeterminada leyenda larga completa
6786  con anchura predeterminada
6787 \begin_inset Argument
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791 Leyenda con anchura predeterminada
6792 \end_layout
6793
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 </row>
6843 <row>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 1
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 2
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 3
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 4
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 5
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 asd
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 s
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 s
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 s
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 asd
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 </row>
6937 <row>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 asd
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 s
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 s
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 s
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 asd
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 </row>
6984 <row>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 asd
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 s
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 s
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 s
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 asd
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 </row>
7031 <row>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 asd
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 sad
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 asd
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 asd
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 asd
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 </row>
7078 </lyxtabular>
7079
7080 \end_inset
7081
7082
7083 \end_layout
7084
7085 \begin_layout Standard
7086 \begin_inset ERT
7087 status collapsed
7088
7089 \begin_layout Plain Layout
7090
7091
7092 \backslash
7093 setlength{
7094 \backslash
7095 LTcapwidth}{5cm}
7096 \end_layout
7097
7098 \end_inset
7099
7100
7101 \begin_inset Tabular
7102 <lyxtabular version="3" rows="6" columns="5">
7103 <features islongtable="true" longtabularalignment="center">
7104 <column alignment="center" valignment="top" width="0">
7105 <column alignment="center" valignment="top" width="0">
7106 <column alignment="center" valignment="top" width="0">
7107 <column alignment="center" valignment="top" width="0">
7108 <column alignment="center" valignment="top" width="0">
7109 <row caption="true">
7110 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 \begin_inset Caption
7115
7116 \begin_layout Plain Layout
7117 Leyenda larga completa con una anchura de 5
7118 \begin_inset space \thinspace{}
7119 \end_inset
7120
7121 cm leyenda larga completa con una anchura de 5
7122 \begin_inset space \thinspace{}
7123 \end_inset
7124
7125 cm 
7126 \begin_inset Argument
7127 status collapsed
7128
7129 \begin_layout Plain Layout
7130 Leyenda con anchura
7131 \begin_inset space \thinspace{}
7132 \end_inset
7133
7134 =
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 5
7139 \begin_inset space \thinspace{}
7140 \end_inset
7141
7142 cm
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 <row>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 1
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 2
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 3
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 4
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 5
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 s
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 s
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 s
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 </row>
7288 <row>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 asd
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 s
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 s
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 s
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 asd
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 asd
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 s
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 s
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 s
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 asd
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 asd
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 sad
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 asd
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 asd
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 asd
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 </lyxtabular>
7430
7431 \end_inset
7432
7433
7434 \begin_inset ERT
7435 status collapsed
7436
7437 \begin_layout Plain Layout
7438
7439
7440 \backslash
7441 setlength{
7442 \backslash
7443 LTcapwidth}{4in}
7444 \end_layout
7445
7446 \end_inset
7447
7448
7449 \end_layout
7450
7451 \begin_layout Standard
7452 \begin_inset Note Greyedout
7453 status collapsed
7454
7455 \begin_layout Plain Layout
7456
7457 \series bold
7458 Nota: 
7459 \series default
7460 Si se usa el paquete LaTeX 
7461 \series bold
7462 caption
7463 \series default
7464
7465 \begin_inset Index idx
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469 LaTeX-paquetes ! caption
7470 \end_layout
7471
7472 \end_inset
7473
7474 , como en este documento, para la leyenda se utiliza toda la anchura de
7475  la página cuando se deja el valor por omisión de 4
7476 \begin_inset space \thinspace{}
7477 \end_inset
7478
7479 in para 
7480 \series bold
7481
7482 \backslash
7483 LTcapwidth
7484 \series default
7485 .
7486  En este caso, para conseguir una leyenda de 4
7487 \begin_inset space \thinspace{}
7488 \end_inset
7489
7490 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7491 \begin_inset space \thinspace{}
7492 \end_inset
7493
7494 in, p.
7495 \begin_inset space \thinspace{}
7496 \end_inset
7497
7498 e.
7499  3.99
7500 \begin_inset space \thinspace{}
7501 \end_inset
7502
7503 in, o bien emplear el comando LaTeX 
7504 \series bold
7505
7506 \backslash
7507 captionsetup{width=valor}
7508 \series default
7509 , suministrado por el paquete 
7510 \series bold
7511 caption
7512 \series default
7513 .
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \begin_layout Subsubsection
7522 Leyendas distintas para cada página
7523 \begin_inset Index idx
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527 Cuadros largos ! Leyendas ! distintas para cada página
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \begin_layout Standard
7536 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7537  de la leyenda de la primera página del cuadro, se insertan con el comando
7538  en código TeX
7539 \end_layout
7540
7541 \begin_layout Standard
7542
7543 \series bold
7544
7545 \backslash
7546 caption*{texto de la leyenda}
7547 \backslash
7548
7549 \backslash
7550 %
7551 \end_layout
7552
7553 \begin_layout Standard
7554 en una fila postiza que se marca como encabezado.
7555  El cuadro
7556 \begin_inset space ~
7557 \end_inset
7558
7559
7560 \begin_inset CommandInset ref
7561 LatexCommand ref
7562 reference "tab:DifLeyendas"
7563
7564 \end_inset
7565
7566  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7567  no incluye número de cuadro.
7568 \end_layout
7569
7570 \begin_layout Standard
7571 \align center
7572 \begin_inset Tabular
7573 <lyxtabular version="3" rows="59" columns="3">
7574 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7575 <column alignment="left" valignment="top" width="0cm">
7576 <column alignment="left" valignment="top" width="0pt">
7577 <column alignment="right" valignment="top" width="0pt">
7578 <row caption="true">
7579 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 \begin_inset Caption
7584
7585 \begin_layout Plain Layout
7586 Ejemplo de lista telefónica
7587 \begin_inset CommandInset label
7588 LatexCommand label
7589 name "tab:DifLeyendas"
7590
7591 \end_inset
7592
7593
7594 \begin_inset Argument
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598 Ejemplo de lista telefónica
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row endfirsthead="true">
7633 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \series bold
7639 Ejemplo de lista telefónica (ignore los nombres)
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 </row>
7663 <row endfirsthead="true">
7664 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 NOMBRE
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 TEL.
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row endhead="true">
7697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 \begin_inset ERT
7702 status open
7703
7704 \begin_layout Plain Layout
7705
7706
7707 \backslash
7708 caption*{continúa Ejemplo de lista telefónica}
7709 \backslash
7710
7711 \backslash
7712 %
7713 \end_layout
7714
7715 \end_inset
7716
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row endhead="true">
7742 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \series bold
7748 Ejemplo de lista telefónica
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row endhead="true">
7773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \series bold
7779 NOMBRE
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 TEL.
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row endfoot="true">
7806 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 continúa en página siguiente
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \series bold
7841 Annovi
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 Silvia
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 111
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row>
7866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 Bertoli
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 Stefano
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 111
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row>
7897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 Bozzi
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 Walter
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 111
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \series bold
7934 Cachia
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 Maria
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 111
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \series bold
7965 Cachia
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 Maurizio
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 111
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \series bold
7996 Cinquemani
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 Giusi
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 111
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Colin
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Bernard
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 111
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 Concli
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 Gianfranco
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 111
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Dal Bosco
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 Carolina
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 111
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Dalpiaz
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Annamaria
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Feliciello
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Domenico
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Focarelli
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Paola
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Galletti
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Oreste
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Gasparini
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Franca
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Rizzardi
8276 \series default
8277
8278 \begin_inset Foot
8279 status collapsed
8280
8281 \begin_layout Plain Layout
8282 Ejemplo de nota a pie de página
8283 \end_layout
8284
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Paola
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Lassini
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Giancarlo
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Malfatti
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Luciano
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Malfatti
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Valeriano
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Meneguzzo
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Roberto
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Mezzadra
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Roberto
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 111
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Pirpamer
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Erich
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 111
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \series bold
8504 Pochiesa
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Paolo
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 111, 222
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \series bold
8535 Radina
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Claudio
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 111
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \series bold
8566 Stuffer
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Oskar
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Tacchelli
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Ugo
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Tezzele
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Margit
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 111
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Unterkalmsteiner
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Frieda
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 111
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Vieider
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Hilde
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 111
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Vigna
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Jürgen
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 111
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Weber
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Maurizio
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 111
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Winkler
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Franz
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 111
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812  
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Annovi
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Silvia
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 555
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Bertoli
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Stefano
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 555
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Bozzi
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Walter
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 555
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \series bold
8936 Cachia
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 Maria
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 555
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Cachia
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Maurizio
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 555
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \series bold
8998 Cinquemani
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 Giusi
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 555
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \series bold
9029 Colin
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 Bernard
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 555
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \series bold
9060 Concli
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Gianfranco
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 555
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \series bold
9091 Dal Bosco
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 Carolina
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 555
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Dalpiaz
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Annamaria
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Feliciello
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Domenico
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Focarelli
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Paola
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Galletti
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Oreste
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Gasparini
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Franca
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 Rizzardi
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 Paola
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 555
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 Lassini
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Giancarlo
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 555
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \series bold
9339 Malfatti
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Luciano
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 555
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370 Malfatti
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Valeriano
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 555
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \series bold
9401 Meneguzzo
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Roberto
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 555
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \series bold
9432 Mezzadra
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 Roberto
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 555
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 </lyxtabular>
9457
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \begin_layout Section
9464 Particularidades de los cuadros largos
9465 \begin_inset CommandInset label
9466 LatexCommand label
9467 name "sec:Particularidades-cuadros-largos"
9468
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \begin_layout Subsection
9475 Cálculos
9476 \begin_inset Index idx
9477 status collapsed
9478
9479 \begin_layout Plain Layout
9480 Cuadros largos ! Cálculos
9481 \end_layout
9482
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \begin_layout Standard
9489 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9490  utilizando los denominados «trozos», que son partes del cuadro presentes
9491  en la memoria de LaTeX.
9492  El valor predeterminado está establecido a sólo 20 filas.
9493  Si estás usando cuadros largos con muchas páginas, la generación del documento
9494  puede hacerse muy lenta.
9495  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9496  el siguiente comando en el preámbulo del documento:
9497 \end_layout
9498
9499 \begin_layout Standard
9500
9501 \series bold
9502
9503 \backslash
9504 setcounter{LTchunksize}{100}
9505 \end_layout
9506
9507 \begin_layout Subsection
9508 Flotantes y cuadros largos
9509 \begin_inset Index idx
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Cuadros largos ! Flotantes
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Podría haber problemas si un flotante aparece en la misma página donde comienza
9523  un cuadro largo.
9524  Para evitarlo, añade un 
9525 \begin_inset Quotes fld
9526 \end_inset
9527
9528 salto de página limpia
9529 \begin_inset Quotes frd
9530 \end_inset
9531
9532  (menú 
9533 \family sans
9534 Insertar\SpecialChar \menuseparator
9535 Formato\SpecialChar \menuseparator
9536 Limpiar
9537 \begin_inset space ~
9538 \end_inset
9539
9540 página
9541 \family default
9542 ) antes del cuadro.
9543 \end_layout
9544
9545 \begin_layout Subsection
9546 Saltos de página forzados
9547 \begin_inset Index idx
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Cuadros largos ! Saltos de página forzados
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560 Por omisión, los cuadros sólo se cortan entre filas.
9561  Si tienes una celda con líneas múltiples y necesitas un salto de página
9562  dentro de la celda, inserta el comando de nueva línea «
9563 \series bold
9564
9565 \backslash
9566
9567 \backslash
9568
9569 \series default
9570 » en código TeX en el punto en que quieras cortar.
9571  Antes del comando «
9572 \series bold
9573
9574 \backslash
9575
9576 \backslash
9577
9578 \series default
9579 » debes insertar en código TeX tantos caracteres «
9580 \series bold
9581 &
9582 \series default
9583 » como columnas siguientes del cuadro.
9584  
9585 \series bold
9586 &
9587 \series default
9588  es el carácter para separar celdas.
9589  Escribe en código TeX después de cada 
9590 \series bold
9591 &
9592 \series default
9593  el contenido de la celda siguiente correspondiente y borra el contenido
9594  de esas celdas.
9595 \begin_inset Newline newline
9596 \end_inset
9597
9598 Detrás del comando 
9599 \series bold
9600
9601 \backslash
9602
9603 \backslash
9604
9605 \series default
9606 , inserta tantos 
9607 \series bold
9608 &
9609 \series default
9610  como columnas haya delante de la actual.
9611  Enl cuadro
9612 \begin_inset space ~
9613 \end_inset
9614
9615
9616 \begin_inset CommandInset ref
9617 LatexCommand ref
9618 reference "tab:Saltos de Página Forzados"
9619
9620 \end_inset
9621
9622  la celda que debería cortarse está en la segunda columna seguida de otra
9623  columna.
9624  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9625  de «
9626 \emph on
9627 Castelchiodato,
9628 \emph default
9629 »:
9630 \end_layout
9631
9632 \begin_layout Standard
9633
9634 \series bold
9635 & 111
9636 \backslash
9637
9638 \backslash
9639  
9640 \backslash
9641 newpage
9642 \begin_inset Newline newline
9643 \end_inset
9644
9645 &
9646 \end_layout
9647
9648 \begin_layout Standard
9649 El «111» en la tercera columna de la fila se ha borrado.
9650
9651 \series bold
9652  
9653 \backslash
9654 newpage 
9655 \series default
9656 es necesario solo si en esta posición debiera ir definitivamente un salto
9657  de página, de otro modo es sólamente una posibilidad de salto.
9658  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9659  superior pero quisieras una línea horizontal donde se corta la celda, usa
9660  este comando alternativo:
9661 \end_layout
9662
9663 \begin_layout Standard
9664
9665 \series bold
9666 & 111
9667 \backslash
9668
9669 \backslash
9670
9671 \begin_inset Newline newline
9672 \end_inset
9673
9674
9675 \backslash
9676 hline &
9677 \end_layout
9678
9679 \begin_layout Standard
9680 Cuando la celda a cortar está en la última columna, el comando
9681 \end_layout
9682
9683 \begin_layout Standard
9684
9685 \series bold
9686
9687 \backslash
9688 setlength{
9689 \backslash
9690 parfillskip}{0pt}
9691 \end_layout
9692
9693 \begin_layout Standard
9694 debe insertarse en código TeX al principio de la celda.
9695  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9696  aparecerá con toda su anchura.
9697 \end_layout
9698
9699 \begin_layout Standard
9700 \align center
9701 \begin_inset Tabular
9702 <lyxtabular version="3" rows="38" columns="3">
9703 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9704 <column alignment="left" valignment="top" width="0cm">
9705 <column alignment="left" valignment="top" width="3cm">
9706 <column alignment="right" valignment="top" width="0pt">
9707 <row caption="true">
9708 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Caption
9713
9714 \begin_layout Plain Layout
9715 Cuadro con salto de página forzado en celda
9716 \begin_inset CommandInset label
9717 LatexCommand label
9718 name "tab:Saltos de Página Forzados"
9719
9720 \end_inset
9721
9722
9723 \begin_inset Argument
9724 status open
9725
9726 \begin_layout Plain Layout
9727 Cuadro con salto de página forzado
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row endfirsthead="true">
9762 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \series bold
9768 Ejemplo de lista telefónica (ignore los nombres)
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 </row>
9792 <row endfirsthead="true">
9793 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \series bold
9799 NOMBRE
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \series bold
9819 TEL.
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row endhead="true">
9826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 \begin_inset ERT
9831 status collapsed
9832
9833 \begin_layout Plain Layout
9834
9835
9836 \backslash
9837 caption*{continúa Ejemplo de lista telefónica}
9838 \backslash
9839
9840 \backslash
9841 %
9842 \end_layout
9843
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row endhead="true">
9871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875  
9876 \series bold
9877 Ejemplo de lista telefónica
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 </row>
9901 <row endhead="true">
9902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \series bold
9908 NOMBRE
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 TEL.
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row endfoot="true">
9935 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 continúa en página siguiente
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 Annovi
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 Silvia
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 111
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row>
9995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \series bold
10001 Bertoli
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 Stefano
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 111
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row>
10026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \series bold
10032 Bozzi
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 Walter
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 111
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \series bold
10063 Cachia
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 Maria
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 111
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 Cachia
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 Maurizio
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 111
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \series bold
10125 Cinquemani
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 Giusi
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 111
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \series bold
10156 Colin
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 Bernard
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 111
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 Concli
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 Gianfranco
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 111
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 Dal Bosco
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 Carolina
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 111
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \series bold
10249 Dalpiaz
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Annamaria
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Feliciello
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Domenico
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Focarelli
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Paola
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Galletti
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Oreste
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Gasparini
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Franca
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 111
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404 Lassini
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Giancarlo
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \series bold
10435 Malfatti
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Luciano
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 111
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \series bold
10466 Malfatti
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Valeriano
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 111
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497 Meneguzzo
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Roberto
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 111
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \series bold
10528 Mezzadra
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Roberto
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 111
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \series bold
10559 Pirpamer
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 Erich
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 111
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \series bold
10590 Pochiesa
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Paolo
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 111, 222
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \series bold
10621 Radina
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 Claudio
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 111
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 Rizzardi
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Paolo, 11.
10662  Fürst von Montecompatri, 11.
10663  Fürst von Sulmona und Vivaro, 10.
10664  Fürst von Rossano, 5.
10665  Herzog von Canemorte, 11.
10666  Herzog von Palombara, 5.
10667  Herzog von Castelchiodato,
10668 \begin_inset ERT
10669 status open
10670
10671 \begin_layout Plain Layout
10672
10673 & 111
10674 \backslash
10675
10676 \backslash
10677  
10678 \backslash
10679 newpage
10680 \end_layout
10681
10682 \begin_layout Plain Layout
10683
10684 &
10685 \end_layout
10686
10687 \end_inset
10688
10689  11.
10690  Herzog von Poggionativo, 11.
10691  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10692  Graf von Valinfreda, 11.
10693  Baron von Cropalati, 11.
10694  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 111
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 </row>
10709 <row>
10710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714
10715 \series bold
10716 Stuffer
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 Oskar
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 111
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \series bold
10747 Tacchelli
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 Ugo
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 111
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row>
10772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \series bold
10778 Tezzele
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 Margit
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 111
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \series bold
10809 Unterkalmsteiner
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 Frieda
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 111
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 </row>
10833 <row>
10834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \series bold
10840 Vieider
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 Hilde
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 111
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \series bold
10871 Vigna
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 Jürgen
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 111
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \series bold
10902 Weber
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 Maurizio
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 111
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 <row>
10927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \series bold
10933 Winkler
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 Franz
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 111
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 </lyxtabular>
10958
10959 \end_inset
10960
10961
10962 \end_layout
10963
10964 \begin_layout Section
10965 Líneas múltiples en columnas y filas
10966 \end_layout
10967
10968 \begin_layout Subsection
10969 Líneas múltiples en celdas
10970 \begin_inset CommandInset label
10971 LatexCommand label
10972 name "sub:Líneas-Múltiples-en"
10973
10974 \end_inset
10975
10976
10977 \begin_inset Index idx
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981 Lineas@Líneas múltiples en celdas
10982 \end_layout
10983
10984 \end_inset
10985
10986
10987 \begin_inset Index idx
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991 Cuadros ! Saltos de línea
10992 \end_layout
10993
10994 \end_inset
10995
10996
10997 \end_layout
10998
10999 \begin_layout Standard
11000 \noindent
11001 \begin_inset Float table
11002 placement H
11003 wide false
11004 sideways false
11005 status open
11006
11007 \begin_layout Plain Layout
11008 \begin_inset Caption
11009
11010 \begin_layout Plain Layout
11011 \begin_inset CommandInset label
11012 LatexCommand label
11013 name "tab:Cuadro-con-múltiples"
11014
11015 \end_inset
11016
11017 Cuadro con líneas múltiples en celda
11018 \end_layout
11019
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \begin_layout Plain Layout
11026 \align center
11027 \begin_inset Tabular
11028 <lyxtabular version="3" rows="3" columns="3">
11029 <features tabularvalignment="middle">
11030 <column alignment="center" valignment="middle" width="2.5cm">
11031 <column alignment="center" valignment="middle" width="0">
11032 <column alignment="center" valignment="middle" width="0">
11033 <row>
11034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 líneas
11039 \begin_inset Newline linebreak
11040 \end_inset
11041
11042 múltiples
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 b
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 c
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 <row>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 d
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 e
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 f
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 g
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 h
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 i
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 </lyxtabular>
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \end_inset
11132
11133
11134 \end_layout
11135
11136 \begin_layout Standard
11137 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11138  párrafos con varias líneas y guionado.
11139 \end_layout
11140
11141 \begin_layout Standard
11142 Para generar el cuadro
11143 \begin_inset space ~
11144 \end_inset
11145
11146
11147 \begin_inset CommandInset ref
11148 LatexCommand ref
11149 reference "tab:Cuadro-con-múltiples"
11150
11151 \end_inset
11152
11153 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11154  En el diálogo que surge establece una anchura de 2.5
11155 \begin_inset space \thinspace{}
11156 \end_inset
11157
11158 cm y escoge centro en alineación vertical y horizontal.
11159  La alineación vertical se utiliza para todas las celdas de la fila.
11160  Como nuestro texto es menor de 2.5
11161 \begin_inset space \thinspace{}
11162 \end_inset
11163
11164 cm, sólo aparece una línea.
11165  Para poner dos añadimos un salto de línea justificado, (atajo 
11166 \family sans
11167 Ctrl+Mayúsculas+Entrar
11168 \family default
11169 ).
11170  Si el texto es más ancho que la celda será automáticamente dividido en
11171  líneas.
11172 \end_layout
11173
11174 \begin_layout Standard
11175 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11176  con guión si es la primera entrada.
11177  Por eso hay que insertar algo para que dicha palabra no sea la primera
11178  entrada: añade un espacio horizontal de 0
11179 \begin_inset space \thinspace{}
11180 \end_inset
11181
11182 pt delante de la palabra.
11183  Como el espacio es 0 la salida no cambia.
11184  El cuadro
11185 \begin_inset space ~
11186 \end_inset
11187
11188
11189 \begin_inset CommandInset ref
11190 LatexCommand ref
11191 reference "tab:Cuadro-con-y"
11192
11193 \end_inset
11194
11195  muestra el efecto.
11196 \end_layout
11197
11198 \begin_layout Standard
11199 \begin_inset Float table
11200 placement b
11201 wide false
11202 sideways false
11203 status open
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Caption
11207
11208 \begin_layout Plain Layout
11209 \begin_inset CommandInset label
11210 LatexCommand label
11211 name "tab:Cuadro-con-y"
11212
11213 \end_inset
11214
11215 Cuadros con y sin guión
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Plain Layout
11224 \begin_inset space \hfill{}
11225 \end_inset
11226
11227
11228 \begin_inset Tabular
11229 <lyxtabular version="3" rows="3" columns="3">
11230 <features tabularvalignment="middle">
11231 <column alignment="center" valignment="middle" width="2.5cm">
11232 <column alignment="center" valignment="middle" width="0">
11233 <column alignment="center" valignment="middle" width="0">
11234 <row>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 celdaconpalabramuylarga
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 b
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 c
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 d
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 e
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 f
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 </row>
11292 <row>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 g
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 h
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 i
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 </row>
11321 </lyxtabular>
11322
11323 \end_inset
11324
11325
11326 \begin_inset space \hfill{}
11327 \end_inset
11328
11329
11330 \begin_inset Tabular
11331 <lyxtabular version="3" rows="3" columns="3">
11332 <features tabularvalignment="middle">
11333 <column alignment="center" valignment="middle" width="2.5cm">
11334 <column alignment="center" valignment="middle" width="0">
11335 <column alignment="center" valignment="middle" width="0">
11336 <row>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 \begin_inset space \hspace{}
11342 \length 0pt
11343 \end_inset
11344
11345 celdaconpalabramuylarga
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 b
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 c
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 d
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 e
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 f
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 <row>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 g
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 h
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 i
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \begin_inset space \hfill{}
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Subsection
11444 Multicolumnas
11445 \begin_inset CommandInset label
11446 LatexCommand label
11447 name "sub:Multicolumnas"
11448
11449 \end_inset
11450
11451
11452 \begin_inset Index idx
11453 status collapsed
11454
11455 \begin_layout Plain Layout
11456 Multicolumnas
11457 \end_layout
11458
11459 \end_inset
11460
11461
11462 \begin_inset Index idx
11463 status collapsed
11464
11465 \begin_layout Plain Layout
11466 Cuadros ! Multicolumnas
11467 \end_layout
11468
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \begin_layout Subsubsection
11475 Fundamentos de multicolumnas
11476 \end_layout
11477
11478 \begin_layout Standard
11479 Para extender una celda sobre varias columnas, se marcan las celdas que
11480  se desee combinar y se usa el botón 
11481 \begin_inset Graphics
11482         filename ../../images/tabular-feature_multicolumn.png
11483         scale 85
11484
11485 \end_inset
11486
11487 , el menú 
11488 \family sans
11489 Editar\SpecialChar \menuseparator
11490 Cuadro\SpecialChar \menuseparator
11491 Multicolumna
11492 \family default
11493 , o clic derecho sobre las celdas marcadas y elige 
11494 \family sans
11495 Multicolumna 
11496 \family default
11497 en el menú contextual.
11498 \end_layout
11499
11500 \begin_layout Standard
11501 Las multicolumnas tienen su propia configuración de celdas.
11502  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11503  multicolumna.
11504  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11505  última fila sin borde superior:
11506 \end_layout
11507
11508 \begin_layout Standard
11509 \align center
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="3" columns="4">
11512 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11513 <column alignment="center" valignment="top" width="0pt">
11514 <column alignment="center" valignment="middle" width="0">
11515 <column alignment="center" valignment="top" width="0in">
11516 <column alignment="center" valignment="top" width="0pt">
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 abc
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 def ghi
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 jkl
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560
11561 \family roman
11562 \series medium
11563 \shape up
11564 \size normal
11565 \emph off
11566 \bar no
11567 \noun off
11568 \color none
11569 A
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 B
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 C
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 D
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 1
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 2
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 3
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 4
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 </row>
11640 </lyxtabular>
11641
11642 \end_inset
11643
11644
11645 \end_layout
11646
11647 \begin_layout Subsubsection
11648 Cálculos en multicolumnas
11649 \begin_inset CommandInset label
11650 LatexCommand label
11651 name "sub:Cálculos-en-Multicolumnas"
11652
11653 \end_inset
11654
11655
11656 \begin_inset Index idx
11657 status collapsed
11658
11659 \begin_layout Plain Layout
11660 Cuadros ! Multicolumnas ! Cálculos
11661 \end_layout
11662
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Standard
11669 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11670  la anchura de celda de las columnas combinadas en la celda multicolumna.
11671 \end_layout
11672
11673 \begin_layout Standard
11674 \begin_inset Float table
11675 placement h
11676 wide false
11677 sideways false
11678 status open
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Caption
11682
11683 \begin_layout Plain Layout
11684 \begin_inset CommandInset label
11685 LatexCommand label
11686 name "tab:Cuadro-con-centrado"
11687
11688 \end_inset
11689
11690 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11691  exactamente la mitad de anchura que la celda multicolumna
11692 \begin_inset Argument
11693 status open
11694
11695 \begin_layout Plain Layout
11696 Cuadro multicolumna perfecta
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \begin_layout Plain Layout
11710 \align center
11711 \begin_inset Tabular
11712 <lyxtabular version="3" rows="3" columns="3">
11713 <features tabularvalignment="middle">
11714 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11715 <column alignment="center" valignment="middle" width="0">
11716 <column alignment="center" valignment="top" width="0">
11717 <row>
11718 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 multicolumna línea múltiple
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 c
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 </row>
11746 <row>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 d
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 e
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 f
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 </row>
11775 <row>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 g
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 h
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 i
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 </lyxtabular>
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Standard
11817 Por ejemplo, para crear el cuadro
11818 \begin_inset space ~
11819 \end_inset
11820
11821
11822 \begin_inset CommandInset ref
11823 LatexCommand ref
11824 reference "tab:Cuadro-con-centrado"
11825
11826 \end_inset
11827
11828 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11829  clic derecho.
11830  En el diálogo marca 
11831 \emph on
11832 multicolumna
11833 \emph default
11834
11835 \emph on
11836 alineación centro
11837 \emph default
11838  y una anchura de 2.5
11839 \begin_inset space \thinspace{}
11840 \end_inset
11841
11842 cm.
11843  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11844  de la celda multicolumna, así que deberías ajustar 1.25
11845 \begin_inset space \thinspace{}
11846 \end_inset
11847
11848 cm para la primera columna.
11849  La segunda columna tendrá entonces automáticamente 1.25
11850 \begin_inset space \thinspace{}
11851 \end_inset
11852
11853 cm de anchura.
11854  Para el cuadro
11855 \begin_inset space ~
11856 \end_inset
11857
11858
11859 \begin_inset CommandInset ref
11860 LatexCommand ref
11861 reference "tab:Cuadro-sin-mitad"
11862
11863 \end_inset
11864
11865  se ha procedido de la siguiente manera:
11866 \end_layout
11867
11868 \begin_layout Standard
11869 \begin_inset Float table
11870 wide false
11871 sideways false
11872 status open
11873
11874 \begin_layout Plain Layout
11875 \begin_inset Caption
11876
11877 \begin_layout Plain Layout
11878 \begin_inset CommandInset label
11879 LatexCommand label
11880 name "tab:Cuadro-sin-mitad"
11881
11882 \end_inset
11883
11884 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11885  de anchura que la celda multicolumna
11886 \begin_inset Argument
11887 status open
11888
11889 \begin_layout Plain Layout
11890 Cuadro multicolumna imperfecta
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \begin_layout Plain Layout
11904 \align center
11905 \begin_inset Tabular
11906 <lyxtabular version="3" rows="3" columns="3">
11907 <features tabularvalignment="middle">
11908 <column alignment="center" valignment="top" width="1.25cm">
11909 <column alignment="center" valignment="top" width="0">
11910 <column alignment="center" valignment="top" width="0">
11911 <row>
11912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 multicolumna línea múltiple
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 c
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 d
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 e
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 f
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 <row>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 g
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 h
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 i
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 </row>
11998 </lyxtabular>
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Standard
12011 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12012 a, es un poco mayor.
12013  La razón es que la anchura dada para una celda 
12014 \begin_inset Formula $W_{g}$
12015 \end_inset
12016
12017  no es su anchura total 
12018 \begin_inset Formula $W_{\mathrm{tot}}$
12019 \end_inset
12020
12021  porque una celda es siempre algo mayor que la anchura dada.
12022  El apéndice
12023 \begin_inset space ~
12024 \end_inset
12025
12026
12027 \begin_inset CommandInset ref
12028 LatexCommand eqref
12029 reference "cap:Explicación-de-la-Ecuación"
12030
12031 \end_inset
12032
12033  lo explica con detalle.
12034 \end_layout
12035
12036 \begin_layout Standard
12037 La anchura dada 
12038 \begin_inset Formula $W_{g\, n}$
12039 \end_inset
12040
12041  necesaria para combinar 
12042 \emph on
12043 n
12044 \emph default
12045  columnas puede calcularse de manera que cada columna tenga una anchura
12046  total de 
12047 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12048 \end_inset
12049
12050 :
12051 \begin_inset Formula 
12052 \begin{equation}
12053 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12054 \end{equation}
12055
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062 En nuestro caso tenemos 
12063 \begin_inset Formula $n=2$
12064 \end_inset
12065
12066
12067 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12068 \end_inset
12069
12070
12071 \begin_inset space \thinspace{}
12072 \end_inset
12073
12074 cm y los valores predeterminados para longitudes, así la ecuación
12075 \begin_inset space ~
12076 \end_inset
12077
12078
12079 \begin_inset CommandInset ref
12080 LatexCommand ref
12081 reference "eq:Wgn"
12082
12083 \end_inset
12084
12085  queda
12086 \begin_inset Formula 
12087 \begin{equation}
12088 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12089 \end{equation}
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \begin_layout Standard
12097 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12098  
12099 \series bold
12100 calc
12101 \series default
12102  con la línea
12103 \begin_inset Index idx
12104 status collapsed
12105
12106 \begin_layout Plain Layout
12107 LaTeX-paquetes ! calc
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \begin_layout Standard
12116
12117 \series bold
12118
12119 \backslash
12120 usepackage{calc}
12121 \end_layout
12122
12123 \begin_layout Standard
12124 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12125  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12126  He aquí un repaso de los argumentos:
12127 \end_layout
12128
12129 \begin_layout Itemize
12130
12131 \series bold
12132 p{ancho}
12133 \series default
12134  crea celdas con anchura fija, el texto alineado arriba
12135 \end_layout
12136
12137 \begin_layout Itemize
12138
12139 \series bold
12140 m{ancho}
12141 \series default
12142  crea celdas con anchura fija, el texto con alineación vertical centrada
12143  
12144 \end_layout
12145
12146 \begin_layout Itemize
12147
12148 \series bold
12149 b{ancho}
12150 \series default
12151  crea celdas con anchura fija, el texto alineado abajo
12152 \end_layout
12153
12154 \begin_layout Standard
12155 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12156  en el diálogo se ignoran.
12157 \end_layout
12158
12159 \begin_layout Standard
12160 \begin_inset Note Greyedout
12161 status open
12162
12163 \begin_layout Plain Layout
12164
12165 \series bold
12166 Nota:
12167 \series default
12168  Debido a un error, LyX muestra de todas formas estas propiedades.
12169 \end_layout
12170
12171 \end_inset
12172
12173  
12174 \end_layout
12175
12176 \begin_layout Standard
12177 El comando 
12178 \series bold
12179
12180 \backslash
12181 centering
12182 \series default
12183  centra horizontalmente el texto.
12184  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12185  columna extendida:
12186 \end_layout
12187
12188 \begin_layout Standard
12189
12190 \series bold
12191 >{
12192 \backslash
12193 centering}m{1.25cm-6.2pt}
12194 \end_layout
12195
12196 \begin_layout Standard
12197 El comando 
12198 \series bold
12199 >{ }
12200 \series default
12201  significa que los comandos entre llaves se aplican antes de crear la celda.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12206 , aún está alineado a la izquierda.
12207  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12208  Así que para multicolumnas hemos de usar el argumento de LaTeX
12209 \end_layout
12210
12211 \begin_layout Standard
12212
12213 \series bold
12214 >{
12215 \backslash
12216 centering}m{2.5cm}
12217 \end_layout
12218
12219 \begin_layout Subsection
12220 Multifilas
12221 \begin_inset CommandInset label
12222 LatexCommand label
12223 name "sub:Multifilas"
12224
12225 \end_inset
12226
12227
12228 \begin_inset Index idx
12229 status collapsed
12230
12231 \begin_layout Plain Layout
12232 Multifilas
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \begin_inset Index idx
12239 status collapsed
12240
12241 \begin_layout Plain Layout
12242 Cuadros ! Multifilas
12243 \end_layout
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \begin_layout Standard
12251 Para extender una celda sobre varias filas, se marcan las celdas que se
12252  desee combinar y se usa el botón 
12253 \begin_inset Graphics
12254         filename ../../images/tabular-feature_multirow.png
12255         scale 85
12256         scaleBeforeRotation
12257
12258 \end_inset
12259
12260 , el menú 
12261 \family sans
12262 Editar\SpecialChar \menuseparator
12263 Cuadro\SpecialChar \menuseparator
12264 Multifila
12265 \family default
12266 , o haz clic derecho sobre las celdas marcadas y elige 
12267 \family sans
12268 Multifila 
12269 \family default
12270 en el menú contextual.
12271 \end_layout
12272
12273 \begin_layout Standard
12274 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12275 \end_layout
12276
12277 \begin_layout Standard
12278 \align center
12279 \begin_inset Tabular
12280 <lyxtabular version="3" rows="3" columns="3">
12281 <features tabularvalignment="middle">
12282 <column alignment="center" valignment="top" width="0pt">
12283 <column alignment="center" valignment="top" width="0">
12284 <column alignment="center" valignment="top" width="0">
12285 <row>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 entrada en una celda larga
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 b
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 c
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 <row>
12315 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 multifila
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 e
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 f
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 </row>
12343 <row>
12344 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 h
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366 i
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 </row>
12372 </lyxtabular>
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 La anchura de las celdas multifila se establece poniendo la anchura y la
12381  alineación para toda la columna.
12382  El 
12383 \family sans
12384 Desplazamiento vertical
12385 \family default
12386  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12387 gativo.
12388 \end_layout
12389
12390 \begin_layout Standard
12391 Si la columna de una celda multifila no tiene anchura explícita, la celda
12392  multifila hereda el alineamiento de la columna.
12393  Por otra parte, se alinea a la izquierda por omisión.
12394  Para cambiar esto renombra el comando 
12395 \series bold
12396
12397 \backslash
12398 multirowsetup
12399 \series default
12400  con el comando
12401 \end_layout
12402
12403 \begin_layout Standard
12404
12405 \series bold
12406
12407 \backslash
12408 renewcommand{
12409 \backslash
12410 multirowsetup}{
12411 \backslash
12412 centering}
12413 \end_layout
12414
12415 \begin_layout Standard
12416 en el preámbulo del documento.
12417  Entonces se centran todas las entradas de celdas multifila en el documento.
12418  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12419  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12420  Si el texto debe estar alineado a la derecha, reemplaza 
12421 \series bold
12422
12423 \backslash
12424 centering
12425 \series default
12426  por 
12427 \series bold
12428
12429 \backslash
12430 raggedleft
12431 \series default
12432 .
12433  Para volver a alineado a la izquierda usa 
12434 \series bold
12435
12436 \backslash
12437 raggedright
12438 \series default
12439 .
12440 \end_layout
12441
12442 \begin_layout Standard
12443 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12444  que tiene un desplazamiento vertical de -4
12445 \begin_inset space \thinspace{}
12446 \end_inset
12447
12448 mm y está en una columna de 3
12449 \begin_inset space \thinspace{}
12450 \end_inset
12451
12452 cm de ancho:
12453 \end_layout
12454
12455 \begin_layout Standard
12456 \noindent
12457 \align center
12458 \begin_inset ERT
12459 status collapsed
12460
12461 \begin_layout Plain Layout
12462
12463
12464 \backslash
12465 renewcommand{
12466 \backslash
12467 multirowsetup}{
12468 \backslash
12469 raggedleft}
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \begin_inset Tabular
12476 <lyxtabular version="3" rows="4" columns="3">
12477 <features tabularvalignment="middle">
12478 <column alignment="center" valignment="top" width="3cm">
12479 <column alignment="center" valignment="top" width="0">
12480 <column alignment="center" valignment="top" width="0">
12481 <row>
12482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 entrada en una celda larga
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495 b
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 c
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 </row>
12510 <row>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 t
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 n
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 m
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 </row>
12539 <row>
12540 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 multifila
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 e
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 f
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 <row>
12569 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 h
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 i
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 </lyxtabular>
12598
12599 \end_inset
12600
12601
12602 \begin_inset ERT
12603 status collapsed
12604
12605 \begin_layout Plain Layout
12606
12607
12608 \backslash
12609 renewcommand{
12610 \backslash
12611 multirowsetup}{
12612 \backslash
12613 raggedright}
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \begin_layout Section
12622 Cuadros formales
12623 \begin_inset CommandInset label
12624 LatexCommand label
12625 name "sec:Cuadros-Formales"
12626
12627 \end_inset
12628
12629
12630 \begin_inset Index idx
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634 Cuadros ! Formales
12635 \end_layout
12636
12637 \end_inset
12638
12639  
12640 \end_layout
12641
12642 \begin_layout Standard
12643 En los libros, los cuadros se suelen presentar en un formato como el del
12644  cuadro 
12645 \begin_inset space ~
12646 \end_inset
12647
12648
12649 \begin_inset CommandInset ref
12650 LatexCommand ref
12651 reference "tab:Ejemplo-cuadro-formal"
12652
12653 \end_inset
12654
12655 .
12656  Se denominan cuadros 
12657 \emph on
12658 formales
12659 \emph default
12660 .
12661  Para hacer cuadros con este diseño, elige 
12662 \family sans
12663 Estilo
12664 \family default
12665
12666 \begin_inset space ~
12667 \end_inset
12668
12669
12670 \family sans
12671 Formal
12672 \family default
12673  en la solapa 
12674 \family sans
12675 Bordes
12676 \family default
12677  del diálogo de cuadros.
12678 \end_layout
12679
12680 \begin_layout Standard
12681 \begin_inset Float table
12682 placement h
12683 wide false
12684 sideways false
12685 status open
12686
12687 \begin_layout Plain Layout
12688 \begin_inset Caption
12689
12690 \begin_layout Plain Layout
12691 \begin_inset CommandInset label
12692 LatexCommand label
12693 name "tab:Ejemplo-cuadro-formal"
12694
12695 \end_inset
12696
12697 Ejemplo de cuadro formal
12698 \end_layout
12699
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \begin_layout Plain Layout
12706 \align center
12707 \begin_inset Tabular
12708 <lyxtabular version="3" rows="8" columns="4">
12709 <features booktabs="true" tabularvalignment="middle">
12710 <column alignment="center" valignment="top" width="0">
12711 <column alignment="center" valignment="top" width="0">
12712 <column alignment="center" valignment="top" width="0">
12713 <column alignment="center" valignment="top" width="0">
12714 <row>
12715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 System
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" topline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 Chip
12729 \begin_inset space \thinspace{}
12730 \end_inset
12731
12732 1
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 Chip
12742 \begin_inset space \thinspace{}
12743 \end_inset
12744
12745 2
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 </row>
12760 <row>
12761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 \begin_inset ERT
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770
12771 \backslash
12772 cmidrule(r){2-2}
12773 \end_layout
12774
12775 \end_inset
12776
12777
12778 \begin_inset ERT
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782
12783
12784 \backslash
12785 cmidrule(l){3-4}
12786 \end_layout
12787
12788 \end_inset
12789
12790 Detector thickness in µm
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 300
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 300
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 700
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row>
12824 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 Edge angle in °
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 3.55
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 2.71
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 7.99
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 <row topspace="default">
12862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 Spatial resolution in µm
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 4.26
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 10.17
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 10.56
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 </row>
12899 <row topspace="default">
12900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 MTF at 
12905 \begin_inset Formula $f_{\mathrm{max}}$
12906 \end_inset
12907
12908
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 0.53
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 0.37
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 0.39
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 <row topspace="default">
12942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 \begin_inset ERT
12947 status collapsed
12948
12949 \begin_layout Plain Layout
12950
12951
12952 \backslash
12953 cmidrule(l{10pt}){1-1}
12954 \end_layout
12955
12956 \end_inset
12957
12958 LSF-spatial resolution
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 </row>
12991 <row>
12992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 in µm
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 129.7
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 52.75
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 50.78
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 </row>
13029 <row>
13030 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 in % of pixel size
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 76.3
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 95.9
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 92.3
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 </row>
13067 </lyxtabular>
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \begin_layout Standard
13080 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
13081  correspondientes que se encuentran en la solapa 
13082 \family sans
13083 Bordes 
13084 \family default
13085 del diálogo
13086 \family sans
13087  Configuración
13088 \begin_inset space ~
13089 \end_inset
13090
13091 del
13092 \begin_inset space ~
13093 \end_inset
13094
13095 cuadro
13096 \family default
13097 , como se explica en la sección
13098 \begin_inset space ~
13099 \end_inset
13100
13101
13102 \begin_inset CommandInset ref
13103 LatexCommand ref
13104 reference "sub:Espacio-adicional"
13105
13106 \end_inset
13107
13108 .
13109 \end_layout
13110
13111 \begin_layout Standard
13112 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
13113  verticales.
13114  Las líneas horizontales se pueden poner o no como en los cuadros normales,
13115  pero en la salida se mostrarán con distinto grosor:
13116 \begin_inset Newline newline
13117 \end_inset
13118
13119 Las líneas primera y última tienen un grosor predeterminado de 0.08
13120 \begin_inset space \thinspace{}
13121 \end_inset
13122
13123 em, las demás tienen un grosor predeterminado de 0.05
13124 \begin_inset space \thinspace{}
13125 \end_inset
13126
13127 em.
13128 \end_layout
13129
13130 \begin_layout Standard
13131 Estos valores predeterminados se pueden cambiar
13132 \series bold
13133  
13134 \series default
13135 con las líneas de preámbulo:
13136 \end_layout
13137
13138 \begin_layout Standard
13139
13140 \series bold
13141
13142 \backslash
13143 let
13144 \backslash
13145 mytoprule
13146 \backslash
13147 toprule
13148 \begin_inset Newline newline
13149 \end_inset
13150
13151
13152 \backslash
13153 renewcommand{
13154 \backslash
13155 toprule}{
13156 \backslash
13157 mytoprule[grosor]}
13158 \end_layout
13159
13160 \begin_layout Standard
13161 Este ejemplo es para la primera línea, la denominada 
13162 \series bold
13163 toprule
13164 \series default
13165 .
13166  Si quieres cambiar el grosor de la última línea, reemplaza 
13167 \series bold
13168 toprule
13169 \series default
13170  por 
13171 \series bold
13172 bottomrule
13173 \series default
13174 .
13175  Y para cambiar el grosor de las demás líneas cambia 
13176 \series bold
13177 toprule
13178 \series default
13179  por 
13180 \series bold
13181 midrule
13182 \series default
13183 .
13184  Puedes usar cualquiera de las unidades listadas en el apéndice
13185 \begin_inset space ~
13186 \end_inset
13187
13188
13189 \begin_inset CommandInset ref
13190 LatexCommand ref
13191 reference "cap:Unidades-disponibles-en"
13192
13193 \end_inset
13194
13195  para establecer el grosor.
13196 \end_layout
13197
13198 \begin_layout Standard
13199 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
13200  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13201  LyX empleará internamente el comando 
13202 \series bold
13203
13204 \backslash
13205 cmidrule
13206 \series default
13207  para dibujar la línea.
13208  El esquema completo es
13209 \end_layout
13210
13211 \begin_layout Standard
13212
13213 \series bold
13214
13215 \backslash
13216 cmidrule[grosor](recorte){inicol-fincol}
13217 \end_layout
13218
13219 \begin_layout Standard
13220 Por el momento, LyX no soporta las opciones de 
13221 \series bold
13222
13223 \backslash
13224 cmidrule
13225 \series default
13226 , así que para usarlas hay que emplear código TeX.
13227  Las líneas 
13228 \series bold
13229
13230 \backslash
13231 cmidrule
13232 \series default
13233  se pueden insertar manualmente con el comando en código TeX como primera
13234  entrada de la primera celda de una fila.
13235  En la salida se dibujará la línea sobre dicha fila.
13236 \end_layout
13237
13238 \begin_layout Standard
13239 El grosor predeterminado es 0.03
13240 \begin_inset space \thinspace{}
13241 \end_inset
13242
13243 em.
13244  
13245 \series bold
13246 inicol
13247 \series default
13248  es el número de la columna en la que comienza la línea y 
13249 \series bold
13250 fincol
13251 \series default
13252  es el número de la columna en la que acaba la línea.
13253  El valor 
13254 \series bold
13255 fincol
13256 \series default
13257  debe especificarse siempre, aunque la línea se extienda sobre una sola
13258  columna.
13259  El parámetro opcional 
13260 \series bold
13261 recorte
13262 \series default
13263  debe ser 
13264 \emph on
13265 l{recorte}
13266 \emph default
13267  o 
13268 \emph on
13269 r{recorte}
13270 \emph default
13271 , donde 
13272 \emph on
13273 recorte
13274 \emph default
13275  también es opcional.
13276  Por ejemplo, el parámetro 
13277 \emph on
13278 l{2pt}
13279 \emph default
13280  significa que la línea se recorta 2
13281 \begin_inset space \thinspace{}
13282 \end_inset
13283
13284 pt por su izquierda.
13285  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
13286 \begin_inset space \thinspace{}
13287 \end_inset
13288
13289 em.
13290
13291 \series bold
13292  
13293 \end_layout
13294
13295 \begin_layout Standard
13296 \begin_inset VSpace bigskip
13297 \end_inset
13298
13299
13300 \end_layout
13301
13302 \begin_layout Standard
13303 El cuadro
13304 \begin_inset space ~
13305 \end_inset
13306
13307
13308 \begin_inset CommandInset ref
13309 LatexCommand ref
13310 reference "tab:Ejemplo-cuadro-formal"
13311
13312 \end_inset
13313
13314  se ha creado con los comandos
13315 \end_layout
13316
13317 \begin_layout Standard
13318
13319 \series bold
13320
13321 \backslash
13322 cmidrule(r){2-2}
13323 \backslash
13324 cmidrule(l){3-4}
13325 \end_layout
13326
13327 \begin_layout Standard
13328 en la segunda fila, 
13329 \series bold
13330
13331 \backslash
13332 midrule
13333 \series default
13334  en la tercera, y
13335 \end_layout
13336
13337 \begin_layout Standard
13338
13339 \series bold
13340
13341 \backslash
13342 cmidrule(l{10pt}){1-1}
13343 \end_layout
13344
13345 \begin_layout Standard
13346 en la sexta fila.
13347 \end_layout
13348
13349 \begin_layout Standard
13350 \begin_inset VSpace bigskip
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \begin_layout Standard
13357 Quizá quieras superponer líneas 
13358 \series bold
13359
13360 \backslash
13361 cmidrules
13362 \series default
13363  como enl cuadro
13364 \begin_inset space ~
13365 \end_inset
13366
13367
13368 \begin_inset CommandInset ref
13369 LatexCommand ref
13370 reference "tab:Cuadro-formal-especial"
13371
13372 \end_inset
13373
13374 .
13375  Esto se consigue con el comando en código TeX
13376 \end_layout
13377
13378 \begin_layout Standard
13379
13380 \series bold
13381
13382 \backslash
13383 morecmidrules
13384 \end_layout
13385
13386 \begin_layout Standard
13387 El comando que se ha utilizado para la segunda fila del cuadro
13388 \begin_inset space ~
13389 \end_inset
13390
13391
13392 \begin_inset CommandInset ref
13393 LatexCommand ref
13394 reference "tab:Cuadro-formal-especial"
13395
13396 \end_inset
13397
13398  es
13399 \end_layout
13400
13401 \begin_layout Standard
13402
13403 \series bold
13404
13405 \backslash
13406 cmidrule(r){2-2}
13407 \backslash
13408 cmidrule(l){3-4}
13409 \backslash
13410 morecmidrules
13411 \backslash
13412 cmidrule{2-4}
13413 \end_layout
13414
13415 \begin_layout Standard
13416 El comando para la sexta fila es
13417 \end_layout
13418
13419 \begin_layout Standard
13420
13421 \series bold
13422
13423 \backslash
13424 midrule
13425 \backslash
13426 morecmidrules
13427 \backslash
13428 cmidrule{3-4}
13429 \series default
13430
13431 \begin_inset VSpace bigskip
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13439  el siguiente comando para dibujar líneas que se extienden sobre todas las
13440  columnas
13441 \end_layout
13442
13443 \begin_layout Standard
13444
13445 \series bold
13446
13447 \backslash
13448 specialrule{anchura}{espacio superior}{espacio inferior}
13449 \end_layout
13450
13451 \begin_layout Standard
13452 Para más información sobre estas características especiales, acude al manual
13453  del paquete LaTeX 
13454 \series bold
13455 booktabs
13456 \series default
13457
13458 \begin_inset CommandInset citation
13459 LatexCommand cite
13460 key "booktabs"
13461
13462 \end_inset
13463
13464 .
13465 \begin_inset Index idx
13466 status collapsed
13467
13468 \begin_layout Plain Layout
13469 LaTeX-paquetes ! booktabs
13470 \end_layout
13471
13472 \end_inset
13473
13474  
13475 \begin_inset VSpace bigskip
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 \begin_inset Float table
13483 placement h
13484 wide false
13485 sideways false
13486 status open
13487
13488 \begin_layout Plain Layout
13489 \begin_inset Caption
13490
13491 \begin_layout Plain Layout
13492 \begin_inset CommandInset label
13493 LatexCommand label
13494 name "tab:Cuadro-formal-especial"
13495
13496 \end_inset
13497
13498 Cuadro formal especial
13499 \end_layout
13500
13501 \end_inset
13502
13503
13504 \end_layout
13505
13506 \begin_layout Plain Layout
13507 \align center
13508 \begin_inset Tabular
13509 <lyxtabular version="3" rows="8" columns="4">
13510 <features booktabs="true" tabularvalignment="middle">
13511 <column alignment="center" valignment="top" width="0">
13512 <column alignment="center" valignment="top" width="0">
13513 <column alignment="center" valignment="top" width="0">
13514 <column alignment="center" valignment="top" width="0">
13515 <row>
13516 <cell alignment="center" valignment="top" topline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 System
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 Chip
13530 \begin_inset space \thinspace{}
13531 \end_inset
13532
13533 1
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 Chip
13543 \begin_inset space \thinspace{}
13544 \end_inset
13545
13546 2
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 </row>
13561 <row>
13562 <cell alignment="center" valignment="top" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 \begin_inset ERT
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570
13571
13572 \backslash
13573 cmidrule(r){2-2}
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \begin_inset ERT
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583
13584
13585 \backslash
13586 cmidrule(l){3-4}
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \begin_inset ERT
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596
13597
13598 \backslash
13599 morecmidrules 
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \begin_inset ERT
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609
13610
13611 \backslash
13612 cmidrule{2-4}
13613 \end_layout
13614
13615 \end_inset
13616
13617 Detector thickness in µm
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 300
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 300
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 700
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 </row>
13650 <row>
13651 <cell alignment="center" valignment="top" topline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 Edge angle in °
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 3.55
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" topline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 2.71
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 7.99
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 </row>
13688 <row topspace="default">
13689 <cell alignment="center" valignment="top" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 Spatial resolution in µm
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 4.26
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 10.17
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 10.56
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row topspace="default">
13727 <cell alignment="center" valignment="top" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 MTF at 
13732 \begin_inset Formula $f_{\mathrm{max}}$
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 0.53
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 0.37
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 0.39
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 \begin_inset ERT
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777
13778
13779 \backslash
13780 morecmidrules 
13781 \end_layout
13782
13783 \end_inset
13784
13785
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791
13792 \backslash
13793 cmidrule{3-4}
13794 \end_layout
13795
13796 \end_inset
13797
13798 LSF-spatial resolution
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 in µm
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 129.7
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 52.75
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 50.78
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 in % of pixel size
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 76.3
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 95.9
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 92.3
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 </lyxtabular>
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \begin_layout Section
13920 Alineación vertical de cuadros
13921 \begin_inset Index idx
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925 Cuadros ! Alineación vertical
13926 \end_layout
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Standard
13934 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
13935  estar en un marco.
13936  Después el marco se puede alinear verticalmente como se describe en la
13937  sección
13938 \begin_inset space ~
13939 \end_inset
13940
13941
13942 \begin_inset CommandInset ref
13943 LatexCommand ref
13944 reference "sec:Diálogo-Marcos"
13945
13946 \end_inset
13947
13948 .
13949  
13950 \end_layout
13951
13952 \begin_layout Standard
13953 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
13954 \begin_inset Foot
13955 status open
13956
13957 \begin_layout Plain Layout
13958 Las minipáginas se describen en la sección
13959 \begin_inset space ~
13960 \end_inset
13961
13962
13963 \begin_inset CommandInset ref
13964 LatexCommand ref
13965 reference "sec:Minipáginas"
13966
13967 \end_inset
13968
13969 .
13970 \end_layout
13971
13972 \end_inset
13973
13974  que tiene una anchura del 15
13975 \begin_inset space \thinspace{}
13976 \end_inset
13977
13978 % de columna:
13979 \end_layout
13980
13981 \begin_layout Itemize
13982 test 
13983 \begin_inset Box Frameless
13984 position "t"
13985 hor_pos "c"
13986 has_inner_box 1
13987 inner_pos "c"
13988 use_parbox 0
13989 use_makebox 0
13990 width "15col%"
13991 special "none"
13992 height "1in"
13993 height_special "totalheight"
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997 \begin_inset Tabular
13998 <lyxtabular version="3" rows="3" columns="3">
13999 <features tabularvalignment="middle">
14000 <column alignment="center" valignment="top" width="0">
14001 <column alignment="center" valignment="top" width="0">
14002 <column alignment="center" valignment="top" width="0">
14003 <row>
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 a
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 d
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 g
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 </row>
14032 <row>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 b
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 e
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 h
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 <row>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 c
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 f
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 i
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 </row>
14090 </lyxtabular>
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \end_inset
14098
14099  test 
14100 \begin_inset ERT
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104
14105
14106 \backslash
14107 raisebox{0.85
14108 \backslash
14109 baselineskip}{
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \begin_inset Box Frameless
14116 position "t"
14117 hor_pos "c"
14118 has_inner_box 1
14119 inner_pos "c"
14120 use_parbox 0
14121 use_makebox 0
14122 width "15col%"
14123 special "none"
14124 height "1in"
14125 height_special "totalheight"
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129 \begin_inset Tabular
14130 <lyxtabular version="3" rows="3" columns="3">
14131 <features tabularvalignment="middle">
14132 <column alignment="center" valignment="top" width="0">
14133 <column alignment="center" valignment="top" width="0">
14134 <column alignment="center" valignment="top" width="0">
14135 <row>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 a
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 d
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 g
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 </row>
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 b
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 e
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 h
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 </row>
14193 <row>
14194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 c
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 f
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 i
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 </row>
14222 </lyxtabular>
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \begin_inset ERT
14233 status collapsed
14234
14235 \begin_layout Plain Layout
14236
14237 }
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \end_layout
14244
14245 \begin_layout Itemize
14246 test 
14247 \begin_inset Box Frameless
14248 position "c"
14249 hor_pos "c"
14250 has_inner_box 1
14251 inner_pos "c"
14252 use_parbox 0
14253 use_makebox 0
14254 width "15col%"
14255 special "none"
14256 height "1in"
14257 height_special "totalheight"
14258 status collapsed
14259
14260 \begin_layout Plain Layout
14261 \begin_inset Tabular
14262 <lyxtabular version="3" rows="3" columns="3">
14263 <features tabularvalignment="middle">
14264 <column alignment="center" valignment="top" width="0">
14265 <column alignment="center" valignment="top" width="0">
14266 <column alignment="center" valignment="top" width="0">
14267 <row>
14268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 a
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 d
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 g
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row>
14297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 b
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 e
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 h
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 <row>
14326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 c
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 f
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 i
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 </lyxtabular>
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Itemize
14367 test 
14368 \begin_inset Box Frameless
14369 position "b"
14370 hor_pos "c"
14371 has_inner_box 1
14372 inner_pos "c"
14373 use_parbox 0
14374 use_makebox 0
14375 width "15col%"
14376 special "none"
14377 height "1in"
14378 height_special "totalheight"
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382 \begin_inset Tabular
14383 <lyxtabular version="3" rows="3" columns="3">
14384 <features tabularvalignment="middle">
14385 <column alignment="center" valignment="top" width="0">
14386 <column alignment="center" valignment="top" width="0">
14387 <column alignment="center" valignment="top" width="0">
14388 <row>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 a
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 d
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 g
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 b
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 e
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 h
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 c
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 f
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 i
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 </lyxtabular>
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \end_inset
14483
14484  test 
14485 \begin_inset ERT
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489
14490
14491 \backslash
14492 raisebox{-0.32
14493 \backslash
14494 baselineskip}{
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \begin_inset Box Frameless
14501 position "b"
14502 hor_pos "c"
14503 has_inner_box 1
14504 inner_pos "c"
14505 use_parbox 0
14506 use_makebox 0
14507 width "15col%"
14508 special "none"
14509 height "1in"
14510 height_special "totalheight"
14511 status collapsed
14512
14513 \begin_layout Plain Layout
14514 \begin_inset Tabular
14515 <lyxtabular version="3" rows="3" columns="3">
14516 <features tabularvalignment="middle">
14517 <column alignment="center" valignment="top" width="0">
14518 <column alignment="center" valignment="top" width="0">
14519 <column alignment="center" valignment="top" width="0">
14520 <row>
14521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525 a
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534 d
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 g
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 </row>
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 b
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 e
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 h
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 </row>
14578 <row>
14579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 c
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 f
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 i
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 </lyxtabular>
14608
14609 \end_inset
14610
14611
14612 \end_layout
14613
14614 \end_inset
14615
14616
14617 \begin_inset ERT
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621
14622 }
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Como ves, los contenidos de la primera y última filas no se alinean correctament
14632 e con la línea de texto donde está el cuadro.
14633  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14634  un cuadro elevado («raisebox»
14635 \begin_inset Foot
14636 status collapsed
14637
14638 \begin_layout Plain Layout
14639 El uso del comando 
14640 \series bold
14641
14642 \backslash
14643 raisebox
14644 \series default
14645  se explica en la sección
14646 \begin_inset space ~
14647 \end_inset
14648
14649
14650 \begin_inset CommandInset ref
14651 LatexCommand ref
14652 reference "sub:Alineación-Vertical"
14653
14654 \end_inset
14655
14656 .
14657 \end_layout
14658
14659 \end_inset
14660
14661 ).
14662  En el ejemplo anterior, el segundo marco del primer ítem está alineado
14663  usando el comando en código TeX
14664 \end_layout
14665
14666 \begin_layout Standard
14667
14668 \series bold
14669
14670 \backslash
14671 raisebox{0.85
14672 \backslash
14673 baselineskip}{
14674 \end_layout
14675
14676 \begin_layout Standard
14677 antes del marco.
14678  Tras él, se pone la llave de cierre 
14679 \series bold
14680 }
14681 \series default
14682  también en código TeX.
14683  Para el segundo marco en el tercer ítem se usa el comando 
14684 \end_layout
14685
14686 \begin_layout Standard
14687
14688 \series bold
14689
14690 \backslash
14691 raisebox{-0.32
14692 \backslash
14693 baselineskip}{
14694 \end_layout
14695
14696 \begin_layout Standard
14697 \begin_inset Note Greyedout
14698 status open
14699
14700 \begin_layout Plain Layout
14701
14702 \series bold
14703 Not
14704 \series default
14705 a: La alineación del contenido de la fila con la línea del texto adyacente
14706  no es exacta.
14707  El factor necesario del comando 
14708 \series bold
14709
14710 \backslash
14711 raisebox
14712 \series default
14713  para este alineamiento depende de la tipografía del documento, del tamaño
14714  de letra y del grosor de línea del cuadro.
14715 \end_layout
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Section
14723 Cuadros coloreados
14724 \begin_inset CommandInset label
14725 LatexCommand label
14726 name "sec:Cuadros-Coloreados"
14727
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Subsection
14734 Celdas coloreadas
14735 \begin_inset Index idx
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739 Cuadros ! Color ! en celdas
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \begin_inset Index idx
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749 Color ! en celdas de cuadros
14750 \end_layout
14751
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset Float table
14759 placement h
14760 wide false
14761 sideways false
14762 status open
14763
14764 \begin_layout Plain Layout
14765 \begin_inset Caption
14766
14767 \begin_layout Plain Layout
14768 \begin_inset CommandInset label
14769 LatexCommand label
14770 name "tab:Cuadro-coloreado-sin"
14771
14772 \end_inset
14773
14774 Cuadro coloreado sin usar el paquete 
14775 \series bold
14776 colortbl
14777 \series default
14778
14779 \begin_inset Argument
14780 status open
14781
14782 \begin_layout Plain Layout
14783 Cuadro sin colortbl
14784 \end_layout
14785
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \begin_layout Plain Layout
14797 \align center
14798 \begin_inset Tabular
14799 <lyxtabular version="3" rows="3" columns="3">
14800 <features tabularvalignment="middle">
14801 <column alignment="center" valignment="top" width="0">
14802 <column alignment="center" valignment="top" width="0">
14803 <column alignment="center" valignment="top" width="0">
14804 <row>
14805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809
14810 \color green
14811 a
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820
14821 \color red
14822 b
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831
14832 \color red
14833 c
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 </row>
14839 <row>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \color green
14846 d
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \color blue
14857 e
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866
14867 \color blue
14868 f
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 </row>
14874 <row>
14875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \color green
14881 g
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890
14891 \color blue
14892 h
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901
14902 \color blue
14903 i
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 </row>
14909 </lyxtabular>
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Standard
14922 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14923  el menú 
14924 \family sans
14925 Editar\SpecialChar \menuseparator
14926 Estilo
14927 \begin_inset space ~
14928 \end_inset
14929
14930 del
14931 \begin_inset space ~
14932 \end_inset
14933
14934 Texto
14935 \family default
14936 .
14937  Esto se ha hecho enl cuadro
14938 \begin_inset space ~
14939 \end_inset
14940
14941
14942 \begin_inset CommandInset ref
14943 LatexCommand ref
14944 reference "tab:Cuadro-coloreado-sin"
14945
14946 \end_inset
14947
14948 .
14949  En cualquier otro caso hay que usar el paquete LaTeX 
14950 \series bold
14951 colortbl
14952 \series default
14953 .
14954 \begin_inset Index idx
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958 LaTeX-paquetes ! colortbl
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \begin_layout Standard
14967 \begin_inset ERT
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971
14972
14973 \backslash
14974 ifcolortbl
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \begin_inset Note Note
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14985  LaTeX 
14986 \series bold
14987 colortbl
14988 \series default
14989 .
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \begin_layout Standard
14998 Para crear cuadros coloreados, 
14999 \series bold
15000 colortbl
15001 \series default
15002  debe cargarse en el preámbulo con la línea
15003 \end_layout
15004
15005 \begin_layout Standard
15006
15007 \series bold
15008
15009 \backslash
15010 usepackage{colortbl}
15011 \end_layout
15012
15013 \begin_layout Standard
15014 El color de una columna se define con el comando
15015 \end_layout
15016
15017 \begin_layout Standard
15018
15019 \series bold
15020
15021 \backslash
15022 columncolor{nombre del color}
15023 \end_layout
15024
15025 \begin_layout Standard
15026 dentro del comando 
15027 \series bold
15028 >{ }
15029 \series default
15030 .
15031  Más sobre el comando 
15032 \series bold
15033 >{}
15034 \series default
15035  se explica en la sección
15036 \begin_inset space ~
15037 \end_inset
15038
15039
15040 \begin_inset CommandInset ref
15041 LatexCommand ref
15042 reference "sub:Cálculos-en-Multicolumnas"
15043
15044 \end_inset
15045
15046 .
15047 \end_layout
15048
15049 \begin_layout Standard
15050 Los siguientes nombres de color están predefinidos:
15051 \end_layout
15052
15053 \begin_layout Standard
15054
15055 \family sans
15056 red
15057 \family default
15058
15059 \family sans
15060 green
15061 \family default
15062
15063 \family sans
15064 yellow, blue
15065 \family default
15066
15067 \family sans
15068 cyan
15069 \family default
15070 \series bold
15071 ,
15072 \series default
15073  
15074 \family sans
15075 magenta, black
15076 \family default
15077
15078 \family sans
15079 white
15080 \end_layout
15081
15082 \begin_layout Standard
15083 \begin_inset VSpace medskip
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \begin_layout Standard
15090 Puedes definir tus propios colores con el comando
15091 \end_layout
15092
15093 \begin_layout Standard
15094
15095 \series bold
15096
15097 \backslash
15098 definecolor{nombre del color}{modelo de color}{valores de color}
15099 \end_layout
15100
15101 \begin_layout Standard
15102 El modelo de color puede ser
15103 \end_layout
15104
15105 \begin_layout Labeling
15106 \labelwidthstring 00.00.0000
15107 cmyk: cyan, magenta, yellow, black
15108 \end_layout
15109
15110 \begin_layout Labeling
15111 \labelwidthstring 00.00.0000
15112 rgb: red, green, blue
15113 \end_layout
15114
15115 \begin_layout Labeling
15116 \labelwidthstring 00.00.0000
15117 gray: gray
15118 \end_layout
15119
15120 \begin_layout Standard
15121 y los valores de color son números separados por comas entre 0 y 1 que describen
15122  el factor para el color correspondiente del modelo de color.
15123 \end_layout
15124
15125 \begin_layout Standard
15126 Por ejemplo, puedes definir el color
15127 \series bold
15128  
15129 \series default
15130 «
15131 \emph on
15132 verde oscuro
15133 \emph default
15134 » en el preámbulo con
15135 \end_layout
15136
15137 \begin_layout Standard
15138
15139 \series bold
15140
15141 \backslash
15142 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15143 \end_layout
15144
15145 \begin_layout Standard
15146 y el color «
15147 \emph on
15148 gris claro
15149 \emph default
15150 » con
15151 \end_layout
15152
15153 \begin_layout Standard
15154
15155 \series bold
15156
15157 \backslash
15158 definecolor{grisclaro}{gray}{0.8}
15159 \end_layout
15160
15161 \begin_layout Standard
15162 \begin_inset VSpace medskip
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \begin_layout Standard
15169 Las líneas se colorean con el comando
15170 \end_layout
15171
15172 \begin_layout Standard
15173
15174 \series bold
15175
15176 \backslash
15177 rowcolor{nombre del color}
15178 \end_layout
15179
15180 \begin_layout Standard
15181 y las celdas se colorean con el comando
15182 \end_layout
15183
15184 \begin_layout Standard
15185
15186 \series bold
15187
15188 \backslash
15189 cellcolor{nombre del color}
15190 \end_layout
15191
15192 \begin_layout Standard
15193 Ambos comandos se insertan al principio de una celda en código TeX.
15194 \end_layout
15195
15196 \begin_layout Standard
15197 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
15198 \family sans
15199 Editar\SpecialChar \menuseparator
15200 Estilo
15201 \begin_inset space ~
15202 \end_inset
15203
15204 del
15205 \begin_inset space ~
15206 \end_inset
15207
15208 Texto
15209 \family default
15210 .
15211  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15212  TeX en color puede ocasionar errores de LaTeX.
15213 \end_layout
15214
15215 \begin_layout Standard
15216 \begin_inset Note Greyedout
15217 status open
15218
15219 \begin_layout Plain Layout
15220
15221 \series bold
15222 Nota:
15223 \series default
15224  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15225 \end_layout
15226
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Standard
15233 \begin_inset VSpace bigskip
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \begin_layout Standard
15240 Para crear el cuadro
15241 \begin_inset space ~
15242 \end_inset
15243
15244
15245 \begin_inset CommandInset ref
15246 LatexCommand ref
15247 reference "tab:Cuadro-coloreado-con"
15248
15249 \end_inset
15250
15251  haz lo siguiente: el color de la primera columna debe ser 
15252 \emph on
15253 verde oscuro
15254 \emph default
15255 , entonces inserta
15256 \end_layout
15257
15258 \begin_layout Standard
15259
15260 \series bold
15261 >{
15262 \backslash
15263 columncolor{verdeoscuro}
15264 \backslash
15265 centering}c
15266 \end_layout
15267
15268 \begin_layout Standard
15269 como argumento LaTeX para esta columna.
15270  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15271 \end_layout
15272
15273 \begin_layout Standard
15274
15275 \series bold
15276
15277 \backslash
15278 rowcolor{cyan}
15279 \end_layout
15280
15281 \begin_layout Standard
15282 en la primera celda de esta fila.
15283  Observa que esto sobreescribe el color de la columna para la primera celda.
15284  La última celda de la última fila se colorea magenta insertando el comando
15285  en código TeX
15286 \end_layout
15287
15288 \begin_layout Standard
15289
15290 \series bold
15291
15292 \backslash
15293 cellcolor{magenta}
15294 \end_layout
15295
15296 \begin_layout Standard
15297 Ahora podrían colorearse los caracteres usando el menú 
15298 \family sans
15299 Editar\SpecialChar \menuseparator
15300 Estilo
15301 \begin_inset space ~
15302 \end_inset
15303
15304 del
15305 \begin_inset space ~
15306 \end_inset
15307
15308 Texto
15309 \family default
15310 .
15311 \end_layout
15312
15313 \begin_layout Standard
15314 \begin_inset Float table
15315 placement h
15316 wide false
15317 sideways false
15318 status open
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Caption
15322
15323 \begin_layout Plain Layout
15324 \begin_inset CommandInset label
15325 LatexCommand label
15326 name "tab:Cuadro-coloreado-con"
15327
15328 \end_inset
15329
15330 Cuadro coloreado con el paquete 
15331 \series bold
15332 colortbl
15333 \series default
15334
15335 \begin_inset Argument
15336 status open
15337
15338 \begin_layout Plain Layout
15339 Cuadro con 
15340 \series bold
15341 colortbl
15342 \end_layout
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \begin_layout Plain Layout
15355 \align center
15356 \begin_inset Tabular
15357 <lyxtabular version="3" rows="3" columns="3">
15358 <features tabularvalignment="middle">
15359 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15360 <column alignment="center" valignment="top" width="0">
15361 <column alignment="center" valignment="top" width="0">
15362 <row>
15363 <cell alignment="center" valignment="top" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367 \begin_inset ERT
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371
15372
15373 \backslash
15374 rowcolor{cyan}
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \color magenta
15381 a
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \color red
15392 b
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \color red
15403 c
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 <row>
15410 <cell alignment="center" valignment="top" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \color yellow
15416 d
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \color blue
15427 e
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436
15437 \color blue
15438 f
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 </row>
15444 <row>
15445 <cell alignment="center" valignment="top" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \color yellow
15451 g
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460
15461 \color blue
15462 h
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 \begin_inset ERT
15472 status collapsed
15473
15474 \begin_layout Plain Layout
15475
15476
15477 \backslash
15478 cellcolor{magenta}
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \color green
15485 i
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 </row>
15491 </lyxtabular>
15492
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \begin_layout Standard
15504 \begin_inset ERT
15505 status collapsed
15506
15507 \begin_layout Plain Layout
15508
15509
15510 \backslash
15511 else
15512 \end_layout
15513
15514 \end_inset
15515
15516
15517 \begin_inset Note Note
15518 status collapsed
15519
15520 \begin_layout Plain Layout
15521 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15522  
15523 \series bold
15524 colortbl
15525 \series default
15526 .
15527 \end_layout
15528
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \begin_layout Standard
15535 Debes instalar el paquete LaTeX 
15536 \series bold
15537 colortbl
15538 \series default
15539  para ver la parte siguiente en la salida.
15540 \end_layout
15541
15542 \begin_layout Standard
15543 \begin_inset ERT
15544 status collapsed
15545
15546 \begin_layout Plain Layout
15547
15548
15549 \backslash
15550 fi
15551 \end_layout
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \begin_layout Subsection
15559 Líneas coloreadas
15560 \begin_inset Index idx
15561 status collapsed
15562
15563 \begin_layout Plain Layout
15564 Cuadros ! Color ! en líneas
15565 \end_layout
15566
15567 \end_inset
15568
15569
15570 \begin_inset Index idx
15571 status collapsed
15572
15573 \begin_layout Plain Layout
15574 Color ! en bordes de cuadros
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 Como se describe en la sección
15584 \begin_inset space ~
15585 \end_inset
15586
15587
15588 \begin_inset CommandInset ref
15589 LatexCommand ref
15590 reference "sub:Grosor-de-Líneas"
15591
15592 \end_inset
15593
15594 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
15595  
15596 \series bold
15597
15598 \backslash
15599 arrayrulewidth
15600 \series default
15601 .
15602  Se ha puesto 1.5
15603 \begin_inset space \thinspace{}
15604 \end_inset
15605
15606 pt para todos los cuadros de esta sección.
15607 \begin_inset ERT
15608 status collapsed
15609
15610 \begin_layout Plain Layout
15611
15612
15613 \backslash
15614 setlength{
15615 \backslash
15616 arrayrulewidth}{1.5pt}
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \begin_layout Standard
15625 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15626  el preámbulo del documento el siguiente formato de columna, de acuerdo
15627  a lo descrito en la sección
15628 \begin_inset space ~
15629 \end_inset
15630
15631
15632 \begin_inset CommandInset ref
15633 LatexCommand ref
15634 reference "sub:Formato-Personalizado"
15635
15636 \end_inset
15637
15638 :
15639 \end_layout
15640
15641 \begin_layout Standard
15642
15643 \series bold
15644
15645 \backslash
15646 newcolumntype{W}{!{
15647 \backslash
15648 color{green}
15649 \backslash
15650 vline}}
15651 \end_layout
15652
15653 \begin_layout Standard
15654 Para el cuadro
15655 \begin_inset space ~
15656 \end_inset
15657
15658
15659 \begin_inset CommandInset ref
15660 LatexCommand ref
15661 reference "tab:Cuadro-con-verticales-coloreadas"
15662
15663 \end_inset
15664
15665  se usó el argumento LaTeX
15666 \series bold
15667  WcW
15668 \series default
15669  para la última columna y
15670 \series bold
15671  Wc
15672 \series default
15673  para las demás.
15674 \end_layout
15675
15676 \begin_layout Standard
15677 Si quieres tener varios colores, define más formatos de columna.
15678 \end_layout
15679
15680 \begin_layout Standard
15681 \begin_inset Float table
15682 placement h
15683 wide false
15684 sideways false
15685 status open
15686
15687 \begin_layout Plain Layout
15688 \begin_inset Caption
15689
15690 \begin_layout Plain Layout
15691 \begin_inset CommandInset label
15692 LatexCommand label
15693 name "tab:Cuadro-con-verticales-coloreadas"
15694
15695 \end_inset
15696
15697 Cuadro con líneas verticales coloreadas
15698 \end_layout
15699
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \begin_layout Plain Layout
15706 \align center
15707 \begin_inset Tabular
15708 <lyxtabular version="3" rows="3" columns="3">
15709 <features tabularvalignment="middle">
15710 <column alignment="center" valignment="top" width="0" special="Wc">
15711 <column alignment="center" valignment="top" width="0" special="Wc">
15712 <column alignment="center" valignment="top" width="0" special="WcW">
15713 <row>
15714 <cell alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 sd
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 <row>
15743 <cell alignment="center" valignment="top" topline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 sd
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 sd
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 </lyxtabular>
15801
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Standard
15813 \begin_inset VSpace bigskip
15814 \end_inset
15815
15816 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
15817 \begin_inset space ~
15818 \end_inset
15819
15820
15821 \begin_inset CommandInset ref
15822 LatexCommand ref
15823 reference "tab:Cuadro-con-horizontales-coloreadas"
15824
15825 \end_inset
15826
15827 , inserta estos comandos en código TeX antes del cuadro o del flotante:
15828 \end_layout
15829
15830 \begin_layout Standard
15831
15832 \series bold
15833
15834 \backslash
15835 let
15836 \backslash
15837 myHlineC
15838 \backslash
15839 hline
15840 \begin_inset Newline newline
15841 \end_inset
15842
15843
15844 \backslash
15845 renewcommand{
15846 \backslash
15847 hline}
15848 \begin_inset Newline newline
15849 \end_inset
15850
15851
15852 \begin_inset Phantom HPhantom
15853 status open
15854
15855 \begin_layout Plain Layout
15856
15857 \series bold
15858 \begin_inset space ~
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865
15866 {
15867 \backslash
15868 arrayrulecolor{red}
15869 \backslash
15870 myHlineC
15871 \backslash
15872 arrayrulecolor{black}}
15873 \end_layout
15874
15875 \begin_layout Standard
15876 \begin_inset ERT
15877 status collapsed
15878
15879 \begin_layout Plain Layout
15880
15881
15882 \backslash
15883 let
15884 \backslash
15885 myHlineC
15886 \backslash
15887 hline
15888 \end_layout
15889
15890 \begin_layout Plain Layout
15891
15892
15893 \backslash
15894 renewcommand{
15895 \backslash
15896 hline}
15897 \end_layout
15898
15899 \begin_layout Plain Layout
15900
15901  {
15902 \backslash
15903 arrayrulecolor{red}
15904 \backslash
15905 myHlineC
15906 \backslash
15907 arrayrulecolor{black}}
15908 \end_layout
15909
15910 \end_inset
15911
15912
15913 \begin_inset Float table
15914 placement h
15915 wide false
15916 sideways false
15917 status open
15918
15919 \begin_layout Plain Layout
15920 \begin_inset Caption
15921
15922 \begin_layout Plain Layout
15923 \begin_inset CommandInset label
15924 LatexCommand label
15925 name "tab:Cuadro-con-horizontales-coloreadas"
15926
15927 \end_inset
15928
15929 Cuadro con líneas horizontales coloreadas
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \begin_layout Plain Layout
15938 \align center
15939 \begin_inset Tabular
15940 <lyxtabular version="3" rows="3" columns="3">
15941 <features tabularvalignment="middle">
15942 <column alignment="center" valignment="top" width="0">
15943 <column alignment="center" valignment="top" width="0">
15944 <column alignment="center" valignment="top" width="0">
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 sd
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 sd
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 <row>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 sd
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 </lyxtabular>
16033
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \begin_layout Standard
16045 Para volver al color de línea negro predeterminado inserta este comando
16046  en código TeX detrás del cuadro o el flotante:
16047 \end_layout
16048
16049 \begin_layout Standard
16050
16051 \series bold
16052
16053 \backslash
16054 renewcommand{
16055 \backslash
16056 hline}{
16057 \backslash
16058 myHlineC}
16059 \end_layout
16060
16061 \begin_layout Standard
16062 El cuadro
16063 \begin_inset space ~
16064 \end_inset
16065
16066
16067 \begin_inset CommandInset ref
16068 LatexCommand ref
16069 reference "tab:Cuadro-con-líneas-coloreadas"
16070
16071 \end_inset
16072
16073  es un ejemplo con líneas verticales y horizontales coloreadas.
16074 \end_layout
16075
16076 \begin_layout Standard
16077 \begin_inset Float table
16078 placement h
16079 wide false
16080 sideways false
16081 status open
16082
16083 \begin_layout Plain Layout
16084 \begin_inset Caption
16085
16086 \begin_layout Plain Layout
16087 \begin_inset CommandInset label
16088 LatexCommand label
16089 name "tab:Cuadro-con-líneas-coloreadas"
16090
16091 \end_inset
16092
16093 Cuadro con líneas coloreadas
16094 \end_layout
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Plain Layout
16102 \align center
16103 \begin_inset Tabular
16104 <lyxtabular version="3" rows="3" columns="3">
16105 <features tabularvalignment="middle">
16106 <column alignment="center" valignment="top" width="0" special="Wc">
16107 <column alignment="center" valignment="top" width="0" special="Wc">
16108 <column alignment="center" valignment="top" width="0" special="WcW">
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 sd
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" topline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 </row>
16138 <row>
16139 <cell alignment="center" valignment="top" topline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 sd
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row>
16168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 sd
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 </row>
16196 </lyxtabular>
16197
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \begin_layout Standard
16209 \begin_inset ERT
16210 status collapsed
16211
16212 \begin_layout Plain Layout
16213
16214
16215 \backslash
16216 renewcommand{
16217 \backslash
16218 hline}{
16219 \backslash
16220 myHlineC}
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Standard
16229 \begin_inset ERT
16230 status collapsed
16231
16232 \begin_layout Plain Layout
16233
16234
16235 \backslash
16236 setlength{
16237 \backslash
16238 arrayrulewidth}{0.4pt}
16239 \end_layout
16240
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \begin_layout Section
16247 Personalización de cuadros
16248 \begin_inset Index idx
16249 status collapsed
16250
16251 \begin_layout Plain Layout
16252 Cuadros ! Personalización
16253 \end_layout
16254
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \begin_layout Subsection
16261 Espacio adicional en filas
16262 \begin_inset CommandInset label
16263 LatexCommand label
16264 name "sub:Espacio-adicional"
16265
16266 \end_inset
16267
16268
16269 \begin_inset Index idx
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273 Cuadros ! Personalización ! Espacio adicional en filas
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \begin_layout Standard
16282 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
16283  
16284 \family sans
16285 Bordes
16286 \family default
16287  del diálogo de configuración de cuadros.
16288  En el marco 
16289 \family sans
16290 Espacio
16291 \begin_inset space ~
16292 \end_inset
16293
16294 adicional
16295 \family default
16296  dispones de tres posibilidades:
16297 \end_layout
16298
16299 \begin_layout Description
16300 Superior
16301 \begin_inset space ~
16302 \end_inset
16303
16304 de
16305 \begin_inset space ~
16306 \end_inset
16307
16308 la
16309 \begin_inset space ~
16310 \end_inset
16311
16312 fila añade espacio sobre los caracteres de la fila.
16313  Si el cuadro es de estilo formal
16314 \begin_inset Foot
16315 status open
16316
16317 \begin_layout Plain Layout
16318 Los cuadros formales se explican en la sección
16319 \begin_inset space ~
16320 \end_inset
16321
16322
16323 \begin_inset CommandInset ref
16324 LatexCommand ref
16325 reference "sec:Cuadros-Formales"
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \end_inset
16333
16334  LyX insertará 0.5
16335 \begin_inset space \thinspace{}
16336 \end_inset
16337
16338 em por omisión.
16339  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
16340  verticales, como se ve en el cuadro siguiente:
16341 \begin_inset VSpace medskip
16342 \end_inset
16343
16344
16345 \begin_inset Newline newline
16346 \end_inset
16347
16348
16349 \begin_inset space \hspace*{}
16350 \length 0pt
16351 \end_inset
16352
16353
16354 \begin_inset space \hfill{}
16355 \end_inset
16356
16357
16358 \begin_inset Tabular
16359 <lyxtabular version="3" rows="3" columns="1">
16360 <features tabularvalignment="middle">
16361 <column alignment="center" valignment="top" width="0">
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 A
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 <row topspace="3mm">
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 3
16379 \begin_inset space \thinspace{}
16380 \end_inset
16381
16382 mm sobre la fila
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 <row>
16389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 C
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 </lyxtabular>
16400
16401 \end_inset
16402
16403
16404 \begin_inset space \hfill{}
16405 \end_inset
16406
16407
16408 \begin_inset space \hspace*{}
16409 \length 0pt
16410 \end_inset
16411
16412
16413 \begin_inset VSpace medskip
16414 \end_inset
16415
16416
16417 \begin_inset Newline newline
16418 \end_inset
16419
16420 Así pues, insertar espacio superior en cuadros normales sólo es útil en
16421  cuadros sin líneas verticales.
16422 \end_layout
16423
16424 \begin_layout Description
16425 Inferior
16426 \begin_inset space ~
16427 \end_inset
16428
16429 de
16430 \begin_inset space ~
16431 \end_inset
16432
16433 la
16434 \begin_inset space ~
16435 \end_inset
16436
16437 fila añade espacio bajo los caracteres de la fila.
16438  Si el cuadro es formal LyX inserta por omisión 0.5
16439 \begin_inset space \thinspace{}
16440 \end_inset
16441
16442 em; si el cuadro es normal inserta 2
16443 \begin_inset space \thinspace{}
16444 \end_inset
16445
16446 pt.
16447  
16448 \end_layout
16449
16450 \begin_layout Description
16451 Entre
16452 \begin_inset space ~
16453 \end_inset
16454
16455 las
16456 \begin_inset space ~
16457 \end_inset
16458
16459 filas añade espacio entre la fila actual y la siguiente.
16460  Si el cuadro es formal LyX inserta 0.5
16461 \begin_inset space \thinspace{}
16462 \end_inset
16463
16464 em por omisión.
16465  En cuadros normales, el espacio adicional destruirá las líneas verticales
16466  del cuadro, como se ve en la siguiente:
16467 \begin_inset VSpace medskip
16468 \end_inset
16469
16470
16471 \begin_inset Newline newline
16472 \end_inset
16473
16474
16475 \begin_inset space \hspace*{}
16476 \length 0pt
16477 \end_inset
16478
16479
16480 \begin_inset space \hfill{}
16481 \end_inset
16482
16483
16484 \begin_inset Tabular
16485 <lyxtabular version="3" rows="3" columns="1">
16486 <features tabularvalignment="middle">
16487 <column alignment="center" valignment="top" width="0">
16488 <row>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 A
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row interlinespace="3mm">
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 \begin_inset Formula $\downarrow$
16505 \end_inset
16506
16507  3
16508 \begin_inset space \thinspace{}
16509 \end_inset
16510
16511 mm entre las filas
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $\uparrow$
16523 \end_inset
16524
16525  3
16526 \begin_inset space \thinspace{}
16527 \end_inset
16528
16529 mm entre las filas 
16530 \begin_inset Formula $\uparrow$
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 </lyxtabular>
16540
16541 \end_inset
16542
16543
16544 \begin_inset space \hfill{}
16545 \end_inset
16546
16547
16548 \begin_inset space \hspace*{}
16549 \length 0pt
16550 \end_inset
16551
16552
16553 \begin_inset VSpace medskip
16554 \end_inset
16555
16556
16557 \begin_inset Newline newline
16558 \end_inset
16559
16560 Así pues, los espacios adicionales entre filas de cuadros normales sólo
16561  sirven para cuadros sin líneas verticales.
16562 \end_layout
16563
16564 \begin_layout Standard
16565 \begin_inset VSpace bigskip
16566 \end_inset
16567
16568 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
16569  utiliza los siguientes comandos en el preámbulo:
16570 \end_layout
16571
16572 \begin_layout Standard
16573
16574 \series bold
16575
16576 \backslash
16577 @ifundefined{extrarowheight}
16578 \begin_inset Newline newline
16579 \end_inset
16580
16581
16582 \begin_inset Phantom HPhantom
16583 status open
16584
16585 \begin_layout Plain Layout
16586
16587 \series bold
16588 \begin_inset space ~
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595
16596 {
16597 \backslash
16598 usepackage{array}}{}
16599 \begin_inset Newline newline
16600 \end_inset
16601
16602
16603 \backslash
16604 setlength{
16605 \backslash
16606 extrarowheight}{altura}
16607 \end_layout
16608
16609 \begin_layout Standard
16610 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16611  centrado en vertical.
16612  (Lyx cargará automáticamente el paquete 
16613 \series bold
16614 array
16615 \series default
16616  cuando uses formatos de cuadro autodefinidos.
16617  Para evitar que sea cargado dos veces se pone al principio el comando 
16618 \series bold
16619
16620 \backslash
16621 @ifundefined
16622 \series default
16623 .)
16624 \end_layout
16625
16626 \begin_layout Standard
16627 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
16628  del cuadro están a veces demasiado cerca de las letras.
16629  Esto se puede corregir insertando el comando 
16630 \series bold
16631
16632 \backslash
16633 strut
16634 \series default
16635  en código TeX al principio de la fila del cuadro.
16636  El cuadro
16637 \begin_inset space ~
16638 \end_inset
16639
16640
16641 \begin_inset CommandInset ref
16642 LatexCommand ref
16643 reference "tab:Alineación-vertical"
16644
16645 \end_inset
16646
16647  muestra el efecto:
16648 \end_layout
16649
16650 \begin_layout Standard
16651 \noindent
16652 \begin_inset Float table
16653 placement h
16654 wide false
16655 sideways false
16656 status open
16657
16658 \begin_layout Plain Layout
16659 \begin_inset Caption
16660
16661 \begin_layout Plain Layout
16662 \begin_inset CommandInset label
16663 LatexCommand label
16664 name "tab:Alineación-vertical"
16665
16666 \end_inset
16667
16668 Alineación vertical de texto con letras grandes
16669 \end_layout
16670
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \begin_layout Plain Layout
16677 \begin_inset space \hfill{}
16678 \end_inset
16679
16680
16681 \begin_inset Float table
16682 wide false
16683 sideways false
16684 status open
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Caption
16688
16689 \begin_layout Plain Layout
16690 Cuadro normal
16691 \end_layout
16692
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Plain Layout
16699 \noindent
16700 \align center
16701 \begin_inset Tabular
16702 <lyxtabular version="3" rows="6" columns="1">
16703 <features tabularvalignment="middle">
16704 <column alignment="left" valignment="top" width="0">
16705 <row>
16706 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 Normal, g
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 <row>
16717 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721
16722 \size large
16723 Grande
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \size larger
16736 Más grande
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row>
16743 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747
16748 \size largest
16749 Grandísima
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760
16761 \size huge
16762 Enorme
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773
16774 \size huge
16775 Más enorme
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 </lyxtabular>
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789
16790
16791 \begin_inset space \hfill{}
16792 \end_inset
16793
16794
16795 \begin_inset Float table
16796 wide false
16797 sideways false
16798 status open
16799
16800 \begin_layout Plain Layout
16801 \begin_inset Caption
16802
16803 \begin_layout Plain Layout
16804 Cuadro con comando 
16805 \series bold
16806
16807 \backslash
16808 strut
16809 \end_layout
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \begin_layout Plain Layout
16817 \noindent
16818 \align center
16819 \begin_inset Tabular
16820 <lyxtabular version="3" rows="6" columns="1">
16821 <features tabularvalignment="middle">
16822 <column alignment="left" valignment="top" width="0">
16823 <row>
16824 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 Normal, g
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839
16840 \size large
16841 \begin_inset ERT
16842 status collapsed
16843
16844 \begin_layout Plain Layout
16845
16846
16847 \backslash
16848 strut 
16849 \end_layout
16850
16851 \end_inset
16852
16853 Grande
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \size larger
16866 \begin_inset ERT
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870
16871
16872 \backslash
16873 strut 
16874 \end_layout
16875
16876 \end_inset
16877
16878 Más grande
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \size largest
16891 \begin_inset ERT
16892 status collapsed
16893
16894 \begin_layout Plain Layout
16895
16896
16897 \backslash
16898 strut 
16899 \end_layout
16900
16901 \end_inset
16902
16903 Grandísima
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \size huge
16916 \begin_inset ERT
16917 status collapsed
16918
16919 \begin_layout Plain Layout
16920
16921
16922 \backslash
16923 strut 
16924 \end_layout
16925
16926 \end_inset
16927
16928 Enorme
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \size giant
16941 \begin_inset ERT
16942 status collapsed
16943
16944 \begin_layout Plain Layout
16945
16946
16947 \backslash
16948 strut 
16949 \end_layout
16950
16951 \end_inset
16952
16953
16954 \size huge
16955 Más enorme
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 </lyxtabular>
16962
16963 \end_inset
16964
16965
16966 \end_layout
16967
16968 \end_inset
16969
16970
16971 \begin_inset space \hfill{}
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \begin_layout Subsection
16983 Alineación especial de celdas
16984 \begin_inset CommandInset label
16985 LatexCommand label
16986 name "sub:Alineación-especial-de"
16987
16988 \end_inset
16989
16990
16991 \begin_inset Index idx
16992 status collapsed
16993
16994 \begin_layout Plain Layout
16995 Cuadros ! Personalización ! Alineación especial de celdas
16996 \end_layout
16997
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \begin_layout Standard
17004 A veces mejora la presentación si las entradas en las celdas de una columna
17005  se alinean con un carácter determinado, p.
17006 \begin_inset space \thinspace{}
17007 \end_inset
17008
17009 e.
17010 \begin_inset space ~
17011 \end_inset
17012
17013 el separador decimal, como en el cuadro
17014 \begin_inset space ~
17015 \end_inset
17016
17017
17018 \begin_inset CommandInset ref
17019 LatexCommand ref
17020 reference "tab:Cuadro-celdas-alineadas"
17021
17022 \end_inset
17023
17024 .
17025  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17026  el botón 
17027 \begin_inset Graphics
17028         filename ../../images/tabular-feature_align-decimal.png
17029         scale 85
17030         scaleBeforeRotation
17031
17032 \end_inset
17033
17034  de la barra de herramientas o eligiendo la alineación 
17035 \family sans
17036 Al separador decimal
17037 \family default
17038  en la configuración del cuadro.
17039  Ahí se puede especificar también el carácter deseado para la alineación.
17040 \end_layout
17041
17042 \begin_layout Standard
17043 \begin_inset Float table
17044 wide false
17045 sideways false
17046 status open
17047
17048 \begin_layout Plain Layout
17049 \begin_inset Caption
17050
17051 \begin_layout Plain Layout
17052 \begin_inset CommandInset label
17053 LatexCommand label
17054 name "tab:Cuadro-celdas-alineadas"
17055
17056 \end_inset
17057
17058 Cuadro con celdas alineadas con el separador decimal.
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="1">
17070 <features booktabs="true" tabularvalignment="middle">
17071 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17072 <row>
17073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 leyenda
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 12,6
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 0,68
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 -123,0
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 </row>
17116 </lyxtabular>
17117
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \begin_layout Standard
17129 \begin_inset Float table
17130 wide false
17131 sideways false
17132 status open
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Caption
17136
17137 \begin_layout Plain Layout
17138 \begin_inset CommandInset label
17139 LatexCommand label
17140 name "tab:Cuadro-con-celdas-de"
17141
17142 \end_inset
17143
17144 Cuadro con celdas alineadas con los operadores.
17145 \end_layout
17146
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \begin_layout Plain Layout
17153 \align center
17154 \begin_inset Tabular
17155 <lyxtabular version="3" rows="4" columns="2">
17156 <features booktabs="true" tabularvalignment="middle">
17157 <column alignment="right" valignment="top" width="0pt">
17158 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17159 <row>
17160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 leyenda
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $12\,+$
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 \begin_inset Formula $\,6$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $0\,-$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Formula $\,68$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $-123\,/$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\,0$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 </lyxtabular>
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \begin_layout Standard
17270 Para alinear con caracteres en ecuaciones este método no funciona porque
17271  el campo para especificar el carácter no permite ecuaciones.
17272  En este caso hay que usar el método del cuadro
17273 \begin_inset space ~
17274 \end_inset
17275
17276
17277 \begin_inset CommandInset ref
17278 LatexCommand ref
17279 reference "tab:Cuadro-con-celdas-de"
17280
17281 \end_inset
17282
17283 .
17284  Es un cuadro 4×2.
17285  La leyenda es una multicolumna centrada.
17286  La primera columna está alineada a la derecha y contiene la primera parte
17287  incluyendo el operador.
17288  La segunda columna está alineada a la izquierda y contiene la parte restante.
17289  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17290  columna para mantener el espacio habitual alrededor de los operadores.
17291  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17292  el siguiente argumento LaTeX para la segunda columna:
17293 \end_layout
17294
17295 \begin_layout Standard
17296
17297 \series bold
17298 @{}l
17299 \end_layout
17300
17301 \begin_layout Standard
17302 El cuadro
17303 \begin_inset space ~
17304 \end_inset
17305
17306
17307 \begin_inset CommandInset ref
17308 LatexCommand ref
17309 reference "tab:Varias-alineaciones"
17310
17311 \end_inset
17312
17313  muestra varios ejemplos de alineación.
17314  Para alinear al signo de relación se ha añadido un pequeño espacio como
17315  en la segunda columna del cuadro
17316 \begin_inset space ~
17317 \end_inset
17318
17319
17320 \begin_inset CommandInset ref
17321 LatexCommand ref
17322 reference "tab:Cuadro-con-celdas-de"
17323
17324 \end_inset
17325
17326 .
17327 \end_layout
17328
17329 \begin_layout Standard
17330 \begin_inset Float table
17331 placement h
17332 wide false
17333 sideways false
17334 status open
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Caption
17338
17339 \begin_layout Plain Layout
17340 \begin_inset CommandInset label
17341 LatexCommand label
17342 name "tab:Varias-alineaciones"
17343
17344 \end_inset
17345
17346 Cuadro con varias alineaciones.
17347 \end_layout
17348
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \begin_layout Plain Layout
17355 \align center
17356 \begin_inset Tabular
17357 <lyxtabular version="3" rows="4" columns="6">
17358 <features tabularvalignment="middle">
17359 <column alignment="right" valignment="top" width="0">
17360 <column alignment="left" valignment="top" width="0" special="@{}l">
17361 <column alignment="right" valignment="top" width="0">
17362 <column alignment="left" valignment="top" width="0" special="@{}l">
17363 <column alignment="right" valignment="top" width="0">
17364 <column alignment="left" valignment="top" width="0" special="@{}l">
17365 <row>
17366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 unidades
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 exponentes
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 relaciones
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 </row>
17421 <row>
17422 <cell alignment="center" valignment="top" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 12×
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 24
17436 \begin_inset space \thinspace{}
17437 \end_inset
17438
17439 bottles
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 \begin_inset Formula $10\cdot$
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 \begin_inset Formula $10^{\mbox{-}17}$
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 \begin_inset Formula $\Gamma(t)\propto$
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 \begin_inset Formula $\:\Upsilon(t)$
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 <row>
17494 <cell alignment="center" valignment="top" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 1024×
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 768
17508 \begin_inset space \thinspace{}
17509 \end_inset
17510
17511 Pixels
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Formula $5.78\cdot$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $10^{7}$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $A\ne$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset Formula $\: B_{\mathrm{red}}$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row>
17566 <cell alignment="center" valignment="top" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570 32×
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 6
17580 \begin_inset space \thinspace{}
17581 \end_inset
17582
17583 cm
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 -
17593 \begin_inset Formula $33.5\cdot$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Formula $10^{4}$
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 \begin_inset Formula $\sen(\alpha)\ge$
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 \begin_inset Formula $\:\sen(\beta)$
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 </row>
17638 </lyxtabular>
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \begin_layout Subsection
17651 Formato personalizado de celda/columna
17652 \begin_inset CommandInset label
17653 LatexCommand label
17654 name "sub:Formato-Personalizado"
17655
17656 \end_inset
17657
17658
17659 \begin_inset Index idx
17660 status collapsed
17661
17662 \begin_layout Plain Layout
17663 Cuadros ! Personalización ! Formato de celda/columna
17664 \end_layout
17665
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \begin_layout Standard
17672 El cálculo de la anchura necesaria para columnas extendidas descrito en
17673  la sección
17674 \begin_inset space ~
17675 \end_inset
17676
17677
17678 \begin_inset CommandInset ref
17679 LatexCommand ref
17680 reference "sub:Cálculos-en-Multicolumnas"
17681
17682 \end_inset
17683
17684  es muy pesado si tienes varios cuadros con multicolumnas.
17685  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17686 mna aplicable a todos los cuadros del documento.
17687  El formato se define con el comando
17688 \end_layout
17689
17690 \begin_layout Standard
17691
17692 \series bold
17693
17694 \backslash
17695 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17696 \end_layout
17697
17698 \begin_layout Standard
17699 El nombre de formato puede ser una sola letra.
17700  Las letras 
17701 \emph on
17702 b, c, l, m, p
17703 \emph default
17704  y 
17705 \emph on
17706 r
17707 \emph default
17708  están predefinidas y no pueden usarse.
17709  Pero se permiten todas las mayúsculas.
17710 \end_layout
17711
17712 \begin_layout Standard
17713 \begin_inset VSpace medskip
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \begin_layout Standard
17720 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17721  fija puedes definir el formato de celda
17722 \end_layout
17723
17724 \begin_layout Standard
17725
17726 \series bold
17727
17728 \backslash
17729 newcolumntype{M}[1]{>{
17730 \backslash
17731 centering
17732 \backslash
17733 hspace{0pt}}m{#1}}
17734 \end_layout
17735
17736 \begin_layout Standard
17737 donde 
17738 \series bold
17739
17740 \backslash
17741 hspace{0pt}
17742 \series default
17743  evita el problema de partir con guión la primera palabra, como se describe
17744  en la sección
17745 \begin_inset space ~
17746 \end_inset
17747
17748
17749 \begin_inset CommandInset ref
17750 LatexCommand ref
17751 reference "sub:Líneas-Múltiples-en"
17752
17753 \end_inset
17754
17755 .
17756  Ahora puedes introducir simplemente
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762 M{ancho}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
17767 \end_layout
17768
17769 \begin_layout Standard
17770 \begin_inset VSpace bigskip
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17778 \end_layout
17779
17780 \begin_layout Standard
17781
17782 \series bold
17783
17784 \backslash
17785 newcolumntype{S}[2]{>{
17786 \backslash
17787 centering
17788 \backslash
17789 hspace{0pt}}
17790 \begin_inset Newline newline
17791 \end_inset
17792
17793
17794 \begin_inset Phantom HPhantom
17795 status open
17796
17797 \begin_layout Plain Layout
17798
17799 \series bold
17800
17801 \backslash
17802 newcolumntype
17803 \end_layout
17804
17805 \end_inset
17806
17807 m{(#1+(2
17808 \backslash
17809 tabcolsep+
17810 \backslash
17811 arrayrulewidth)*(1-#2))/#2}}
17812 \end_layout
17813
17814 \begin_layout Standard
17815 Este formato usa la ecuación 
17816 \begin_inset CommandInset ref
17817 LatexCommand eqref
17818 reference "eq:Wgn"
17819
17820 \end_inset
17821
17822  para calcular la anchura necesaria para que cada celda extendida tenga
17823  la misma anchura.
17824 \end_layout
17825
17826 \begin_layout Standard
17827 Ahora puedes introducir
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833 S{ancho de la celda multicolumna}{número de columnas extendidas}
17834 \end_layout
17835
17836 \begin_layout Standard
17837 como argumento LaTeX de la columna.
17838 \end_layout
17839
17840 \begin_layout Standard
17841 \begin_inset VSpace bigskip
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \begin_layout Standard
17848 Para columnas coloreadas puedes definir
17849 \end_layout
17850
17851 \begin_layout Standard
17852
17853 \series bold
17854
17855 \backslash
17856 newcolumntype{K}[1]{>{
17857 \backslash
17858 columncolor{#1}
17859 \backslash
17860 hspace{0pt}}c}
17861 \end_layout
17862
17863 \begin_layout Standard
17864 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17865  horizontalmente.
17866  Ahora puedes introducir
17867 \end_layout
17868
17869 \begin_layout Standard
17870
17871 \series bold
17872 K{nombre del color}
17873 \end_layout
17874
17875 \begin_layout Standard
17876 como argumento LaTeX.
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \begin_inset VSpace bigskip
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 Para crear el cuadro
17888 \begin_inset space ~
17889 \end_inset
17890
17891
17892 \begin_inset CommandInset ref
17893 LatexCommand ref
17894 reference "tab:Cuadro-con-formatos-definidos-por"
17895
17896 \end_inset
17897
17898  usa los argumentos LaTeX
17899 \end_layout
17900
17901 \begin_layout Standard
17902
17903 \series bold
17904 M{2.5cm}
17905 \end_layout
17906
17907 \begin_layout Standard
17908 para la primera columna y la multicolumna,
17909 \end_layout
17910
17911 \begin_layout Standard
17912
17913 \series bold
17914 K{red}
17915 \end_layout
17916
17917 \begin_layout Standard
17918 para la última columna y
17919 \end_layout
17920
17921 \begin_layout Standard
17922
17923 \series bold
17924 S{2.5cm}{2}
17925 \end_layout
17926
17927 \begin_layout Standard
17928 para las celdas en la segunda columna.
17929 \end_layout
17930
17931 \begin_layout Standard
17932 \begin_inset Float table
17933 placement h
17934 wide false
17935 sideways false
17936 status open
17937
17938 \begin_layout Plain Layout
17939 \begin_inset Caption
17940
17941 \begin_layout Plain Layout
17942 \begin_inset CommandInset label
17943 LatexCommand label
17944 name "tab:Cuadro-con-formatos-definidos-por"
17945
17946 \end_inset
17947
17948 Cuadro con formatos definidos por el usuario
17949 \end_layout
17950
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \begin_layout Plain Layout
17957 \align center
17958 \begin_inset Tabular
17959 <lyxtabular version="3" rows="3" columns="4">
17960 <features tabularvalignment="middle">
17961 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17962 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17963 <column alignment="center" valignment="middle" width="0">
17964 <column alignment="center" valignment="middle" width="0" special="K{red}">
17965 <row>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 palabramuylargaenceldadecuadro
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 multicolumna línea múltiple
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 c
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 d
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 e
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 f
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 g
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046 h
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 i
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 j
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 k
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 </lyxtabular>
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Subsection
18092 Grosor de líneas
18093 \begin_inset CommandInset label
18094 LatexCommand label
18095 name "sub:Grosor-de-Líneas"
18096
18097 \end_inset
18098
18099
18100 \begin_inset Index idx
18101 status open
18102
18103 \begin_layout Plain Layout
18104 Cuadros ! Personalización ! Grosor de línea
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
18114  
18115 \series bold
18116
18117 \backslash
18118 arrayrulewidth
18119 \series default
18120 .
18121  Por ejemplo, para poner un grosor de línea de 1.5
18122 \begin_inset space \thinspace{}
18123 \end_inset
18124
18125 pt, como en el cuadro
18126 \begin_inset space ~
18127 \end_inset
18128
18129
18130 \begin_inset CommandInset ref
18131 LatexCommand ref
18132 reference "tab:Cuadro-con-líneas"
18133
18134 \end_inset
18135
18136 , inserta el comando
18137 \end_layout
18138
18139 \begin_layout Standard
18140
18141 \series bold
18142
18143 \backslash
18144 setlength{
18145 \backslash
18146 arrayrulewidth}{1.5pt}
18147 \end_layout
18148
18149 \begin_layout Standard
18150 en código TeX antes del cuadro o flotante.
18151  Este cambio es válido para todos los siguientes cuadros.
18152  Para volver al valor predeterminado, define 
18153 \series bold
18154
18155 \backslash
18156 arrayrulewidth
18157 \series default
18158  a 0.4
18159 \begin_inset space \thinspace{}
18160 \end_inset
18161
18162 pt en código TeX detrás del cuadro o flotante.
18163 \end_layout
18164
18165 \begin_layout Standard
18166 \begin_inset ERT
18167 status collapsed
18168
18169 \begin_layout Plain Layout
18170
18171
18172 \backslash
18173 setlength{
18174 \backslash
18175 arrayrulewidth}{1.5pt}
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \begin_inset Float table
18182 wide false
18183 sideways false
18184 status open
18185
18186 \begin_layout Plain Layout
18187 \begin_inset Caption
18188
18189 \begin_layout Plain Layout
18190 \begin_inset CommandInset label
18191 LatexCommand label
18192 name "tab:Cuadro-con-líneas"
18193
18194 \end_inset
18195
18196 Cuadro con líneas de grosor 1.5
18197 \begin_inset space \thinspace{}
18198 \end_inset
18199
18200 pt
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \begin_layout Plain Layout
18209 \align center
18210 \begin_inset Tabular
18211 <lyxtabular version="3" rows="3" columns="3">
18212 <features tabularvalignment="middle">
18213 <column alignment="center" valignment="top" width="0">
18214 <column alignment="center" valignment="top" width="0">
18215 <column alignment="center" valignment="top" width="0">
18216 <row>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 sd
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 </row>
18245 <row>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 sd
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 </row>
18274 <row>
18275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 sd
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 </lyxtabular>
18304
18305 \end_inset
18306
18307
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \begin_inset ERT
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317
18318
18319 \backslash
18320 setlength{
18321 \backslash
18322 arrayrulewidth}{0.4pt}
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \begin_layout Standard
18331 \begin_inset VSpace bigskip
18332 \end_inset
18333
18334 Para definir un grosor de 1.5
18335 \begin_inset space \thinspace{}
18336 \end_inset
18337
18338 pt sólo para líneas horizontales, como en el cuadro
18339 \begin_inset space ~
18340 \end_inset
18341
18342
18343 \begin_inset CommandInset ref
18344 LatexCommand ref
18345 reference "tab:Cuadro-con-horizontales"
18346
18347 \end_inset
18348
18349 , inserta estos comandos en código TeX antes del cuadro o flotante:
18350 \end_layout
18351
18352 \begin_layout Standard
18353
18354 \series bold
18355
18356 \backslash
18357 let
18358 \backslash
18359 myHline
18360 \backslash
18361 hline
18362 \begin_inset Newline newline
18363 \end_inset
18364
18365
18366 \backslash
18367 renewcommand{
18368 \backslash
18369 hline}
18370 \begin_inset Newline newline
18371 \end_inset
18372
18373  {
18374 \backslash
18375 noalign{
18376 \backslash
18377 global
18378 \backslash
18379 arrayrulewidth 1.5pt}
18380 \begin_inset Newline newline
18381 \end_inset
18382
18383  
18384 \backslash
18385 myHline
18386 \backslash
18387 noalign{
18388 \backslash
18389 global
18390 \backslash
18391 arrayrulewidth 0.4pt}}
18392 \end_layout
18393
18394 \begin_layout Standard
18395 Para volver al grosor predeterminado, inserta este comando en código TeX
18396  detrás del cuadro o flotante:
18397 \end_layout
18398
18399 \begin_layout Standard
18400
18401 \series bold
18402
18403 \backslash
18404 renewcommand{
18405 \backslash
18406 hline}{
18407 \backslash
18408 myHline}
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset ERT
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416
18417
18418 \backslash
18419 let
18420 \backslash
18421 myHline
18422 \backslash
18423 hline
18424 \end_layout
18425
18426 \begin_layout Plain Layout
18427
18428
18429 \backslash
18430 renewcommand{
18431 \backslash
18432 hline}
18433 \end_layout
18434
18435 \begin_layout Plain Layout
18436
18437  {
18438 \backslash
18439 noalign{
18440 \backslash
18441 global
18442 \backslash
18443 arrayrulewidth 1.5pt}
18444 \end_layout
18445
18446 \begin_layout Plain Layout
18447
18448   
18449 \backslash
18450 myHline
18451 \backslash
18452 noalign{
18453 \backslash
18454 global
18455 \backslash
18456 arrayrulewidth 0.4pt}}
18457 \end_layout
18458
18459 \end_inset
18460
18461
18462 \begin_inset Float table
18463 wide false
18464 sideways false
18465 status open
18466
18467 \begin_layout Plain Layout
18468 \begin_inset Caption
18469
18470 \begin_layout Plain Layout
18471 \begin_inset CommandInset label
18472 LatexCommand label
18473 name "tab:Cuadro-con-horizontales"
18474
18475 \end_inset
18476
18477 Cuadro con líneas horizontales de 1.5
18478 \begin_inset space \thinspace{}
18479 \end_inset
18480
18481 pt
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \begin_layout Plain Layout
18490 \align center
18491 \begin_inset Tabular
18492 <lyxtabular version="3" rows="3" columns="3">
18493 <features tabularvalignment="middle">
18494 <column alignment="center" valignment="top" width="0">
18495 <column alignment="center" valignment="top" width="0">
18496 <column alignment="center" valignment="top" width="0">
18497 <row>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 sd
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 </row>
18526 <row>
18527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 sd
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 sd
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 </lyxtabular>
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \begin_inset ERT
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598
18599
18600 \backslash
18601 renewcommand{
18602 \backslash
18603 hline}{
18604 \backslash
18605 myHline}
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Standard
18614 \begin_inset VSpace bigskip
18615 \end_inset
18616
18617 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18618  siguiente formato de columna en el preámbulo del documento, de acuerdo
18619  con lo descrito en la sección
18620 \begin_inset space ~
18621 \end_inset
18622
18623
18624 \begin_inset CommandInset ref
18625 LatexCommand ref
18626 reference "sub:Formato-Personalizado"
18627
18628 \end_inset
18629
18630 :
18631 \end_layout
18632
18633 \begin_layout Standard
18634
18635 \series bold
18636
18637 \backslash
18638 newcolumntype{V}{!{
18639 \backslash
18640 vrule width 1.5pt}}
18641 \end_layout
18642
18643 \begin_layout Standard
18644 Para el cuadro
18645 \begin_inset space ~
18646 \end_inset
18647
18648
18649 \begin_inset CommandInset ref
18650 LatexCommand ref
18651 reference "tab:Cuadro-con-verticales"
18652
18653 \end_inset
18654
18655  se usó el argumento LaTeX
18656 \end_layout
18657
18658 \begin_layout Standard
18659
18660 \series bold
18661 VcV
18662 \end_layout
18663
18664 \begin_layout Standard
18665 para la última columna y
18666 \end_layout
18667
18668 \begin_layout Standard
18669
18670 \series bold
18671 Vc
18672 \end_layout
18673
18674 \begin_layout Standard
18675 para las otras.
18676 \end_layout
18677
18678 \begin_layout Standard
18679 \begin_inset Float table
18680 wide false
18681 sideways false
18682 status open
18683
18684 \begin_layout Plain Layout
18685 \begin_inset Caption
18686
18687 \begin_layout Plain Layout
18688 \begin_inset CommandInset label
18689 LatexCommand label
18690 name "tab:Cuadro-con-verticales"
18691
18692 \end_inset
18693
18694 Cuadro con líneas verticales de 1.5
18695 \begin_inset space \thinspace{}
18696 \end_inset
18697
18698 pt de grosor
18699 \end_layout
18700
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \begin_layout Plain Layout
18707 \align center
18708 \begin_inset Tabular
18709 <lyxtabular version="3" rows="3" columns="3">
18710 <features tabularvalignment="middle">
18711 <column alignment="center" valignment="top" width="0" special="Vc">
18712 <column alignment="center" valignment="top" width="0" special="Vc">
18713 <column alignment="center" valignment="top" width="0" special="VcV">
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 sd
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 </row>
18743 <row>
18744 <cell alignment="center" valignment="top" topline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 sd
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 </row>
18772 <row>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 sd
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 </row>
18801 </lyxtabular>
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Subsection
18814 Líneas de trazos
18815 \begin_inset Index idx
18816 status open
18817
18818 \begin_layout Plain Layout
18819 Cuadros ! Personalización ! Líneas de trazos
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 \begin_inset ERT
18829 status collapsed
18830
18831 \begin_layout Plain Layout
18832
18833
18834 \backslash
18835 ifarydshln
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \begin_inset Note Note
18842 status collapsed
18843
18844 \begin_layout Plain Layout
18845 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18846  LaTeX 
18847 \series bold
18848 arydshln
18849 \series default
18850 .
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \begin_layout Standard
18859 \begin_inset Float table
18860 placement H
18861 wide false
18862 sideways false
18863 status open
18864
18865 \begin_layout Plain Layout
18866 \begin_inset Caption
18867
18868 \begin_layout Plain Layout
18869 \begin_inset CommandInset label
18870 LatexCommand label
18871 name "tab:Cuadro-con-trazos"
18872
18873 \end_inset
18874
18875 Cuadro con líneas de trazos
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Plain Layout
18884 \align center
18885 \begin_inset Tabular
18886 <lyxtabular version="3" rows="5" columns="5">
18887 <features tabularvalignment="middle">
18888 <column alignment="center" valignment="top" width="0">
18889 <column alignment="center" valignment="top" width="0">
18890 <column alignment="center" valignment="top" width="0" special=":c">
18891 <column alignment="center" valignment="top" width="0">
18892 <column alignment="center" valignment="top" width="0">
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 a
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 b
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 c
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 d
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 e
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 </row>
18940 <row>
18941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 f
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 g
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 h
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 i
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 j
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 <row>
18988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 hdashline 
19000 \end_layout
19001
19002 \end_inset
19003
19004 k
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 l
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 <cell alignment="center" valignment="top" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 m
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 n
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 o
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 \begin_inset ERT
19052 status collapsed
19053
19054 \begin_layout Plain Layout
19055
19056
19057 \backslash
19058 cdashline{4-5}
19059 \end_layout
19060
19061 \end_inset
19062
19063 p
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 q
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 r
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090 s
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 </row>
19105 <row>
19106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 t
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 u
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 v
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 w
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 x
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 </row>
19152 </lyxtabular>
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \begin_layout Standard
19165 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19166  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19167 \series bold
19168 arydshln
19169 \series default
19170
19171 \begin_inset Index idx
19172 status collapsed
19173
19174 \begin_layout Plain Layout
19175 LaTeX-paquetes ! arydshln
19176 \end_layout
19177
19178 \end_inset
19179
19180  con el comando 
19181 \end_layout
19182
19183 \begin_layout Standard
19184
19185 \series bold
19186
19187 \backslash
19188 usepackage{arydshln}
19189 \end_layout
19190
19191 \begin_layout Standard
19192 Para hacer una línea vertical a trazos, introduce dos puntos «
19193 \series bold
19194 :
19195 \series default
19196 » junto con el carácter para alineación horizontal como argumento LaTeX
19197  en el diálogo de celdas de cuadros.
19198 \end_layout
19199
19200 \begin_layout Standard
19201 Para una línea de trazos horizontal añade el comando
19202 \end_layout
19203
19204 \begin_layout Standard
19205
19206 \series bold
19207
19208 \backslash
19209 hdashline
19210 \end_layout
19211
19212 \begin_layout Standard
19213 en código TeX como primer elemento de la primera celda en la fila.
19214 \end_layout
19215
19216 \begin_layout Standard
19217 Para líneas de trazos en multicolumna usa el comando
19218 \end_layout
19219
19220 \begin_layout Standard
19221
19222 \series bold
19223
19224 \backslash
19225 cdashline{número de líneas}
19226 \end_layout
19227
19228 \begin_layout Standard
19229 en código TeX como primer elemento de la primera celda en la fila.
19230  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19231  4 y quieres una línea de trazos por encima, añade el comando
19232 \end_layout
19233
19234 \begin_layout Standard
19235
19236 \series bold
19237
19238 \backslash
19239 cdashline{2-4}
19240 \end_layout
19241
19242 \begin_layout Standard
19243 como primer elemento de la primera celda en la fila de la multicolumna.
19244 \end_layout
19245
19246 \begin_layout Standard
19247 \begin_inset VSpace bigskip
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Standard
19254 El cuadro
19255 \begin_inset space ~
19256 \end_inset
19257
19258
19259 \begin_inset CommandInset ref
19260 LatexCommand ref
19261 reference "tab:Cuadro-con-trazos"
19262
19263 \end_inset
19264
19265  se ha hecho usando «
19266 \series bold
19267 :c
19268 \series default
19269 » como argumento LaTeX de la tercera columna.
19270  El comando en código TeX 
19271 \series bold
19272
19273 \backslash
19274 hdashline
19275 \series default
19276  se ha insertado en la primera celda de la tercera fila y el comando en
19277  código TeX
19278 \begin_inset Newline newline
19279 \end_inset
19280
19281
19282 \series bold
19283
19284 \backslash
19285 cdashline{4-5}
19286 \series default
19287  en la primera celda de la cuarta fila.
19288 \end_layout
19289
19290 \begin_layout Standard
19291 \begin_inset Note Greyedout
19292 status open
19293
19294 \begin_layout Plain Layout
19295
19296 \series bold
19297 Nota:
19298 \series default
19299  Aparentemente el paquete LaTeX 
19300 \series bold
19301 arydshln
19302 \series default
19303  no es compatible con el paquete LaTeX 
19304 \series bold
19305 colortbl
19306 \series default
19307
19308 \begin_inset Index idx
19309 status collapsed
19310
19311 \begin_layout Plain Layout
19312 LaTeX-paquetes ! colortbl
19313 \end_layout
19314
19315 \end_inset
19316
19317  que se usa para cuadros coloreados en la sección
19318 \begin_inset space ~
19319 \end_inset
19320
19321
19322 \begin_inset CommandInset ref
19323 LatexCommand ref
19324 reference "sec:Cuadros-Coloreados"
19325
19326 \end_inset
19327
19328 .
19329  Esto implica que los cuadros coloreados no pueden tener líneas de trazos.
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 \begin_inset ERT
19339 status collapsed
19340
19341 \begin_layout Plain Layout
19342
19343
19344 \backslash
19345 else
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \begin_inset Note Note
19352 status collapsed
19353
19354 \begin_layout Plain Layout
19355 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19356  
19357 \series bold
19358 arydshln
19359 \series default
19360 .
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Standard
19369 Debes instalar el paquete LaTeX 
19370 \series bold
19371 arydshln
19372 \series default
19373  para ver la parte siguiente en la salida.
19374 \end_layout
19375
19376 \begin_layout Standard
19377 \begin_inset ERT
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381
19382
19383 \backslash
19384 fi
19385 \end_layout
19386
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \begin_layout Chapter
19393 Flotantes
19394 \begin_inset CommandInset label
19395 LatexCommand label
19396 name "chap:Flotantes"
19397
19398 \end_inset
19399
19400
19401 \begin_inset Index idx
19402 status collapsed
19403
19404 \begin_layout Plain Layout
19405 Flotantes
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Section
19414 Introducción
19415 \begin_inset CommandInset label
19416 LatexCommand label
19417 name "sec:Introducción-Flotantes"
19418
19419 \end_inset
19420
19421
19422 \begin_inset Index idx
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426 Flotantes ! Introducción
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19436  no tiene posición fija.
19437  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19438  Las 
19439 \family sans
19440 Notas
19441 \begin_inset space ~
19442 \end_inset
19443
19444 al
19445 \begin_inset space ~
19446 \end_inset
19447
19448 pie
19449 \family default
19450  y 
19451 \family sans
19452 Notas
19453 \begin_inset space ~
19454 \end_inset
19455
19456 al
19457 \begin_inset space ~
19458 \end_inset
19459
19460 margen
19461 \family default
19462  también son flotantes, porque pueden flotar a la página siguiente cuando
19463  hay demasiadas notas en la página.
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Los flotantes permiten composiciones de alta calidad.
19468  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
19469  para impedir espacios en blanco y páginas sin texto.
19470  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
19471  cada flotante puede ser referenciado en el texto.
19472  Por lo tanto los flotantes están numerados.
19473  Las referencias se describen en la sección
19474 \begin_inset space ~
19475 \end_inset
19476
19477
19478 \begin_inset CommandInset ref
19479 LatexCommand ref
19480 reference "sec:Referencias-a-Flotantes"
19481
19482 \end_inset
19483
19484 .
19485 \end_layout
19486
19487 \begin_layout Standard
19488 Para insertar un flotante, usa el menú 
19489 \family sans
19490 Insertar\SpecialChar \menuseparator
19491 Flotante
19492 \family default
19493 .
19494  Esto inserta una 
19495 \family sans
19496 Leyenda,
19497 \family default
19498  un cuadro con una etiqueta.
19499  La etiqueta se traducirá automáticamente al idioma del documento.
19500  Tras la etiqueta puedes insertar el texto de la leyenda.
19501  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
19502  separado dentro del flotante.
19503  La colocación de leyendas se describe en la sección
19504 \begin_inset space ~
19505 \end_inset
19506
19507
19508 \begin_inset CommandInset ref
19509 LatexCommand ref
19510 reference "sec:Colocación-de-leyendas"
19511
19512 \end_inset
19513
19514 .
19515  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19516  con clic izquierdo sobre él.
19517  Un cuadro cerrado se muestra así: 
19518 \begin_inset Graphics
19519         filename clipart/flotanteQt4.png
19520         scale 70
19521
19522 \end_inset
19523
19524  —un cuadro gris con etiqueta en rojo—.
19525 \end_layout
19526
19527 \begin_layout Standard
19528 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19529  errores de LaTeX si el texto circundante se formatea de modo especial.
19530 \end_layout
19531
19532 \begin_layout Standard
19533 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
19534  y pinchando el botón correspondiente de la barra de herramientas para un
19535  flotante nuevo.
19536 \end_layout
19537
19538 \begin_layout Section
19539 Tipos de flotantes
19540 \end_layout
19541
19542 \begin_layout Standard
19543 Además de los flotantes de imagen y de cuadro que se describen en la sección
19544 \begin_inset space ~
19545 \end_inset
19546
19547
19548 \begin_inset CommandInset ref
19549 LatexCommand ref
19550 reference "sec:Figuras-Flotantes"
19551
19552 \end_inset
19553
19554  y 
19555 \begin_inset CommandInset ref
19556 LatexCommand ref
19557 reference "sec:Cuadros-Flotantes"
19558
19559 \end_inset
19560
19561 , respectivamente, LyX ofrece los tipos 
19562 \family sans
19563 Algoritmo
19564 \family default
19565  y 
19566 \family sans
19567 Envoltorio
19568 \family default
19569 .
19570  
19571 \lang english
19572 The latter are explained in sec.
19573 \lang spanish
19574
19575 \begin_inset space \thinspace{}
19576 \end_inset
19577
19578
19579 \begin_inset CommandInset ref
19580 LatexCommand ref
19581 reference "sec:Flotantes-envueltos"
19582
19583 \end_inset
19584
19585 .
19586 \end_layout
19587
19588 \begin_layout Subsection
19589 Algoritmos flotantes
19590 \begin_inset Index idx
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594 Flotantes ! Algoritmos
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \begin_inset CommandInset label
19601 LatexCommand label
19602 name "sub:Algoritmos-Flotantes"
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \begin_layout Standard
19610 \begin_inset Float algorithm
19611 placement h
19612 wide false
19613 sideways false
19614 status open
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Caption
19618
19619 \begin_layout Plain Layout
19620 \begin_inset CommandInset label
19621 LatexCommand label
19622 name "alg:Ejemplo-de-Algoritmo-flotante"
19623
19624 \end_inset
19625
19626 Ejemplo de algoritmo flotante
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout LyX-Code
19635 for I in 1..N loop
19636 \begin_inset Newline newline
19637 \end_inset
19638
19639  Sum:= Sum + A(I); /*comment*/
19640 \begin_inset Newline newline
19641 \end_inset
19642
19643 end loop
19644 \begin_inset VSpace -4mm
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \begin_layout Standard
19656 Este tipo de flotante se inserta con el menú 
19657 \family sans
19658 Insertar\SpecialChar \menuseparator
19659 Flotante\SpecialChar \menuseparator
19660 Algoritmo
19661 \family default
19662 .
19663  Se usa para códigos y descripciones de algoritmos y se puede considerar
19664  una alternativa al listado de código de programa, que se explica en el
19665  capítulo
19666 \begin_inset space ~
19667 \end_inset
19668
19669
19670 \begin_inset CommandInset ref
19671 LatexCommand ref
19672 reference "cap:Listado-de-programa"
19673
19674 \end_inset
19675
19676 .
19677  Un posible entorno para algoritmos es 
19678 \family sans
19679 Código-LyX
19680 \family default
19681 , descrito en la 
19682 \emph on
19683 Guía del usuario
19684 \emph default
19685  de LyX.
19686  El algoritmo
19687 \begin_inset space ~
19688 \end_inset
19689
19690
19691 \begin_inset CommandInset ref
19692 LatexCommand ref
19693 reference "alg:Ejemplo-de-Algoritmo-flotante"
19694
19695 \end_inset
19696
19697  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19698  vertical de -4
19699 \begin_inset space \thinspace{}
19700 \end_inset
19701
19702 mm al final para tener la línea inferior exactamente bajo la última línea
19703  de texto.
19704 \end_layout
19705
19706 \begin_layout Standard
19707 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19708  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19709 \end_layout
19710
19711 \begin_layout Standard
19712
19713 \series bold
19714
19715 \backslash
19716 floatname{algorithm}{nombre}
19717 \end_layout
19718
19719 \begin_layout Standard
19720 donde 
19721 \family sans
19722 nombre
19723 \family default
19724  es la palabra «
19725 \emph on
19726 algoritmo
19727 \emph default
19728 » en el idioma deseado.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 Para insertar el índice de algoritmos puedes usar el menú 
19733 \family sans
19734 Insertar\SpecialChar \menuseparator
19735 Índice\SpecialChar \menuseparator
19736 Índice de algoritmos
19737 \family default
19738 , si el documento está en el mismo idioma que los menús de LyX.
19739  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19740 \end_layout
19741
19742 \begin_layout Standard
19743
19744 \series bold
19745
19746 \backslash
19747 listof{algorithm}{nombre}
19748 \end_layout
19749
19750 \begin_layout Standard
19751 donde 
19752 \family sans
19753 nombre
19754 \family default
19755  es, por ejemplo, «
19756 \emph on
19757 Índice de algoritmos
19758 \emph default
19759 » en el idioma del documento.
19760 \end_layout
19761
19762 \begin_layout Standard
19763 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19764  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
19765 itmo».
19766  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19767  documento:
19768 \end_layout
19769
19770 \begin_layout Standard
19771
19772 \series bold
19773
19774 \backslash
19775 numberwithin{algorithm}{chapter}
19776 \end_layout
19777
19778 \begin_layout Standard
19779 Para poder usar el comando 
19780 \series bold
19781
19782 \backslash
19783 numberwithin
19784 \series default
19785 , marca la opción 
19786 \family sans
19787 Usar
19788 \begin_inset space ~
19789 \end_inset
19790
19791 el
19792 \begin_inset space ~
19793 \end_inset
19794
19795 paquete
19796 \begin_inset space ~
19797 \end_inset
19798
19799 AMS
19800 \family default
19801  en el menú 
19802 \family sans
19803 Documento\SpecialChar \menuseparator
19804 Configuración\SpecialChar \menuseparator
19805 Opciones para ecuaciones
19806 \family default
19807 .
19808 \end_layout
19809
19810 \begin_layout Section
19811 Numeración de flotantes
19812 \begin_inset Index idx
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816 Flotantes ! Numeración
19817 \end_layout
19818
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \begin_layout Standard
19825 En general, los flotantes se numeran independientemente de las secciones
19826  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19827  dependiendo de la clase de documento utilizada.
19828 \end_layout
19829
19830 \begin_layout Standard
19831 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19832  comando en el preámbulo del documento:
19833 \end_layout
19834
19835 \begin_layout Standard
19836
19837 \series bold
19838
19839 \backslash
19840 renewcommand{
19841 \backslash
19842 thetable}{
19843 \backslash
19844 roman{table}}
19845 \end_layout
19846
19847 \begin_layout Standard
19848
19849 \series bold
19850
19851 \backslash
19852 thetable 
19853 \series default
19854 es el comando que imprime el número del cuadro, para figuras flotantes el
19855  comando sería 
19856 \series bold
19857
19858 \backslash
19859 thefigure
19860 \series default
19861 .
19862  El comando 
19863 \series bold
19864
19865 \backslash
19866 roman
19867 \series default
19868  imprime el número de cuadro en números romanos en minúscula.
19869 \end_layout
19870
19871 \begin_layout Standard
19872 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19873  usa este comando en el preámbulo:
19874 \end_layout
19875
19876 \begin_layout Standard
19877
19878 \series bold
19879
19880 \backslash
19881 numberwithin{table}{subsection}
19882 \end_layout
19883
19884 \begin_layout Standard
19885 Para poder usar el comando 
19886 \series bold
19887
19888 \backslash
19889 numberwithin
19890 \series default
19891 , debes marcar la opción 
19892 \family sans
19893 Usar
19894 \begin_inset space ~
19895 \end_inset
19896
19897 el
19898 \begin_inset space ~
19899 \end_inset
19900
19901 paquete
19902 \begin_inset space ~
19903 \end_inset
19904
19905 AMS 
19906 \family default
19907 en el apartado 
19908 \family sans
19909 Opciones para ecuaciones 
19910 \family default
19911 de las preferencias del documento.
19912 \end_layout
19913
19914 \begin_layout Standard
19915 Puedes ver más detalles y notas importantes sobre comandos de numeración
19916  en la sección
19917 \begin_inset space ~
19918 \end_inset
19919
19920
19921 \begin_inset CommandInset ref
19922 LatexCommand ref
19923 reference "sub:Numeración-de-Notas-al-Pie"
19924
19925 \end_inset
19926
19927 .
19928 \end_layout
19929
19930 \begin_layout Section
19931 Referencias a flotantes
19932 \begin_inset CommandInset label
19933 LatexCommand label
19934 name "sec:Referencias-a-Flotantes"
19935
19936 \end_inset
19937
19938
19939 \begin_inset Index idx
19940 status collapsed
19941
19942 \begin_layout Plain Layout
19943 Flotantes ! Referencias
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \begin_inset Index idx
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953 Referencias
19954 \end_layout
19955
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \begin_layout Standard
19962 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19963  menú 
19964 \family sans
19965 Insertar\SpecialChar \menuseparator
19966 Etiqueta
19967 \family default
19968  o el botón 
19969 \begin_inset Graphics
19970         filename ../../images/label-insert.png
19971         scale 85
19972
19973 \end_inset
19974
19975 .
19976  Aparece una ventana esperando la introducción del texto de la etiqueta
19977  y se inserta un cuadro gris como este: 
19978 \begin_inset Graphics
19979         filename clipart/etiquetaQt4.png
19980         scale 85
19981
19982 \end_inset
19983
19984 .
19985  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19986  El prefijo depende del tipo de flotante, p.
19987 \begin_inset space \thinspace{}
19988 \end_inset
19989
19990 e.
19991 \begin_inset space ~
19992 \end_inset
19993
19994 para figuras el prefijo será «
19995 \family sans
19996 fig:
19997 \family default
19998 ».
19999 \end_layout
20000
20001 \begin_layout Standard
20002 La etiqueta se usa como ancla y el nombre para la referencia.
20003  Puedes referenciar la etiqueta usando el menú 
20004 \family sans
20005 Insertar\SpecialChar \menuseparator
20006 Referencia
20007 \family default
20008
20009 \begin_inset space ~
20010 \end_inset
20011
20012
20013 \family sans
20014 cruzada
20015 \family default
20016  o el botón 
20017 \begin_inset Graphics
20018         filename ../../images/dialog-show-new-inset_ref.png
20019         scale 85
20020
20021 \end_inset
20022
20023 .
20024  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20025  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
20026  trabajando de la lista desplegable de la parte superior del diálogo.
20027  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20028  Se inserta un cuadro gris como este: 
20029 \begin_inset Graphics
20030         filename clipart/referenciaQt4.png
20031         scale 85
20032
20033 \end_inset
20034
20035 .
20036  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20037 \end_layout
20038
20039 \begin_layout Standard
20040 Se recomienda poner un espacio protegido entre el nombre de la referencia
20041  cruzada y su número para evitar saltos de línea entre ellos.
20042  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20043  dos interrogaciones en la salida.
20044 \end_layout
20045
20046 \begin_layout Standard
20047 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20048  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20049  al texto de la etiqueta nueva, no te preocupes por eso.
20050 \end_layout
20051
20052 \begin_layout Standard
20053 El botón 
20054 \family sans
20055 Ir
20056 \begin_inset space ~
20057 \end_inset
20058
20059 a
20060 \begin_inset space ~
20061 \end_inset
20062
20063 la
20064 \begin_inset space ~
20065 \end_inset
20066
20067 etiqueta
20068 \family default
20069  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20070  y el texto del botón cambia a 
20071 \family sans
20072 Volver
20073 \family default
20074 , con el que se puede retornar a la referencia.
20075  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20076  hasta la etiqueta pero sin opción de volver.
20077 \end_layout
20078
20079 \begin_layout Subsection
20080 Formatos de referencia cruzada
20081 \begin_inset CommandInset label
20082 LatexCommand label
20083 name "sub:Formatos-referencia-cruzada"
20084
20085 \end_inset
20086
20087
20088 \begin_inset Index idx
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092 Referencias ! Formatos
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Hay seis variedades de referencias cruzadas:
20102 \end_layout
20103
20104 \begin_layout Description
20105 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20106  
20107 \begin_inset CommandInset ref
20108 LatexCommand ref
20109 reference "fig:Dos-imágenes-distorsionadas"
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \begin_layout Description
20117 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20118  habitual para referirse a fórmulas, especialmente si se omite el nombre
20119  «Ecuación»: 
20120 \begin_inset CommandInset ref
20121 LatexCommand eqref
20122 reference "eq:Wgn"
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout Description
20130 <página>: imprime el número de página: Página
20131 \begin_inset space ~
20132 \end_inset
20133
20134
20135 \begin_inset CommandInset ref
20136 LatexCommand pageref
20137 reference "fig:Dos-imágenes-distorsionadas"
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Description
20145 en
20146 \begin_inset space ~
20147 \end_inset
20148
20149 página
20150 \begin_inset space ~
20151 \end_inset
20152
20153 <página>: imprime el texto «en la página» y el número de página: 
20154 \begin_inset CommandInset ref
20155 LatexCommand vpageref
20156 reference "fig:Dos-imágenes-distorsionadas"
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Description
20164 <referencia>
20165 \begin_inset space ~
20166 \end_inset
20167
20168 en
20169 \begin_inset space ~
20170 \end_inset
20171
20172 página
20173 \begin_inset space ~
20174 \end_inset
20175
20176 <página>: imprime el número flotante, el texto «en la página» y el número
20177  de página: 
20178 \begin_inset CommandInset ref
20179 LatexCommand vref
20180 reference "fig:Dos-imágenes-distorsionadas"
20181
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \begin_layout Description
20188 Referencia
20189 \begin_inset space ~
20190 \end_inset
20191
20192 con
20193 \begin_inset space ~
20194 \end_inset
20195
20196 formato: imprime un formato personalizado.
20197 \begin_inset Newline newline
20198 \end_inset
20199
20200
20201 \begin_inset Note Greyedout
20202 status open
20203
20204 \begin_layout Plain Layout
20205
20206 \series bold
20207 Nota:
20208 \series default
20209  Esta característica sólo está disponible si está instalado el paquete LaTeX
20210  
20211 \series bold
20212 prettyref
20213 \series default
20214  o 
20215 \series bold
20216 refstyle
20217 \series default
20218 .
20219 \begin_inset Index idx
20220 status collapsed
20221
20222 \begin_layout Plain Layout
20223 LaTeX-paquetes ! prettyref
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \begin_inset Index idx
20230 status collapsed
20231
20232 \begin_layout Plain Layout
20233 LaTeX-paquetes ! refstyle
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \begin_inset Newline newline
20245 \end_inset
20246
20247 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20248  la opción 
20249 \family sans
20250 Usar refstyle (no prettyref) para las referencias cruzadas
20251 \family default
20252  en el menú 
20253 \family sans
20254 Documento\SpecialChar \menuseparator
20255 Configuración\SpecialChar \menuseparator
20256 Clase de documento
20257 \family default
20258 .
20259  El formato se especifica añadiendo el comando 
20260 \series bold
20261
20262 \backslash
20263 newrefformat
20264 \series default
20265  (prettyref) o 
20266 \series bold
20267
20268 \backslash
20269 newref
20270 \series default
20271  (refstyle) en el preámbulo del documento.
20272  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20273  la etiqueta 
20274 \begin_inset Quotes fld
20275 \end_inset
20276
20277
20278 \family sans
20279 fig
20280 \family default
20281
20282 \begin_inset Quotes frd
20283 \end_inset
20284
20285 ) se usa el comando
20286 \begin_inset Newline newline
20287 \end_inset
20288
20289
20290 \series bold
20291
20292 \backslash
20293 newref{fig}{refcmd={Imagen en la página 
20294 \backslash
20295 pageref{#1}}}
20296 \series default
20297
20298 \begin_inset Newline newline
20299 \end_inset
20300
20301 Para más información sobre este formato echa un vistazo a la documentación
20302  de
20303 \begin_inset space ~
20304 \end_inset
20305
20306
20307 \begin_inset CommandInset citation
20308 LatexCommand cite
20309 key "prettyref,refstyle"
20310
20311 \end_inset
20312
20313 .
20314 \end_layout
20315
20316 \begin_layout Description
20317 Referencia
20318 \begin_inset space ~
20319 \end_inset
20320
20321 textual: imprime la leyenda de la referencia: 
20322 \begin_inset CommandInset ref
20323 LatexCommand nameref
20324 reference "fig:Dos-imágenes-distorsionadas"
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Standard
20332
20333 \family sans
20334 <página>
20335 \family default
20336
20337 \begin_inset space \thinspace{}
20338 \end_inset
20339
20340  no imprime el número si la etiqueta está en la misma página, en la anterior
20341  o en la siguiente.
20342  En su lugar verás p.
20343 \begin_inset space \thinspace{}
20344 \end_inset
20345
20346 e.
20347 \begin_inset space ~
20348 \end_inset
20349
20350 el texto «
20351 \family sans
20352 en esta página
20353 \family default
20354 ».
20355  El estilo 
20356 \family sans
20357 <referencia>
20358 \begin_inset space ~
20359 \end_inset
20360
20361 en
20362 \begin_inset space ~
20363 \end_inset
20364
20365 página
20366 \begin_inset space ~
20367 \end_inset
20368
20369 <página> 
20370 \family default
20371 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20372 \end_layout
20373
20374 \begin_layout Standard
20375 El número y página actual de la parte del documento referida es automáticamente
20376  calculado por LaTeX en la salida.
20377  Las variedades se ajustan en el campo 
20378 \family sans
20379 Formato
20380 \family default
20381  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20382 \end_layout
20383
20384 \begin_layout Standard
20385 \begin_inset Note Greyedout
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389
20390 \series bold
20391 Nota: 
20392 \series default
20393 Se recomienda usar el paquete LaTeX 
20394 \series bold
20395 refstyle
20396 \series default
20397
20398 \begin_inset Index idx
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 LaTeX-paquetes ! refstyle
20403 \end_layout
20404
20405 \end_inset
20406
20407  porque 
20408 \series bold
20409 prettyref
20410 \series default
20411
20412 \begin_inset Index idx
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416 LaTeX-paquetes ! prettyref
20417 \end_layout
20418
20419 \end_inset
20420
20421  no reconoce todas las abreviaturas de etiquetas
20422 \begin_inset Foot
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 \begin_inset Quotes fld
20427 \end_inset
20428
20429 fig:
20430 \begin_inset Quotes frd
20431 \end_inset
20432
20433 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20434  figuras.
20435 \end_layout
20436
20437 \end_inset
20438
20439  posibles en LyX y no está internacionalizado.
20440 \end_layout
20441
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \begin_layout Standard
20448 \begin_inset Note Greyedout
20449 status open
20450
20451 \begin_layout Plain Layout
20452
20453 \series bold
20454 Nota:
20455 \series default
20456  Debido a un fallo en el paquete LaTeX 
20457 \series bold
20458 varioref
20459 \series default
20460  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20461  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20462  el francés).
20463  Para una solución provisional, véase 
20464 \begin_inset Newline newline
20465 \end_inset
20466
20467
20468 \begin_inset CommandInset href
20469 LatexCommand href
20470 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20471
20472 \end_inset
20473
20474 .
20475 \end_layout
20476
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \begin_layout Subsection
20483 Designación automática de referencias
20484 \begin_inset Index idx
20485 status collapsed
20486
20487 \begin_layout Plain Layout
20488 Referencias ! Designación automática
20489 \end_layout
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Standard
20497 El paquete LaTeX 
20498 \series bold
20499 hyperref
20500 \series default
20501
20502 \begin_inset Index idx
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506 LaTeX-paquetes ! hyperref
20507 \end_layout
20508
20509 \end_inset
20510
20511 , que se habilita en 
20512 \family sans
20513 Propiedades PDF
20514 \family default
20515  del diálogo 
20516 \family sans
20517 Documento\SpecialChar \menuseparator
20518 Configuración
20519 \family default
20520 , dispone de una característica muy útil que permite incluir automáticamente
20521  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20522  de texto como 
20523 \emph on
20524 sección
20525 \emph default
20526 ).
20527  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
20528  cada referencia a una figura.
20529  Para usar esta característica habilita el soporte para 
20530 \series bold
20531 hyperref
20532 \series default
20533  e inserta la siguiente línea en el preámbulo LaTeX:
20534 \end_layout
20535
20536 \begin_layout Standard
20537
20538 \series bold
20539
20540 \backslash
20541 AtBeginDocument{
20542 \backslash
20543 renewcommand{
20544 \backslash
20545 ref}[1]{
20546 \backslash
20547 mbox{
20548 \backslash
20549 autoref{#1}}}}
20550 \end_layout
20551
20552 \begin_layout Standard
20553 Si prefieres otros nombres para las referencias distintos de los predeterminados
20554 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20555  lo siguiente en el preámbulo:
20556 \end_layout
20557
20558 \begin_layout Standard
20559
20560 \series bold
20561
20562 \backslash
20563 addto
20564 \backslash
20565 extrasenglish{
20566 \backslash
20567 renewcommand{
20568 \backslash
20569 sectionautorefname}
20570 \begin_inset Newline newline
20571 \end_inset
20572
20573
20574 \begin_inset Phantom HPhantom
20575 status open
20576
20577 \begin_layout Plain Layout
20578
20579 \series bold
20580 \begin_inset space ~
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \end_inset
20587
20588 {sec.
20589 \backslash
20590 negthinspace}}
20591 \end_layout
20592
20593 \begin_layout Standard
20594 Si estás usando un idioma de documento distinto del inglés, reemplaza
20595 \begin_inset Newline newline
20596 \end_inset
20597
20598  
20599 \series bold
20600
20601 \backslash
20602 extrasenglish
20603 \series default
20604  por
20605 \series bold
20606  
20607 \backslash
20608 extras***
20609 \series default
20610 , donde *** es el nombre del idioma utilizado.
20611 \end_layout
20612
20613 \begin_layout Standard
20614 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20615  por ejemplo no para ecuaciones, usa este código de preámbulo:
20616 \end_layout
20617
20618 \begin_layout Standard
20619
20620 \series bold
20621
20622 \backslash
20623 newlength{
20624 \backslash
20625 abc}
20626 \begin_inset Newline newline
20627 \end_inset
20628
20629
20630 \backslash
20631 settowidth{
20632 \backslash
20633 abc}{
20634 \backslash
20635 space}
20636 \begin_inset Newline newline
20637 \end_inset
20638
20639
20640 \backslash
20641 addto
20642 \backslash
20643 extrasenglish{
20644 \backslash
20645 renewcommand{
20646 \backslash
20647 equationautorefname}
20648 \begin_inset Newline newline
20649 \end_inset
20650
20651
20652 \begin_inset Phantom HPhantom
20653 status open
20654
20655 \begin_layout Plain Layout
20656
20657 \series bold
20658 \begin_inset space ~
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665
20666 {
20667 \backslash
20668 hspace{-
20669 \backslash
20670 abc}}
20671 \end_layout
20672
20673 \begin_layout Standard
20674 En la documentación de 
20675 \series bold
20676 hyperref
20677 \series default
20678  
20679 \begin_inset CommandInset citation
20680 LatexCommand cite
20681 key "hyperref"
20682
20683 \end_inset
20684
20685  puedes encontrar más información.
20686
20687 \series bold
20688  
20689 \end_layout
20690
20691 \begin_layout Standard
20692 \begin_inset Note Greyedout
20693 status open
20694
20695 \begin_layout Plain Layout
20696
20697 \series bold
20698 Nota:
20699 \series default
20700  La designación automática de referencias no puede usarse en el estilo 
20701 \family sans
20702 Referencia
20703 \begin_inset space ~
20704 \end_inset
20705
20706 con
20707 \begin_inset space ~
20708 \end_inset
20709
20710 formato
20711 \family default
20712 , descrita en la sección
20713 \begin_inset space ~
20714 \end_inset
20715
20716
20717 \begin_inset CommandInset ref
20718 LatexCommand ref
20719 reference "sub:Formatos-referencia-cruzada"
20720
20721 \end_inset
20722
20723 .
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Standard
20732 El manual 
20733 \emph on
20734 Ecuaciones
20735 \emph default
20736  es un ejemplo de documento en el que se ha utilizado designación automática
20737  de referencias.
20738 \end_layout
20739
20740 \begin_layout Subsection
20741 Colocación de referencias
20742 \begin_inset CommandInset label
20743 LatexCommand label
20744 name "sub:Colocación-de-Referencias"
20745
20746 \end_inset
20747
20748
20749 \begin_inset Index idx
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753 Referencias ! Colocación
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Si usas 
20763 \series bold
20764 hyperref
20765 \series default
20766
20767 \begin_inset Index idx
20768 status collapsed
20769
20770 \begin_layout Plain Layout
20771 LaTeX-paquetes ! hyperref
20772 \end_layout
20773
20774 \end_inset
20775
20776 , en las 
20777 \family sans
20778 Preferencias PDF 
20779 \family default
20780 del diálogo 
20781 \family sans
20782 Documento\SpecialChar \menuseparator
20783 Configuración
20784 \family default
20785 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20786  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20787  La leyenda será la primera parte del texto en pantalla, de forma que para
20788  ver la imagen debes deslizar.
20789  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20790  Usando el paquete 
20791 \series bold
20792 hypcap
20793 \series default
20794
20795 \begin_inset Index idx
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799 LaTeX-paquetes ! hypcap
20800 \end_layout
20801
20802 \end_inset
20803
20804 , que forma parte del paquete LaTeX 
20805 \series bold
20806 oberdiek
20807 \series default
20808
20809 \begin_inset Index idx
20810 status collapsed
20811
20812 \begin_layout Plain Layout
20813 LaTeX-paquetes ! oberdiek
20814 \end_layout
20815
20816 \end_inset
20817
20818 , el ancla de enlace se sitúa al comienzo de un flotante.
20819  Para usar esta característica para figuras flotantes carga 
20820 \series bold
20821 hypcap
20822 \series default
20823  en el preámbulo con
20824 \end_layout
20825
20826 \begin_layout Standard
20827
20828 \series bold
20829
20830 \backslash
20831 usepackage[figure]{hypcap}
20832 \end_layout
20833
20834 \begin_layout Standard
20835 Puedes usar 
20836 \series bold
20837 hypcap
20838 \series default
20839  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20840  Más información en el manual de 
20841 \series bold
20842 hypcap
20843 \series default
20844  
20845 \begin_inset CommandInset citation
20846 LatexCommand cite
20847 key "hypcap"
20848
20849 \end_inset
20850
20851 .
20852 \end_layout
20853
20854 \begin_layout Standard
20855 \begin_inset Note Greyedout
20856 status open
20857
20858 \begin_layout Plain Layout
20859
20860 \series bold
20861 Nota:
20862 \series default
20863  
20864 \series bold
20865 hypcap
20866 \series default
20867  no funciona para las referencias a subfiguras.
20868 \end_layout
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Section
20876 Colocación de flotantes
20877 \begin_inset CommandInset label
20878 LatexCommand label
20879 name "sec:Colocación-de-Flotantes"
20880
20881 \end_inset
20882
20883
20884 \begin_inset Index idx
20885 status collapsed
20886
20887 \begin_layout Plain Layout
20888 Flotantes ! Colocación
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \begin_layout Standard
20897 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20898  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20899  los flotantes.
20900 \begin_inset Newline newline
20901 \end_inset
20902
20903 La opción 
20904 \family sans
20905 Extender
20906 \begin_inset space ~
20907 \end_inset
20908
20909 columnas
20910 \family default
20911  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20912  abarcará ambas columnas en lugar de una sola.
20913 \begin_inset Newline newline
20914 \end_inset
20915
20916 La opción 
20917 \family sans
20918 Girar
20919 \begin_inset space ~
20920 \end_inset
20921
20922 a
20923 \begin_inset space ~
20924 \end_inset
20925
20926 un
20927 \begin_inset space ~
20928 \end_inset
20929
20930 lado
20931 \family default
20932  sirve para girar flotantes, véase sección
20933 \begin_inset space ~
20934 \end_inset
20935
20936
20937 \begin_inset CommandInset ref
20938 LatexCommand ref
20939 reference "sec:Rotación-de-Flotantes"
20940
20941 \end_inset
20942
20943 .
20944  
20945 \end_layout
20946
20947 \begin_layout Standard
20948 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20949  la posición de un flotante si desmarcas la opción 
20950 \family sans
20951 Usar
20952 \begin_inset space ~
20953 \end_inset
20954
20955 ubicación
20956 \begin_inset space ~
20957 \end_inset
20958
20959 predeterminada
20960 \family default
20961 :
20962 \end_layout
20963
20964 \begin_layout Description
20965
20966 \family sans
20967 \series bold
20968 Aquí
20969 \begin_inset space ~
20970 \end_inset
20971
20972 si
20973 \begin_inset space ~
20974 \end_inset
20975
20976 es
20977 \begin_inset space ~
20978 \end_inset
20979
20980 posible
20981 \family default
20982 \series default
20983  intenta situar el flotante en la posición en la que se inserta
20984 \end_layout
20985
20986 \begin_layout Description
20987
20988 \family sans
20989 \series bold
20990 Principio
20991 \begin_inset space ~
20992 \end_inset
20993
20994 de
20995 \begin_inset space ~
20996 \end_inset
20997
20998 página
20999 \family default
21000 \series default
21001  intenta situar el flotante al principio de la página actual
21002 \end_layout
21003
21004 \begin_layout Description
21005
21006 \family sans
21007 \series bold
21008 Fin
21009 \begin_inset space ~
21010 \end_inset
21011
21012 de
21013 \begin_inset space ~
21014 \end_inset
21015
21016 página
21017 \family default
21018 \series default
21019  intenta situar el flotante al final de la página actual
21020 \end_layout
21021
21022 \begin_layout Description
21023
21024 \family sans
21025 \series bold
21026 Página
21027 \begin_inset space ~
21028 \end_inset
21029
21030 de
21031 \begin_inset space ~
21032 \end_inset
21033
21034 flotantes
21035 \family default
21036 \series default
21037  intenta situar el flotante en una página propia 
21038 \end_layout
21039
21040 \begin_layout Standard
21041 LaTeX usa 
21042 \emph on
21043 siempre
21044 \emph default
21045  ese orden de opciones.
21046  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21047  lugar 
21048 \family sans
21049 Aquí
21050 \begin_inset space ~
21051 \end_inset
21052
21053 si
21054 \begin_inset space ~
21055 \end_inset
21056
21057 es
21058 \begin_inset space ~
21059 \end_inset
21060
21061 posible
21062 \family default
21063 , luego 
21064 \family sans
21065 Principio
21066 \begin_inset space ~
21067 \end_inset
21068
21069 de
21070 \begin_inset space ~
21071 \end_inset
21072
21073 página
21074 \family default
21075 , y después las otras.
21076  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21077  pero en dicho orden.
21078  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21079  pero intenta poner el flotante en la página siguiente.
21080 \end_layout
21081
21082 \begin_layout Standard
21083 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21084 \end_layout
21085
21086 \begin_layout Labeling
21087 \labelwidthstring 00.00.0000
21088
21089 \family sans
21090 Principio
21091 \begin_inset space ~
21092 \end_inset
21093
21094 de
21095 \begin_inset space ~
21096 \end_inset
21097
21098 página:
21099 \family default
21100  sólo si el flotante ocupa menos del 70
21101 \begin_inset space \thinspace{}
21102 \end_inset
21103
21104 % de la página puede ubicarse al principio de página (
21105 \series bold
21106
21107 \backslash
21108 topfraction
21109 \series default
21110 )
21111 \end_layout
21112
21113 \begin_layout Labeling
21114 \labelwidthstring 00.00.0000
21115
21116 \family sans
21117 Fin
21118 \begin_inset space ~
21119 \end_inset
21120
21121 de
21122 \begin_inset space ~
21123 \end_inset
21124
21125 página:
21126 \family default
21127  sólo si el flotante ocupa menos del 30
21128 \begin_inset space \thinspace{}
21129 \end_inset
21130
21131 % de la página puede ubicarse al fin de página.
21132  (
21133 \series bold
21134
21135 \backslash
21136 bottomfraction
21137 \series default
21138 )
21139 \end_layout
21140
21141 \begin_layout Labeling
21142 \labelwidthstring 00.00.0000
21143
21144 \family sans
21145 Página
21146 \begin_inset space ~
21147 \end_inset
21148
21149 de
21150 \begin_inset space ~
21151 \end_inset
21152
21153 flotantes:
21154 \family default
21155  sólo si más del 50
21156 \begin_inset space \thinspace{}
21157 \end_inset
21158
21159 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21160  página.
21161  (
21162 \series bold
21163
21164 \backslash
21165 floatpagefraction
21166 \series default
21167 )
21168 \end_layout
21169
21170 \begin_layout Standard
21171 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21172  
21173 \family sans
21174 Ignorar
21175 \begin_inset space ~
21176 \end_inset
21177
21178 reglas
21179 \begin_inset space ~
21180 \end_inset
21181
21182 de
21183 \begin_inset space ~
21184 \end_inset
21185
21186 LaTeX
21187 \family default
21188 .
21189 \begin_inset Newline newline
21190 \end_inset
21191
21192 También puedes redefinir las reglas con los comandos LaTeX que van entre
21193  paréntesis tras la descripción de las reglas anteriores.
21194  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21195  la regla 
21196 \family sans
21197 Fin
21198 \family default
21199
21200 \begin_inset space ~
21201 \end_inset
21202
21203
21204 \family sans
21205 de
21206 \family default
21207
21208 \begin_inset space ~
21209 \end_inset
21210
21211
21212 \family sans
21213 página
21214 \family default
21215  al 50
21216 \begin_inset space \thinspace{}
21217 \end_inset
21218
21219 %, añade esta línea en el preámbulo:
21220 \end_layout
21221
21222 \begin_layout Standard
21223
21224 \series bold
21225
21226 \backslash
21227 renewcommand{
21228 \backslash
21229 bottomfraction}{0.5}
21230 \end_layout
21231
21232 \begin_layout Standard
21233 En determinados casos podrías necesitar ubicar un flotante exactamente en
21234  la posición en la que se inserta.
21235  Para esto puedes usar la opción 
21236 \family sans
21237 Aquí
21238 \begin_inset space ~
21239 \end_inset
21240
21241 definitivamente
21242 \family default
21243 .
21244  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21245  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21246  se podría estropear el diseño de la página.
21247 \end_layout
21248
21249 \begin_layout Standard
21250 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21251  rodeados por texto de un párrafo determinado.
21252 \begin_inset VSpace bigskip
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Standard
21259 A veces surge el problema de que un flotante se sitúa al principio de la
21260  página mientras que su sección correspondiente empieza en mitad de la página,
21261  así que el lector podría creer que el flotante forma parte de la sección
21262  anterior.
21263  Para evitarlo puede emplearse el comando LaTeX 
21264 \series bold
21265
21266 \backslash
21267 suppressfloats
21268 \series default
21269 , que suprime la ubicación de un flotante dado en la página donde se inserta
21270  y además puede servir para evitar que el flotante se coloque antes del
21271  inicio de sección.
21272  Para ello, añade estos comandos al preámbulo:
21273 \end_layout
21274
21275 \begin_layout Standard
21276
21277 \series bold
21278
21279 \backslash
21280 let
21281 \backslash
21282 mySection
21283 \backslash
21284 section
21285 \begin_inset Newline newline
21286 \end_inset
21287
21288
21289 \backslash
21290 renewcommand{
21291 \backslash
21292 section}{
21293 \backslash
21294 suppressfloats[t]
21295 \backslash
21296 mySection}
21297 \end_layout
21298
21299 \begin_layout Standard
21300 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21301  subsecciones.
21302  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21303  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21304 \end_layout
21305
21306 \begin_layout Standard
21307 \begin_inset VSpace bigskip
21308 \end_inset
21309
21310 En ciertos casos se quieren tener todas las figuras/cuadros al final del
21311  documento.
21312  Para estos casos está el paquete LaTeX 
21313 \series bold
21314 endfloat
21315 \series default
21316
21317 \begin_inset Index idx
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321 LaTeX-paquetes ! endfloat
21322 \end_layout
21323
21324 \end_inset
21325
21326 .
21327  Pone todas las figuras y cuadros flotantes al final del documento en secciones
21328  propias.
21329  En la posición original del flotante se inserta una indicación como «
21330 \family sans
21331 [Figure
21332 \begin_inset space ~
21333 \end_inset
21334
21335 3.2 about here.]
21336 \family default
21337 ».
21338  El paquete 
21339 \series bold
21340 endfloat
21341 \series default
21342  se carga en el preámbulo con la línea
21343 \end_layout
21344
21345 \begin_layout Standard
21346
21347 \series bold
21348
21349 \backslash
21350 usepackage[options]{endfloat}
21351 \end_layout
21352
21353 \begin_layout Standard
21354 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
21355  Para más información véase la documentación 
21356 \begin_inset CommandInset citation
21357 LatexCommand cite
21358 key "endfloat"
21359
21360 \end_inset
21361
21362 .
21363 \begin_inset Newline newline
21364 \end_inset
21365
21366
21367 \begin_inset Note Greyedout
21368 status open
21369
21370 \begin_layout Plain Layout
21371
21372 \series bold
21373 Nota: endfloat
21374 \series default
21375  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21376  véase sección
21377 \begin_inset space ~
21378 \end_inset
21379
21380 4 en 
21381 \begin_inset CommandInset citation
21382 LatexCommand cite
21383 key "endfloat"
21384
21385 \end_inset
21386
21387 .
21388 \end_layout
21389
21390 \end_inset
21391
21392
21393 \begin_inset Newline newline
21394 \end_inset
21395
21396
21397 \begin_inset Note Greyedout
21398 status open
21399
21400 \begin_layout Plain Layout
21401
21402 \series bold
21403 Nota:
21404 \series default
21405  Actualmente hay un error en 
21406 \series bold
21407 endfloat
21408 \series default
21409  cuando la leyenda contiene el carácter alemán «ß».
21410  Usa en ese caso el comando «
21411 \series bold
21412
21413 \backslash
21414 ss
21415 \series default
21416 » en código TeX en vez de «ß».
21417 \end_layout
21418
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \begin_layout Standard
21425 \begin_inset VSpace bigskip
21426 \end_inset
21427
21428 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21429 \begin_inset CommandInset citation
21430 LatexCommand cite
21431 key "latexcompanion,latexguide,latexbook"
21432
21433 \end_inset
21434
21435 .
21436 \end_layout
21437
21438 \begin_layout Section
21439 Rotación de flotantes
21440 \begin_inset CommandInset label
21441 LatexCommand label
21442 name "sec:Rotación-de-Flotantes"
21443
21444 \end_inset
21445
21446
21447 \begin_inset Index idx
21448 status collapsed
21449
21450 \begin_layout Plain Layout
21451 Flotantes ! Rotación
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Standard
21460 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
21461  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21462  la opción 
21463 \family sans
21464 Girar
21465 \begin_inset space ~
21466 \end_inset
21467
21468 a
21469 \begin_inset space ~
21470 \end_inset
21471
21472 un
21473 \begin_inset space ~
21474 \end_inset
21475
21476 lado
21477 \family default
21478 .
21479 \end_layout
21480
21481 \begin_layout Standard
21482 Los flotantes girados son puestos siempre en su propia página (o columna
21483  si el documento es de dos columnas).
21484  Se les puede permitir abarcar varias columnas con la opción de configuración
21485  
21486 \family sans
21487 Extender
21488 \begin_inset space ~
21489 \end_inset
21490
21491 columnas
21492 \family default
21493 .
21494  Se rotan de forma que puedes leerlos desde el margen externo.
21495  Para forzar determinada dirección de rotación para todas las páginas, puedes
21496  añadir una de las opciones 
21497 \series bold
21498 figuresleft
21499 \series default
21500  o 
21501 \series bold
21502 figuresright
21503 \series default
21504  a las opciones de clase del documento.
21505 \end_layout
21506
21507 \begin_layout Standard
21508 Los flotantes girados se refieren igual que los normales, y el formato de
21509  la leyenda también es el mismo: un ejemplo es el cuadro
21510 \begin_inset space ~
21511 \end_inset
21512
21513
21514 \begin_inset CommandInset ref
21515 LatexCommand ref
21516 reference "tab:Cuadro-girado"
21517
21518 \end_inset
21519
21520 .
21521 \end_layout
21522
21523 \begin_layout Standard
21524 \begin_inset Note Greyedout
21525 status open
21526
21527 \begin_layout Plain Layout
21528
21529 \series bold
21530 Nota:
21531 \series default
21532  No todos los visores DVI pueden mostrar cuadros girados.
21533 \end_layout
21534
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \begin_layout Standard
21541 \begin_inset Float table
21542 wide false
21543 sideways true
21544 status open
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Caption
21548
21549 \begin_layout Plain Layout
21550 \begin_inset CommandInset label
21551 LatexCommand label
21552 name "tab:Cuadro-girado"
21553
21554 \end_inset
21555
21556 Cuadro girado
21557 \end_layout
21558
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \begin_layout Plain Layout
21565 \align center
21566 \begin_inset Tabular
21567 <lyxtabular version="3" rows="1" columns="5">
21568 <features tabularvalignment="middle">
21569 <column alignment="center" valignment="top" width="0">
21570 <column alignment="center" valignment="top" width="0">
21571 <column alignment="center" valignment="top" width="0">
21572 <column alignment="center" valignment="top" width="0">
21573 <column alignment="center" valignment="top" width="0">
21574 <row>
21575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 test
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 b
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 c
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 d
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 e
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 </lyxtabular>
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Section
21634 Subflotantes
21635 \begin_inset Index idx
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639 Flotantes ! Subflotantes
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21649  imágenes.
21650  Se crean insertando un flotante dentro de otro.
21651  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21652  como se muestra en los cuadros
21653 \begin_inset space ~
21654 \end_inset
21655
21656
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:Dos-subcuadros-adosados"
21660
21661 \end_inset
21662
21663  y
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "tab:Dos-subcuadros-uno-sobre"
21671
21672 \end_inset
21673
21674 .
21675 \end_layout
21676
21677 \begin_layout Standard
21678 Las referencias a subflotantes funcionan como en los flotantes normales:
21679  el cuadro
21680 \begin_inset space ~
21681 \end_inset
21682
21683
21684 \begin_inset CommandInset ref
21685 LatexCommand ref
21686 reference "tab:Este-es-el-subcuadro-a"
21687
21688 \end_inset
21689
21690  y el cuadro
21691 \begin_inset space ~
21692 \end_inset
21693
21694
21695 \begin_inset CommandInset ref
21696 LatexCommand ref
21697 reference "tab:Este-es-el-subcuadro-b"
21698
21699 \end_inset
21700
21701  son subcuadros del cuadro
21702 \begin_inset space ~
21703 \end_inset
21704
21705
21706 \begin_inset CommandInset ref
21707 LatexCommand ref
21708 reference "tab:Dos-subcuadros-adosados"
21709
21710 \end_inset
21711
21712 .
21713 \end_layout
21714
21715 \begin_layout Standard
21716 \begin_inset Float table
21717 wide false
21718 sideways false
21719 status open
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Caption
21723
21724 \begin_layout Plain Layout
21725 \begin_inset CommandInset label
21726 LatexCommand label
21727 name "tab:Dos-subcuadros-adosados"
21728
21729 \end_inset
21730
21731 Dos subcuadros adosados
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Plain Layout
21740 \begin_inset space \hfill{}
21741 \end_inset
21742
21743
21744 \begin_inset Float table
21745 wide false
21746 sideways false
21747 status open
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Caption
21751
21752 \begin_layout Plain Layout
21753 \begin_inset CommandInset label
21754 LatexCommand label
21755 name "tab:Este-es-el-subcuadro-a"
21756
21757 \end_inset
21758
21759 Este es el subcuadro a
21760 \end_layout
21761
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \begin_layout Plain Layout
21768 \align center
21769 \begin_inset Tabular
21770 <lyxtabular version="3" rows="1" columns="5">
21771 <features tabularvalignment="middle">
21772 <column alignment="center" valignment="top" width="0">
21773 <column alignment="center" valignment="top" width="0">
21774 <column alignment="center" valignment="top" width="0">
21775 <column alignment="center" valignment="top" width="0">
21776 <column alignment="center" valignment="top" width="0">
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782 test 
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 b
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 c
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 d
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 e
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 </lyxtabular>
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \begin_inset space \hfill{}
21835 \end_inset
21836
21837
21838 \begin_inset Float table
21839 wide false
21840 sideways false
21841 status open
21842
21843 \begin_layout Plain Layout
21844 \begin_inset Caption
21845
21846 \begin_layout Plain Layout
21847 \begin_inset CommandInset label
21848 LatexCommand label
21849 name "tab:Este-es-el-subcuadro-b"
21850
21851 \end_inset
21852
21853 Esta es la subtabla b
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \begin_layout Plain Layout
21862 \align center
21863 \begin_inset Tabular
21864 <lyxtabular version="3" rows="1" columns="5">
21865 <features tabularvalignment="middle">
21866 <column alignment="center" valignment="top" width="0">
21867 <column alignment="center" valignment="top" width="0">
21868 <column alignment="center" valignment="top" width="0">
21869 <column alignment="center" valignment="top" width="0">
21870 <column alignment="center" valignment="top" width="0">
21871 <row>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 e
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 d
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 c
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903 b
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 test
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 </row>
21918 </lyxtabular>
21919
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \begin_inset space \hfill{}
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \begin_layout Standard
21940 \begin_inset Float table
21941 wide false
21942 sideways false
21943 status open
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Caption
21947
21948 \begin_layout Plain Layout
21949 \begin_inset CommandInset label
21950 LatexCommand label
21951 name "tab:Dos-subcuadros-uno-sobre"
21952
21953 \end_inset
21954
21955 Dos subcuadros colocados una sobre otra.
21956  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Plain Layout
21965 \noindent
21966 \align center
21967 \begin_inset Float table
21968 wide false
21969 sideways false
21970 status open
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Caption
21974
21975 \begin_layout Plain Layout
21976
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Plain Layout
21985 \align center
21986 \begin_inset Tabular
21987 <lyxtabular version="3" rows="1" columns="4">
21988 <features tabularvalignment="middle">
21989 <column alignment="center" valignment="top" width="0">
21990 <column alignment="center" valignment="top" width="0">
21991 <column alignment="center" valignment="top" width="0">
21992 <column alignment="center" valignment="top" width="0">
21993 <row>
21994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 test
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 test
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016 test
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 test
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 </lyxtabular>
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Plain Layout
22044 \align center
22045 \begin_inset Float table
22046 wide false
22047 sideways false
22048 status open
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Caption
22052
22053 \begin_layout Plain Layout
22054
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \align center
22064 \begin_inset Tabular
22065 <lyxtabular version="3" rows="1" columns="5">
22066 <features tabularvalignment="middle">
22067 <column alignment="center" valignment="top" width="0">
22068 <column alignment="center" valignment="top" width="0">
22069 <column alignment="center" valignment="top" width="0">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 a
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 b
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 c
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 d
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 e
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 </lyxtabular>
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Section
22137 Flotantes adosados
22138 \begin_inset Index idx
22139 status collapsed
22140
22141 \begin_layout Plain Layout
22142 Flotantes ! Adosados
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Standard
22151 Para colocar flotantes unos junto a otros, como en la figura
22152 \begin_inset space ~
22153 \end_inset
22154
22155
22156 \begin_inset CommandInset ref
22157 LatexCommand ref
22158 reference "fig:Flotante-izquierda"
22159
22160 \end_inset
22161
22162  y 
22163 \begin_inset CommandInset ref
22164 LatexCommand ref
22165 reference "fig:Flotante-derecha"
22166
22167 \end_inset
22168
22169 , se pone 
22170 \emph on
22171 un
22172 \emph default
22173  solo flotante.
22174  En él se insertan dos cuadros tipo minipágina.
22175 \begin_inset Foot
22176 status collapsed
22177
22178 \begin_layout Plain Layout
22179 Las minipáginas se explican en la sección
22180 \begin_inset space ~
22181 \end_inset
22182
22183
22184 \begin_inset CommandInset ref
22185 LatexCommand ref
22186 reference "sec:Minipáginas"
22187
22188 \end_inset
22189
22190 .
22191 \end_layout
22192
22193 \end_inset
22194
22195  La anchura de la columna se establece en 45-50
22196 \begin_inset space \thinspace{}
22197 \end_inset
22198
22199 % y la alineación en 
22200 \family sans
22201 Inferior
22202 \family default
22203  para cada minipágina.
22204  Las minipáginas contienen la imagen y su título, de igual forma que en
22205  los flotantes.
22206  La única diferencia es que el 
22207 \family sans
22208 Ancho
22209 \begin_inset space ~
22210 \end_inset
22211
22212 de
22213 \begin_inset space ~
22214 \end_inset
22215
22216 columna
22217 \begin_inset space ~
22218 \end_inset
22219
22220 %
22221 \family default
22222  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22223 \end_layout
22224
22225 \begin_layout Standard
22226 \begin_inset Float figure
22227 placement h
22228 wide false
22229 sideways false
22230 status open
22231
22232 \begin_layout Plain Layout
22233 \begin_inset Box Frameless
22234 position "b"
22235 hor_pos "c"
22236 has_inner_box 1
22237 inner_pos "t"
22238 use_parbox 0
22239 use_makebox 0
22240 width "45col%"
22241 special "none"
22242 height "1in"
22243 height_special "totalheight"
22244 status open
22245
22246 \begin_layout Plain Layout
22247 \align center
22248 \begin_inset Graphics
22249         filename ../clipart/mobius.eps
22250         lyxscale 50
22251         width 100col%
22252         scaleBeforeRotation
22253
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Caption
22261
22262 \begin_layout Plain Layout
22263 \begin_inset CommandInset label
22264 LatexCommand label
22265 name "fig:Flotante-izquierda"
22266
22267 \end_inset
22268
22269 Flotante en el lado izquierdo.
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \begin_inset space \hfill{}
22281 \end_inset
22282
22283
22284 \begin_inset Box Frameless
22285 position "b"
22286 hor_pos "c"
22287 has_inner_box 1
22288 inner_pos "t"
22289 use_parbox 0
22290 use_makebox 0
22291 width "45col%"
22292 special "none"
22293 height "1in"
22294 height_special "totalheight"
22295 status open
22296
22297 \begin_layout Plain Layout
22298 \align center
22299 \begin_inset Graphics
22300         filename ../clipart/platypus.eps
22301         lyxscale 50
22302         width 100col%
22303         scaleBeforeRotation
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Plain Layout
22311 \begin_inset Caption
22312
22313 \begin_layout Plain Layout
22314 \begin_inset CommandInset label
22315 LatexCommand label
22316 name "fig:Flotante-derecha"
22317
22318 \end_inset
22319
22320 Flotante en el lado derecho.
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \begin_layout Section
22339 Formato de las leyendas
22340 \begin_inset Index idx
22341 status collapsed
22342
22343 \begin_layout Plain Layout
22344 Leyendas ! Formato
22345 \end_layout
22346
22347 \end_inset
22348
22349
22350 \begin_inset Index idx
22351 status collapsed
22352
22353 \begin_layout Plain Layout
22354 Flotantes ! Formato de las leyendas
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \begin_inset CommandInset label
22361 LatexCommand label
22362 name "sec:Formato-de-leyendas"
22363
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \begin_layout Standard
22370 El entorno 
22371 \family sans
22372 Leyenda
22373 \family default
22374  es el predeterminado para los 
22375 \family sans
22376 Flotantes
22377 \family default
22378 .
22379  En LyX las leyendas se muestran como etiqueta, p.
22380 \begin_inset space \thinspace{}
22381 \end_inset
22382
22383 e.
22384 \begin_inset space ~
22385 \end_inset
22386
22387 «
22388 \family sans
22389 Figura #
22390 \family default
22391 :» seguida por el texto.
22392  «#» es el número real de referencia.
22393  Por omisión la etiqueta y el número usan la misma tipografía que el texto
22394  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22395  del texto.
22396  El entorno leyenda no es apropiado para todos los tipos de documento.
22397  
22398 \end_layout
22399
22400 \begin_layout Standard
22401 Para cambiar el formato predeterminado carga el paquete LaTeX 
22402 \series bold
22403 caption
22404 \series default
22405
22406 \begin_inset Index idx
22407 status collapsed
22408
22409 \begin_layout Plain Layout
22410 LaTeX-paquetes ! caption
22411 \end_layout
22412
22413 \end_inset
22414
22415  en el preámbulo del documento con la línea:
22416 \end_layout
22417
22418 \begin_layout Standard
22419
22420 \series bold
22421
22422 \backslash
22423 usepackage[definición de formato]{caption}
22424 \end_layout
22425
22426 \begin_layout Standard
22427 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22428  las leyendas de cuadro siempre sobre él como en este documento, usa el
22429  comando:
22430 \end_layout
22431
22432 \begin_layout Standard
22433
22434 \series bold
22435
22436 \backslash
22437 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22438 \end_layout
22439
22440 \begin_layout Standard
22441 También puedes definir distintos formatos de leyenda para los distintos
22442  tipos de flotantes.
22443  En ese caso carga el paquete 
22444 \series bold
22445 caption
22446 \series default
22447  sin opciones específicas y define los distintos formatos con ayuda del
22448  comando
22449 \end_layout
22450
22451 \begin_layout Standard
22452
22453 \series bold
22454
22455 \backslash
22456 captionsetup[tipo de flotante]{definición de formato}
22457 \end_layout
22458
22459 \begin_layout Standard
22460 en el preámbulo del documento.
22461  Por ejemplo las leyendas de la Figura
22462 \begin_inset space ~
22463 \end_inset
22464
22465
22466 \begin_inset CommandInset ref
22467 LatexCommand ref
22468 reference "fig:Esto-es-una-fig"
22469
22470 \end_inset
22471
22472  y el cuadro
22473 \begin_inset space ~
22474 \end_inset
22475
22476
22477 \begin_inset CommandInset ref
22478 LatexCommand ref
22479 reference "tab:Esto-es-un-cuadro"
22480
22481 \end_inset
22482
22483  pueden crearse usando los siguientes comandos en el preámbulo:
22484 \end_layout
22485
22486 \begin_layout Standard
22487
22488 \series bold
22489
22490 \backslash
22491 usepackage[tableposition=top]{caption}
22492 \series default
22493
22494 \begin_inset Newline newline
22495 \end_inset
22496
22497
22498 \series bold
22499
22500 \backslash
22501 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22502 \begin_inset Newline newline
22503 \end_inset
22504
22505
22506 \begin_inset Phantom HPhantom
22507 status open
22508
22509 \begin_layout Plain Layout
22510
22511 \series bold
22512
22513 \backslash
22514 captionsetup[figure]{
22515 \end_layout
22516
22517 \end_inset
22518
22519 labelsep=period}
22520 \begin_inset Newline newline
22521 \end_inset
22522
22523
22524 \backslash
22525 captionsetup[table]{labelfont={bf,sf}}
22526 \end_layout
22527
22528 \begin_layout Standard
22529 \begin_inset Note Greyedout
22530 status open
22531
22532 \begin_layout Plain Layout
22533
22534 \series bold
22535 Nota: 
22536 \series default
22537 La opción 
22538 \series bold
22539 tableposition=top
22540 \series default
22541  no tiene efecto si se usa una clase de documento 
22542 \series bold
22543 KOMA-Script
22544 \series default
22545 .
22546  En este caso debe utilizarse la opción de clase de documento 
22547 \series bold
22548 captions=tableheading
22549 \series default
22550 .
22551  
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 Para más información sobre el paquete 
22561 \series bold
22562 caption
22563 \series default
22564  acude a su documentación 
22565 \begin_inset CommandInset citation
22566 LatexCommand cite
22567 key "caption"
22568
22569 \end_inset
22570
22571 .
22572 \end_layout
22573
22574 \begin_layout Standard
22575 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22576 \begin_inset space \thinspace{}
22577 \end_inset
22578
22579 e., usa el siguiente comando de preámbulo:
22580 \end_layout
22581
22582 \begin_layout Standard
22583
22584 \series bold
22585
22586 \backslash
22587 renewcommand{
22588 \backslash
22589 fnum@figure}{Imagen~
22590 \backslash
22591 thefigure}
22592 \end_layout
22593
22594 \begin_layout Standard
22595 donde 
22596 \series bold
22597
22598 \backslash
22599 thefigure
22600 \series default
22601  inserta el número de figura y «~» genera un espacio protegido.
22602
22603 \series bold
22604  
22605 \end_layout
22606
22607 \begin_layout Standard
22608 \begin_inset VSpace bigskip
22609 \end_inset
22610
22611 Si estás usando la clase de documento 
22612 \series bold
22613 KOMA-Script
22614 \series default
22615
22616 \begin_inset Index idx
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620 LaTeX-paquetes ! KOMA-Script
22621 \end_layout
22622
22623 \end_inset
22624
22625  (
22626 \family sans
22627 article (KOMA-Script)
22628 \family default
22629
22630 \family sans
22631 book (KOMA-Script)
22632 \family default
22633
22634 \family sans
22635 letter (KOMA-Script)
22636 \family default
22637 , o 
22638 \family sans
22639 report (KOMA-Script)
22640 \family default
22641
22642 \begin_inset space \thinspace{}
22643 \end_inset
22644
22645 ), puedes emplear en vez del paquete 
22646 \series bold
22647 caption
22648 \series default
22649  el comando 
22650 \series bold
22651
22652 \backslash
22653 setkomafont
22654 \series default
22655  incluido en 
22656 \series bold
22657 KOMA-Script
22658 \series default
22659 .
22660  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22661  comando en el preámbulo del documento:
22662 \end_layout
22663
22664 \begin_layout Standard
22665
22666 \series bold
22667
22668 \backslash
22669 setkomafont{captionlabel}{
22670 \backslash
22671 bfseries}
22672 \end_layout
22673
22674 \begin_layout Standard
22675 Más información sobre 
22676 \series bold
22677
22678 \backslash
22679 setkomafont
22680 \series default
22681  en la documentación de 
22682 \series bold
22683 KOMA-Script
22684 \series default
22685  
22686 \begin_inset CommandInset citation
22687 LatexCommand cite
22688 key "KOMA-Script"
22689
22690 \end_inset
22691
22692 .
22693 \end_layout
22694
22695 \begin_layout Standard
22696 \begin_inset ERT
22697 status collapsed
22698
22699 \begin_layout Plain Layout
22700
22701
22702 \backslash
22703 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22704 }
22705 \end_layout
22706
22707 \end_inset
22708
22709
22710 \begin_inset Note Note
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 \begin_inset Float figure
22724 placement !p
22725 wide false
22726 sideways false
22727 status open
22728
22729 \begin_layout Plain Layout
22730 \align center
22731 \begin_inset Graphics
22732         filename ../clipart/mobius.eps
22733         lyxscale 50
22734         scale 50
22735
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Caption
22743
22744 \begin_layout Plain Layout
22745 \begin_inset CommandInset label
22746 LatexCommand label
22747 name "fig:Esto-es-una-fig"
22748
22749 \end_inset
22750
22751
22752 \begin_inset Argument
22753 status collapsed
22754
22755 \begin_layout Plain Layout
22756 Figura con leyenda muy larga
22757 \end_layout
22758
22759 \end_inset
22760
22761 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22762  mostrar el formato diferente.
22763  Aquí se usa una leyenda personalizada.
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Standard
22777 \begin_inset ERT
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781
22782
22783 \backslash
22784 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22785 on}
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \begin_layout Standard
22794 \begin_inset Float table
22795 placement !p
22796 wide false
22797 sideways false
22798 status collapsed
22799
22800 \begin_layout Plain Layout
22801 \begin_inset Caption
22802
22803 \begin_layout Plain Layout
22804 \begin_inset CommandInset label
22805 LatexCommand label
22806 name "tab:Esto-es-un-cuadro"
22807
22808 \end_inset
22809
22810
22811 \begin_inset Argument
22812 status open
22813
22814 \begin_layout Plain Layout
22815 Cuadro con leyenda muy larga
22816 \end_layout
22817
22818 \end_inset
22819
22820 Este es un ejemplo de leyenda de cuadro mayor que una línea para mostrar
22821  el formato diferente.
22822  Aquí se usa el formato de leyenda estándar para los cuadros.
22823 \end_layout
22824
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \begin_layout Plain Layout
22831 \align center
22832 \begin_inset Tabular
22833 <lyxtabular version="3" rows="1" columns="5">
22834 <features tabularvalignment="middle">
22835 <column alignment="center" valignment="top" width="0">
22836 <column alignment="center" valignment="top" width="0">
22837 <column alignment="center" valignment="top" width="0">
22838 <column alignment="center" valignment="top" width="0">
22839 <column alignment="center" valignment="top" width="0">
22840 <row>
22841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 a
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 b
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 c
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 d
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 e
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 </lyxtabular>
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Section
22900 Colocación de leyendas
22901 \begin_inset Index idx
22902 status collapsed
22903
22904 \begin_layout Plain Layout
22905 Leyendas ! Colocación
22906 \end_layout
22907
22908 \end_inset
22909
22910
22911 \begin_inset Index idx
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 Flotantes ! Colocación de leyendas
22916 \end_layout
22917
22918 \end_inset
22919
22920
22921 \begin_inset CommandInset label
22922 LatexCommand label
22923 name "sec:Colocación-de-leyendas"
22924
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \begin_layout Standard
22931 La norma habitual para colocar las leyendas es:
22932 \end_layout
22933
22934 \begin_layout Description
22935 Figura: La leyenda al pie de la figura
22936 \end_layout
22937
22938 \begin_layout Description
22939 cuadro: La leyenda sobre el cuadro
22940 \end_layout
22941
22942 \begin_layout Standard
22943 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22944  el cuadro.
22945  Esto implica que si usas las clases de documento 
22946 \family sans
22947 article
22948 \family default
22949
22950 \family sans
22951 book
22952 \family default
22953
22954 \family sans
22955 letter
22956 \family default
22957 , o 
22958 \family sans
22959 report
22960 \family default
22961  no habrá espacio entre la leyenda y el cuadro.
22962  Para insertar el espacio adecuado añade la siguiente opción al comando
22963  del paquete LaTeX 
22964 \series bold
22965 caption
22966 \series default
22967  en el preámbulo del documento:
22968 \begin_inset Foot
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972 Véase la sección
22973 \begin_inset space ~
22974 \end_inset
22975
22976
22977 \begin_inset CommandInset ref
22978 LatexCommand ref
22979 reference "sec:Formato-de-leyendas"
22980
22981 \end_inset
22982
22983  para más información sobre el paquete 
22984 \series bold
22985 caption
22986 \series default
22987 .
22988 \end_layout
22989
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \begin_layout Standard
22996
22997 \series bold
22998 tableposition=top
22999 \end_layout
23000
23001 \begin_layout Standard
23002 Si estás usando la clase 
23003 \series bold
23004 KOMA-Script
23005 \series default
23006
23007 \begin_inset Index idx
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 LaTeX-paquetes ! KOMA-Script
23012 \end_layout
23013
23014 \end_inset
23015
23016  (
23017 \family sans
23018 article (KOMA-Script)
23019 \family default
23020
23021 \family sans
23022 book (KOMA-Script)
23023 \family default
23024
23025 \family sans
23026 letter (KOMA-Script)
23027 \family default
23028 , o 
23029 \family sans
23030 report (KOMA-Script)
23031 \family default
23032
23033 \begin_inset space \thinspace{}
23034 \end_inset
23035
23036 ), en vez de 
23037 \series bold
23038 caption
23039 \series default
23040  puedes poner la opción 
23041 \series bold
23042 captions=tableheading
23043 \series default
23044  de la clase de documento.
23045 \end_layout
23046
23047 \begin_layout Standard
23048 \begin_inset VSpace bigskip
23049 \end_inset
23050
23051 También es posible poner la leyenda junto a una figura o cuadro.
23052  Para conseguirlo hay que cargar el paquete LaTeX 
23053 \series bold
23054 sidecap
23055 \series default
23056
23057 \begin_inset Index idx
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061 LaTeX-paquetes ! sidecap
23062 \end_layout
23063
23064 \end_inset
23065
23066  añadiendo en el preámbulo del documento la línea
23067 \end_layout
23068
23069 \begin_layout Standard
23070
23071 \series bold
23072
23073 \backslash
23074 usepackage[option]{sidecap}
23075 \end_layout
23076
23077 \begin_layout Standard
23078 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23079  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23080  Puedes cambiar la colocación al margen interno con la opción 
23081 \series bold
23082 innercaption
23083 \series default
23084 .
23085  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23086  opciones 
23087 \series bold
23088 rightcaption
23089 \series default
23090  o 
23091 \series bold
23092 leftcaption
23093 \series default
23094 , respectivamente.
23095 \end_layout
23096
23097 \begin_layout Standard
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 ifsidecap
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Note Note
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23116  LaTeX 
23117 \series bold
23118 sidecap
23119 \series default
23120 .
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Standard
23129 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23130  estos comandos al preámbulo del documento:
23131 \end_layout
23132
23133 \begin_layout Standard
23134 \noindent
23135 \begin_inset CommandInset line
23136 LatexCommand rule
23137 offset "0.5ex"
23138 width "100line%"
23139 height "1pt"
23140
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \begin_layout Standard
23147
23148 \series bold
23149
23150 \backslash
23151 newcommand{
23152 \backslash
23153 TabBesBeg}{%
23154 \begin_inset Newline newline
23155 \end_inset
23156
23157
23158 \begin_inset Phantom HPhantom
23159 status open
23160
23161 \begin_layout Plain Layout
23162
23163 \series bold
23164 \begin_inset space ~
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \backslash
23174 let
23175 \backslash
23176 MyTable
23177 \backslash
23178 table
23179 \begin_inset Newline newline
23180 \end_inset
23181
23182
23183 \begin_inset Phantom HPhantom
23184 status open
23185
23186 \begin_layout Plain Layout
23187
23188 \series bold
23189 \begin_inset space ~
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \backslash
23199 let
23200 \backslash
23201 MyEndtable
23202 \backslash
23203 endtable
23204 \begin_inset Newline newline
23205 \end_inset
23206
23207
23208 \begin_inset Phantom HPhantom
23209 status open
23210
23211 \begin_layout Plain Layout
23212
23213 \series bold
23214 \begin_inset space ~
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \backslash
23224 renewenvironment{table}{
23225 \backslash
23226 begin{SCtable}}{
23227 \backslash
23228 end{SCtable}}}
23229 \end_layout
23230
23231 \begin_layout Standard
23232
23233 \series bold
23234
23235 \backslash
23236 newcommand{
23237 \backslash
23238 TabBesEnd}{%
23239 \begin_inset Newline newline
23240 \end_inset
23241
23242
23243 \begin_inset Phantom HPhantom
23244 status open
23245
23246 \begin_layout Plain Layout
23247
23248 \series bold
23249 \begin_inset space ~
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \backslash
23259 let
23260 \backslash
23261 table
23262 \backslash
23263 MyTable
23264 \begin_inset Newline newline
23265 \end_inset
23266
23267
23268 \begin_inset Phantom HPhantom
23269 status open
23270
23271 \begin_layout Plain Layout
23272
23273 \series bold
23274 \begin_inset space ~
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \backslash
23284 let
23285 \backslash
23286 endtable
23287 \backslash
23288 MyEndtable
23289 \end_layout
23290
23291 \begin_layout Standard
23292
23293 \series bold
23294
23295 \backslash
23296 newcommand{
23297 \backslash
23298 FigBesBeg}{%
23299 \begin_inset Newline newline
23300 \end_inset
23301
23302
23303 \begin_inset Phantom HPhantom
23304 status open
23305
23306 \begin_layout Plain Layout
23307
23308 \series bold
23309 \begin_inset space ~
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \backslash
23319 let
23320 \backslash
23321 MyFigure
23322 \backslash
23323 figure
23324 \begin_inset Newline newline
23325 \end_inset
23326
23327
23328 \begin_inset Phantom HPhantom
23329 status open
23330
23331 \begin_layout Plain Layout
23332
23333 \series bold
23334 \begin_inset space ~
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \backslash
23344 let
23345 \backslash
23346 MyEndfigure
23347 \backslash
23348 endfigure
23349 \begin_inset Newline newline
23350 \end_inset
23351
23352
23353 \begin_inset Phantom HPhantom
23354 status open
23355
23356 \begin_layout Plain Layout
23357
23358 \series bold
23359 \begin_inset space ~
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \backslash
23369 renewenvironment{figure}{
23370 \backslash
23371 begin{SCfigure}}{
23372 \backslash
23373 end{SCfigure}}}
23374 \end_layout
23375
23376 \begin_layout Standard
23377
23378 \series bold
23379
23380 \backslash
23381 newcommand{
23382 \backslash
23383 FigBesEnd}{%
23384 \begin_inset Newline newline
23385 \end_inset
23386
23387
23388 \begin_inset Phantom HPhantom
23389 status open
23390
23391 \begin_layout Plain Layout
23392
23393 \series bold
23394 \begin_inset space ~
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \backslash
23404 let
23405 \backslash
23406 figure
23407 \backslash
23408 MyFigure
23409 \begin_inset Newline newline
23410 \end_inset
23411
23412
23413 \begin_inset Phantom HPhantom
23414 status open
23415
23416 \begin_layout Plain Layout
23417
23418 \series bold
23419 \begin_inset space ~
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \backslash
23429 let
23430 \backslash
23431 endfigure
23432 \backslash
23433 MyEndfigure}
23434 \end_layout
23435
23436 \begin_layout Standard
23437 \noindent
23438 \begin_inset CommandInset line
23439 LatexCommand rule
23440 offset "0.5ex"
23441 width "100line%"
23442 height "1pt"
23443
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \begin_layout Standard
23450 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23451  en un lado.
23452  Para figuras flotantes usa el comando
23453 \end_layout
23454
23455 \begin_layout Standard
23456
23457 \series bold
23458
23459 \backslash
23460 FigBesBeg
23461 \end_layout
23462
23463 \begin_layout Standard
23464 en código TeX antes del flotante.
23465  Detrás del flotante inserta
23466 \end_layout
23467
23468 \begin_layout Standard
23469
23470 \series bold
23471
23472 \backslash
23473 FigBesEnd
23474 \end_layout
23475
23476 \begin_layout Standard
23477 en código TeX para volver a la definición original de flotantes.
23478 \end_layout
23479
23480 \begin_layout Standard
23481 Para cuadros flotantes usa los comandos correspondientes
23482 \end_layout
23483
23484 \begin_layout Standard
23485
23486 \series bold
23487
23488 \backslash
23489 TabBesBeg
23490 \series default
23491  y 
23492 \series bold
23493
23494 \backslash
23495 TabBesEnd
23496 \end_layout
23497
23498 \begin_layout Standard
23499 La figura
23500 \begin_inset space ~
23501 \end_inset
23502
23503
23504 \begin_inset CommandInset ref
23505 LatexCommand ref
23506 reference "fig:encab-al-lado"
23507
23508 \end_inset
23509
23510  y el cuadro
23511 \begin_inset space ~
23512 \end_inset
23513
23514
23515 \begin_inset CommandInset ref
23516 LatexCommand ref
23517 reference "tab:encab-al-lado"
23518
23519 \end_inset
23520
23521  son ejemplos en los que el título se sitúa al lado.
23522 \end_layout
23523
23524 \begin_layout Standard
23525 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23526  en cuadros flotantes y debajo en las figuras flotantes.
23527  Para cambiarlo, puedes usar el comando
23528 \end_layout
23529
23530 \begin_layout Standard
23531
23532 \series bold
23533
23534 \backslash
23535 sidecaptionvpos{tipo de flotante}{colocación}
23536 \end_layout
23537
23538 \begin_layout Standard
23539 en el preámbulo o en código TeX antes del flotante.
23540  El tipo de flotante es 
23541 \family sans
23542 figure
23543 \family default
23544  o 
23545 \family sans
23546 table
23547 \family default
23548 , la colocación puede ser «
23549 \family sans
23550 t
23551 \family default
23552 » por «top» (arriba), «
23553 \family sans
23554 c
23555 \family default
23556 » por «center» (centro), o «
23557 \family sans
23558 b
23559 \family default
23560 » por «bottom» (abajo).
23561  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23562  usa el comando
23563 \end_layout
23564
23565 \begin_layout Standard
23566
23567 \series bold
23568
23569 \backslash
23570 sidecaptionvpos{figure}{c}
23571 \end_layout
23572
23573 \begin_layout Standard
23574 Esto se ha hecho en la figura
23575 \begin_inset space ~
23576 \end_inset
23577
23578
23579 \begin_inset CommandInset ref
23580 LatexCommand ref
23581 reference "fig:encab-al-lado-de-fig"
23582
23583 \end_inset
23584
23585 .
23586 \end_layout
23587
23588 \begin_layout Standard
23589 \begin_inset VSpace medskip
23590 \end_inset
23591
23592 Más información sobre el paquete 
23593 \series bold
23594 sidecap
23595 \series default
23596  en su documentación 
23597 \begin_inset CommandInset citation
23598 LatexCommand cite
23599 key "sidecap"
23600
23601 \end_inset
23602
23603 .
23604 \end_layout
23605
23606 \begin_layout Standard
23607 \begin_inset Note Greyedout
23608 status open
23609
23610 \begin_layout Plain Layout
23611
23612 \series bold
23613 Nota:
23614 \series default
23615  El paquete LaTeX 
23616 \series bold
23617 hypcap
23618 \series default
23619
23620 \begin_inset Index idx
23621 status collapsed
23622
23623 \begin_layout Plain Layout
23624 LaTeX-paquetes ! hypcap
23625 \end_layout
23626
23627 \end_inset
23628
23629 , descrito en la sección
23630 \begin_inset space ~
23631 \end_inset
23632
23633
23634 \begin_inset CommandInset ref
23635 LatexCommand ref
23636 reference "sub:Colocación-de-Referencias"
23637
23638 \end_inset
23639
23640 , no afecta a flotantes con la leyenda al lado.
23641 \end_layout
23642
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \begin_layout Standard
23649 \begin_inset ERT
23650 status collapsed
23651
23652 \begin_layout Plain Layout
23653
23654
23655 \backslash
23656 FigBesBeg 
23657 \end_layout
23658
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \begin_layout Standard
23665 \begin_inset Float figure
23666 wide false
23667 sideways false
23668 status open
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Graphics
23672         filename ../clipart/escher-lsd.eps
23673         scale 75
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Caption
23682
23683 \begin_layout Plain Layout
23684 \begin_inset CommandInset label
23685 LatexCommand label
23686 name "fig:encab-al-lado"
23687
23688 \end_inset
23689
23690 Leyenda al lado de una figura.
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Standard
23704 \begin_inset ERT
23705 status collapsed
23706
23707 \begin_layout Plain Layout
23708
23709
23710 \backslash
23711 TabBesBeg 
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \begin_layout Standard
23720 \begin_inset Float table
23721 wide false
23722 sideways false
23723 status open
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Caption
23727
23728 \begin_layout Plain Layout
23729 \begin_inset CommandInset label
23730 LatexCommand label
23731 name "tab:encab-al-lado"
23732
23733 \end_inset
23734
23735 Leyenda al lado de un cuadro.
23736 \end_layout
23737
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Tabular
23745 <lyxtabular version="3" rows="4" columns="5">
23746 <features tabularvalignment="middle">
23747 <column alignment="center" valignment="top" width="0">
23748 <column alignment="center" valignment="top" width="0">
23749 <column alignment="center" valignment="top" width="0">
23750 <column alignment="center" valignment="top" width="0">
23751 <column alignment="center" valignment="top" width="0">
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 a
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 b
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 c
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 <row>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 d
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 e
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 f
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 g
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 h
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 i
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 j
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 </lyxtabular>
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \begin_layout Standard
23953 \begin_inset ERT
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957
23958
23959 \backslash
23960 TabBesEnd
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \begin_inset ERT
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973
23974
23975 \backslash
23976 sidecaptionvpos{figure}{c}
23977 \end_layout
23978
23979 \end_inset
23980
23981
23982 \begin_inset Float figure
23983 wide false
23984 sideways false
23985 status open
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Graphics
23989         filename ../clipart/escher-lsd.eps
23990         scale 75
23991
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Caption
23999
24000 \begin_layout Plain Layout
24001 \begin_inset CommandInset label
24002 LatexCommand label
24003 name "fig:encab-al-lado-de-fig"
24004
24005 \end_inset
24006
24007 Leyenda centrada verticalmente junto a una figura.
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \begin_layout Standard
24021 \begin_inset ERT
24022 status collapsed
24023
24024 \begin_layout Plain Layout
24025
24026
24027 \backslash
24028 FigBesEnd
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \begin_layout Standard
24037 \begin_inset ERT
24038 status collapsed
24039
24040 \begin_layout Plain Layout
24041
24042
24043 \backslash
24044 else
24045 \end_layout
24046
24047 \end_inset
24048
24049
24050 \begin_inset Note Note
24051 status collapsed
24052
24053 \begin_layout Plain Layout
24054 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24055  
24056 \series bold
24057 sidecap
24058 \series default
24059 .
24060 \end_layout
24061
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \begin_layout Standard
24068 Debes instalar el paquete LaTeX 
24069 \series bold
24070 sidecap
24071 \series default
24072  para ver la parte siguiente en la salida.
24073 \end_layout
24074
24075 \begin_layout Standard
24076 \begin_inset ERT
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081
24082 \backslash
24083 fi
24084 \end_layout
24085
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \begin_layout Section
24092 Índice de flotantes
24093 \begin_inset Index idx
24094 status collapsed
24095
24096 \begin_layout Plain Layout
24097 Flotantes ! Índice de
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Standard
24106 Igual que en el índice general se listan las secciones del documento, hay
24107  índices para todos los tipos de flotantes, como las figuras.
24108  Se pueden insertar mediante los submenús 
24109 \family sans
24110 Insertar\SpecialChar \menuseparator
24111 Índice
24112 \family default
24113 .
24114 \end_layout
24115
24116 \begin_layout Standard
24117 Las entradas de los índices son las leyendas del flotante o su título breve,
24118  el número de flotante y el número de la página del documento en la que
24119  aparecen.
24120 \end_layout
24121
24122 \begin_layout Standard
24123 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24124 \end_layout
24125
24126 \begin_layout Chapter
24127 Notas
24128 \end_layout
24129
24130 \begin_layout Section
24131 Notas en LyX
24132 \begin_inset Index idx
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136 Notas ! en LyX
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Las notas se insertan con el botón 
24146 \begin_inset Graphics
24147         filename ../../images/note-insert.png
24148         scale 85
24149
24150 \end_inset
24151
24152  o con el menú 
24153 \family sans
24154 Insertar\SpecialChar \menuseparator
24155 Nota
24156 \family default
24157 .
24158  Hay cinco tipos de notas:
24159 \end_layout
24160
24161 \begin_layout Description
24162 Nota
24163 \begin_inset space ~
24164 \end_inset
24165
24166 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24167  Su cuadro se muestra como este:
24168 \begin_inset Newline newline
24169 \end_inset
24170
24171
24172 \begin_inset Newline newline
24173 \end_inset
24174
24175
24176 \begin_inset Graphics
24177         filename clipart/NotaLyXImagenQt4.png
24178         display false
24179         scale 75
24180
24181 \end_inset
24182
24183  
24184 \begin_inset Note Note
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188 Este es un texto en un recuadro que no se muestra en la salida.
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Description
24197 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24198  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24199 \family sans
24200 Archivo\SpecialChar \menuseparator
24201 Exportar\SpecialChar \menuseparator
24202 LaTeX (pdflatex) / (plain)
24203 \family default
24204 .
24205  Su recuadro se ve así:
24206 \begin_inset Newline newline
24207 \end_inset
24208
24209
24210 \begin_inset Newline newline
24211 \end_inset
24212
24213
24214 \begin_inset Graphics
24215         filename clipart/ComentNotaImagenQt4.png
24216         display false
24217         scale 75
24218
24219 \end_inset
24220
24221  
24222 \begin_inset Note Comment
24223 status collapsed
24224
24225 \begin_layout Plain Layout
24226 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24227 \end_layout
24228
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \begin_layout Description
24235 Resaltado
24236 \begin_inset space ~
24237 \end_inset
24238
24239 en
24240 \begin_inset space ~
24241 \end_inset
24242
24243 gris Esta nota aparece en la salida como texto resaltado en gris.
24244  Su recuadro se parece a este:
24245 \begin_inset Newline newline
24246 \end_inset
24247
24248
24249 \begin_inset Newline newline
24250 \end_inset
24251
24252
24253 \begin_inset Graphics
24254         filename clipart/GrisNotaImagenQt4.png
24255         display false
24256         scale 75
24257
24258 \end_inset
24259
24260
24261 \begin_inset Newline newline
24262 \end_inset
24263
24264
24265 \begin_inset ERT
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269
24270
24271 \backslash
24272 renewenvironment{lyxgreyedout}
24273 \end_layout
24274
24275 \begin_layout Plain Layout
24276
24277 {
24278 \backslash
24279 textcolor[gray]{0.8}
24280 \backslash
24281 bgroup}{
24282 \backslash
24283 egroup}
24284 \end_layout
24285
24286 \end_inset
24287
24288
24289 \begin_inset Note Greyedout
24290 status open
24291
24292 \begin_layout Plain Layout
24293 Este es el texto
24294 \begin_inset Foot
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24299 \end_layout
24300
24301 \end_inset
24302
24303  de un comentario que se muestra resaltado en gris.
24304 \end_layout
24305
24306 \end_inset
24307
24308
24309 \begin_inset ERT
24310 status collapsed
24311
24312 \begin_layout Plain Layout
24313
24314
24315 \backslash
24316 renewenvironment{lyxgreyedout}
24317 \end_layout
24318
24319 \begin_layout Plain Layout
24320
24321 {
24322 \backslash
24323 textcolor{blue}
24324 \backslash
24325 bgroup}{
24326 \backslash
24327 egroup}
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \begin_inset Note Note
24334 status collapsed
24335
24336 \begin_layout Plain Layout
24337 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24338  original de LyX, ya que en el preámbulo de este documento se han redefinido
24339  estas notas para que salgan en azul, como se indica más adelante.
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \begin_inset Newline newline
24346 \end_inset
24347
24348
24349 \begin_inset Newline newline
24350 \end_inset
24351
24352 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24353  está un poco sangrada, y por otra parte pueden tener notas al pie.
24354 \end_layout
24355
24356 \begin_layout Standard
24357 \begin_inset VSpace bigskip
24358 \end_inset
24359
24360 Si usas el botón de la barra de herramientas 
24361 \begin_inset Graphics
24362         filename ../../images/note-insert.png
24363         scale 85
24364
24365 \end_inset
24366
24367  para insertar notas, se inserta una 
24368 \family sans
24369 Nota
24370 \begin_inset space ~
24371 \end_inset
24372
24373 LyX
24374 \family default
24375 .
24376  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24377  recuadro.
24378  
24379 \family roman
24380 \series medium
24381 \bar no
24382 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24383  botón de herramienta 
24384 \family sans
24385 \series default
24386 \bar default
24387 Nota
24388 \family default
24389 .
24390  Para cambiar una nota a texto, pulsa la tecla 
24391 \family sans
24392 Retroceso
24393 \family default
24394  cuando el cursor está en la primera posición de una nota, o la tecla 
24395 \family sans
24396 Supr
24397 \family default
24398  cuando el cursor está en la última posición de la nota, respectivamente.
24399 \end_layout
24400
24401 \begin_layout Standard
24402 \begin_inset VSpace bigskip
24403 \end_inset
24404
24405
24406 \lang english
24407 You can change the text color of the greyed out notes in the menu 
24408 \family sans
24409 Document\SpecialChar \menuseparator
24410 Settings\SpecialChar \menuseparator
24411 Colors
24412 \family default
24413 .
24414 \end_layout
24415
24416 \begin_layout Section
24417 Notas al pie
24418 \begin_inset CommandInset label
24419 LatexCommand label
24420 name "sec:Notas-al-pie"
24421
24422 \end_inset
24423
24424
24425 \begin_inset Index idx
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429 Notas ! al pie
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Standard
24438 Las notas al pie se insertan con el botón 
24439 \begin_inset Graphics
24440         filename ../../images/footnote-insert.png
24441         scale 85
24442
24443 \end_inset
24444
24445  o el menú 
24446 \family sans
24447 Insertar\SpecialChar \menuseparator
24448 Nota
24449 \begin_inset space ~
24450 \end_inset
24451
24452 al
24453 \begin_inset space ~
24454 \end_inset
24455
24456 pie
24457 \family default
24458 .
24459  
24460 \family roman
24461 \series medium
24462 \bar no
24463 Aparece un recuadro como este:
24464 \family default
24465 \series default
24466 \bar default
24467  
24468 \begin_inset Graphics
24469         filename clipart/notapieQt4.png
24470         scale 80
24471
24472 \end_inset
24473
24474  
24475 \family roman
24476 \series medium
24477 \bar no
24478 donde puedes introducir el texto.
24479  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24480  sobre el
24481 \family default
24482 \series default
24483 \bar default
24484  
24485 \family roman
24486 \series medium
24487 \bar no
24488 botón
24489 \family default
24490 \series default
24491 \bar default
24492 .
24493  Para cambiar una nota al pie a texto, pulsa la tecla 
24494 \family sans
24495 Retroceso
24496 \family default
24497  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24498  
24499 \family sans
24500 Supr
24501 \family default
24502  cuando el cursor está en la última posición de la nota, respectivamente.
24503 \end_layout
24504
24505 \begin_layout Standard
24506 Aquí hay un ejemplo de nota al pie:
24507 \family roman
24508 \series medium
24509 \bar no
24510
24511 \begin_inset Foot
24512 status collapsed
24513
24514 \begin_layout Plain Layout
24515 \begin_inset CommandInset label
24516 LatexCommand label
24517 name "pie:Esto-es-una"
24518
24519 \end_inset
24520
24521 Ejemplo de nota al pie.
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \family default
24528 \series default
24529 \bar default
24530
24531 \begin_inset ERT
24532 status collapsed
24533
24534 \begin_layout Plain Layout
24535
24536
24537 \backslash
24538 newcounter{MyRepeatFoot}
24539 \end_layout
24540
24541 \begin_layout Plain Layout
24542
24543
24544 \backslash
24545 setcounter{MyRepeatFoot}{
24546 \backslash
24547 thefootnote}
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \begin_layout Standard
24556 En la salida, el pie se muestra como número voladito en el lugar del texto
24557  donde se coloca el recuadro.
24558  El texto se coloca al final de la página actual.
24559  Los números de las notas son calculados por LaTeX, y son consecutivos.
24560  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24561 \end_layout
24562
24563 \begin_layout Standard
24564 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24565  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24566  se describe en la sección
24567 \begin_inset space ~
24568 \end_inset
24569
24570
24571 \begin_inset CommandInset ref
24572 LatexCommand ref
24573 reference "sec:Referencias-a-Flotantes"
24574
24575 \end_inset
24576
24577 .
24578 \begin_inset Newline newline
24579 \end_inset
24580
24581 Esto es una referencia cruzada a la Nota al pie
24582 \begin_inset space ~
24583 \end_inset
24584
24585
24586 \begin_inset CommandInset ref
24587 LatexCommand ref
24588 reference "pie:Esto-es-una"
24589
24590 \end_inset
24591
24592 .
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \begin_inset VSpace defskip
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
24604  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24605  se inserta el comando 
24606 \series bold
24607
24608 \backslash
24609 footnotemark{}
24610 \series default
24611  en código TeX.
24612  El texto de la nota se introduce como argumento del comando
24613 \series bold
24614  
24615 \backslash
24616 footnotetext
24617 \series default
24618  después del cuadro.
24619 \begin_inset Newline newline
24620 \end_inset
24621
24622 Esto es lo que se ha hecho para el siguiente cuadro con el comando
24623 \end_layout
24624
24625 \begin_layout Standard
24626
24627 \series bold
24628
24629 \backslash
24630 footnotetext{
24631 \series default
24632 Texto de la nota del cuadro.
24633 \series bold
24634 }
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \begin_inset Tabular
24639 <lyxtabular version="3" rows="2" columns="1">
24640 <features tabularvalignment="middle">
24641 <column alignment="center" valignment="top" width="0">
24642 <row>
24643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647 Texto de ejemplo.
24648 \begin_inset Foot
24649 status open
24650
24651 \begin_layout Plain Layout
24652 ¡Esta nota no se imprimirá!
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 </row>
24663 <row>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 Texto de ejemplo.
24669 \begin_inset ERT
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673
24674
24675 \backslash
24676 footnotemark{}
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 </row>
24687 </lyxtabular>
24688
24689 \end_inset
24690
24691
24692 \begin_inset ERT
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696
24697
24698 \backslash
24699 footnotetext{
24700 \end_layout
24701
24702 \end_inset
24703
24704 Texto de la nota del cuadro.
24705 \begin_inset ERT
24706 status collapsed
24707
24708 \begin_layout Plain Layout
24709
24710 }
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719 Las notas al pie en cuadros largos se describen en la sección
24720 \begin_inset space ~
24721 \end_inset
24722
24723
24724 \begin_inset CommandInset ref
24725 LatexCommand ref
24726 reference "sub:Notas-al-pie-en-Cuadros-Largos"
24727
24728 \end_inset
24729
24730 .
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24735  y con numeración diferente debido a que una minipágina es como una página
24736  dentro de otra.
24737  (Más información sobre minipáginas en la sección
24738 \begin_inset space ~
24739 \end_inset
24740
24741
24742 \begin_inset CommandInset ref
24743 LatexCommand ref
24744 reference "sec:Minipáginas"
24745
24746 \end_inset
24747
24748 ).
24749  Para poner notas en una minipágina que se impriman a pie de página como
24750  las notas al pie normales, se puede usar también el método de 
24751 \series bold
24752
24753 \backslash
24754 footnotemark{}
24755 \series default
24756  y 
24757 \series bold
24758
24759 \backslash
24760 footnotetext
24761 \series default
24762 .
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \begin_inset Box Frameless
24767 position "t"
24768 hor_pos "c"
24769 has_inner_box 1
24770 inner_pos "t"
24771 use_parbox 0
24772 use_makebox 0
24773 width "100col%"
24774 special "none"
24775 height "1in"
24776 height_special "totalheight"
24777 status open
24778
24779 \begin_layout Plain Layout
24780 Muestra de texto en una minipágina.
24781 \begin_inset Foot
24782 status open
24783
24784 \begin_layout Plain Layout
24785 Nota en la minipágina.
24786 \end_layout
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Plain Layout
24794 Muestra de texto en una minipágina.
24795 \begin_inset ERT
24796 status collapsed
24797
24798 \begin_layout Plain Layout
24799
24800
24801 \backslash
24802 footnotemark{}
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 \begin_inset ERT
24817 status collapsed
24818
24819 \begin_layout Plain Layout
24820
24821
24822 \backslash
24823 footnotetext{
24824 \end_layout
24825
24826 \end_inset
24827
24828 Nota fuera de la minipágina.
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834 }
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset VSpace defskip
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Standard
24850 Para hacer referencia a la misma nota varias veces sin imprimir su texto
24851  cada vez, usa el comando 
24852 \series bold
24853
24854 \backslash
24855 footnotemark[number]
24856 \series default
24857  en código TeX.
24858 \begin_inset Newline newline
24859 \end_inset
24860
24861 Como el número de la nota repetida no se conoce mientras se escribe el texto,
24862  hay que guardarlo.
24863  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
24864  comandos en código TeX después de la nota al pie
24865 \begin_inset space ~
24866 \end_inset
24867
24868
24869 \begin_inset CommandInset ref
24870 LatexCommand ref
24871 reference "pie:Esto-es-una"
24872
24873 \end_inset
24874
24875  para guardar el número de la nota: 
24876 \end_layout
24877
24878 \begin_layout Standard
24879
24880 \series bold
24881
24882 \backslash
24883 newcounter{MyRepeatFoot}
24884 \begin_inset Newline newline
24885 \end_inset
24886
24887
24888 \backslash
24889 setcounter{MyRepeatFoot}{
24890 \backslash
24891 thefootnote}
24892 \end_layout
24893
24894 \begin_layout Standard
24895 La marca de la nota se ha creado después con el comando:
24896 \end_layout
24897
24898 \begin_layout Standard
24899
24900 \series bold
24901
24902 \backslash
24903 footnotemark[
24904 \backslash
24905 theMyRepeatFoot]
24906 \end_layout
24907
24908 \begin_layout Standard
24909 Aquí hay una nota repetida:
24910 \begin_inset ERT
24911 status collapsed
24912
24913 \begin_layout Plain Layout
24914
24915
24916 \backslash
24917 footnotemark[
24918 \backslash
24919 theMyRepeatFoot]
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Standard
24928 Para repetir la nota al pie previa, se puede omitir el guardado del número
24929  de la nota y usar en su lugar el comando:
24930 \end_layout
24931
24932 \begin_layout Standard
24933
24934 \series bold
24935
24936 \backslash
24937 footnotemark[
24938 \backslash
24939 thefootnote]
24940 \end_layout
24941
24942 \begin_layout Standard
24943 Aquí hay otra nota repetida:
24944 \begin_inset ERT
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948
24949
24950 \backslash
24951 footnotemark[
24952 \backslash
24953 thefootnote]
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Subsection
24962 Numeración de notas al pie
24963 \begin_inset CommandInset label
24964 LatexCommand label
24965 name "sub:Numeración-de-Notas-al-Pie"
24966
24967 \end_inset
24968
24969
24970 \begin_inset Index idx
24971 status collapsed
24972
24973 \begin_layout Plain Layout
24974 Notas ! al pie ! numeración
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Standard
24983 Para reiniciar el número de pie a 1 en cada sección añade
24984 \family roman
24985  en el preámbulo el comando:
24986 \end_layout
24987
24988 \begin_layout Standard
24989
24990 \series bold
24991
24992 \backslash
24993 @addtoreset{footnote}{section}
24994 \end_layout
24995
24996 \begin_layout Standard
24997 \begin_inset VSpace bigskip
24998 \end_inset
24999
25000 El siguiente comando en el preámbulo cambia el estilo de numeración del
25001  pie a números romanos en minúsculas:
25002 \end_layout
25003
25004 \begin_layout Standard
25005
25006 \series bold
25007
25008 \backslash
25009 renewcommand{
25010 \backslash
25011 thefootnote}{
25012 \backslash
25013 roman{footnote}}
25014 \end_layout
25015
25016 \begin_layout Standard
25017 \begin_inset ERT
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021
25022
25023 \backslash
25024 renewcommand{
25025 \backslash
25026 thefootnote}{
25027 \backslash
25028 roman{footnote}}
25029 \end_layout
25030
25031 \end_inset
25032
25033  Nota al pie en números romanos:
25034 \begin_inset Foot
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038 Ejemplo de nota al pie en números romanos.
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset ERT
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048
25049
25050 \backslash
25051 renewcommand{
25052 \backslash
25053 thefootnote}{
25054 \backslash
25055 arabic{footnote}}
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25065  
25066 \series bold
25067
25068 \backslash
25069 roman
25070 \series default
25071  por 
25072 \series bold
25073
25074 \backslash
25075 Roman
25076 \series default
25077 .
25078  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25079 \series bold
25080
25081 \backslash
25082 Alph
25083 \series default
25084  o 
25085 \series bold
25086
25087 \backslash
25088 alph
25089 \series default
25090 , respectivamente.
25091  Para ordenar las notas al pie con símbolos usa 
25092 \series bold
25093
25094 \backslash
25095 fnsymbol
25096 \series default
25097 .
25098 \end_layout
25099
25100 \begin_layout Standard
25101 \begin_inset Note Greyedout
25102 status open
25103
25104 \begin_layout Plain Layout
25105
25106 \series bold
25107 Nota:
25108 \series default
25109  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25110  simples.
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \begin_inset Newline newline
25117 \end_inset
25118
25119
25120 \begin_inset Note Greyedout
25121 status open
25122
25123 \begin_layout Plain Layout
25124
25125 \series bold
25126 Nota:
25127 \series default
25128  sólo puedes ordenar hasta 9 pies con símbolos.
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 Para volver al estilo de numeración predeterminado cuando has cambiado a
25138  otro estilo, usa 
25139 \series bold
25140
25141 \backslash
25142 arabic
25143 \series default
25144  en vez de 
25145 \series bold
25146
25147 \backslash
25148 roman
25149 \series default
25150  en el comando anterior.
25151 \begin_inset ERT
25152 status collapsed
25153
25154 \begin_layout Plain Layout
25155
25156
25157 \backslash
25158 renewcommand{
25159 \backslash
25160 thefootnote}{
25161 \backslash
25162 arabic{footnote}}
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \begin_layout Standard
25171 \begin_inset VSpace bigskip
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Standard
25178 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25179  comando al preámbulo del documento:
25180 \end_layout
25181
25182 \begin_layout Standard
25183
25184 \series bold
25185
25186 \backslash
25187 numberwithin{footnote}{chapter}
25188 \end_layout
25189
25190 \begin_layout Standard
25191 Para poder usar el comando 
25192 \series bold
25193
25194 \backslash
25195 numberwithin
25196 \series default
25197 , marca la opción 
25198 \family sans
25199 Usar
25200 \family default
25201
25202 \begin_inset space ~
25203 \end_inset
25204
25205
25206 \family sans
25207 el
25208 \family default
25209
25210 \begin_inset space ~
25211 \end_inset
25212
25213
25214 \family sans
25215 paquete
25216 \family default
25217
25218 \begin_inset space ~
25219 \end_inset
25220
25221
25222 \family sans
25223 AMS
25224 \family default
25225  en la sección 
25226 \family sans
25227 Opciones para ecuaciones
25228 \family default
25229  de la configuración del documento.
25230 \end_layout
25231
25232 \begin_layout Standard
25233 \begin_inset ERT
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237
25238
25239 \backslash
25240 numberwithin{footnote}{chapter}
25241 \end_layout
25242
25243 \end_inset
25244
25245 Esto es otro ejemplo de nota al pie:
25246 \series bold
25247
25248 \begin_inset Foot
25249 status collapsed
25250
25251 \begin_layout Plain Layout
25252 Nota al pie numerada en el esquema 
25253 \begin_inset Quotes eld
25254 \end_inset
25255
25256 capítulo.nota
25257 \begin_inset Quotes erd
25258 \end_inset
25259
25260 .
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \series default
25267
25268 \begin_inset ERT
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272
25273
25274 \backslash
25275 renewcommand{
25276 \backslash
25277 thefootnote}{
25278 \backslash
25279 arabic{footnote}}
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 \begin_inset Note Greyedout
25289 status open
25290
25291 \begin_layout Plain Layout
25292
25293 \series bold
25294 Nota: 
25295 \backslash
25296 numberwithin 
25297 \series default
25298 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25299  previas para obtener números no arábigos se sobreescriben.
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 Así, para obtener por ejemplo el esquema «capítulo.
25309 \backslash
25310 Roman{footnote}», usa este comando en vez de 
25311 \series bold
25312
25313 \backslash
25314 numberwithin
25315 \series default
25316 :
25317 \end_layout
25318
25319 \begin_layout Standard
25320
25321 \series bold
25322
25323 \backslash
25324 renewcommand{
25325 \backslash
25326 thefootnote}{
25327 \backslash
25328 thechapter.
25329 \backslash
25330 Roman{footnote}}
25331 \end_layout
25332
25333 \begin_layout Subsection
25334 Colocación de notas al pie
25335 \begin_inset Index idx
25336 status open
25337
25338 \begin_layout Plain Layout
25339 Notas ! al pie ! colocación
25340 \end_layout
25341
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \begin_layout Standard
25348 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25349  entre ellas al final de la página.
25350  Para hacerlas más legibles puedes añadir 1.5
25351 \begin_inset space \thinspace{}
25352 \end_inset
25353
25354 mm, p.
25355 \begin_inset space \thinspace{}
25356 \end_inset
25357
25358 e., con el comando siguiente en el preámbulo:
25359 \end_layout
25360
25361 \begin_layout Standard
25362
25363 \series bold
25364
25365 \backslash
25366 let
25367 \backslash
25368 myFoot
25369 \backslash
25370 footnote
25371 \begin_inset Newline newline
25372 \end_inset
25373
25374
25375 \backslash
25376 renewcommand{
25377 \backslash
25378 footnote}[1]{
25379 \backslash
25380 myFoot{#1
25381 \backslash
25382 vspace{1.5mm}}}
25383 \end_layout
25384
25385 \begin_layout Standard
25386 \begin_inset VSpace bigskip
25387 \end_inset
25388
25389 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25390  véase la figura
25391 \begin_inset space ~
25392 \end_inset
25393
25394
25395 \begin_inset CommandInset ref
25396 LatexCommand ref
25397 reference "fig:Colocación-standard-del-pie"
25398
25399 \end_inset
25400
25401 .
25402  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25403  en la figura
25404 \begin_inset space ~
25405 \end_inset
25406
25407
25408 \begin_inset CommandInset ref
25409 LatexCommand ref
25410 reference "fig:Colocación-del-pie-en"
25411
25412 \end_inset
25413
25414 , usa el paquete LaTeX 
25415 \series bold
25416 ftnright
25417 \series default
25418
25419 \begin_inset Index idx
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423 LaTeX-paquetes ! ftnright
25424 \end_layout
25425
25426 \end_inset
25427
25428  con este comando en el preámbulo:
25429 \end_layout
25430
25431 \begin_layout Standard
25432
25433 \series bold
25434
25435 \backslash
25436 usepackage{ftnright}
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \begin_inset Float figure
25441 placement !h
25442 wide false
25443 sideways false
25444 status open
25445
25446 \begin_layout Plain Layout
25447 \begin_inset ERT
25448 status collapsed
25449
25450 \begin_layout Plain Layout
25451
25452
25453 \backslash
25454 framebox{
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \begin_inset Graphics
25461         filename ../clipart/without_fntright.pdf
25462         width 100col%
25463
25464 \end_inset
25465
25466
25467 \begin_inset ERT
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471
25472 }
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Plain Layout
25481 \begin_inset Caption
25482
25483 \begin_layout Plain Layout
25484 \begin_inset CommandInset label
25485 LatexCommand label
25486 name "fig:Colocación-standard-del-pie"
25487
25488 \end_inset
25489
25490 Colocación estándar de notas al pie en documentos a dos columnas.
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 \begin_inset Float figure
25505 placement !h
25506 wide false
25507 sideways false
25508 status open
25509
25510 \begin_layout Plain Layout
25511 \begin_inset ERT
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515
25516
25517 \backslash
25518 framebox{
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \begin_inset Graphics
25525         filename ../clipart/with_fntright.pdf
25526         width 100col%
25527
25528 \end_inset
25529
25530
25531 \begin_inset ERT
25532 status collapsed
25533
25534 \begin_layout Plain Layout
25535
25536 }
25537 \end_layout
25538
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \begin_layout Plain Layout
25545 \begin_inset Caption
25546
25547 \begin_layout Plain Layout
25548 \begin_inset CommandInset label
25549 LatexCommand label
25550 name "fig:Colocación-del-pie-en"
25551
25552 \end_inset
25553
25554 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25555  el paquete LaTeX 
25556 \series bold
25557 ftnright
25558 \series default
25559 .
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout Standard
25573 \begin_inset VSpace bigskip
25574 \end_inset
25575
25576 En alguna literatura científica es habitual reunir las notas para imprimirlas
25577  en un párrafo separado al final de la sección, como en la figura
25578 \begin_inset space ~
25579 \end_inset
25580
25581
25582 \begin_inset CommandInset ref
25583 LatexCommand ref
25584 reference "fig:Notas-al-pie-al-final"
25585
25586 \end_inset
25587
25588 .
25589  Para reunir las notas al final
25590 \begin_inset Index idx
25591 status collapsed
25592
25593 \begin_layout Plain Layout
25594 Notas ! al final
25595 \end_layout
25596
25597 \end_inset
25598
25599  en vez de a pie de página, carga en el menú 
25600 \family sans
25601 Documento\SpecialChar \menuseparator
25602 Configuratión\SpecialChar \menuseparator
25603 Módulos
25604 \family default
25605  el módulo 
25606 \family sans
25607 Pie
25608 \begin_inset space ~
25609 \end_inset
25610
25611 al
25612 \begin_inset space ~
25613 \end_inset
25614
25615 final
25616 \family default
25617 .
25618  Para insertar la colección de notas, escribe el comando
25619 \end_layout
25620
25621 \begin_layout Standard
25622
25623 \series bold
25624
25625 \backslash
25626 theendnotes
25627 \end_layout
25628
25629 \begin_layout Standard
25630 en código TeX al final de una sección o capítulo.
25631 \end_layout
25632
25633 \begin_layout Standard
25634 \begin_inset Float figure
25635 wide false
25636 sideways false
25637 status open
25638
25639 \begin_layout Plain Layout
25640 \align center
25641 \begin_inset ERT
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645
25646
25647 \backslash
25648 framebox{
25649 \end_layout
25650
25651 \end_inset
25652
25653
25654 \begin_inset Graphics
25655         filename ../clipart/endnotes.pdf
25656
25657 \end_inset
25658
25659
25660 \begin_inset ERT
25661 status collapsed
25662
25663 \begin_layout Plain Layout
25664
25665 }
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Plain Layout
25674 \begin_inset Caption
25675
25676 \begin_layout Plain Layout
25677 \begin_inset CommandInset label
25678 LatexCommand label
25679 name "fig:Notas-al-pie-al-final"
25680
25681 \end_inset
25682
25683 Notas al final: notas impresas en párrafo separado al final de la sección
25684  o del capítulo.
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 \begin_inset VSpace medskip
25699 \end_inset
25700
25701 La cabecera de párrafo para las notas finales no se traduce automáticamente
25702  al lenguaje del documento, hay que hacerlo manualmente.
25703  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
25704  español «Notas»:
25705 \end_layout
25706
25707 \begin_layout Standard
25708
25709 \series bold
25710
25711 \backslash
25712 renewcommand{
25713 \backslash
25714 notesname}{Notas}
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset VSpace medskip
25719 \end_inset
25720
25721 La numeración de notas finales puede cambiarse como la de las notas al pie,
25722  como se describe en la sección
25723 \begin_inset space ~
25724 \end_inset
25725
25726
25727 \begin_inset CommandInset ref
25728 LatexCommand ref
25729 reference "sub:Numeración-de-Notas-al-Pie"
25730
25731 \end_inset
25732
25733 ; sólo hay que reemplazar el comando 
25734 \series bold
25735
25736 \backslash
25737 thefootnote
25738 \series default
25739  por 
25740 \series bold
25741
25742 \backslash
25743 theendnote
25744 \series default
25745 .
25746  Para restablecer la numeración usa el comando 
25747 \series bold
25748
25749 \backslash
25750 @addtoreset
25751 \series default
25752  como se describe en la sección
25753 \begin_inset space ~
25754 \end_inset
25755
25756
25757 \begin_inset CommandInset ref
25758 LatexCommand ref
25759 reference "sub:Numeración-de-Notas-al-Pie"
25760
25761 \end_inset
25762
25763  y sustituye el parámetro de comando 
25764 \series bold
25765 footnote
25766 \series default
25767  por 
25768 \series bold
25769 endnote
25770 \series default
25771 .
25772 \end_layout
25773
25774 \begin_layout Standard
25775 Para notas al final hay el comando el comando 
25776 \series bold
25777
25778 \backslash
25779 endnotemark[número]
25780 \series default
25781  similar al comando 
25782 \series bold
25783
25784 \backslash
25785 footnotemark
25786 \series default
25787 , descrito en la sección
25788 \begin_inset space ~
25789 \end_inset
25790
25791
25792 \begin_inset CommandInset ref
25793 LatexCommand ref
25794 reference "sec:Notas-al-pie"
25795
25796 \end_inset
25797
25798 .
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \begin_inset VSpace bigskip
25803 \end_inset
25804
25805 Las notas al pie también pueden colocarse al margen de la página y la alineación
25806  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25807 \series bold
25808 footmisc
25809 \series default
25810
25811 \begin_inset Index idx
25812 status collapsed
25813
25814 \begin_layout Plain Layout
25815 LaTeX-paquetes ! footmisc
25816 \end_layout
25817
25818 \end_inset
25819
25820  
25821 \begin_inset CommandInset citation
25822 LatexCommand cite
25823 key "footmisc"
25824
25825 \end_inset
25826
25827  para más información.
25828 \end_layout
25829
25830 \begin_layout Standard
25831 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25832  
25833 \begin_inset CommandInset citation
25834 LatexCommand cite
25835 key "latexcompanion,latexguide,latexbook"
25836
25837 \end_inset
25838
25839 .
25840  
25841 \lang english
25842 If you are using a
25843 \lang spanish
25844  
25845 \series bold
25846 KOMA-Script
25847 \series default
25848
25849 \begin_inset Index idx
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 LaTeX-paquetes ! KOMA-Script
25854 \end_layout
25855
25856 \end_inset
25857
25858  
25859 \lang english
25860 document class, you can adjust all footnote settings using class-specific
25861  commands, see
25862 \lang spanish
25863  
25864 \begin_inset CommandInset citation
25865 LatexCommand cite
25866 key "KOMA-Script"
25867
25868 \end_inset
25869
25870 .
25871 \end_layout
25872
25873 \begin_layout Section
25874 Notas al margen
25875 \begin_inset Index idx
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879 Notas ! al margen
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 Las notas al margen se ven y se comportan en LyX como notas al pie.
25889  Se insertan con el menú 
25890 \family sans
25891 Insertar\SpecialChar \menuseparator
25892 Nota
25893 \begin_inset space ~
25894 \end_inset
25895
25896 al
25897 \begin_inset space ~
25898 \end_inset
25899
25900 margen
25901 \family default
25902  o con el botón 
25903 \begin_inset Graphics
25904         filename ../../images/marginalnote-insert.png
25905         scale 85
25906
25907 \end_inset
25908
25909 .
25910  Aparece un cuadro gris con la etiqueta 
25911 \family roman
25912 \series medium
25913 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25914 \end_layout
25915
25916 \begin_layout Standard
25917 Al lado hay un ejemplo de nota al margen.
25918
25919 \family roman
25920 \series medium
25921  
25922 \begin_inset Marginal
25923 status open
25924
25925 \begin_layout Plain Layout
25926 Esto es una nota al margen.
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Estas notas salen en el margen derecho en documentos a una cara.
25936  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25937  en páginas pares, derecho en páginas impares—.
25938  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25939  a la derecha si la nota aparece en el margen izquierdo—.
25940  La primera línea de la nota se sitúa en la posición de la línea del texto
25941  en la que se inserta en el documento.
25942 \end_layout
25943
25944 \begin_layout Standard
25945 \begin_inset VSpace bigskip
25946 \end_inset
25947
25948 Para colocar la nota en el margen interno añade el comando
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 reversemarginpar
25957 \end_layout
25958
25959 \begin_layout Standard
25960 en código TeX antes de la nota.
25961  La nueva colocación es válida para todas las siguientes notas al margen.
25962  
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 reversemarginpar 
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \begin_inset Marginal
25977 status open
25978
25979 \begin_layout Plain Layout
25980 Esto es una nota en el margen interno.
25981 \end_layout
25982
25983 \end_inset
25984
25985
25986 \series bold
25987
25988 \begin_inset Newline newline
25989 \end_inset
25990
25991
25992 \series default
25993
25994 \begin_inset Note Greyedout
25995 status open
25996
25997 \begin_layout Plain Layout
25998
25999 \series bold
26000 Nota:
26001 \series default
26002  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26003  no se mostrará correctamente en la salida.
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \begin_layout Standard
26012 Para volver a la ubicación predeterminada inserta en código TeX el comando
26013 \begin_inset ERT
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017
26018
26019 \backslash
26020 normalmarginpar 
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029
26030 \series bold
26031
26032 \backslash
26033 normalmarginpar
26034 \end_layout
26035
26036 \begin_layout Standard
26037 \begin_inset Note Greyedout
26038 status open
26039
26040 \begin_layout Plain Layout
26041
26042 \series bold
26043 Nota:
26044 \series default
26045  El comando se ignora si en el mismo párrafo está también presente el comando
26046  
26047 \series bold
26048
26049 \backslash
26050 reversemarginpar
26051 \series default
26052 .
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 \begin_inset VSpace bigskip
26062 \end_inset
26063
26064
26065 \family roman
26066 \series medium
26067
26068 \begin_inset Marginal
26069 status open
26070
26071 \begin_layout Plain Layout
26072 PalabraMuyLargaAlMargen no partida con guión.
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \family default
26079 \series default
26080  Como en el caso descrito en la sección
26081 \begin_inset space ~
26082 \end_inset
26083
26084
26085 \begin_inset CommandInset ref
26086 LatexCommand ref
26087 reference "sub:Líneas-Múltiples-en"
26088
26089 \end_inset
26090
26091 , una palabra larga no puede partirse con guión cuando es la primera en
26092  la nota al margen.
26093  Para evitar esto, inserta un espacio horizontal de 0
26094 \begin_inset space \thinspace{}
26095 \end_inset
26096
26097 pt antes de la palabra
26098 \family roman
26099 \series medium
26100 .
26101 \end_layout
26102
26103 \begin_layout Standard
26104
26105 \family roman
26106 \series medium
26107 \begin_inset Marginal
26108 status open
26109
26110 \begin_layout Plain Layout
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 hspace{0pt}
26119 \end_layout
26120
26121 \end_inset
26122
26123 PalabraMuyLargaAlMargen partida con guión.
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset VSpace bigskip
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Standard
26139 \begin_inset Note Greyedout
26140 status open
26141
26142 \begin_layout Plain Layout
26143
26144 \series bold
26145 Nota:
26146 \series default
26147  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26148  y notas al pie.
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 \begin_inset VSpace bigskip
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \begin_layout Standard
26164 \begin_inset ERT
26165 status collapsed
26166
26167 \begin_layout Plain Layout
26168
26169
26170 \backslash
26171 ifmarginnote
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \begin_inset Note Note
26178 status open
26179
26180 \begin_layout Plain Layout
26181 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26182  LaTeX 
26183 \series bold
26184 marginnote
26185 \series default
26186 .
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 Esta restricción se puede salvar con el paquete LaTeX 
26196 \series bold
26197 marginnote
26198 \series default
26199
26200 \begin_inset Index idx
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204 LaTeX-paquetes ! marginnote
26205 \end_layout
26206
26207 \end_inset
26208
26209 .
26210  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26211  notas al margen es redefinido para usar el comando proporcionado por el
26212  paquete 
26213 \series bold
26214 marginnote
26215 \series default
26216 :
26217 \end_layout
26218
26219 \begin_layout Standard
26220
26221 \series bold
26222
26223 \backslash
26224 usepackage{marginnote}
26225 \begin_inset Newline newline
26226 \end_inset
26227
26228
26229 \backslash
26230 let
26231 \backslash
26232 marginpar
26233 \backslash
26234 marginnote
26235 \end_layout
26236
26237 \begin_layout Standard
26238 Esto se ha utilizado en el presente documento porque 
26239 \series bold
26240 marginnote
26241 \series default
26242  tiene una característica adicional útil: Puedes establecer un desplazamiento
26243  vertical a la nota.
26244  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26245  diseño de la página.
26246  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26247  en código TeX
26248 \end_layout
26249
26250 \begin_layout Standard
26251
26252 \series bold
26253 [desplazamiento]
26254 \end_layout
26255
26256 \begin_layout Standard
26257 donde desplazamiento es una longitud en una de las unidades del cuadro
26258 \begin_inset space ~
26259 \end_inset
26260
26261
26262 \begin_inset CommandInset ref
26263 LatexCommand ref
26264 reference "tab:Unidades"
26265
26266 \end_inset
26267
26268 .
26269  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26270  abajo.
26271  
26272 \family roman
26273 \series medium
26274 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26275 \begin_inset space \thinspace{}
26276 \end_inset
26277
26278 cm arriba con el comando en código TeX 
26279 \begin_inset Quotes eld
26280 \end_inset
26281
26282
26283 \family default
26284 \series bold
26285 [-1.5cm]
26286 \family roman
26287 \series medium
26288
26289 \begin_inset Quotes erd
26290 \end_inset
26291
26292
26293 \begin_inset Marginal
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297 Esta nota está 1.5
26298 \begin_inset space \thinspace{}
26299 \end_inset
26300
26301 cm por encima de su posición original.
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \family default
26308 \series default
26309
26310 \begin_inset ERT
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314
26315 [-1.5cm]
26316 \end_layout
26317
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \begin_inset VSpace medskip
26325 \end_inset
26326
26327 Con 
26328 \series bold
26329 marginnote
26330 \series default
26331  también puedes cambiar la alineación del texto en el margen.
26332  Por ejemplo los comandos
26333 \end_layout
26334
26335 \begin_layout Standard
26336
26337 \series bold
26338
26339 \backslash
26340 renewcommand*{
26341 \backslash
26342 raggedleftmarginnote}{
26343 \backslash
26344 centering}
26345 \begin_inset Newline newline
26346 \end_inset
26347
26348
26349 \backslash
26350 renewcommand*{
26351 \backslash
26352 raggedrightmarginnote}{
26353 \backslash
26354 centering}
26355 \end_layout
26356
26357 \begin_layout Standard
26358 producen alineación centrada.
26359  
26360 \series bold
26361
26362 \backslash
26363 raggedleftmarginnote
26364 \series default
26365  identifica las notas que aparecen al lado izquierdo.
26366 \family roman
26367 \series medium
26368
26369 \begin_inset ERT
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373
26374
26375 \backslash
26376 renewcommand*{
26377 \backslash
26378 raggedleftmarginnote}{
26379 \backslash
26380 centering}
26381 \end_layout
26382
26383 \begin_layout Plain Layout
26384
26385
26386 \backslash
26387 renewcommand*{
26388 \backslash
26389 raggedrightmarginnote}{
26390 \backslash
26391 centering}
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \begin_inset Marginal
26398 status open
26399
26400 \begin_layout Plain Layout
26401 El texto de esta nota está centrado.
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \family default
26408 \series default
26409  El valor predeterminado es 
26410 \end_layout
26411
26412 \begin_layout Standard
26413
26414 \series bold
26415
26416 \backslash
26417 renewcommand*{
26418 \backslash
26419 raggedleftmarginnote}{
26420 \backslash
26421 raggedleft}
26422 \begin_inset Newline newline
26423 \end_inset
26424
26425
26426 \backslash
26427 renewcommand*{
26428 \backslash
26429 raggedrightmarginnote}{
26430 \backslash
26431 raggedright}
26432 \family roman
26433 \series medium
26434
26435 \begin_inset ERT
26436 status collapsed
26437
26438 \begin_layout Plain Layout
26439
26440
26441 \backslash
26442 renewcommand*{
26443 \backslash
26444 raggedleftmarginnote}{
26445 \backslash
26446 raggedleft}
26447 \end_layout
26448
26449 \begin_layout Plain Layout
26450
26451
26452 \backslash
26453 renewcommand*{
26454 \backslash
26455 raggedrightmarginnote}{
26456 \backslash
26457 raggedright}
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset VSpace medskip
26467 \end_inset
26468
26469 Para otras características de 
26470 \series bold
26471 marginnote
26472 \series default
26473  mira en su documentación 
26474 \begin_inset CommandInset citation
26475 LatexCommand cite
26476 key "marginnote"
26477
26478 \end_inset
26479
26480 .
26481 \end_layout
26482
26483 \begin_layout Standard
26484 \begin_inset VSpace bigskip
26485 \end_inset
26486
26487 El diseño de las notas al margen puede ser redefinido.
26488  Por ejemplo, para crear una cabecera para todas las notas con el texto
26489  
26490 \begin_inset Quotes eld
26491 \end_inset
26492
26493
26494 \series bold
26495 \bar under
26496 ¡
26497 \family sans
26498 Atención
26499 \family default
26500 !
26501 \series default
26502 \bar default
26503
26504 \begin_inset Quotes erd
26505 \end_inset
26506
26507 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26508 \end_layout
26509
26510 \begin_layout Standard
26511
26512 \series bold
26513
26514 \backslash
26515 let
26516 \backslash
26517 myMarginpar
26518 \backslash
26519 marginpar
26520 \begin_inset Newline newline
26521 \end_inset
26522
26523
26524 \backslash
26525 renewcommand{
26526 \backslash
26527 marginpar}[1]{
26528 \backslash
26529 myMarginpar{%
26530 \begin_inset Newline newline
26531 \end_inset
26532
26533
26534 \begin_inset Phantom HPhantom
26535 status open
26536
26537 \begin_layout Plain Layout
26538
26539 \series bold
26540 \begin_inset space ~
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \backslash
26550 hspace{0pt}
26551 \backslash
26552 textsf{
26553 \backslash
26554 textbf{
26555 \backslash
26556 underbar{¡Atención!}}}%
26557 \begin_inset Newline newline
26558 \end_inset
26559
26560
26561 \begin_inset Phantom HPhantom
26562 status open
26563
26564 \begin_layout Plain Layout
26565
26566 \series bold
26567 \begin_inset space ~
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \backslash
26577 vspace{1.5mm}
26578 \backslash
26579
26580 \backslash
26581 #1}}
26582 \end_layout
26583
26584 \begin_layout Standard
26585
26586 \family roman
26587 \series medium
26588 \begin_inset ERT
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592
26593
26594 \backslash
26595 let
26596 \backslash
26597 myMarginpar
26598 \backslash
26599 marginpar
26600 \end_layout
26601
26602 \begin_layout Plain Layout
26603
26604
26605 \backslash
26606 renewcommand{
26607 \backslash
26608 marginpar}[1]{
26609 \backslash
26610 myMarginpar{%
26611 \end_layout
26612
26613 \begin_layout Plain Layout
26614
26615    
26616 \backslash
26617 textsf{
26618 \backslash
26619 textbf{
26620 \backslash
26621 underbar{¡Atención!}}}%
26622 \end_layout
26623
26624 \begin_layout Plain Layout
26625
26626    
26627 \backslash
26628 vspace{1.5mm}
26629 \backslash
26630
26631 \backslash
26632 #1}}
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \begin_inset Marginal
26639 status open
26640
26641 \begin_layout Plain Layout
26642 Esta es una nota con una cabecera definida.
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \family default
26649 \series default
26650
26651 \begin_inset ERT
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655
26656 [-1.5cm]
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \family roman
26663 \series medium
26664
26665 \begin_inset ERT
26666 status collapsed
26667
26668 \begin_layout Plain Layout
26669
26670
26671 \backslash
26672 renewcommand{
26673 \backslash
26674 marginpar}[1]{
26675 \backslash
26676 myMarginpar{#1}}
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \family default
26683 \series default
26684
26685 \begin_inset Note Note
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 else
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \begin_inset Note Note
26712 status open
26713
26714 \begin_layout Plain Layout
26715 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26716  
26717 \series bold
26718 marginnote
26719 \series default
26720 .
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Standard
26729 Debes instalar el paquete LaTeX 
26730 \series bold
26731 marginnote
26732 \series default
26733  para ver la parte siguiente en la salida.
26734 \end_layout
26735
26736 \begin_layout Standard
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741
26742
26743 \backslash
26744 fi
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \begin_layout Chapter
26753 Marcos
26754 \end_layout
26755
26756 \begin_layout Section
26757 Introducción
26758 \begin_inset Index idx
26759 status collapsed
26760
26761 \begin_layout Plain Layout
26762 Marcos ! Introducción
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Standard
26771 Los marcos se emplean para dar formato a bloques de texto.
26772  Se pueden usar para escribir documentos con varios idiomas, véase sección
26773 \begin_inset space ~
26774 \end_inset
26775
26776
26777 \begin_inset CommandInset ref
26778 LatexCommand ref
26779 reference "sec:Minipáginas"
26780
26781 \end_inset
26782
26783 , enmarcar textos, véase sección
26784 \begin_inset space ~
26785 \end_inset
26786
26787
26788 \begin_inset CommandInset ref
26789 LatexCommand ref
26790 reference "sec:Decoración"
26791
26792 \end_inset
26793
26794 , evitar la división de palabras, véase sección
26795 \begin_inset space ~
26796 \end_inset
26797
26798
26799 \begin_inset CommandInset ref
26800 LatexCommand ref
26801 reference "sec:Evitar-la-Partición"
26802
26803 \end_inset
26804
26805 , alinear texto, véase sección
26806 \begin_inset space ~
26807 \end_inset
26808
26809
26810 \begin_inset CommandInset ref
26811 LatexCommand ref
26812 reference "sub:Alineación-Vertical"
26813
26814 \end_inset
26815
26816 , o para poner color de fondo a un texto, véase sección
26817 \begin_inset space ~
26818 \end_inset
26819
26820
26821 \begin_inset CommandInset ref
26822 LatexCommand ref
26823 reference "sec:Marcos-Coloreados"
26824
26825 \end_inset
26826
26827 .
26828 \end_layout
26829
26830 \begin_layout Standard
26831 Se insertan con el menú 
26832 \family sans
26833 Insertar\SpecialChar \menuseparator
26834 Marco
26835 \family default
26836  o con el botón 
26837 \begin_inset Graphics
26838         filename ../../images/box-insert.png
26839         scale 85
26840
26841 \end_inset
26842
26843 .
26844  Surge un recuadro gris con la etiqueta 
26845 \family sans
26846 Marco (Minipágina)
26847 \family default
26848
26849 \begin_inset Graphics
26850         filename clipart/CuadroMinipagQt4.png
26851         scale 75
26852         keepAspectRatio
26853
26854 \end_inset
26855
26856 .
26857  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
26858  
26859 \family sans
26860 Configuración
26861 \family default
26862 .
26863  Sale un diálogo en el que 
26864 \family sans
26865 Marco
26866 \family default
26867
26868 \begin_inset space ~
26869 \end_inset
26870
26871
26872 \family sans
26873 interior
26874 \family default
26875  permite escoger los tipos
26876 \family sans
26877  Minipágina
26878 \family default
26879
26880 \family sans
26881 Marco de párrafo
26882 \family default
26883  y 
26884 \family sans
26885 Marco de 
26886 \family default
26887 línea.
26888  
26889 \family sans
26890 Minipágina
26891 \family default
26892  es el predeterminado para nuevos marcos y se explica en la sección
26893 \begin_inset space ~
26894 \end_inset
26895
26896
26897 \begin_inset CommandInset ref
26898 LatexCommand ref
26899 reference "sec:Minipáginas"
26900
26901 \end_inset
26902
26903 ; el tipo 
26904 \family sans
26905 Marco de párrafo
26906 \family default
26907  se describe en la sección
26908 \begin_inset space ~
26909 \end_inset
26910
26911
26912 \begin_inset CommandInset ref
26913 LatexCommand ref
26914 reference "sec:Marcos-de-Párrafo"
26915
26916 \end_inset
26917
26918  y el tipo 
26919 \family sans
26920 Marco de línea
26921 \family default
26922  se describe en la sección
26923 \begin_inset space ~
26924 \end_inset
26925
26926
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "sec:Evitar-la-Partición"
26930
26931 \end_inset
26932
26933 .
26934 \end_layout
26935
26936 \begin_layout Standard
26937 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
26938  o las notas al pie.
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset Note Greyedout
26943 status open
26944
26945 \begin_layout Plain Layout
26946
26947 \series bold
26948 Nota:
26949 \series default
26950  Los marcos no deben ser el ítem en un entorno 
26951 \family sans
26952 Enumeración*
26953 \family default
26954  o 
26955 \family sans
26956 Descripción
26957 \family default
26958 .
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \begin_layout Standard
26967 \begin_inset Note Greyedout
26968 status open
26969
26970 \begin_layout Plain Layout
26971
26972 \series bold
26973 Nota:
26974 \series default
26975  Por razones desconocidas sólo se puede poner el tipo 
26976 \family sans
26977 Marco
26978 \begin_inset space ~
26979 \end_inset
26980
26981 interior
26982 \family default
26983  en 
26984 \family sans
26985 Ninguno
26986 \family default
26987  cuando se emplea un marco enmarcado.
26988  Los marcos sin ningún tipo de 
26989 \family sans
26990 Marco
26991 \begin_inset space ~
26992 \end_inset
26993
26994 interior
26995 \family default
26996  y sin bordes se explican en la sección
26997 \begin_inset space ~
26998 \end_inset
26999
27000
27001 \begin_inset CommandInset ref
27002 LatexCommand ref
27003 reference "sec:Evitar-la-Partición"
27004
27005 \end_inset
27006
27007 .
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Section
27016 Diálogo de marcos
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "sec:Diálogo-Marcos"
27020
27021 \end_inset
27022
27023
27024 \begin_inset Index idx
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028 Marcos ! Configuración
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Subsection
27037 Tamaño
27038 \begin_inset Index idx
27039 status collapsed
27040
27041 \begin_layout Plain Layout
27042 Marcos ! Tamaño
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Standard
27051 En el diálogo puedes ajustar la geometría del marco en los campos 
27052 \family sans
27053 Ancho
27054 \family default
27055  y 
27056 \family sans
27057 Alto
27058 \family default
27059 .
27060  Las unidades disponibles para la geometría se describen en el cuadro
27061 \begin_inset space ~
27062 \end_inset
27063
27064
27065 \begin_inset CommandInset ref
27066 LatexCommand ref
27067 reference "tab:Unidades"
27068
27069 \end_inset
27070
27071 .
27072  El campo 
27073 \family sans
27074 Alto
27075 \family default
27076  ofrece los siguientes tamaños adicionales:
27077 \end_layout
27078
27079 \begin_layout Description
27080 Profundidad Es la 
27081 \begin_inset Quotes fld
27082 \end_inset
27083
27084 altura
27085 \begin_inset Quotes frd
27086 \end_inset
27087
27088  del texto plano.
27089  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27090  marco:
27091 \begin_inset Newline newline
27092 \end_inset
27093
27094
27095 \begin_inset Newline newline
27096 \end_inset
27097
27098
27099 \begin_inset Newline newline
27100 \end_inset
27101
27102
27103 \begin_inset Newline newline
27104 \end_inset
27105
27106
27107 \begin_inset Box Boxed
27108 position "c"
27109 hor_pos "c"
27110 has_inner_box 1
27111 inner_pos "c"
27112 use_parbox 0
27113 use_makebox 0
27114 width "12col%"
27115 special "none"
27116 height "1in"
27117 height_special "depth"
27118 status open
27119
27120 \begin_layout Plain Layout
27121 \align center
27122 Marco con altura establecida en 1
27123 \begin_inset space \thinspace{}
27124 \end_inset
27125
27126 Profundidad
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \begin_inset Newline newline
27133 \end_inset
27134
27135
27136 \begin_inset Newline newline
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Description
27143 Alto Es la altura del texto que está dentro del marco.
27144  Un valor de, p.
27145 \begin_inset space \thinspace{}
27146 \end_inset
27147
27148 e.
27149 \begin_inset space ~
27150 \end_inset
27151
27152 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27153  
27154 \begin_inset Box Boxed
27155 position "c"
27156 hor_pos "c"
27157 has_inner_box 1
27158 inner_pos "c"
27159 use_parbox 0
27160 use_makebox 0
27161 width "20col%"
27162 special "none"
27163 height "2in"
27164 height_special "height"
27165 status open
27166
27167 \begin_layout Plain Layout
27168 \align center
27169 Marco con altura puesta en 2
27170 \begin_inset space \thinspace{}
27171 \end_inset
27172
27173 Alto
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \begin_layout Description
27182 Alto
27183 \begin_inset space ~
27184 \end_inset
27185
27186 total Esto es el Alto
27187 \begin_inset space \thinspace{}
27188 \end_inset
27189
27190 +
27191 \begin_inset space \thinspace{}
27192 \end_inset
27193
27194 Profundidad: 
27195 \begin_inset Box Boxed
27196 position "c"
27197 hor_pos "c"
27198 has_inner_box 1
27199 inner_pos "c"
27200 use_parbox 0
27201 use_makebox 0
27202 width "20col%"
27203 special "none"
27204 height "1in"
27205 height_special "totalheight"
27206 status open
27207
27208 \begin_layout Plain Layout
27209 \align center
27210 Marco con altura puesta a 1
27211 \begin_inset space \thinspace{}
27212 \end_inset
27213
27214 Alto
27215 \begin_inset space ~
27216 \end_inset
27217
27218 total
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Description
27227 Ancho Esto determina al ancho del marco como altura: 
27228 \begin_inset Box Boxed
27229 position "c"
27230 hor_pos "c"
27231 has_inner_box 1
27232 inner_pos "c"
27233 use_parbox 0
27234 use_makebox 0
27235 width "12col%"
27236 special "none"
27237 height "1in"
27238 height_special "width"
27239 status open
27240
27241 \begin_layout Plain Layout
27242 \align center
27243 Marco con altura puesta en 1
27244 \begin_inset space \thinspace{}
27245 \end_inset
27246
27247 Ancho
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Subsection
27256 Alineación
27257 \begin_inset Index idx
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261 Marcos ! Alineación
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Standard
27270 Si has elegido un 
27271 \family sans
27272 Marco
27273 \begin_inset space ~
27274 \end_inset
27275
27276 interior
27277 \family default
27278 , la alineación vertical del marco puede ser:
27279 \end_layout
27280
27281 \begin_layout Description
27282 Superior Ejemplo de línea de texto.
27283  
27284 \begin_inset Box Boxed
27285 position "t"
27286 hor_pos "c"
27287 has_inner_box 1
27288 inner_pos "c"
27289 use_parbox 0
27290 use_makebox 0
27291 width "12col%"
27292 special "none"
27293 height "1in"
27294 height_special "totalheight"
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 \align center
27299 marco alineado arriba.
27300 \end_layout
27301
27302 \end_inset
27303
27304  Ejemplo de línea de texto.
27305 \end_layout
27306
27307 \begin_layout Description
27308 Medio Ejemplo de línea de texto.
27309  
27310 \begin_inset Box Boxed
27311 position "c"
27312 hor_pos "c"
27313 has_inner_box 1
27314 inner_pos "c"
27315 use_parbox 0
27316 use_makebox 0
27317 width "12col%"
27318 special "none"
27319 height "1in"
27320 height_special "totalheight"
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 \align center
27325 marco alineado en medio.
27326 \end_layout
27327
27328 \end_inset
27329
27330  Ejemplo de línea de texto.
27331 \end_layout
27332
27333 \begin_layout Description
27334 Inferior Ejemplo de línea de texto.
27335  
27336 \begin_inset Box Boxed
27337 position "b"
27338 hor_pos "c"
27339 has_inner_box 1
27340 inner_pos "c"
27341 use_parbox 0
27342 use_makebox 0
27343 width "12col%"
27344 special "none"
27345 height "1in"
27346 height_special "totalheight"
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350 \align center
27351 marco alineado abajo.
27352 \end_layout
27353
27354 \end_inset
27355
27356  Ejemplo de línea de texto.
27357 \end_layout
27358
27359 \begin_layout Standard
27360 \begin_inset Note Greyedout
27361 status open
27362
27363 \begin_layout Plain Layout
27364
27365 \series bold
27366 Nota:
27367 \series default
27368  La alineación vertical puede desaparecer en la salida si hay dos marcos
27369  en una línea y, p.
27370 \begin_inset space \thinspace{}
27371 \end_inset
27372
27373 e., uno de ellos tiene sombreado y el otro no.
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Standard
27382 La alineación horizontal del marco puede establecerse en el diálogo de configura
27383 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27384 \end_layout
27385
27386 \begin_layout Standard
27387 \begin_inset VSpace bigskip
27388 \end_inset
27389
27390 Si has escogido un 
27391 \family sans
27392 Marco
27393 \begin_inset space ~
27394 \end_inset
27395
27396 interior
27397 \family default
27398 , el contenido puede alinearse verticalmente a:
27399 \end_layout
27400
27401 \begin_layout Description
27402 Superior Ejemplo de línea de texto.
27403  
27404 \begin_inset Box Boxed
27405 position "c"
27406 hor_pos "c"
27407 has_inner_box 1
27408 inner_pos "t"
27409 use_parbox 0
27410 use_makebox 0
27411 width "12col%"
27412 special "none"
27413 height "1.5in"
27414 height_special "totalheight"
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418 \align center
27419 marco con texto alineado arriba.
27420 \end_layout
27421
27422 \end_inset
27423
27424  Ejemplo de línea de texto.
27425 \end_layout
27426
27427 \begin_layout Description
27428 Medio Ejemplo de línea de texto.
27429  
27430 \begin_inset Box Boxed
27431 position "c"
27432 hor_pos "c"
27433 has_inner_box 1
27434 inner_pos "c"
27435 use_parbox 0
27436 use_makebox 0
27437 width "12col%"
27438 special "none"
27439 height "1.5in"
27440 height_special "totalheight"
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 \align center
27445 marco con texto alineado en medio.
27446 \end_layout
27447
27448 \end_inset
27449
27450  Ejemplo de línea de texto.
27451 \end_layout
27452
27453 \begin_layout Description
27454 Inferior Ejemplo de línea de texto.
27455  
27456 \begin_inset Box Boxed
27457 position "c"
27458 hor_pos "c"
27459 has_inner_box 1
27460 inner_pos "b"
27461 use_parbox 0
27462 use_makebox 0
27463 width "12col%"
27464 special "none"
27465 height "1.5in"
27466 height_special "totalheight"
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470 \align center
27471 marco con texto alineado abajo.
27472 \end_layout
27473
27474 \end_inset
27475
27476  Ejemplo de línea de texto.
27477 \end_layout
27478
27479 \begin_layout Description
27480 Estirado Ejemplo de línea de texto.
27481  
27482 \begin_inset Box Boxed
27483 position "c"
27484 hor_pos "c"
27485 has_inner_box 1
27486 inner_pos "s"
27487 use_parbox 0
27488 use_makebox 0
27489 width "12col%"
27490 special "none"
27491 height "1.5in"
27492 height_special "totalheight"
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 \align center
27497 Este texto
27498 \end_layout
27499
27500 \begin_layout Plain Layout
27501 \align center
27502 está
27503 \end_layout
27504
27505 \begin_layout Plain Layout
27506 \align center
27507 estirado.
27508 \end_layout
27509
27510 \end_inset
27511
27512  Ejemplo de línea de texto.
27513 \end_layout
27514
27515 \begin_layout Standard
27516 Para estirar el contenido debe tener más de un párrafo.
27517  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27518 \end_layout
27519
27520 \begin_layout Standard
27521 \begin_inset VSpace bigskip
27522 \end_inset
27523
27524 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27525  LyX cuando hayas escogido un 
27526 \family sans
27527 Marco
27528 \begin_inset space ~
27529 \end_inset
27530
27531 interior
27532 \family default
27533 .
27534 \end_layout
27535
27536 \begin_layout Standard
27537 \align center
27538 \begin_inset Box Boxed
27539 position "c"
27540 hor_pos "c"
27541 has_inner_box 1
27542 inner_pos "s"
27543 use_parbox 0
27544 use_makebox 0
27545 width "15col%"
27546 special "none"
27547 height "1.25in"
27548 height_special "totalheight"
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 \align left
27553 marco
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557 \align center
27558 con texto
27559 \end_layout
27560
27561 \begin_layout Plain Layout
27562 \align right
27563 estirado
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \begin_layout Standard
27572 Si no has establecido un 
27573 \family sans
27574 Marco
27575 \begin_inset space ~
27576 \end_inset
27577
27578 interior
27579 \family default
27580 , puedes alinear horizontalmente el contenido del marco en el diálogo de
27581  marcos.
27582 \end_layout
27583
27584 \begin_layout Standard
27585 \align center
27586 \begin_inset Box Boxed
27587 position "c"
27588 hor_pos "s"
27589 has_inner_box 0
27590 inner_pos "s"
27591 use_parbox 0
27592 use_makebox 0
27593 width "90col%"
27594 special "none"
27595 height "1.25in"
27596 height_special "totalheight"
27597 status open
27598
27599 \begin_layout Plain Layout
27600 Texto estirado horizontalmente.
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Subsection
27609 Decoración
27610 \begin_inset CommandInset label
27611 LatexCommand label
27612 name "sec:Decoración"
27613
27614 \end_inset
27615
27616
27617 \begin_inset Index idx
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 Marcos ! Decoración
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 El estilo de borde del marco se puede determinar en la lista desplegable
27631  
27632 \family sans
27633 Tipo
27634 \family default
27635  del diálogo de marcos.
27636  Son posibles los siguientes bordes:
27637 \end_layout
27638
27639 \begin_layout Description
27640 Sin
27641 \begin_inset space ~
27642 \end_inset
27643
27644 borde No se dibuja ninguno.
27645 \end_layout
27646
27647 \begin_layout Description
27648 Borde
27649 \begin_inset space ~
27650 \end_inset
27651
27652 rectangular
27653 \begin_inset space ~
27654 \end_inset
27655
27656 sencillo Dibuja un borde rectangular alrededor del marco.
27657  El grosor del borde depende de 
27658 \series bold
27659
27660 \backslash
27661 fboxrule
27662 \series default
27663 .
27664  
27665 \begin_inset Box Boxed
27666 position "c"
27667 hor_pos "c"
27668 has_inner_box 1
27669 inner_pos "c"
27670 use_parbox 0
27671 use_makebox 0
27672 width "25col%"
27673 special "none"
27674 height "1in"
27675 height_special "totalheight"
27676 status open
27677
27678 \begin_layout Plain Layout
27679 \align center
27680 Marco rectangular
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \begin_layout Description
27689 Borde
27690 \begin_inset space ~
27691 \end_inset
27692
27693 ovalado,
27694 \begin_inset space ~
27695 \end_inset
27696
27697 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
27698 \begin_inset space \thinspace{}
27699 \end_inset
27700
27701 pt.
27702  
27703 \begin_inset Box ovalbox
27704 position "c"
27705 hor_pos "c"
27706 has_inner_box 1
27707 inner_pos "c"
27708 use_parbox 0
27709 use_makebox 0
27710 width "25col%"
27711 special "none"
27712 height "1in"
27713 height_special "totalheight"
27714 status open
27715
27716 \begin_layout Plain Layout
27717 \align center
27718 Borde ovalado, fino
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Description
27727 Borde
27728 \begin_inset space ~
27729 \end_inset
27730
27731 ovalado,
27732 \begin_inset space ~
27733 \end_inset
27734
27735 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
27736 \begin_inset space \thinspace{}
27737 \end_inset
27738
27739 pt.
27740  
27741 \begin_inset Box Ovalbox
27742 position "c"
27743 hor_pos "c"
27744 has_inner_box 1
27745 inner_pos "c"
27746 use_parbox 0
27747 use_makebox 0
27748 width "30col%"
27749 special "none"
27750 height "1in"
27751 height_special "totalheight"
27752 status open
27753
27754 \begin_layout Plain Layout
27755 \align center
27756 Borde ovalado, grueso
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Description
27765 Borde
27766 \begin_inset space ~
27767 \end_inset
27768
27769 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
27770  El grosor de la línea tiene el tamaño dado por 
27771 \series bold
27772
27773 \backslash
27774 fboxrule
27775 \series default
27776 , la sombra tiene una anchura de 4
27777 \begin_inset space \thinspace{}
27778 \end_inset
27779
27780 pt.
27781  
27782 \begin_inset Box Shadowbox
27783 position "c"
27784 hor_pos "c"
27785 has_inner_box 1
27786 inner_pos "c"
27787 use_parbox 0
27788 use_makebox 0
27789 width "20col%"
27790 special "none"
27791 height "1in"
27792 height_special "totalheight"
27793 status open
27794
27795 \begin_layout Plain Layout
27796 \align center
27797 Borde sombrado
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Description
27806 Fondo
27807 \begin_inset space ~
27808 \end_inset
27809
27810 coloreado Dibuja un cuadro con fondo de color rojo.
27811  A diferencia de los cuadros coloreados,
27812 \begin_inset Foot
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 véase sec.
27817  
27818 \begin_inset CommandInset ref
27819 LatexCommand ref
27820 reference "sec:Marcos-Coloreados"
27821
27822 \end_inset
27823
27824
27825 \end_layout
27826
27827 \end_inset
27828
27829  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27830 \begin_inset Box Shaded
27831 position "t"
27832 hor_pos "c"
27833 has_inner_box 0
27834 inner_pos "t"
27835 use_parbox 0
27836 use_makebox 0
27837 width "50col%"
27838 special "none"
27839 height "1in"
27840 height_special "totalheight"
27841 status open
27842
27843 \begin_layout Plain Layout
27844 Cuadro con fondo sombreado
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Description
27853 Borde
27854 \begin_inset space ~
27855 \end_inset
27856
27857 rectangular
27858 \begin_inset space ~
27859 \end_inset
27860
27861 doble Dibuja un rectángulo de línea doble alrededor.
27862  El grosor de la línea interior es 0.75
27863 \begin_inset space \thinspace{}
27864 \end_inset
27865
27866
27867 \series bold
27868
27869 \backslash
27870 fboxrule
27871 \series default
27872 , el de la línea exterior es 1.5
27873 \begin_inset space \thinspace{}
27874 \end_inset
27875
27876
27877 \series bold
27878
27879 \backslash
27880 fboxrule
27881 \series default
27882 .
27883  La distancia entre líneas es 1.5
27884 \begin_inset space \thinspace{}
27885 \end_inset
27886
27887
27888 \series bold
27889
27890 \backslash
27891 fboxrule
27892 \series default
27893
27894 \begin_inset space \thinspace{}
27895 \end_inset
27896
27897 +
27898 \begin_inset space \thinspace{}
27899 \end_inset
27900
27901 0.5
27902 \begin_inset space \thinspace{}
27903 \end_inset
27904
27905 pt.
27906  
27907 \begin_inset Box Doublebox
27908 position "c"
27909 hor_pos "c"
27910 has_inner_box 1
27911 inner_pos "c"
27912 use_parbox 0
27913 use_makebox 0
27914 width "20col%"
27915 special "none"
27916 height "1in"
27917 height_special "totalheight"
27918 status open
27919
27920 \begin_layout Plain Layout
27921 \align center
27922 Borde doble
27923 \end_layout
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \begin_layout Standard
27931 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
27932  Para poder utilizar los distintos bordes, debe estar instalado el paquete
27933  LaTeX 
27934 \series bold
27935 fancybox
27936 \series default
27937
27938 \begin_inset Index idx
27939 status collapsed
27940
27941 \begin_layout Plain Layout
27942 LaTeX-paquetes ! fancybox
27943 \end_layout
27944
27945 \end_inset
27946
27947 .
27948 \end_layout
27949
27950 \begin_layout Standard
27951 \begin_inset VSpace bigskip
27952 \end_inset
27953
27954 Si usas la decoración 
27955 \family sans
27956 borde rectangular sencillo
27957 \family default
27958  sin marco interior, puedes permitir saltos de página dentro del marco.
27959  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
27960  el borde usa siempre todo el ancho de columna, el marco se establece como
27961  su párrafo propio y 
27962 \series bold
27963
27964 \backslash
27965 fboxrule
27966 \series default
27967  y 
27968 \series bold
27969
27970 \backslash
27971 fboxsep
27972 \series default
27973  no funcionan.
27974  El grosor del borde tiene el tamaño de 
27975 \series bold
27976
27977 \backslash
27978 FrameRule
27979 \series default
27980 .
27981 \begin_inset Box Framed
27982 position "t"
27983 hor_pos "c"
27984 has_inner_box 0
27985 inner_pos "t"
27986 use_parbox 0
27987 use_makebox 0
27988 width "100col%"
27989 special "none"
27990 height "1in"
27991 height_special "totalheight"
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 Cuadro que permite saltos de página
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Section
28004 Personalización de marcos
28005 \begin_inset Index idx
28006 status collapsed
28007
28008 \begin_layout Plain Layout
28009 Marcos ! Personalizar
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Standard
28018 El valor predeterminado por 
28019 \series bold
28020
28021 \backslash
28022 fboxrule
28023 \series default
28024  es 0.4
28025 \begin_inset space \thinspace{}
28026 \end_inset
28027
28028 pt.
28029  Puede cambiarse con el siguiente comando en código TeX, p.
28030 \begin_inset space \thinspace{}
28031 \end_inset
28032
28033 e.
28034 \begin_inset space ~
28035 \end_inset
28036
28037 a
28038 \begin_inset space ~
28039 \end_inset
28040
28041 2
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 pt:
28046 \end_layout
28047
28048 \begin_layout Standard
28049
28050 \series bold
28051
28052 \backslash
28053 setlength{
28054 \backslash
28055 fboxrule}{2pt}
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \begin_inset ERT
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063
28064
28065 \backslash
28066 setlength{
28067 \backslash
28068 fboxrule}{2pt}
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \begin_inset Box Boxed
28075 position "c"
28076 hor_pos "c"
28077 has_inner_box 1
28078 inner_pos "c"
28079 use_parbox 0
28080 use_makebox 0
28081 width "25col%"
28082 special "none"
28083 height "1in"
28084 height_special "totalheight"
28085 status open
28086
28087 \begin_layout Plain Layout
28088 \align center
28089 Marco rectangular con 
28090 \series bold
28091
28092 \backslash
28093 fboxrule
28094 \series default
28095
28096 \begin_inset space \thinspace{}
28097 \end_inset
28098
28099 =
28100 \begin_inset space \thinspace{}
28101 \end_inset
28102
28103 2
28104 \begin_inset space \thinspace{}
28105 \end_inset
28106
28107 pt
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \begin_inset ERT
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117
28118
28119 \backslash
28120 setlength{
28121 \backslash
28122 fboxrule}{0.4pt}
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 \begin_inset VSpace bigskip
28132 \end_inset
28133
28134 El espacio entre el borde y el contenido del cuadro es 3
28135 \begin_inset space \thinspace{}
28136 \end_inset
28137
28138 pt por omisión para todos los estilos.
28139  Se puede cambiar mediante la longitud 
28140 \series bold
28141
28142 \backslash
28143 fboxsep
28144 \series default
28145 .
28146  Por ejemplo el comando
28147 \end_layout
28148
28149 \begin_layout Standard
28150
28151 \series bold
28152
28153 \backslash
28154 setlength{
28155 \backslash
28156 fboxsep}{10pt}
28157 \end_layout
28158
28159 \begin_layout Standard
28160 determina un valor de 10
28161 \begin_inset space \thinspace{}
28162 \end_inset
28163
28164 pt, como en el siguiente marco:
28165 \end_layout
28166
28167 \begin_layout Standard
28168 \begin_inset ERT
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172
28173
28174 \backslash
28175 setlength{
28176 \backslash
28177 fboxsep}{10pt}
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \begin_inset Box Boxed
28184 position "c"
28185 hor_pos "c"
28186 has_inner_box 1
28187 inner_pos "c"
28188 use_parbox 0
28189 use_makebox 0
28190 width "25col%"
28191 special "none"
28192 height "1in"
28193 height_special "totalheight"
28194 status open
28195
28196 \begin_layout Plain Layout
28197 \align center
28198 Marco rectangular con 
28199 \series bold
28200
28201 \backslash
28202 fboxsep
28203 \series default
28204
28205 \begin_inset space \thinspace{}
28206 \end_inset
28207
28208 =
28209 \begin_inset space \thinspace{}
28210 \end_inset
28211
28212 10
28213 \begin_inset space \thinspace{}
28214 \end_inset
28215
28216 pt
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \begin_inset ERT
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226
28227
28228 \backslash
28229 setlength{
28230 \backslash
28231 fboxsep}{3pt}
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \begin_layout Standard
28240 \begin_inset VSpace bigskip
28241 \end_inset
28242
28243 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28244  el comando 
28245 \series bold
28246
28247 \backslash
28248 cornersize
28249 \series default
28250 .
28251  El comando
28252 \end_layout
28253
28254 \begin_layout Standard
28255
28256 \series bold
28257
28258 \backslash
28259 cornersize*{1cm}
28260 \end_layout
28261
28262 \begin_layout Standard
28263 establece un diámetro de 1
28264 \begin_inset space \thinspace{}
28265 \end_inset
28266
28267 cm.
28268  El comando
28269 \end_layout
28270
28271 \begin_layout Standard
28272
28273 \series bold
28274
28275 \backslash
28276 cornersize{num}
28277 \end_layout
28278
28279 \begin_layout Standard
28280 fija el diámetro en 
28281 \family sans
28282 num
28283 \begin_inset space \thinspace{}
28284 \end_inset
28285
28286 ×
28287 \begin_inset space \thinspace{}
28288 \end_inset
28289
28290 mínimo
28291 \family default
28292  
28293 \family sans
28294 (ancho y alto del marco)
28295 \family default
28296 .
28297  Por omisión es 
28298 \series bold
28299
28300 \backslash
28301 cornersize{0.5}
28302 \series default
28303 .
28304 \end_layout
28305
28306 \begin_layout Standard
28307 \begin_inset ERT
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311
28312
28313 \backslash
28314 cornersize*{1.5cm}
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \begin_inset Box Ovalbox
28321 position "c"
28322 hor_pos "c"
28323 has_inner_box 1
28324 inner_pos "c"
28325 use_parbox 0
28326 use_makebox 0
28327 width "28col%"
28328 special "none"
28329 height "1in"
28330 height_special "totalheight"
28331 status open
28332
28333 \begin_layout Plain Layout
28334 \align center
28335 Marco ovalado con 
28336 \series bold
28337
28338 \backslash
28339 cornersize
28340 \series default
28341
28342 \begin_inset space \thinspace{}
28343 \end_inset
28344
28345 =
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 1.5
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 cm
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \begin_inset ERT
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363
28364
28365 \backslash
28366 cornersize{0.5}
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \begin_inset VSpace bigskip
28376 \end_inset
28377
28378 El tamaño de la sombra se puede ajustar cambiando la longitud 
28379 \series bold
28380
28381 \backslash
28382 shadowsize
28383 \series default
28384 .
28385  Este comando la ajusta a 2
28386 \begin_inset space \thinspace{}
28387 \end_inset
28388
28389 pt en el marco siguiente:
28390 \end_layout
28391
28392 \begin_layout Standard
28393
28394 \series bold
28395
28396 \backslash
28397 setlength{
28398 \backslash
28399 shadowsize}{2pt}
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \begin_inset ERT
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407
28408
28409 \backslash
28410 setlength{
28411 \backslash
28412 shadowsize}{2pt}
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \begin_inset Box Shadowbox
28419 position "c"
28420 hor_pos "c"
28421 has_inner_box 1
28422 inner_pos "c"
28423 use_parbox 0
28424 use_makebox 0
28425 width "28col%"
28426 special "none"
28427 height "1in"
28428 height_special "totalheight"
28429 status open
28430
28431 \begin_layout Plain Layout
28432 \align center
28433 Borde sombreado con 
28434 \series bold
28435
28436 \backslash
28437 shadowsize
28438 \series default
28439
28440 \begin_inset space \thinspace{}
28441 \end_inset
28442
28443 =
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 2
28448 \begin_inset space \thinspace{}
28449 \end_inset
28450
28451 pt
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462
28463 \backslash
28464 setlength{
28465 \backslash
28466 shadowsize}{4pt}
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \begin_layout Standard
28475 \begin_inset VSpace bigskip
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Standard
28482 Por omisión, el tamaño 
28483 \series bold
28484
28485 \backslash
28486 FrameRule
28487 \series default
28488  es 0,4
28489 \begin_inset space \thinspace{}
28490 \end_inset
28491
28492 pt.
28493  El espacio por omisión entre el contenido de la nota y el marco es 9
28494 \begin_inset space \thinspace{}
28495 \end_inset
28496
28497 pt; puede cambiarse con el valor de 
28498 \series bold
28499
28500 \backslash
28501 FrameSep
28502 \series default
28503 .
28504  Por ejemplo, el borde del marco siguiente se establece con los comandos
28505  en código TeX
28506 \end_layout
28507
28508 \begin_layout Standard
28509
28510 \series bold
28511
28512 \backslash
28513 setlength{
28514 \backslash
28515 FrameRule}{5pt}
28516 \begin_inset Newline newline
28517 \end_inset
28518
28519
28520 \backslash
28521 setlength{
28522 \backslash
28523 FrameSep}{0.5cm}
28524 \end_layout
28525
28526 \begin_layout Standard
28527 \begin_inset ERT
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531
28532
28533 \backslash
28534 setlength{
28535 \backslash
28536 FrameRule}{5pt}
28537 \end_layout
28538
28539 \begin_layout Plain Layout
28540
28541
28542 \backslash
28543 setlength{
28544 \backslash
28545 FrameSep}{0.5cm}
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \begin_inset Box Framed
28552 position "t"
28553 hor_pos "c"
28554 has_inner_box 0
28555 inner_pos "t"
28556 use_parbox 0
28557 use_makebox 0
28558 width "100col%"
28559 special "none"
28560 height "1in"
28561 height_special "totalheight"
28562 status open
28563
28564 \begin_layout Plain Layout
28565 Texto en un marco con borde sencillo de 5
28566 \begin_inset space \thinspace{}
28567 \end_inset
28568
28569 pt.
28570  que permite
28571 \family sans
28572  
28573 \family default
28574 salto de página.
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \begin_inset ERT
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584
28585
28586 \backslash
28587 setlength{
28588 \backslash
28589 FrameRule}{0.4pt}
28590 \end_layout
28591
28592 \begin_layout Plain Layout
28593
28594
28595 \backslash
28596 setlength{
28597 \backslash
28598 FrameSep}{9pt}
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \begin_layout Standard
28607 \begin_inset VSpace bigskip
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 Para los marcos con 
28615 \family sans
28616 fondo
28617 \begin_inset space ~
28618 \end_inset
28619
28620 coloreado
28621 \family default
28622  el espacio por omisión entre el contenido y el borde es 3
28623 \begin_inset space \thinspace{}
28624 \end_inset
28625
28626 pt; se puede cambiar con el valor de 
28627 \series bold
28628
28629 \backslash
28630 fboxsep
28631 \series default
28632 .
28633  El color rojo predeterminado se puede cambiar en el sitio con el comando
28634  
28635 \series bold
28636
28637 \backslash
28638 definecolor{shadecolor}
28639 \series default
28640  o globalmente con el menú 
28641 \family sans
28642 Herramientas
28643 \family default
28644 \SpecialChar \menuseparator
28645
28646 \family sans
28647 Preferencias
28648 \family default
28649 \SpecialChar \menuseparator
28650
28651 \family sans
28652 Colores
28653 \family default
28654 \SpecialChar \menuseparator
28655
28656 \family sans
28657 marco
28658 \begin_inset space ~
28659 \end_inset
28660
28661 coloreado
28662 \family default
28663 .
28664  El esquema del comando 
28665 \series bold
28666
28667 \backslash
28668 definecolor
28669 \series default
28670  se explica en la sección
28671 \begin_inset space ~
28672 \end_inset
28673
28674
28675 \begin_inset CommandInset ref
28676 LatexCommand ref
28677 reference "sec:Cuadros-Coloreados"
28678
28679 \end_inset
28680
28681 .
28682 \begin_inset Foot
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686 El comando 
28687 \series bold
28688
28689 \backslash
28690 definecolor
28691 \series default
28692  requiere el paquete LaTeX 
28693 \series bold
28694 color
28695 \series default
28696  en el preámbulo, véase la sección
28697 \begin_inset space ~
28698 \end_inset
28699
28700
28701 \begin_inset CommandInset ref
28702 LatexCommand ref
28703 reference "sec:Marcos-Coloreados"
28704
28705 \end_inset
28706
28707 .
28708 \end_layout
28709
28710 \end_inset
28711
28712  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28713 \end_layout
28714
28715 \begin_layout Standard
28716
28717 \series bold
28718
28719 \backslash
28720 setlength{
28721 \backslash
28722 fboxsep}{0.5cm}
28723 \series default
28724
28725 \begin_inset Newline newline
28726 \end_inset
28727
28728
28729 \series bold
28730
28731 \backslash
28732 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28733 \end_layout
28734
28735 \begin_layout Standard
28736 \begin_inset ERT
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740
28741
28742 \backslash
28743 setlength{
28744 \backslash
28745 fboxsep}{0.5cm}
28746 \end_layout
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \begin_inset Box Shaded
28759 position "t"
28760 hor_pos "c"
28761 has_inner_box 0
28762 inner_pos "t"
28763 use_parbox 0
28764 use_makebox 0
28765 width "100col%"
28766 special "none"
28767 height "1in"
28768 height_special "totalheight"
28769 status open
28770
28771 \begin_layout Plain Layout
28772
28773 \color yellow
28774 Texto amarillo en un marco con fondo coloreado en verde oscuro.
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \begin_inset ERT
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784
28785
28786 \backslash
28787 setlength{
28788 \backslash
28789 fboxsep}{3pt}
28790 \end_layout
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 definecolor{shadecolor}{rgb}{1,0,0}
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 \begin_inset VSpace bigskip
28806 \end_inset
28807
28808 Los cambios en las dimensiones son válidos para todos los marcos que siguen
28809  a los comandos.
28810 \end_layout
28811
28812 \begin_layout Section
28813 Minipáginas
28814 \begin_inset CommandInset label
28815 LatexCommand label
28816 name "sec:Minipáginas"
28817
28818 \end_inset
28819
28820
28821 \begin_inset Index idx
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825 Marcos ! Minipáginas
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28835  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28836 \end_layout
28837
28838 \begin_layout Standard
28839 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28840 \end_layout
28841
28842 \begin_layout Standard
28843 A continuación hay dos ejemplos de minipáginas adosadas.
28844  Su anchura está puesta en 45
28845 \begin_inset space \thinspace{}
28846 \end_inset
28847
28848 % y separadas por un relleno horizontal, insertado mediante el menú 
28849 \family sans
28850 Insertar\SpecialChar \menuseparator
28851 Formato\SpecialChar \menuseparator
28852 Relleno
28853 \begin_inset space ~
28854 \end_inset
28855
28856 horizontal
28857 \family default
28858 .
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset Box Frameless
28863 position "t"
28864 hor_pos "c"
28865 has_inner_box 1
28866 inner_pos "c"
28867 use_parbox 0
28868 use_makebox 0
28869 width "45col%"
28870 special "none"
28871 height "1in"
28872 height_special "totalheight"
28873 status open
28874
28875 \begin_layout Plain Layout
28876
28877 \lang german
28878 Dies ist ein deutscher Text.
28879  Dies ist ein deutscher Text.
28880  Dies ist ein deutscher Text.
28881  Dies ist ein deutscher Text.
28882  Dies ist ein deutscher Text.
28883  Dies ist ein deutscher Text.
28884  Dies ist ein deutscher Text.
28885  Dies ist ein deutscher Text.
28886  Dies ist ein deutscher Text.
28887  Dies ist ein deutscher Text.
28888  Dies ist ein deutscher Text.
28889  Dies ist ein deutscher Text.
28890  Dies ist ein deutscher Text
28891 \begin_inset Foot
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895
28896 \lang german
28897 Dies ist eine deutsche Fußnote.
28898 \end_layout
28899
28900 \end_inset
28901
28902 .
28903  Dies ist ein deutscher Text.
28904  Dies ist ein deutscher Text.
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \begin_inset space \hfill{}
28911 \end_inset
28912
28913
28914 \begin_inset Box Frameless
28915 position "t"
28916 hor_pos "c"
28917 has_inner_box 1
28918 inner_pos "c"
28919 use_parbox 0
28920 use_makebox 0
28921 width "45col%"
28922 special "none"
28923 height "1in"
28924 height_special "totalheight"
28925 status open
28926
28927 \begin_layout Plain Layout
28928
28929 \lang english
28930 This is an English Text.
28931  This is an English Text.
28932  This is an English Text.
28933  This is an English Text.
28934  This is an English Text.
28935  This is an English Text.
28936  This is an English Text.
28937  This is an English Text.
28938  This is an English Text.
28939  This is an English Text.
28940  This is an English Text.
28941  This is an English Text.
28942  This is an English Text.
28943  This is an English Text.
28944  This is an English Text.
28945  This is an English Text.
28946 \begin_inset Foot
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950
28951 \lang english
28952 This is an English footnote.
28953 \end_layout
28954
28955 \end_inset
28956
28957  This is an English Text.
28958  
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \begin_layout Standard
28967 \begin_inset VSpace bigskip
28968 \end_inset
28969
28970 La configuración global de párrafos se ignora en las minipáginas.
28971  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28972  pongas p.
28973 \begin_inset space \thinspace{}
28974 \end_inset
28975
28976 e.
28977 \begin_inset space ~
28978 \end_inset
28979
28980
28981 \family sans
28982 Salto
28983 \begin_inset space ~
28984 \end_inset
28985
28986 medio
28987 \family default
28988  en la configuración del documento.
28989 \end_layout
28990
28991 \begin_layout Standard
28992 Las minipáginas también sirven para poner un color de fondo para partes
28993  de texto, véase sección
28994 \begin_inset space ~
28995 \end_inset
28996
28997
28998 \begin_inset CommandInset ref
28999 LatexCommand ref
29000 reference "sub:Color-en-Párrafos"
29001
29002 \end_inset
29003
29004 .
29005 \end_layout
29006
29007 \begin_layout Standard
29008 \begin_inset Note Greyedout
29009 status open
29010
29011 \begin_layout Plain Layout
29012
29013 \series bold
29014 Nota:
29015 \series default
29016  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29017  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Section
29026 Marcos de párrafo
29027 \begin_inset CommandInset label
29028 LatexCommand label
29029 name "sec:Marcos-de-Párrafo"
29030
29031 \end_inset
29032
29033
29034 \begin_inset Index idx
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 Marcos ! de párrafo
29039 \end_layout
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Los marcos de párrafo son similares a las minipáginas con la diferencia
29048  de que no pueden contener notas al pie.
29049 \end_layout
29050
29051 \begin_layout Standard
29052 \align center
29053 \begin_inset Box Frameless
29054 position "t"
29055 hor_pos "c"
29056 has_inner_box 1
29057 inner_pos "t"
29058 use_parbox 1
29059 use_makebox 0
29060 width "33col%"
29061 special "none"
29062 height "1in"
29063 height_special "totalheight"
29064 status open
29065
29066 \begin_layout Plain Layout
29067 Texto en un marco de párrafo.
29068  Texto en un marco de párrafo.
29069  Esta nota no aparece:
29070 \begin_inset Foot
29071 status open
29072
29073 \begin_layout Plain Layout
29074 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Section
29088 Marcos para palabras y caracteres
29089 \begin_inset Index idx
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 Marcos ! para palabras y caracteres
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Subsection
29102 Evitar la partición de palabras
29103 \begin_inset CommandInset label
29104 LatexCommand label
29105 name "sec:Evitar-la-Partición"
29106
29107 \end_inset
29108
29109
29110 \begin_inset Index idx
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 Marcos ! para evitar partición de palabras
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 El marco tipo 
29124 \family sans
29125 Marco de línea
29126 \family default
29127  sirve para evitar que una palabra sea partida con guión.
29128 \begin_inset Newline newline
29129 \end_inset
29130
29131 He aquí un ejemplo:
29132 \end_layout
29133
29134 \begin_layout Standard
29135 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29136 palabra».
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29141  un marco, establece el 
29142 \family sans
29143 Marco interior
29144 \family default
29145  en 
29146 \family sans
29147 Marco de línea
29148 \family default
29149  y el ancho en 
29150 \family sans
29151 1
29152 \begin_inset space \thinspace{}
29153 \end_inset
29154
29155 Ancho
29156 \family default
29157 .
29158 \end_layout
29159
29160 \begin_layout Standard
29161 Este es el resultado:
29162 \end_layout
29163
29164 \begin_layout Standard
29165 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29166 \begin_inset Box Frameless
29167 position "t"
29168 hor_pos "c"
29169 has_inner_box 1
29170 inner_pos "t"
29171 use_parbox 0
29172 use_makebox 1
29173 width "1in"
29174 special "width"
29175 height "1in"
29176 height_special "totalheight"
29177 status open
29178
29179 \begin_layout Plain Layout
29180 «estalarguísimapalabra»
29181 \end_layout
29182
29183 \end_inset
29184
29185 .
29186 \end_layout
29187
29188 \begin_layout Standard
29189 Como alternativa puedes poner el comando «
29190 \series bold
29191
29192 \backslash
29193 -
29194 \series default
29195 » en código TeX directamente antes de la palabra:
29196 \end_layout
29197
29198 \begin_layout Standard
29199 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205
29206 \backslash
29207 -
29208 \end_layout
29209
29210 \end_inset
29211
29212 estalarguísimapalabra».
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Por supuesto, la palabra sobresale del margen.
29217  Para evitarlo añade, con el menú 
29218 \family sans
29219 Insertar\SpecialChar \menuseparator
29220 Formato\SpecialChar \menuseparator
29221 Salto
29222 \begin_inset space ~
29223 \end_inset
29224
29225 de
29226 \begin_inset space ~
29227 \end_inset
29228
29229 línea
29230 \begin_inset space ~
29231 \end_inset
29232
29233 cortada
29234 \family default
29235  (atajo 
29236 \family sans
29237 Ctrl+Entrar
29238 \family default
29239 ), un salto de línea antes de la palabra:
29240 \end_layout
29241
29242 \begin_layout Standard
29243 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29244 \begin_inset Newline newline
29245 \end_inset
29246
29247
29248 \begin_inset Box Frameless
29249 position "t"
29250 hor_pos "c"
29251 has_inner_box 1
29252 inner_pos "t"
29253 use_parbox 0
29254 use_makebox 1
29255 width "1in"
29256 special "width"
29257 height "1in"
29258 height_special "totalheight"
29259 status open
29260
29261 \begin_layout Plain Layout
29262 «estalarguísimapalabra»
29263 \end_layout
29264
29265 \end_inset
29266
29267 .
29268 \end_layout
29269
29270 \begin_layout Subsection
29271 Alineación vertical
29272 \begin_inset CommandInset label
29273 LatexCommand label
29274 name "sub:Alineación-Vertical"
29275
29276 \end_inset
29277
29278
29279 \begin_inset Index idx
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283 Marcos ! para alineación vertical
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 Con ayuda del comando 
29293 \series bold
29294
29295 \backslash
29296 raisebox
29297 \series default
29298  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29299  
29300 \series bold
29301
29302 \backslash
29303 raisebox
29304 \series default
29305  se utiliza según el esquema:
29306 \end_layout
29307
29308 \begin_layout Standard
29309
29310 \series bold
29311
29312 \backslash
29313 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29314 \end_layout
29315
29316 \begin_layout Standard
29317 La elevación puede ser un valor positivo para subir el marco o negativo
29318  para bajarlo.
29319 \end_layout
29320
29321 \begin_layout Standard
29322 Para alinear una palabra, p.
29323 \begin_inset space \thinspace{}
29324 \end_inset
29325
29326 e
29327 \begin_inset space ~
29328 \end_inset
29329
29330 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29331  en la línea de base, inserta el comando
29332 \end_layout
29333
29334 \begin_layout Standard
29335
29336 \series bold
29337
29338 \backslash
29339 raisebox{
29340 \backslash
29341 depth}{
29342 \end_layout
29343
29344 \begin_layout Standard
29345 en código TeX antes de la palabra.
29346  Detrás de la palabra inserta una llave de cierre «
29347 \series bold
29348 }
29349 \series default
29350 » en código TeX.
29351 \begin_inset Newline newline
29352 \end_inset
29353
29354 Este es el resultado:
29355 \end_layout
29356
29357 \begin_layout Standard
29358 Esto es una línea de texto con la palabra 
29359 \begin_inset ERT
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364
29365 \backslash
29366 raisebox{
29367 \backslash
29368 depth}{
29369 \end_layout
29370
29371 \end_inset
29372
29373 «prevención»
29374 \begin_inset ERT
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378
29379 }
29380 \end_layout
29381
29382 \end_inset
29383
29384  elevada.
29385 \end_layout
29386
29387 \begin_layout Standard
29388 \begin_inset VSpace bigskip
29389 \end_inset
29390
29391 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29392 \end_layout
29393
29394 \begin_layout Standard
29395 Esto es una línea de texto con la palabra 
29396 \begin_inset ERT
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401
29402 \backslash
29403 raisebox{-
29404 \backslash
29405 depth}{
29406 \end_layout
29407
29408 \end_inset
29409
29410 «prevención»
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416 }
29417 \end_layout
29418
29419 \end_inset
29420
29421  bajada.
29422 \begin_inset Newline newline
29423 \end_inset
29424
29425 Esto es una línea de texto con la palabra 
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431
29432 \backslash
29433 raisebox{0.5cm}{
29434 \end_layout
29435
29436 \end_inset
29437
29438 «testigo»
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444 }
29445 \end_layout
29446
29447 \end_inset
29448
29449  elevada.
29450 \end_layout
29451
29452 \begin_layout Standard
29453 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29454  Por ejemplo
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \series bold
29460
29461 \backslash
29462 raisebox{-
29463 \backslash
29464 depth}[0pt]{
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Esto es una línea de texto con la palabra 
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 raisebox{-
29477 \backslash
29478 depth}[0pt]{
29479 \end_layout
29480
29481 \end_inset
29482
29483 «prevención»
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489 }
29490 \end_layout
29491
29492 \end_inset
29493
29494  bajada.
29495 \begin_inset Newline newline
29496 \end_inset
29497
29498 Esto es una línea de texto con la palabra 
29499 \begin_inset ERT
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503
29504
29505 \backslash
29506 raisebox{0.5cm}[0pt]{
29507 \end_layout
29508
29509 \end_inset
29510
29511 «testigo»
29512 \begin_inset ERT
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516
29517 }
29518 \end_layout
29519
29520 \end_inset
29521
29522  elevada.
29523 \end_layout
29524
29525 \begin_layout Section
29526 Marcos coloreados
29527 \begin_inset CommandInset label
29528 LatexCommand label
29529 name "sec:Marcos-Coloreados"
29530
29531 \end_inset
29532
29533
29534 \begin_inset Index idx
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 Marcos ! Colorear
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Subsection
29547 Colorear el fondo de un texto
29548 \begin_inset Index idx
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Color ! de fondo en un texto
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
29562  Esto requiere cargar el paquete LaTeX 
29563 \series bold
29564 color
29565 \series default
29566
29567 \begin_inset Index idx
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 LaTeX-paquetes ! color
29572 \end_layout
29573
29574 \end_inset
29575
29576  en el preámbulo del documento con
29577 \end_layout
29578
29579 \begin_layout Standard
29580
29581 \series bold
29582
29583 \backslash
29584 @ifundef\SpecialChar \textcompwordmark{}
29585 ined{textcolor}
29586 \begin_inset Newline newline
29587 \end_inset
29588
29589
29590 \begin_inset Phantom HPhantom
29591 status open
29592
29593 \begin_layout Plain Layout
29594
29595 \series bold
29596 \begin_inset space ~
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \end_inset
29603
29604 {
29605 \backslash
29606 usepackage{color}}{}
29607 \end_layout
29608
29609 \begin_layout Standard
29610 LyX cargará automáticamente el paquete 
29611 \series bold
29612 color
29613 \series default
29614  cuando colorees texto.
29615 \begin_inset Foot
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Para evitar cargarlo dos veces se usa el comando 
29620 \series bold
29621
29622 \backslash
29623 @ifundef\SpecialChar \textcompwordmark{}
29624 ined
29625 \series default
29626 .
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Standard
29635 \begin_inset VSpace medskip
29636 \end_inset
29637
29638 Los marcos coloreados se crean con el comando 
29639 \series bold
29640
29641 \backslash
29642 colorbox
29643 \series default
29644 , de acuerdo con el siguiente esquema:
29645 \end_layout
29646
29647 \begin_layout Standard
29648
29649 \series bold
29650
29651 \backslash
29652 colorbox{color}{contenido del marco}
29653 \end_layout
29654
29655 \begin_layout Standard
29656 El contenido también puede ser un marco y los marcos coloreados también
29657  pueden estar en otros marcos.
29658 \end_layout
29659
29660 \begin_layout Standard
29661 Los siguientes colores están predefinidos:
29662 \begin_inset Newline newline
29663 \end_inset
29664
29665
29666 \family sans
29667 red
29668 \family default
29669
29670 \family sans
29671 green
29672 \family default
29673
29674 \family sans
29675 yellow, blue
29676 \family default
29677
29678 \family sans
29679 cyan
29680 \family default
29681 \series bold
29682 ,
29683 \series default
29684  
29685 \family sans
29686 magenta, black
29687 \family default
29688
29689 \family sans
29690 white
29691 \family default
29692 .
29693 \begin_inset Newline newline
29694 \end_inset
29695
29696 También puedes definir tus propios colores según se explica en la sección
29697 \begin_inset space ~
29698 \end_inset
29699
29700
29701 \begin_inset CommandInset ref
29702 LatexCommand ref
29703 reference "sec:Cuadros-Coloreados"
29704
29705 \end_inset
29706
29707 .
29708 \end_layout
29709
29710 \begin_layout Standard
29711 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29712 \end_layout
29713
29714 \begin_layout Standard
29715
29716 \series bold
29717
29718 \backslash
29719 colorbox{red}{
29720 \end_layout
29721
29722 \begin_layout Standard
29723 en código TeX antes de la palabra.
29724  Tras la palabra inserta una llave de cierre «
29725 \series bold
29726 }
29727 \series default
29728 » en código TeX.
29729 \begin_inset Newline newline
29730 \end_inset
29731
29732 Este es el resultado:
29733 \end_layout
29734
29735 \begin_layout Standard
29736 Línea en la que la palabra 
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742
29743 \backslash
29744 colorbox{red}{
29745 \end_layout
29746
29747 \end_inset
29748
29749 «¡Atención!»
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755 }
29756 \end_layout
29757
29758 \end_inset
29759
29760  tiene fondo rojo.
29761 \end_layout
29762
29763 \begin_layout Standard
29764 \begin_inset VSpace bigskip
29765 \end_inset
29766
29767 Si quieres un borde de distinto color, puedes emplear el comando 
29768 \series bold
29769
29770 \backslash
29771 fcolorbox
29772 \series default
29773  con el esquema siguiente:
29774 \end_layout
29775
29776 \begin_layout Standard
29777
29778 \series bold
29779
29780 \backslash
29781 fcolorbox{color del borde}{color del fondo}{contenido del marco}
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 fcolorbox
29790 \series default
29791  es una extensión de 
29792 \series bold
29793
29794 \backslash
29795 colorbox
29796 \series default
29797 .
29798  El grosor del borde y el espacio entre él y el contenido se puede ajustar
29799  con las longitudes 
29800 \series bold
29801
29802 \backslash
29803 fboxrule
29804 \series default
29805  y 
29806 \series bold
29807
29808 \backslash
29809 fboxsep
29810 \series default
29811 , respectivamente, como se describe en la sección
29812 \begin_inset space ~
29813 \end_inset
29814
29815
29816 \begin_inset CommandInset ref
29817 LatexCommand ref
29818 reference "sec:Decoración"
29819
29820 \end_inset
29821
29822 .
29823 \end_layout
29824
29825 \begin_layout Standard
29826 Para el ejemplo siguiente se ha utilizado el comando
29827 \end_layout
29828
29829 \begin_layout Standard
29830
29831 \series bold
29832
29833 \backslash
29834 fcolorbox{cyan}{magenta}{
29835 \end_layout
29836
29837 \begin_layout Standard
29838 Este es un ejemplo en el que se ha puesto un grosor de 1
29839 \begin_inset space \thinspace{}
29840 \end_inset
29841
29842 mm para la línea del borde:
29843 \begin_inset Newline newline
29844 \end_inset
29845
29846
29847 \begin_inset ERT
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852
29853 \backslash
29854 fboxrule 1mm 
29855 \backslash
29856 fboxsep 1mm
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 fcolorbox{cyan}{magenta}{
29870 \end_layout
29871
29872 \end_inset
29873
29874 Texto en un marco con fondo y borde en distintos colores.
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880 }
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889 \begin_inset VSpace bigskip
29890 \end_inset
29891
29892 Por supuesto, también puedes colorear el texto en un marco coloreado:
29893 \begin_inset Newline newline
29894 \end_inset
29895
29896
29897 \begin_inset ERT
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902
29903 \backslash
29904 fcolorbox{cyan}{magenta}{
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \color yellow
29911 Marco con texto, fondo y borde en distintos colores.
29912 \color none
29913
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919 }
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset ERT
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929
29930
29931 \backslash
29932 fboxrule 0.4pt 
29933 \backslash
29934 fboxsep 3pt
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943
29944 \series bold
29945 \begin_inset VSpace medskip
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952 \begin_inset Note Greyedout
29953 status open
29954
29955 \begin_layout Plain Layout
29956
29957 \series bold
29958 Nota:
29959 \series default
29960  El texto en marcos con fondo coloreado no puede tener saltos de línea.
29961  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
29962  coloreado como se describe a continuación.
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Subsection
29971 Colorear el fondo de párrafos
29972 \begin_inset CommandInset label
29973 LatexCommand label
29974 name "sub:Color-en-Párrafos"
29975
29976 \end_inset
29977
29978
29979 \begin_inset Index idx
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 Color ! en párrafos
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Standard
29992 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29993  Antes de la minipágina inserta el comando 
29994 \series bold
29995
29996 \backslash
29997 colorbox
29998 \series default
29999  en código TeX
30000 \end_layout
30001
30002 \begin_layout Standard
30003
30004 \series bold
30005
30006 \backslash
30007 colorbox{color}{
30008 \end_layout
30009
30010 \begin_layout Standard
30011 Detrás de la minipágina inserta una llave de cierre «
30012 \series bold
30013 }
30014 \series default
30015 », también en código TeX.
30016 \end_layout
30017
30018 \begin_layout Standard
30019 \begin_inset ERT
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 colorbox{grisclaro}{
30027 \end_layout
30028
30029 \end_inset
30030
30031
30032 \begin_inset Box Frameless
30033 position "t"
30034 hor_pos "c"
30035 has_inner_box 1
30036 inner_pos "t"
30037 use_parbox 0
30038 use_makebox 0
30039 width "100col%"
30040 special "none"
30041 height "1in"
30042 height_special "totalheight"
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046 Texto con color de fondo.
30047  Texto con color de fondo.
30048 \end_layout
30049
30050 \begin_layout Plain Layout
30051 \begin_inset VSpace defskip
30052 \end_inset
30053
30054 El texto puede tener notas al pie
30055 \begin_inset Foot
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059 Otro ejemplo de nota
30060 \end_layout
30061
30062 \end_inset
30063
30064  y puede incluir cuadros y figuras.
30065 \end_layout
30066
30067 \begin_layout Plain Layout
30068 \align center
30069 \begin_inset Tabular
30070 <lyxtabular version="3" rows="3" columns="3">
30071 <features tabularvalignment="middle">
30072 <column alignment="center" valignment="top" width="0">
30073 <column alignment="center" valignment="top" width="0">
30074 <column alignment="center" valignment="top" width="0">
30075 <row>
30076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30077 \begin_inset Text
30078
30079 \begin_layout Plain Layout
30080 a
30081 \end_layout
30082
30083 \end_inset
30084 </cell>
30085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Plain Layout
30089 !
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Plain Layout
30098 3
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 </row>
30104 <row>
30105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30106 \begin_inset Text
30107
30108 \begin_layout Plain Layout
30109 <
30110 \end_layout
30111
30112 \end_inset
30113 </cell>
30114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30115 \begin_inset Text
30116
30117 \begin_layout Plain Layout
30118 b2
30119 \begin_inset Quotes erd
30120 \end_inset
30121
30122 |
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30128 \begin_inset Text
30129
30130 \begin_layout Plain Layout
30131 >
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 </row>
30137 <row>
30138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Plain Layout
30142 1
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Plain Layout
30151 §
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
30160 c
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 </row>
30166 </lyxtabular>
30167
30168 \end_inset
30169
30170
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \begin_inset ERT
30177 status collapsed
30178
30179 \begin_layout Plain Layout
30180
30181 }
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Section
30190 Marcos girados y a escala
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Para poder usar los comandos descritos en esta sección hay que cargar el
30195  paquete LaTeX 
30196 \series bold
30197 graphicx
30198 \series default
30199
30200 \begin_inset Index idx
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204 LaTeX-paquetes ! graphicx
30205 \end_layout
30206
30207 \end_inset
30208
30209  en el preámbulo del documento, con el comando
30210 \end_layout
30211
30212 \begin_layout Standard
30213
30214 \series bold
30215
30216 \backslash
30217 @ifundefined{rotatebox}
30218 \begin_inset Newline newline
30219 \end_inset
30220
30221
30222 \begin_inset Phantom HPhantom
30223 status open
30224
30225 \begin_layout Plain Layout
30226
30227 \series bold
30228 \begin_inset space ~
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \end_inset
30235
30236 {
30237 \backslash
30238 usepackage{graphicx}}{}
30239 \end_layout
30240
30241 \begin_layout Standard
30242 \begin_inset Note Greyedout
30243 status open
30244
30245 \begin_layout Plain Layout
30246
30247 \series bold
30248 Nota: 
30249 \series default
30250 Algunos visores DVI no pueden mostrar material girado o a escala.
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset Note Greyedout
30260 status open
30261
30262 \begin_layout Plain Layout
30263
30264 \series bold
30265 Nota:
30266 \series default
30267  Los marcos girados o a escala no pueden contener flotantes.
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Subsection
30276 Marcos girados
30277 \begin_inset Index idx
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281 Marcos ! Girar
30282 \end_layout
30283
30284 \end_inset
30285
30286
30287 \begin_inset Index idx
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291 Material rotado
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \begin_inset Index idx
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301 Figuras ! Rotar
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \begin_inset Index idx
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311 Cuadros ! Girar
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Standard
30320 Para girar material debes ponerlo en un marco girado.
30321  Los marcos girados se crean con el comando 
30322 \series bold
30323
30324 \backslash
30325 rotatebox
30326 \series default
30327  en código TeX, según el esquema:
30328 \end_layout
30329
30330 \begin_layout Standard
30331
30332 \series bold
30333
30334 \backslash
30335 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30336 \end_layout
30337
30338 \begin_layout Standard
30339 El origen de rotación se especifica en la forma 
30340 \series bold
30341 origin=position
30342 \series default
30343 .
30344  Son posibles las posiciones siguientes: 
30345 \emph on
30346 c
30347 \emph default
30348  (center), 
30349 \emph on
30350 l
30351 \emph default
30352  (left), 
30353 \emph on
30354 r
30355 \emph default
30356  (right), 
30357 \emph on
30358 b
30359 \emph default
30360  (bottom), 
30361 \emph on
30362 t
30363 \emph default
30364  (top), así como combinaciones adecuadas de las posiciones básicas.
30365  Por ejemplo, 
30366 \emph on
30367 lt
30368 \emph default
30369  significa que el origen de rotación es la esquina superior izquierda del
30370  marco.
30371  Si no se especifica origen de rotación se usará la posición 
30372 \emph on
30373 l
30374 \emph default
30375 .
30376  El ángulo de rotación es un número de grados, y puede ser negativo.
30377  El sentido de giro es contrario al de las agujas del reloj.
30378 \end_layout
30379
30380 \begin_layout Standard
30381 En el siguiente ejemplo se ha insertado el comando 
30382 \series bold
30383
30384 \backslash
30385 rotatebox[origin=c]{60}{ 
30386 \series default
30387 como código TeX delante del texto «con rotación»; después del texto, el
30388  marco se ha cerrado con llave en código TeX.
30389 \end_layout
30390
30391 \begin_layout Standard
30392 Esta línea contiene texto 
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398
30399 \backslash
30400 rotatebox[origin=c]{60}{
30401 \end_layout
30402
30403 \end_inset
30404
30405 con rotación
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411 }
30412 \end_layout
30413
30414 \end_inset
30415
30416 .
30417 \end_layout
30418
30419 \begin_layout Standard
30420 El contenido del marco puede ser también otro marco o una ecuación en línea:
30421 \end_layout
30422
30423 \begin_layout Standard
30424 En esta línea hay texto enmarcado 
30425 \begin_inset ERT
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429
30430
30431 \backslash
30432 rotatebox[origin=r]{-60}{
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \begin_inset Box Doublebox
30439 position "c"
30440 hor_pos "c"
30441 has_inner_box 0
30442 inner_pos "c"
30443 use_parbox 0
30444 use_makebox 0
30445 width "1in"
30446 special "width"
30447 height "1in"
30448 height_special "totalheight"
30449 status open
30450
30451 \begin_layout Plain Layout
30452 con rotación
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463 }
30464 \end_layout
30465
30466 \end_inset
30467
30468  y 
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474
30475 \backslash
30476 rotatebox[origin=lb]{60}{
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30483 \end_inset
30484
30485
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491 }
30492 \end_layout
30493
30494 \end_inset
30495
30496  una ecuación.
30497 \end_layout
30498
30499 \begin_layout Standard
30500 O una imagen o un cuadro:
30501 \end_layout
30502
30503 \begin_layout Standard
30504 Aquí hay una imagen girada 
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 rotatebox[origin=lb]{90}{
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Graphics
30519         filename ../clipart/platypus.eps
30520         lyxscale 50
30521         width 25col%
30522
30523 \end_inset
30524
30525
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531 }
30532 \end_layout
30533
30534 \end_inset
30535
30536  y un cuadro girado 
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 rotatebox[origin=l]{-90}{
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \begin_inset Tabular
30551 <lyxtabular version="3" rows="2" columns="2">
30552 <features tabularvalignment="middle">
30553 <column alignment="center" valignment="top" width="0">
30554 <column alignment="center" valignment="top" width="0">
30555 <row>
30556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30557 \begin_inset Text
30558
30559 \begin_layout Plain Layout
30560 q
30561 \end_layout
30562
30563 \end_inset
30564 </cell>
30565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30566 \begin_inset Text
30567
30568 \begin_layout Plain Layout
30569 w
30570 \end_layout
30571
30572 \end_inset
30573 </cell>
30574 </row>
30575 <row>
30576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30577 \begin_inset Text
30578
30579 \begin_layout Plain Layout
30580 e
30581 \end_layout
30582
30583 \end_inset
30584 </cell>
30585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30586 \begin_inset Text
30587
30588 \begin_layout Plain Layout
30589 r
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 </row>
30595 </lyxtabular>
30596
30597 \end_inset
30598
30599
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 }
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Subsection
30614 Marcos para variar la escala
30615 \begin_inset Index idx
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Marcos ! para variar la escala
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Material a escala
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \begin_inset Index idx
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639 Figuras ! a escala
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset Index idx
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649 Cuadros ! a escala
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Standard
30658 Para modificar las proporciones de un material se pueden usar los comandos
30659  
30660 \series bold
30661
30662 \backslash
30663 scalebox
30664 \series default
30665  y 
30666 \series bold
30667
30668 \backslash
30669 resizebox 
30670 \series default
30671 en código TeX.
30672 \end_layout
30673
30674 \begin_layout Standard
30675
30676 \series bold
30677
30678 \backslash
30679 scalebox
30680 \series default
30681  se usa con el esquema siguiente:
30682 \end_layout
30683
30684 \begin_layout Standard
30685
30686 \series bold
30687
30688 \backslash
30689 scalebox{horizontal}[vertical]{contenido del marco}
30690 \end_layout
30691
30692 \begin_layout Standard
30693 Horizontal y vertical son los factores de escala correspondientes.
30694  Si no se especifica factor vertical, su valor será el mismo que el factor
30695  de escala horizontal.
30696  
30697 \end_layout
30698
30699 \begin_layout Standard
30700 Por ejemplo, el comando 
30701 \series bold
30702
30703 \backslash
30704 scalebox{2}{Hola} 
30705 \series default
30706 crea un 
30707 \begin_inset ERT
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711
30712
30713 \backslash
30714 scalebox{2}{
30715 \end_layout
30716
30717 \end_inset
30718
30719 Hola
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725 }
30726 \end_layout
30727
30728 \end_inset
30729
30730  de doble tamaño que el texto normal del documento.
30731 \end_layout
30732
30733 \begin_layout Standard
30734 El comando 
30735 \series bold
30736
30737 \backslash
30738 scalebox{2}[1]{Hola} 
30739 \series default
30740 distorsiona el 
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 scalebox{2}[1]{
30749 \end_layout
30750
30751 \end_inset
30752
30753 Hola
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 }
30760 \end_layout
30761
30762 \end_inset
30763
30764 .
30765 \end_layout
30766
30767 \begin_layout Standard
30768 Si un factor de escala es negativo el contenido del marco es reflejado.
30769  Por eso el comando 
30770 \series bold
30771
30772 \backslash
30773 scalebox{-1}[1]{Hola} 
30774 \series default
30775 puede usarse para reflejar un texto: 
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 scalebox{-1}[1]{
30784 \end_layout
30785
30786 \end_inset
30787
30788 Hola
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794 }
30795 \end_layout
30796
30797 \end_inset
30798
30799 .
30800 \end_layout
30801
30802 \begin_layout Standard
30803
30804 \series bold
30805
30806 \backslash
30807 scalebox{1}[-1]{Hola} 
30808 \series default
30809 refleja el 
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815
30816 \backslash
30817 scalebox{1}[-1]{
30818 \end_layout
30819
30820 \end_inset
30821
30822 Hola
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828 }
30829 \end_layout
30830
30831 \end_inset
30832
30833  sobre la base.
30834 \end_layout
30835
30836 \begin_layout Standard
30837 El comando 
30838 \series bold
30839
30840 \backslash
30841 scalebox{-1}[1]{contenido del cuadro} 
30842 \series default
30843 puede sustituirse por 
30844 \series bold
30845
30846 \begin_inset Newline newline
30847 \end_inset
30848
30849
30850 \backslash
30851 reflectbox{contenido del cuadro}
30852 \begin_inset VSpace defskip
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 El comando 
30860 \series bold
30861
30862 \backslash
30863 resizebox
30864 \series default
30865  sirve para redimensionar el marco a una altura y anchura definidas, según
30866  el esquema:
30867 \end_layout
30868
30869 \begin_layout Standard
30870
30871 \series bold
30872
30873 \backslash
30874 resizebox{anchura}{altura}{contenido del marco}
30875 \end_layout
30876
30877 \begin_layout Standard
30878 Si uno de los argumentos del comando es un signo de exclamación, 
30879 \series bold
30880 !
30881 \series default
30882 , la escala se hace de forma que se mantiene la relación de las dimensiones
30883  originales del contenido del marco.
30884  
30885 \end_layout
30886
30887 \begin_layout Standard
30888 El comando 
30889 \series bold
30890
30891 \backslash
30892 resizebox{2cm}{1cm}{Hola}
30893 \series default
30894  genera: 
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900
30901 \backslash
30902 resizebox{2cm}{1cm}{
30903 \end_layout
30904
30905 \end_inset
30906
30907 Hola
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913 }
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset Newline newline
30920 \end_inset
30921
30922 El comando 
30923 \series bold
30924
30925 \backslash
30926 resizebox{2cm}{!}{Hola}
30927 \series default
30928  genera: 
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934
30935 \backslash
30936 resizebox{2cm}{!}{
30937 \end_layout
30938
30939 \end_inset
30940
30941 Hola
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947 }
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \begin_inset VSpace defskip
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Standard
30963 \begin_inset Note Greyedout
30964 status open
30965
30966 \begin_layout Plain Layout
30967
30968 \series bold
30969 Nota: 
30970 \series default
30971 Si los argumentos de 
30972 \series bold
30973
30974 \backslash
30975 scalebox
30976 \series default
30977  o 
30978 \series bold
30979
30980 \backslash
30981 resizebox
30982 \series default
30983  son cero, no se generan errores de LaTeX al exportar el documento, pero
30984  puede suceder que la salida no se muestre o que sea incompleta.
30985  
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \begin_inset VSpace defskip
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \begin_layout Standard
30998 Los marcos se pueden combinar en cualquier orden.
30999  Por ejemplo, el comando
31000 \series bold
31001
31002 \begin_inset Newline newline
31003 \end_inset
31004
31005
31006 \backslash
31007 rotatebox[origin=c]{-45}{
31008 \backslash
31009 resizebox{2cm}{!}{
31010 \backslash
31011 reflectbox{Hola}}}
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015
31016 \series default
31017 genera:
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \noindent
31022 \align center
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028
31029 \backslash
31030 rotatebox[origin=c]{-45}{
31031 \backslash
31032 resizebox{2cm}{!}{
31033 \backslash
31034 reflectbox{
31035 \end_layout
31036
31037 \end_inset
31038
31039 Hola
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045 }}}
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \end_layout
31052
31053 \begin_layout Standard
31054 \noindent
31055 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \align center
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 rotatebox[origin=c]{-30}{
31068 \backslash
31069 resizebox{2cm}{!}{
31070 \backslash
31071 reflectbox{
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \begin_inset Graphics
31078         filename ../clipart/platypus.eps
31079         lyxscale 50
31080         width 25col%
31081
31082 \end_inset
31083
31084
31085 \begin_inset ERT
31086 status collapsed
31087
31088 \begin_layout Plain Layout
31089
31090 }}}
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101
31102 \backslash
31103 rotatebox[origin=c]{-45}{
31104 \backslash
31105 resizebox{2cm}{!}{
31106 \backslash
31107 reflectbox{
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \begin_inset Tabular
31114 <lyxtabular version="3" rows="2" columns="2">
31115 <features tabularvalignment="middle">
31116 <column alignment="center" valignment="top" width="0">
31117 <column alignment="center" valignment="top" width="0">
31118 <row>
31119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31120 \begin_inset Text
31121
31122 \begin_layout Plain Layout
31123 q
31124 \end_layout
31125
31126 \end_inset
31127 </cell>
31128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31129 \begin_inset Text
31130
31131 \begin_layout Plain Layout
31132 w
31133 \end_layout
31134
31135 \end_inset
31136 </cell>
31137 </row>
31138 <row>
31139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143 e
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152 r
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 </row>
31158 </lyxtabular>
31159
31160 \end_inset
31161
31162
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168 }}}
31169 \end_layout
31170
31171 \end_inset
31172
31173
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 rotatebox[origin=c]{-45}{
31182 \backslash
31183 resizebox{2cm}{!}{
31184 \backslash
31185 reflectbox{
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31192 \end_inset
31193
31194
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200 }}}
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \end_layout
31207
31208 \begin_layout Standard
31209 Si se usa el estilo global 
31210 \series bold
31211 fleqn
31212 \series default
31213  para las ecuaciones del documento,
31214 \begin_inset Foot
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Si «fleqn» se añade a las opciones de clase del documento.
31219 \end_layout
31220
31221 \end_inset
31222
31223  también se puede variar la escala de las ecuaciones en estilo presentación.
31224 \end_layout
31225
31226 \begin_layout Chapter
31227
31228 \lang english
31229 Objects Surrounded by Text
31230 \begin_inset Index idx
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234
31235 \lang english
31236 Surrounded by text
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Section
31245 Flotantes envueltos
31246 \begin_inset CommandInset label
31247 LatexCommand label
31248 name "sec:Flotantes-envueltos"
31249
31250 \end_inset
31251
31252
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Flotantes ! Envoltorio
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \lang english
31264
31265 \begin_inset Index idx
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270 \lang english
31271 Surrounded by text ! Wrap Floats
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Standard
31280 \begin_inset Wrap figure
31281 lines 0
31282 placement l
31283 overhang 1cm
31284 width "40col%"
31285 status open
31286
31287 \begin_layout Plain Layout
31288 \begin_inset Graphics
31289         filename ../clipart/mobius.eps
31290         width 40col%
31291         rotateOrigin center
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \begin_layout Plain Layout
31299 \begin_inset Caption
31300
31301 \begin_layout Plain Layout
31302 \begin_inset CommandInset label
31303 LatexCommand label
31304 name "fig:Envoltorio-de-figura"
31305
31306 \end_inset
31307
31308 Figura envuelta en el texto
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \end_inset
31317
31318  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
31319  de modo que ocupe sólo una parte del ancho de columna.
31320  Se inserta con el menú 
31321 \family sans
31322 Insertar\SpecialChar \menuseparator
31323 Flotante\SpecialChar \menuseparator
31324 Figura
31325 \begin_inset space ~
31326 \end_inset
31327
31328 envuelta
31329 \family default
31330
31331 \begin_inset space \thinspace{}
31332 \end_inset
31333
31334 /
31335 \begin_inset space \thinspace{}
31336 \end_inset
31337
31338
31339 \family sans
31340 Cuadro
31341 \begin_inset space ~
31342 \end_inset
31343
31344 envuelto
31345 \family default
31346  si está instalado el paquete LaTeX 
31347 \series bold
31348 wrapfig
31349 \series default
31350
31351 \begin_inset Index idx
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355 LaTeX-paquetes ! wrapfig
31356 \begin_inset ERT
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361
31362 \backslash
31363 vspace{4mm}
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \end_inset
31372
31373 .
31374 \begin_inset Foot
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378 La instalación de paquetes LaTeX se explica en el manual 
31379 \emph on
31380 Configuración de LaTeX
31381 \emph default
31382 .
31383 \end_layout
31384
31385 \end_inset
31386
31387  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
31388  con clic derecho sobre el cuadro del flotante.
31389  Son obligatorias la 
31390 \family sans
31391 Ubicación
31392 \family default
31393  y la 
31394 \family sans
31395 Anchura
31396 \family default
31397 .
31398  Son opcionales 
31399 \family sans
31400 Extensión al margen
31401 \family default
31402 , que especifica la anchura de invasión del margen, y 
31403 \family sans
31404 Extender
31405 \begin_inset space ~
31406 \end_inset
31407
31408 a
31409 \begin_inset space ~
31410 \end_inset
31411
31412 líneas
31413 \family default
31414 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
31415  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
31416  opción sólo si encuentras problemas en la colocación del flotante.
31417  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
31418  del párrafo o en los párrafos adyacentes.
31419  La figura
31420 \begin_inset space ~
31421 \end_inset
31422
31423
31424 \begin_inset CommandInset ref
31425 LatexCommand ref
31426 reference "fig:Envoltorio-de-figura"
31427
31428 \end_inset
31429
31430  es un ejemplo de envoltorio con una anchura de columna del 40
31431 \begin_inset space \thinspace{}
31432 \end_inset
31433
31434 %, ubicado a la izquierda y 1
31435 \begin_inset space \thinspace{}
31436 \end_inset
31437
31438 cm de invasión de margen.
31439 \end_layout
31440
31441 \begin_layout Standard
31442 \begin_inset Note Greyedout
31443 status open
31444
31445 \begin_layout Plain Layout
31446
31447 \series bold
31448 Nota:
31449 \series default
31450  ¡Los flotantes envueltos son frágiles! P.
31451 \begin_inset space \thinspace{}
31452 \end_inset
31453
31454 e.
31455 \begin_inset space ~
31456 \end_inset
31457
31458 si una figura está demasiado cerca de la parte inferior de la página se
31459  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
31460  o situarse junto a otro texto.
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 En general:
31470 \end_layout
31471
31472 \begin_layout Itemize
31473 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
31474  salto de página.
31475  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
31476  esté casi listo y puedas prever los saltos de página.
31477 \end_layout
31478
31479 \begin_layout Itemize
31480 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
31481  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
31482 \end_layout
31483
31484 \begin_layout Itemize
31485 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
31486  que procura que haya un párrafo de texto entre ellos.
31487 \end_layout
31488
31489 \begin_layout Itemize
31490 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
31491 \end_layout
31492
31493 \begin_layout Itemize
31494
31495 \lang english
31496 Their numbering and referencing works as described in chap.
31497 \lang spanish
31498
31499 \begin_inset space \thinspace{}
31500 \end_inset
31501
31502
31503 \begin_inset CommandInset ref
31504 LatexCommand ref
31505 reference "chap:Flotantes"
31506
31507 \end_inset
31508
31509 .
31510 \end_layout
31511
31512 \begin_layout Section
31513
31514 \lang english
31515 Surrounded Fixed Objects
31516 \begin_inset Index idx
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521 \lang english
31522 Surrounded by text ! Fixed objects
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531
31532 \lang english
31533 The wrap floats described in sec.
31534 \lang spanish
31535
31536 \begin_inset space \thinspace{}
31537 \end_inset
31538
31539
31540 \begin_inset CommandInset ref
31541 LatexCommand ref
31542 reference "sec:Flotantes-envueltos"
31543
31544 \end_inset
31545
31546  
31547 \lang english
31548 have these positions in the paragraph:
31549 \end_layout
31550
31551 \begin_layout Standard
31552 \noindent
31553 \align center
31554
31555 \lang english
31556 \begin_inset Tabular
31557 <lyxtabular version="3" rows="2" columns="2">
31558 <features tabularvalignment="middle">
31559 <column alignment="center" valignment="top" width="0">
31560 <column alignment="center" valignment="top" width="0">
31561 <row>
31562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31563 \begin_inset Text
31564
31565 \begin_layout Plain Layout
31566
31567 \lang english
31568 \begin_inset Graphics
31569         filename ../../images/dialog-show-new-inset_graphics.png
31570         scale 70
31571         scaleBeforeRotation
31572         BoundingBox 0bp 6bp 22bp 22bp
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585
31586 \lang english
31587 text
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 </row>
31593 <row>
31594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598
31599 \lang english
31600 text
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609
31610 \lang english
31611 text
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 </lyxtabular>
31618
31619 \end_inset
31620
31621  y 
31622 \begin_inset Tabular
31623 <lyxtabular version="3" rows="2" columns="2">
31624 <features tabularvalignment="middle">
31625 <column alignment="center" valignment="top" width="0">
31626 <column alignment="center" valignment="top" width="0">
31627 <row>
31628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31629 \begin_inset Text
31630
31631 \begin_layout Plain Layout
31632
31633 \lang english
31634 text
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643
31644 \lang english
31645 \begin_inset Graphics
31646         filename ../../images/dialog-show-new-inset_graphics.png
31647         scale 70
31648         scaleBeforeRotation
31649         BoundingBox 0bp 6bp 22bp 22bp
31650
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \end_inset
31657 </cell>
31658 </row>
31659 <row>
31660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31661 \begin_inset Text
31662
31663 \begin_layout Plain Layout
31664
31665 \lang english
31666 text
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675
31676 \lang english
31677 text
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 </row>
31683 </lyxtabular>
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \begin_layout Standard
31691
31692 \lang english
31693 To get an object exactly at the position where it is inserted, for example
31694  to get one of these positions:
31695 \begin_inset VSpace defskip
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 \noindent
31703 \align center
31704
31705 \lang english
31706 \begin_inset Tabular
31707 <lyxtabular version="3" rows="2" columns="2">
31708 <features tabularvalignment="middle">
31709 <column alignment="center" valignment="top" width="0">
31710 <column alignment="center" valignment="top" width="0">
31711 <row>
31712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716
31717 \lang english
31718 text
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727
31728 \lang english
31729 text
31730 \end_layout
31731
31732 \end_inset
31733 </cell>
31734 </row>
31735 <row>
31736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31737 \begin_inset Text
31738
31739 \begin_layout Plain Layout
31740
31741 \lang english
31742 \begin_inset Graphics
31743         filename ../../images/dialog-show-new-inset_graphics.png
31744         scale 70
31745         scaleBeforeRotation
31746         BoundingBox 0bp 6bp 22bp 22bp
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759
31760 \lang english
31761 text
31762 \end_layout
31763
31764 \end_inset
31765 </cell>
31766 </row>
31767 </lyxtabular>
31768
31769 \end_inset
31770
31771  
31772 \begin_inset Tabular
31773 <lyxtabular version="3" rows="2" columns="2">
31774 <features tabularvalignment="middle">
31775 <column alignment="center" valignment="top" width="0">
31776 <column alignment="center" valignment="top" width="0">
31777 <row>
31778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782
31783 \lang english
31784 text
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793
31794 \lang english
31795 text
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 </row>
31801 <row>
31802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806
31807 \lang english
31808 text
31809 \end_layout
31810
31811 \end_inset
31812 </cell>
31813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31814 \begin_inset Text
31815
31816 \begin_layout Plain Layout
31817
31818 \lang english
31819 \begin_inset Graphics
31820         filename ../../images/dialog-show-new-inset_graphics.png
31821         scale 70
31822         scaleBeforeRotation
31823         BoundingBox 0bp 6bp 22bp 22bp
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 </row>
31833 </lyxtabular>
31834
31835 \end_inset
31836
31837  
31838 \begin_inset Tabular
31839 <lyxtabular version="3" rows="2" columns="3">
31840 <features tabularvalignment="middle">
31841 <column alignment="center" valignment="top" width="0">
31842 <column alignment="center" valignment="top" width="0">
31843 <column alignment="center" valignment="top" width="0">
31844 <row>
31845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849
31850 \lang english
31851 text
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 <cell alignment="center" valignment="top" topline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860
31861 \lang english
31862 \begin_inset Graphics
31863         filename ../../images/dialog-show-new-inset_graphics.png
31864         scale 70
31865         scaleBeforeRotation
31866         BoundingBox 0bp 6bp 22bp 22bp
31867
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \end_inset
31874 </cell>
31875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31876 \begin_inset Text
31877
31878 \begin_layout Plain Layout
31879
31880 \lang english
31881 text
31882 \end_layout
31883
31884 \end_inset
31885 </cell>
31886 </row>
31887 <row>
31888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31889 \begin_inset Text
31890
31891 \begin_layout Plain Layout
31892
31893 \lang english
31894 text
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Plain Layout
31903
31904 \lang english
31905 text
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31911 \begin_inset Text
31912
31913 \begin_layout Plain Layout
31914
31915 \lang english
31916 text
31917 \end_layout
31918
31919 \end_inset
31920 </cell>
31921 </row>
31922 </lyxtabular>
31923
31924 \end_inset
31925
31926  
31927 \begin_inset Tabular
31928 <lyxtabular version="3" rows="2" columns="3">
31929 <features tabularvalignment="middle">
31930 <column alignment="center" valignment="top" width="0">
31931 <column alignment="center" valignment="top" width="0">
31932 <column alignment="center" valignment="top" width="0">
31933 <row>
31934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938
31939 \lang english
31940 text
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 <cell alignment="center" valignment="top" topline="true" usebox="none">
31946 \begin_inset Text
31947
31948 \begin_layout Plain Layout
31949
31950 \lang english
31951 text
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960
31961 \lang english
31962 text
31963 \end_layout
31964
31965 \end_inset
31966 </cell>
31967 </row>
31968 <row>
31969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973
31974 \lang english
31975 text
31976 \end_layout
31977
31978 \end_inset
31979 </cell>
31980 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31981 \begin_inset Text
31982
31983 \begin_layout Plain Layout
31984
31985 \lang english
31986 \begin_inset Graphics
31987         filename ../../images/dialog-show-new-inset_graphics.png
31988         scale 70
31989         scaleBeforeRotation
31990         BoundingBox 0bp 6bp 22bp 22bp
31991
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \end_inset
31998 </cell>
31999 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32000 \begin_inset Text
32001
32002 \begin_layout Plain Layout
32003
32004 \lang english
32005 text
32006 \end_layout
32007
32008 \end_inset
32009 </cell>
32010 </row>
32011 </lyxtabular>
32012
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \noindent
32020 \align center
32021
32022 \lang english
32023 \begin_inset Tabular
32024 <lyxtabular version="3" rows="3" columns="2">
32025 <features tabularvalignment="middle">
32026 <column alignment="center" valignment="top" width="0">
32027 <column alignment="center" valignment="top" width="0">
32028 <row>
32029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033
32034 \lang english
32035 text
32036 \end_layout
32037
32038 \end_inset
32039 </cell>
32040 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044
32045 \lang english
32046 text
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 </row>
32052 <row>
32053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32054 \begin_inset Text
32055
32056 \begin_layout Plain Layout
32057
32058 \lang english
32059 \begin_inset Graphics
32060         filename ../../images/dialog-show-new-inset_graphics.png
32061         scale 70
32062         scaleBeforeRotation
32063         BoundingBox 0bp 6bp 22bp 22bp
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \end_inset
32071 </cell>
32072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076
32077 \lang english
32078 text
32079 \end_layout
32080
32081 \end_inset
32082 </cell>
32083 </row>
32084 <row>
32085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089
32090 \lang english
32091 text
32092 \end_layout
32093
32094 \end_inset
32095 </cell>
32096 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32097 \begin_inset Text
32098
32099 \begin_layout Plain Layout
32100
32101 \lang english
32102 text
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 </row>
32108 </lyxtabular>
32109
32110 \end_inset
32111
32112  
32113 \begin_inset Tabular
32114 <lyxtabular version="3" rows="3" columns="3">
32115 <features tabularvalignment="middle">
32116 <column alignment="center" valignment="top" width="0">
32117 <column alignment="center" valignment="top" width="0">
32118 <column alignment="center" valignment="top" width="0">
32119 <row>
32120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32121 \begin_inset Text
32122
32123 \begin_layout Plain Layout
32124
32125 \lang english
32126 text
32127 \end_layout
32128
32129 \end_inset
32130 </cell>
32131 <cell alignment="center" valignment="top" topline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135
32136 \lang english
32137 text
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146
32147 \lang english
32148 text
32149 \end_layout
32150
32151 \end_inset
32152 </cell>
32153 </row>
32154 <row>
32155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159
32160 \lang english
32161 text
32162 \end_layout
32163
32164 \end_inset
32165 </cell>
32166 <cell alignment="center" valignment="top" usebox="none">
32167 \begin_inset Text
32168
32169 \begin_layout Plain Layout
32170
32171 \lang english
32172 \begin_inset Graphics
32173         filename ../../images/dialog-show-new-inset_graphics.png
32174         scale 70
32175         scaleBeforeRotation
32176         BoundingBox 0bp 6bp 22bp 22bp
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189
32190 \lang english
32191 text
32192 \end_layout
32193
32194 \end_inset
32195 </cell>
32196 </row>
32197 <row>
32198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202
32203 \lang english
32204 text
32205 \end_layout
32206
32207 \end_inset
32208 </cell>
32209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213
32214 \lang english
32215 text
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224
32225 \lang english
32226 text
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 </row>
32232 </lyxtabular>
32233
32234 \end_inset
32235
32236  
32237 \begin_inset Tabular
32238 <lyxtabular version="3" rows="3" columns="2">
32239 <features tabularvalignment="middle">
32240 <column alignment="center" valignment="top" width="0">
32241 <column alignment="center" valignment="top" width="0">
32242 <row>
32243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32244 \begin_inset Text
32245
32246 \begin_layout Plain Layout
32247
32248 \lang english
32249 text
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258
32259 \lang english
32260 text
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 </row>
32266 <row>
32267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271
32272 \lang english
32273 text
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282
32283 \lang english
32284 \begin_inset Graphics
32285         filename ../../images/dialog-show-new-inset_graphics.png
32286         scale 70
32287         scaleBeforeRotation
32288         BoundingBox 0bp 6bp 22bp 22bp
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 </row>
32298 <row>
32299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303
32304 \lang english
32305 text
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32311 \begin_inset Text
32312
32313 \begin_layout Plain Layout
32314
32315 \lang english
32316 text
32317 \end_layout
32318
32319 \end_inset
32320 </cell>
32321 </row>
32322 </lyxtabular>
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 \noindent
32331
32332 \lang english
32333 you can use the LaTeX-package
32334 \lang spanish
32335  
32336 \series bold
32337 picinpar
32338 \series default
32339
32340 \begin_inset Index idx
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344 LaTeX-paquetes ! picinpar
32345 \end_layout
32346
32347 \end_inset
32348
32349 .
32350  
32351 \lang english
32352 Here is an example
32353 \lang spanish
32354 :
32355 \end_layout
32356
32357 \begin_layout Standard
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 ifpicinpar
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \begin_inset Note Note
32372 status open
32373
32374 \begin_layout Plain Layout
32375 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32376  LaTeX 
32377 \series bold
32378 picinpar
32379 \series default
32380 .
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Standard
32389 \begin_inset ERT
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393
32394
32395 \backslash
32396 begin{window}[2,c,{
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \begin_inset Graphics
32403         filename ../clipart/mobius.eps
32404         lyxscale 60
32405         width 40col%
32406         scaleBeforeRotation
32407         rotateOrigin center
32408
32409 \end_inset
32410
32411
32412 \begin_inset ERT
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416
32417 },]
32418 \end_layout
32419
32420 \begin_layout Plain Layout
32421
32422 {}
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \size small
32429 \lang english
32430 It was in the spring of the year 1894 that all London was interested, and
32431  the fashionable world dismayed, by the murder of the Honourable Ronald
32432  Adair under most unusual and inexplicable circumstances.
32433  The public has already learned those particulars of the crime which
32434 \size default
32435
32436 \begin_inset ERT
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440
32441
32442 \backslash
32443 footnotemark{}
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \size small
32450  came out in the police investigation, but a good deal was suppressed upon
32451  that occasion, since the case for the prosecution was so overwhelmingly
32452  strong that it was not necessary to bring forward all the facts.
32453  Only now, at the end of nearly ten years, am I allowed to supply those
32454  missing links which make up the whole of that remarkable chain
32455 \lang spanish
32456 .
32457 \size default
32458
32459 \begin_inset ERT
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463
32464
32465 \backslash
32466 end{window}
32467 \end_layout
32468
32469 \end_inset
32470
32471
32472 \end_layout
32473
32474 \begin_layout Standard
32475
32476 \lang english
32477 \begin_inset ERT
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481
32482
32483 \backslash
32484 footnotetext{
32485 \end_layout
32486
32487 \end_inset
32488
32489 Footnote of the paragraph with the fixed object.
32490 \begin_inset ERT
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494
32495 }
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \end_layout
32502
32503 \begin_layout Standard
32504
32505 \lang english
32506 Surrounded fixed objects are used to let text float around them, at which
32507  the object's position in the paragraph can be determined by the number
32508  of lines above it.
32509  In contrary to floats is it not possible to have a numbered caption.
32510 \end_layout
32511
32512 \begin_layout Standard
32513
32514 \lang english
32515 A fixed object is inserted by adding the command
32516 \end_layout
32517
32518 \begin_layout Standard
32519
32520 \series bold
32521
32522 \backslash
32523 begin{window}[2,c,{
32524 \end_layout
32525
32526 \begin_layout Standard
32527
32528 \lang english
32529 as TeX Code at the beginning of the paragraph.
32530  The first parameter in the bracket, here '2', defines the number of lines
32531  above the object, the second, here 'c', the position of the object.
32532  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
32533  Behind the command you insert the object.
32534  In this example an image with a width of 40
32535 \begin_inset space \thinspace{}
32536 \end_inset
32537
32538 % of the text column width was inserted.
32539  The object can also be a table, a box or an equation.
32540  Behind the object the command
32541 \end_layout
32542
32543 \begin_layout Standard
32544
32545 \series bold
32546 },description text]
32547 \begin_inset Newline newline
32548 \end_inset
32549
32550 {}
32551 \end_layout
32552
32553 \begin_layout Standard
32554
32555 \lang english
32556 is inserted.
32557  Note that the 
32558 \begin_inset Quotes eld
32559 \end_inset
32560
32561
32562 \series bold
32563 {}
32564 \series default
32565
32566 \begin_inset Quotes erd
32567 \end_inset
32568
32569  is in the second line.
32570  The description text is optional.
32571  The text surrounding the object must be in the same paragraph as the object,
32572  so it must begin directly after the 
32573 \series bold
32574 {}
32575 \series default
32576 .
32577  At the end of the paragraph insert the command:
32578 \end_layout
32579
32580 \begin_layout Standard
32581
32582 \series bold
32583
32584 \backslash
32585 end{window}
32586 \end_layout
32587
32588 \begin_layout Standard
32589
32590 \lang english
32591 Within a paragraph with a fixed object, you cannot insert footnotes in the
32592  normal way.
32593  You have to use instead the command 
32594 \series bold
32595
32596 \backslash
32597 footnotemark
32598 \series default
32599  inside the paragraph and outside the command 
32600 \series bold
32601
32602 \backslash
32603 footnotetext
32604 \series default
32605  as described in sec.
32606 \lang spanish
32607
32608 \begin_inset space \thinspace{}
32609 \end_inset
32610
32611
32612 \begin_inset CommandInset ref
32613 LatexCommand ref
32614 reference "sec:Notas-al-pie"
32615
32616 \end_inset
32617
32618 .
32619 \end_layout
32620
32621 \begin_layout Standard
32622 \begin_inset ERT
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626
32627
32628 \backslash
32629 else
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \begin_inset Note Note
32636 status open
32637
32638 \begin_layout Plain Layout
32639 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
32640  
32641 \series bold
32642 picinpar
32643 \series default
32644 .
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \begin_layout Standard
32653 Debes instalar el paquete LaTeX 
32654 \series bold
32655 picinpar
32656 \series default
32657  para ver la parte siguiente en la salida.
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \begin_inset ERT
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665
32666
32667 \backslash
32668 fi
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \begin_layout Section
32677
32678 \lang english
32679 Initials
32680 \begin_inset Index idx
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685 \lang english
32686 Initials
32687 \end_layout
32688
32689 \end_inset
32690
32691
32692 \begin_inset Index idx
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696
32697 \lang english
32698 Surrounded by text ! Initials
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707
32708 \lang english
32709 To use initials, you must have the LaTeX package
32710 \lang spanish
32711  
32712 \series bold
32713 lettrine
32714 \series default
32715
32716 \begin_inset Index idx
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720 LaTeX-paquetes ! lettrine
32721 \end_layout
32722
32723 \end_inset
32724
32725  
32726 \lang english
32727 installed and use the module 
32728 \family sans
32729 Initials
32730 \family default
32731  in your document (menu 
32732 \family sans
32733 Document\SpecialChar \menuseparator
32734 Settings\SpecialChar \menuseparator
32735 Modules
32736 \family default
32737 ).
32738  To insert an initial, use the style 
32739 \family sans
32740 Initial
32741 \family default
32742 .
32743  This style has a mandatory and an optional argument.
32744  The mandatory argument is inserted via the menu 
32745 \family sans
32746 Insert\SpecialChar \menuseparator
32747 Short
32748 \begin_inset space ~
32749 \end_inset
32750
32751 Title
32752 \family default
32753  and contains the letter that is the initial.
32754  To use the also the optional argument, insert another argument in front
32755  of the mandatory argument.
32756  This one contains parameters to modify the initial.
32757  For more information about the possible parameters see the documentation
32758  of 
32759 \series bold
32760 \lang spanish
32761 lettrine
32762 \series default
32763
32764 \begin_inset CommandInset citation
32765 LatexCommand cite
32766 key "lettrine"
32767
32768 \end_inset
32769
32770 .
32771  
32772 \lang english
32773 The style itself contains the text that is surrounding the initial.
32774  The usual style is hereby that the word whose first letter is the initial,
32775  is printed with 
32776 \shape smallcaps
32777 small caps
32778 \shape default
32779 .
32780  To tell LaTeX where this word is finished, add a closing brace '
32781 \series bold
32782 }
32783 \series default
32784 ' as TeX Code behind it.
32785  At the end of the style there must be an opening brace '
32786 \series bold
32787 {
32788 \series default
32789 ' as TeX Code.
32790 \end_layout
32791
32792 \begin_layout Standard
32793
32794 \lang english
32795 Here are some examples:
32796 \end_layout
32797
32798 \begin_layout Enumerate
32799
32800 \lang english
32801 No optional argument, the initial is the letter 'I' in the math font 
32802 \begin_inset Formula $\mathfrak{Fraktur}$
32803 \end_inset
32804
32805 :
32806 \end_layout
32807
32808 \begin_deeper
32809 \begin_layout Initial
32810 \begin_inset Argument
32811 status open
32812
32813 \begin_layout Plain Layout
32814 \begin_inset Formula $\mathfrak{I}$
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \end_inset
32821
32822 t
32823 \begin_inset ERT
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827
32828 }
32829 \end_layout
32830
32831 \end_inset
32832
32833  
32834 \lang english
32835 was in the spring of the year 1894 that all London was interested, and the
32836  fashionable world dismayed, by the murder of the Honourable Ronald Adair
32837  under most unusual and inexplicable circumstances.
32838  The public has already learned those particulars of the crime which came
32839  out in the police investigation, but a good deal was suppressed upon that
32840  occasion, since the case for the prosecution was so overwhelmingly strong
32841  that it was not necessary to bring forward all the facts.
32842 \lang spanish
32843
32844 \begin_inset ERT
32845 status collapsed
32846
32847 \begin_layout Plain Layout
32848
32849 {
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \begin_inset Newpage newpage
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \end_deeper
32862 \begin_layout Enumerate
32863
32864 \lang english
32865 Only one line is surrounding the initial, which is formed by two letters
32866  in standard font and no text is printed in small caps:
32867 \end_layout
32868
32869 \begin_deeper
32870 \begin_layout Initial
32871 \begin_inset Argument
32872 status open
32873
32874 \begin_layout Plain Layout
32875 lines=1
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \begin_inset Argument
32882 status open
32883
32884 \begin_layout Plain Layout
32885 It
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \begin_inset ERT
32892 status collapsed
32893
32894 \begin_layout Plain Layout
32895
32896 }
32897 \end_layout
32898
32899 \end_inset
32900
32901  
32902 \lang english
32903 was in the spring of the year 1894 that all London was interested, and the
32904  fashionable world dismayed, by the murder of the Honourable Ronald Adair
32905  under most unusual and inexplicable circumstances.
32906  The public has already learned those particulars of the crime which came
32907  out in the police investigation, but a good deal was suppressed upon that
32908  occasion, since the case for the prosecution was so overwhelmingly strong
32909  that it was not necessary to bring forward all the facts.
32910 \lang spanish
32911
32912 \begin_inset ERT
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916
32917 {
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \end_deeper
32926 \begin_layout Enumerate
32927
32928 \lang english
32929 Magenta, hanging initial over 3
32930 \begin_inset space ~
32931 \end_inset
32932
32933 lines in the math font 
32934 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
32935 \end_inset
32936
32937 , the text 
32938 \begin_inset Quotes eld
32939 \end_inset
32940
32941 t was in the spring
32942 \begin_inset Quotes erd
32943 \end_inset
32944
32945  is in 
32946 \shape smallcaps
32947 small caps
32948 \shape default
32949 ; to color the initial, you must insert this command before the initial:
32950 \begin_inset Newline newline
32951 \end_inset
32952
32953
32954 \series bold
32955 \lang spanish
32956
32957 \backslash
32958 renewcommand{
32959 \backslash
32960 LettrineFontHook}{
32961 \backslash
32962 color{color}}
32963 \series default
32964 \lang english
32965
32966 \begin_inset Newline newline
32967 \end_inset
32968
32969 where the second 
32970 \emph on
32971 color
32972 \emph default
32973  can be 
32974 \begin_inset Quotes eld
32975 \end_inset
32976
32977 red
32978 \begin_inset Quotes erd
32979 \end_inset
32980
32981
32982 \begin_inset Quotes eld
32983 \end_inset
32984
32985 blue
32986 \begin_inset Quotes erd
32987 \end_inset
32988
32989
32990 \begin_inset Quotes eld
32991 \end_inset
32992
32993 green
32994 \begin_inset Quotes erd
32995 \end_inset
32996
32997
32998 \begin_inset Quotes eld
32999 \end_inset
33000
33001 yellow
33002 \begin_inset Quotes erd
33003 \end_inset
33004
33005
33006 \begin_inset Quotes eld
33007 \end_inset
33008
33009 cyan
33010 \begin_inset Quotes erd
33011 \end_inset
33012
33013
33014 \begin_inset Quotes eld
33015 \end_inset
33016
33017 magenta
33018 \begin_inset Quotes erd
33019 \end_inset
33020
33021
33022 \begin_inset Quotes eld
33023 \end_inset
33024
33025 black
33026 \begin_inset Quotes erd
33027 \end_inset
33028
33029  or 
33030 \begin_inset Quotes eld
33031 \end_inset
33032
33033 white
33034 \begin_inset Quotes erd
33035 \end_inset
33036
33037 , and add this command to the document preamble
33038 \lang spanish
33039 :
33040 \begin_inset Newline newline
33041 \end_inset
33042
33043
33044 \series bold
33045
33046 \backslash
33047 @ifundefined{textcolor}
33048 \begin_inset Newline newline
33049 \end_inset
33050
33051
33052 \begin_inset space ~
33053 \end_inset
33054
33055 {
33056 \backslash
33057 usepackage{color}}{}
33058 \end_layout
33059
33060 \begin_deeper
33061 \begin_layout Standard
33062 \begin_inset ERT
33063 status collapsed
33064
33065 \begin_layout Plain Layout
33066
33067
33068 \backslash
33069 renewcommand{
33070 \backslash
33071 LettrineFontHook}{
33072 \backslash
33073 color{magenta}}
33074 \end_layout
33075
33076 \end_inset
33077
33078
33079 \lang english
33080
33081 \begin_inset Note Note
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085
33086 \lang english
33087 makes the initial magenta
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \end_layout
33094
33095 \begin_layout Initial
33096 \begin_inset Argument
33097 status open
33098
33099 \begin_layout Plain Layout
33100 lines=3, lhang=0.33, loversize=0.25
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \begin_inset Argument
33107 status open
33108
33109 \begin_layout Plain Layout
33110 \begin_inset Formula $\mathcal{I}$
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \lang english
33120 t was in the spring
33121 \lang spanish
33122
33123 \begin_inset ERT
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127
33128 }
33129 \end_layout
33130
33131 \end_inset
33132
33133  
33134 \lang english
33135 of the year 1894 that all London was interested, and the fashionable world
33136  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33137  and inexplicable circumstances.
33138  The public has already learned those particulars of the crime which came
33139  out in the police investigation, but a good deal was suppressed upon that
33140  occasion, since the case for the prosecution was so overwhelmingly strong
33141  that it was not necessary to bring forward all the facts.
33142 \lang spanish
33143
33144 \begin_inset ERT
33145 status collapsed
33146
33147 \begin_layout Plain Layout
33148
33149 {
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \end_deeper
33158 \begin_layout Chapter
33159 Archivos externos
33160 \begin_inset Index idx
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164 Archivos externos
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 Con el menú 
33174 \family sans
33175 Insertar\SpecialChar \menuseparator
33176 Archivo 
33177 \family default
33178 se pueden insertar archivos externos en un documento.
33179  Estos pueden ser:
33180 \end_layout
33181
33182 \begin_layout Description
33183 Documento
33184 \begin_inset space ~
33185 \end_inset
33186
33187 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
33188 \end_layout
33189
33190 \begin_layout Description
33191 Texto
33192 \begin_inset space ~
33193 \end_inset
33194
33195 simple Un documento de texto; cada línea del mismo se inserta en tu documento
33196  como párrafo propio.
33197 \end_layout
33198
33199 \begin_layout Description
33200 Texto
33201 \begin_inset space ~
33202 \end_inset
33203
33204 simple,
33205 \begin_inset space ~
33206 \end_inset
33207
33208 unir
33209 \begin_inset space ~
33210 \end_inset
33211
33212 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
33213  Las líneas vacías generan un nuevo párrafo en tu documento.
33214 \end_layout
33215
33216 \begin_layout Description
33217 Material
33218 \begin_inset space ~
33219 \end_inset
33220
33221 externo Archivos en diversos formatos.
33222 \end_layout
33223
33224 \begin_layout Description
33225 Documento
33226 \begin_inset space ~
33227 \end_inset
33228
33229 hijo Documentos LyX, LaTeX o texto simple.
33230 \end_layout
33231
33232 \begin_layout Section
33233 Material externo
33234 \begin_inset Index idx
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 Material externo
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \begin_layout Standard
33247 Esta característica te permite insertar archivos en tu documento sin convertirlo
33248 s previamente a un formato legible en la salida, ya que LyX se ocupa de
33249  las necesarias conversiones.
33250  Esto es parecido a la inserción de imágenes en diversos formatos en los
33251  documentos LyX.
33252  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
33253  en 
33254 \family sans
33255 Apariencia
33256 \family default
33257 \SpecialChar \menuseparator
33258 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
33259  en LyX.
33260 \end_layout
33261
33262 \begin_layout Standard
33263 El material externo se puede insertar mediante el diálogo que surge a partir
33264  del menú 
33265 \family sans
33266 Insertar\SpecialChar \menuseparator
33267 Archivo\SpecialChar \menuseparator
33268 Material
33269 \begin_inset space ~
33270 \end_inset
33271
33272 externo
33273 \family default
33274 .
33275  Actualmente se permiten los siguientes tipos de archivo (
33276 \family sans
33277 Plantillas
33278 \family default
33279 ):
33280 \end_layout
33281
33282 \begin_layout Description
33283 Diagrama
33284 \begin_inset space ~
33285 \end_inset
33286
33287 de
33288 \begin_inset space ~
33289 \end_inset
33290
33291 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
33292  con el programa 
33293 \series bold
33294
33295 \begin_inset CommandInset href
33296 LatexCommand href
33297 name "XBoard"
33298 target "http://en.wikipedia.org/wiki/XBoard"
33299
33300 \end_inset
33301
33302
33303 \series default
33304 .
33305 \end_layout
33306
33307 \begin_layout Description
33308 Dia Esta plantilla soporta diagramas creados con el programa 
33309 \series bold
33310
33311 \begin_inset CommandInset href
33312 LatexCommand href
33313 name "Dia"
33314 target "http://en.wikipedia.org/wiki/Dia_(software)"
33315
33316 \end_inset
33317
33318
33319 \series default
33320 .
33321 \end_layout
33322
33323 \begin_layout Description
33324 Fecha Esta inserta la fecha en el formato 
33325 \emph on
33326 Día-Mes-Año.
33327
33328 \emph default
33329  A continuación hay una fecha insertada como material externo: 
33330 \begin_inset External
33331         template Date
33332         filename es/...
33333
33334 \end_inset
33335
33336
33337 \begin_inset space ~
33338 \end_inset
33339
33340
33341 \begin_inset Note Note
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \begin_inset Newline newline
33352 \end_inset
33353
33354 La fecha no se muestra en LyX, sólo en la salida.
33355  Hay otros dos métodos de insertar una fecha, con el menú 
33356 \family sans
33357 Insertar\SpecialChar \menuseparator
33358 Fecha
33359 \family default
33360  y con el comando LaTeX 
33361 \series bold
33362
33363 \backslash
33364 today
33365 \series default
33366  en código TeX.
33367  Los distintos métodos se comparan en el cuadro
33368 \begin_inset space ~
33369 \end_inset
33370
33371
33372 \begin_inset CommandInset ref
33373 LatexCommand ref
33374 reference "tab:Comparación-de"
33375
33376 \end_inset
33377
33378 .
33379 \end_layout
33380
33381 \begin_layout Description
33382 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
33383 \begin_inset Newline linebreak
33384 \end_inset
33385
33386
33387 \series bold
33388
33389 \begin_inset CommandInset href
33390 LatexCommand href
33391 name "LilyPond"
33392 target "http://en.wikipedia.org/wiki/LilyPond"
33393
33394 \end_inset
33395
33396
33397 \series default
33398 .
33399 \end_layout
33400
33401 \begin_layout Description
33402 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
33403  Para insertar algunas o todas las páginas de un documento PDF, utiliza
33404  la opción 
33405 \emph on
33406 pages
33407 \emph default
33408  en el campo 
33409 \family sans
33410 Opción
33411 \family default
33412  de la pestaña 
33413 \family sans
33414 Opciones de LaTeX y LyX
33415 \family default
33416 , según la descripción de la plantilla en el diálogo.
33417  Si no se usa la opción 
33418 \emph on
33419 pages
33420 \emph default
33421 , sólo se inserta la primera página del PDF.
33422 \end_layout
33423
33424 \begin_layout Description
33425 RasterImage Sirve para insertar imágenes bitmap.
33426  Casi todos los formatos populares de imágenes están soportados.
33427  Las imágenes se pueden tratar en el diálogo 
33428 \family sans
33429 Material Externo
33430 \family default
33431  como las que habitualmente se incluyen mediante el diálogo 
33432 \family sans
33433 Gráficos
33434 \family default
33435 , tal como se explica en la sección
33436 \begin_inset space ~
33437 \end_inset
33438
33439
33440 \begin_inset CommandInset ref
33441 LatexCommand ref
33442 reference "sec:Diálogo-Gráficos"
33443
33444 \end_inset
33445
33446 .
33447  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
33448  PDF y EPS no están soportadas.
33449 \end_layout
33450
33451 \begin_layout Description
33452 XFig Esta plantilla soporta imágenes creadas con el programa 
33453 \series bold
33454
33455 \begin_inset CommandInset href
33456 LatexCommand href
33457 name "Xfig"
33458 target "http://en.wikipedia.org/wiki/Xfig"
33459
33460 \end_inset
33461
33462
33463 \series default
33464 .
33465 \end_layout
33466
33467 \begin_layout Standard
33468 \begin_inset Float table
33469 placement h
33470 wide false
33471 sideways false
33472 status open
33473
33474 \begin_layout Plain Layout
33475 \begin_inset Caption
33476
33477 \begin_layout Plain Layout
33478 \begin_inset CommandInset label
33479 LatexCommand label
33480 name "tab:Comparación-de"
33481
33482 \end_inset
33483
33484 Comparación de los métodos de inserción de fecha.
33485 \end_layout
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Plain Layout
33493 \align center
33494 \begin_inset Tabular
33495 <lyxtabular version="3" rows="4" columns="4">
33496 <features tabularvalignment="middle">
33497 <column alignment="center" valignment="top" width="0">
33498 <column alignment="center" valignment="top" width="0">
33499 <column alignment="center" valignment="top" width="0">
33500 <column alignment="center" valignment="top" width="0">
33501 <row>
33502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 Documento
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515
33516 \family sans
33517 Material externo\SpecialChar \menuseparator
33518 Fecha
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527
33528 \family sans
33529 Insertar\SpecialChar \menuseparator
33530 Fecha
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 comando 
33540 \series bold
33541
33542 \backslash
33543 today
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 </row>
33549 <row>
33550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554 LyX
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 como recuadro
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572 como fecha
33573 \end_layout
33574
33575 \end_inset
33576 </cell>
33577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33578 \begin_inset Text
33579
33580 \begin_layout Plain Layout
33581 como cuadro código TeX
33582 \end_layout
33583
33584 \end_inset
33585 </cell>
33586 </row>
33587 <row>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 LaTeX
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33598 \begin_inset Text
33599
33600 \begin_layout Plain Layout
33601 como fecha
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 como fecha
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619 como comando
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 <row>
33626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 DVI, PDF, PS
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 como fecha
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33645 \begin_inset Text
33646
33647 \begin_layout Plain Layout
33648 como fecha
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Plain Layout
33657 como fecha
33658 \end_layout
33659
33660 \end_inset
33661 </cell>
33662 </row>
33663 </lyxtabular>
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \end_inset
33671
33672
33673 \end_layout
33674
33675 \begin_layout Standard
33676 Si utilizas la opción 
33677 \family sans
33678 Borrador
33679 \family default
33680  en la solapa 
33681 \family sans
33682 Archivo
33683 \family default
33684  del diálogo 
33685 \family sans
33686 Material Externo
33687 \family default
33688 , en el documento de salida sólo se muestra la ruta al archivo insertado.
33689 \family sans
33690
33691 \begin_inset Newline newline
33692 \end_inset
33693
33694
33695 \family default
33696 El material externo se muestra en LyX como un recuadro del tipo:
33697 \family sans
33698  
33699 \family default
33700
33701 \begin_inset Graphics
33702         filename clipart/MaterialExternoQt4.png
33703         scale 80
33704
33705 \end_inset
33706
33707  o como imagen, dependiendo de si se marca la opción 
33708 \family sans
33709 Mostrar en LyX 
33710 \family default
33711 de la pestaña 
33712 \family sans
33713 Opciones de LaTeX y LyX
33714 \family default
33715  del diálogo
33716 \family sans
33717 .
33718 \end_layout
33719
33720 \begin_layout Standard
33721 En el manual 
33722 \emph on
33723 Personalización
33724 \emph default
33725  se explica cómo definir tus propias plantillas.
33726 \end_layout
33727
33728 \begin_layout Section
33729 Documento hijo
33730 \begin_inset CommandInset label
33731 LatexCommand label
33732 name "sec:Documento-Hijo"
33733
33734 \end_inset
33735
33736
33737 \begin_inset Index idx
33738 status collapsed
33739
33740 \begin_layout Plain Layout
33741 Documento hijo
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Standard
33750 Los documentos hijos se emplean en el caso de tener un documento extenso
33751  compuesto por varias partes o secciones más grandes.
33752  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
33753  en varios archivos que pueden ser revisados por separado.
33754  Estos archivos se conocen como documentos hijos, y el llamado documento
33755  maestro los conecta con el fin de imprimirlos como un todo o por partes.
33756  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
33757  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
33758 \end_layout
33759
33760 \begin_layout Standard
33761 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
33762  en el menú 
33763 \family sans
33764 Documento\SpecialChar \menuseparator
33765 Configuración\SpecialChar \menuseparator
33766 Clase del documento
33767 \family default
33768  del documento hijo especifica el documento maestro predeterminado.
33769  Este maestro será usado entonces por LyX en un segundo plano cuando edites
33770  el documento hijo.
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
33775  recuadros del tipo: 
33776 \begin_inset Graphics
33777         filename clipart/DocumentoHijoQt4.png
33778         scale 80
33779
33780 \end_inset
33781
33782 .
33783  Para incluir documentos hijos en un documento maestro utiliza el menú 
33784 \family sans
33785 Insertar
33786 \family default
33787 \SpecialChar \menuseparator
33788
33789 \family sans
33790 Archivo
33791 \family default
33792 \SpecialChar \menuseparator
33793
33794 \family sans
33795 Documento
33796 \begin_inset space ~
33797 \end_inset
33798
33799 hijo
33800 \family default
33801 .
33802  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
33803 \end_layout
33804
33805 \begin_layout Description
33806 Anexar Puedes incluir documentos LyX y documentos LaTeX.
33807  Al pulsar el botón 
33808 \family sans
33809 Aceptar
33810 \family default
33811  en el diálogo 
33812 \family sans
33813 Documento hijo
33814 \family default
33815 , los documentos incluidos se abrirán en una nueva solapa de archivo en
33816  la ventana de LyX y así puedes modificarlos si quieres.
33817 \end_layout
33818
33819 \begin_layout Standard
33820 Aquí hay un archivo insertado con el método 
33821 \family sans
33822 Anexar
33823 \family default
33824
33825 \begin_inset CommandInset include
33826 LatexCommand include
33827 filename "DocumentoPostizo1.lyx"
33828
33829 \end_inset
33830
33831
33832 \end_layout
33833
33834 \begin_layout Standard
33835 La numeración de secciones tiene en cuenta las secciones de los archivos
33836  incluidos en el orden en que están insertados en el documento maestro.
33837  El documento incluido de ejemplo tiene una subsección que se numera como
33838  subsección de la presente sección.
33839  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
33840 \begin_inset space ~
33841 \end_inset
33842
33843
33844 \begin_inset CommandInset ref
33845 LatexCommand ref
33846 reference "sub:Subsección-Externa-1"
33847
33848 \end_inset
33849
33850 .
33851 \end_layout
33852
33853 \begin_layout Standard
33854 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
33855  del documento maestro.
33856  Las ramas en los documentos hijos serán ignoradas por el documento maestro
33857  si éste no tiene una rama con el mismo nombre.
33858  Los documentos anexados se insertan comenzando una página nueva y acabando
33859  con un salto de página.
33860 \end_layout
33861
33862 \begin_layout Standard
33863 \begin_inset Note Greyedout
33864 status open
33865
33866 \begin_layout Plain Layout
33867
33868 \series bold
33869 Nota:
33870 \series default
33871  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
33872  a la del documento maestro, recibirás una advertencia al exportar/ver el
33873  documento, ya que esto podría dar resultados inesperados.
33874 \end_layout
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \begin_layout Description
33882 Incorporar Este método es muy parecido al método 
33883 \family sans
33884 Anexar
33885 \family default
33886 .
33887  Las diferencias son:
33888 \end_layout
33889
33890 \begin_deeper
33891 \begin_layout Itemize
33892 Los archivos incorporados no comienzan en página nueva ni acaban con un
33893  salto de página.
33894 \end_layout
33895
33896 \begin_layout Itemize
33897 Los archivos incorporados pueden visualizar en LyX si la 
33898 \family sans
33899 Vista
33900 \begin_inset space ~
33901 \end_inset
33902
33903 preliminar
33904 \begin_inset space ~
33905 \end_inset
33906
33907 inmediata 
33908 \family default
33909 está activada en el diálogo 
33910 \family sans
33911 Herramientas\SpecialChar \menuseparator
33912 Preferencias
33913 \family default
33914 , apartado 
33915 \family sans
33916 Apariencia\SpecialChar \menuseparator
33917 Visualización
33918 \family default
33919 .
33920 \end_layout
33921
33922 \begin_layout Itemize
33923 Los archivos incorporados no se pueden excluir mediante el menú 
33924 \family sans
33925 Documento\SpecialChar \menuseparator
33926 Configuración\SpecialChar \menuseparator
33927 Documentos hijo
33928 \family default
33929 .
33930 \end_layout
33931
33932 \end_deeper
33933 \begin_layout Standard
33934 Aquí hay un documento hijo insertado con el método 
33935 \family sans
33936 Incorporar
33937 \family default
33938 :
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset CommandInset include
33943 LatexCommand input
33944 filename "DocumentoPostizo2.lyx"
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Description
33952 Literal Con este método se puede incluir cualquier archivo de texto.
33953  El archivo aparece en la salida con su código fuente, y si contiene comandos
33954  no se ejecutan.
33955  Con la opción 
33956 \family sans
33957 Marcar espacios en la salida
33958 \family default
33959  cada espacio en el código fuente se muestra en la salida con el carácter
33960  «
33961 \begin_inset ERT
33962 status collapsed
33963
33964 \begin_layout Plain Layout
33965
33966
33967 \backslash
33968 textvisiblespace
33969 \end_layout
33970
33971 \end_inset
33972
33973 ».
33974  La diferencia con el método de inserción mediante el menú 
33975 \family sans
33976 Insertar
33977 \family default
33978 \SpecialChar \menuseparator
33979
33980 \family sans
33981 Archivo
33982 \family default
33983 \SpecialChar \menuseparator
33984
33985 \family sans
33986 Texto
33987 \begin_inset space ~
33988 \end_inset
33989
33990 simple
33991 \family default
33992  es que en este caso el contenido del archivo se ve en LyX, mientras que
33993  en modo 
33994 \family sans
33995 Literal 
33996 \family default
33997 no se muestra el contenido, sino un recuadro con el nombre.
33998
33999 \family sans
34000  
34001 \end_layout
34002
34003 \begin_layout Standard
34004 Aquí se inserta un documento hijo en modo Literal:
34005 \begin_inset CommandInset include
34006 LatexCommand verbatiminput
34007 filename "DocumentoTextoPostizo.txt"
34008
34009 \end_inset
34010
34011
34012 \begin_inset VSpace bigskip
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Standard
34019 Aquí se inserta un documento hijo en modo Literal con la opción 
34020 \family sans
34021 Marcar espacios en la salida
34022 \family default
34023 :
34024 \begin_inset CommandInset include
34025 LatexCommand verbatiminput*
34026 filename "DocumentoTextoPostizo.txt"
34027
34028 \end_inset
34029
34030
34031 \begin_inset VSpace bigskip
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 \begin_inset Note Greyedout
34039 status open
34040
34041 \begin_layout Plain Layout
34042
34043 \series bold
34044 Nota:
34045 \series default
34046  Como puedes ver en los ejemplos anteriores, el texto de los documentos
34047  incluidos en modo 
34048 \family sans
34049 literal
34050 \family default
34051  no contiene saltos de línea, a no ser que se incluyan expresamente en el
34052  archivo de texto.
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \begin_layout Description
34061 Listado
34062 \begin_inset space ~
34063 \end_inset
34064
34065 de
34066 \begin_inset space ~
34067 \end_inset
34068
34069 programa Este tipo se describe en el capítulo
34070 \begin_inset space ~
34071 \end_inset
34072
34073
34074 \begin_inset CommandInset ref
34075 LatexCommand ref
34076 reference "cap:Listado-de-programa"
34077
34078 \end_inset
34079
34080 .
34081 \end_layout
34082
34083 \begin_layout Standard
34084 \begin_inset Note Greyedout
34085 status open
34086
34087 \begin_layout Plain Layout
34088
34089 \series bold
34090 Nota:
34091 \series default
34092  Incluir el mismo documento dos veces con métodos diferentes podría causar
34093  problemas en LaTeX.
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Standard
34102 Si quieres ver o exportar solo determinados hijos del documento maestro,
34103  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
34104  individuales del libro, puedes excluir hijos en la salida.
34105  Esto se consigue mediante el menú 
34106 \family sans
34107 Documento\SpecialChar \menuseparator
34108 Configuración\SpecialChar \menuseparator
34109 Documento hijo
34110 \family default
34111 .
34112  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
34113  (esto solo funciona para documentos insertados mediante 
34114 \begin_inset Quotes fld
34115 \end_inset
34116
34117 Anexar
34118 \begin_inset Quotes frd
34119 \end_inset
34120
34121 , no con 
34122 \begin_inset Quotes fld
34123 \end_inset
34124
34125 Incorporar
34126 \begin_inset Quotes frd
34127 \end_inset
34128
34129 ).
34130  Si se marca la opción 
34131 \family sans
34132 Mantener contadores y referencias
34133 \family default
34134  LyX garantiza que todos los números de página, referencias, etc., se respetan
34135  como si se procesara el documento completo.
34136  No obstante, LyX tiene que procesar el documento entero en segundo plano
34137  para que esta característica funcione.
34138  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
34139  los contadores y referencias, desmarca esta casilla.
34140 \end_layout
34141
34142 \begin_layout Standard
34143 Alternativamente, se puede poner cada archivo incluido en una rama.
34144 \begin_inset Foot
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148 Las ramas se describen en la sección
34149 \emph on
34150  Ramas
34151 \emph default
34152  de la 
34153 \emph on
34154 Guía del usuario
34155 \emph default
34156  de LyX.
34157 \end_layout
34158
34159 \end_inset
34160
34161  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
34162  aparecerán en la salida.
34163  Esto tiene la ventaja de que también funciona con hijos incluidos con 
34164 \begin_inset Quotes fld
34165 \end_inset
34166
34167 Incorporar
34168 \begin_inset Quotes frd
34169 \end_inset
34170
34171 .
34172  Sin embargo, los contadores y las referencias no se mantendrán usando este
34173  método.
34174 \end_layout
34175
34176 \begin_layout Chapter
34177 Listado de programa
34178 \begin_inset CommandInset label
34179 LatexCommand label
34180 name "cap:Listado-de-programa"
34181
34182 \end_inset
34183
34184
34185 \begin_inset Index idx
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189 Listado de programa
34190 \end_layout
34191
34192 \end_inset
34193
34194
34195 \begin_inset Index idx
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 Código de programa
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \begin_inset Index idx
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209 Flotantes ! Listado de programa
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Standard
34218 Para incluir y tipografiar código de programación puedes usar la opción
34219  de menú disponible en 
34220 \family sans
34221 Insertar\SpecialChar \menuseparator
34222 Listado
34223 \begin_inset space ~
34224 \end_inset
34225
34226 de
34227 \begin_inset space ~
34228 \end_inset
34229
34230 programa.
34231  
34232 \family default
34233 El paquete LaTeX 
34234 \series bold
34235 listings
34236 \series default
34237
34238 \begin_inset Index idx
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 LaTeX-paquetes ! listings
34243 \end_layout
34244
34245 \end_inset
34246
34247  provee un mecanismo potente y flexible para insertar código fuente en tu
34248  documento.
34249 \end_layout
34250
34251 \begin_layout Standard
34252 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
34253  incorporado en el que puedes configurar su formato.
34254 \end_layout
34255
34256 \begin_layout Standard
34257 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
34258  La opción de ubicación 
34259 \family sans
34260 Listado
34261 \begin_inset space ~
34262 \end_inset
34263
34264 en
34265 \begin_inset space ~
34266 \end_inset
34267
34268 línea
34269 \family default
34270  lo imprime en la línea, como este ejemplo: 
34271 \begin_inset listings
34272 lstparams "language={C++}"
34273 inline true
34274 status open
34275
34276 \begin_layout Plain Layout
34277
34278 int a=5;
34279 \end_layout
34280
34281 \end_inset
34282
34283
34284 \family sans
34285
34286 \begin_inset Newline newline
34287 \end_inset
34288
34289
34290 \family default
34291 La opción 
34292 \family sans
34293 Flotante
34294 \family default
34295  crea un listado flotante cuya colocación se puede especificar mediante
34296  las opciones «
34297 \family sans
34298 h
34299 \family default
34300 », «
34301 \family sans
34302 t
34303 \family default
34304 », «
34305 \family sans
34306 b
34307 \family default
34308 » y «
34309 \family sans
34310 p
34311 \family default
34312 », correspondientes a las opciones de colocación de flotantes descritas
34313  en la sección
34314 \family sans
34315
34316 \begin_inset space ~
34317 \end_inset
34318
34319
34320 \begin_inset CommandInset ref
34321 LatexCommand ref
34322 reference "sec:Colocación-de-Flotantes"
34323
34324 \end_inset
34325
34326
34327 \family default
34328 .
34329  Las opciones de colocación se pueden mezclar y se escriben sin separación,
34330  p.
34331 \family sans
34332
34333 \begin_inset space \thinspace{}
34334 \end_inset
34335
34336
34337 \family default
34338 e.
34339 \begin_inset space ~
34340 \end_inset
34341
34342 «
34343 \family sans
34344 htbp
34345 \family default
34346 ».
34347  La opción «
34348 \family sans
34349 h
34350 \family default
34351 » a veces no tiene efecto, pero no necesitas usar la opción 
34352 \family sans
34353 Flotante
34354 \family default
34355  en ese caso puesto que los listados de programa no flotantes también pueden
34356  tener leyendas y ser referenciadas.
34357 \end_layout
34358
34359 \begin_layout Standard
34360 Se puede añadir una leyenda a un listado de programa con el menú 
34361 \family sans
34362 Insertar\SpecialChar \menuseparator
34363 Leyenda
34364 \family default
34365
34366 \begin_inset Foot
34367 status open
34368
34369 \begin_layout Plain Layout
34370 Para traducir la etiqueta 
34371 \begin_inset Quotes eld
34372 \end_inset
34373
34374 Listado
34375 \begin_inset Quotes erd
34376 \end_inset
34377
34378  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
34379  comando 
34380 \series bold
34381
34382 \backslash
34383 renewcommand{
34384 \backslash
34385 lstlistingname}{Listado}
34386 \series default
34387 .
34388  (
34389 \emph on
34390 N.
34391 \begin_inset space \thinspace{}
34392 \end_inset
34393
34394 del t.
34395 \emph default
34396 )
34397 \end_layout
34398
34399 \end_inset
34400
34401 .
34402  Los listados de programa se pueden referenciar como los flotantes: Listado
34403 \begin_inset space ~
34404 \end_inset
34405
34406
34407 \begin_inset CommandInset ref
34408 LatexCommand ref
34409 reference "lst:Ejemplo-de-listado-de-programa"
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 \begin_inset listings
34418 lstparams "language=Python"
34419 inline false
34420 status open
34421
34422 \begin_layout Plain Layout
34423
34424 \begin_inset Caption
34425
34426 \begin_layout Plain Layout
34427 \begin_inset CommandInset label
34428 LatexCommand label
34429 name "lst:Ejemplo-de-listado-de-programa"
34430
34431 \end_inset
34432
34433 Ejemplo de listado de programa flotante
34434 \end_layout
34435
34436 \end_inset
34437
34438 # Ejemplo de listado flotante
34439 \end_layout
34440
34441 \begin_layout Plain Layout
34442
34443 def func(param):
34444 \end_layout
34445
34446 \begin_layout Plain Layout
34447
34448     'this is a python function'
34449 \end_layout
34450
34451 \begin_layout Plain Layout
34452
34453     pass
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \begin_layout Standard
34462 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
34463  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
34464  y tipografiadas de manera especial en la salida.
34465  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
34466  negrita.
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \begin_inset Note Greyedout
34471 status open
34472
34473 \begin_layout Plain Layout
34474
34475 \series bold
34476 Nota:
34477 \series default
34478  Si no consigues caracteres en negrita cuando usas tipografías de ancho
34479  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
34480  En este caso selecciona una tipografía distinta en el menú 
34481 \family sans
34482 Documento
34483 \family default
34484 \SpecialChar \menuseparator
34485
34486 \family sans
34487 Configuración
34488 \family default
34489 \SpecialChar \menuseparator
34490
34491 \family sans
34492 Tipografías.
34493  
34494 \family default
34495 (Las tipografías 
34496 \emph on
34497 LuxiMono, BeraMono
34498 \emph default
34499  y 
34500 \emph on
34501 Courier 
34502 \emph default
34503 suministran negritas.)
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Standard
34512 En la sección 
34513 \family sans
34514 Numeración
34515 \begin_inset space ~
34516 \end_inset
34517
34518 de
34519 \begin_inset space ~
34520 \end_inset
34521
34522 líneas
34523 \family default
34524  del diálogo puedes elegir el estilo de numeración de las líneas.
34525  En el campo 
34526 \family sans
34527 Paso 
34528 \family default
34529 puedes insertar un número para determinar qué líneas se numeran.
34530  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
34531  
34532 \end_layout
34533
34534 \begin_layout Standard
34535 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
34536  en la salida.
34537  La opción 
34538 \family sans
34539 Mapa
34540 \begin_inset space ~
34541 \end_inset
34542
34543 de
34544 \begin_inset space ~
34545 \end_inset
34546
34547 caracteres
34548 \begin_inset space ~
34549 \end_inset
34550
34551 tradicional
34552 \begin_inset space ~
34553 \end_inset
34554
34555 mejorado
34556 \family default
34557  debería emplearse si se usan en el código caracteres nacionales como la
34558  diéresis alemana.
34559 \begin_inset Newline newline
34560 \end_inset
34561
34562 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
34563  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
34564  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
34565 \begin_inset listings
34566 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34567 inline false
34568 status open
34569
34570 \begin_layout Plain Layout
34571
34572 def func(param):
34573 \end_layout
34574
34575 \begin_layout Plain Layout
34576
34577     'this is a python function'
34578 \end_layout
34579
34580 \begin_layout Plain Layout
34581
34582     pass
34583 \end_layout
34584
34585 \begin_layout Plain Layout
34586
34587 def func(param):
34588 \end_layout
34589
34590 \begin_layout Plain Layout
34591
34592 'This is a German word: Tschüß'
34593 \end_layout
34594
34595 \begin_layout Plain Layout
34596
34597 pass
34598 \end_layout
34599
34600 \begin_layout Plain Layout
34601
34602 def func(param):
34603 \end_layout
34604
34605 \begin_layout Plain Layout
34606
34607 'this is a python function'
34608 \end_layout
34609
34610 \begin_layout Plain Layout
34611
34612 pass
34613 \end_layout
34614
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \begin_layout Standard
34621 \begin_inset Note Greyedout
34622 status open
34623
34624 \begin_layout Plain Layout
34625
34626 \series bold
34627 Nota:
34628 \series default
34629  Debido a un error en el paquete 
34630 \series bold
34631 listings
34632 \series default
34633  la numeración de líneas cambia en una línea por cada listado previo.
34634  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
34635  3 y 6.
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Standard
34644 \begin_inset VSpace bigskip
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Standard
34651 También es posible imprimir como listado de programa líneas de un archivo.
34652  Para hacer esto, usa el menú 
34653 \family sans
34654 Insertar\SpecialChar \menuseparator
34655 Archivo\SpecialChar \menuseparator
34656 Documento
34657 \begin_inset space ~
34658 \end_inset
34659
34660 hijo 
34661 \family default
34662 y elige el tipo 
34663 \family sans
34664 Listado de programa
34665 \family default
34666 .
34667 \begin_inset Foot
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 Los restantes tipos de documento hijo se describen en la sección
34672 \begin_inset space ~
34673 \end_inset
34674
34675
34676 \begin_inset CommandInset ref
34677 LatexCommand ref
34678 reference "sec:Documento-Hijo"
34679
34680 \end_inset
34681
34682 .
34683 \end_layout
34684
34685 \end_inset
34686
34687  En el diálogo de documento hijo puedes especificar los parámetros del listado
34688  en el cuadro de texto.
34689  Para ver una lista de los parámetros disponibles teclea una interrogación
34690  «?» en el cuadro.
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Para referenciar un documento hijo tipo listado, escribe el texto de la
34695  etiqueta en el campo correspondiente del diálogo de documento hijo.
34696  Después se puede referenciar la etiqueta con el menú 
34697 \family sans
34698 Insertar\SpecialChar \menuseparator
34699 Referencia cruzada.
34700 \end_layout
34701
34702 \begin_layout Standard
34703 A continuación hay un ejemplo, Listado
34704 \begin_inset space ~
34705 \end_inset
34706
34707
34708 \begin_inset CommandInset ref
34709 LatexCommand ref
34710 reference "lst:archivo-listado"
34711
34712 \end_inset
34713
34714 , de inserción de líneas de un archivo; en él se incluye el rango de las
34715  líneas 10
34716 \begin_inset space \thinspace{}
34717 \end_inset
34718
34719 -
34720 \begin_inset space \thinspace{}
34721 \end_inset
34722
34723 15 de este archivo LyX.
34724 \end_layout
34725
34726 \begin_layout Standard
34727 \begin_inset CommandInset include
34728 LatexCommand lstinputlisting
34729 filename "EmbeddedObjects.lyx"
34730 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Standard
34738 \begin_inset VSpace bigskip
34739 \end_inset
34740
34741
34742 \end_layout
34743
34744 \begin_layout Standard
34745 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
34746 \end_layout
34747
34748 \begin_layout Enumerate
34749 Abre el diálogo de listado y añade
34750 \begin_inset Newline newline
34751 \end_inset
34752
34753
34754 \family sans
34755 mathescape=true
34756 \begin_inset Newline newline
34757 \end_inset
34758
34759
34760 \family default
34761 en el campo de texto de la solapa 
34762 \family sans
34763 Avanzado
34764 \end_layout
34765
34766 \begin_layout Enumerate
34767 Crea una ecuación fuera del listado
34768 \end_layout
34769
34770 \begin_layout Enumerate
34771 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
34772  (teclas 
34773 \family sans
34774 Ctrl+C
34775 \family default
34776 )
34777 \end_layout
34778
34779 \begin_layout Enumerate
34780 En el listado escribe 
34781 \begin_inset Quotes eld
34782 \end_inset
34783
34784
34785 \family sans
34786 $$
34787 \family default
34788
34789 \begin_inset Quotes erd
34790 \end_inset
34791
34792  y pega desde el portapapeles entre los símbolos dólar (teclas 
34793 \family sans
34794 Ctrl+V
34795 \family default
34796 )
34797 \end_layout
34798
34799 \begin_layout Standard
34800 \begin_inset listings
34801 lstparams "language=Python,mathescape=true"
34802 inline false
34803 status open
34804
34805 \begin_layout Plain Layout
34806
34807 \begin_inset Caption
34808
34809 \begin_layout Plain Layout
34810 Ejemplo de listado flotante con una ecuación
34811 \end_layout
34812
34813 \end_inset
34814
34815 # Ejemplo de listado flotante
34816 \end_layout
34817
34818 \begin_layout Plain Layout
34819
34820 def func(param):
34821 \end_layout
34822
34823 \begin_layout Plain Layout
34824
34825     # $
34826 \backslash
34827 prod_{n=1}^{
34828 \backslash
34829 infty}
34830 \backslash
34831 ,
34832 \backslash
34833 frac{1}{x^{2}}$
34834 \end_layout
34835
34836 \begin_layout Plain Layout
34837
34838     pass
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Standard
34847 \begin_inset VSpace bigskip
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Standard
34854 Los parámetros globales para listados de programa se pueden establecer en
34855  el diálogo 
34856 \family sans
34857 Documento\SpecialChar \menuseparator
34858 Configuración\SpecialChar \menuseparator
34859 Listados.
34860  
34861 \family default
34862 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
34863  «?» en el campo de texto.
34864 \end_layout
34865
34866 \begin_layout Standard
34867 Para más información sobre el paquete 
34868 \series bold
34869 listings
34870 \series default
34871 , consulta su documentación
34872 \begin_inset space ~
34873 \end_inset
34874
34875
34876 \begin_inset CommandInset citation
34877 LatexCommand cite
34878 key "listings"
34879
34880 \end_inset
34881
34882 .
34883 \end_layout
34884
34885 \begin_layout Standard
34886 \begin_inset Newpage newpage
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \begin_layout Chapter
34893 \start_of_appendix
34894 Unidades disponibles en LyX
34895 \begin_inset Index idx
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 Unidades
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \begin_inset CommandInset label
34906 LatexCommand label
34907 name "cap:Unidades-disponibles-en"
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 Para comprender las unidades utilizadas en este manual, el cuadro
34916 \begin_inset space ~
34917 \end_inset
34918
34919
34920 \begin_inset CommandInset ref
34921 LatexCommand ref
34922 reference "tab:Unidades"
34923
34924 \end_inset
34925
34926  describe todas las unidades disponibles en LyX.
34927 \end_layout
34928
34929 \begin_layout Standard
34930 \begin_inset Float table
34931 placement h
34932 wide false
34933 sideways false
34934 status open
34935
34936 \begin_layout Plain Layout
34937 \begin_inset Caption
34938
34939 \begin_layout Plain Layout
34940 \begin_inset CommandInset label
34941 LatexCommand label
34942 name "tab:Unidades"
34943
34944 \end_inset
34945
34946 Unidades
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Plain Layout
34955 \begin_inset VSpace medskip
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Plain Layout
34962 \align center
34963 \begin_inset Tabular
34964 <lyxtabular version="3" rows="20" columns="2">
34965 <features tabularvalignment="middle">
34966 <column alignment="center" valignment="top" width="0">
34967 <column alignment="center" valignment="top" width="0">
34968 <row>
34969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 unidad
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34979 \begin_inset Text
34980
34981 \begin_layout Plain Layout
34982 nombre/descripción
34983 \end_layout
34984
34985 \end_inset
34986 </cell>
34987 </row>
34988 <row>
34989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34990 \begin_inset Text
34991
34992 \begin_layout Plain Layout
34993 mm
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 milímetro
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 <row>
35009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013 cm
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35019 \begin_inset Text
35020
35021 \begin_layout Plain Layout
35022 centímetro
35023 \end_layout
35024
35025 \end_inset
35026 </cell>
35027 </row>
35028 <row>
35029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35030 \begin_inset Text
35031
35032 \begin_layout Plain Layout
35033 in
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042 pulgada
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 </row>
35048 <row>
35049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053 pt
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 punto (72.27
35063 \begin_inset space \thinspace{}
35064 \end_inset
35065
35066 pt = 1
35067 \begin_inset space \thinspace{}
35068 \end_inset
35069
35070 in)
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 <row>
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081 pc
35082 \end_layout
35083
35084 \end_inset
35085 </cell>
35086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35087 \begin_inset Text
35088
35089 \begin_layout Plain Layout
35090 pica (1
35091 \begin_inset space \thinspace{}
35092 \end_inset
35093
35094 pc = 12
35095 \begin_inset space \thinspace{}
35096 \end_inset
35097
35098 pt)
35099 \end_layout
35100
35101 \end_inset
35102 </cell>
35103 </row>
35104 <row>
35105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35106 \begin_inset Text
35107
35108 \begin_layout Plain Layout
35109 sp
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35115 \begin_inset Text
35116
35117 \begin_layout Plain Layout
35118 punto a escala (65536
35119 \begin_inset space \thinspace{}
35120 \end_inset
35121
35122 sp = 1
35123 \begin_inset space \thinspace{}
35124 \end_inset
35125
35126 pt)
35127 \end_layout
35128
35129 \end_inset
35130 </cell>
35131 </row>
35132 <row>
35133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35134 \begin_inset Text
35135
35136 \begin_layout Plain Layout
35137 bp
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35143 \begin_inset Text
35144
35145 \begin_layout Plain Layout
35146 punto grande (72
35147 \begin_inset space \thinspace{}
35148 \end_inset
35149
35150 bp = 1
35151 \begin_inset space \thinspace{}
35152 \end_inset
35153
35154 in)
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 </row>
35160 <row>
35161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165 dd
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35171 \begin_inset Text
35172
35173 \begin_layout Plain Layout
35174 didot (1
35175 \begin_inset space \thinspace{}
35176 \end_inset
35177
35178 dd 
35179 \begin_inset Formula $\approx$
35180 \end_inset
35181
35182  0.376
35183 \begin_inset space \thinspace{}
35184 \end_inset
35185
35186 mm)
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 </row>
35192 <row>
35193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35194 \begin_inset Text
35195
35196 \begin_layout Plain Layout
35197 cc
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206 cicero (1
35207 \begin_inset space \thinspace{}
35208 \end_inset
35209
35210 cc = 12
35211 \begin_inset space \thinspace{}
35212 \end_inset
35213
35214 dd)
35215 \end_layout
35216
35217 \end_inset
35218 </cell>
35219 </row>
35220 <row>
35221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35222 \begin_inset Text
35223
35224 \begin_layout Plain Layout
35225 escala
35226 \begin_inset space \thinspace{}
35227 \end_inset
35228
35229 %
35230 \end_layout
35231
35232 \end_inset
35233 </cell>
35234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35235 \begin_inset Text
35236
35237 \begin_layout Plain Layout
35238 % del tamaño original de la imagen
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 </row>
35244 <row>
35245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35246 \begin_inset Text
35247
35248 \begin_layout Plain Layout
35249 texto
35250 \begin_inset space \thinspace{}
35251 \end_inset
35252
35253 %
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35259 \begin_inset Text
35260
35261 \begin_layout Plain Layout
35262 % de anchura de texto
35263 \end_layout
35264
35265 \end_inset
35266 </cell>
35267 </row>
35268 <row>
35269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35270 \begin_inset Text
35271
35272 \begin_layout Plain Layout
35273 columna
35274 \begin_inset space \thinspace{}
35275 \end_inset
35276
35277 %
35278 \end_layout
35279
35280 \end_inset
35281 </cell>
35282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286 % de anchura de columna
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 </row>
35292 <row>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 página
35298 \begin_inset space \thinspace{}
35299 \end_inset
35300
35301 %
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 % de anchura de página
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row>
35317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321 línea
35322 \begin_inset space \thinspace{}
35323 \end_inset
35324
35325 %
35326 \end_layout
35327
35328 \end_inset
35329 </cell>
35330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35331 \begin_inset Text
35332
35333 \begin_layout Plain Layout
35334 % de anchura de línea
35335 \end_layout
35336
35337 \end_inset
35338 </cell>
35339 </row>
35340 <row>
35341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35342 \begin_inset Text
35343
35344 \begin_layout Plain Layout
35345 alt.
35346  texto
35347 \begin_inset space \thinspace{}
35348 \end_inset
35349
35350 %
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 % de altura de texto
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 </row>
35365 <row>
35366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 alt.
35371  pág.
35372 \begin_inset space \thinspace{}
35373 \end_inset
35374
35375 %
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384 % de altura de página
35385 \end_layout
35386
35387 \end_inset
35388 </cell>
35389 </row>
35390 <row>
35391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395 ex
35396 \end_layout
35397
35398 \end_inset
35399 </cell>
35400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35401 \begin_inset Text
35402
35403 \begin_layout Plain Layout
35404 altura de la letra 
35405 \emph on
35406 x
35407 \emph default
35408  en la tipografía actual
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 </row>
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419 em
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35425 \begin_inset Text
35426
35427 \begin_layout Plain Layout
35428 anchura de la letra 
35429 \emph on
35430 M
35431 \emph default
35432  en la tipografía actual
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 </row>
35438 <row>
35439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35440 \begin_inset Text
35441
35442 \begin_layout Plain Layout
35443 mu
35444 \end_layout
35445
35446 \end_inset
35447 </cell>
35448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35449 \begin_inset Text
35450
35451 \begin_layout Plain Layout
35452 unidad matemática (1
35453 \begin_inset space \thinspace{}
35454 \end_inset
35455
35456 mu = 1/18
35457 \begin_inset space \thinspace{}
35458 \end_inset
35459
35460 em)
35461 \end_layout
35462
35463 \end_inset
35464 </cell>
35465 </row>
35466 </lyxtabular>
35467
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Chapter
35479 Formatos de archivos de salida con gráficos
35480 \begin_inset CommandInset label
35481 LatexCommand label
35482 name "cap:Formatos-de-Archivos-de-Salida"
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Section
35490 DVI
35491 \begin_inset Index idx
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495 Formatos de archivo ! DVI
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \begin_inset Index idx
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505 DVI|see
35506 \begin_inset ERT
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510
35511 {
35512 \end_layout
35513
35514 \end_inset
35515
35516 Formatos de archivo
35517 \begin_inset ERT
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521
35522 }
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Standard
35536 Este tipo de archivo tiene la extensión «
35537 \family typewriter
35538 .dvi
35539 \family default
35540 ».
35541  Se denomina «device-independent» (DVI), porque es completamente portable;
35542  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
35543  En la época en que se desarrolló este formato, esto no era un asunto baladí.
35544  Los DVI se usan para vistas preliminares rápidas y como preparación para
35545  otros formatos de salida como PostScript.
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \begin_inset Note Greyedout
35550 status open
35551
35552 \begin_layout Plain Layout
35553
35554 \series bold
35555 Nota:
35556 \series default
35557  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
35558 \end_layout
35559
35560 \end_inset
35561
35562  Por tanto no debes olvidar esto si mueves archivos 
35563 \family typewriter
35564 .dvi
35565 \family default
35566  a otro ordenador.
35567  Esta característica también puede retardar la visualización del archivo,
35568  porque el visor DVI tiene que convertir la imagen en segundo plano para
35569  hacerla visible al deslizar el visor.
35570  Así pues recomendamos usar PDF para archivos con muchas imágenes.
35571 \end_layout
35572
35573 \begin_layout Standard
35574 Un documento se exporta a DVI con el menú 
35575 \family sans
35576 Archivo\SpecialChar \menuseparator
35577 Exportar\SpecialChar \menuseparator
35578 DVI
35579 \family default
35580 .
35581  Puedes ver la salida del documento en DVI con el menú 
35582 \family sans
35583 Ver\SpecialChar \menuseparator
35584 DVI 
35585 \family default
35586 o con el botón
35587 \begin_inset space ~
35588 \end_inset
35589
35590
35591 \begin_inset Graphics
35592         filename ../../images/buffer-view_dvi.png
35593         scale 85
35594
35595 \end_inset
35596
35597 .
35598 \end_layout
35599
35600 \begin_layout Section
35601 PostScript
35602 \begin_inset CommandInset label
35603 LatexCommand label
35604 name "sec:PostScript"
35605
35606 \end_inset
35607
35608
35609 \begin_inset Index idx
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613 Formatos de archivo ! PostScript
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \begin_inset Index idx
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623 PostScript|see
35624 \begin_inset ERT
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628
35629 {
35630 \end_layout
35631
35632 \end_inset
35633
35634 Formatos de archivo
35635 \begin_inset ERT
35636 status collapsed
35637
35638 \begin_layout Plain Layout
35639
35640 }
35641 \end_layout
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \end_inset
35649
35650
35651 \end_layout
35652
35653 \begin_layout Standard
35654 Este tipo de archivo tiene la extensión «
35655 \family typewriter
35656 .ps
35657 \family default
35658 ».
35659  PostScript fue desarrollado por la compañía 
35660 \family typewriter
35661 Adobe
35662 \family default
35663  como lenguaje para impresoras.
35664  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
35665  PostScript puede considerarse como un «lenguaje de programación»; con él
35666  puedes calcular y dibujar imágenes y diagramas.
35667 \begin_inset Foot
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671 Si estás interesado en este tema acude al paquete LaTeX 
35672 \series bold
35673 PSTricks
35674 \series default
35675  
35676 \begin_inset CommandInset citation
35677 LatexCommand cite
35678 key "pstricks"
35679
35680 \end_inset
35681
35682 .
35683 \end_layout
35684
35685 \end_inset
35686
35687  Por esto los archivos suelen ser más grandes que los PDF.
35688 \end_layout
35689
35690 \begin_layout Standard
35691 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
35692 d PostScript» (EPS, extensión «
35693 \family typewriter
35694 .eps
35695 \family default
35696 »).
35697  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
35698  en segundo plano para convertir las imágenes a EPS.
35699  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
35700  cada vez que veas o exportes el documento.
35701  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
35702  puedes evitar el problema insertando las imágenes directamente en EPS.
35703 \end_layout
35704
35705 \begin_layout Standard
35706 El documento se puede exportar a PostScript con el menú 
35707 \family sans
35708 Archivo\SpecialChar \menuseparator
35709 Exportar\SpecialChar \menuseparator
35710 Postscript
35711 \family default
35712 .
35713  Se puede ver la salida en PostScript con el menú 
35714 \family sans
35715 Ver\SpecialChar \menuseparator
35716 Postscript 
35717 \family default
35718 o con el botón
35719 \begin_inset space ~
35720 \end_inset
35721
35722
35723 \begin_inset Graphics
35724         filename ../../images/buffer-view_ps.png
35725
35726 \end_inset
35727
35728 .
35729 \end_layout
35730
35731 \begin_layout Section
35732 PDF
35733 \begin_inset Index idx
35734 status collapsed
35735
35736 \begin_layout Plain Layout
35737 Formatos de archivo ! PDF
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \begin_inset Index idx
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747 PDF
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \begin_layout Standard
35756 Este tipo de archivo tiene la extensión «
35757 \family typewriter
35758 .pdf
35759 \family default
35760 ».
35761  El formato «Portable Document Format» (PDF) fue desarrollado por 
35762 \family typewriter
35763 Adobe
35764 \family default
35765  como derivado de PostScript.
35766  Es más comprimido y utiliza muchos menos comandos que PostScript.
35767  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
35768  operativo y la salida impresa se muestra exactamente igual.
35769 \end_layout
35770
35771 \begin_layout Standard
35772 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
35773  Photographic Experts Group» (JPG, extensión «
35774 \family typewriter
35775 .jpg
35776 \family default
35777 » o «
35778 \family typewriter
35779 .jpeg
35780 \family default
35781 »), y en el formato «Portable Network Graphics» (PNG, extensión «
35782 \family typewriter
35783 .png
35784 \family default
35785 »).
35786  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
35787  en segundo plano a alguno de los anteriores.
35788  Pero como se ha comentado en la sección sobre PostScript, la conversión
35789  de gráficos ralentiza el trabajo.
35790  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
35791  mencionados.
35792 \end_layout
35793
35794 \begin_layout Standard
35795 Un documento se puede exportar a PDF con el menú 
35796 \family sans
35797 Archivo\SpecialChar \menuseparator
35798 Exportar
35799 \family default
35800  en tres modos diferentes:
35801 \end_layout
35802
35803 \begin_layout Description
35804 PDF
35805 \begin_inset space ~
35806 \end_inset
35807
35808 (ps2pdf) Este utiliza el programa 
35809 \family typewriter
35810 ps2pdf
35811 \family default
35812  que crea un PDF a partir de una versión PostScript del archivo.
35813  La versión PostScript es producida por el programa 
35814 \family typewriter
35815 dvips
35816 \family default
35817  que usa una versión DVI como paso intermedio.
35818  Así que este modo de exportación consta de tres conversiones.
35819 \end_layout
35820
35821 \begin_layout Description
35822 PDF
35823 \begin_inset space ~
35824 \end_inset
35825
35826 (dvipdfm) Este utiliza el programa 
35827 \family typewriter
35828 dvipdfm
35829 \family default
35830  que convierte el archivo a DVI en segundo plano y en un segundo paso a
35831  PDF.
35832 \end_layout
35833
35834 \begin_layout Description
35835 PDF
35836 \begin_inset space ~
35837 \end_inset
35838
35839 (pdflatex) Este utiliza el programa 
35840 \family typewriter
35841 pdftex
35842 \family default
35843  que convierte directamente el archivo a PDF.
35844 \end_layout
35845
35846 \begin_layout Standard
35847 Se recomienda usar 
35848 \family sans
35849 PDF
35850 \begin_inset space ~
35851 \end_inset
35852
35853 (pdflatex)
35854 \family default
35855  porque 
35856 \family typewriter
35857 pdftex
35858 \family default
35859  soporta todas las características de las versiones actuales de PDF, es
35860  rápido y estable.
35861  El programa 
35862 \family typewriter
35863 dvipdfm
35864 \family default
35865  ya no se desarrolla y está un poco obsoleto.
35866 \end_layout
35867
35868 \begin_layout Standard
35869 La salida en formato PDF se puede ver con el menú 
35870 \family sans
35871 Ver 
35872 \family default
35873 o con el botón
35874 \begin_inset space ~
35875 \end_inset
35876
35877
35878 \begin_inset Graphics
35879         filename ../../images/buffer-view_pdf2.png
35880         scale 85
35881
35882 \end_inset
35883
35884  (que usa 
35885 \family sans
35886 PDF
35887 \begin_inset space ~
35888 \end_inset
35889
35890 (pdflatex)
35891 \family default
35892 ).
35893 \end_layout
35894
35895 \begin_layout Chapter
35896 Explicación de la ecuación
35897 \begin_inset space ~
35898 \end_inset
35899
35900 (
35901 \begin_inset CommandInset ref
35902 LatexCommand ref
35903 reference "eq:Wgn"
35904
35905 \end_inset
35906
35907 )
35908 \begin_inset CommandInset label
35909 LatexCommand label
35910 name "cap:Explicación-de-la-Ecuación"
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Standard
35918 La anchura total de 
35919 \emph on
35920 n
35921 \emph default
35922  celdas de un cuadro 
35923 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35924 \end_inset
35925
35926  puede calcularse con
35927 \end_layout
35928
35929 \begin_layout Standard
35930 \begin_inset Formula 
35931 \begin{equation}
35932 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35933 \end{equation}
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Standard
35941 donde 
35942 \begin_inset Formula $W_{g\, n}$
35943 \end_inset
35944
35945  es el ancho dado de todas las celdas.
35946  
35947 \series bold
35948
35949 \backslash
35950 tabcolsep
35951 \series default
35952  es la longitud LaTeX entre el texto y el borde de la celda, 6
35953 \begin_inset space \thinspace{}
35954 \end_inset
35955
35956 pt por omisión.
35957  
35958 \series bold
35959
35960 \backslash
35961 arrayrulewidth
35962 \series default
35963  es el grosor de línea del borde, 0.4
35964 \begin_inset space \thinspace{}
35965 \end_inset
35966
35967 pt por omisión.
35968 \end_layout
35969
35970 \begin_layout Standard
35971 Procediendo como en la ecuación
35972 \begin_inset space ~
35973 \end_inset
35974
35975
35976 \begin_inset CommandInset ref
35977 LatexCommand eqref
35978 reference "eq:Wtot_n"
35979
35980 \end_inset
35981
35982 , el ancho total de una multicolumna, 
35983 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35984 \end_inset
35985
35986  es
35987 \end_layout
35988
35989 \begin_layout Standard
35990 \begin_inset Formula 
35991 \begin{equation}
35992 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35993 \end{equation}
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Standard
36001 Igualando las ecuaciones
36002 \begin_inset space ~
36003 \end_inset
36004
36005
36006 \begin_inset CommandInset ref
36007 LatexCommand eqref
36008 reference "eq:Wtot_n"
36009
36010 \end_inset
36011
36012  y 
36013 \begin_inset CommandInset ref
36014 LatexCommand eqref
36015 reference "eq:Wtot_mult"
36016
36017 \end_inset
36018
36019  podemos calcular el ancho dado necesario 
36020 \begin_inset Formula $W_{g\, n}$
36021 \end_inset
36022
36023  cuando se expanden 
36024 \emph on
36025 n
36026 \emph default
36027  columnas, de forma que cada una de ellas tiene una anchura total 
36028 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36029 \end_inset
36030
36031 :
36032 \end_layout
36033
36034 \begin_layout Standard
36035 \begin_inset Formula 
36036 \begin{equation}
36037 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36038 \end{equation}
36039
36040 \end_inset
36041
36042
36043 \end_layout
36044
36045 \begin_layout Bibliography
36046 \labelwidthstring Bibliografía
36047 \begin_inset CommandInset bibitem
36048 LatexCommand bibitem
36049 key "latexcompanion"
36050
36051 \end_inset
36052
36053 Frank Mittelbach and Michel Goossens: 
36054 \emph on
36055 The LaTeX Companion Second Edition.
36056
36057 \emph default
36058  Addison-Wesley, 2004
36059 \end_layout
36060
36061 \begin_layout Bibliography
36062 \labelwidthstring Bibliografía
36063 \begin_inset CommandInset bibitem
36064 LatexCommand bibitem
36065 key "latexguide"
36066
36067 \end_inset
36068
36069 Helmut Kopka and Patrick W.
36070  Daly: 
36071 \emph on
36072 A Guide to LaTeX Fourth Edition.
36073
36074 \emph default
36075  Addison-Wesley, 2003
36076 \end_layout
36077
36078 \begin_layout Bibliography
36079 \labelwidthstring Bibliografía
36080 \begin_inset CommandInset bibitem
36081 LatexCommand bibitem
36082 key "latexbook"
36083
36084 \end_inset
36085
36086 Leslie Lamport: 
36087 \emph on
36088 LaTeX: A Document Preparation System.
36089
36090 \emph default
36091  Addison-Wesley, second edition, 1994
36092 \end_layout
36093
36094 \begin_layout Bibliography
36095 \labelwidthstring Bibliografía
36096 \begin_inset CommandInset bibitem
36097 LatexCommand bibitem
36098 key "booktabs"
36099
36100 \end_inset
36101
36102 Documentación del paquete LaTeX 
36103 \series bold
36104
36105 \begin_inset CommandInset href
36106 LatexCommand href
36107 name "booktabs"
36108 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36109
36110 \end_inset
36111
36112
36113 \series default
36114
36115 \begin_inset Index idx
36116 status collapsed
36117
36118 \begin_layout Plain Layout
36119 LaTeX-paquetes ! booktabs
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \begin_layout Bibliography
36128 \labelwidthstring Bibliografía
36129 \begin_inset CommandInset bibitem
36130 LatexCommand bibitem
36131 key "caption"
36132
36133 \end_inset
36134
36135 Documentación del paquete LaTeX 
36136 \series bold
36137
36138 \begin_inset CommandInset href
36139 LatexCommand href
36140 name "caption"
36141 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36142
36143 \end_inset
36144
36145
36146 \series default
36147
36148 \begin_inset Index idx
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152 LaTeX-paquetes ! caption
36153 \end_layout
36154
36155 \end_inset
36156
36157
36158 \end_layout
36159
36160 \begin_layout Bibliography
36161 \labelwidthstring Bibliografía
36162 \begin_inset CommandInset bibitem
36163 LatexCommand bibitem
36164 key "endfloat"
36165
36166 \end_inset
36167
36168 Documentación del paquete LaTeX 
36169 \series bold
36170
36171 \begin_inset CommandInset href
36172 LatexCommand href
36173 name "endfloat"
36174 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36175
36176 \end_inset
36177
36178
36179 \series default
36180
36181 \begin_inset Index idx
36182 status collapsed
36183
36184 \begin_layout Plain Layout
36185 LaTeX-paquetes ! endfloat
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \begin_layout Bibliography
36194 \labelwidthstring Bibliografía
36195 \begin_inset CommandInset bibitem
36196 LatexCommand bibitem
36197 key "wrapfig"
36198
36199 \end_inset
36200
36201 Documentación del paquete LaTeX 
36202 \series bold
36203
36204 \begin_inset CommandInset href
36205 LatexCommand href
36206 name "wrapfig"
36207 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36208
36209 \end_inset
36210
36211
36212 \series default
36213
36214 \begin_inset Index idx
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218 LaTeX-paquetes ! wrapfig
36219 \begin_inset ERT
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223
36224
36225 \backslash
36226 vspace{4mm}
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Bibliography
36240 \labelwidthstring Bibliografía
36241 \begin_inset CommandInset bibitem
36242 LatexCommand bibitem
36243 key "footmisc"
36244
36245 \end_inset
36246
36247 Documentación del paquete LaTeX 
36248 \series bold
36249
36250 \begin_inset CommandInset href
36251 LatexCommand href
36252 name "footmisc"
36253 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36254
36255 \end_inset
36256
36257
36258 \series default
36259
36260 \begin_inset Index idx
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264 LaTeX-paquetes ! footmisc
36265 \end_layout
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \begin_layout Bibliography
36273 \labelwidthstring Bibliografía
36274 \begin_inset CommandInset bibitem
36275 LatexCommand bibitem
36276 key "hypcap"
36277
36278 \end_inset
36279
36280 Documentación del paquete LaTeX 
36281 \series bold
36282
36283 \begin_inset CommandInset href
36284 LatexCommand href
36285 name "hypcap"
36286 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36287
36288 \end_inset
36289
36290
36291 \series default
36292
36293 \begin_inset Index idx
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 LaTeX-paquetes ! hyperref
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Bibliography
36306 \labelwidthstring Bibliografía
36307 \begin_inset CommandInset bibitem
36308 LatexCommand bibitem
36309 key "hyperref"
36310
36311 \end_inset
36312
36313 Documentación del paquete LaTeX 
36314 \series bold
36315
36316 \begin_inset CommandInset href
36317 LatexCommand href
36318 name "hyperref"
36319 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36320
36321 \end_inset
36322
36323
36324 \series default
36325
36326 \begin_inset Index idx
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330 LaTeX-paquetes ! hyperref
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \end_layout
36337
36338 \begin_layout Bibliography
36339 \labelwidthstring Bibliografía
36340 \begin_inset CommandInset bibitem
36341 LatexCommand bibitem
36342 key "KOMA-Script"
36343
36344 \end_inset
36345
36346 Documentación del paquete LaTeX 
36347 \series bold
36348
36349 \begin_inset CommandInset href
36350 LatexCommand href
36351 name "KOMA-Script"
36352 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36353
36354 \end_inset
36355
36356
36357 \series default
36358
36359 \begin_inset Index idx
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363 LaTeX-paquetes ! KOMA-Script
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Bibliography
36372 \labelwidthstring Bibliografía
36373 \begin_inset CommandInset bibitem
36374 LatexCommand bibitem
36375 key "listings"
36376
36377 \end_inset
36378
36379 Documentación del paquete LaTeX 
36380 \series bold
36381
36382 \begin_inset CommandInset href
36383 LatexCommand href
36384 name "listings"
36385 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36386
36387 \end_inset
36388
36389
36390 \series default
36391
36392 \begin_inset Index idx
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396 LaTeX-paquetes ! listings
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \begin_layout Bibliography
36405 \labelwidthstring Bibliografía
36406 \begin_inset CommandInset bibitem
36407 LatexCommand bibitem
36408 key "marginnote"
36409
36410 \end_inset
36411
36412 Documentación del paquete LaTeX 
36413 \series bold
36414
36415 \begin_inset CommandInset href
36416 LatexCommand href
36417 name "marginnote"
36418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36419
36420 \end_inset
36421
36422
36423 \series default
36424
36425 \begin_inset Index idx
36426 status collapsed
36427
36428 \begin_layout Plain Layout
36429 LaTeX-paquetes ! marginnote
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Bibliography
36438 \labelwidthstring Bibliografía
36439 \begin_inset CommandInset bibitem
36440 LatexCommand bibitem
36441 key "lettrine"
36442
36443 \end_inset
36444
36445 Documentación del paquete LaTeX 
36446 \series bold
36447
36448 \begin_inset CommandInset href
36449 LatexCommand href
36450 name "lettrine"
36451 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36452
36453 \end_inset
36454
36455
36456 \series default
36457  y un 
36458 \begin_inset CommandInset href
36459 LatexCommand href
36460 name "ejemplo"
36461 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36462
36463 \end_inset
36464
36465
36466 \begin_inset Index idx
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470 LaTeX-paquetes ! lettrine
36471 \end_layout
36472
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \begin_layout Bibliography
36479 \labelwidthstring Bibliografía
36480 \begin_inset CommandInset bibitem
36481 LatexCommand bibitem
36482 key "pstricks"
36483
36484 \end_inset
36485
36486 Página web del paquete LaTeX 
36487 \series bold
36488
36489 \begin_inset CommandInset href
36490 LatexCommand href
36491 name "PSTricks"
36492 target "http://tug.org/PSTricks/"
36493
36494 \end_inset
36495
36496
36497 \series default
36498
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 LaTeX-paquetes ! PSTricks
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Bibliography
36512 \labelwidthstring Bibliografía
36513 \begin_inset CommandInset bibitem
36514 LatexCommand bibitem
36515 key "sidecap"
36516
36517 \end_inset
36518
36519 Documentación del paquete LaTeX 
36520 \series bold
36521
36522 \begin_inset CommandInset href
36523 LatexCommand href
36524 name "sidecap"
36525 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36526
36527 \end_inset
36528
36529
36530 \series default
36531
36532 \begin_inset Index idx
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536 LaTeX-paquetes ! sidecap
36537 \end_layout
36538
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \begin_layout Bibliography
36545 \labelwidthstring Bibliografía
36546 \begin_inset CommandInset bibitem
36547 LatexCommand bibitem
36548 key "prettyref"
36549
36550 \end_inset
36551
36552 Documentación del paquete LaTeX 
36553 \series bold
36554
36555 \begin_inset CommandInset href
36556 LatexCommand href
36557 name "prettyref"
36558 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36559
36560 \end_inset
36561
36562
36563 \series default
36564
36565 \begin_inset Index idx
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 LaTeX-paquetes ! prettyref
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \begin_layout Bibliography
36578 \labelwidthstring Bibliografía
36579 \begin_inset CommandInset bibitem
36580 LatexCommand bibitem
36581 key "refstyle"
36582
36583 \end_inset
36584
36585 Documentación del paquete LaTeX 
36586 \series bold
36587
36588 \begin_inset CommandInset href
36589 LatexCommand href
36590 name "refstyle"
36591 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36592
36593 \end_inset
36594
36595
36596 \series default
36597
36598 \begin_inset Index idx
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602 LaTeX-paquetes ! refstyle
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \begin_layout Bibliography
36611 \labelwidthstring Bibliografía
36612 \begin_inset CommandInset bibitem
36613 LatexCommand bibitem
36614 key "NewInLyX20"
36615
36616 \end_inset
36617
36618
36619 \begin_inset CommandInset href
36620 LatexCommand href
36621 name "Página wiki"
36622 target "http://wiki.lyx.org/LyX/NewInLyX20"
36623
36624 \end_inset
36625
36626  sobre características nuevas para la versión 
36627 \family sans
36628 LyX
36629 \begin_inset space ~
36630 \end_inset
36631
36632 2.0
36633 \family default
36634 .
36635 \end_layout
36636
36637 \begin_layout Standard
36638 \begin_inset CommandInset index_print
36639 LatexCommand printindex
36640 type "idx"
36641
36642 \end_inset
36643
36644
36645 \end_layout
36646
36647 \end_body
36648 \end_document