]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- UserGuide.lyx: updated sec. C.1
[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 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{grisclaro}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108
109 % insert additional vertical space of
110 % 1.5 mm between footnotes
111 \let\myFoot\footnote
112 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
113
114 % number algorithm floats within chapters
115 \numberwithin{algorithm}{chapter}
116 % en español
117 \floatname{algorithm}{Algoritmo}
118
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package arydshln
125 % used for tables with dashed lines
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % check for package marginnote
133 % used for margin notes
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % check for package sidecap
142 % used for captions on the side
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % check for picinpar
150 % used for surrounded fixed objects
151 \newboolean{picinpar}
152 \IfFileExists{picinpar.sty}
153  {\usepackage{picinpar}
154   \setboolean{picinpar}{true}}
155  {\setboolean{picinpar}{false}}
156
157 % check for lettrine
158 \newboolean{lettrine}
159 \IfFileExists{lettrine.sty}
160  {\usepackage{lettrine}
161   \setboolean{lettrine}{true}}
162  {\setboolean{lettrine}{false}}
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 collapsed
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 LaTeX
668  necesita para gráficos comprimidos.
669 \begin_inset Newline newline
670 \end_inset
671
672 En la sección 
673 \family sans
674 Grupo
675 \begin_inset space ~
676 \end_inset
677
678 de
679 \begin_inset space ~
680 \end_inset
681
682 gráficos
683 \family default
684  puedes 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 Standard
12622 Para iniciar una nueva línea en una multifila se puede usar un salto de
12623  página forzado (
12624 \family sans
12625 Ctrl+Retorno
12626 \family default
12627 ) pero esto no respetará la alineación de celda, como se ve en este cuadro:
12628 \end_layout
12629
12630 \begin_layout Standard
12631 \noindent
12632 \align center
12633 \begin_inset Tabular
12634 <lyxtabular version="3" rows="3" columns="2">
12635 <features tabularvalignment="middle">
12636 <column alignment="left" valignment="middle" width="2cm">
12637 <column alignment="center" valignment="top" width="0">
12638 <row>
12639 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 aaa
12644 \begin_inset Newline newline
12645 \end_inset
12646
12647 aaa
12648 \begin_inset Newline newline
12649 \end_inset
12650
12651 celda errónea
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 ccc
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 </row>
12666 <row>
12667 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 ddd
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 <row>
12687 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 bbb
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 eee
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 </lyxtabular>
12707
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \begin_layout Standard
12714 Por tanto, hay que usar con cuidado los saltos forzados.
12715 \end_layout
12716
12717 \begin_layout Section
12718 Cuadros formales
12719 \begin_inset CommandInset label
12720 LatexCommand label
12721 name "sec:Cuadros-Formales"
12722
12723 \end_inset
12724
12725
12726 \begin_inset Index idx
12727 status collapsed
12728
12729 \begin_layout Plain Layout
12730 Cuadros ! Formales
12731 \end_layout
12732
12733 \end_inset
12734
12735  
12736 \end_layout
12737
12738 \begin_layout Standard
12739 En los libros, los cuadros se suelen presentar en un formato como el del
12740  cuadro 
12741 \begin_inset space ~
12742 \end_inset
12743
12744
12745 \begin_inset CommandInset ref
12746 LatexCommand ref
12747 reference "tab:Ejemplo-cuadro-formal"
12748
12749 \end_inset
12750
12751 .
12752  Se denominan cuadros 
12753 \emph on
12754 formales
12755 \emph default
12756 .
12757  Para hacer cuadros con este diseño, elige 
12758 \family sans
12759 Estilo
12760 \family default
12761
12762 \begin_inset space ~
12763 \end_inset
12764
12765
12766 \family sans
12767 Formal
12768 \family default
12769  en la solapa 
12770 \family sans
12771 Bordes
12772 \family default
12773  del diálogo de cuadros.
12774 \end_layout
12775
12776 \begin_layout Standard
12777 \begin_inset Float table
12778 placement h
12779 wide false
12780 sideways false
12781 status open
12782
12783 \begin_layout Plain Layout
12784 \begin_inset Caption
12785
12786 \begin_layout Plain Layout
12787 \begin_inset CommandInset label
12788 LatexCommand label
12789 name "tab:Ejemplo-cuadro-formal"
12790
12791 \end_inset
12792
12793 Ejemplo de cuadro formal
12794 \end_layout
12795
12796 \end_inset
12797
12798
12799 \end_layout
12800
12801 \begin_layout Plain Layout
12802 \align center
12803 \begin_inset Tabular
12804 <lyxtabular version="3" rows="8" columns="4">
12805 <features booktabs="true" tabularvalignment="middle">
12806 <column alignment="center" valignment="top" width="0">
12807 <column alignment="center" valignment="top" width="0">
12808 <column alignment="center" valignment="top" width="0">
12809 <column alignment="center" valignment="top" width="0">
12810 <row>
12811 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 System
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" topline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 Chip
12825 \begin_inset space \thinspace{}
12826 \end_inset
12827
12828 1
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 Chip
12838 \begin_inset space \thinspace{}
12839 \end_inset
12840
12841 2
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row>
12857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 cmidrule(r){2-2}
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \begin_inset ERT
12875 status collapsed
12876
12877 \begin_layout Plain Layout
12878
12879
12880 \backslash
12881 cmidrule(l){3-4}
12882 \end_layout
12883
12884 \end_inset
12885
12886 Detector thickness in µm
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 300
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 300
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 700
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 <row>
12920 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 Edge angle in °
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 3.55
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 2.71
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" topline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 7.99
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 </row>
12957 <row topspace="default">
12958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 Spatial resolution in µm
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 4.26
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 10.17
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 10.56
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row topspace="default">
12996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 MTF at 
13001 \begin_inset Formula $f_{\mathrm{max}}$
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 0.53
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 0.37
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 0.39
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 </row>
13037 <row topspace="default">
13038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047
13048 \backslash
13049 cmidrule(l{10pt}){1-1}
13050 \end_layout
13051
13052 \end_inset
13053
13054 LSF-spatial resolution
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 </row>
13087 <row>
13088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 in µm
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 129.7
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 52.75
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 50.78
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 </row>
13125 <row>
13126 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 in % of pixel size
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 76.3
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 95.9
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 92.3
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 </lyxtabular>
13164
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \end_layout
13174
13175 \begin_layout Standard
13176 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
13177  correspondientes que se encuentran en la solapa 
13178 \family sans
13179 Bordes 
13180 \family default
13181 del diálogo
13182 \family sans
13183  Configuración
13184 \begin_inset space ~
13185 \end_inset
13186
13187 del
13188 \begin_inset space ~
13189 \end_inset
13190
13191 cuadro
13192 \family default
13193 , como se explica en la sección
13194 \begin_inset space ~
13195 \end_inset
13196
13197
13198 \begin_inset CommandInset ref
13199 LatexCommand ref
13200 reference "sub:Espacio-adicional"
13201
13202 \end_inset
13203
13204 .
13205 \end_layout
13206
13207 \begin_layout Standard
13208 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
13209  verticales.
13210  Las líneas horizontales se pueden poner o no como en los cuadros normales,
13211  pero en la salida se mostrarán con distinto grosor:
13212 \begin_inset Newline newline
13213 \end_inset
13214
13215 Las líneas primera y última tienen un grosor predeterminado de 0.08
13216 \begin_inset space \thinspace{}
13217 \end_inset
13218
13219 em, las demás tienen un grosor predeterminado de 0.05
13220 \begin_inset space \thinspace{}
13221 \end_inset
13222
13223 em.
13224 \end_layout
13225
13226 \begin_layout Standard
13227 Estos valores predeterminados se pueden cambiar
13228 \series bold
13229  
13230 \series default
13231 con las líneas de preámbulo:
13232 \end_layout
13233
13234 \begin_layout Standard
13235
13236 \series bold
13237
13238 \backslash
13239 let
13240 \backslash
13241 mytoprule
13242 \backslash
13243 toprule
13244 \begin_inset Newline newline
13245 \end_inset
13246
13247
13248 \backslash
13249 renewcommand{
13250 \backslash
13251 toprule}{
13252 \backslash
13253 mytoprule[grosor]}
13254 \end_layout
13255
13256 \begin_layout Standard
13257 Este ejemplo es para la primera línea, la denominada 
13258 \series bold
13259 toprule
13260 \series default
13261 .
13262  Si quieres cambiar el grosor de la última línea, reemplaza 
13263 \series bold
13264 toprule
13265 \series default
13266  por 
13267 \series bold
13268 bottomrule
13269 \series default
13270 .
13271  Y para cambiar el grosor de las demás líneas cambia 
13272 \series bold
13273 toprule
13274 \series default
13275  por 
13276 \series bold
13277 midrule
13278 \series default
13279 .
13280  Puedes usar cualquiera de las unidades listadas en el apéndice
13281 \begin_inset space ~
13282 \end_inset
13283
13284
13285 \begin_inset CommandInset ref
13286 LatexCommand ref
13287 reference "cap:Unidades-disponibles-en"
13288
13289 \end_inset
13290
13291  para establecer el grosor.
13292 \end_layout
13293
13294 \begin_layout Standard
13295 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
13296  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13297  LyX empleará internamente el comando 
13298 \series bold
13299
13300 \backslash
13301 cmidrule
13302 \series default
13303  para dibujar la línea.
13304  El esquema completo es
13305 \end_layout
13306
13307 \begin_layout Standard
13308
13309 \series bold
13310
13311 \backslash
13312 cmidrule[grosor](recorte){inicol-fincol}
13313 \end_layout
13314
13315 \begin_layout Standard
13316 Por el momento, LyX no soporta las opciones de 
13317 \series bold
13318
13319 \backslash
13320 cmidrule
13321 \series default
13322 , así que para usarlas hay que emplear código TeX.
13323  Las líneas 
13324 \series bold
13325
13326 \backslash
13327 cmidrule
13328 \series default
13329  se pueden insertar manualmente con el comando en código TeX como primera
13330  entrada de la primera celda de una fila.
13331  En la salida se dibujará la línea sobre dicha fila.
13332 \end_layout
13333
13334 \begin_layout Standard
13335 El grosor predeterminado es 0.03
13336 \begin_inset space \thinspace{}
13337 \end_inset
13338
13339 em.
13340  
13341 \series bold
13342 inicol
13343 \series default
13344  es el número de la columna en la que comienza la línea y 
13345 \series bold
13346 fincol
13347 \series default
13348  es el número de la columna en la que acaba la línea.
13349  El valor 
13350 \series bold
13351 fincol
13352 \series default
13353  debe especificarse siempre, aunque la línea se extienda sobre una sola
13354  columna.
13355  El parámetro opcional 
13356 \series bold
13357 recorte
13358 \series default
13359  debe ser 
13360 \emph on
13361 l{recorte}
13362 \emph default
13363  o 
13364 \emph on
13365 r{recorte}
13366 \emph default
13367 , donde 
13368 \emph on
13369 recorte
13370 \emph default
13371  también es opcional.
13372  Por ejemplo, el parámetro 
13373 \emph on
13374 l{2pt}
13375 \emph default
13376  significa que la línea se recorta 2
13377 \begin_inset space \thinspace{}
13378 \end_inset
13379
13380 pt por su izquierda.
13381  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
13382 \begin_inset space \thinspace{}
13383 \end_inset
13384
13385 em.
13386
13387 \series bold
13388  
13389 \end_layout
13390
13391 \begin_layout Standard
13392 \begin_inset VSpace bigskip
13393 \end_inset
13394
13395
13396 \end_layout
13397
13398 \begin_layout Standard
13399 El cuadro
13400 \begin_inset space ~
13401 \end_inset
13402
13403
13404 \begin_inset CommandInset ref
13405 LatexCommand ref
13406 reference "tab:Ejemplo-cuadro-formal"
13407
13408 \end_inset
13409
13410  se ha creado con los comandos
13411 \end_layout
13412
13413 \begin_layout Standard
13414
13415 \series bold
13416
13417 \backslash
13418 cmidrule(r){2-2}
13419 \backslash
13420 cmidrule(l){3-4}
13421 \end_layout
13422
13423 \begin_layout Standard
13424 en la segunda fila, 
13425 \series bold
13426
13427 \backslash
13428 midrule
13429 \series default
13430  en la tercera, y
13431 \end_layout
13432
13433 \begin_layout Standard
13434
13435 \series bold
13436
13437 \backslash
13438 cmidrule(l{10pt}){1-1}
13439 \end_layout
13440
13441 \begin_layout Standard
13442 en la sexta fila.
13443 \end_layout
13444
13445 \begin_layout Standard
13446 \begin_inset VSpace bigskip
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \begin_layout Standard
13453 Quizá quieras superponer líneas 
13454 \series bold
13455
13456 \backslash
13457 cmidrules
13458 \series default
13459  como enl cuadro
13460 \begin_inset space ~
13461 \end_inset
13462
13463
13464 \begin_inset CommandInset ref
13465 LatexCommand ref
13466 reference "tab:Cuadro-formal-especial"
13467
13468 \end_inset
13469
13470 .
13471  Esto se consigue con el comando en código TeX
13472 \end_layout
13473
13474 \begin_layout Standard
13475
13476 \series bold
13477
13478 \backslash
13479 morecmidrules
13480 \end_layout
13481
13482 \begin_layout Standard
13483 El comando que se ha utilizado para la segunda fila del cuadro
13484 \begin_inset space ~
13485 \end_inset
13486
13487
13488 \begin_inset CommandInset ref
13489 LatexCommand ref
13490 reference "tab:Cuadro-formal-especial"
13491
13492 \end_inset
13493
13494  es
13495 \end_layout
13496
13497 \begin_layout Standard
13498
13499 \series bold
13500
13501 \backslash
13502 cmidrule(r){2-2}
13503 \backslash
13504 cmidrule(l){3-4}
13505 \backslash
13506 morecmidrules
13507 \backslash
13508 cmidrule{2-4}
13509 \end_layout
13510
13511 \begin_layout Standard
13512 El comando para la sexta fila es
13513 \end_layout
13514
13515 \begin_layout Standard
13516
13517 \series bold
13518
13519 \backslash
13520 midrule
13521 \backslash
13522 morecmidrules
13523 \backslash
13524 cmidrule{3-4}
13525 \series default
13526
13527 \begin_inset VSpace bigskip
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13535  el siguiente comando para dibujar líneas que se extienden sobre todas las
13536  columnas
13537 \end_layout
13538
13539 \begin_layout Standard
13540
13541 \series bold
13542
13543 \backslash
13544 specialrule{anchura}{espacio superior}{espacio inferior}
13545 \end_layout
13546
13547 \begin_layout Standard
13548 Para más información sobre estas características especiales, acude al manual
13549  del paquete LaTeX 
13550 \series bold
13551 booktabs
13552 \series default
13553
13554 \begin_inset CommandInset citation
13555 LatexCommand cite
13556 key "booktabs"
13557
13558 \end_inset
13559
13560 .
13561 \begin_inset Index idx
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565 LaTeX-paquetes ! booktabs
13566 \end_layout
13567
13568 \end_inset
13569
13570  
13571 \begin_inset VSpace bigskip
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \begin_layout Standard
13578 \begin_inset Float table
13579 placement h
13580 wide false
13581 sideways false
13582 status open
13583
13584 \begin_layout Plain Layout
13585 \begin_inset Caption
13586
13587 \begin_layout Plain Layout
13588 \begin_inset CommandInset label
13589 LatexCommand label
13590 name "tab:Cuadro-formal-especial"
13591
13592 \end_inset
13593
13594 Cuadro formal especial
13595 \end_layout
13596
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \begin_layout Plain Layout
13603 \align center
13604 \begin_inset Tabular
13605 <lyxtabular version="3" rows="8" columns="4">
13606 <features booktabs="true" tabularvalignment="middle">
13607 <column alignment="center" valignment="top" width="0">
13608 <column alignment="center" valignment="top" width="0">
13609 <column alignment="center" valignment="top" width="0">
13610 <column alignment="center" valignment="top" width="0">
13611 <row>
13612 <cell alignment="center" valignment="top" topline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 System
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Chip
13626 \begin_inset space \thinspace{}
13627 \end_inset
13628
13629 1
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 Chip
13639 \begin_inset space \thinspace{}
13640 \end_inset
13641
13642 2
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 </row>
13657 <row>
13658 <cell alignment="center" valignment="top" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 \begin_inset ERT
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666
13667
13668 \backslash
13669 cmidrule(r){2-2}
13670 \end_layout
13671
13672 \end_inset
13673
13674
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 cmidrule(l){3-4}
13683 \end_layout
13684
13685 \end_inset
13686
13687
13688 \begin_inset ERT
13689 status collapsed
13690
13691 \begin_layout Plain Layout
13692
13693
13694 \backslash
13695 morecmidrules 
13696 \end_layout
13697
13698 \end_inset
13699
13700
13701 \begin_inset ERT
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705
13706
13707 \backslash
13708 cmidrule{2-4}
13709 \end_layout
13710
13711 \end_inset
13712
13713 Detector thickness in µm
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 300
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 300
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 700
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 </row>
13746 <row>
13747 <cell alignment="center" valignment="top" topline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 Edge angle in °
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 3.55
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 2.71
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 7.99
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 </row>
13784 <row topspace="default">
13785 <cell alignment="center" valignment="top" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Spatial resolution in µm
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 4.26
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 10.17
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 10.56
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 </row>
13822 <row topspace="default">
13823 <cell alignment="center" valignment="top" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 MTF at 
13828 \begin_inset Formula $f_{\mathrm{max}}$
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 0.53
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 0.37
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 0.39
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 \begin_inset ERT
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873
13874
13875 \backslash
13876 morecmidrules 
13877 \end_layout
13878
13879 \end_inset
13880
13881
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887
13888 \backslash
13889 cmidrule{3-4}
13890 \end_layout
13891
13892 \end_inset
13893
13894 LSF-spatial resolution
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 </row>
13927 <row>
13928 <cell alignment="center" valignment="top" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 in µm
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 129.7
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 52.75
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 50.78
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 </row>
13965 <row>
13966 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 in % of pixel size
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 76.3
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 95.9
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 92.3
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 </row>
14003 </lyxtabular>
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \end_inset
14011
14012
14013 \end_layout
14014
14015 \begin_layout Section
14016 Alineación vertical de cuadros
14017 \begin_inset Index idx
14018 status collapsed
14019
14020 \begin_layout Plain Layout
14021 Cuadros ! Alineación vertical
14022 \end_layout
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Standard
14030 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
14031  estar en un marco.
14032  Después el marco se puede alinear verticalmente como se describe en la
14033  sección
14034 \begin_inset space ~
14035 \end_inset
14036
14037
14038 \begin_inset CommandInset ref
14039 LatexCommand ref
14040 reference "sec:Diálogo-Marcos"
14041
14042 \end_inset
14043
14044 .
14045  
14046 \end_layout
14047
14048 \begin_layout Standard
14049 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
14050 \begin_inset Foot
14051 status open
14052
14053 \begin_layout Plain Layout
14054 Las minipáginas se describen en la sección
14055 \begin_inset space ~
14056 \end_inset
14057
14058
14059 \begin_inset CommandInset ref
14060 LatexCommand ref
14061 reference "sec:Minipáginas"
14062
14063 \end_inset
14064
14065 .
14066 \end_layout
14067
14068 \end_inset
14069
14070  que tiene una anchura del 15
14071 \begin_inset space \thinspace{}
14072 \end_inset
14073
14074 % de columna:
14075 \end_layout
14076
14077 \begin_layout Itemize
14078 test 
14079 \begin_inset Box Frameless
14080 position "t"
14081 hor_pos "c"
14082 has_inner_box 1
14083 inner_pos "c"
14084 use_parbox 0
14085 use_makebox 0
14086 width "15col%"
14087 special "none"
14088 height "1in"
14089 height_special "totalheight"
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093 \begin_inset Tabular
14094 <lyxtabular version="3" rows="3" columns="3">
14095 <features tabularvalignment="middle">
14096 <column alignment="center" valignment="top" width="0">
14097 <column alignment="center" valignment="top" width="0">
14098 <column alignment="center" valignment="top" width="0">
14099 <row>
14100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 a
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 d
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 g
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 </row>
14128 <row>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 b
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 e
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 h
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 c
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 f
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 i
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 </row>
14186 </lyxtabular>
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \end_inset
14194
14195  test 
14196 \begin_inset ERT
14197 status collapsed
14198
14199 \begin_layout Plain Layout
14200
14201
14202 \backslash
14203 raisebox{0.85
14204 \backslash
14205 baselineskip}{
14206 \end_layout
14207
14208 \end_inset
14209
14210
14211 \begin_inset Box Frameless
14212 position "t"
14213 hor_pos "c"
14214 has_inner_box 1
14215 inner_pos "c"
14216 use_parbox 0
14217 use_makebox 0
14218 width "15col%"
14219 special "none"
14220 height "1in"
14221 height_special "totalheight"
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225 \begin_inset Tabular
14226 <lyxtabular version="3" rows="3" columns="3">
14227 <features tabularvalignment="middle">
14228 <column alignment="center" valignment="top" width="0">
14229 <column alignment="center" valignment="top" width="0">
14230 <column alignment="center" valignment="top" width="0">
14231 <row>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 a
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 d
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 g
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 </row>
14260 <row>
14261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 b
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 e
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 h
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 </row>
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 c
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 f
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 i
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 </lyxtabular>
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326
14327
14328 \begin_inset ERT
14329 status collapsed
14330
14331 \begin_layout Plain Layout
14332
14333 }
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Itemize
14342 test 
14343 \begin_inset Box Frameless
14344 position "c"
14345 hor_pos "c"
14346 has_inner_box 1
14347 inner_pos "c"
14348 use_parbox 0
14349 use_makebox 0
14350 width "15col%"
14351 special "none"
14352 height "1in"
14353 height_special "totalheight"
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357 \begin_inset Tabular
14358 <lyxtabular version="3" rows="3" columns="3">
14359 <features tabularvalignment="middle">
14360 <column alignment="center" valignment="top" width="0">
14361 <column alignment="center" valignment="top" width="0">
14362 <column alignment="center" valignment="top" width="0">
14363 <row>
14364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 a
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 d
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 g
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 b
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 e
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 h
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 c
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 f
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 i
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 </row>
14450 </lyxtabular>
14451
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \begin_layout Itemize
14463 test 
14464 \begin_inset Box Frameless
14465 position "b"
14466 hor_pos "c"
14467 has_inner_box 1
14468 inner_pos "c"
14469 use_parbox 0
14470 use_makebox 0
14471 width "15col%"
14472 special "none"
14473 height "1in"
14474 height_special "totalheight"
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478 \begin_inset Tabular
14479 <lyxtabular version="3" rows="3" columns="3">
14480 <features tabularvalignment="middle">
14481 <column alignment="center" valignment="top" width="0">
14482 <column alignment="center" valignment="top" width="0">
14483 <column alignment="center" valignment="top" width="0">
14484 <row>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 a
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 d
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 g
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 </row>
14513 <row>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 b
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 e
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 h
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 </row>
14542 <row>
14543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 c
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 f
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 i
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 </lyxtabular>
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \end_inset
14579
14580  test 
14581 \begin_inset ERT
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588 raisebox{-0.32
14589 \backslash
14590 baselineskip}{
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \begin_inset Box Frameless
14597 position "b"
14598 hor_pos "c"
14599 has_inner_box 1
14600 inner_pos "c"
14601 use_parbox 0
14602 use_makebox 0
14603 width "15col%"
14604 special "none"
14605 height "1in"
14606 height_special "totalheight"
14607 status collapsed
14608
14609 \begin_layout Plain Layout
14610 \begin_inset Tabular
14611 <lyxtabular version="3" rows="3" columns="3">
14612 <features tabularvalignment="middle">
14613 <column alignment="center" valignment="top" width="0">
14614 <column alignment="center" valignment="top" width="0">
14615 <column alignment="center" valignment="top" width="0">
14616 <row>
14617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 a
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 d
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 g
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 </row>
14645 <row>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 b
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 e
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 h
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 </row>
14674 <row>
14675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 c
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 f
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 i
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 </row>
14703 </lyxtabular>
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \begin_inset ERT
14714 status collapsed
14715
14716 \begin_layout Plain Layout
14717
14718 }
14719 \end_layout
14720
14721 \end_inset
14722
14723
14724 \end_layout
14725
14726 \begin_layout Standard
14727 Como ves, los contenidos de la primera y última filas no se alinean correctament
14728 e con la línea de texto donde está el cuadro.
14729  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14730  un cuadro elevado («raisebox»
14731 \begin_inset Foot
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735 El uso del comando 
14736 \series bold
14737
14738 \backslash
14739 raisebox
14740 \series default
14741  se explica en la sección
14742 \begin_inset space ~
14743 \end_inset
14744
14745
14746 \begin_inset CommandInset ref
14747 LatexCommand ref
14748 reference "sub:Alineación-Vertical"
14749
14750 \end_inset
14751
14752 .
14753 \end_layout
14754
14755 \end_inset
14756
14757 ).
14758  En el ejemplo anterior, el segundo marco del primer ítem está alineado
14759  usando el comando en código TeX
14760 \end_layout
14761
14762 \begin_layout Standard
14763
14764 \series bold
14765
14766 \backslash
14767 raisebox{0.85
14768 \backslash
14769 baselineskip}{
14770 \end_layout
14771
14772 \begin_layout Standard
14773 antes del marco.
14774  Tras él, se pone la llave de cierre 
14775 \series bold
14776 }
14777 \series default
14778  también en código TeX.
14779  Para el segundo marco en el tercer ítem se usa el comando 
14780 \end_layout
14781
14782 \begin_layout Standard
14783
14784 \series bold
14785
14786 \backslash
14787 raisebox{-0.32
14788 \backslash
14789 baselineskip}{
14790 \end_layout
14791
14792 \begin_layout Standard
14793 \begin_inset Note Greyedout
14794 status open
14795
14796 \begin_layout Plain Layout
14797
14798 \series bold
14799 Not
14800 \series default
14801 a: La alineación del contenido de la fila con la línea del texto adyacente
14802  no es exacta.
14803  El factor necesario del comando 
14804 \series bold
14805
14806 \backslash
14807 raisebox
14808 \series default
14809  para este alineamiento depende de la tipografía del documento, del tamaño
14810  de letra y del grosor de línea del cuadro.
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Section
14819 Cuadros coloreados
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "sec:Cuadros-Coloreados"
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Subsection
14830 Celdas coloreadas
14831 \begin_inset Index idx
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 Cuadros ! Color ! en celdas
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \begin_inset Index idx
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845 Color ! en celdas de cuadros
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \begin_layout Standard
14854 \begin_inset Float table
14855 placement h
14856 wide false
14857 sideways false
14858 status open
14859
14860 \begin_layout Plain Layout
14861 \begin_inset Caption
14862
14863 \begin_layout Plain Layout
14864 \begin_inset CommandInset label
14865 LatexCommand label
14866 name "tab:Cuadro-coloreado-sin"
14867
14868 \end_inset
14869
14870 Cuadro coloreado sin usar el paquete 
14871 \series bold
14872 colortbl
14873 \series default
14874
14875 \begin_inset Argument
14876 status open
14877
14878 \begin_layout Plain Layout
14879 Cuadro sin colortbl
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \begin_layout Plain Layout
14893 \align center
14894 \begin_inset Tabular
14895 <lyxtabular version="3" rows="3" columns="3">
14896 <features tabularvalignment="middle">
14897 <column alignment="center" valignment="top" width="0">
14898 <column alignment="center" valignment="top" width="0">
14899 <column alignment="center" valignment="top" width="0">
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \color green
14907 a
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916
14917 \color red
14918 b
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \color red
14929 c
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 </row>
14935 <row>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \color green
14942 d
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \color blue
14953 e
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962
14963 \color blue
14964 f
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 </row>
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975
14976 \color green
14977 g
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \color blue
14988 h
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \color blue
14999 i
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 </lyxtabular>
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \begin_layout Standard
15018 Si sólo necesitas color en el texto, marca las celdas y elige un color en
15019  el menú 
15020 \family sans
15021 Editar\SpecialChar \menuseparator
15022 Estilo
15023 \begin_inset space ~
15024 \end_inset
15025
15026 del
15027 \begin_inset space ~
15028 \end_inset
15029
15030 Texto
15031 \family default
15032 .
15033  Esto se ha hecho enl cuadro
15034 \begin_inset space ~
15035 \end_inset
15036
15037
15038 \begin_inset CommandInset ref
15039 LatexCommand ref
15040 reference "tab:Cuadro-coloreado-sin"
15041
15042 \end_inset
15043
15044 .
15045  En cualquier otro caso hay que usar el paquete LaTeX 
15046 \series bold
15047 colortbl
15048 \series default
15049 .
15050 \begin_inset Index idx
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054 LaTeX-paquetes ! colortbl
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset ERT
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067
15068
15069 \backslash
15070 ifcolortbl
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \begin_inset Note Note
15077 status collapsed
15078
15079 \begin_layout Plain Layout
15080 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
15081  LaTeX 
15082 \series bold
15083 colortbl
15084 \series default
15085 .
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Para crear cuadros coloreados, 
15095 \series bold
15096 colortbl
15097 \series default
15098  debe cargarse en el preámbulo con la línea
15099 \end_layout
15100
15101 \begin_layout Standard
15102
15103 \series bold
15104
15105 \backslash
15106 usepackage{colortbl}
15107 \end_layout
15108
15109 \begin_layout Standard
15110 El color de una columna se define con el comando
15111 \end_layout
15112
15113 \begin_layout Standard
15114
15115 \series bold
15116
15117 \backslash
15118 columncolor{nombre del color}
15119 \end_layout
15120
15121 \begin_layout Standard
15122 dentro del comando 
15123 \series bold
15124 >{ }
15125 \series default
15126 .
15127  Más sobre el comando 
15128 \series bold
15129 >{}
15130 \series default
15131  se explica en la sección
15132 \begin_inset space ~
15133 \end_inset
15134
15135
15136 \begin_inset CommandInset ref
15137 LatexCommand ref
15138 reference "sub:Cálculos-en-Multicolumnas"
15139
15140 \end_inset
15141
15142 .
15143 \end_layout
15144
15145 \begin_layout Standard
15146 Los siguientes nombres de color están predefinidos:
15147 \end_layout
15148
15149 \begin_layout Standard
15150
15151 \family sans
15152 red
15153 \family default
15154
15155 \family sans
15156 green
15157 \family default
15158
15159 \family sans
15160 yellow, blue
15161 \family default
15162
15163 \family sans
15164 cyan
15165 \family default
15166 \series bold
15167 ,
15168 \series default
15169  
15170 \family sans
15171 magenta, black
15172 \family default
15173
15174 \family sans
15175 white
15176 \end_layout
15177
15178 \begin_layout Standard
15179 \begin_inset VSpace medskip
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Puedes definir tus propios colores con el comando
15187 \end_layout
15188
15189 \begin_layout Standard
15190
15191 \series bold
15192
15193 \backslash
15194 definecolor{nombre del color}{modelo de color}{valores de color}
15195 \end_layout
15196
15197 \begin_layout Standard
15198 El modelo de color puede ser
15199 \end_layout
15200
15201 \begin_layout Labeling
15202 \labelwidthstring 00.00.0000
15203 cmyk: cyan, magenta, yellow, black
15204 \end_layout
15205
15206 \begin_layout Labeling
15207 \labelwidthstring 00.00.0000
15208 rgb: red, green, blue
15209 \end_layout
15210
15211 \begin_layout Labeling
15212 \labelwidthstring 00.00.0000
15213 gray: gray
15214 \end_layout
15215
15216 \begin_layout Standard
15217 y los valores de color son números separados por comas entre 0 y 1 que describen
15218  el factor para el color correspondiente del modelo de color.
15219 \end_layout
15220
15221 \begin_layout Standard
15222 Por ejemplo, puedes definir el color
15223 \series bold
15224  
15225 \series default
15226 «
15227 \emph on
15228 verde oscuro
15229 \emph default
15230 » en el preámbulo con
15231 \end_layout
15232
15233 \begin_layout Standard
15234
15235 \series bold
15236
15237 \backslash
15238 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15239 \end_layout
15240
15241 \begin_layout Standard
15242 y el color «
15243 \emph on
15244 gris claro
15245 \emph default
15246 » con
15247 \end_layout
15248
15249 \begin_layout Standard
15250
15251 \series bold
15252
15253 \backslash
15254 definecolor{grisclaro}{gray}{0.8}
15255 \end_layout
15256
15257 \begin_layout Standard
15258 \begin_inset VSpace medskip
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \begin_layout Standard
15265 Las líneas se colorean con el comando
15266 \end_layout
15267
15268 \begin_layout Standard
15269
15270 \series bold
15271
15272 \backslash
15273 rowcolor{nombre del color}
15274 \end_layout
15275
15276 \begin_layout Standard
15277 y las celdas se colorean con el comando
15278 \end_layout
15279
15280 \begin_layout Standard
15281
15282 \series bold
15283
15284 \backslash
15285 cellcolor{nombre del color}
15286 \end_layout
15287
15288 \begin_layout Standard
15289 Ambos comandos se insertan al principio de una celda en código TeX.
15290 \end_layout
15291
15292 \begin_layout Standard
15293 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
15294 \family sans
15295 Editar\SpecialChar \menuseparator
15296 Estilo
15297 \begin_inset space ~
15298 \end_inset
15299
15300 del
15301 \begin_inset space ~
15302 \end_inset
15303
15304 Texto
15305 \family default
15306 .
15307  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15308  TeX en color puede ocasionar errores de LaTeX.
15309 \end_layout
15310
15311 \begin_layout Standard
15312 \begin_inset Note Greyedout
15313 status open
15314
15315 \begin_layout Plain Layout
15316
15317 \series bold
15318 Nota:
15319 \series default
15320  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15321 \end_layout
15322
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 \begin_inset VSpace bigskip
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \begin_layout Standard
15336 Para crear el cuadro
15337 \begin_inset space ~
15338 \end_inset
15339
15340
15341 \begin_inset CommandInset ref
15342 LatexCommand ref
15343 reference "tab:Cuadro-coloreado-con"
15344
15345 \end_inset
15346
15347  haz lo siguiente: el color de la primera columna debe ser 
15348 \emph on
15349 verde oscuro
15350 \emph default
15351 , entonces inserta
15352 \end_layout
15353
15354 \begin_layout Standard
15355
15356 \series bold
15357 >{
15358 \backslash
15359 columncolor{verdeoscuro}
15360 \backslash
15361 centering}c
15362 \end_layout
15363
15364 \begin_layout Standard
15365 como argumento LaTeX para esta columna.
15366  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15367 \end_layout
15368
15369 \begin_layout Standard
15370
15371 \series bold
15372
15373 \backslash
15374 rowcolor{cyan}
15375 \end_layout
15376
15377 \begin_layout Standard
15378 en la primera celda de esta fila.
15379  Observa que esto sobreescribe el color de la columna para la primera celda.
15380  La última celda de la última fila se colorea magenta insertando el comando
15381  en código TeX
15382 \end_layout
15383
15384 \begin_layout Standard
15385
15386 \series bold
15387
15388 \backslash
15389 cellcolor{magenta}
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Ahora podrían colorearse los caracteres usando el menú 
15394 \family sans
15395 Editar\SpecialChar \menuseparator
15396 Estilo
15397 \begin_inset space ~
15398 \end_inset
15399
15400 del
15401 \begin_inset space ~
15402 \end_inset
15403
15404 Texto
15405 \family default
15406 .
15407 \end_layout
15408
15409 \begin_layout Standard
15410 \begin_inset Float table
15411 placement h
15412 wide false
15413 sideways false
15414 status open
15415
15416 \begin_layout Plain Layout
15417 \begin_inset Caption
15418
15419 \begin_layout Plain Layout
15420 \begin_inset CommandInset label
15421 LatexCommand label
15422 name "tab:Cuadro-coloreado-con"
15423
15424 \end_inset
15425
15426 Cuadro coloreado con el paquete 
15427 \series bold
15428 colortbl
15429 \series default
15430
15431 \begin_inset Argument
15432 status open
15433
15434 \begin_layout Plain Layout
15435 Cuadro con 
15436 \series bold
15437 colortbl
15438 \end_layout
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \begin_layout Plain Layout
15451 \align center
15452 \begin_inset Tabular
15453 <lyxtabular version="3" rows="3" columns="3">
15454 <features tabularvalignment="middle">
15455 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15456 <column alignment="center" valignment="top" width="0">
15457 <column alignment="center" valignment="top" width="0">
15458 <row>
15459 <cell alignment="center" valignment="top" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 \begin_inset ERT
15464 status collapsed
15465
15466 \begin_layout Plain Layout
15467
15468
15469 \backslash
15470 rowcolor{cyan}
15471 \end_layout
15472
15473 \end_inset
15474
15475
15476 \color magenta
15477 a
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \color red
15488 b
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \color red
15499 c
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \color yellow
15512 d
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \color blue
15523 e
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \color blue
15534 f
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \color yellow
15547 g
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \color blue
15558 h
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 \begin_inset ERT
15568 status collapsed
15569
15570 \begin_layout Plain Layout
15571
15572
15573 \backslash
15574 cellcolor{magenta}
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \color green
15581 i
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 </lyxtabular>
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 else
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \begin_inset Note Note
15614 status collapsed
15615
15616 \begin_layout Plain Layout
15617 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15618  
15619 \series bold
15620 colortbl
15621 \series default
15622 .
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 Debes instalar el paquete LaTeX 
15632 \series bold
15633 colortbl
15634 \series default
15635  para ver la parte siguiente en la salida.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset ERT
15640 status collapsed
15641
15642 \begin_layout Plain Layout
15643
15644
15645 \backslash
15646 fi
15647 \end_layout
15648
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \begin_layout Subsection
15655 Líneas coloreadas
15656 \begin_inset Index idx
15657 status collapsed
15658
15659 \begin_layout Plain Layout
15660 Cuadros ! Color ! en líneas
15661 \end_layout
15662
15663 \end_inset
15664
15665
15666 \begin_inset Index idx
15667 status collapsed
15668
15669 \begin_layout Plain Layout
15670 Color ! en bordes de cuadros
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \end_layout
15677
15678 \begin_layout Standard
15679 Como se describe en la sección
15680 \begin_inset space ~
15681 \end_inset
15682
15683
15684 \begin_inset CommandInset ref
15685 LatexCommand ref
15686 reference "sub:Grosor-de-Líneas"
15687
15688 \end_inset
15689
15690 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
15691  
15692 \series bold
15693
15694 \backslash
15695 arrayrulewidth
15696 \series default
15697 .
15698  Se ha puesto 1.5
15699 \begin_inset space \thinspace{}
15700 \end_inset
15701
15702 pt para todos los cuadros de esta sección.
15703 \begin_inset ERT
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707
15708
15709 \backslash
15710 setlength{
15711 \backslash
15712 arrayrulewidth}{1.5pt}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15722  el preámbulo del documento el siguiente formato de columna, de acuerdo
15723  a lo descrito en la sección
15724 \begin_inset space ~
15725 \end_inset
15726
15727
15728 \begin_inset CommandInset ref
15729 LatexCommand ref
15730 reference "sub:Formato-Personalizado"
15731
15732 \end_inset
15733
15734 :
15735 \end_layout
15736
15737 \begin_layout Standard
15738
15739 \series bold
15740
15741 \backslash
15742 newcolumntype{W}{!{
15743 \backslash
15744 color{green}
15745 \backslash
15746 vline}}
15747 \end_layout
15748
15749 \begin_layout Standard
15750 Para el cuadro
15751 \begin_inset space ~
15752 \end_inset
15753
15754
15755 \begin_inset CommandInset ref
15756 LatexCommand ref
15757 reference "tab:Cuadro-con-verticales-coloreadas"
15758
15759 \end_inset
15760
15761  se usó el argumento LaTeX
15762 \series bold
15763  WcW
15764 \series default
15765  para la última columna y
15766 \series bold
15767  Wc
15768 \series default
15769  para las demás.
15770 \end_layout
15771
15772 \begin_layout Standard
15773 Si quieres tener varios colores, define más formatos de columna.
15774 \end_layout
15775
15776 \begin_layout Standard
15777 \begin_inset Float table
15778 placement h
15779 wide false
15780 sideways false
15781 status open
15782
15783 \begin_layout Plain Layout
15784 \begin_inset Caption
15785
15786 \begin_layout Plain Layout
15787 \begin_inset CommandInset label
15788 LatexCommand label
15789 name "tab:Cuadro-con-verticales-coloreadas"
15790
15791 \end_inset
15792
15793 Cuadro con líneas verticales coloreadas
15794 \end_layout
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \begin_layout Plain Layout
15802 \align center
15803 \begin_inset Tabular
15804 <lyxtabular version="3" rows="3" columns="3">
15805 <features tabularvalignment="middle">
15806 <column alignment="center" valignment="top" width="0" special="Wc">
15807 <column alignment="center" valignment="top" width="0" special="Wc">
15808 <column alignment="center" valignment="top" width="0" special="WcW">
15809 <row>
15810 <cell alignment="center" valignment="top" topline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 sd
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 sd
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 sd
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 </lyxtabular>
15897
15898 \end_inset
15899
15900
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Standard
15909 \begin_inset VSpace bigskip
15910 \end_inset
15911
15912 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
15913 \begin_inset space ~
15914 \end_inset
15915
15916
15917 \begin_inset CommandInset ref
15918 LatexCommand ref
15919 reference "tab:Cuadro-con-horizontales-coloreadas"
15920
15921 \end_inset
15922
15923 , inserta estos comandos en código TeX antes del cuadro o del flotante:
15924 \end_layout
15925
15926 \begin_layout Standard
15927
15928 \series bold
15929
15930 \backslash
15931 let
15932 \backslash
15933 myHlineC
15934 \backslash
15935 hline
15936 \begin_inset Newline newline
15937 \end_inset
15938
15939
15940 \backslash
15941 renewcommand{
15942 \backslash
15943 hline}
15944 \begin_inset Newline newline
15945 \end_inset
15946
15947
15948 \begin_inset Phantom HPhantom
15949 status open
15950
15951 \begin_layout Plain Layout
15952
15953 \series bold
15954 \begin_inset space ~
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \end_inset
15961
15962 {
15963 \backslash
15964 arrayrulecolor{red}
15965 \backslash
15966 myHlineC
15967 \backslash
15968 arrayrulecolor{black}}
15969 \end_layout
15970
15971 \begin_layout Standard
15972 \begin_inset ERT
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976
15977
15978 \backslash
15979 let
15980 \backslash
15981 myHlineC
15982 \backslash
15983 hline
15984 \end_layout
15985
15986 \begin_layout Plain Layout
15987
15988
15989 \backslash
15990 renewcommand{
15991 \backslash
15992 hline}
15993 \end_layout
15994
15995 \begin_layout Plain Layout
15996
15997  {
15998 \backslash
15999 arrayrulecolor{red}
16000 \backslash
16001 myHlineC
16002 \backslash
16003 arrayrulecolor{black}}
16004 \end_layout
16005
16006 \end_inset
16007
16008
16009 \begin_inset Float table
16010 placement h
16011 wide false
16012 sideways false
16013 status open
16014
16015 \begin_layout Plain Layout
16016 \begin_inset Caption
16017
16018 \begin_layout Plain Layout
16019 \begin_inset CommandInset label
16020 LatexCommand label
16021 name "tab:Cuadro-con-horizontales-coloreadas"
16022
16023 \end_inset
16024
16025 Cuadro con líneas horizontales coloreadas
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Plain Layout
16034 \align center
16035 \begin_inset Tabular
16036 <lyxtabular version="3" rows="3" columns="3">
16037 <features tabularvalignment="middle">
16038 <column alignment="center" valignment="top" width="0">
16039 <column alignment="center" valignment="top" width="0">
16040 <column alignment="center" valignment="top" width="0">
16041 <row>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 sd
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 </row>
16070 <row>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 sd
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 sd
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 </lyxtabular>
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \begin_layout Standard
16141 Para volver al color de línea negro predeterminado inserta este comando
16142  en código TeX detrás del cuadro o el flotante:
16143 \end_layout
16144
16145 \begin_layout Standard
16146
16147 \series bold
16148
16149 \backslash
16150 renewcommand{
16151 \backslash
16152 hline}{
16153 \backslash
16154 myHlineC}
16155 \end_layout
16156
16157 \begin_layout Standard
16158 El cuadro
16159 \begin_inset space ~
16160 \end_inset
16161
16162
16163 \begin_inset CommandInset ref
16164 LatexCommand ref
16165 reference "tab:Cuadro-con-líneas-coloreadas"
16166
16167 \end_inset
16168
16169  es un ejemplo con líneas verticales y horizontales coloreadas.
16170 \end_layout
16171
16172 \begin_layout Standard
16173 \begin_inset Float table
16174 placement h
16175 wide false
16176 sideways false
16177 status open
16178
16179 \begin_layout Plain Layout
16180 \begin_inset Caption
16181
16182 \begin_layout Plain Layout
16183 \begin_inset CommandInset label
16184 LatexCommand label
16185 name "tab:Cuadro-con-líneas-coloreadas"
16186
16187 \end_inset
16188
16189 Cuadro con líneas coloreadas
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \end_layout
16196
16197 \begin_layout Plain Layout
16198 \align center
16199 \begin_inset Tabular
16200 <lyxtabular version="3" rows="3" columns="3">
16201 <features tabularvalignment="middle">
16202 <column alignment="center" valignment="top" width="0" special="Wc">
16203 <column alignment="center" valignment="top" width="0" special="Wc">
16204 <column alignment="center" valignment="top" width="0" special="WcW">
16205 <row>
16206 <cell alignment="center" valignment="top" topline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 sd
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" topline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" topline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 sd
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 sd
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 </lyxtabular>
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Standard
16305 \begin_inset ERT
16306 status collapsed
16307
16308 \begin_layout Plain Layout
16309
16310
16311 \backslash
16312 renewcommand{
16313 \backslash
16314 hline}{
16315 \backslash
16316 myHlineC}
16317 \end_layout
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 \begin_inset ERT
16326 status collapsed
16327
16328 \begin_layout Plain Layout
16329
16330
16331 \backslash
16332 setlength{
16333 \backslash
16334 arrayrulewidth}{0.4pt}
16335 \end_layout
16336
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \begin_layout Section
16343 Personalización de cuadros
16344 \begin_inset Index idx
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348 Cuadros ! Personalización
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Subsection
16357 Espacio adicional en filas
16358 \begin_inset CommandInset label
16359 LatexCommand label
16360 name "sub:Espacio-adicional"
16361
16362 \end_inset
16363
16364
16365 \begin_inset Index idx
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369 Cuadros ! Personalización ! Espacio adicional en filas
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \begin_layout Standard
16378 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
16379  
16380 \family sans
16381 Bordes
16382 \family default
16383  del diálogo de configuración de cuadros.
16384  En el marco 
16385 \family sans
16386 Espacio
16387 \begin_inset space ~
16388 \end_inset
16389
16390 adicional
16391 \family default
16392  dispones de tres posibilidades:
16393 \end_layout
16394
16395 \begin_layout Description
16396 Superior
16397 \begin_inset space ~
16398 \end_inset
16399
16400 de
16401 \begin_inset space ~
16402 \end_inset
16403
16404 la
16405 \begin_inset space ~
16406 \end_inset
16407
16408 fila añade espacio sobre los caracteres de la fila.
16409  Si el cuadro es de estilo formal
16410 \begin_inset Foot
16411 status open
16412
16413 \begin_layout Plain Layout
16414 Los cuadros formales se explican en la sección
16415 \begin_inset space ~
16416 \end_inset
16417
16418
16419 \begin_inset CommandInset ref
16420 LatexCommand ref
16421 reference "sec:Cuadros-Formales"
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \end_inset
16429
16430  LyX insertará 0.5
16431 \begin_inset space \thinspace{}
16432 \end_inset
16433
16434 em por omisión.
16435  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
16436  verticales, como se ve en el cuadro siguiente:
16437 \begin_inset VSpace medskip
16438 \end_inset
16439
16440
16441 \begin_inset Newline newline
16442 \end_inset
16443
16444
16445 \begin_inset space \hspace*{}
16446 \length 0pt
16447 \end_inset
16448
16449
16450 \begin_inset space \hfill{}
16451 \end_inset
16452
16453
16454 \begin_inset Tabular
16455 <lyxtabular version="3" rows="3" columns="1">
16456 <features tabularvalignment="middle">
16457 <column alignment="center" valignment="top" width="0">
16458 <row>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 A
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row topspace="3mm">
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 3
16475 \begin_inset space \thinspace{}
16476 \end_inset
16477
16478 mm sobre la fila
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row>
16485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 C
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 </lyxtabular>
16496
16497 \end_inset
16498
16499
16500 \begin_inset space \hfill{}
16501 \end_inset
16502
16503
16504 \begin_inset space \hspace*{}
16505 \length 0pt
16506 \end_inset
16507
16508
16509 \begin_inset VSpace medskip
16510 \end_inset
16511
16512
16513 \begin_inset Newline newline
16514 \end_inset
16515
16516 Así pues, insertar espacio superior en cuadros normales sólo es útil en
16517  cuadros sin líneas verticales.
16518 \end_layout
16519
16520 \begin_layout Description
16521 Inferior
16522 \begin_inset space ~
16523 \end_inset
16524
16525 de
16526 \begin_inset space ~
16527 \end_inset
16528
16529 la
16530 \begin_inset space ~
16531 \end_inset
16532
16533 fila añade espacio bajo los caracteres de la fila.
16534  Si el cuadro es formal LyX inserta por omisión 0.5
16535 \begin_inset space \thinspace{}
16536 \end_inset
16537
16538 em; si el cuadro es normal inserta 2
16539 \begin_inset space \thinspace{}
16540 \end_inset
16541
16542 pt.
16543  
16544 \end_layout
16545
16546 \begin_layout Description
16547 Entre
16548 \begin_inset space ~
16549 \end_inset
16550
16551 las
16552 \begin_inset space ~
16553 \end_inset
16554
16555 filas añade espacio entre la fila actual y la siguiente.
16556  Si el cuadro es formal LyX inserta 0.5
16557 \begin_inset space \thinspace{}
16558 \end_inset
16559
16560 em por omisión.
16561  En cuadros normales, el espacio adicional destruirá las líneas verticales
16562  del cuadro, como se ve en la siguiente:
16563 \begin_inset VSpace medskip
16564 \end_inset
16565
16566
16567 \begin_inset Newline newline
16568 \end_inset
16569
16570
16571 \begin_inset space \hspace*{}
16572 \length 0pt
16573 \end_inset
16574
16575
16576 \begin_inset space \hfill{}
16577 \end_inset
16578
16579
16580 \begin_inset Tabular
16581 <lyxtabular version="3" rows="3" columns="1">
16582 <features tabularvalignment="middle">
16583 <column alignment="center" valignment="top" width="0">
16584 <row>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 A
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 <row interlinespace="3mm">
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Formula $\downarrow$
16601 \end_inset
16602
16603  3
16604 \begin_inset space \thinspace{}
16605 \end_inset
16606
16607 mm entre las filas
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Formula $\uparrow$
16619 \end_inset
16620
16621  3
16622 \begin_inset space \thinspace{}
16623 \end_inset
16624
16625 mm entre las filas 
16626 \begin_inset Formula $\uparrow$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 </lyxtabular>
16636
16637 \end_inset
16638
16639
16640 \begin_inset space \hfill{}
16641 \end_inset
16642
16643
16644 \begin_inset space \hspace*{}
16645 \length 0pt
16646 \end_inset
16647
16648
16649 \begin_inset VSpace medskip
16650 \end_inset
16651
16652
16653 \begin_inset Newline newline
16654 \end_inset
16655
16656 Así pues, los espacios adicionales entre filas de cuadros normales sólo
16657  sirven para cuadros sin líneas verticales.
16658 \end_layout
16659
16660 \begin_layout Standard
16661 \begin_inset VSpace bigskip
16662 \end_inset
16663
16664 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
16665  utiliza los siguientes comandos en el preámbulo:
16666 \end_layout
16667
16668 \begin_layout Standard
16669
16670 \series bold
16671
16672 \backslash
16673 @ifundefined{extrarowheight}
16674 \begin_inset Newline newline
16675 \end_inset
16676
16677
16678 \begin_inset Phantom HPhantom
16679 status open
16680
16681 \begin_layout Plain Layout
16682
16683 \series bold
16684 \begin_inset space ~
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691
16692 {
16693 \backslash
16694 usepackage{array}}{}
16695 \begin_inset Newline newline
16696 \end_inset
16697
16698
16699 \backslash
16700 setlength{
16701 \backslash
16702 extrarowheight}{altura}
16703 \end_layout
16704
16705 \begin_layout Standard
16706 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16707  centrado en vertical.
16708  (Lyx cargará automáticamente el paquete 
16709 \series bold
16710 array
16711 \series default
16712  cuando uses formatos de cuadro autodefinidos.
16713  Para evitar que sea cargado dos veces se pone al principio el comando 
16714 \series bold
16715
16716 \backslash
16717 @ifundefined
16718 \series default
16719 .)
16720 \end_layout
16721
16722 \begin_layout Standard
16723 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
16724  del cuadro están a veces demasiado cerca de las letras.
16725  Esto se puede corregir insertando el comando 
16726 \series bold
16727
16728 \backslash
16729 strut
16730 \series default
16731  en código TeX al principio de la fila del cuadro.
16732  El cuadro
16733 \begin_inset space ~
16734 \end_inset
16735
16736
16737 \begin_inset CommandInset ref
16738 LatexCommand ref
16739 reference "tab:Alineación-vertical"
16740
16741 \end_inset
16742
16743  muestra el efecto:
16744 \end_layout
16745
16746 \begin_layout Standard
16747 \noindent
16748 \begin_inset Float table
16749 placement h
16750 wide false
16751 sideways false
16752 status open
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Caption
16756
16757 \begin_layout Plain Layout
16758 \begin_inset CommandInset label
16759 LatexCommand label
16760 name "tab:Alineación-vertical"
16761
16762 \end_inset
16763
16764 Alineación vertical de texto con letras grandes
16765 \end_layout
16766
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \begin_layout Plain Layout
16773 \begin_inset space \hfill{}
16774 \end_inset
16775
16776
16777 \begin_inset Float table
16778 wide false
16779 sideways false
16780 status open
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Caption
16784
16785 \begin_layout Plain Layout
16786 Cuadro normal
16787 \end_layout
16788
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \begin_layout Plain Layout
16795 \noindent
16796 \align center
16797 \begin_inset Tabular
16798 <lyxtabular version="3" rows="6" columns="1">
16799 <features tabularvalignment="middle">
16800 <column alignment="left" valignment="top" width="0">
16801 <row>
16802 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 Normal, g
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817
16818 \size large
16819 Grande
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \size larger
16832 Más grande
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \size largest
16845 Grandísima
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \size huge
16858 Enorme
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869
16870 \size huge
16871 Más enorme
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 </lyxtabular>
16878
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885
16886
16887 \begin_inset space \hfill{}
16888 \end_inset
16889
16890
16891 \begin_inset Float table
16892 wide false
16893 sideways false
16894 status open
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Caption
16898
16899 \begin_layout Plain Layout
16900 Cuadro con comando 
16901 \series bold
16902
16903 \backslash
16904 strut
16905 \end_layout
16906
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \begin_layout Plain Layout
16913 \noindent
16914 \align center
16915 \begin_inset Tabular
16916 <lyxtabular version="3" rows="6" columns="1">
16917 <features tabularvalignment="middle">
16918 <column alignment="left" valignment="top" width="0">
16919 <row>
16920 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 Normal, g
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \size large
16937 \begin_inset ERT
16938 status collapsed
16939
16940 \begin_layout Plain Layout
16941
16942
16943 \backslash
16944 strut 
16945 \end_layout
16946
16947 \end_inset
16948
16949 Grande
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \size larger
16962 \begin_inset ERT
16963 status collapsed
16964
16965 \begin_layout Plain Layout
16966
16967
16968 \backslash
16969 strut 
16970 \end_layout
16971
16972 \end_inset
16973
16974 Más grande
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \size largest
16987 \begin_inset ERT
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991
16992
16993 \backslash
16994 strut 
16995 \end_layout
16996
16997 \end_inset
16998
16999 Grandísima
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \size huge
17012 \begin_inset ERT
17013 status collapsed
17014
17015 \begin_layout Plain Layout
17016
17017
17018 \backslash
17019 strut 
17020 \end_layout
17021
17022 \end_inset
17023
17024 Enorme
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \size giant
17037 \begin_inset ERT
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041
17042
17043 \backslash
17044 strut 
17045 \end_layout
17046
17047 \end_inset
17048
17049
17050 \size huge
17051 Más enorme
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 </lyxtabular>
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065
17066
17067 \begin_inset space \hfill{}
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \begin_layout Subsection
17079 Alineación especial de celdas
17080 \begin_inset CommandInset label
17081 LatexCommand label
17082 name "sub:Alineación-especial-de"
17083
17084 \end_inset
17085
17086
17087 \begin_inset Index idx
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091 Cuadros ! Personalización ! Alineación especial de celdas
17092 \end_layout
17093
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \begin_layout Standard
17100 A veces mejora la presentación si las entradas en las celdas de una columna
17101  se alinean con un carácter determinado, p.
17102 \begin_inset space \thinspace{}
17103 \end_inset
17104
17105 e.
17106 \begin_inset space ~
17107 \end_inset
17108
17109 el separador decimal, como en el cuadro
17110 \begin_inset space ~
17111 \end_inset
17112
17113
17114 \begin_inset CommandInset ref
17115 LatexCommand ref
17116 reference "tab:Cuadro-celdas-alineadas"
17117
17118 \end_inset
17119
17120 .
17121  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17122  el botón 
17123 \begin_inset Graphics
17124         filename ../../images/tabular-feature_align-decimal.png
17125         scale 85
17126         scaleBeforeRotation
17127
17128 \end_inset
17129
17130  de la barra de herramientas o eligiendo la alineación 
17131 \family sans
17132 Al separador decimal
17133 \family default
17134  en la configuración del cuadro.
17135  Ahí se puede especificar también el carácter deseado para la alineación.
17136 \end_layout
17137
17138 \begin_layout Standard
17139 \begin_inset Float table
17140 wide false
17141 sideways false
17142 status open
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Caption
17146
17147 \begin_layout Plain Layout
17148 \begin_inset CommandInset label
17149 LatexCommand label
17150 name "tab:Cuadro-celdas-alineadas"
17151
17152 \end_inset
17153
17154 Cuadro con celdas alineadas con el separador decimal.
17155 \end_layout
17156
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \begin_layout Plain Layout
17163 \align center
17164 \begin_inset Tabular
17165 <lyxtabular version="3" rows="4" columns="1">
17166 <features booktabs="true" tabularvalignment="middle">
17167 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17168 <row>
17169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 leyenda
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" topline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 12,6
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 0,68
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 -123,0
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 </lyxtabular>
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset Float table
17226 wide false
17227 sideways false
17228 status open
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Caption
17232
17233 \begin_layout Plain Layout
17234 \begin_inset CommandInset label
17235 LatexCommand label
17236 name "tab:Cuadro-con-celdas-de"
17237
17238 \end_inset
17239
17240 Cuadro con celdas alineadas con los operadores.
17241 \end_layout
17242
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \begin_layout Plain Layout
17249 \align center
17250 \begin_inset Tabular
17251 <lyxtabular version="3" rows="4" columns="2">
17252 <features booktabs="true" tabularvalignment="middle">
17253 <column alignment="right" valignment="top" width="0pt">
17254 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17255 <row>
17256 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 leyenda
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $12\,+$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 \begin_inset Formula $\,6$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $0\,-$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 \begin_inset Formula $\,68$
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $-123\,/$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\,0$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 </lyxtabular>
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \begin_layout Standard
17366 Para alinear con caracteres en ecuaciones este método no funciona porque
17367  el campo para especificar el carácter no permite ecuaciones.
17368  En este caso hay que usar el método del cuadro
17369 \begin_inset space ~
17370 \end_inset
17371
17372
17373 \begin_inset CommandInset ref
17374 LatexCommand ref
17375 reference "tab:Cuadro-con-celdas-de"
17376
17377 \end_inset
17378
17379 .
17380  Es un cuadro 4×2.
17381  La leyenda es una multicolumna centrada.
17382  La primera columna está alineada a la derecha y contiene la primera parte
17383  incluyendo el operador.
17384  La segunda columna está alineada a la izquierda y contiene la parte restante.
17385  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17386  columna para mantener el espacio habitual alrededor de los operadores.
17387  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17388  el siguiente argumento LaTeX para la segunda columna:
17389 \end_layout
17390
17391 \begin_layout Standard
17392
17393 \series bold
17394 @{}l
17395 \end_layout
17396
17397 \begin_layout Standard
17398 El cuadro
17399 \begin_inset space ~
17400 \end_inset
17401
17402
17403 \begin_inset CommandInset ref
17404 LatexCommand ref
17405 reference "tab:Varias-alineaciones"
17406
17407 \end_inset
17408
17409  muestra varios ejemplos de alineación.
17410  Para alinear al signo de relación se ha añadido un pequeño espacio como
17411  en la segunda columna del cuadro
17412 \begin_inset space ~
17413 \end_inset
17414
17415
17416 \begin_inset CommandInset ref
17417 LatexCommand ref
17418 reference "tab:Cuadro-con-celdas-de"
17419
17420 \end_inset
17421
17422 .
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset Float table
17427 placement h
17428 wide false
17429 sideways false
17430 status open
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Caption
17434
17435 \begin_layout Plain Layout
17436 \begin_inset CommandInset label
17437 LatexCommand label
17438 name "tab:Varias-alineaciones"
17439
17440 \end_inset
17441
17442 Cuadro con varias alineaciones.
17443 \end_layout
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Plain Layout
17451 \align center
17452 \begin_inset Tabular
17453 <lyxtabular version="3" rows="4" columns="6">
17454 <features tabularvalignment="middle">
17455 <column alignment="right" valignment="top" width="0">
17456 <column alignment="left" valignment="top" width="0" special="@{}l">
17457 <column alignment="right" valignment="top" width="0">
17458 <column alignment="left" valignment="top" width="0" special="@{}l">
17459 <column alignment="right" valignment="top" width="0">
17460 <column alignment="left" valignment="top" width="0" special="@{}l">
17461 <row>
17462 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 unidades
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 exponentes
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 relaciones
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="center" valignment="top" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 12×
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 24
17532 \begin_inset space \thinspace{}
17533 \end_inset
17534
17535 bottles
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 $10\cdot$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset Formula $10^{\mbox{-}17}$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\Gamma(t)\propto$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 \begin_inset Formula $\:\Upsilon(t)$
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 1024×
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 768
17604 \begin_inset space \thinspace{}
17605 \end_inset
17606
17607 Pixels
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $5.78\cdot$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $10^{7}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 \begin_inset Formula $A\ne$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\: B_{\mathrm{red}}$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 </row>
17661 <row>
17662 <cell alignment="center" valignment="top" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 32×
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 6
17676 \begin_inset space \thinspace{}
17677 \end_inset
17678
17679 cm
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 -
17689 \begin_inset Formula $33.5\cdot$
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 \begin_inset Formula $10^{4}$
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 \begin_inset Formula $\sen(\alpha)\ge$
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Formula $\:\sen(\beta)$
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 </row>
17734 </lyxtabular>
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \begin_layout Subsection
17747 Formato personalizado de celda/columna
17748 \begin_inset CommandInset label
17749 LatexCommand label
17750 name "sub:Formato-Personalizado"
17751
17752 \end_inset
17753
17754
17755 \begin_inset Index idx
17756 status collapsed
17757
17758 \begin_layout Plain Layout
17759 Cuadros ! Personalización ! Formato de celda/columna
17760 \end_layout
17761
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 El cálculo de la anchura necesaria para columnas extendidas descrito en
17769  la sección
17770 \begin_inset space ~
17771 \end_inset
17772
17773
17774 \begin_inset CommandInset ref
17775 LatexCommand ref
17776 reference "sub:Cálculos-en-Multicolumnas"
17777
17778 \end_inset
17779
17780  es muy pesado si tienes varios cuadros con multicolumnas.
17781  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17782 mna aplicable a todos los cuadros del documento.
17783  El formato se define con el comando
17784 \end_layout
17785
17786 \begin_layout Standard
17787
17788 \series bold
17789
17790 \backslash
17791 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17792 \end_layout
17793
17794 \begin_layout Standard
17795 El nombre de formato puede ser una sola letra.
17796  Las letras 
17797 \emph on
17798 b, c, l, m, p
17799 \emph default
17800  y 
17801 \emph on
17802 r
17803 \emph default
17804  están predefinidas y no pueden usarse.
17805  Pero se permiten todas las mayúsculas.
17806 \end_layout
17807
17808 \begin_layout Standard
17809 \begin_inset VSpace medskip
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \begin_layout Standard
17816 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17817  fija puedes definir el formato de celda
17818 \end_layout
17819
17820 \begin_layout Standard
17821
17822 \series bold
17823
17824 \backslash
17825 newcolumntype{M}[1]{>{
17826 \backslash
17827 centering
17828 \backslash
17829 hspace{0pt}}m{#1}}
17830 \end_layout
17831
17832 \begin_layout Standard
17833 donde 
17834 \series bold
17835
17836 \backslash
17837 hspace{0pt}
17838 \series default
17839  evita el problema de partir con guión la primera palabra, como se describe
17840  en la sección
17841 \begin_inset space ~
17842 \end_inset
17843
17844
17845 \begin_inset CommandInset ref
17846 LatexCommand ref
17847 reference "sub:Líneas-Múltiples-en"
17848
17849 \end_inset
17850
17851 .
17852  Ahora puedes introducir simplemente
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858 M{ancho}
17859 \end_layout
17860
17861 \begin_layout Standard
17862 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
17863 \end_layout
17864
17865 \begin_layout Standard
17866 \begin_inset VSpace bigskip
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Standard
17873 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 newcolumntype{S}[2]{>{
17882 \backslash
17883 centering
17884 \backslash
17885 hspace{0pt}}
17886 \begin_inset Newline newline
17887 \end_inset
17888
17889
17890 \begin_inset Phantom HPhantom
17891 status open
17892
17893 \begin_layout Plain Layout
17894
17895 \series bold
17896
17897 \backslash
17898 newcolumntype
17899 \end_layout
17900
17901 \end_inset
17902
17903 m{(#1+(2
17904 \backslash
17905 tabcolsep+
17906 \backslash
17907 arrayrulewidth)*(1-#2))/#2}}
17908 \end_layout
17909
17910 \begin_layout Standard
17911 Este formato usa la ecuación 
17912 \begin_inset CommandInset ref
17913 LatexCommand eqref
17914 reference "eq:Wgn"
17915
17916 \end_inset
17917
17918  para calcular la anchura necesaria para que cada celda extendida tenga
17919  la misma anchura.
17920 \end_layout
17921
17922 \begin_layout Standard
17923 Ahora puedes introducir
17924 \end_layout
17925
17926 \begin_layout Standard
17927
17928 \series bold
17929 S{ancho de la celda multicolumna}{número de columnas extendidas}
17930 \end_layout
17931
17932 \begin_layout Standard
17933 como argumento LaTeX de la columna.
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \begin_inset VSpace bigskip
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \begin_layout Standard
17944 Para columnas coloreadas puedes definir
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \series bold
17950
17951 \backslash
17952 newcolumntype{K}[1]{>{
17953 \backslash
17954 columncolor{#1}
17955 \backslash
17956 hspace{0pt}}c}
17957 \end_layout
17958
17959 \begin_layout Standard
17960 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17961  horizontalmente.
17962  Ahora puedes introducir
17963 \end_layout
17964
17965 \begin_layout Standard
17966
17967 \series bold
17968 K{nombre del color}
17969 \end_layout
17970
17971 \begin_layout Standard
17972 como argumento LaTeX.
17973 \end_layout
17974
17975 \begin_layout Standard
17976 \begin_inset VSpace bigskip
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \begin_layout Standard
17983 Para crear el cuadro
17984 \begin_inset space ~
17985 \end_inset
17986
17987
17988 \begin_inset CommandInset ref
17989 LatexCommand ref
17990 reference "tab:Cuadro-con-formatos-definidos-por"
17991
17992 \end_inset
17993
17994  usa los argumentos LaTeX
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000 M{2.5cm}
18001 \end_layout
18002
18003 \begin_layout Standard
18004 para la primera columna y la multicolumna,
18005 \end_layout
18006
18007 \begin_layout Standard
18008
18009 \series bold
18010 K{red}
18011 \end_layout
18012
18013 \begin_layout Standard
18014 para la última columna y
18015 \end_layout
18016
18017 \begin_layout Standard
18018
18019 \series bold
18020 S{2.5cm}{2}
18021 \end_layout
18022
18023 \begin_layout Standard
18024 para las celdas en la segunda columna.
18025 \end_layout
18026
18027 \begin_layout Standard
18028 \begin_inset Float table
18029 placement h
18030 wide false
18031 sideways false
18032 status open
18033
18034 \begin_layout Plain Layout
18035 \begin_inset Caption
18036
18037 \begin_layout Plain Layout
18038 \begin_inset CommandInset label
18039 LatexCommand label
18040 name "tab:Cuadro-con-formatos-definidos-por"
18041
18042 \end_inset
18043
18044 Cuadro con formatos definidos por el usuario
18045 \end_layout
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Plain Layout
18053 \align center
18054 \begin_inset Tabular
18055 <lyxtabular version="3" rows="3" columns="4">
18056 <features tabularvalignment="middle">
18057 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18058 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18059 <column alignment="center" valignment="middle" width="0">
18060 <column alignment="center" valignment="middle" width="0" special="K{red}">
18061 <row>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 palabramuylargaenceldadecuadro
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 multicolumna línea múltiple
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 c
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 <row>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 d
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 e
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 f
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 g
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row>
18138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 h
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 i
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 j
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 k
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 </row>
18175 </lyxtabular>
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Subsection
18188 Grosor de líneas
18189 \begin_inset CommandInset label
18190 LatexCommand label
18191 name "sub:Grosor-de-Líneas"
18192
18193 \end_inset
18194
18195
18196 \begin_inset Index idx
18197 status open
18198
18199 \begin_layout Plain Layout
18200 Cuadros ! Personalización ! Grosor de línea
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \begin_layout Standard
18209 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
18210  
18211 \series bold
18212
18213 \backslash
18214 arrayrulewidth
18215 \series default
18216 .
18217  Por ejemplo, para poner un grosor de línea de 1.5
18218 \begin_inset space \thinspace{}
18219 \end_inset
18220
18221 pt, como en el cuadro
18222 \begin_inset space ~
18223 \end_inset
18224
18225
18226 \begin_inset CommandInset ref
18227 LatexCommand ref
18228 reference "tab:Cuadro-con-líneas"
18229
18230 \end_inset
18231
18232 , inserta el comando
18233 \end_layout
18234
18235 \begin_layout Standard
18236
18237 \series bold
18238
18239 \backslash
18240 setlength{
18241 \backslash
18242 arrayrulewidth}{1.5pt}
18243 \end_layout
18244
18245 \begin_layout Standard
18246 en código TeX antes del cuadro o flotante.
18247  Este cambio es válido para todos los siguientes cuadros.
18248  Para volver al valor predeterminado, define 
18249 \series bold
18250
18251 \backslash
18252 arrayrulewidth
18253 \series default
18254  a 0.4
18255 \begin_inset space \thinspace{}
18256 \end_inset
18257
18258 pt en código TeX detrás del cuadro o flotante.
18259 \end_layout
18260
18261 \begin_layout Standard
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 setlength{
18270 \backslash
18271 arrayrulewidth}{1.5pt}
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \begin_inset Float table
18278 wide false
18279 sideways false
18280 status open
18281
18282 \begin_layout Plain Layout
18283 \begin_inset Caption
18284
18285 \begin_layout Plain Layout
18286 \begin_inset CommandInset label
18287 LatexCommand label
18288 name "tab:Cuadro-con-líneas"
18289
18290 \end_inset
18291
18292 Cuadro con líneas de grosor 1.5
18293 \begin_inset space \thinspace{}
18294 \end_inset
18295
18296 pt
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Plain Layout
18305 \align center
18306 \begin_inset Tabular
18307 <lyxtabular version="3" rows="3" columns="3">
18308 <features tabularvalignment="middle">
18309 <column alignment="center" valignment="top" width="0">
18310 <column alignment="center" valignment="top" width="0">
18311 <column alignment="center" valignment="top" width="0">
18312 <row>
18313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 sd
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 sd
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 sd
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 </lyxtabular>
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \begin_inset ERT
18410 status collapsed
18411
18412 \begin_layout Plain Layout
18413
18414
18415 \backslash
18416 setlength{
18417 \backslash
18418 arrayrulewidth}{0.4pt}
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset VSpace bigskip
18428 \end_inset
18429
18430 Para definir un grosor de 1.5
18431 \begin_inset space \thinspace{}
18432 \end_inset
18433
18434 pt sólo para líneas horizontales, como en el cuadro
18435 \begin_inset space ~
18436 \end_inset
18437
18438
18439 \begin_inset CommandInset ref
18440 LatexCommand ref
18441 reference "tab:Cuadro-con-horizontales"
18442
18443 \end_inset
18444
18445 , inserta estos comandos en código TeX antes del cuadro o flotante:
18446 \end_layout
18447
18448 \begin_layout Standard
18449
18450 \series bold
18451
18452 \backslash
18453 let
18454 \backslash
18455 myHline
18456 \backslash
18457 hline
18458 \begin_inset Newline newline
18459 \end_inset
18460
18461
18462 \backslash
18463 renewcommand{
18464 \backslash
18465 hline}
18466 \begin_inset Newline newline
18467 \end_inset
18468
18469  {
18470 \backslash
18471 noalign{
18472 \backslash
18473 global
18474 \backslash
18475 arrayrulewidth 1.5pt}
18476 \begin_inset Newline newline
18477 \end_inset
18478
18479  
18480 \backslash
18481 myHline
18482 \backslash
18483 noalign{
18484 \backslash
18485 global
18486 \backslash
18487 arrayrulewidth 0.4pt}}
18488 \end_layout
18489
18490 \begin_layout Standard
18491 Para volver al grosor predeterminado, inserta este comando en código TeX
18492  detrás del cuadro o flotante:
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \series bold
18498
18499 \backslash
18500 renewcommand{
18501 \backslash
18502 hline}{
18503 \backslash
18504 myHline}
18505 \end_layout
18506
18507 \begin_layout Standard
18508 \begin_inset ERT
18509 status collapsed
18510
18511 \begin_layout Plain Layout
18512
18513
18514 \backslash
18515 let
18516 \backslash
18517 myHline
18518 \backslash
18519 hline
18520 \end_layout
18521
18522 \begin_layout Plain Layout
18523
18524
18525 \backslash
18526 renewcommand{
18527 \backslash
18528 hline}
18529 \end_layout
18530
18531 \begin_layout Plain Layout
18532
18533  {
18534 \backslash
18535 noalign{
18536 \backslash
18537 global
18538 \backslash
18539 arrayrulewidth 1.5pt}
18540 \end_layout
18541
18542 \begin_layout Plain Layout
18543
18544   
18545 \backslash
18546 myHline
18547 \backslash
18548 noalign{
18549 \backslash
18550 global
18551 \backslash
18552 arrayrulewidth 0.4pt}}
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \begin_inset Float table
18559 wide false
18560 sideways false
18561 status open
18562
18563 \begin_layout Plain Layout
18564 \begin_inset Caption
18565
18566 \begin_layout Plain Layout
18567 \begin_inset CommandInset label
18568 LatexCommand label
18569 name "tab:Cuadro-con-horizontales"
18570
18571 \end_inset
18572
18573 Cuadro con líneas horizontales de 1.5
18574 \begin_inset space \thinspace{}
18575 \end_inset
18576
18577 pt
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \end_layout
18584
18585 \begin_layout Plain Layout
18586 \align center
18587 \begin_inset Tabular
18588 <lyxtabular version="3" rows="3" columns="3">
18589 <features tabularvalignment="middle">
18590 <column alignment="center" valignment="top" width="0">
18591 <column alignment="center" valignment="top" width="0">
18592 <column alignment="center" valignment="top" width="0">
18593 <row>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 sd
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 </row>
18622 <row>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 sd
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 sd
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 </lyxtabular>
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \begin_inset ERT
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694
18695
18696 \backslash
18697 renewcommand{
18698 \backslash
18699 hline}{
18700 \backslash
18701 myHline}
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 \begin_inset VSpace bigskip
18711 \end_inset
18712
18713 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18714  siguiente formato de columna en el preámbulo del documento, de acuerdo
18715  con lo descrito en la sección
18716 \begin_inset space ~
18717 \end_inset
18718
18719
18720 \begin_inset CommandInset ref
18721 LatexCommand ref
18722 reference "sub:Formato-Personalizado"
18723
18724 \end_inset
18725
18726 :
18727 \end_layout
18728
18729 \begin_layout Standard
18730
18731 \series bold
18732
18733 \backslash
18734 newcolumntype{V}{!{
18735 \backslash
18736 vrule width 1.5pt}}
18737 \end_layout
18738
18739 \begin_layout Standard
18740 Para el cuadro
18741 \begin_inset space ~
18742 \end_inset
18743
18744
18745 \begin_inset CommandInset ref
18746 LatexCommand ref
18747 reference "tab:Cuadro-con-verticales"
18748
18749 \end_inset
18750
18751  se usó el argumento LaTeX
18752 \end_layout
18753
18754 \begin_layout Standard
18755
18756 \series bold
18757 VcV
18758 \end_layout
18759
18760 \begin_layout Standard
18761 para la última columna y
18762 \end_layout
18763
18764 \begin_layout Standard
18765
18766 \series bold
18767 Vc
18768 \end_layout
18769
18770 \begin_layout Standard
18771 para las otras.
18772 \end_layout
18773
18774 \begin_layout Standard
18775 \begin_inset Float table
18776 wide false
18777 sideways false
18778 status open
18779
18780 \begin_layout Plain Layout
18781 \begin_inset Caption
18782
18783 \begin_layout Plain Layout
18784 \begin_inset CommandInset label
18785 LatexCommand label
18786 name "tab:Cuadro-con-verticales"
18787
18788 \end_inset
18789
18790 Cuadro con líneas verticales de 1.5
18791 \begin_inset space \thinspace{}
18792 \end_inset
18793
18794 pt de grosor
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Plain Layout
18803 \align center
18804 \begin_inset Tabular
18805 <lyxtabular version="3" rows="3" columns="3">
18806 <features tabularvalignment="middle">
18807 <column alignment="center" valignment="top" width="0" special="Vc">
18808 <column alignment="center" valignment="top" width="0" special="Vc">
18809 <column alignment="center" valignment="top" width="0" special="VcV">
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 sd
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 </row>
18839 <row>
18840 <cell alignment="center" valignment="top" topline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 sd
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" topline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 </row>
18868 <row>
18869 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 sd
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 </row>
18897 </lyxtabular>
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \end_inset
18905
18906
18907 \end_layout
18908
18909 \begin_layout Subsection
18910 Líneas de trazos
18911 \begin_inset Index idx
18912 status open
18913
18914 \begin_layout Plain Layout
18915 Cuadros ! Personalización ! Líneas de trazos
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Standard
18924 \begin_inset ERT
18925 status collapsed
18926
18927 \begin_layout Plain Layout
18928
18929
18930 \backslash
18931 ifarydshln
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \begin_inset Note Note
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18942  LaTeX 
18943 \series bold
18944 arydshln
18945 \series default
18946 .
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 \begin_inset Float table
18956 placement H
18957 wide false
18958 sideways false
18959 status open
18960
18961 \begin_layout Plain Layout
18962 \begin_inset Caption
18963
18964 \begin_layout Plain Layout
18965 \begin_inset CommandInset label
18966 LatexCommand label
18967 name "tab:Cuadro-con-trazos"
18968
18969 \end_inset
18970
18971 Cuadro con líneas de trazos
18972 \end_layout
18973
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \begin_layout Plain Layout
18980 \align center
18981 \begin_inset Tabular
18982 <lyxtabular version="3" rows="5" columns="5">
18983 <features tabularvalignment="middle">
18984 <column alignment="center" valignment="top" width="0">
18985 <column alignment="center" valignment="top" width="0">
18986 <column alignment="center" valignment="top" width="0" special=":c">
18987 <column alignment="center" valignment="top" width="0">
18988 <column alignment="center" valignment="top" width="0">
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 a
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003 b
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 c
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 d
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030 e
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 </row>
19036 <row>
19037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041 f
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 g
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 h
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 i
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 j
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 \begin_inset ERT
19089 status collapsed
19090
19091 \begin_layout Plain Layout
19092
19093
19094 \backslash
19095 hdashline 
19096 \end_layout
19097
19098 \end_inset
19099
19100 k
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 l
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 m
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 n
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 o
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset ERT
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151
19152
19153 \backslash
19154 cdashline{4-5}
19155 \end_layout
19156
19157 \end_inset
19158
19159 p
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168 q
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 r
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 s
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 </row>
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 t
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 u
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 v
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 w
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 x
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 </lyxtabular>
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Standard
19261 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19262  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19263 \series bold
19264 arydshln
19265 \series default
19266
19267 \begin_inset Index idx
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 LaTeX-paquetes ! arydshln
19272 \end_layout
19273
19274 \end_inset
19275
19276  con el comando 
19277 \end_layout
19278
19279 \begin_layout Standard
19280
19281 \series bold
19282
19283 \backslash
19284 usepackage{arydshln}
19285 \end_layout
19286
19287 \begin_layout Standard
19288 Para hacer una línea vertical a trazos, introduce dos puntos «
19289 \series bold
19290 :
19291 \series default
19292 » junto con el carácter para alineación horizontal como argumento LaTeX
19293  en el diálogo de celdas de cuadros.
19294 \end_layout
19295
19296 \begin_layout Standard
19297 Para una línea de trazos horizontal añade el comando
19298 \end_layout
19299
19300 \begin_layout Standard
19301
19302 \series bold
19303
19304 \backslash
19305 hdashline
19306 \end_layout
19307
19308 \begin_layout Standard
19309 en código TeX como primer elemento de la primera celda en la fila.
19310 \end_layout
19311
19312 \begin_layout Standard
19313 Para líneas de trazos en multicolumna usa el comando
19314 \end_layout
19315
19316 \begin_layout Standard
19317
19318 \series bold
19319
19320 \backslash
19321 cdashline{número de líneas}
19322 \end_layout
19323
19324 \begin_layout Standard
19325 en código TeX como primer elemento de la primera celda en la fila.
19326  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19327  4 y quieres una línea de trazos por encima, añade el comando
19328 \end_layout
19329
19330 \begin_layout Standard
19331
19332 \series bold
19333
19334 \backslash
19335 cdashline{2-4}
19336 \end_layout
19337
19338 \begin_layout Standard
19339 como primer elemento de la primera celda en la fila de la multicolumna.
19340 \end_layout
19341
19342 \begin_layout Standard
19343 \begin_inset VSpace bigskip
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \begin_layout Standard
19350 El cuadro
19351 \begin_inset space ~
19352 \end_inset
19353
19354
19355 \begin_inset CommandInset ref
19356 LatexCommand ref
19357 reference "tab:Cuadro-con-trazos"
19358
19359 \end_inset
19360
19361  se ha hecho usando «
19362 \series bold
19363 :c
19364 \series default
19365 » como argumento LaTeX de la tercera columna.
19366  El comando en código TeX 
19367 \series bold
19368
19369 \backslash
19370 hdashline
19371 \series default
19372  se ha insertado en la primera celda de la tercera fila y el comando en
19373  código TeX
19374 \begin_inset Newline newline
19375 \end_inset
19376
19377
19378 \series bold
19379
19380 \backslash
19381 cdashline{4-5}
19382 \series default
19383  en la primera celda de la cuarta fila.
19384 \end_layout
19385
19386 \begin_layout Standard
19387 \begin_inset Note Greyedout
19388 status open
19389
19390 \begin_layout Plain Layout
19391
19392 \series bold
19393 Nota:
19394 \series default
19395  Aparentemente el paquete LaTeX 
19396 \series bold
19397 arydshln
19398 \series default
19399  no es compatible con el paquete LaTeX 
19400 \series bold
19401 colortbl
19402 \series default
19403
19404 \begin_inset Index idx
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408 LaTeX-paquetes ! colortbl
19409 \end_layout
19410
19411 \end_inset
19412
19413  que se usa para cuadros coloreados en la sección
19414 \begin_inset space ~
19415 \end_inset
19416
19417
19418 \begin_inset CommandInset ref
19419 LatexCommand ref
19420 reference "sec:Cuadros-Coloreados"
19421
19422 \end_inset
19423
19424 .
19425  Esto implica que los cuadros coloreados no pueden tener líneas de trazos.
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \begin_layout Standard
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441 else
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \begin_inset Note Note
19448 status collapsed
19449
19450 \begin_layout Plain Layout
19451 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19452  
19453 \series bold
19454 arydshln
19455 \series default
19456 .
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 Debes instalar el paquete LaTeX 
19466 \series bold
19467 arydshln
19468 \series default
19469  para ver la parte siguiente en la salida.
19470 \end_layout
19471
19472 \begin_layout Standard
19473 \begin_inset ERT
19474 status collapsed
19475
19476 \begin_layout Plain Layout
19477
19478
19479 \backslash
19480 fi
19481 \end_layout
19482
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \begin_layout Chapter
19489 Flotantes
19490 \begin_inset CommandInset label
19491 LatexCommand label
19492 name "chap:Flotantes"
19493
19494 \end_inset
19495
19496
19497 \begin_inset Index idx
19498 status collapsed
19499
19500 \begin_layout Plain Layout
19501 Flotantes
19502 \end_layout
19503
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \begin_layout Section
19510 Introducción
19511 \begin_inset CommandInset label
19512 LatexCommand label
19513 name "sec:Introducción-Flotantes"
19514
19515 \end_inset
19516
19517
19518 \begin_inset Index idx
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522 Flotantes ! Introducción
19523 \end_layout
19524
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \begin_layout Standard
19531 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19532  no tiene posición fija.
19533  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19534  Las 
19535 \family sans
19536 Notas
19537 \begin_inset space ~
19538 \end_inset
19539
19540 al
19541 \begin_inset space ~
19542 \end_inset
19543
19544 pie
19545 \family default
19546  y 
19547 \family sans
19548 Notas
19549 \begin_inset space ~
19550 \end_inset
19551
19552 al
19553 \begin_inset space ~
19554 \end_inset
19555
19556 margen
19557 \family default
19558  también son flotantes, porque pueden flotar a la página siguiente cuando
19559  hay demasiadas notas en la página.
19560 \end_layout
19561
19562 \begin_layout Standard
19563 Los flotantes permiten composiciones de alta calidad.
19564  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
19565  para impedir espacios en blanco y páginas sin texto.
19566  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
19567  cada flotante puede ser referenciado en el texto.
19568  Por lo tanto los flotantes están numerados.
19569  Las referencias se describen en la sección
19570 \begin_inset space ~
19571 \end_inset
19572
19573
19574 \begin_inset CommandInset ref
19575 LatexCommand ref
19576 reference "sec:Referencias-a-Flotantes"
19577
19578 \end_inset
19579
19580 .
19581 \end_layout
19582
19583 \begin_layout Standard
19584 Para insertar un flotante, usa el menú 
19585 \family sans
19586 Insertar\SpecialChar \menuseparator
19587 Flotante
19588 \family default
19589 .
19590  Esto inserta una 
19591 \family sans
19592 Leyenda,
19593 \family default
19594  un cuadro con una etiqueta.
19595  La etiqueta se traducirá automáticamente al idioma del documento.
19596  Tras la etiqueta puedes insertar el texto de la leyenda.
19597  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
19598  separado dentro del flotante.
19599  La colocación de leyendas se describe en la sección
19600 \begin_inset space ~
19601 \end_inset
19602
19603
19604 \begin_inset CommandInset ref
19605 LatexCommand ref
19606 reference "sec:Colocación-de-leyendas"
19607
19608 \end_inset
19609
19610 .
19611  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19612  con clic izquierdo sobre él.
19613  Un cuadro cerrado se muestra así: 
19614 \begin_inset Graphics
19615         filename clipart/flotanteQt4.png
19616         scale 70
19617
19618 \end_inset
19619
19620  —un cuadro gris con etiqueta en rojo—.
19621 \end_layout
19622
19623 \begin_layout Standard
19624 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19625  errores de LaTeX si el texto circundante se formatea de modo especial.
19626 \end_layout
19627
19628 \begin_layout Standard
19629 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
19630  y pinchando el botón correspondiente de la barra de herramientas para un
19631  flotante nuevo.
19632 \end_layout
19633
19634 \begin_layout Section
19635 Tipos de flotantes
19636 \end_layout
19637
19638 \begin_layout Standard
19639 Además de los flotantes de imagen y de cuadro que se describen en la sección
19640 \begin_inset space ~
19641 \end_inset
19642
19643
19644 \begin_inset CommandInset ref
19645 LatexCommand ref
19646 reference "sec:Figuras-Flotantes"
19647
19648 \end_inset
19649
19650  y 
19651 \begin_inset CommandInset ref
19652 LatexCommand ref
19653 reference "sec:Cuadros-Flotantes"
19654
19655 \end_inset
19656
19657 , respectivamente, LyX ofrece los tipos 
19658 \family sans
19659 Algoritmo
19660 \family default
19661  y 
19662 \family sans
19663 Envoltorio
19664 \family default
19665 .
19666  Lo último se explica en la sec.
19667 \begin_inset space \thinspace{}
19668 \end_inset
19669
19670
19671 \begin_inset CommandInset ref
19672 LatexCommand ref
19673 reference "sec:Flotantes-envueltos"
19674
19675 \end_inset
19676
19677 .
19678 \end_layout
19679
19680 \begin_layout Subsection
19681 Algoritmos flotantes
19682 \begin_inset Index idx
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686 Flotantes ! Algoritmos
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \begin_inset CommandInset label
19693 LatexCommand label
19694 name "sub:Algoritmos-Flotantes"
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Standard
19702 \begin_inset Float algorithm
19703 placement h
19704 wide false
19705 sideways false
19706 status open
19707
19708 \begin_layout Plain Layout
19709 \begin_inset Caption
19710
19711 \begin_layout Plain Layout
19712 \begin_inset CommandInset label
19713 LatexCommand label
19714 name "alg:Ejemplo-de-Algoritmo-flotante"
19715
19716 \end_inset
19717
19718 Ejemplo de algoritmo flotante
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \begin_layout LyX-Code
19727 for I in 1..N loop
19728 \begin_inset Newline newline
19729 \end_inset
19730
19731  Sum:= Sum + A(I); /*comment*/
19732 \begin_inset Newline newline
19733 \end_inset
19734
19735 end loop
19736 \begin_inset VSpace -4mm
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \begin_layout Standard
19748 Este tipo de flotante se inserta con el menú 
19749 \family sans
19750 Insertar\SpecialChar \menuseparator
19751 Flotante\SpecialChar \menuseparator
19752 Algoritmo
19753 \family default
19754 .
19755  Se usa para códigos y descripciones de algoritmos y se puede considerar
19756  una alternativa al listado de código de programa, que se explica en el
19757  capítulo
19758 \begin_inset space ~
19759 \end_inset
19760
19761
19762 \begin_inset CommandInset ref
19763 LatexCommand ref
19764 reference "cap:Listado-de-programa"
19765
19766 \end_inset
19767
19768 .
19769  Un posible entorno para algoritmos es 
19770 \family sans
19771 Código-LyX
19772 \family default
19773 , descrito en la 
19774 \emph on
19775 Guía del usuario
19776 \emph default
19777  de LyX.
19778  El algoritmo
19779 \begin_inset space ~
19780 \end_inset
19781
19782
19783 \begin_inset CommandInset ref
19784 LatexCommand ref
19785 reference "alg:Ejemplo-de-Algoritmo-flotante"
19786
19787 \end_inset
19788
19789  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19790  vertical de -4
19791 \begin_inset space \thinspace{}
19792 \end_inset
19793
19794 mm al final para tener la línea inferior exactamente bajo la última línea
19795  de texto.
19796 \end_layout
19797
19798 \begin_layout Standard
19799 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19800  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19801 \end_layout
19802
19803 \begin_layout Standard
19804
19805 \series bold
19806
19807 \backslash
19808 floatname{algorithm}{nombre}
19809 \end_layout
19810
19811 \begin_layout Standard
19812 donde 
19813 \family sans
19814 nombre
19815 \family default
19816  es la palabra «
19817 \emph on
19818 algoritmo
19819 \emph default
19820 » en el idioma deseado.
19821 \end_layout
19822
19823 \begin_layout Standard
19824 Para insertar el índice de algoritmos puedes usar el menú 
19825 \family sans
19826 Insertar\SpecialChar \menuseparator
19827 Índice\SpecialChar \menuseparator
19828 Índice de algoritmos
19829 \family default
19830 , si el documento está en el mismo idioma que los menús de LyX.
19831  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19832 \end_layout
19833
19834 \begin_layout Standard
19835
19836 \series bold
19837
19838 \backslash
19839 listof{algorithm}{nombre}
19840 \end_layout
19841
19842 \begin_layout Standard
19843 donde 
19844 \family sans
19845 nombre
19846 \family default
19847  es, por ejemplo, «
19848 \emph on
19849 Índice de algoritmos
19850 \emph default
19851 » en el idioma del documento.
19852 \end_layout
19853
19854 \begin_layout Standard
19855 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19856  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
19857 itmo».
19858  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19859  documento:
19860 \end_layout
19861
19862 \begin_layout Standard
19863
19864 \series bold
19865
19866 \backslash
19867 numberwithin{algorithm}{chapter}
19868 \end_layout
19869
19870 \begin_layout Standard
19871 Para poder usar el comando 
19872 \series bold
19873
19874 \backslash
19875 numberwithin
19876 \series default
19877 , marca la opción 
19878 \family sans
19879 Usar
19880 \begin_inset space ~
19881 \end_inset
19882
19883 el
19884 \begin_inset space ~
19885 \end_inset
19886
19887 paquete
19888 \begin_inset space ~
19889 \end_inset
19890
19891 AMS
19892 \family default
19893  en el menú 
19894 \family sans
19895 Documento\SpecialChar \menuseparator
19896 Configuración\SpecialChar \menuseparator
19897 Opciones para ecuaciones
19898 \family default
19899 .
19900 \end_layout
19901
19902 \begin_layout Section
19903 Numeración de flotantes
19904 \begin_inset Index idx
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908 Flotantes ! Numeración
19909 \end_layout
19910
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \begin_layout Standard
19917 En general, los flotantes se numeran independientemente de las secciones
19918  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19919  dependiendo de la clase de documento utilizada.
19920 \end_layout
19921
19922 \begin_layout Standard
19923 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19924  comando en el preámbulo del documento:
19925 \end_layout
19926
19927 \begin_layout Standard
19928
19929 \series bold
19930
19931 \backslash
19932 renewcommand{
19933 \backslash
19934 thetable}{
19935 \backslash
19936 roman{table}}
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 thetable 
19945 \series default
19946 es el comando que imprime el número del cuadro, para figuras flotantes el
19947  comando sería 
19948 \series bold
19949
19950 \backslash
19951 thefigure
19952 \series default
19953 .
19954  El comando 
19955 \series bold
19956
19957 \backslash
19958 roman
19959 \series default
19960  imprime el número de cuadro en números romanos en minúscula.
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19965  usa este comando en el preámbulo:
19966 \end_layout
19967
19968 \begin_layout Standard
19969
19970 \series bold
19971
19972 \backslash
19973 numberwithin{table}{subsection}
19974 \end_layout
19975
19976 \begin_layout Standard
19977 Para poder usar el comando 
19978 \series bold
19979
19980 \backslash
19981 numberwithin
19982 \series default
19983 , debes marcar la opción 
19984 \family sans
19985 Usar
19986 \begin_inset space ~
19987 \end_inset
19988
19989 el
19990 \begin_inset space ~
19991 \end_inset
19992
19993 paquete
19994 \begin_inset space ~
19995 \end_inset
19996
19997 AMS 
19998 \family default
19999 en el apartado 
20000 \family sans
20001 Opciones para ecuaciones 
20002 \family default
20003 de las preferencias del documento.
20004 \end_layout
20005
20006 \begin_layout Standard
20007 Puedes ver más detalles y notas importantes sobre comandos de numeración
20008  en la sección
20009 \begin_inset space ~
20010 \end_inset
20011
20012
20013 \begin_inset CommandInset ref
20014 LatexCommand ref
20015 reference "sub:Numeración-de-Notas-al-Pie"
20016
20017 \end_inset
20018
20019 .
20020 \end_layout
20021
20022 \begin_layout Section
20023 Referencias a flotantes
20024 \begin_inset CommandInset label
20025 LatexCommand label
20026 name "sec:Referencias-a-Flotantes"
20027
20028 \end_inset
20029
20030
20031 \begin_inset Index idx
20032 status collapsed
20033
20034 \begin_layout Plain Layout
20035 Flotantes ! Referencias
20036 \end_layout
20037
20038 \end_inset
20039
20040
20041 \begin_inset Index idx
20042 status collapsed
20043
20044 \begin_layout Plain Layout
20045 Referencias
20046 \end_layout
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \begin_layout Standard
20054 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20055  menú 
20056 \family sans
20057 Insertar\SpecialChar \menuseparator
20058 Etiqueta
20059 \family default
20060  o el botón 
20061 \begin_inset Graphics
20062         filename ../../images/label-insert.png
20063         scale 85
20064
20065 \end_inset
20066
20067 .
20068  Aparece una ventana esperando la introducción del texto de la etiqueta
20069  y se inserta un cuadro gris como este: 
20070 \begin_inset Graphics
20071         filename clipart/etiquetaQt4.png
20072         scale 85
20073
20074 \end_inset
20075
20076 .
20077  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20078  El prefijo depende del tipo de flotante, p.
20079 \begin_inset space \thinspace{}
20080 \end_inset
20081
20082 e.
20083 \begin_inset space ~
20084 \end_inset
20085
20086 para figuras el prefijo será «
20087 \family sans
20088 fig:
20089 \family default
20090 ».
20091 \end_layout
20092
20093 \begin_layout Standard
20094 La etiqueta se usa como ancla y el nombre para la referencia.
20095  Puedes referenciar la etiqueta usando el menú 
20096 \family sans
20097 Insertar\SpecialChar \menuseparator
20098 Referencia
20099 \family default
20100
20101 \begin_inset space ~
20102 \end_inset
20103
20104
20105 \family sans
20106 cruzada
20107 \family default
20108  o el botón 
20109 \begin_inset Graphics
20110         filename ../../images/dialog-show-new-inset_ref.png
20111         scale 85
20112
20113 \end_inset
20114
20115 .
20116  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20117  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
20118  trabajando de la lista desplegable de la parte superior del diálogo.
20119  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20120  Se inserta un cuadro gris como este: 
20121 \begin_inset Graphics
20122         filename clipart/referenciaQt4.png
20123         scale 85
20124
20125 \end_inset
20126
20127 .
20128  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Se recomienda poner un espacio protegido entre el nombre de la referencia
20133  cruzada y su número para evitar saltos de línea entre ellos.
20134  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20135  dos interrogaciones en la salida.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20140  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20141  al texto de la etiqueta nueva, no te preocupes por eso.
20142 \end_layout
20143
20144 \begin_layout Standard
20145 El botón 
20146 \family sans
20147 Ir
20148 \begin_inset space ~
20149 \end_inset
20150
20151 a
20152 \begin_inset space ~
20153 \end_inset
20154
20155 la
20156 \begin_inset space ~
20157 \end_inset
20158
20159 etiqueta
20160 \family default
20161  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20162  y el texto del botón cambia a 
20163 \family sans
20164 Volver
20165 \family default
20166 , con el que se puede retornar a la referencia.
20167  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20168  hasta la etiqueta pero sin opción de volver.
20169 \end_layout
20170
20171 \begin_layout Subsection
20172 Formatos de referencia cruzada
20173 \begin_inset CommandInset label
20174 LatexCommand label
20175 name "sub:Formatos-referencia-cruzada"
20176
20177 \end_inset
20178
20179
20180 \begin_inset Index idx
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 Referencias ! Formatos
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \begin_layout Standard
20193 Hay seis variedades de referencias cruzadas:
20194 \end_layout
20195
20196 \begin_layout Description
20197 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20198  
20199 \begin_inset CommandInset ref
20200 LatexCommand ref
20201 reference "fig:Dos-imágenes-distorsionadas"
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Description
20209 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20210  habitual para referirse a fórmulas, especialmente si se omite el nombre
20211  «Ecuación»: 
20212 \begin_inset CommandInset ref
20213 LatexCommand eqref
20214 reference "eq:Wgn"
20215
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Description
20222 <página>: imprime el número de página: Página
20223 \begin_inset space ~
20224 \end_inset
20225
20226
20227 \begin_inset CommandInset ref
20228 LatexCommand pageref
20229 reference "fig:Dos-imágenes-distorsionadas"
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Description
20237 en
20238 \begin_inset space ~
20239 \end_inset
20240
20241 página
20242 \begin_inset space ~
20243 \end_inset
20244
20245 <página>: imprime el texto «en la página» y el número de página: 
20246 \begin_inset CommandInset ref
20247 LatexCommand vpageref
20248 reference "fig:Dos-imágenes-distorsionadas"
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Description
20256 <referencia>
20257 \begin_inset space ~
20258 \end_inset
20259
20260 en
20261 \begin_inset space ~
20262 \end_inset
20263
20264 página
20265 \begin_inset space ~
20266 \end_inset
20267
20268 <página>: imprime el número flotante, el texto «en la página» y el número
20269  de página: 
20270 \begin_inset CommandInset ref
20271 LatexCommand vref
20272 reference "fig:Dos-imágenes-distorsionadas"
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Description
20280 Referencia
20281 \begin_inset space ~
20282 \end_inset
20283
20284 con
20285 \begin_inset space ~
20286 \end_inset
20287
20288 formato: imprime un formato personalizado.
20289 \begin_inset Newline newline
20290 \end_inset
20291
20292
20293 \begin_inset Note Greyedout
20294 status open
20295
20296 \begin_layout Plain Layout
20297
20298 \series bold
20299 Nota:
20300 \series default
20301  Esta característica sólo está disponible si está instalado el paquete LaTeX
20302  
20303 \series bold
20304 prettyref
20305 \series default
20306  o 
20307 \series bold
20308 refstyle
20309 \series default
20310 .
20311 \begin_inset Index idx
20312 status collapsed
20313
20314 \begin_layout Plain Layout
20315 LaTeX-paquetes ! prettyref
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \begin_inset Index idx
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325 LaTeX-paquetes ! refstyle
20326 \end_layout
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \begin_inset Newline newline
20337 \end_inset
20338
20339 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20340  la opción 
20341 \family sans
20342 Usar refstyle (no prettyref) para las referencias cruzadas
20343 \family default
20344  en el menú 
20345 \family sans
20346 Documento\SpecialChar \menuseparator
20347 Configuración\SpecialChar \menuseparator
20348 Clase de documento
20349 \family default
20350 .
20351  El formato se especifica añadiendo el comando 
20352 \series bold
20353
20354 \backslash
20355 newrefformat
20356 \series default
20357  (prettyref) o 
20358 \series bold
20359
20360 \backslash
20361 newref
20362 \series default
20363  (refstyle) en el preámbulo del documento.
20364  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20365  la etiqueta 
20366 \begin_inset Quotes fld
20367 \end_inset
20368
20369
20370 \family sans
20371 fig
20372 \family default
20373
20374 \begin_inset Quotes frd
20375 \end_inset
20376
20377 ) se usa el comando
20378 \begin_inset Newline newline
20379 \end_inset
20380
20381
20382 \series bold
20383
20384 \backslash
20385 newref{fig}{refcmd={Imagen en la página 
20386 \backslash
20387 pageref{#1}}}
20388 \series default
20389
20390 \begin_inset Newline newline
20391 \end_inset
20392
20393 Para más información sobre este formato echa un vistazo a la documentación
20394  de
20395 \begin_inset space ~
20396 \end_inset
20397
20398
20399 \begin_inset CommandInset citation
20400 LatexCommand cite
20401 key "prettyref,refstyle"
20402
20403 \end_inset
20404
20405 .
20406 \end_layout
20407
20408 \begin_layout Description
20409 Referencia
20410 \begin_inset space ~
20411 \end_inset
20412
20413 textual: imprime la leyenda de la referencia: 
20414 \begin_inset CommandInset ref
20415 LatexCommand nameref
20416 reference "fig:Dos-imágenes-distorsionadas"
20417
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \begin_layout Standard
20424
20425 \family sans
20426 <página>
20427 \family default
20428
20429 \begin_inset space \thinspace{}
20430 \end_inset
20431
20432  no imprime el número si la etiqueta está en la misma página, en la anterior
20433  o en la siguiente.
20434  En su lugar verás p.
20435 \begin_inset space \thinspace{}
20436 \end_inset
20437
20438 e.
20439 \begin_inset space ~
20440 \end_inset
20441
20442 el texto «
20443 \family sans
20444 en esta página
20445 \family default
20446 ».
20447  El estilo 
20448 \family sans
20449 <referencia>
20450 \begin_inset space ~
20451 \end_inset
20452
20453 en
20454 \begin_inset space ~
20455 \end_inset
20456
20457 página
20458 \begin_inset space ~
20459 \end_inset
20460
20461 <página> 
20462 \family default
20463 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20464 \end_layout
20465
20466 \begin_layout Standard
20467 El número y página actual de la parte del documento referida es automáticamente
20468  calculado por LaTeX en la salida.
20469  Las variedades se ajustan en el campo 
20470 \family sans
20471 Formato
20472 \family default
20473  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20474 \end_layout
20475
20476 \begin_layout Standard
20477 \begin_inset Note Greyedout
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481
20482 \series bold
20483 Nota: 
20484 \series default
20485 Se recomienda usar el paquete LaTeX 
20486 \series bold
20487 refstyle
20488 \series default
20489
20490 \begin_inset Index idx
20491 status collapsed
20492
20493 \begin_layout Plain Layout
20494 LaTeX-paquetes ! refstyle
20495 \end_layout
20496
20497 \end_inset
20498
20499  porque 
20500 \series bold
20501 prettyref
20502 \series default
20503
20504 \begin_inset Index idx
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508 LaTeX-paquetes ! prettyref
20509 \end_layout
20510
20511 \end_inset
20512
20513  no reconoce todas las abreviaturas de etiquetas
20514 \begin_inset Foot
20515 status collapsed
20516
20517 \begin_layout Plain Layout
20518 \begin_inset Quotes fld
20519 \end_inset
20520
20521 fig:
20522 \begin_inset Quotes frd
20523 \end_inset
20524
20525 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20526  figuras.
20527 \end_layout
20528
20529 \end_inset
20530
20531  posibles en LyX y no está internacionalizado.
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \begin_layout Standard
20540 \begin_inset Note Greyedout
20541 status open
20542
20543 \begin_layout Plain Layout
20544
20545 \series bold
20546 Nota:
20547 \series default
20548  Debido a un fallo en el paquete LaTeX 
20549 \series bold
20550 varioref
20551 \series default
20552  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20553  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20554  el francés).
20555  Para una solución provisional, véase 
20556 \begin_inset Newline newline
20557 \end_inset
20558
20559
20560 \begin_inset CommandInset href
20561 LatexCommand href
20562 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20563
20564 \end_inset
20565
20566 .
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \begin_layout Subsection
20575 Designación automática de referencias
20576 \begin_inset Index idx
20577 status collapsed
20578
20579 \begin_layout Plain Layout
20580 Referencias ! Designación automática
20581 \end_layout
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \begin_layout Standard
20589 El paquete LaTeX 
20590 \series bold
20591 hyperref
20592 \series default
20593
20594 \begin_inset Index idx
20595 status collapsed
20596
20597 \begin_layout Plain Layout
20598 LaTeX-paquetes ! hyperref
20599 \end_layout
20600
20601 \end_inset
20602
20603 , que se habilita en 
20604 \family sans
20605 Propiedades PDF
20606 \family default
20607  del diálogo 
20608 \family sans
20609 Documento\SpecialChar \menuseparator
20610 Configuración
20611 \family default
20612 , dispone de una característica muy útil que permite incluir automáticamente
20613  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20614  de texto como 
20615 \emph on
20616 sección
20617 \emph default
20618 ).
20619  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
20620  cada referencia a una figura.
20621  Para usar esta característica habilita el soporte para 
20622 \series bold
20623 hyperref
20624 \series default
20625  e inserta la siguiente línea en el preámbulo LaTeX:
20626 \end_layout
20627
20628 \begin_layout Standard
20629
20630 \series bold
20631
20632 \backslash
20633 AtBeginDocument{
20634 \backslash
20635 renewcommand{
20636 \backslash
20637 ref}[1]{
20638 \backslash
20639 mbox{
20640 \backslash
20641 autoref{#1}}}}
20642 \end_layout
20643
20644 \begin_layout Standard
20645 Si prefieres otros nombres para las referencias distintos de los predeterminados
20646 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20647  lo siguiente en el preámbulo:
20648 \end_layout
20649
20650 \begin_layout Standard
20651
20652 \series bold
20653
20654 \backslash
20655 addto
20656 \backslash
20657 extrasenglish{
20658 \backslash
20659 renewcommand{
20660 \backslash
20661 sectionautorefname}
20662 \begin_inset Newline newline
20663 \end_inset
20664
20665
20666 \begin_inset Phantom HPhantom
20667 status open
20668
20669 \begin_layout Plain Layout
20670
20671 \series bold
20672 \begin_inset space ~
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679
20680 {sec.
20681 \backslash
20682 negthinspace}}
20683 \end_layout
20684
20685 \begin_layout Standard
20686 Si estás usando un idioma de documento distinto del inglés, reemplaza
20687 \begin_inset Newline newline
20688 \end_inset
20689
20690  
20691 \series bold
20692
20693 \backslash
20694 extrasenglish
20695 \series default
20696  por
20697 \series bold
20698  
20699 \backslash
20700 extras***
20701 \series default
20702 , donde *** es el nombre del idioma utilizado.
20703 \end_layout
20704
20705 \begin_layout Standard
20706 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20707  por ejemplo no para ecuaciones, usa este código de preámbulo:
20708 \end_layout
20709
20710 \begin_layout Standard
20711
20712 \series bold
20713
20714 \backslash
20715 newlength{
20716 \backslash
20717 abc}
20718 \begin_inset Newline newline
20719 \end_inset
20720
20721
20722 \backslash
20723 settowidth{
20724 \backslash
20725 abc}{
20726 \backslash
20727 space}
20728 \begin_inset Newline newline
20729 \end_inset
20730
20731
20732 \backslash
20733 addto
20734 \backslash
20735 extrasenglish{
20736 \backslash
20737 renewcommand{
20738 \backslash
20739 equationautorefname}
20740 \begin_inset Newline newline
20741 \end_inset
20742
20743
20744 \begin_inset Phantom HPhantom
20745 status open
20746
20747 \begin_layout Plain Layout
20748
20749 \series bold
20750 \begin_inset space ~
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757
20758 {
20759 \backslash
20760 hspace{-
20761 \backslash
20762 abc}}
20763 \end_layout
20764
20765 \begin_layout Standard
20766 En la documentación de 
20767 \series bold
20768 hyperref
20769 \series default
20770  
20771 \begin_inset CommandInset citation
20772 LatexCommand cite
20773 key "hyperref"
20774
20775 \end_inset
20776
20777  puedes encontrar más información.
20778
20779 \series bold
20780  
20781 \end_layout
20782
20783 \begin_layout Standard
20784 \begin_inset Note Greyedout
20785 status open
20786
20787 \begin_layout Plain Layout
20788
20789 \series bold
20790 Nota:
20791 \series default
20792  La designación automática de referencias no puede usarse en el estilo 
20793 \family sans
20794 Referencia
20795 \begin_inset space ~
20796 \end_inset
20797
20798 con
20799 \begin_inset space ~
20800 \end_inset
20801
20802 formato
20803 \family default
20804 , descrita en la sección
20805 \begin_inset space ~
20806 \end_inset
20807
20808
20809 \begin_inset CommandInset ref
20810 LatexCommand ref
20811 reference "sub:Formatos-referencia-cruzada"
20812
20813 \end_inset
20814
20815 .
20816 \end_layout
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \begin_layout Standard
20824 El manual 
20825 \emph on
20826 Ecuaciones
20827 \emph default
20828  es un ejemplo de documento en el que se ha utilizado designación automática
20829  de referencias.
20830 \end_layout
20831
20832 \begin_layout Subsection
20833 Colocación de referencias
20834 \begin_inset CommandInset label
20835 LatexCommand label
20836 name "sub:Colocación-de-Referencias"
20837
20838 \end_inset
20839
20840
20841 \begin_inset Index idx
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845 Referencias ! Colocación
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Standard
20854 Si usas 
20855 \series bold
20856 hyperref
20857 \series default
20858
20859 \begin_inset Index idx
20860 status collapsed
20861
20862 \begin_layout Plain Layout
20863 LaTeX-paquetes ! hyperref
20864 \end_layout
20865
20866 \end_inset
20867
20868 , en las 
20869 \family sans
20870 Preferencias PDF 
20871 \family default
20872 del diálogo 
20873 \family sans
20874 Documento\SpecialChar \menuseparator
20875 Configuración
20876 \family default
20877 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20878  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20879  La leyenda será la primera parte del texto en pantalla, de forma que para
20880  ver la imagen debes deslizar.
20881  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20882  Usando el paquete 
20883 \series bold
20884 hypcap
20885 \series default
20886
20887 \begin_inset Index idx
20888 status collapsed
20889
20890 \begin_layout Plain Layout
20891 LaTeX-paquetes ! hypcap
20892 \end_layout
20893
20894 \end_inset
20895
20896 , que forma parte del paquete LaTeX 
20897 \series bold
20898 oberdiek
20899 \series default
20900
20901 \begin_inset Index idx
20902 status collapsed
20903
20904 \begin_layout Plain Layout
20905 LaTeX-paquetes ! oberdiek
20906 \end_layout
20907
20908 \end_inset
20909
20910 , el ancla de enlace se sitúa al comienzo de un flotante.
20911  Para usar esta característica para figuras flotantes carga 
20912 \series bold
20913 hypcap
20914 \series default
20915  en el preámbulo con
20916 \end_layout
20917
20918 \begin_layout Standard
20919
20920 \series bold
20921
20922 \backslash
20923 usepackage[figure]{hypcap}
20924 \end_layout
20925
20926 \begin_layout Standard
20927 Puedes usar 
20928 \series bold
20929 hypcap
20930 \series default
20931  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20932  Más información en el manual de 
20933 \series bold
20934 hypcap
20935 \series default
20936  
20937 \begin_inset CommandInset citation
20938 LatexCommand cite
20939 key "hypcap"
20940
20941 \end_inset
20942
20943 .
20944 \end_layout
20945
20946 \begin_layout Standard
20947 \begin_inset Note Greyedout
20948 status open
20949
20950 \begin_layout Plain Layout
20951
20952 \series bold
20953 Nota:
20954 \series default
20955  
20956 \series bold
20957 hypcap
20958 \series default
20959  no funciona para las referencias a subfiguras.
20960 \end_layout
20961
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \begin_layout Section
20968 Colocación de flotantes
20969 \begin_inset CommandInset label
20970 LatexCommand label
20971 name "sec:Colocación-de-Flotantes"
20972
20973 \end_inset
20974
20975
20976 \begin_inset Index idx
20977 status collapsed
20978
20979 \begin_layout Plain Layout
20980 Flotantes ! Colocación
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \begin_layout Standard
20989 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20990  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20991  los flotantes.
20992 \begin_inset Newline newline
20993 \end_inset
20994
20995 La opción 
20996 \family sans
20997 Extender
20998 \begin_inset space ~
20999 \end_inset
21000
21001 columnas
21002 \family default
21003  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21004  abarcará ambas columnas en lugar de una sola.
21005 \begin_inset Newline newline
21006 \end_inset
21007
21008 La opción 
21009 \family sans
21010 Girar
21011 \begin_inset space ~
21012 \end_inset
21013
21014 a
21015 \begin_inset space ~
21016 \end_inset
21017
21018 un
21019 \begin_inset space ~
21020 \end_inset
21021
21022 lado
21023 \family default
21024  sirve para girar flotantes, véase sección
21025 \begin_inset space ~
21026 \end_inset
21027
21028
21029 \begin_inset CommandInset ref
21030 LatexCommand ref
21031 reference "sec:Rotación-de-Flotantes"
21032
21033 \end_inset
21034
21035 .
21036  
21037 \end_layout
21038
21039 \begin_layout Standard
21040 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21041  la posición de un flotante si desmarcas la opción 
21042 \family sans
21043 Usar
21044 \begin_inset space ~
21045 \end_inset
21046
21047 ubicación
21048 \begin_inset space ~
21049 \end_inset
21050
21051 predeterminada
21052 \family default
21053 :
21054 \end_layout
21055
21056 \begin_layout Description
21057
21058 \family sans
21059 \series bold
21060 Aquí
21061 \begin_inset space ~
21062 \end_inset
21063
21064 si
21065 \begin_inset space ~
21066 \end_inset
21067
21068 es
21069 \begin_inset space ~
21070 \end_inset
21071
21072 posible
21073 \family default
21074 \series default
21075  intenta situar el flotante en la posición en la que se inserta
21076 \end_layout
21077
21078 \begin_layout Description
21079
21080 \family sans
21081 \series bold
21082 Principio
21083 \begin_inset space ~
21084 \end_inset
21085
21086 de
21087 \begin_inset space ~
21088 \end_inset
21089
21090 página
21091 \family default
21092 \series default
21093  intenta situar el flotante al principio de la página actual
21094 \end_layout
21095
21096 \begin_layout Description
21097
21098 \family sans
21099 \series bold
21100 Fin
21101 \begin_inset space ~
21102 \end_inset
21103
21104 de
21105 \begin_inset space ~
21106 \end_inset
21107
21108 página
21109 \family default
21110 \series default
21111  intenta situar el flotante al final de la página actual
21112 \end_layout
21113
21114 \begin_layout Description
21115
21116 \family sans
21117 \series bold
21118 Página
21119 \begin_inset space ~
21120 \end_inset
21121
21122 de
21123 \begin_inset space ~
21124 \end_inset
21125
21126 flotantes
21127 \family default
21128 \series default
21129  intenta situar el flotante en una página propia 
21130 \end_layout
21131
21132 \begin_layout Standard
21133 LaTeX usa 
21134 \emph on
21135 siempre
21136 \emph default
21137  ese orden de opciones.
21138  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21139  lugar 
21140 \family sans
21141 Aquí
21142 \begin_inset space ~
21143 \end_inset
21144
21145 si
21146 \begin_inset space ~
21147 \end_inset
21148
21149 es
21150 \begin_inset space ~
21151 \end_inset
21152
21153 posible
21154 \family default
21155 , luego 
21156 \family sans
21157 Principio
21158 \begin_inset space ~
21159 \end_inset
21160
21161 de
21162 \begin_inset space ~
21163 \end_inset
21164
21165 página
21166 \family default
21167 , y después las otras.
21168  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21169  pero en dicho orden.
21170  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21171  pero intenta poner el flotante en la página siguiente.
21172 \end_layout
21173
21174 \begin_layout Standard
21175 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21176 \end_layout
21177
21178 \begin_layout Labeling
21179 \labelwidthstring 00.00.0000
21180
21181 \family sans
21182 Principio
21183 \begin_inset space ~
21184 \end_inset
21185
21186 de
21187 \begin_inset space ~
21188 \end_inset
21189
21190 página:
21191 \family default
21192  sólo si el flotante ocupa menos del 70
21193 \begin_inset space \thinspace{}
21194 \end_inset
21195
21196 % de la página puede ubicarse al principio de página (
21197 \series bold
21198
21199 \backslash
21200 topfraction
21201 \series default
21202 )
21203 \end_layout
21204
21205 \begin_layout Labeling
21206 \labelwidthstring 00.00.0000
21207
21208 \family sans
21209 Fin
21210 \begin_inset space ~
21211 \end_inset
21212
21213 de
21214 \begin_inset space ~
21215 \end_inset
21216
21217 página:
21218 \family default
21219  sólo si el flotante ocupa menos del 30
21220 \begin_inset space \thinspace{}
21221 \end_inset
21222
21223 % de la página puede ubicarse al fin de página.
21224  (
21225 \series bold
21226
21227 \backslash
21228 bottomfraction
21229 \series default
21230 )
21231 \end_layout
21232
21233 \begin_layout Labeling
21234 \labelwidthstring 00.00.0000
21235
21236 \family sans
21237 Página
21238 \begin_inset space ~
21239 \end_inset
21240
21241 de
21242 \begin_inset space ~
21243 \end_inset
21244
21245 flotantes:
21246 \family default
21247  sólo si más del 50
21248 \begin_inset space \thinspace{}
21249 \end_inset
21250
21251 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21252  página.
21253  (
21254 \series bold
21255
21256 \backslash
21257 floatpagefraction
21258 \series default
21259 )
21260 \end_layout
21261
21262 \begin_layout Standard
21263 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21264  
21265 \family sans
21266 Ignorar
21267 \begin_inset space ~
21268 \end_inset
21269
21270 reglas
21271 \begin_inset space ~
21272 \end_inset
21273
21274 de
21275 \begin_inset space ~
21276 \end_inset
21277
21278 LaTeX
21279 \family default
21280 .
21281 \begin_inset Newline newline
21282 \end_inset
21283
21284 También puedes redefinir las reglas con los comandos LaTeX que van entre
21285  paréntesis tras la descripción de las reglas anteriores.
21286  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21287  la regla 
21288 \family sans
21289 Fin
21290 \family default
21291
21292 \begin_inset space ~
21293 \end_inset
21294
21295
21296 \family sans
21297 de
21298 \family default
21299
21300 \begin_inset space ~
21301 \end_inset
21302
21303
21304 \family sans
21305 página
21306 \family default
21307  al 50
21308 \begin_inset space \thinspace{}
21309 \end_inset
21310
21311 %, añade esta línea en el preámbulo:
21312 \end_layout
21313
21314 \begin_layout Standard
21315
21316 \series bold
21317
21318 \backslash
21319 renewcommand{
21320 \backslash
21321 bottomfraction}{0.5}
21322 \end_layout
21323
21324 \begin_layout Standard
21325 En determinados casos podrías necesitar ubicar un flotante exactamente en
21326  la posición en la que se inserta.
21327  Para esto puedes usar la opción 
21328 \family sans
21329 Aquí
21330 \begin_inset space ~
21331 \end_inset
21332
21333 definitivamente
21334 \family default
21335 .
21336  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21337  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21338  se podría estropear el diseño de la página.
21339 \end_layout
21340
21341 \begin_layout Standard
21342 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21343  rodeados por texto de un párrafo determinado.
21344 \begin_inset VSpace bigskip
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 A veces surge el problema de que un flotante se sitúa al principio de la
21352  página mientras que su sección correspondiente empieza en mitad de la página,
21353  así que el lector podría creer que el flotante forma parte de la sección
21354  anterior.
21355  Para evitarlo puede emplearse el comando LaTeX 
21356 \series bold
21357
21358 \backslash
21359 suppressfloats
21360 \series default
21361 , que suprime la ubicación de un flotante dado en la página donde se inserta
21362  y además puede servir para evitar que el flotante se coloque antes del
21363  inicio de sección.
21364  Para ello, añade estos comandos al preámbulo:
21365 \end_layout
21366
21367 \begin_layout Standard
21368
21369 \series bold
21370
21371 \backslash
21372 let
21373 \backslash
21374 mySection
21375 \backslash
21376 section
21377 \begin_inset Newline newline
21378 \end_inset
21379
21380
21381 \backslash
21382 renewcommand{
21383 \backslash
21384 section}{
21385 \backslash
21386 suppressfloats[t]
21387 \backslash
21388 mySection}
21389 \end_layout
21390
21391 \begin_layout Standard
21392 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21393  subsecciones.
21394  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21395  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21396 \end_layout
21397
21398 \begin_layout Standard
21399 \begin_inset VSpace bigskip
21400 \end_inset
21401
21402 En ciertos casos se quieren tener todas las figuras/cuadros al final del
21403  documento.
21404  Para estos casos está el paquete LaTeX 
21405 \series bold
21406 endfloat
21407 \series default
21408
21409 \begin_inset Index idx
21410 status collapsed
21411
21412 \begin_layout Plain Layout
21413 LaTeX-paquetes ! endfloat
21414 \end_layout
21415
21416 \end_inset
21417
21418 .
21419  Pone todas las figuras y cuadros flotantes al final del documento en secciones
21420  propias.
21421  En la posición original del flotante se inserta una indicación como «
21422 \family sans
21423 [Figure
21424 \begin_inset space ~
21425 \end_inset
21426
21427 3.2 about here.]
21428 \family default
21429 ».
21430  El paquete 
21431 \series bold
21432 endfloat
21433 \series default
21434  se carga en el preámbulo con la línea
21435 \end_layout
21436
21437 \begin_layout Standard
21438
21439 \series bold
21440
21441 \backslash
21442 usepackage[options]{endfloat}
21443 \end_layout
21444
21445 \begin_layout Standard
21446 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
21447  Para más información véase la documentación 
21448 \begin_inset CommandInset citation
21449 LatexCommand cite
21450 key "endfloat"
21451
21452 \end_inset
21453
21454 .
21455 \begin_inset Newline newline
21456 \end_inset
21457
21458
21459 \begin_inset Note Greyedout
21460 status open
21461
21462 \begin_layout Plain Layout
21463
21464 \series bold
21465 Nota: endfloat
21466 \series default
21467  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21468  véase sección
21469 \begin_inset space ~
21470 \end_inset
21471
21472 4 en 
21473 \begin_inset CommandInset citation
21474 LatexCommand cite
21475 key "endfloat"
21476
21477 \end_inset
21478
21479 .
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \begin_inset Newline newline
21486 \end_inset
21487
21488
21489 \begin_inset Note Greyedout
21490 status open
21491
21492 \begin_layout Plain Layout
21493
21494 \series bold
21495 Nota:
21496 \series default
21497  Actualmente hay un error en 
21498 \series bold
21499 endfloat
21500 \series default
21501  cuando la leyenda contiene el carácter alemán «ß».
21502  Usa en ese caso el comando «
21503 \series bold
21504
21505 \backslash
21506 ss
21507 \series default
21508 » en código TeX en vez de «ß».
21509 \end_layout
21510
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \begin_layout Standard
21517 \begin_inset VSpace bigskip
21518 \end_inset
21519
21520 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21521 \begin_inset CommandInset citation
21522 LatexCommand cite
21523 key "latexcompanion,latexguide,latexbook"
21524
21525 \end_inset
21526
21527 .
21528 \end_layout
21529
21530 \begin_layout Section
21531 Rotación de flotantes
21532 \begin_inset CommandInset label
21533 LatexCommand label
21534 name "sec:Rotación-de-Flotantes"
21535
21536 \end_inset
21537
21538
21539 \begin_inset Index idx
21540 status collapsed
21541
21542 \begin_layout Plain Layout
21543 Flotantes ! Rotación
21544 \end_layout
21545
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \begin_layout Standard
21552 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
21553  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21554  la opción 
21555 \family sans
21556 Girar
21557 \begin_inset space ~
21558 \end_inset
21559
21560 a
21561 \begin_inset space ~
21562 \end_inset
21563
21564 un
21565 \begin_inset space ~
21566 \end_inset
21567
21568 lado
21569 \family default
21570 .
21571 \end_layout
21572
21573 \begin_layout Standard
21574 Los flotantes girados son puestos siempre en su propia página (o columna
21575  si el documento es de dos columnas).
21576  Se les puede permitir abarcar varias columnas con la opción de configuración
21577  
21578 \family sans
21579 Extender
21580 \begin_inset space ~
21581 \end_inset
21582
21583 columnas
21584 \family default
21585 .
21586  Se rotan de forma que puedes leerlos desde el margen externo.
21587  Para forzar determinada dirección de rotación para todas las páginas, puedes
21588  añadir una de las opciones 
21589 \series bold
21590 figuresleft
21591 \series default
21592  o 
21593 \series bold
21594 figuresright
21595 \series default
21596  a las opciones de clase del documento.
21597 \end_layout
21598
21599 \begin_layout Standard
21600 Los flotantes girados se refieren igual que los normales, y el formato de
21601  la leyenda también es el mismo: un ejemplo es el cuadro
21602 \begin_inset space ~
21603 \end_inset
21604
21605
21606 \begin_inset CommandInset ref
21607 LatexCommand ref
21608 reference "tab:Cuadro-girado"
21609
21610 \end_inset
21611
21612 .
21613 \end_layout
21614
21615 \begin_layout Standard
21616 \begin_inset Note Greyedout
21617 status open
21618
21619 \begin_layout Plain Layout
21620
21621 \series bold
21622 Nota:
21623 \series default
21624  No todos los visores DVI pueden mostrar cuadros girados.
21625 \end_layout
21626
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \begin_layout Standard
21633 \begin_inset Float table
21634 wide false
21635 sideways true
21636 status open
21637
21638 \begin_layout Plain Layout
21639 \begin_inset Caption
21640
21641 \begin_layout Plain Layout
21642 \begin_inset CommandInset label
21643 LatexCommand label
21644 name "tab:Cuadro-girado"
21645
21646 \end_inset
21647
21648 Cuadro girado
21649 \end_layout
21650
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \begin_layout Plain Layout
21657 \align center
21658 \begin_inset Tabular
21659 <lyxtabular version="3" rows="1" columns="5">
21660 <features tabularvalignment="middle">
21661 <column alignment="center" valignment="top" width="0">
21662 <column alignment="center" valignment="top" width="0">
21663 <column alignment="center" valignment="top" width="0">
21664 <column alignment="center" valignment="top" width="0">
21665 <column alignment="center" valignment="top" width="0">
21666 <row>
21667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 test
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 b
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 c
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 d
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 e
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 </lyxtabular>
21714
21715 \end_inset
21716
21717
21718 \end_layout
21719
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \begin_layout Section
21726 Subflotantes
21727 \begin_inset Index idx
21728 status collapsed
21729
21730 \begin_layout Plain Layout
21731 Flotantes ! Subflotantes
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Standard
21740 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21741  imágenes.
21742  Se crean insertando un flotante dentro de otro.
21743  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21744  como se muestra en los cuadros
21745 \begin_inset space ~
21746 \end_inset
21747
21748
21749 \begin_inset CommandInset ref
21750 LatexCommand ref
21751 reference "tab:Dos-subcuadros-adosados"
21752
21753 \end_inset
21754
21755  y
21756 \begin_inset space ~
21757 \end_inset
21758
21759
21760 \begin_inset CommandInset ref
21761 LatexCommand ref
21762 reference "tab:Dos-subcuadros-uno-sobre"
21763
21764 \end_inset
21765
21766 .
21767 \end_layout
21768
21769 \begin_layout Standard
21770 Las referencias a subflotantes funcionan como en los flotantes normales:
21771  el cuadro
21772 \begin_inset space ~
21773 \end_inset
21774
21775
21776 \begin_inset CommandInset ref
21777 LatexCommand ref
21778 reference "tab:Este-es-el-subcuadro-a"
21779
21780 \end_inset
21781
21782  y el cuadro
21783 \begin_inset space ~
21784 \end_inset
21785
21786
21787 \begin_inset CommandInset ref
21788 LatexCommand ref
21789 reference "tab:Este-es-el-subcuadro-b"
21790
21791 \end_inset
21792
21793  son subcuadros del cuadro
21794 \begin_inset space ~
21795 \end_inset
21796
21797
21798 \begin_inset CommandInset ref
21799 LatexCommand ref
21800 reference "tab:Dos-subcuadros-adosados"
21801
21802 \end_inset
21803
21804 .
21805 \end_layout
21806
21807 \begin_layout Standard
21808 \begin_inset Float table
21809 wide false
21810 sideways false
21811 status open
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Caption
21815
21816 \begin_layout Plain Layout
21817 \begin_inset CommandInset label
21818 LatexCommand label
21819 name "tab:Dos-subcuadros-adosados"
21820
21821 \end_inset
21822
21823 Dos subcuadros adosados
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Plain Layout
21832 \begin_inset space \hfill{}
21833 \end_inset
21834
21835
21836 \begin_inset Float table
21837 wide false
21838 sideways false
21839 status open
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Caption
21843
21844 \begin_layout Plain Layout
21845 \begin_inset CommandInset label
21846 LatexCommand label
21847 name "tab:Este-es-el-subcuadro-a"
21848
21849 \end_inset
21850
21851 Este es el subcuadro a
21852 \end_layout
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \begin_layout Plain Layout
21860 \align center
21861 \begin_inset Tabular
21862 <lyxtabular version="3" rows="1" columns="5">
21863 <features tabularvalignment="middle">
21864 <column alignment="center" valignment="top" width="0">
21865 <column alignment="center" valignment="top" width="0">
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 <row>
21870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 test 
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883 b
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 c
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 d
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 e
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 </lyxtabular>
21917
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \begin_inset space \hfill{}
21927 \end_inset
21928
21929
21930 \begin_inset Float table
21931 wide false
21932 sideways false
21933 status open
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Caption
21937
21938 \begin_layout Plain Layout
21939 \begin_inset CommandInset label
21940 LatexCommand label
21941 name "tab:Este-es-el-subcuadro-b"
21942
21943 \end_inset
21944
21945 Esta es la subtabla b
21946 \end_layout
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \begin_layout Plain Layout
21954 \align center
21955 \begin_inset Tabular
21956 <lyxtabular version="3" rows="1" columns="5">
21957 <features tabularvalignment="middle">
21958 <column alignment="center" valignment="top" width="0">
21959 <column alignment="center" valignment="top" width="0">
21960 <column alignment="center" valignment="top" width="0">
21961 <column alignment="center" valignment="top" width="0">
21962 <column alignment="center" valignment="top" width="0">
21963 <row>
21964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 e
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 d
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 c
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 b
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 test
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 </lyxtabular>
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018
22019
22020 \begin_inset space \hfill{}
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \begin_layout Standard
22032 \begin_inset Float table
22033 wide false
22034 sideways false
22035 status open
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Caption
22039
22040 \begin_layout Plain Layout
22041 \begin_inset CommandInset label
22042 LatexCommand label
22043 name "tab:Dos-subcuadros-uno-sobre"
22044
22045 \end_inset
22046
22047 Dos subcuadros colocados una sobre otra.
22048  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
22049 \end_layout
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \begin_layout Plain Layout
22057 \noindent
22058 \align center
22059 \begin_inset Float table
22060 wide false
22061 sideways false
22062 status open
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Caption
22066
22067 \begin_layout Plain Layout
22068
22069 \end_layout
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Plain Layout
22077 \align center
22078 \begin_inset Tabular
22079 <lyxtabular version="3" rows="1" columns="4">
22080 <features tabularvalignment="middle">
22081 <column alignment="center" valignment="top" width="0">
22082 <column alignment="center" valignment="top" width="0">
22083 <column alignment="center" valignment="top" width="0">
22084 <column alignment="center" valignment="top" width="0">
22085 <row>
22086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 test
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 test
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 test
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 test
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 </lyxtabular>
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Plain Layout
22136 \align center
22137 \begin_inset Float table
22138 wide false
22139 sideways false
22140 status open
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Caption
22144
22145 \begin_layout Plain Layout
22146
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Plain Layout
22155 \align center
22156 \begin_inset Tabular
22157 <lyxtabular version="3" rows="1" columns="5">
22158 <features tabularvalignment="middle">
22159 <column alignment="center" valignment="top" width="0">
22160 <column alignment="center" valignment="top" width="0">
22161 <column alignment="center" valignment="top" width="0">
22162 <column alignment="center" valignment="top" width="0">
22163 <column alignment="center" valignment="top" width="0">
22164 <row>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 a
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 b
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 c
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 d
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 e
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 </row>
22211 </lyxtabular>
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Section
22229 Flotantes adosados
22230 \begin_inset Index idx
22231 status collapsed
22232
22233 \begin_layout Plain Layout
22234 Flotantes ! Adosados
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \begin_layout Standard
22243 Para colocar flotantes unos junto a otros, como en la figura
22244 \begin_inset space ~
22245 \end_inset
22246
22247
22248 \begin_inset CommandInset ref
22249 LatexCommand ref
22250 reference "fig:Flotante-izquierda"
22251
22252 \end_inset
22253
22254  y 
22255 \begin_inset CommandInset ref
22256 LatexCommand ref
22257 reference "fig:Flotante-derecha"
22258
22259 \end_inset
22260
22261 , se pone 
22262 \emph on
22263 un
22264 \emph default
22265  solo flotante.
22266  En él se insertan dos cuadros tipo minipágina.
22267 \begin_inset Foot
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271 Las minipáginas se explican en la sección
22272 \begin_inset space ~
22273 \end_inset
22274
22275
22276 \begin_inset CommandInset ref
22277 LatexCommand ref
22278 reference "sec:Minipáginas"
22279
22280 \end_inset
22281
22282 .
22283 \end_layout
22284
22285 \end_inset
22286
22287  La anchura de la columna se establece en 45-50
22288 \begin_inset space \thinspace{}
22289 \end_inset
22290
22291 % y la alineación en 
22292 \family sans
22293 Inferior
22294 \family default
22295  para cada minipágina.
22296  Las minipáginas contienen la imagen y su título, de igual forma que en
22297  los flotantes.
22298  La única diferencia es que el 
22299 \family sans
22300 Ancho
22301 \begin_inset space ~
22302 \end_inset
22303
22304 de
22305 \begin_inset space ~
22306 \end_inset
22307
22308 columna
22309 \begin_inset space ~
22310 \end_inset
22311
22312 %
22313 \family default
22314  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22315 \end_layout
22316
22317 \begin_layout Standard
22318 \begin_inset Float figure
22319 placement h
22320 wide false
22321 sideways false
22322 status open
22323
22324 \begin_layout Plain Layout
22325 \begin_inset Box Frameless
22326 position "b"
22327 hor_pos "c"
22328 has_inner_box 1
22329 inner_pos "t"
22330 use_parbox 0
22331 use_makebox 0
22332 width "45col%"
22333 special "none"
22334 height "1in"
22335 height_special "totalheight"
22336 status open
22337
22338 \begin_layout Plain Layout
22339 \align center
22340 \begin_inset Graphics
22341         filename ../clipart/mobius.eps
22342         lyxscale 50
22343         width 100col%
22344         scaleBeforeRotation
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Caption
22353
22354 \begin_layout Plain Layout
22355 \begin_inset CommandInset label
22356 LatexCommand label
22357 name "fig:Flotante-izquierda"
22358
22359 \end_inset
22360
22361 Flotante en el lado izquierdo.
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \begin_inset space \hfill{}
22373 \end_inset
22374
22375
22376 \begin_inset Box Frameless
22377 position "b"
22378 hor_pos "c"
22379 has_inner_box 1
22380 inner_pos "t"
22381 use_parbox 0
22382 use_makebox 0
22383 width "45col%"
22384 special "none"
22385 height "1in"
22386 height_special "totalheight"
22387 status open
22388
22389 \begin_layout Plain Layout
22390 \align center
22391 \begin_inset Graphics
22392         filename ../clipart/platypus.eps
22393         lyxscale 50
22394         width 100col%
22395         scaleBeforeRotation
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \begin_layout Plain Layout
22403 \begin_inset Caption
22404
22405 \begin_layout Plain Layout
22406 \begin_inset CommandInset label
22407 LatexCommand label
22408 name "fig:Flotante-derecha"
22409
22410 \end_inset
22411
22412 Flotante en el lado derecho.
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Section
22431 Formato de las leyendas
22432 \begin_inset Index idx
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436 Leyendas ! Formato
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset Index idx
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 Flotantes ! Formato de las leyendas
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \begin_inset CommandInset label
22453 LatexCommand label
22454 name "sec:Formato-de-leyendas"
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \begin_layout Standard
22462 El entorno 
22463 \family sans
22464 Leyenda
22465 \family default
22466  es el predeterminado para los 
22467 \family sans
22468 Flotantes
22469 \family default
22470 .
22471  En LyX las leyendas se muestran como etiqueta, p.
22472 \begin_inset space \thinspace{}
22473 \end_inset
22474
22475 e.
22476 \begin_inset space ~
22477 \end_inset
22478
22479 «
22480 \family sans
22481 Figura #
22482 \family default
22483 :» seguida por el texto.
22484  «#» es el número real de referencia.
22485  Por omisión la etiqueta y el número usan la misma tipografía que el texto
22486  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22487  del texto.
22488  El entorno leyenda no es apropiado para todos los tipos de documento.
22489  
22490 \end_layout
22491
22492 \begin_layout Standard
22493 Para cambiar el formato predeterminado carga el paquete LaTeX 
22494 \series bold
22495 caption
22496 \series default
22497
22498 \begin_inset Index idx
22499 status collapsed
22500
22501 \begin_layout Plain Layout
22502 LaTeX-paquetes ! caption
22503 \end_layout
22504
22505 \end_inset
22506
22507  en el preámbulo del documento con la línea:
22508 \end_layout
22509
22510 \begin_layout Standard
22511
22512 \series bold
22513
22514 \backslash
22515 usepackage[definición de formato]{caption}
22516 \end_layout
22517
22518 \begin_layout Standard
22519 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22520  las leyendas de cuadro siempre sobre él como en este documento, usa el
22521  comando:
22522 \end_layout
22523
22524 \begin_layout Standard
22525
22526 \series bold
22527
22528 \backslash
22529 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22530 \end_layout
22531
22532 \begin_layout Standard
22533 También puedes definir distintos formatos de leyenda para los distintos
22534  tipos de flotantes.
22535  En ese caso carga el paquete 
22536 \series bold
22537 caption
22538 \series default
22539  sin opciones específicas y define los distintos formatos con ayuda del
22540  comando
22541 \end_layout
22542
22543 \begin_layout Standard
22544
22545 \series bold
22546
22547 \backslash
22548 captionsetup[tipo de flotante]{definición de formato}
22549 \end_layout
22550
22551 \begin_layout Standard
22552 en el preámbulo del documento.
22553  Por ejemplo las leyendas de la Figura
22554 \begin_inset space ~
22555 \end_inset
22556
22557
22558 \begin_inset CommandInset ref
22559 LatexCommand ref
22560 reference "fig:Esto-es-una-fig"
22561
22562 \end_inset
22563
22564  y el cuadro
22565 \begin_inset space ~
22566 \end_inset
22567
22568
22569 \begin_inset CommandInset ref
22570 LatexCommand ref
22571 reference "tab:Esto-es-un-cuadro"
22572
22573 \end_inset
22574
22575  pueden crearse usando los siguientes comandos en el preámbulo:
22576 \end_layout
22577
22578 \begin_layout Standard
22579
22580 \series bold
22581
22582 \backslash
22583 usepackage[tableposition=top]{caption}
22584 \series default
22585
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589
22590 \series bold
22591
22592 \backslash
22593 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22594 \begin_inset Newline newline
22595 \end_inset
22596
22597
22598 \begin_inset Phantom HPhantom
22599 status open
22600
22601 \begin_layout Plain Layout
22602
22603 \series bold
22604
22605 \backslash
22606 captionsetup[figure]{
22607 \end_layout
22608
22609 \end_inset
22610
22611 labelsep=period}
22612 \begin_inset Newline newline
22613 \end_inset
22614
22615
22616 \backslash
22617 captionsetup[table]{labelfont={bf,sf}}
22618 \end_layout
22619
22620 \begin_layout Standard
22621 \begin_inset Note Greyedout
22622 status open
22623
22624 \begin_layout Plain Layout
22625
22626 \series bold
22627 Nota: 
22628 \series default
22629 La opción 
22630 \series bold
22631 tableposition=top
22632 \series default
22633  no tiene efecto si se usa una clase de documento 
22634 \series bold
22635 KOMA-Script
22636 \series default
22637 .
22638  En este caso debe utilizarse la opción de clase de documento 
22639 \series bold
22640 captions=tableheading
22641 \series default
22642 .
22643  
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \begin_layout Standard
22652 Para más información sobre el paquete 
22653 \series bold
22654 caption
22655 \series default
22656  acude a su documentación 
22657 \begin_inset CommandInset citation
22658 LatexCommand cite
22659 key "caption"
22660
22661 \end_inset
22662
22663 .
22664 \end_layout
22665
22666 \begin_layout Standard
22667 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22668 \begin_inset space \thinspace{}
22669 \end_inset
22670
22671 e., usa el siguiente comando de preámbulo:
22672 \end_layout
22673
22674 \begin_layout Standard
22675
22676 \series bold
22677
22678 \backslash
22679 renewcommand{
22680 \backslash
22681 fnum@figure}{Imagen~
22682 \backslash
22683 thefigure}
22684 \end_layout
22685
22686 \begin_layout Standard
22687 donde 
22688 \series bold
22689
22690 \backslash
22691 thefigure
22692 \series default
22693  inserta el número de figura y «~» genera un espacio protegido.
22694
22695 \series bold
22696  
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset VSpace bigskip
22701 \end_inset
22702
22703 Si estás usando la clase de documento 
22704 \series bold
22705 KOMA-Script
22706 \series default
22707
22708 \begin_inset Index idx
22709 status collapsed
22710
22711 \begin_layout Plain Layout
22712 LaTeX-paquetes ! KOMA-Script
22713 \end_layout
22714
22715 \end_inset
22716
22717  (
22718 \family sans
22719 article (KOMA-Script)
22720 \family default
22721
22722 \family sans
22723 book (KOMA-Script)
22724 \family default
22725
22726 \family sans
22727 letter (KOMA-Script)
22728 \family default
22729 , o 
22730 \family sans
22731 report (KOMA-Script)
22732 \family default
22733
22734 \begin_inset space \thinspace{}
22735 \end_inset
22736
22737 ), puedes emplear en vez del paquete 
22738 \series bold
22739 caption
22740 \series default
22741  el comando 
22742 \series bold
22743
22744 \backslash
22745 setkomafont
22746 \series default
22747  incluido en 
22748 \series bold
22749 KOMA-Script
22750 \series default
22751 .
22752  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22753  comando en el preámbulo del documento:
22754 \end_layout
22755
22756 \begin_layout Standard
22757
22758 \series bold
22759
22760 \backslash
22761 setkomafont{captionlabel}{
22762 \backslash
22763 bfseries}
22764 \end_layout
22765
22766 \begin_layout Standard
22767 Más información sobre 
22768 \series bold
22769
22770 \backslash
22771 setkomafont
22772 \series default
22773  en la documentación de 
22774 \series bold
22775 KOMA-Script
22776 \series default
22777  
22778 \begin_inset CommandInset citation
22779 LatexCommand cite
22780 key "KOMA-Script"
22781
22782 \end_inset
22783
22784 .
22785 \end_layout
22786
22787 \begin_layout Standard
22788 \begin_inset ERT
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792
22793
22794 \backslash
22795 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22796 }
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \begin_inset Note Note
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Standard
22815 \begin_inset Float figure
22816 placement !p
22817 wide false
22818 sideways false
22819 status open
22820
22821 \begin_layout Plain Layout
22822 \align center
22823 \begin_inset Graphics
22824         filename ../clipart/mobius.eps
22825         lyxscale 50
22826         scale 50
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Plain Layout
22834 \begin_inset Caption
22835
22836 \begin_layout Plain Layout
22837 \begin_inset CommandInset label
22838 LatexCommand label
22839 name "fig:Esto-es-una-fig"
22840
22841 \end_inset
22842
22843
22844 \begin_inset Argument
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848 Figura con leyenda muy larga
22849 \end_layout
22850
22851 \end_inset
22852
22853 Este es un ejemplo de figura con una leyenda con más de una línea para mostrar
22854  el formato diferente.
22855  Aquí se usa una leyenda personalizada.
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \begin_layout Standard
22869 \begin_inset ERT
22870 status collapsed
22871
22872 \begin_layout Plain Layout
22873
22874
22875 \backslash
22876 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22877 on}
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \begin_layout Standard
22886 \begin_inset Float table
22887 placement !p
22888 wide false
22889 sideways false
22890 status open
22891
22892 \begin_layout Plain Layout
22893 \begin_inset Caption
22894
22895 \begin_layout Plain Layout
22896 \begin_inset CommandInset label
22897 LatexCommand label
22898 name "tab:Esto-es-un-cuadro"
22899
22900 \end_inset
22901
22902
22903 \begin_inset Argument
22904 status collapsed
22905
22906 \begin_layout Plain Layout
22907 Cuadro con leyenda muy larga
22908 \end_layout
22909
22910 \end_inset
22911
22912 Este es un ejemplo de leyenda de cuadro con más de una línea para mostrar
22913  el formato diferente.
22914  Aquí se usa el formato de leyenda estándar para los cuadros.
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \begin_layout Plain Layout
22923 \align center
22924 \begin_inset Tabular
22925 <lyxtabular version="3" rows="1" columns="5">
22926 <features tabularvalignment="middle">
22927 <column alignment="center" valignment="top" width="0">
22928 <column alignment="center" valignment="top" width="0">
22929 <column alignment="center" valignment="top" width="0">
22930 <column alignment="center" valignment="top" width="0">
22931 <column alignment="center" valignment="top" width="0">
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 a
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 b
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 c
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 d
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 e
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 </lyxtabular>
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Section
22992 Colocación de leyendas
22993 \begin_inset Index idx
22994 status collapsed
22995
22996 \begin_layout Plain Layout
22997 Leyendas ! Colocación
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \begin_inset Index idx
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007 Flotantes ! Colocación de leyendas
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \begin_inset CommandInset label
23014 LatexCommand label
23015 name "sec:Colocación-de-leyendas"
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 La norma habitual para colocar las leyendas es:
23024 \end_layout
23025
23026 \begin_layout Description
23027 Figura: La leyenda al pie de la figura
23028 \end_layout
23029
23030 \begin_layout Description
23031 Cuadro: La leyenda sobre el cuadro
23032 \end_layout
23033
23034 \begin_layout Standard
23035 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23036  el cuadro.
23037  Esto implica que si usas las clases de documento 
23038 \family sans
23039 article
23040 \family default
23041
23042 \family sans
23043 book
23044 \family default
23045
23046 \family sans
23047 letter
23048 \family default
23049 , o 
23050 \family sans
23051 report
23052 \family default
23053  no habrá espacio entre la leyenda y el cuadro.
23054  Para insertar el espacio adecuado añade la siguiente opción al comando
23055  del paquete LaTeX 
23056 \series bold
23057 caption
23058 \series default
23059  en el preámbulo del documento:
23060 \begin_inset Foot
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 Véase la sección
23065 \begin_inset space ~
23066 \end_inset
23067
23068
23069 \begin_inset CommandInset ref
23070 LatexCommand ref
23071 reference "sec:Formato-de-leyendas"
23072
23073 \end_inset
23074
23075  para más información sobre el paquete 
23076 \series bold
23077 caption
23078 \series default
23079 .
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Standard
23088
23089 \series bold
23090 tableposition=top
23091 \end_layout
23092
23093 \begin_layout Standard
23094 Si estás usando la clase 
23095 \series bold
23096 KOMA-Script
23097 \series default
23098
23099 \begin_inset Index idx
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103 LaTeX-paquetes ! KOMA-Script
23104 \end_layout
23105
23106 \end_inset
23107
23108  (
23109 \family sans
23110 article (KOMA-Script)
23111 \family default
23112
23113 \family sans
23114 book (KOMA-Script)
23115 \family default
23116
23117 \family sans
23118 letter (KOMA-Script)
23119 \family default
23120 , o 
23121 \family sans
23122 report (KOMA-Script)
23123 \family default
23124
23125 \begin_inset space \thinspace{}
23126 \end_inset
23127
23128 ), en vez de 
23129 \series bold
23130 caption
23131 \series default
23132  puedes poner la opción 
23133 \series bold
23134 captions=tableheading
23135 \series default
23136  de la clase de documento.
23137 \end_layout
23138
23139 \begin_layout Standard
23140 \begin_inset VSpace bigskip
23141 \end_inset
23142
23143 También es posible poner la leyenda junto a una figura o cuadro.
23144  Para conseguirlo hay que cargar el paquete LaTeX 
23145 \series bold
23146 sidecap
23147 \series default
23148
23149 \begin_inset Index idx
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153 LaTeX-paquetes ! sidecap
23154 \end_layout
23155
23156 \end_inset
23157
23158  añadiendo en el preámbulo del documento la línea
23159 \end_layout
23160
23161 \begin_layout Standard
23162
23163 \series bold
23164
23165 \backslash
23166 usepackage[option]{sidecap}
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23171  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23172  Puedes cambiar la colocación al margen interno con la opción 
23173 \series bold
23174 innercaption
23175 \series default
23176 .
23177  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23178  opciones 
23179 \series bold
23180 rightcaption
23181 \series default
23182  o 
23183 \series bold
23184 leftcaption
23185 \series default
23186 , respectivamente.
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \begin_inset ERT
23191 status collapsed
23192
23193 \begin_layout Plain Layout
23194
23195
23196 \backslash
23197 ifsidecap
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \begin_inset Note Note
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23208  LaTeX 
23209 \series bold
23210 sidecap
23211 \series default
23212 .
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23222  estos comandos al preámbulo del documento:
23223 \end_layout
23224
23225 \begin_layout Standard
23226 \noindent
23227 \begin_inset CommandInset line
23228 LatexCommand rule
23229 offset "0.5ex"
23230 width "100line%"
23231 height "1pt"
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Standard
23239
23240 \series bold
23241
23242 \backslash
23243 newcommand{
23244 \backslash
23245 TabBesBeg}[1][1.0]{%
23246 \begin_inset Newline newline
23247 \end_inset
23248
23249
23250 \begin_inset Phantom HPhantom
23251 status open
23252
23253 \begin_layout Plain Layout
23254 \begin_inset space ~
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \backslash
23264 let
23265 \backslash
23266 MyTable
23267 \backslash
23268 table
23269 \begin_inset Newline newline
23270 \end_inset
23271
23272
23273 \begin_inset Phantom HPhantom
23274 status open
23275
23276 \begin_layout Plain Layout
23277
23278 \series medium
23279 \begin_inset space ~
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \backslash
23289 let
23290 \backslash
23291 MyEndtable
23292 \backslash
23293 endtable
23294 \begin_inset Newline newline
23295 \end_inset
23296
23297
23298 \begin_inset Phantom HPhantom
23299 status open
23300
23301 \begin_layout Plain Layout
23302
23303 \series medium
23304 \begin_inset space ~
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \backslash
23314 renewenvironment{table}[1]{
23315 \backslash
23316 begin{SCtable}[#1]##1}{
23317 \backslash
23318 end{SCtable}}}
23319 \end_layout
23320
23321 \begin_layout Standard
23322
23323 \series bold
23324
23325 \backslash
23326 newcommand{
23327 \backslash
23328 TabBesEnd}{%
23329 \begin_inset Newline newline
23330 \end_inset
23331
23332
23333 \begin_inset Phantom HPhantom
23334 status open
23335
23336 \begin_layout Plain Layout
23337 \begin_inset space ~
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \backslash
23347 let
23348 \backslash
23349 table
23350 \backslash
23351 MyTable
23352 \begin_inset Newline newline
23353 \end_inset
23354
23355
23356 \begin_inset Phantom HPhantom
23357 status open
23358
23359 \begin_layout Plain Layout
23360 \begin_inset space ~
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \backslash
23370 let
23371 \backslash
23372 endtable
23373 \backslash
23374 MyEndtable
23375 \end_layout
23376
23377 \begin_layout Standard
23378
23379 \series bold
23380
23381 \backslash
23382 newcommand{
23383 \backslash
23384 FigBesBeg}[1][1.0]{%
23385 \begin_inset Newline newline
23386 \end_inset
23387
23388
23389 \begin_inset Phantom HPhantom
23390 status open
23391
23392 \begin_layout Plain Layout
23393 \begin_inset space ~
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \backslash
23403 let
23404 \backslash
23405 MyFigure
23406 \backslash
23407 figure
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411
23412 \begin_inset Phantom HPhantom
23413 status open
23414
23415 \begin_layout Plain Layout
23416 \begin_inset space ~
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \backslash
23426 let
23427 \backslash
23428 MyEndfigure
23429 \backslash
23430 endfigure
23431 \begin_inset Newline newline
23432 \end_inset
23433
23434
23435 \begin_inset Phantom HPhantom
23436 status open
23437
23438 \begin_layout Plain Layout
23439 \begin_inset space ~
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446
23447
23448 \backslash
23449 renewenvironment{figure}[1]{
23450 \backslash
23451 begin{SCfigure}[#1]##1}{
23452 \backslash
23453 end{SCfigure}}}
23454 \end_layout
23455
23456 \begin_layout Standard
23457
23458 \series bold
23459
23460 \backslash
23461 newcommand{
23462 \backslash
23463 FigBesEnd}{%
23464 \begin_inset Newline newline
23465 \end_inset
23466
23467
23468 \begin_inset Phantom HPhantom
23469 status open
23470
23471 \begin_layout Plain Layout
23472 \begin_inset space ~
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \backslash
23482 let
23483 \backslash
23484 figure
23485 \backslash
23486 MyFigure
23487 \begin_inset Newline newline
23488 \end_inset
23489
23490
23491 \begin_inset Phantom HPhantom
23492 status open
23493
23494 \begin_layout Plain Layout
23495 \begin_inset space ~
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502
23503
23504 \backslash
23505 let
23506 \backslash
23507 endfigure
23508 \backslash
23509 MyEndfigure}
23510 \end_layout
23511
23512 \begin_layout Standard
23513 \noindent
23514 \begin_inset CommandInset line
23515 LatexCommand rule
23516 offset "0.5ex"
23517 width "100line%"
23518 height "1pt"
23519
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \begin_layout Standard
23526 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23527  en un lado.
23528  Para figuras flotantes usa el comando
23529 \end_layout
23530
23531 \begin_layout Standard
23532
23533 \series bold
23534
23535 \backslash
23536 FigBesBeg
23537 \end_layout
23538
23539 \begin_layout Standard
23540 en código TeX antes del flotante.
23541  Y inserta
23542 \end_layout
23543
23544 \begin_layout Standard
23545
23546 \series bold
23547
23548 \backslash
23549 FigBesEnd
23550 \end_layout
23551
23552 \begin_layout Standard
23553 en código TeX en el punto en que quieras volver a la definición original
23554  de flotantes.
23555 \end_layout
23556
23557 \begin_layout Standard
23558 Para cuadros flotantes usa los comandos correspondientes
23559 \end_layout
23560
23561 \begin_layout Standard
23562
23563 \series bold
23564
23565 \backslash
23566 TabBesBeg
23567 \series default
23568  y 
23569 \series bold
23570
23571 \backslash
23572 TabBesEnd
23573 \end_layout
23574
23575 \begin_layout Standard
23576 La figura
23577 \begin_inset space ~
23578 \end_inset
23579
23580
23581 \begin_inset CommandInset ref
23582 LatexCommand ref
23583 reference "fig:encab-al-lado"
23584
23585 \end_inset
23586
23587  y el cuadro
23588 \begin_inset space ~
23589 \end_inset
23590
23591
23592 \begin_inset CommandInset ref
23593 LatexCommand ref
23594 reference "tab:encab-al-lado"
23595
23596 \end_inset
23597
23598  son ejemplos en los que el título se sitúa al lado.
23599 \end_layout
23600
23601 \begin_layout Standard
23602 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23603  en cuadros flotantes y debajo en las figuras flotantes.
23604  Para cambiarlo, puedes usar el comando
23605 \end_layout
23606
23607 \begin_layout Standard
23608
23609 \series bold
23610
23611 \backslash
23612 sidecaptionvpos{tipo de flotante}{colocación}
23613 \end_layout
23614
23615 \begin_layout Standard
23616 en el preámbulo o en código TeX antes del flotante.
23617  El tipo de flotante es 
23618 \family sans
23619 figure
23620 \family default
23621  o 
23622 \family sans
23623 table
23624 \family default
23625 , la colocación puede ser «
23626 \family sans
23627 t
23628 \family default
23629 » por «top» (arriba), «
23630 \family sans
23631 c
23632 \family default
23633 » por «center» (centro), o «
23634 \family sans
23635 b
23636 \family default
23637 » por «bottom» (abajo).
23638  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23639  usa el comando
23640 \end_layout
23641
23642 \begin_layout Standard
23643
23644 \series bold
23645
23646 \backslash
23647 sidecaptionvpos{figure}{c}
23648 \end_layout
23649
23650 \begin_layout Standard
23651 Esto se ha hecho en la figura
23652 \begin_inset space ~
23653 \end_inset
23654
23655
23656 \begin_inset CommandInset ref
23657 LatexCommand ref
23658 reference "fig:encab-al-lado-de-fig"
23659
23660 \end_inset
23661
23662 .
23663 \end_layout
23664
23665 \begin_layout Standard
23666 \begin_inset VSpace medskip
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \begin_layout Standard
23673 La anchura predeterminada de la leyenda es la del cuadro/figura.
23674  Para cuadros o figuras estrechas, como en el  cuadro
23675 \begin_inset space ~
23676 \end_inset
23677
23678
23679 \begin_inset CommandInset ref
23680 LatexCommand ref
23681 reference "tab:encab-al-lado"
23682
23683 \end_inset
23684
23685 , esto genera leyendas demasiado estrechas.
23686  Puedes aumentar su anchura especificando un factor muliplicador de la anchura
23687  del cuadro/figura.
23688  La anchura de la leyenda se recalculará automáticamente en el caso de que
23689  sobrepase los márgenes de la página o de la columna.
23690  El 
23691 \emph on
23692 factor
23693 \emph default
23694  puede darse como argumento opcional para 
23695 \series bold
23696
23697 \backslash
23698 FigBesBeg
23699 \series default
23700 :
23701 \end_layout
23702
23703 \begin_layout Standard
23704
23705 \series bold
23706
23707 \backslash
23708 FigBesBeg[factor]
23709 \end_layout
23710
23711 \begin_layout Standard
23712 o en la definición de 
23713 \series bold
23714
23715 \backslash
23716 FigBesBeg
23717 \series default
23718  reemplazando 
23719 \series bold
23720 1.0
23721 \series default
23722  con otro valor.
23723  En este segundo caso, el factor será el predeterminado si 
23724 \series bold
23725
23726 \backslash
23727 FigBesBeg
23728 \series default
23729  se usa sin argumento.
23730  Para el cuadro
23731 \begin_inset space ~
23732 \end_inset
23733
23734
23735 \begin_inset CommandInset ref
23736 LatexCommand ref
23737 reference "tab:leyenda-más-ancha"
23738
23739 \end_inset
23740
23741  se ha usado el factor 5.
23742 \end_layout
23743
23744 \begin_layout Standard
23745 \begin_inset Note Greyedout
23746 status open
23747
23748 \begin_layout Plain Layout
23749
23750 \series bold
23751 Nota:
23752 \series default
23753  Para flotantes con la leyenda adosada, no se puede usar la opción 
23754 \family sans
23755 Aquí
23756 \begin_inset space ~
23757 \end_inset
23758
23759 definitivamente
23760 \family default
23761  para la colocación porque no es soportado por 
23762 \series bold
23763 sidecap
23764 \series default
23765 .
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace medskip
23775 \end_inset
23776
23777 Más información sobre el paquete 
23778 \series bold
23779 sidecap
23780 \series default
23781  en su documentación 
23782 \begin_inset CommandInset citation
23783 LatexCommand cite
23784 key "sidecap"
23785
23786 \end_inset
23787
23788 .
23789 \end_layout
23790
23791 \begin_layout Standard
23792 \begin_inset Note Greyedout
23793 status open
23794
23795 \begin_layout Plain Layout
23796
23797 \series bold
23798 Nota:
23799 \series default
23800  El paquete LaTeX 
23801 \series bold
23802 hypcap
23803 \series default
23804
23805 \begin_inset Index idx
23806 status collapsed
23807
23808 \begin_layout Plain Layout
23809 LaTeX-paquetes ! hypcap
23810 \end_layout
23811
23812 \end_inset
23813
23814 , descrito en la sección
23815 \begin_inset space ~
23816 \end_inset
23817
23818
23819 \begin_inset CommandInset ref
23820 LatexCommand ref
23821 reference "sub:Colocación-de-Referencias"
23822
23823 \end_inset
23824
23825 , no afecta a flotantes con la leyenda al lado.
23826 \end_layout
23827
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \begin_layout Standard
23834 \begin_inset ERT
23835 status collapsed
23836
23837 \begin_layout Plain Layout
23838
23839
23840 \backslash
23841 FigBesBeg 
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850 \begin_inset Float figure
23851 wide false
23852 sideways false
23853 status open
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Graphics
23857         filename ../clipart/escher-lsd.eps
23858         scale 75
23859
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Caption
23867
23868 \begin_layout Plain Layout
23869 \begin_inset CommandInset label
23870 LatexCommand label
23871 name "fig:encab-al-lado"
23872
23873 \end_inset
23874
23875 Leyenda al lado de una figura.
23876 \end_layout
23877
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 \begin_inset ERT
23890 status collapsed
23891
23892 \begin_layout Plain Layout
23893
23894
23895 \backslash
23896 FigBesEnd
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \begin_layout Standard
23905 \begin_inset ERT
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909
23910
23911 \backslash
23912 TabBesBeg 
23913 \end_layout
23914
23915 \end_inset
23916
23917
23918 \end_layout
23919
23920 \begin_layout Standard
23921 \begin_inset Float table
23922 wide false
23923 sideways false
23924 status open
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Caption
23928
23929 \begin_layout Plain Layout
23930 \begin_inset CommandInset label
23931 LatexCommand label
23932 name "tab:encab-al-lado"
23933
23934 \end_inset
23935
23936 Leyenda al lado de un cuadro.
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Tabular
23946 <lyxtabular version="3" rows="4" columns="5">
23947 <features tabularvalignment="middle">
23948 <column alignment="center" valignment="top" width="0">
23949 <column alignment="center" valignment="top" width="0">
23950 <column alignment="center" valignment="top" width="0">
23951 <column alignment="center" valignment="top" width="0">
23952 <column alignment="center" valignment="top" width="0">
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 a
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 b
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 c
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 d
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 e
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 f
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 g
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 h
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 </row>
24094 <row>
24095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 i
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 j
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 </lyxtabular>
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \begin_layout Standard
24154 \begin_inset ERT
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158
24159
24160 \backslash
24161 TabBesEnd
24162 \end_layout
24163
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 sidecaptionvpos{figure}{c}
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \begin_inset Float figure
24184 wide false
24185 sideways false
24186 status open
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Graphics
24190         filename ../clipart/escher-lsd.eps
24191         scale 75
24192
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \begin_layout Plain Layout
24199 \begin_inset Caption
24200
24201 \begin_layout Plain Layout
24202 \begin_inset CommandInset label
24203 LatexCommand label
24204 name "fig:encab-al-lado-de-fig"
24205
24206 \end_inset
24207
24208 Leyenda centrada verticalmente junto a una figura.
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Standard
24222 \begin_inset ERT
24223 status collapsed
24224
24225 \begin_layout Plain Layout
24226
24227
24228 \backslash
24229 FigBesEnd
24230 \end_layout
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout Standard
24238 \begin_inset ERT
24239 status collapsed
24240
24241 \begin_layout Plain Layout
24242
24243
24244 \backslash
24245 TabBesBeg[5]
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 \begin_inset Float table
24255 wide false
24256 sideways false
24257 status open
24258
24259 \begin_layout Plain Layout
24260 \begin_inset Caption
24261
24262 \begin_layout Plain Layout
24263 \begin_inset CommandInset label
24264 LatexCommand label
24265 name "tab:leyenda-más-ancha"
24266
24267 \end_inset
24268
24269 Una leyenda más ancha que la del cuadro
24270 \begin_inset space ~
24271 \end_inset
24272
24273
24274 \begin_inset CommandInset ref
24275 LatexCommand ref
24276 reference "tab:encab-al-lado"
24277
24278 \end_inset
24279
24280 .
24281 \end_layout
24282
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Tabular
24290 <lyxtabular version="3" rows="4" columns="5">
24291 <features tabularvalignment="middle">
24292 <column alignment="center" valignment="top" width="0">
24293 <column alignment="center" valignment="top" width="0">
24294 <column alignment="center" valignment="top" width="0">
24295 <column alignment="center" valignment="top" width="0">
24296 <column alignment="center" valignment="top" width="0">
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 a
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 b
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338 c
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 </row>
24344 <row>
24345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358 d
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 e
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 f
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 g
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 h
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 </row>
24438 <row>
24439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452 i
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 j
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 </row>
24485 </lyxtabular>
24486
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \begin_layout Standard
24498 \begin_inset ERT
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502
24503
24504 \backslash
24505 TabBesEnd
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514 \begin_inset ERT
24515 status collapsed
24516
24517 \begin_layout Plain Layout
24518
24519
24520 \backslash
24521 else
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \begin_inset Note Note
24528 status open
24529
24530 \begin_layout Plain Layout
24531 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24532  
24533 \series bold
24534 sidecap
24535 \series default
24536 .
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \begin_layout Standard
24545 Debes instalar el paquete LaTeX 
24546 \series bold
24547 sidecap
24548 \series default
24549  para ver la parte siguiente en la salida.
24550 \end_layout
24551
24552 \begin_layout Standard
24553 \begin_inset ERT
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557
24558
24559 \backslash
24560 fi
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Section
24569 Índice de flotantes
24570 \begin_inset Index idx
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574 Flotantes ! Índice de
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 Igual que en el índice general se listan las secciones del documento, hay
24584  índices para todos los tipos de flotantes, como las figuras.
24585  Se pueden insertar mediante los submenús 
24586 \family sans
24587 Insertar\SpecialChar \menuseparator
24588 Índice
24589 \family default
24590 .
24591 \end_layout
24592
24593 \begin_layout Standard
24594 Las entradas de los índices son las leyendas del flotante o su título breve,
24595  el número de flotante y el número de la página del documento en la que
24596  aparecen.
24597 \end_layout
24598
24599 \begin_layout Standard
24600 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24601 \end_layout
24602
24603 \begin_layout Chapter
24604 Notas
24605 \end_layout
24606
24607 \begin_layout Section
24608 Notas en LyX
24609 \begin_inset Index idx
24610 status collapsed
24611
24612 \begin_layout Plain Layout
24613 Notas ! en LyX
24614 \end_layout
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \begin_layout Standard
24622 Las notas se insertan con el botón 
24623 \begin_inset Graphics
24624         filename ../../images/note-insert.png
24625         scale 85
24626
24627 \end_inset
24628
24629  o con el menú 
24630 \family sans
24631 Insertar\SpecialChar \menuseparator
24632 Nota
24633 \family default
24634 .
24635  Hay cinco tipos de notas:
24636 \end_layout
24637
24638 \begin_layout Description
24639 Nota
24640 \begin_inset space ~
24641 \end_inset
24642
24643 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24644  Su cuadro se muestra como este:
24645 \begin_inset Newline newline
24646 \end_inset
24647
24648
24649 \begin_inset Newline newline
24650 \end_inset
24651
24652
24653 \begin_inset Graphics
24654         filename clipart/NotaLyXImagenQt4.png
24655         display false
24656         scale 75
24657
24658 \end_inset
24659
24660  
24661 \begin_inset Note Note
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665 Este es un texto en un recuadro que no se muestra en la salida.
24666 \end_layout
24667
24668 \end_inset
24669
24670
24671 \end_layout
24672
24673 \begin_layout Description
24674 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24675  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24676 \family sans
24677 Archivo\SpecialChar \menuseparator
24678 Exportar\SpecialChar \menuseparator
24679 LaTeX (pdflatex) / (plain)
24680 \family default
24681 .
24682  Su recuadro se ve así:
24683 \begin_inset Newline newline
24684 \end_inset
24685
24686
24687 \begin_inset Newline newline
24688 \end_inset
24689
24690
24691 \begin_inset Graphics
24692         filename clipart/ComentNotaImagenQt4.png
24693         display false
24694         scale 75
24695
24696 \end_inset
24697
24698  
24699 \begin_inset Note Comment
24700 status collapsed
24701
24702 \begin_layout Plain Layout
24703 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \begin_layout Description
24712 Resaltado
24713 \begin_inset space ~
24714 \end_inset
24715
24716 en
24717 \begin_inset space ~
24718 \end_inset
24719
24720 gris Esta nota aparece en la salida como texto resaltado en gris.
24721  Su recuadro se parece a este:
24722 \begin_inset Newline newline
24723 \end_inset
24724
24725
24726 \begin_inset Newline newline
24727 \end_inset
24728
24729
24730 \begin_inset Graphics
24731         filename clipart/GrisNotaImagenQt4.png
24732         display false
24733         scale 75
24734
24735 \end_inset
24736
24737
24738 \begin_inset Newline newline
24739 \end_inset
24740
24741
24742 \begin_inset ERT
24743 status collapsed
24744
24745 \begin_layout Plain Layout
24746
24747
24748 \backslash
24749 renewenvironment{lyxgreyedout}
24750 \end_layout
24751
24752 \begin_layout Plain Layout
24753
24754 {
24755 \backslash
24756 textcolor[gray]{0.8}
24757 \backslash
24758 bgroup}{
24759 \backslash
24760 egroup}
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \begin_inset Note Greyedout
24767 status open
24768
24769 \begin_layout Plain Layout
24770 Este es el texto
24771 \begin_inset Foot
24772 status collapsed
24773
24774 \begin_layout Plain Layout
24775 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24776 \end_layout
24777
24778 \end_inset
24779
24780  de un comentario que se muestra resaltado en gris.
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \begin_inset ERT
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790
24791
24792 \backslash
24793 renewenvironment{lyxgreyedout}
24794 \end_layout
24795
24796 \begin_layout Plain Layout
24797
24798 {
24799 \backslash
24800 textcolor{blue}
24801 \backslash
24802 bgroup}{
24803 \backslash
24804 egroup}
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \begin_inset Note Note
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24815  original de LyX, ya que en el preámbulo de este documento se han redefinido
24816  estas notas para que salgan en azul, como se indica más adelante.
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \begin_inset Newline newline
24823 \end_inset
24824
24825
24826 \begin_inset Newline newline
24827 \end_inset
24828
24829 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24830  está un poco sangrada, y por otra parte pueden tener notas al pie.
24831 \end_layout
24832
24833 \begin_layout Standard
24834 \begin_inset VSpace bigskip
24835 \end_inset
24836
24837 Si usas el botón de la barra de herramientas 
24838 \begin_inset Graphics
24839         filename ../../images/note-insert.png
24840         scale 85
24841
24842 \end_inset
24843
24844  para insertar notas, se inserta una 
24845 \family sans
24846 Nota
24847 \begin_inset space ~
24848 \end_inset
24849
24850 LyX
24851 \family default
24852 .
24853  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24854  recuadro.
24855  
24856 \family roman
24857 \series medium
24858 \bar no
24859 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24860  botón de herramienta 
24861 \family sans
24862 \series default
24863 \bar default
24864 Nota
24865 \family default
24866 .
24867  Para cambiar una nota a texto, pulsa la tecla 
24868 \family sans
24869 Retroceso
24870 \family default
24871  cuando el cursor está en la primera posición de una nota, o la tecla 
24872 \family sans
24873 Supr
24874 \family default
24875  cuando el cursor está en la última posición de la nota, respectivamente.
24876 \end_layout
24877
24878 \begin_layout Standard
24879 \begin_inset VSpace bigskip
24880 \end_inset
24881
24882 El color de las notas resaltadas en gris puede cambiarse en el menú 
24883 \family sans
24884 Documento\SpecialChar \menuseparator
24885 Configuración\SpecialChar \menuseparator
24886 Colores
24887 \family default
24888 .
24889 \end_layout
24890
24891 \begin_layout Section
24892 Notas al pie
24893 \begin_inset CommandInset label
24894 LatexCommand label
24895 name "sec:Notas-al-pie"
24896
24897 \end_inset
24898
24899
24900 \begin_inset Index idx
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 Notas ! al pie
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Las notas al pie se insertan con el botón 
24914 \begin_inset Graphics
24915         filename ../../images/footnote-insert.png
24916         scale 85
24917
24918 \end_inset
24919
24920  o el menú 
24921 \family sans
24922 Insertar\SpecialChar \menuseparator
24923 Nota
24924 \begin_inset space ~
24925 \end_inset
24926
24927 al
24928 \begin_inset space ~
24929 \end_inset
24930
24931 pie
24932 \family default
24933 .
24934  
24935 \family roman
24936 \series medium
24937 \bar no
24938 Aparece un recuadro como este:
24939 \family default
24940 \series default
24941 \bar default
24942  
24943 \begin_inset Graphics
24944         filename clipart/notapieQt4.png
24945         scale 80
24946
24947 \end_inset
24948
24949  
24950 \family roman
24951 \series medium
24952 \bar no
24953 donde puedes introducir el texto.
24954  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24955  sobre el
24956 \family default
24957 \series default
24958 \bar default
24959  
24960 \family roman
24961 \series medium
24962 \bar no
24963 botón
24964 \family default
24965 \series default
24966 \bar default
24967 .
24968  Para cambiar una nota al pie a texto, pulsa la tecla 
24969 \family sans
24970 Retroceso
24971 \family default
24972  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24973  
24974 \family sans
24975 Supr
24976 \family default
24977  cuando el cursor está en la última posición de la nota, respectivamente.
24978 \end_layout
24979
24980 \begin_layout Standard
24981 Aquí hay un ejemplo de nota al pie:
24982 \family roman
24983 \series medium
24984 \bar no
24985
24986 \begin_inset Foot
24987 status collapsed
24988
24989 \begin_layout Plain Layout
24990 \begin_inset CommandInset label
24991 LatexCommand label
24992 name "pie:Esto-es-una"
24993
24994 \end_inset
24995
24996 Ejemplo de nota al pie.
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \family default
25003 \series default
25004 \bar default
25005
25006 \begin_inset ERT
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010
25011
25012 \backslash
25013 newcounter{MyRepeatFoot}
25014 \end_layout
25015
25016 \begin_layout Plain Layout
25017
25018
25019 \backslash
25020 setcounter{MyRepeatFoot}{
25021 \backslash
25022 thefootnote}
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Standard
25031 En la salida, el pie se muestra como número voladito en el lugar del texto
25032  donde se coloca el recuadro.
25033  El texto se coloca al final de la página actual.
25034  Los números de las notas son calculados por LaTeX, y son consecutivos.
25035  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
25036 \end_layout
25037
25038 \begin_layout Standard
25039 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
25040  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
25041  se describe en la sección
25042 \begin_inset space ~
25043 \end_inset
25044
25045
25046 \begin_inset CommandInset ref
25047 LatexCommand ref
25048 reference "sec:Referencias-a-Flotantes"
25049
25050 \end_inset
25051
25052 .
25053 \begin_inset Newline newline
25054 \end_inset
25055
25056 Esto es una referencia cruzada a la Nota al pie
25057 \begin_inset space ~
25058 \end_inset
25059
25060
25061 \begin_inset CommandInset ref
25062 LatexCommand ref
25063 reference "pie:Esto-es-una"
25064
25065 \end_inset
25066
25067 .
25068 \end_layout
25069
25070 \begin_layout Standard
25071 \begin_inset VSpace defskip
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
25079  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
25080  se inserta el comando 
25081 \series bold
25082
25083 \backslash
25084 footnotemark{}
25085 \series default
25086  en código TeX.
25087  El texto de la nota se introduce como argumento del comando
25088 \series bold
25089  
25090 \backslash
25091 footnotetext
25092 \series default
25093  después del cuadro.
25094 \begin_inset Newline newline
25095 \end_inset
25096
25097 Esto es lo que se ha hecho para el siguiente cuadro con el comando
25098 \end_layout
25099
25100 \begin_layout Standard
25101
25102 \series bold
25103
25104 \backslash
25105 footnotetext{
25106 \series default
25107 Texto de la nota del cuadro.
25108 \series bold
25109 }
25110 \end_layout
25111
25112 \begin_layout Standard
25113 \begin_inset Tabular
25114 <lyxtabular version="3" rows="2" columns="1">
25115 <features tabularvalignment="middle">
25116 <column alignment="center" valignment="top" width="0">
25117 <row>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 Texto de ejemplo.
25123 \begin_inset Foot
25124 status open
25125
25126 \begin_layout Plain Layout
25127 ¡Esta nota no se imprimirá!
25128 \end_layout
25129
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 <row>
25139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 Texto de ejemplo.
25144 \begin_inset ERT
25145 status collapsed
25146
25147 \begin_layout Plain Layout
25148
25149
25150 \backslash
25151 footnotemark{}
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 </row>
25162 </lyxtabular>
25163
25164 \end_inset
25165
25166
25167 \begin_inset ERT
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 footnotetext{
25175 \end_layout
25176
25177 \end_inset
25178
25179 Texto de la nota del cuadro.
25180 \begin_inset ERT
25181 status collapsed
25182
25183 \begin_layout Plain Layout
25184
25185 }
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Standard
25194 Las notas al pie en cuadros largos se describen en la sección
25195 \begin_inset space ~
25196 \end_inset
25197
25198
25199 \begin_inset CommandInset ref
25200 LatexCommand ref
25201 reference "sub:Notas-al-pie-en-Cuadros-Largos"
25202
25203 \end_inset
25204
25205 .
25206 \end_layout
25207
25208 \begin_layout Standard
25209 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
25210  y con numeración diferente debido a que una minipágina es como una página
25211  dentro de otra.
25212  (Más información sobre minipáginas en la sección
25213 \begin_inset space ~
25214 \end_inset
25215
25216
25217 \begin_inset CommandInset ref
25218 LatexCommand ref
25219 reference "sec:Minipáginas"
25220
25221 \end_inset
25222
25223 ).
25224  Para poner notas en una minipágina que se impriman a pie de página como
25225  las notas al pie normales, se puede usar también el método de 
25226 \series bold
25227
25228 \backslash
25229 footnotemark{}
25230 \series default
25231  y 
25232 \series bold
25233
25234 \backslash
25235 footnotetext
25236 \series default
25237 .
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset Box Frameless
25242 position "t"
25243 hor_pos "c"
25244 has_inner_box 1
25245 inner_pos "t"
25246 use_parbox 0
25247 use_makebox 0
25248 width "100col%"
25249 special "none"
25250 height "1in"
25251 height_special "totalheight"
25252 status open
25253
25254 \begin_layout Plain Layout
25255 Muestra de texto en una minipágina.
25256 \begin_inset Foot
25257 status open
25258
25259 \begin_layout Plain Layout
25260 Nota en la minipágina.
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \begin_layout Plain Layout
25269 Muestra de texto en una minipágina.
25270 \begin_inset ERT
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274
25275
25276 \backslash
25277 footnotemark{}
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \begin_inset ERT
25292 status collapsed
25293
25294 \begin_layout Plain Layout
25295
25296
25297 \backslash
25298 footnotetext{
25299 \end_layout
25300
25301 \end_inset
25302
25303 Nota fuera de la minipágina.
25304 \begin_inset ERT
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308
25309 }
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 \begin_inset VSpace defskip
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25326  cada vez, usa el comando 
25327 \series bold
25328
25329 \backslash
25330 footnotemark[number]
25331 \series default
25332  en código TeX.
25333 \begin_inset Newline newline
25334 \end_inset
25335
25336 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25337  hay que guardarlo.
25338  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25339  comandos en código TeX después de la nota al pie
25340 \begin_inset space ~
25341 \end_inset
25342
25343
25344 \begin_inset CommandInset ref
25345 LatexCommand ref
25346 reference "pie:Esto-es-una"
25347
25348 \end_inset
25349
25350  para guardar el número de la nota: 
25351 \end_layout
25352
25353 \begin_layout Standard
25354
25355 \series bold
25356
25357 \backslash
25358 newcounter{MyRepeatFoot}
25359 \begin_inset Newline newline
25360 \end_inset
25361
25362
25363 \backslash
25364 setcounter{MyRepeatFoot}{
25365 \backslash
25366 thefootnote}
25367 \end_layout
25368
25369 \begin_layout Standard
25370 La marca de la nota se ha creado después con el comando:
25371 \end_layout
25372
25373 \begin_layout Standard
25374
25375 \series bold
25376
25377 \backslash
25378 footnotemark[
25379 \backslash
25380 theMyRepeatFoot]
25381 \end_layout
25382
25383 \begin_layout Standard
25384 Aquí hay una nota repetida:
25385 \begin_inset ERT
25386 status collapsed
25387
25388 \begin_layout Plain Layout
25389
25390
25391 \backslash
25392 footnotemark[
25393 \backslash
25394 theMyRepeatFoot]
25395 \end_layout
25396
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \begin_layout Standard
25403 Para repetir la nota al pie previa, se puede omitir el guardado del número
25404  de la nota y usar en su lugar el comando:
25405 \end_layout
25406
25407 \begin_layout Standard
25408
25409 \series bold
25410
25411 \backslash
25412 footnotemark[
25413 \backslash
25414 thefootnote]
25415 \end_layout
25416
25417 \begin_layout Standard
25418 Aquí hay otra nota repetida:
25419 \begin_inset ERT
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423
25424
25425 \backslash
25426 footnotemark[
25427 \backslash
25428 thefootnote]
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Subsection
25437 Numeración de notas al pie
25438 \begin_inset CommandInset label
25439 LatexCommand label
25440 name "sub:Numeración-de-Notas-al-Pie"
25441
25442 \end_inset
25443
25444
25445 \begin_inset Index idx
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449 Notas ! al pie ! numeración
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 Para reiniciar el número de pie a 1 en cada sección añade
25459 \family roman
25460  en el preámbulo el comando:
25461 \end_layout
25462
25463 \begin_layout Standard
25464
25465 \series bold
25466
25467 \backslash
25468 @addtoreset{footnote}{section}
25469 \end_layout
25470
25471 \begin_layout Standard
25472 \begin_inset VSpace bigskip
25473 \end_inset
25474
25475 El siguiente comando en el preámbulo cambia el estilo de numeración del
25476  pie a números romanos en minúsculas:
25477 \end_layout
25478
25479 \begin_layout Standard
25480
25481 \series bold
25482
25483 \backslash
25484 renewcommand{
25485 \backslash
25486 thefootnote}{
25487 \backslash
25488 roman{footnote}}
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset ERT
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496
25497
25498 \backslash
25499 renewcommand{
25500 \backslash
25501 thefootnote}{
25502 \backslash
25503 roman{footnote}}
25504 \end_layout
25505
25506 \end_inset
25507
25508  Nota al pie en números romanos:
25509 \begin_inset Foot
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 Ejemplo de nota al pie en números romanos.
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \begin_inset ERT
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523
25524
25525 \backslash
25526 renewcommand{
25527 \backslash
25528 thefootnote}{
25529 \backslash
25530 arabic{footnote}}
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25540  
25541 \series bold
25542
25543 \backslash
25544 roman
25545 \series default
25546  por 
25547 \series bold
25548
25549 \backslash
25550 Roman
25551 \series default
25552 .
25553  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25554 \series bold
25555
25556 \backslash
25557 Alph
25558 \series default
25559  o 
25560 \series bold
25561
25562 \backslash
25563 alph
25564 \series default
25565 , respectivamente.
25566  Para ordenar las notas al pie con símbolos usa 
25567 \series bold
25568
25569 \backslash
25570 fnsymbol
25571 \series default
25572 .
25573 \end_layout
25574
25575 \begin_layout Standard
25576 \begin_inset Note Greyedout
25577 status open
25578
25579 \begin_layout Plain Layout
25580
25581 \series bold
25582 Nota:
25583 \series default
25584  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25585  simples.
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \begin_inset Newline newline
25592 \end_inset
25593
25594
25595 \begin_inset Note Greyedout
25596 status open
25597
25598 \begin_layout Plain Layout
25599
25600 \series bold
25601 Nota:
25602 \series default
25603  sólo puedes ordenar hasta 9 pies con símbolos.
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \begin_layout Standard
25612 Para volver al estilo de numeración predeterminado cuando has cambiado a
25613  otro estilo, usa 
25614 \series bold
25615
25616 \backslash
25617 arabic
25618 \series default
25619  en vez de 
25620 \series bold
25621
25622 \backslash
25623 roman
25624 \series default
25625  en el comando anterior.
25626 \begin_inset ERT
25627 status collapsed
25628
25629 \begin_layout Plain Layout
25630
25631
25632 \backslash
25633 renewcommand{
25634 \backslash
25635 thefootnote}{
25636 \backslash
25637 arabic{footnote}}
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset VSpace bigskip
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \begin_layout Standard
25653 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25654  comando al preámbulo del documento:
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \series bold
25660
25661 \backslash
25662 numberwithin{footnote}{chapter}
25663 \end_layout
25664
25665 \begin_layout Standard
25666 Para poder usar el comando 
25667 \series bold
25668
25669 \backslash
25670 numberwithin
25671 \series default
25672 , marca la opción 
25673 \family sans
25674 Usar
25675 \family default
25676
25677 \begin_inset space ~
25678 \end_inset
25679
25680
25681 \family sans
25682 el
25683 \family default
25684
25685 \begin_inset space ~
25686 \end_inset
25687
25688
25689 \family sans
25690 paquete
25691 \family default
25692
25693 \begin_inset space ~
25694 \end_inset
25695
25696
25697 \family sans
25698 AMS
25699 \family default
25700  en la sección 
25701 \family sans
25702 Opciones para ecuaciones
25703 \family default
25704  de la configuración del documento.
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset ERT
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712
25713
25714 \backslash
25715 numberwithin{footnote}{chapter}
25716 \end_layout
25717
25718 \end_inset
25719
25720 Esto es otro ejemplo de nota al pie:
25721 \series bold
25722
25723 \begin_inset Foot
25724 status collapsed
25725
25726 \begin_layout Plain Layout
25727 Nota al pie numerada en el esquema 
25728 \begin_inset Quotes eld
25729 \end_inset
25730
25731 capítulo.nota
25732 \begin_inset Quotes erd
25733 \end_inset
25734
25735 .
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \series default
25742
25743 \begin_inset ERT
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747
25748
25749 \backslash
25750 renewcommand{
25751 \backslash
25752 thefootnote}{
25753 \backslash
25754 arabic{footnote}}
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Standard
25763 \begin_inset Note Greyedout
25764 status open
25765
25766 \begin_layout Plain Layout
25767
25768 \series bold
25769 Nota: 
25770 \backslash
25771 numberwithin 
25772 \series default
25773 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25774  previas para obtener números no arábigos se sobreescriben.
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \begin_layout Standard
25783 Así, para obtener por ejemplo el esquema «capítulo.
25784 \backslash
25785 Roman{footnote}», usa este comando en vez de 
25786 \series bold
25787
25788 \backslash
25789 numberwithin
25790 \series default
25791 :
25792 \end_layout
25793
25794 \begin_layout Standard
25795
25796 \series bold
25797
25798 \backslash
25799 renewcommand{
25800 \backslash
25801 thefootnote}{
25802 \backslash
25803 thechapter.
25804 \backslash
25805 Roman{footnote}}
25806 \end_layout
25807
25808 \begin_layout Subsection
25809 Colocación de notas al pie
25810 \begin_inset Index idx
25811 status open
25812
25813 \begin_layout Plain Layout
25814 Notas ! al pie ! colocación
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25824  entre ellas al final de la página.
25825  Para hacerlas más legibles puedes añadir 1.5
25826 \begin_inset space \thinspace{}
25827 \end_inset
25828
25829 mm, p.
25830 \begin_inset space \thinspace{}
25831 \end_inset
25832
25833 e., con el comando siguiente en el preámbulo:
25834 \end_layout
25835
25836 \begin_layout Standard
25837
25838 \series bold
25839
25840 \backslash
25841 let
25842 \backslash
25843 myFoot
25844 \backslash
25845 footnote
25846 \begin_inset Newline newline
25847 \end_inset
25848
25849
25850 \backslash
25851 renewcommand{
25852 \backslash
25853 footnote}[1]{
25854 \backslash
25855 myFoot{#1
25856 \backslash
25857 vspace{1.5mm}}}
25858 \end_layout
25859
25860 \begin_layout Standard
25861 \begin_inset VSpace bigskip
25862 \end_inset
25863
25864 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25865  véase la figura
25866 \begin_inset space ~
25867 \end_inset
25868
25869
25870 \begin_inset CommandInset ref
25871 LatexCommand ref
25872 reference "fig:Colocación-standard-del-pie"
25873
25874 \end_inset
25875
25876 .
25877  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25878  en la figura
25879 \begin_inset space ~
25880 \end_inset
25881
25882
25883 \begin_inset CommandInset ref
25884 LatexCommand ref
25885 reference "fig:Colocación-del-pie-en"
25886
25887 \end_inset
25888
25889 , usa el paquete LaTeX 
25890 \series bold
25891 ftnright
25892 \series default
25893
25894 \begin_inset Index idx
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898 LaTeX-paquetes ! ftnright
25899 \end_layout
25900
25901 \end_inset
25902
25903  con este comando en el preámbulo:
25904 \end_layout
25905
25906 \begin_layout Standard
25907
25908 \series bold
25909
25910 \backslash
25911 usepackage{ftnright}
25912 \end_layout
25913
25914 \begin_layout Standard
25915 \begin_inset Float figure
25916 placement !h
25917 wide false
25918 sideways false
25919 status open
25920
25921 \begin_layout Plain Layout
25922 \begin_inset ERT
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926
25927
25928 \backslash
25929 framebox{
25930 \end_layout
25931
25932 \end_inset
25933
25934
25935 \begin_inset Graphics
25936         filename ../clipart/without_fntright.pdf
25937         width 100col%
25938
25939 \end_inset
25940
25941
25942 \begin_inset ERT
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946
25947 }
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Plain Layout
25956 \begin_inset Caption
25957
25958 \begin_layout Plain Layout
25959 \begin_inset CommandInset label
25960 LatexCommand label
25961 name "fig:Colocación-standard-del-pie"
25962
25963 \end_inset
25964
25965 Colocación estándar de notas al pie en documentos a dos columnas.
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 \begin_inset Float figure
25980 placement !h
25981 wide false
25982 sideways false
25983 status open
25984
25985 \begin_layout Plain Layout
25986 \begin_inset ERT
25987 status collapsed
25988
25989 \begin_layout Plain Layout
25990
25991
25992 \backslash
25993 framebox{
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \begin_inset Graphics
26000         filename ../clipart/with_fntright.pdf
26001         width 100col%
26002
26003 \end_inset
26004
26005
26006 \begin_inset ERT
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010
26011 }
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Plain Layout
26020 \begin_inset Caption
26021
26022 \begin_layout Plain Layout
26023 \begin_inset CommandInset label
26024 LatexCommand label
26025 name "fig:Colocación-del-pie-en"
26026
26027 \end_inset
26028
26029 Colocación de la nota al pie en documentos a dos columnas cuando se usa
26030  el paquete LaTeX 
26031 \series bold
26032 ftnright
26033 \series default
26034 .
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \begin_layout Standard
26048 \begin_inset VSpace bigskip
26049 \end_inset
26050
26051 En alguna literatura científica es habitual reunir las notas para imprimirlas
26052  en un párrafo separado al final de la sección, como en la figura
26053 \begin_inset space ~
26054 \end_inset
26055
26056
26057 \begin_inset CommandInset ref
26058 LatexCommand ref
26059 reference "fig:Notas-al-pie-al-final"
26060
26061 \end_inset
26062
26063 .
26064  Para reunir las notas al final
26065 \begin_inset Index idx
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069 Notas ! al final
26070 \end_layout
26071
26072 \end_inset
26073
26074  en vez de a pie de página, carga en el menú 
26075 \family sans
26076 Documento\SpecialChar \menuseparator
26077 Configuratión\SpecialChar \menuseparator
26078 Módulos
26079 \family default
26080  el módulo 
26081 \family sans
26082 Pie
26083 \begin_inset space ~
26084 \end_inset
26085
26086 al
26087 \begin_inset space ~
26088 \end_inset
26089
26090 final
26091 \family default
26092 .
26093  Para insertar la colección de notas, escribe el comando
26094 \end_layout
26095
26096 \begin_layout Standard
26097
26098 \series bold
26099
26100 \backslash
26101 theendnotes
26102 \end_layout
26103
26104 \begin_layout Standard
26105 en código TeX al final de una sección o capítulo.
26106 \end_layout
26107
26108 \begin_layout Standard
26109 \begin_inset Float figure
26110 wide false
26111 sideways false
26112 status open
26113
26114 \begin_layout Plain Layout
26115 \align center
26116 \begin_inset ERT
26117 status collapsed
26118
26119 \begin_layout Plain Layout
26120
26121
26122 \backslash
26123 framebox{
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \begin_inset Graphics
26130         filename ../clipart/endnotes.pdf
26131
26132 \end_inset
26133
26134
26135 \begin_inset ERT
26136 status collapsed
26137
26138 \begin_layout Plain Layout
26139
26140 }
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Plain Layout
26149 \begin_inset Caption
26150
26151 \begin_layout Plain Layout
26152 \begin_inset CommandInset label
26153 LatexCommand label
26154 name "fig:Notas-al-pie-al-final"
26155
26156 \end_inset
26157
26158 Notas al final: notas impresas en párrafo separado al final de la sección
26159  o del capítulo.
26160 \end_layout
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 \begin_inset VSpace medskip
26174 \end_inset
26175
26176 La cabecera de párrafo para las notas finales no se traduce automáticamente
26177  al lenguaje del documento, hay que hacerlo manualmente.
26178  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
26179  español «Notas»:
26180 \end_layout
26181
26182 \begin_layout Standard
26183
26184 \series bold
26185
26186 \backslash
26187 renewcommand{
26188 \backslash
26189 notesname}{Notas}
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset VSpace medskip
26194 \end_inset
26195
26196 La numeración de notas finales puede cambiarse como la de las notas al pie,
26197  como se describe en la sección
26198 \begin_inset space ~
26199 \end_inset
26200
26201
26202 \begin_inset CommandInset ref
26203 LatexCommand ref
26204 reference "sub:Numeración-de-Notas-al-Pie"
26205
26206 \end_inset
26207
26208 ; sólo hay que reemplazar el comando 
26209 \series bold
26210
26211 \backslash
26212 thefootnote
26213 \series default
26214  por 
26215 \series bold
26216
26217 \backslash
26218 theendnote
26219 \series default
26220 .
26221  Para restablecer la numeración usa el comando 
26222 \series bold
26223
26224 \backslash
26225 @addtoreset
26226 \series default
26227  como se describe en la sección
26228 \begin_inset space ~
26229 \end_inset
26230
26231
26232 \begin_inset CommandInset ref
26233 LatexCommand ref
26234 reference "sub:Numeración-de-Notas-al-Pie"
26235
26236 \end_inset
26237
26238  y sustituye el parámetro de comando 
26239 \series bold
26240 footnote
26241 \series default
26242  por 
26243 \series bold
26244 endnote
26245 \series default
26246 .
26247 \end_layout
26248
26249 \begin_layout Standard
26250 Para notas al final hay el comando el comando 
26251 \series bold
26252
26253 \backslash
26254 endnotemark[número]
26255 \series default
26256  similar al comando 
26257 \series bold
26258
26259 \backslash
26260 footnotemark
26261 \series default
26262 , descrito en la sección
26263 \begin_inset space ~
26264 \end_inset
26265
26266
26267 \begin_inset CommandInset ref
26268 LatexCommand ref
26269 reference "sec:Notas-al-pie"
26270
26271 \end_inset
26272
26273 .
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \begin_inset VSpace bigskip
26278 \end_inset
26279
26280 Las notas al pie también pueden colocarse al margen de la página y la alineación
26281  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26282 \series bold
26283 footmisc
26284 \series default
26285
26286 \begin_inset Index idx
26287 status collapsed
26288
26289 \begin_layout Plain Layout
26290 LaTeX-paquetes ! footmisc
26291 \end_layout
26292
26293 \end_inset
26294
26295  
26296 \begin_inset CommandInset citation
26297 LatexCommand cite
26298 key "footmisc"
26299
26300 \end_inset
26301
26302  para más información.
26303 \end_layout
26304
26305 \begin_layout Standard
26306 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26307  
26308 \begin_inset CommandInset citation
26309 LatexCommand cite
26310 key "latexcompanion,latexguide,latexbook"
26311
26312 \end_inset
26313
26314 .
26315  Si estás usando una clase de documento 
26316 \series bold
26317 KOMA-Script
26318 \series default
26319
26320 \begin_inset Index idx
26321 status collapsed
26322
26323 \begin_layout Plain Layout
26324 LaTeX-paquetes ! KOMA-Script
26325 \end_layout
26326
26327 \end_inset
26328
26329 , puedes ajustar las características de las notas al pie mediante comandos
26330  específicos de la clase, véase 
26331 \begin_inset CommandInset citation
26332 LatexCommand cite
26333 key "KOMA-Script"
26334
26335 \end_inset
26336
26337 .
26338 \end_layout
26339
26340 \begin_layout Section
26341 Notas al margen
26342 \begin_inset Index idx
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346 Notas ! al margen
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \begin_layout Standard
26355 Las notas al margen se ven y se comportan en LyX como notas al pie.
26356  Se insertan con el menú 
26357 \family sans
26358 Insertar\SpecialChar \menuseparator
26359 Nota
26360 \begin_inset space ~
26361 \end_inset
26362
26363 al
26364 \begin_inset space ~
26365 \end_inset
26366
26367 margen
26368 \family default
26369  o con el botón 
26370 \begin_inset Graphics
26371         filename ../../images/marginalnote-insert.png
26372         scale 85
26373
26374 \end_inset
26375
26376 .
26377  Aparece un cuadro gris con la etiqueta 
26378 \family roman
26379 \series medium
26380 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26381 \end_layout
26382
26383 \begin_layout Standard
26384 Al lado hay un ejemplo de nota al margen.
26385
26386 \family roman
26387 \series medium
26388  
26389 \begin_inset Marginal
26390 status open
26391
26392 \begin_layout Plain Layout
26393 Esto es una nota al margen.
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Standard
26402 Estas notas salen en el margen derecho en documentos a una cara.
26403  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26404  en páginas pares, derecho en páginas impares—.
26405  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26406  a la derecha si la nota aparece en el margen izquierdo—.
26407  La primera línea de la nota se sitúa en la posición de la línea del texto
26408  en la que se inserta en el documento.
26409 \end_layout
26410
26411 \begin_layout Standard
26412 \begin_inset VSpace bigskip
26413 \end_inset
26414
26415 Para colocar la nota en el margen interno añade el comando
26416 \end_layout
26417
26418 \begin_layout Standard
26419
26420 \series bold
26421
26422 \backslash
26423 reversemarginpar
26424 \end_layout
26425
26426 \begin_layout Standard
26427 en código TeX antes de la nota.
26428  La nueva colocación es válida para todas las siguientes notas al margen.
26429  
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434
26435
26436 \backslash
26437 reversemarginpar 
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \begin_inset Marginal
26444 status open
26445
26446 \begin_layout Plain Layout
26447 Esto es una nota en el margen interno.
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \series bold
26454
26455 \begin_inset Newline newline
26456 \end_inset
26457
26458
26459 \series default
26460
26461 \begin_inset Note Greyedout
26462 status open
26463
26464 \begin_layout Plain Layout
26465
26466 \series bold
26467 Nota:
26468 \series default
26469  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26470  no se mostrará correctamente en la salida.
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \begin_layout Standard
26479 Para volver a la ubicación predeterminada inserta en código TeX el comando
26480 \begin_inset ERT
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484
26485
26486 \backslash
26487 normalmarginpar 
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \begin_layout Standard
26496
26497 \series bold
26498
26499 \backslash
26500 normalmarginpar
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset Note Greyedout
26505 status open
26506
26507 \begin_layout Plain Layout
26508
26509 \series bold
26510 Nota:
26511 \series default
26512  El comando se ignora si en el mismo párrafo está también presente el comando
26513  
26514 \series bold
26515
26516 \backslash
26517 reversemarginpar
26518 \series default
26519 .
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 \begin_inset VSpace bigskip
26529 \end_inset
26530
26531
26532 \family roman
26533 \series medium
26534
26535 \begin_inset Marginal
26536 status open
26537
26538 \begin_layout Plain Layout
26539 PalabraMuyLargaAlMargen no partida con guión.
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \family default
26546 \series default
26547  Como en el caso descrito en la sección
26548 \begin_inset space ~
26549 \end_inset
26550
26551
26552 \begin_inset CommandInset ref
26553 LatexCommand ref
26554 reference "sub:Líneas-Múltiples-en"
26555
26556 \end_inset
26557
26558 , una palabra larga no puede partirse con guión cuando es la primera en
26559  la nota al margen.
26560  Para evitar esto, inserta un espacio horizontal de 0
26561 \begin_inset space \thinspace{}
26562 \end_inset
26563
26564 pt antes de la palabra
26565 \family roman
26566 \series medium
26567 .
26568 \end_layout
26569
26570 \begin_layout Standard
26571
26572 \family roman
26573 \series medium
26574 \begin_inset Marginal
26575 status open
26576
26577 \begin_layout Plain Layout
26578 \begin_inset ERT
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582
26583
26584 \backslash
26585 hspace{0pt}
26586 \end_layout
26587
26588 \end_inset
26589
26590 PalabraMuyLargaAlMargen partida con guión.
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Standard
26599 \begin_inset VSpace bigskip
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \begin_layout Standard
26606 \begin_inset Note Greyedout
26607 status open
26608
26609 \begin_layout Plain Layout
26610
26611 \series bold
26612 Nota:
26613 \series default
26614  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26615  y notas al pie.
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace bigskip
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Standard
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 ifmarginnote
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \begin_inset Note Note
26645 status open
26646
26647 \begin_layout Plain Layout
26648 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26649  LaTeX 
26650 \series bold
26651 marginnote
26652 \series default
26653 .
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 Esta restricción se puede salvar con el paquete LaTeX 
26663 \series bold
26664 marginnote
26665 \series default
26666
26667 \begin_inset Index idx
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671 LaTeX-paquetes ! marginnote
26672 \end_layout
26673
26674 \end_inset
26675
26676 .
26677  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26678  notas al margen es redefinido para usar el comando proporcionado por el
26679  paquete 
26680 \series bold
26681 marginnote
26682 \series default
26683 :
26684 \end_layout
26685
26686 \begin_layout Standard
26687
26688 \series bold
26689
26690 \backslash
26691 usepackage{marginnote}
26692 \begin_inset Newline newline
26693 \end_inset
26694
26695
26696 \backslash
26697 let
26698 \backslash
26699 marginpar
26700 \backslash
26701 marginnote
26702 \end_layout
26703
26704 \begin_layout Standard
26705 Esto se ha utilizado en el presente documento porque 
26706 \series bold
26707 marginnote
26708 \series default
26709  tiene una característica adicional útil: Puedes establecer un desplazamiento
26710  vertical a la nota.
26711  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26712  diseño de la página.
26713  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26714  en código TeX
26715 \end_layout
26716
26717 \begin_layout Standard
26718
26719 \series bold
26720 [desplazamiento]
26721 \end_layout
26722
26723 \begin_layout Standard
26724 donde desplazamiento es una longitud en una de las unidades del cuadro
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \begin_inset CommandInset ref
26730 LatexCommand ref
26731 reference "tab:Unidades"
26732
26733 \end_inset
26734
26735 .
26736  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26737  abajo.
26738  
26739 \family roman
26740 \series medium
26741 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26742 \begin_inset space \thinspace{}
26743 \end_inset
26744
26745 cm arriba con el comando en código TeX 
26746 \begin_inset Quotes eld
26747 \end_inset
26748
26749
26750 \family default
26751 \series bold
26752 [-1.5cm]
26753 \family roman
26754 \series medium
26755
26756 \begin_inset Quotes erd
26757 \end_inset
26758
26759
26760 \begin_inset Marginal
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764 Esta nota está 1.5
26765 \begin_inset space \thinspace{}
26766 \end_inset
26767
26768 cm por encima de su posición original.
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \family default
26775 \series default
26776
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782 [-1.5cm]
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 \begin_inset VSpace medskip
26792 \end_inset
26793
26794 Con 
26795 \series bold
26796 marginnote
26797 \series default
26798  también puedes cambiar la alineación del texto en el margen.
26799  Por ejemplo los comandos
26800 \end_layout
26801
26802 \begin_layout Standard
26803
26804 \series bold
26805
26806 \backslash
26807 renewcommand*{
26808 \backslash
26809 raggedleftmarginnote}{
26810 \backslash
26811 centering}
26812 \begin_inset Newline newline
26813 \end_inset
26814
26815
26816 \backslash
26817 renewcommand*{
26818 \backslash
26819 raggedrightmarginnote}{
26820 \backslash
26821 centering}
26822 \end_layout
26823
26824 \begin_layout Standard
26825 producen alineación centrada.
26826  
26827 \series bold
26828
26829 \backslash
26830 raggedleftmarginnote
26831 \series default
26832  identifica las notas que aparecen al lado izquierdo.
26833 \family roman
26834 \series medium
26835
26836 \begin_inset ERT
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840
26841
26842 \backslash
26843 renewcommand*{
26844 \backslash
26845 raggedleftmarginnote}{
26846 \backslash
26847 centering}
26848 \end_layout
26849
26850 \begin_layout Plain Layout
26851
26852
26853 \backslash
26854 renewcommand*{
26855 \backslash
26856 raggedrightmarginnote}{
26857 \backslash
26858 centering}
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \begin_inset Marginal
26865 status open
26866
26867 \begin_layout Plain Layout
26868 El texto de esta nota está centrado.
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \family default
26875 \series default
26876  El valor predeterminado es 
26877 \end_layout
26878
26879 \begin_layout Standard
26880
26881 \series bold
26882
26883 \backslash
26884 renewcommand*{
26885 \backslash
26886 raggedleftmarginnote}{
26887 \backslash
26888 raggedleft}
26889 \begin_inset Newline newline
26890 \end_inset
26891
26892
26893 \backslash
26894 renewcommand*{
26895 \backslash
26896 raggedrightmarginnote}{
26897 \backslash
26898 raggedright}
26899 \family roman
26900 \series medium
26901
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 renewcommand*{
26910 \backslash
26911 raggedleftmarginnote}{
26912 \backslash
26913 raggedleft}
26914 \end_layout
26915
26916 \begin_layout Plain Layout
26917
26918
26919 \backslash
26920 renewcommand*{
26921 \backslash
26922 raggedrightmarginnote}{
26923 \backslash
26924 raggedright}
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Standard
26933 \begin_inset VSpace medskip
26934 \end_inset
26935
26936 Para otras características de 
26937 \series bold
26938 marginnote
26939 \series default
26940  mira en su documentación 
26941 \begin_inset CommandInset citation
26942 LatexCommand cite
26943 key "marginnote"
26944
26945 \end_inset
26946
26947 .
26948 \end_layout
26949
26950 \begin_layout Standard
26951 \begin_inset VSpace bigskip
26952 \end_inset
26953
26954 El diseño de las notas al margen puede ser redefinido.
26955  Por ejemplo, para crear una cabecera para todas las notas con el texto
26956  
26957 \begin_inset Quotes eld
26958 \end_inset
26959
26960
26961 \series bold
26962 \bar under
26963 ¡
26964 \family sans
26965 Atención
26966 \family default
26967 !
26968 \series default
26969 \bar default
26970
26971 \begin_inset Quotes erd
26972 \end_inset
26973
26974 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26975 \end_layout
26976
26977 \begin_layout Standard
26978
26979 \series bold
26980
26981 \backslash
26982 let
26983 \backslash
26984 myMarginpar
26985 \backslash
26986 marginpar
26987 \begin_inset Newline newline
26988 \end_inset
26989
26990
26991 \backslash
26992 renewcommand{
26993 \backslash
26994 marginpar}[1]{
26995 \backslash
26996 myMarginpar{%
26997 \begin_inset Newline newline
26998 \end_inset
26999
27000
27001 \begin_inset Phantom HPhantom
27002 status open
27003
27004 \begin_layout Plain Layout
27005
27006 \series bold
27007 \begin_inset space ~
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \backslash
27017 hspace{0pt}
27018 \backslash
27019 textsf{
27020 \backslash
27021 textbf{
27022 \backslash
27023 underbar{¡Atención!}}}%
27024 \begin_inset Newline newline
27025 \end_inset
27026
27027
27028 \begin_inset Phantom HPhantom
27029 status open
27030
27031 \begin_layout Plain Layout
27032
27033 \series bold
27034 \begin_inset space ~
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \backslash
27044 vspace{1.5mm}
27045 \backslash
27046
27047 \backslash
27048 #1}}
27049 \end_layout
27050
27051 \begin_layout Standard
27052
27053 \family roman
27054 \series medium
27055 \begin_inset ERT
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059
27060
27061 \backslash
27062 let
27063 \backslash
27064 myMarginpar
27065 \backslash
27066 marginpar
27067 \end_layout
27068
27069 \begin_layout Plain Layout
27070
27071
27072 \backslash
27073 renewcommand{
27074 \backslash
27075 marginpar}[1]{
27076 \backslash
27077 myMarginpar{%
27078 \end_layout
27079
27080 \begin_layout Plain Layout
27081
27082    
27083 \backslash
27084 textsf{
27085 \backslash
27086 textbf{
27087 \backslash
27088 underbar{¡Atención!}}}%
27089 \end_layout
27090
27091 \begin_layout Plain Layout
27092
27093    
27094 \backslash
27095 vspace{1.5mm}
27096 \backslash
27097
27098 \backslash
27099 #1}}
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \begin_inset Marginal
27106 status open
27107
27108 \begin_layout Plain Layout
27109 Esta es una nota con una cabecera definida.
27110 \end_layout
27111
27112 \end_inset
27113
27114
27115 \family default
27116 \series default
27117
27118 \begin_inset ERT
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122
27123 [-1.5cm]
27124 \end_layout
27125
27126 \end_inset
27127
27128
27129 \family roman
27130 \series medium
27131
27132 \begin_inset ERT
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136
27137
27138 \backslash
27139 renewcommand{
27140 \backslash
27141 marginpar}[1]{
27142 \backslash
27143 myMarginpar{#1}}
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \family default
27150 \series default
27151
27152 \begin_inset Note Note
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
27157 \end_layout
27158
27159 \end_inset
27160
27161
27162 \end_layout
27163
27164 \begin_layout Standard
27165 \begin_inset ERT
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169
27170
27171 \backslash
27172 else
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \begin_inset Note Note
27179 status open
27180
27181 \begin_layout Plain Layout
27182 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
27183  
27184 \series bold
27185 marginnote
27186 \series default
27187 .
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 Debes instalar el paquete LaTeX 
27197 \series bold
27198 marginnote
27199 \series default
27200  para ver la parte siguiente en la salida.
27201 \end_layout
27202
27203 \begin_layout Standard
27204 \begin_inset ERT
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208
27209
27210 \backslash
27211 fi
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Chapter
27220 Marcos
27221 \end_layout
27222
27223 \begin_layout Section
27224 Introducción
27225 \begin_inset Index idx
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 Marcos ! Introducción
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \begin_layout Standard
27238 Los marcos se emplean para dar formato a bloques de texto.
27239  Se pueden usar para escribir documentos con varios idiomas, véase sección
27240 \begin_inset space ~
27241 \end_inset
27242
27243
27244 \begin_inset CommandInset ref
27245 LatexCommand ref
27246 reference "sec:Minipáginas"
27247
27248 \end_inset
27249
27250 , enmarcar textos, véase sección
27251 \begin_inset space ~
27252 \end_inset
27253
27254
27255 \begin_inset CommandInset ref
27256 LatexCommand ref
27257 reference "sec:Decoración"
27258
27259 \end_inset
27260
27261 , evitar la división de palabras, véase sección
27262 \begin_inset space ~
27263 \end_inset
27264
27265
27266 \begin_inset CommandInset ref
27267 LatexCommand ref
27268 reference "sec:Evitar-la-Partición"
27269
27270 \end_inset
27271
27272 , alinear texto, véase sección
27273 \begin_inset space ~
27274 \end_inset
27275
27276
27277 \begin_inset CommandInset ref
27278 LatexCommand ref
27279 reference "sub:Alineación-Vertical"
27280
27281 \end_inset
27282
27283 , o para poner color de fondo a un texto, véase sección
27284 \begin_inset space ~
27285 \end_inset
27286
27287
27288 \begin_inset CommandInset ref
27289 LatexCommand ref
27290 reference "sec:Marcos-Coloreados"
27291
27292 \end_inset
27293
27294 .
27295 \end_layout
27296
27297 \begin_layout Standard
27298 Se insertan con el menú 
27299 \family sans
27300 Insertar\SpecialChar \menuseparator
27301 Marco
27302 \family default
27303  o con el botón 
27304 \begin_inset Graphics
27305         filename ../../images/box-insert.png
27306         scale 85
27307
27308 \end_inset
27309
27310 .
27311  Surge un recuadro gris con la etiqueta 
27312 \family sans
27313 Marco (Minipágina)
27314 \family default
27315
27316 \begin_inset Graphics
27317         filename clipart/CuadroMinipagQt4.png
27318         scale 75
27319         keepAspectRatio
27320
27321 \end_inset
27322
27323 .
27324  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
27325  
27326 \family sans
27327 Configuración
27328 \family default
27329 .
27330  Sale un diálogo en el que 
27331 \family sans
27332 Marco
27333 \family default
27334
27335 \begin_inset space ~
27336 \end_inset
27337
27338
27339 \family sans
27340 interior
27341 \family default
27342  permite escoger los tipos
27343 \family sans
27344  Minipágina
27345 \family default
27346
27347 \family sans
27348 Marco de párrafo
27349 \family default
27350  y 
27351 \family sans
27352 Marco de 
27353 \family default
27354 línea.
27355  
27356 \family sans
27357 Minipágina
27358 \family default
27359  es el predeterminado para nuevos marcos y se explica en la sección
27360 \begin_inset space ~
27361 \end_inset
27362
27363
27364 \begin_inset CommandInset ref
27365 LatexCommand ref
27366 reference "sec:Minipáginas"
27367
27368 \end_inset
27369
27370 ; el tipo 
27371 \family sans
27372 Marco de párrafo
27373 \family default
27374  se describe en la sección
27375 \begin_inset space ~
27376 \end_inset
27377
27378
27379 \begin_inset CommandInset ref
27380 LatexCommand ref
27381 reference "sec:Marcos-de-Párrafo"
27382
27383 \end_inset
27384
27385  y el tipo 
27386 \family sans
27387 Marco de línea
27388 \family default
27389  se describe en la sección
27390 \begin_inset space ~
27391 \end_inset
27392
27393
27394 \begin_inset CommandInset ref
27395 LatexCommand ref
27396 reference "sec:Evitar-la-Partición"
27397
27398 \end_inset
27399
27400 .
27401 \end_layout
27402
27403 \begin_layout Standard
27404 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
27405  o las notas al pie.
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \begin_inset Note Greyedout
27410 status open
27411
27412 \begin_layout Plain Layout
27413
27414 \series bold
27415 Nota:
27416 \series default
27417  Los marcos no deben ser el ítem en un entorno 
27418 \family sans
27419 Enumeración*
27420 \family default
27421  o 
27422 \family sans
27423 Descripción
27424 \family default
27425 .
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \begin_layout Standard
27434 \begin_inset Note Greyedout
27435 status open
27436
27437 \begin_layout Plain Layout
27438
27439 \series bold
27440 Nota:
27441 \series default
27442  Por razones desconocidas sólo se puede poner el tipo 
27443 \family sans
27444 Marco
27445 \begin_inset space ~
27446 \end_inset
27447
27448 interior
27449 \family default
27450  en 
27451 \family sans
27452 Ninguno
27453 \family default
27454  cuando se emplea un marco enmarcado.
27455  Los marcos sin ningún tipo de 
27456 \family sans
27457 Marco
27458 \begin_inset space ~
27459 \end_inset
27460
27461 interior
27462 \family default
27463  y sin bordes se explican en la sección
27464 \begin_inset space ~
27465 \end_inset
27466
27467
27468 \begin_inset CommandInset ref
27469 LatexCommand ref
27470 reference "sec:Evitar-la-Partición"
27471
27472 \end_inset
27473
27474 .
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Section
27483 Diálogo de marcos
27484 \begin_inset CommandInset label
27485 LatexCommand label
27486 name "sec:Diálogo-Marcos"
27487
27488 \end_inset
27489
27490
27491 \begin_inset Index idx
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 Marcos ! Configuración
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Subsection
27504 Tamaño
27505 \begin_inset Index idx
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 Marcos ! Tamaño
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518 En el diálogo puedes ajustar la geometría del marco en los campos 
27519 \family sans
27520 Ancho
27521 \family default
27522  y 
27523 \family sans
27524 Alto
27525 \family default
27526 .
27527  Las unidades disponibles para la geometría se describen en el cuadro
27528 \begin_inset space ~
27529 \end_inset
27530
27531
27532 \begin_inset CommandInset ref
27533 LatexCommand ref
27534 reference "tab:Unidades"
27535
27536 \end_inset
27537
27538 .
27539  El campo 
27540 \family sans
27541 Alto
27542 \family default
27543  ofrece los siguientes tamaños adicionales:
27544 \end_layout
27545
27546 \begin_layout Description
27547 Profundidad Es la 
27548 \begin_inset Quotes fld
27549 \end_inset
27550
27551 altura
27552 \begin_inset Quotes frd
27553 \end_inset
27554
27555  del texto plano.
27556  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27557  marco:
27558 \begin_inset Newline newline
27559 \end_inset
27560
27561
27562 \begin_inset Newline newline
27563 \end_inset
27564
27565
27566 \begin_inset Newline newline
27567 \end_inset
27568
27569
27570 \begin_inset Newline newline
27571 \end_inset
27572
27573
27574 \begin_inset Box Boxed
27575 position "c"
27576 hor_pos "c"
27577 has_inner_box 1
27578 inner_pos "c"
27579 use_parbox 0
27580 use_makebox 0
27581 width "12col%"
27582 special "none"
27583 height "1in"
27584 height_special "depth"
27585 status open
27586
27587 \begin_layout Plain Layout
27588 \align center
27589 Marco con altura establecida en 1
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 Profundidad
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \begin_inset Newline newline
27600 \end_inset
27601
27602
27603 \begin_inset Newline newline
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \begin_layout Description
27610 Alto Es la altura del texto que está dentro del marco.
27611  Un valor de, p.
27612 \begin_inset space \thinspace{}
27613 \end_inset
27614
27615 e.
27616 \begin_inset space ~
27617 \end_inset
27618
27619 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27620  
27621 \begin_inset Box Boxed
27622 position "c"
27623 hor_pos "c"
27624 has_inner_box 1
27625 inner_pos "c"
27626 use_parbox 0
27627 use_makebox 0
27628 width "20col%"
27629 special "none"
27630 height "2in"
27631 height_special "height"
27632 status open
27633
27634 \begin_layout Plain Layout
27635 \align center
27636 Marco con altura puesta en 2
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640 Alto
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Description
27649 Alto
27650 \begin_inset space ~
27651 \end_inset
27652
27653 total Esto es el Alto
27654 \begin_inset space \thinspace{}
27655 \end_inset
27656
27657 +
27658 \begin_inset space \thinspace{}
27659 \end_inset
27660
27661 Profundidad: 
27662 \begin_inset Box Boxed
27663 position "c"
27664 hor_pos "c"
27665 has_inner_box 1
27666 inner_pos "c"
27667 use_parbox 0
27668 use_makebox 0
27669 width "20col%"
27670 special "none"
27671 height "1in"
27672 height_special "totalheight"
27673 status open
27674
27675 \begin_layout Plain Layout
27676 \align center
27677 Marco con altura puesta a 1
27678 \begin_inset space \thinspace{}
27679 \end_inset
27680
27681 Alto
27682 \begin_inset space ~
27683 \end_inset
27684
27685 total
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \begin_layout Description
27694 Ancho Esto determina al ancho del marco como altura: 
27695 \begin_inset Box Boxed
27696 position "c"
27697 hor_pos "c"
27698 has_inner_box 1
27699 inner_pos "c"
27700 use_parbox 0
27701 use_makebox 0
27702 width "12col%"
27703 special "none"
27704 height "1in"
27705 height_special "width"
27706 status open
27707
27708 \begin_layout Plain Layout
27709 \align center
27710 Marco con altura puesta en 1
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 Ancho
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Subsection
27723 Alineación
27724 \begin_inset Index idx
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728 Marcos ! Alineación
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \end_layout
27735
27736 \begin_layout Standard
27737 Si has elegido un 
27738 \family sans
27739 Marco
27740 \begin_inset space ~
27741 \end_inset
27742
27743 interior
27744 \family default
27745 , la alineación vertical del marco puede ser:
27746 \end_layout
27747
27748 \begin_layout Description
27749 Superior Ejemplo de línea de texto.
27750  
27751 \begin_inset Box Boxed
27752 position "t"
27753 hor_pos "c"
27754 has_inner_box 1
27755 inner_pos "c"
27756 use_parbox 0
27757 use_makebox 0
27758 width "12col%"
27759 special "none"
27760 height "1in"
27761 height_special "totalheight"
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765 \align center
27766 marco alineado arriba.
27767 \end_layout
27768
27769 \end_inset
27770
27771  Ejemplo de línea de texto.
27772 \end_layout
27773
27774 \begin_layout Description
27775 Medio Ejemplo de línea de texto.
27776  
27777 \begin_inset Box Boxed
27778 position "c"
27779 hor_pos "c"
27780 has_inner_box 1
27781 inner_pos "c"
27782 use_parbox 0
27783 use_makebox 0
27784 width "12col%"
27785 special "none"
27786 height "1in"
27787 height_special "totalheight"
27788 status collapsed
27789
27790 \begin_layout Plain Layout
27791 \align center
27792 marco alineado en medio.
27793 \end_layout
27794
27795 \end_inset
27796
27797  Ejemplo de línea de texto.
27798 \end_layout
27799
27800 \begin_layout Description
27801 Inferior Ejemplo de línea de texto.
27802  
27803 \begin_inset Box Boxed
27804 position "b"
27805 hor_pos "c"
27806 has_inner_box 1
27807 inner_pos "c"
27808 use_parbox 0
27809 use_makebox 0
27810 width "12col%"
27811 special "none"
27812 height "1in"
27813 height_special "totalheight"
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817 \align center
27818 marco alineado abajo.
27819 \end_layout
27820
27821 \end_inset
27822
27823  Ejemplo de línea de texto.
27824 \end_layout
27825
27826 \begin_layout Standard
27827 \begin_inset Note Greyedout
27828 status open
27829
27830 \begin_layout Plain Layout
27831
27832 \series bold
27833 Nota:
27834 \series default
27835  La alineación vertical puede desaparecer en la salida si hay dos marcos
27836  en una línea y, p.
27837 \begin_inset space \thinspace{}
27838 \end_inset
27839
27840 e., uno de ellos tiene sombreado y el otro no.
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \begin_layout Standard
27849 La alineación horizontal del marco puede establecerse en el diálogo de configura
27850 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27851 \end_layout
27852
27853 \begin_layout Standard
27854 \begin_inset VSpace bigskip
27855 \end_inset
27856
27857 Si has escogido un 
27858 \family sans
27859 Marco
27860 \begin_inset space ~
27861 \end_inset
27862
27863 interior
27864 \family default
27865 , el contenido puede alinearse verticalmente a:
27866 \end_layout
27867
27868 \begin_layout Description
27869 Superior Ejemplo de línea de texto.
27870  
27871 \begin_inset Box Boxed
27872 position "c"
27873 hor_pos "c"
27874 has_inner_box 1
27875 inner_pos "t"
27876 use_parbox 0
27877 use_makebox 0
27878 width "12col%"
27879 special "none"
27880 height "1.5in"
27881 height_special "totalheight"
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885 \align center
27886 marco con texto alineado arriba.
27887 \end_layout
27888
27889 \end_inset
27890
27891  Ejemplo de línea de texto.
27892 \end_layout
27893
27894 \begin_layout Description
27895 Medio Ejemplo de línea de texto.
27896  
27897 \begin_inset Box Boxed
27898 position "c"
27899 hor_pos "c"
27900 has_inner_box 1
27901 inner_pos "c"
27902 use_parbox 0
27903 use_makebox 0
27904 width "12col%"
27905 special "none"
27906 height "1.5in"
27907 height_special "totalheight"
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 \align center
27912 marco con texto alineado en medio.
27913 \end_layout
27914
27915 \end_inset
27916
27917  Ejemplo de línea de texto.
27918 \end_layout
27919
27920 \begin_layout Description
27921 Inferior Ejemplo de línea de texto.
27922  
27923 \begin_inset Box Boxed
27924 position "c"
27925 hor_pos "c"
27926 has_inner_box 1
27927 inner_pos "b"
27928 use_parbox 0
27929 use_makebox 0
27930 width "12col%"
27931 special "none"
27932 height "1.5in"
27933 height_special "totalheight"
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 \align center
27938 marco con texto alineado abajo.
27939 \end_layout
27940
27941 \end_inset
27942
27943  Ejemplo de línea de texto.
27944 \end_layout
27945
27946 \begin_layout Description
27947 Estirado Ejemplo de línea de texto.
27948  
27949 \begin_inset Box Boxed
27950 position "c"
27951 hor_pos "c"
27952 has_inner_box 1
27953 inner_pos "s"
27954 use_parbox 0
27955 use_makebox 0
27956 width "12col%"
27957 special "none"
27958 height "1.5in"
27959 height_special "totalheight"
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 \align center
27964 Este texto
27965 \end_layout
27966
27967 \begin_layout Plain Layout
27968 \align center
27969 está
27970 \end_layout
27971
27972 \begin_layout Plain Layout
27973 \align center
27974 estirado.
27975 \end_layout
27976
27977 \end_inset
27978
27979  Ejemplo de línea de texto.
27980 \end_layout
27981
27982 \begin_layout Standard
27983 Para estirar el contenido debe tener más de un párrafo.
27984  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27985 \end_layout
27986
27987 \begin_layout Standard
27988 \begin_inset VSpace bigskip
27989 \end_inset
27990
27991 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27992  LyX cuando hayas escogido un 
27993 \family sans
27994 Marco
27995 \begin_inset space ~
27996 \end_inset
27997
27998 interior
27999 \family default
28000 .
28001 \end_layout
28002
28003 \begin_layout Standard
28004 \align center
28005 \begin_inset Box Boxed
28006 position "c"
28007 hor_pos "c"
28008 has_inner_box 1
28009 inner_pos "s"
28010 use_parbox 0
28011 use_makebox 0
28012 width "15col%"
28013 special "none"
28014 height "1.25in"
28015 height_special "totalheight"
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 \align left
28020 marco
28021 \end_layout
28022
28023 \begin_layout Plain Layout
28024 \align center
28025 con texto
28026 \end_layout
28027
28028 \begin_layout Plain Layout
28029 \align right
28030 estirado
28031 \end_layout
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Si no has establecido un 
28040 \family sans
28041 Marco
28042 \begin_inset space ~
28043 \end_inset
28044
28045 interior
28046 \family default
28047 , puedes alinear horizontalmente el contenido del marco en el diálogo de
28048  marcos.
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \align center
28053 \begin_inset Box Boxed
28054 position "c"
28055 hor_pos "s"
28056 has_inner_box 0
28057 inner_pos "s"
28058 use_parbox 0
28059 use_makebox 0
28060 width "90col%"
28061 special "none"
28062 height "1.25in"
28063 height_special "totalheight"
28064 status open
28065
28066 \begin_layout Plain Layout
28067 Texto estirado horizontalmente.
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Subsection
28076 Decoración
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "sec:Decoración"
28080
28081 \end_inset
28082
28083
28084 \begin_inset Index idx
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 Marcos ! Decoración
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 El estilo de borde del marco se puede determinar en la lista desplegable
28098  
28099 \family sans
28100 Tipo
28101 \family default
28102  del diálogo de marcos.
28103  Son posibles los siguientes bordes:
28104 \end_layout
28105
28106 \begin_layout Description
28107 Sin
28108 \begin_inset space ~
28109 \end_inset
28110
28111 borde No se dibuja ninguno.
28112 \end_layout
28113
28114 \begin_layout Description
28115 Borde
28116 \begin_inset space ~
28117 \end_inset
28118
28119 rectangular
28120 \begin_inset space ~
28121 \end_inset
28122
28123 sencillo Dibuja un borde rectangular alrededor del marco.
28124  El grosor del borde depende de 
28125 \series bold
28126
28127 \backslash
28128 fboxrule
28129 \series default
28130 .
28131  
28132 \begin_inset Box Boxed
28133 position "c"
28134 hor_pos "c"
28135 has_inner_box 1
28136 inner_pos "c"
28137 use_parbox 0
28138 use_makebox 0
28139 width "25col%"
28140 special "none"
28141 height "1in"
28142 height_special "totalheight"
28143 status open
28144
28145 \begin_layout Plain Layout
28146 \align center
28147 Marco rectangular
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Description
28156 Borde
28157 \begin_inset space ~
28158 \end_inset
28159
28160 ovalado,
28161 \begin_inset space ~
28162 \end_inset
28163
28164 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
28165 \begin_inset space \thinspace{}
28166 \end_inset
28167
28168 pt.
28169  
28170 \begin_inset Box ovalbox
28171 position "c"
28172 hor_pos "c"
28173 has_inner_box 1
28174 inner_pos "c"
28175 use_parbox 0
28176 use_makebox 0
28177 width "25col%"
28178 special "none"
28179 height "1in"
28180 height_special "totalheight"
28181 status open
28182
28183 \begin_layout Plain Layout
28184 \align center
28185 Borde ovalado, fino
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Description
28194 Borde
28195 \begin_inset space ~
28196 \end_inset
28197
28198 ovalado,
28199 \begin_inset space ~
28200 \end_inset
28201
28202 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
28203 \begin_inset space \thinspace{}
28204 \end_inset
28205
28206 pt.
28207  
28208 \begin_inset Box Ovalbox
28209 position "c"
28210 hor_pos "c"
28211 has_inner_box 1
28212 inner_pos "c"
28213 use_parbox 0
28214 use_makebox 0
28215 width "30col%"
28216 special "none"
28217 height "1in"
28218 height_special "totalheight"
28219 status open
28220
28221 \begin_layout Plain Layout
28222 \align center
28223 Borde ovalado, grueso
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \begin_layout Description
28232 Borde
28233 \begin_inset space ~
28234 \end_inset
28235
28236 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
28237  El grosor de la línea tiene el tamaño dado por 
28238 \series bold
28239
28240 \backslash
28241 fboxrule
28242 \series default
28243 , la sombra tiene una anchura de 4
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 pt.
28248  
28249 \begin_inset Box Shadowbox
28250 position "c"
28251 hor_pos "c"
28252 has_inner_box 1
28253 inner_pos "c"
28254 use_parbox 0
28255 use_makebox 0
28256 width "20col%"
28257 special "none"
28258 height "1in"
28259 height_special "totalheight"
28260 status open
28261
28262 \begin_layout Plain Layout
28263 \align center
28264 Borde sombrado
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \end_layout
28271
28272 \begin_layout Description
28273 Fondo
28274 \begin_inset space ~
28275 \end_inset
28276
28277 coloreado Dibuja un cuadro con fondo de color rojo.
28278  A diferencia de los cuadros coloreados,
28279 \begin_inset Foot
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 véase sec.
28284  
28285 \begin_inset CommandInset ref
28286 LatexCommand ref
28287 reference "sec:Marcos-Coloreados"
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \end_inset
28295
28296  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28297 \begin_inset Box Shaded
28298 position "t"
28299 hor_pos "c"
28300 has_inner_box 0
28301 inner_pos "t"
28302 use_parbox 0
28303 use_makebox 0
28304 width "50col%"
28305 special "none"
28306 height "1in"
28307 height_special "totalheight"
28308 status open
28309
28310 \begin_layout Plain Layout
28311 Cuadro con fondo sombreado
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Description
28320 Borde
28321 \begin_inset space ~
28322 \end_inset
28323
28324 rectangular
28325 \begin_inset space ~
28326 \end_inset
28327
28328 doble Dibuja un rectángulo de línea doble alrededor.
28329  El grosor de la línea interior es 0.75
28330 \begin_inset space \thinspace{}
28331 \end_inset
28332
28333
28334 \series bold
28335
28336 \backslash
28337 fboxrule
28338 \series default
28339 , el de la línea exterior es 1.5
28340 \begin_inset space \thinspace{}
28341 \end_inset
28342
28343
28344 \series bold
28345
28346 \backslash
28347 fboxrule
28348 \series default
28349 .
28350  La distancia entre líneas es 1.5
28351 \begin_inset space \thinspace{}
28352 \end_inset
28353
28354
28355 \series bold
28356
28357 \backslash
28358 fboxrule
28359 \series default
28360
28361 \begin_inset space \thinspace{}
28362 \end_inset
28363
28364 +
28365 \begin_inset space \thinspace{}
28366 \end_inset
28367
28368 0.5
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 pt.
28373  
28374 \begin_inset Box Doublebox
28375 position "c"
28376 hor_pos "c"
28377 has_inner_box 1
28378 inner_pos "c"
28379 use_parbox 0
28380 use_makebox 0
28381 width "20col%"
28382 special "none"
28383 height "1in"
28384 height_special "totalheight"
28385 status open
28386
28387 \begin_layout Plain Layout
28388 \align center
28389 Borde doble
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
28399  Para poder utilizar los distintos bordes, debe estar instalado el paquete
28400  LaTeX 
28401 \series bold
28402 fancybox
28403 \series default
28404
28405 \begin_inset Index idx
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409 LaTeX-paquetes ! fancybox
28410 \end_layout
28411
28412 \end_inset
28413
28414 .
28415 \end_layout
28416
28417 \begin_layout Standard
28418 \begin_inset VSpace bigskip
28419 \end_inset
28420
28421 Si usas la decoración 
28422 \family sans
28423 borde rectangular sencillo
28424 \family default
28425  sin marco interior, puedes permitir saltos de página dentro del marco.
28426  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
28427  el borde usa siempre todo el ancho de columna, el marco se establece como
28428  su párrafo propio y 
28429 \series bold
28430
28431 \backslash
28432 fboxrule
28433 \series default
28434  y 
28435 \series bold
28436
28437 \backslash
28438 fboxsep
28439 \series default
28440  no funcionan.
28441  El grosor del borde tiene el tamaño de 
28442 \series bold
28443
28444 \backslash
28445 FrameRule
28446 \series default
28447 .
28448 \begin_inset Box Framed
28449 position "t"
28450 hor_pos "c"
28451 has_inner_box 0
28452 inner_pos "t"
28453 use_parbox 0
28454 use_makebox 0
28455 width "100col%"
28456 special "none"
28457 height "1in"
28458 height_special "totalheight"
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462 Cuadro que permite saltos de página
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \end_layout
28469
28470 \begin_layout Section
28471 Personalización de marcos
28472 \begin_inset Index idx
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476 Marcos ! Personalizar
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Standard
28485 El valor predeterminado por 
28486 \series bold
28487
28488 \backslash
28489 fboxrule
28490 \series default
28491  es 0.4
28492 \begin_inset space \thinspace{}
28493 \end_inset
28494
28495 pt.
28496  Puede cambiarse con el siguiente comando en código TeX, p.
28497 \begin_inset space \thinspace{}
28498 \end_inset
28499
28500 e.
28501 \begin_inset space ~
28502 \end_inset
28503
28504 a
28505 \begin_inset space ~
28506 \end_inset
28507
28508 2
28509 \begin_inset space \thinspace{}
28510 \end_inset
28511
28512 pt:
28513 \end_layout
28514
28515 \begin_layout Standard
28516
28517 \series bold
28518
28519 \backslash
28520 setlength{
28521 \backslash
28522 fboxrule}{2pt}
28523 \end_layout
28524
28525 \begin_layout Standard
28526 \begin_inset ERT
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530
28531
28532 \backslash
28533 setlength{
28534 \backslash
28535 fboxrule}{2pt}
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \begin_inset Box Boxed
28542 position "c"
28543 hor_pos "c"
28544 has_inner_box 1
28545 inner_pos "c"
28546 use_parbox 0
28547 use_makebox 0
28548 width "25col%"
28549 special "none"
28550 height "1in"
28551 height_special "totalheight"
28552 status open
28553
28554 \begin_layout Plain Layout
28555 \align center
28556 Marco rectangular con 
28557 \series bold
28558
28559 \backslash
28560 fboxrule
28561 \series default
28562
28563 \begin_inset space \thinspace{}
28564 \end_inset
28565
28566 =
28567 \begin_inset space \thinspace{}
28568 \end_inset
28569
28570 2
28571 \begin_inset space \thinspace{}
28572 \end_inset
28573
28574 pt
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 fboxrule}{0.4pt}
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 \begin_inset VSpace bigskip
28599 \end_inset
28600
28601 El espacio entre el borde y el contenido del cuadro es 3
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 pt por omisión para todos los estilos.
28606  Se puede cambiar mediante la longitud 
28607 \series bold
28608
28609 \backslash
28610 fboxsep
28611 \series default
28612 .
28613  Por ejemplo el comando
28614 \end_layout
28615
28616 \begin_layout Standard
28617
28618 \series bold
28619
28620 \backslash
28621 setlength{
28622 \backslash
28623 fboxsep}{10pt}
28624 \end_layout
28625
28626 \begin_layout Standard
28627 determina un valor de 10
28628 \begin_inset space \thinspace{}
28629 \end_inset
28630
28631 pt, como en el siguiente marco:
28632 \end_layout
28633
28634 \begin_layout Standard
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 setlength{
28643 \backslash
28644 fboxsep}{10pt}
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \begin_inset Box Boxed
28651 position "c"
28652 hor_pos "c"
28653 has_inner_box 1
28654 inner_pos "c"
28655 use_parbox 0
28656 use_makebox 0
28657 width "25col%"
28658 special "none"
28659 height "1in"
28660 height_special "totalheight"
28661 status open
28662
28663 \begin_layout Plain Layout
28664 \align center
28665 Marco rectangular con 
28666 \series bold
28667
28668 \backslash
28669 fboxsep
28670 \series default
28671
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 =
28676 \begin_inset space \thinspace{}
28677 \end_inset
28678
28679 10
28680 \begin_inset space \thinspace{}
28681 \end_inset
28682
28683 pt
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 setlength{
28697 \backslash
28698 fboxsep}{3pt}
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset VSpace bigskip
28708 \end_inset
28709
28710 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28711  el comando 
28712 \series bold
28713
28714 \backslash
28715 cornersize
28716 \series default
28717 .
28718  El comando
28719 \end_layout
28720
28721 \begin_layout Standard
28722
28723 \series bold
28724
28725 \backslash
28726 cornersize*{1cm}
28727 \end_layout
28728
28729 \begin_layout Standard
28730 establece un diámetro de 1
28731 \begin_inset space \thinspace{}
28732 \end_inset
28733
28734 cm.
28735  El comando
28736 \end_layout
28737
28738 \begin_layout Standard
28739
28740 \series bold
28741
28742 \backslash
28743 cornersize{num}
28744 \end_layout
28745
28746 \begin_layout Standard
28747 fija el diámetro en 
28748 \family sans
28749 num
28750 \begin_inset space \thinspace{}
28751 \end_inset
28752
28753 ×
28754 \begin_inset space \thinspace{}
28755 \end_inset
28756
28757 mínimo
28758 \family default
28759  
28760 \family sans
28761 (ancho y alto del marco)
28762 \family default
28763 .
28764  Por omisión es 
28765 \series bold
28766
28767 \backslash
28768 cornersize{0.5}
28769 \series default
28770 .
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 cornersize*{1.5cm}
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \begin_inset Box Ovalbox
28788 position "c"
28789 hor_pos "c"
28790 has_inner_box 1
28791 inner_pos "c"
28792 use_parbox 0
28793 use_makebox 0
28794 width "28col%"
28795 special "none"
28796 height "1in"
28797 height_special "totalheight"
28798 status open
28799
28800 \begin_layout Plain Layout
28801 \align center
28802 Marco ovalado con 
28803 \series bold
28804
28805 \backslash
28806 cornersize
28807 \series default
28808
28809 \begin_inset space \thinspace{}
28810 \end_inset
28811
28812 =
28813 \begin_inset space \thinspace{}
28814 \end_inset
28815
28816 1.5
28817 \begin_inset space \thinspace{}
28818 \end_inset
28819
28820 cm
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 cornersize{0.5}
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \begin_layout Standard
28842 \begin_inset VSpace bigskip
28843 \end_inset
28844
28845 El tamaño de la sombra se puede ajustar cambiando la longitud 
28846 \series bold
28847
28848 \backslash
28849 shadowsize
28850 \series default
28851 .
28852  Este comando la ajusta a 2
28853 \begin_inset space \thinspace{}
28854 \end_inset
28855
28856 pt en el marco siguiente:
28857 \end_layout
28858
28859 \begin_layout Standard
28860
28861 \series bold
28862
28863 \backslash
28864 setlength{
28865 \backslash
28866 shadowsize}{2pt}
28867 \end_layout
28868
28869 \begin_layout Standard
28870 \begin_inset ERT
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874
28875
28876 \backslash
28877 setlength{
28878 \backslash
28879 shadowsize}{2pt}
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \begin_inset Box Shadowbox
28886 position "c"
28887 hor_pos "c"
28888 has_inner_box 1
28889 inner_pos "c"
28890 use_parbox 0
28891 use_makebox 0
28892 width "28col%"
28893 special "none"
28894 height "1in"
28895 height_special "totalheight"
28896 status open
28897
28898 \begin_layout Plain Layout
28899 \align center
28900 Borde sombreado con 
28901 \series bold
28902
28903 \backslash
28904 shadowsize
28905 \series default
28906
28907 \begin_inset space \thinspace{}
28908 \end_inset
28909
28910 =
28911 \begin_inset space \thinspace{}
28912 \end_inset
28913
28914 2
28915 \begin_inset space \thinspace{}
28916 \end_inset
28917
28918 pt
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \begin_inset ERT
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928
28929
28930 \backslash
28931 setlength{
28932 \backslash
28933 shadowsize}{4pt}
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Standard
28942 \begin_inset VSpace bigskip
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \begin_layout Standard
28949 Por omisión, el tamaño 
28950 \series bold
28951
28952 \backslash
28953 FrameRule
28954 \series default
28955  es 0,4
28956 \begin_inset space \thinspace{}
28957 \end_inset
28958
28959 pt.
28960  El espacio por omisión entre el contenido de la nota y el marco es 9
28961 \begin_inset space \thinspace{}
28962 \end_inset
28963
28964 pt; puede cambiarse con el valor de 
28965 \series bold
28966
28967 \backslash
28968 FrameSep
28969 \series default
28970 .
28971  Por ejemplo, el borde del marco siguiente se establece con los comandos
28972  en código TeX
28973 \end_layout
28974
28975 \begin_layout Standard
28976
28977 \series bold
28978
28979 \backslash
28980 setlength{
28981 \backslash
28982 FrameRule}{5pt}
28983 \begin_inset Newline newline
28984 \end_inset
28985
28986
28987 \backslash
28988 setlength{
28989 \backslash
28990 FrameSep}{0.5cm}
28991 \end_layout
28992
28993 \begin_layout Standard
28994 \begin_inset ERT
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998
28999
29000 \backslash
29001 setlength{
29002 \backslash
29003 FrameRule}{5pt}
29004 \end_layout
29005
29006 \begin_layout Plain Layout
29007
29008
29009 \backslash
29010 setlength{
29011 \backslash
29012 FrameSep}{0.5cm}
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \begin_inset Box Framed
29019 position "t"
29020 hor_pos "c"
29021 has_inner_box 0
29022 inner_pos "t"
29023 use_parbox 0
29024 use_makebox 0
29025 width "100col%"
29026 special "none"
29027 height "1in"
29028 height_special "totalheight"
29029 status open
29030
29031 \begin_layout Plain Layout
29032 Texto en un marco con borde sencillo de 5
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 pt.
29037  que permite
29038 \family sans
29039  
29040 \family default
29041 salto de página.
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset ERT
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051
29052
29053 \backslash
29054 setlength{
29055 \backslash
29056 FrameRule}{0.4pt}
29057 \end_layout
29058
29059 \begin_layout Plain Layout
29060
29061
29062 \backslash
29063 setlength{
29064 \backslash
29065 FrameSep}{9pt}
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset VSpace bigskip
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Standard
29081 Para los marcos con 
29082 \family sans
29083 fondo
29084 \begin_inset space ~
29085 \end_inset
29086
29087 coloreado
29088 \family default
29089  el espacio por omisión entre el contenido y el borde es 3
29090 \begin_inset space \thinspace{}
29091 \end_inset
29092
29093 pt; se puede cambiar con el valor de 
29094 \series bold
29095
29096 \backslash
29097 fboxsep
29098 \series default
29099 .
29100  El color rojo predeterminado se puede cambiar en el sitio con el comando
29101  
29102 \series bold
29103
29104 \backslash
29105 definecolor{shadecolor}
29106 \series default
29107  o globalmente con el menú 
29108 \family sans
29109 Herramientas
29110 \family default
29111 \SpecialChar \menuseparator
29112
29113 \family sans
29114 Preferencias
29115 \family default
29116 \SpecialChar \menuseparator
29117
29118 \family sans
29119 Colores
29120 \family default
29121 \SpecialChar \menuseparator
29122
29123 \family sans
29124 marco
29125 \begin_inset space ~
29126 \end_inset
29127
29128 coloreado
29129 \family default
29130 .
29131  El esquema del comando 
29132 \series bold
29133
29134 \backslash
29135 definecolor
29136 \series default
29137  se explica en la sección
29138 \begin_inset space ~
29139 \end_inset
29140
29141
29142 \begin_inset CommandInset ref
29143 LatexCommand ref
29144 reference "sec:Cuadros-Coloreados"
29145
29146 \end_inset
29147
29148 .
29149 \begin_inset Foot
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 El comando 
29154 \series bold
29155
29156 \backslash
29157 definecolor
29158 \series default
29159  requiere el paquete LaTeX 
29160 \series bold
29161 color
29162 \series default
29163  en el preámbulo, véase la sección
29164 \begin_inset space ~
29165 \end_inset
29166
29167
29168 \begin_inset CommandInset ref
29169 LatexCommand ref
29170 reference "sec:Marcos-Coloreados"
29171
29172 \end_inset
29173
29174 .
29175 \end_layout
29176
29177 \end_inset
29178
29179  Por ejemplo, la nota siguiente se define con los comandos en código TeX
29180 \end_layout
29181
29182 \begin_layout Standard
29183
29184 \series bold
29185
29186 \backslash
29187 setlength{
29188 \backslash
29189 fboxsep}{0.5cm}
29190 \series default
29191
29192 \begin_inset Newline newline
29193 \end_inset
29194
29195
29196 \series bold
29197
29198 \backslash
29199 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29200 \end_layout
29201
29202 \begin_layout Standard
29203 \begin_inset ERT
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207
29208
29209 \backslash
29210 setlength{
29211 \backslash
29212 fboxsep}{0.5cm}
29213 \end_layout
29214
29215 \begin_layout Plain Layout
29216
29217
29218 \backslash
29219 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \begin_inset Box Shaded
29226 position "t"
29227 hor_pos "c"
29228 has_inner_box 0
29229 inner_pos "t"
29230 use_parbox 0
29231 use_makebox 0
29232 width "100col%"
29233 special "none"
29234 height "1in"
29235 height_special "totalheight"
29236 status open
29237
29238 \begin_layout Plain Layout
29239
29240 \color yellow
29241 Texto amarillo en un marco con fondo coloreado en verde oscuro.
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 setlength{
29255 \backslash
29256 fboxsep}{3pt}
29257 \end_layout
29258
29259 \begin_layout Plain Layout
29260
29261
29262 \backslash
29263 definecolor{shadecolor}{rgb}{1,0,0}
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Standard
29272 \begin_inset VSpace bigskip
29273 \end_inset
29274
29275 Los cambios en las dimensiones son válidos para todos los marcos que siguen
29276  a los comandos.
29277 \end_layout
29278
29279 \begin_layout Section
29280 Minipáginas
29281 \begin_inset CommandInset label
29282 LatexCommand label
29283 name "sec:Minipáginas"
29284
29285 \end_inset
29286
29287
29288 \begin_inset Index idx
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292 Marcos ! Minipáginas
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29302  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29307 \end_layout
29308
29309 \begin_layout Standard
29310 A continuación hay dos ejemplos de minipáginas adosadas.
29311  Su anchura está puesta en 45
29312 \begin_inset space \thinspace{}
29313 \end_inset
29314
29315 % y separadas por un relleno horizontal, insertado mediante el menú 
29316 \family sans
29317 Insertar\SpecialChar \menuseparator
29318 Formato\SpecialChar \menuseparator
29319 Relleno
29320 \begin_inset space ~
29321 \end_inset
29322
29323 horizontal
29324 \family default
29325 .
29326 \end_layout
29327
29328 \begin_layout Standard
29329 \begin_inset Box Frameless
29330 position "t"
29331 hor_pos "c"
29332 has_inner_box 1
29333 inner_pos "c"
29334 use_parbox 0
29335 use_makebox 0
29336 width "45col%"
29337 special "none"
29338 height "1in"
29339 height_special "totalheight"
29340 status open
29341
29342 \begin_layout Plain Layout
29343
29344 \lang german
29345 Dies ist ein deutscher Text.
29346  Dies ist ein deutscher Text.
29347  Dies ist ein deutscher Text.
29348  Dies ist ein deutscher Text.
29349  Dies ist ein deutscher Text.
29350  Dies ist ein deutscher Text.
29351  Dies ist ein deutscher Text.
29352  Dies ist ein deutscher Text.
29353  Dies ist ein deutscher Text.
29354  Dies ist ein deutscher Text.
29355  Dies ist ein deutscher Text.
29356  Dies ist ein deutscher Text.
29357  Dies ist ein deutscher Text
29358 \begin_inset Foot
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363 \lang german
29364 Dies ist eine deutsche Fußnote.
29365 \end_layout
29366
29367 \end_inset
29368
29369 .
29370  Dies ist ein deutscher Text.
29371  Dies ist ein deutscher Text.
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \begin_inset space \hfill{}
29378 \end_inset
29379
29380
29381 \begin_inset Box Frameless
29382 position "t"
29383 hor_pos "c"
29384 has_inner_box 1
29385 inner_pos "c"
29386 use_parbox 0
29387 use_makebox 0
29388 width "45col%"
29389 special "none"
29390 height "1in"
29391 height_special "totalheight"
29392 status open
29393
29394 \begin_layout Plain Layout
29395
29396 \lang english
29397 This is an English Text.
29398  This is an English Text.
29399  This is an English Text.
29400  This is an English Text.
29401  This is an English Text.
29402  This is an English Text.
29403  This is an English Text.
29404  This is an English Text.
29405  This is an English Text.
29406  This is an English Text.
29407  This is an English Text.
29408  This is an English Text.
29409  This is an English Text.
29410  This is an English Text.
29411  This is an English Text.
29412  This is an English Text.
29413 \begin_inset Foot
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418 \lang english
29419 This is an English footnote.
29420 \end_layout
29421
29422 \end_inset
29423
29424  This is an English Text.
29425  
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Standard
29434 \begin_inset VSpace bigskip
29435 \end_inset
29436
29437 La configuración global de párrafos se ignora en las minipáginas.
29438  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29439  pongas p.
29440 \begin_inset space \thinspace{}
29441 \end_inset
29442
29443 e.
29444 \begin_inset space ~
29445 \end_inset
29446
29447
29448 \family sans
29449 Salto
29450 \begin_inset space ~
29451 \end_inset
29452
29453 medio
29454 \family default
29455  en la configuración del documento.
29456 \end_layout
29457
29458 \begin_layout Standard
29459 Las minipáginas también sirven para poner un color de fondo para partes
29460  de texto, véase sección
29461 \begin_inset space ~
29462 \end_inset
29463
29464
29465 \begin_inset CommandInset ref
29466 LatexCommand ref
29467 reference "sub:Color-en-Párrafos"
29468
29469 \end_inset
29470
29471 .
29472 \end_layout
29473
29474 \begin_layout Standard
29475 \begin_inset Note Greyedout
29476 status open
29477
29478 \begin_layout Plain Layout
29479
29480 \series bold
29481 Nota:
29482 \series default
29483  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29484  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Section
29493 Marcos de párrafo
29494 \begin_inset CommandInset label
29495 LatexCommand label
29496 name "sec:Marcos-de-Párrafo"
29497
29498 \end_inset
29499
29500
29501 \begin_inset Index idx
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Marcos ! de párrafo
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Los marcos de párrafo son similares a las minipáginas con la diferencia
29515  de que no pueden contener notas al pie.
29516 \end_layout
29517
29518 \begin_layout Standard
29519 \align center
29520 \begin_inset Box Frameless
29521 position "t"
29522 hor_pos "c"
29523 has_inner_box 1
29524 inner_pos "t"
29525 use_parbox 1
29526 use_makebox 0
29527 width "33col%"
29528 special "none"
29529 height "1in"
29530 height_special "totalheight"
29531 status open
29532
29533 \begin_layout Plain Layout
29534 Texto en un marco de párrafo.
29535  Texto en un marco de párrafo.
29536  Esta nota no aparece:
29537 \begin_inset Foot
29538 status open
29539
29540 \begin_layout Plain Layout
29541 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Section
29555 Marcos para palabras y caracteres
29556 \begin_inset Index idx
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 Marcos ! para palabras y caracteres
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \end_layout
29567
29568 \begin_layout Subsection
29569 Evitar la partición de palabras
29570 \begin_inset CommandInset label
29571 LatexCommand label
29572 name "sec:Evitar-la-Partición"
29573
29574 \end_inset
29575
29576
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 Marcos ! para evitar partición de palabras
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Standard
29590 El marco tipo 
29591 \family sans
29592 Marco de línea
29593 \family default
29594  sirve para evitar que una palabra sea partida con guión.
29595 \begin_inset Newline newline
29596 \end_inset
29597
29598 He aquí un ejemplo:
29599 \end_layout
29600
29601 \begin_layout Standard
29602 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29603 palabra».
29604 \end_layout
29605
29606 \begin_layout Standard
29607 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29608  un marco, establece el 
29609 \family sans
29610 Marco interior
29611 \family default
29612  en 
29613 \family sans
29614 Marco de línea
29615 \family default
29616  y el ancho en 
29617 \family sans
29618 1
29619 \begin_inset space \thinspace{}
29620 \end_inset
29621
29622 Ancho
29623 \family default
29624 .
29625 \end_layout
29626
29627 \begin_layout Standard
29628 Este es el resultado:
29629 \end_layout
29630
29631 \begin_layout Standard
29632 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29633 \begin_inset Box Frameless
29634 position "t"
29635 hor_pos "c"
29636 has_inner_box 1
29637 inner_pos "t"
29638 use_parbox 0
29639 use_makebox 1
29640 width "1in"
29641 special "width"
29642 height "1in"
29643 height_special "totalheight"
29644 status open
29645
29646 \begin_layout Plain Layout
29647 «estalarguísimapalabra»
29648 \end_layout
29649
29650 \end_inset
29651
29652 .
29653 \end_layout
29654
29655 \begin_layout Standard
29656 Como alternativa puedes poner el comando «
29657 \series bold
29658
29659 \backslash
29660 -
29661 \series default
29662 » en código TeX directamente antes de la palabra:
29663 \end_layout
29664
29665 \begin_layout Standard
29666 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29667 \begin_inset ERT
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671
29672
29673 \backslash
29674 -
29675 \end_layout
29676
29677 \end_inset
29678
29679 estalarguísimapalabra».
29680 \end_layout
29681
29682 \begin_layout Standard
29683 Por supuesto, la palabra sobresale del margen.
29684  Para evitarlo añade, con el menú 
29685 \family sans
29686 Insertar\SpecialChar \menuseparator
29687 Formato\SpecialChar \menuseparator
29688 Salto
29689 \begin_inset space ~
29690 \end_inset
29691
29692 de
29693 \begin_inset space ~
29694 \end_inset
29695
29696 línea
29697 \begin_inset space ~
29698 \end_inset
29699
29700 cortada
29701 \family default
29702  (atajo 
29703 \family sans
29704 Ctrl+Entrar
29705 \family default
29706 ), un salto de línea antes de la palabra:
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29711 \begin_inset Newline newline
29712 \end_inset
29713
29714
29715 \begin_inset Box Frameless
29716 position "t"
29717 hor_pos "c"
29718 has_inner_box 1
29719 inner_pos "t"
29720 use_parbox 0
29721 use_makebox 1
29722 width "1in"
29723 special "width"
29724 height "1in"
29725 height_special "totalheight"
29726 status open
29727
29728 \begin_layout Plain Layout
29729 «estalarguísimapalabra»
29730 \end_layout
29731
29732 \end_inset
29733
29734 .
29735 \end_layout
29736
29737 \begin_layout Subsection
29738 Alineación vertical
29739 \begin_inset CommandInset label
29740 LatexCommand label
29741 name "sub:Alineación-Vertical"
29742
29743 \end_inset
29744
29745
29746 \begin_inset Index idx
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750 Marcos ! para alineación vertical
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Standard
29759 Con ayuda del comando 
29760 \series bold
29761
29762 \backslash
29763 raisebox
29764 \series default
29765  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29766  
29767 \series bold
29768
29769 \backslash
29770 raisebox
29771 \series default
29772  se utiliza según el esquema:
29773 \end_layout
29774
29775 \begin_layout Standard
29776
29777 \series bold
29778
29779 \backslash
29780 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29781 \end_layout
29782
29783 \begin_layout Standard
29784 La elevación puede ser un valor positivo para subir el marco o negativo
29785  para bajarlo.
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Para alinear una palabra, p.
29790 \begin_inset space \thinspace{}
29791 \end_inset
29792
29793 e
29794 \begin_inset space ~
29795 \end_inset
29796
29797 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29798  en la línea de base, inserta el comando
29799 \end_layout
29800
29801 \begin_layout Standard
29802
29803 \series bold
29804
29805 \backslash
29806 raisebox{
29807 \backslash
29808 depth}{
29809 \end_layout
29810
29811 \begin_layout Standard
29812 en código TeX antes de la palabra.
29813  Detrás de la palabra inserta una llave de cierre «
29814 \series bold
29815 }
29816 \series default
29817 » en código TeX.
29818 \begin_inset Newline newline
29819 \end_inset
29820
29821 Este es el resultado:
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Esto es una línea de texto con la palabra 
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831
29832 \backslash
29833 raisebox{
29834 \backslash
29835 depth}{
29836 \end_layout
29837
29838 \end_inset
29839
29840 «prevención»
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846 }
29847 \end_layout
29848
29849 \end_inset
29850
29851  elevada.
29852 \end_layout
29853
29854 \begin_layout Standard
29855 \begin_inset VSpace bigskip
29856 \end_inset
29857
29858 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29859 \end_layout
29860
29861 \begin_layout Standard
29862 Esto es una línea de texto con la palabra 
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 raisebox{-
29871 \backslash
29872 depth}{
29873 \end_layout
29874
29875 \end_inset
29876
29877 «prevención»
29878 \begin_inset ERT
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882
29883 }
29884 \end_layout
29885
29886 \end_inset
29887
29888  bajada.
29889 \begin_inset Newline newline
29890 \end_inset
29891
29892 Esto es una línea de texto con la palabra 
29893 \begin_inset ERT
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897
29898
29899 \backslash
29900 raisebox{0.5cm}{
29901 \end_layout
29902
29903 \end_inset
29904
29905 «testigo»
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910
29911 }
29912 \end_layout
29913
29914 \end_inset
29915
29916  elevada.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29921  Por ejemplo
29922 \end_layout
29923
29924 \begin_layout Standard
29925
29926 \series bold
29927
29928 \backslash
29929 raisebox{-
29930 \backslash
29931 depth}[0pt]{
29932 \end_layout
29933
29934 \begin_layout Standard
29935 Esto es una línea de texto con la palabra 
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941
29942 \backslash
29943 raisebox{-
29944 \backslash
29945 depth}[0pt]{
29946 \end_layout
29947
29948 \end_inset
29949
29950 «prevención»
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956 }
29957 \end_layout
29958
29959 \end_inset
29960
29961  bajada.
29962 \begin_inset Newline newline
29963 \end_inset
29964
29965 Esto es una línea de texto con la palabra 
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 raisebox{0.5cm}[0pt]{
29974 \end_layout
29975
29976 \end_inset
29977
29978 «testigo»
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984 }
29985 \end_layout
29986
29987 \end_inset
29988
29989  elevada.
29990 \end_layout
29991
29992 \begin_layout Section
29993 Marcos coloreados
29994 \begin_inset CommandInset label
29995 LatexCommand label
29996 name "sec:Marcos-Coloreados"
29997
29998 \end_inset
29999
30000
30001 \begin_inset Index idx
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 Marcos ! Colorear
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Subsection
30014 Colorear el fondo de un texto
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 Color ! de fondo en un texto
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
30029  Esto requiere cargar el paquete LaTeX 
30030 \series bold
30031 color
30032 \series default
30033
30034 \begin_inset Index idx
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038 LaTeX-paquetes ! color
30039 \end_layout
30040
30041 \end_inset
30042
30043  en el preámbulo del documento con
30044 \end_layout
30045
30046 \begin_layout Standard
30047
30048 \series bold
30049
30050 \backslash
30051 @ifundef\SpecialChar \textcompwordmark{}
30052 ined{textcolor}
30053 \begin_inset Newline newline
30054 \end_inset
30055
30056
30057 \begin_inset Phantom HPhantom
30058 status open
30059
30060 \begin_layout Plain Layout
30061
30062 \series bold
30063 \begin_inset space ~
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \end_inset
30070
30071 {
30072 \backslash
30073 usepackage{color}}{}
30074 \end_layout
30075
30076 \begin_layout Standard
30077 LyX cargará automáticamente el paquete 
30078 \series bold
30079 color
30080 \series default
30081  cuando colorees texto.
30082 \begin_inset Foot
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086 Para evitar cargarlo dos veces se usa el comando 
30087 \series bold
30088
30089 \backslash
30090 @ifundef\SpecialChar \textcompwordmark{}
30091 ined
30092 \series default
30093 .
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102 \begin_inset VSpace medskip
30103 \end_inset
30104
30105 Los marcos coloreados se crean con el comando 
30106 \series bold
30107
30108 \backslash
30109 colorbox
30110 \series default
30111 , de acuerdo con el siguiente esquema:
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 colorbox{color}{contenido del marco}
30120 \end_layout
30121
30122 \begin_layout Standard
30123 El contenido también puede ser un marco y los marcos coloreados también
30124  pueden estar en otros marcos.
30125 \end_layout
30126
30127 \begin_layout Standard
30128 Los siguientes colores están predefinidos:
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132
30133 \family sans
30134 red
30135 \family default
30136
30137 \family sans
30138 green
30139 \family default
30140
30141 \family sans
30142 yellow, blue
30143 \family default
30144
30145 \family sans
30146 cyan
30147 \family default
30148 \series bold
30149 ,
30150 \series default
30151  
30152 \family sans
30153 magenta, black
30154 \family default
30155
30156 \family sans
30157 white
30158 \family default
30159 .
30160 \begin_inset Newline newline
30161 \end_inset
30162
30163 También puedes definir tus propios colores según se explica en la sección
30164 \begin_inset space ~
30165 \end_inset
30166
30167
30168 \begin_inset CommandInset ref
30169 LatexCommand ref
30170 reference "sec:Cuadros-Coloreados"
30171
30172 \end_inset
30173
30174 .
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
30179 \end_layout
30180
30181 \begin_layout Standard
30182
30183 \series bold
30184
30185 \backslash
30186 colorbox{red}{
30187 \end_layout
30188
30189 \begin_layout Standard
30190 en código TeX antes de la palabra.
30191  Tras la palabra inserta una llave de cierre «
30192 \series bold
30193 }
30194 \series default
30195 » en código TeX.
30196 \begin_inset Newline newline
30197 \end_inset
30198
30199 Este es el resultado:
30200 \end_layout
30201
30202 \begin_layout Standard
30203 Línea en la que la palabra 
30204 \begin_inset ERT
30205 status collapsed
30206
30207 \begin_layout Plain Layout
30208
30209
30210 \backslash
30211 colorbox{red}{
30212 \end_layout
30213
30214 \end_inset
30215
30216 «¡Atención!»
30217 \begin_inset ERT
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221
30222 }
30223 \end_layout
30224
30225 \end_inset
30226
30227  tiene fondo rojo.
30228 \end_layout
30229
30230 \begin_layout Standard
30231 \begin_inset VSpace bigskip
30232 \end_inset
30233
30234 Si quieres un borde de distinto color, puedes emplear el comando 
30235 \series bold
30236
30237 \backslash
30238 fcolorbox
30239 \series default
30240  con el esquema siguiente:
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 fcolorbox{color del borde}{color del fondo}{contenido del marco}
30249 \end_layout
30250
30251 \begin_layout Standard
30252
30253 \series bold
30254
30255 \backslash
30256 fcolorbox
30257 \series default
30258  es una extensión de 
30259 \series bold
30260
30261 \backslash
30262 colorbox
30263 \series default
30264 .
30265  El grosor del borde y el espacio entre él y el contenido se puede ajustar
30266  con las longitudes 
30267 \series bold
30268
30269 \backslash
30270 fboxrule
30271 \series default
30272  y 
30273 \series bold
30274
30275 \backslash
30276 fboxsep
30277 \series default
30278 , respectivamente, como se describe en la sección
30279 \begin_inset space ~
30280 \end_inset
30281
30282
30283 \begin_inset CommandInset ref
30284 LatexCommand ref
30285 reference "sec:Decoración"
30286
30287 \end_inset
30288
30289 .
30290 \end_layout
30291
30292 \begin_layout Standard
30293 Para el ejemplo siguiente se ha utilizado el comando
30294 \end_layout
30295
30296 \begin_layout Standard
30297
30298 \series bold
30299
30300 \backslash
30301 fcolorbox{cyan}{magenta}{
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Este es un ejemplo en el que se ha puesto un grosor de 1
30306 \begin_inset space \thinspace{}
30307 \end_inset
30308
30309 mm para la línea del borde:
30310 \begin_inset Newline newline
30311 \end_inset
30312
30313
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319
30320 \backslash
30321 fboxrule 1mm 
30322 \backslash
30323 fboxsep 1mm
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 fcolorbox{cyan}{magenta}{
30337 \end_layout
30338
30339 \end_inset
30340
30341 Texto en un marco con fondo y borde en distintos colores.
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347 }
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 \begin_inset VSpace bigskip
30357 \end_inset
30358
30359 Por supuesto, también puedes colorear el texto en un marco coloreado:
30360 \begin_inset Newline newline
30361 \end_inset
30362
30363
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369
30370 \backslash
30371 fcolorbox{cyan}{magenta}{
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \color yellow
30378 Marco con texto, fondo y borde en distintos colores.
30379 \color none
30380
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386 }
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 fboxrule 0.4pt 
30400 \backslash
30401 fboxsep 3pt
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \begin_layout Standard
30410
30411 \series bold
30412 \begin_inset VSpace medskip
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \begin_layout Standard
30419 \begin_inset Note Greyedout
30420 status open
30421
30422 \begin_layout Plain Layout
30423
30424 \series bold
30425 Nota:
30426 \series default
30427  El texto en marcos con fondo coloreado no puede tener saltos de línea.
30428  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
30429  coloreado como se describe a continuación.
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \end_layout
30436
30437 \begin_layout Subsection
30438 Colorear el fondo de párrafos
30439 \begin_inset CommandInset label
30440 LatexCommand label
30441 name "sub:Color-en-Párrafos"
30442
30443 \end_inset
30444
30445
30446 \begin_inset Index idx
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450 Color ! en párrafos
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \end_layout
30457
30458 \begin_layout Standard
30459 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30460  Antes de la minipágina inserta el comando 
30461 \series bold
30462
30463 \backslash
30464 colorbox
30465 \series default
30466  en código TeX
30467 \end_layout
30468
30469 \begin_layout Standard
30470
30471 \series bold
30472
30473 \backslash
30474 colorbox{color}{
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Detrás de la minipágina inserta una llave de cierre «
30479 \series bold
30480 }
30481 \series default
30482 », también en código TeX.
30483 \end_layout
30484
30485 \begin_layout Standard
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491
30492 \backslash
30493 colorbox{grisclaro}{
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \begin_inset Box Frameless
30500 position "t"
30501 hor_pos "c"
30502 has_inner_box 1
30503 inner_pos "t"
30504 use_parbox 0
30505 use_makebox 0
30506 width "100col%"
30507 special "none"
30508 height "1in"
30509 height_special "totalheight"
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513 Texto con color de fondo.
30514  Texto con color de fondo.
30515 \end_layout
30516
30517 \begin_layout Plain Layout
30518 \begin_inset VSpace defskip
30519 \end_inset
30520
30521 El texto puede tener notas al pie
30522 \begin_inset Foot
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526 Otro ejemplo de nota
30527 \end_layout
30528
30529 \end_inset
30530
30531  y puede incluir cuadros y figuras.
30532 \end_layout
30533
30534 \begin_layout Plain Layout
30535 \align center
30536 \begin_inset Tabular
30537 <lyxtabular version="3" rows="3" columns="3">
30538 <features tabularvalignment="middle">
30539 <column alignment="center" valignment="top" width="0">
30540 <column alignment="center" valignment="top" width="0">
30541 <column alignment="center" valignment="top" width="0">
30542 <row>
30543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30544 \begin_inset Text
30545
30546 \begin_layout Plain Layout
30547 a
30548 \end_layout
30549
30550 \end_inset
30551 </cell>
30552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30553 \begin_inset Text
30554
30555 \begin_layout Plain Layout
30556 !
30557 \end_layout
30558
30559 \end_inset
30560 </cell>
30561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30562 \begin_inset Text
30563
30564 \begin_layout Plain Layout
30565 3
30566 \end_layout
30567
30568 \end_inset
30569 </cell>
30570 </row>
30571 <row>
30572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30573 \begin_inset Text
30574
30575 \begin_layout Plain Layout
30576 <
30577 \end_layout
30578
30579 \end_inset
30580 </cell>
30581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30582 \begin_inset Text
30583
30584 \begin_layout Plain Layout
30585 b2
30586 \begin_inset Quotes erd
30587 \end_inset
30588
30589 |
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30595 \begin_inset Text
30596
30597 \begin_layout Plain Layout
30598 >
30599 \end_layout
30600
30601 \end_inset
30602 </cell>
30603 </row>
30604 <row>
30605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30606 \begin_inset Text
30607
30608 \begin_layout Plain Layout
30609 1
30610 \end_layout
30611
30612 \end_inset
30613 </cell>
30614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30615 \begin_inset Text
30616
30617 \begin_layout Plain Layout
30618 §
30619 \end_layout
30620
30621 \end_inset
30622 </cell>
30623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30624 \begin_inset Text
30625
30626 \begin_layout Plain Layout
30627 c
30628 \end_layout
30629
30630 \end_inset
30631 </cell>
30632 </row>
30633 </lyxtabular>
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648 }
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Section
30657 Marcos girados y a escala
30658 \end_layout
30659
30660 \begin_layout Standard
30661 Para poder usar los comandos descritos en esta sección hay que cargar el
30662  paquete LaTeX 
30663 \series bold
30664 graphicx
30665 \series default
30666
30667 \begin_inset Index idx
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671 LaTeX-paquetes ! graphicx
30672 \end_layout
30673
30674 \end_inset
30675
30676  en el preámbulo del documento, con el comando
30677 \end_layout
30678
30679 \begin_layout Standard
30680
30681 \series bold
30682
30683 \backslash
30684 @ifundefined{rotatebox}
30685 \begin_inset Newline newline
30686 \end_inset
30687
30688
30689 \begin_inset Phantom HPhantom
30690 status open
30691
30692 \begin_layout Plain Layout
30693
30694 \series bold
30695 \begin_inset space ~
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \end_inset
30702
30703 {
30704 \backslash
30705 usepackage{graphicx}}{}
30706 \end_layout
30707
30708 \begin_layout Standard
30709 \begin_inset Note Greyedout
30710 status open
30711
30712 \begin_layout Plain Layout
30713
30714 \series bold
30715 Nota: 
30716 \series default
30717 Algunos visores DVI no pueden mostrar material girado o a escala.
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 \begin_inset Note Greyedout
30727 status open
30728
30729 \begin_layout Plain Layout
30730
30731 \series bold
30732 Nota:
30733 \series default
30734  Los marcos girados o a escala no pueden contener flotantes.
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Subsection
30743 Marcos girados
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 Marcos ! Girar
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \begin_inset Index idx
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758 Material rotado
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \begin_inset Index idx
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Figuras ! Rotar
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \begin_inset Index idx
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778 Cuadros ! Girar
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 Para girar material debes ponerlo en un marco girado.
30788  Los marcos girados se crean con el comando 
30789 \series bold
30790
30791 \backslash
30792 rotatebox
30793 \series default
30794  en código TeX, según el esquema:
30795 \end_layout
30796
30797 \begin_layout Standard
30798
30799 \series bold
30800
30801 \backslash
30802 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30803 \end_layout
30804
30805 \begin_layout Standard
30806 El origen de rotación se especifica en la forma 
30807 \series bold
30808 origin=position
30809 \series default
30810 .
30811  Son posibles las posiciones siguientes: 
30812 \emph on
30813 c
30814 \emph default
30815  (center), 
30816 \emph on
30817 l
30818 \emph default
30819  (left), 
30820 \emph on
30821 r
30822 \emph default
30823  (right), 
30824 \emph on
30825 b
30826 \emph default
30827  (bottom), 
30828 \emph on
30829 t
30830 \emph default
30831  (top), así como combinaciones adecuadas de las posiciones básicas.
30832  Por ejemplo, 
30833 \emph on
30834 lt
30835 \emph default
30836  significa que el origen de rotación es la esquina superior izquierda del
30837  marco.
30838  Si no se especifica origen de rotación se usará la posición 
30839 \emph on
30840 l
30841 \emph default
30842 .
30843  El ángulo de rotación es un número de grados, y puede ser negativo.
30844  El sentido de giro es contrario al de las agujas del reloj.
30845 \end_layout
30846
30847 \begin_layout Standard
30848 En el siguiente ejemplo se ha insertado el comando 
30849 \series bold
30850
30851 \backslash
30852 rotatebox[origin=c]{60}{ 
30853 \series default
30854 como código TeX delante del texto «con rotación»; después del texto, el
30855  marco se ha cerrado con llave en código TeX.
30856 \end_layout
30857
30858 \begin_layout Standard
30859 Esta línea contiene texto 
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865
30866 \backslash
30867 rotatebox[origin=c]{60}{
30868 \end_layout
30869
30870 \end_inset
30871
30872 con rotación
30873 \begin_inset ERT
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877
30878 }
30879 \end_layout
30880
30881 \end_inset
30882
30883 .
30884 \end_layout
30885
30886 \begin_layout Standard
30887 El contenido del marco puede ser también otro marco o una ecuación en línea:
30888 \end_layout
30889
30890 \begin_layout Standard
30891 En esta línea hay texto enmarcado 
30892 \begin_inset ERT
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896
30897
30898 \backslash
30899 rotatebox[origin=r]{-60}{
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \begin_inset Box Doublebox
30906 position "c"
30907 hor_pos "c"
30908 has_inner_box 0
30909 inner_pos "c"
30910 use_parbox 0
30911 use_makebox 0
30912 width "1in"
30913 special "width"
30914 height "1in"
30915 height_special "totalheight"
30916 status open
30917
30918 \begin_layout Plain Layout
30919 con rotación
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930 }
30931 \end_layout
30932
30933 \end_inset
30934
30935  y 
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 rotatebox[origin=lb]{60}{
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30950 \end_inset
30951
30952
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958 }
30959 \end_layout
30960
30961 \end_inset
30962
30963  una ecuación.
30964 \end_layout
30965
30966 \begin_layout Standard
30967 O una imagen o un cuadro:
30968 \end_layout
30969
30970 \begin_layout Standard
30971 Aquí hay una imagen girada 
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 rotatebox[origin=lb]{90}{
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset Graphics
30986         filename ../clipart/platypus.eps
30987         lyxscale 50
30988         width 25col%
30989
30990 \end_inset
30991
30992
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998 }
30999 \end_layout
31000
31001 \end_inset
31002
31003  y un cuadro girado 
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009
31010 \backslash
31011 rotatebox[origin=l]{-90}{
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \begin_inset Tabular
31018 <lyxtabular version="3" rows="2" columns="2">
31019 <features tabularvalignment="middle">
31020 <column alignment="center" valignment="top" width="0">
31021 <column alignment="center" valignment="top" width="0">
31022 <row>
31023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31024 \begin_inset Text
31025
31026 \begin_layout Plain Layout
31027 q
31028 \end_layout
31029
31030 \end_inset
31031 </cell>
31032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31033 \begin_inset Text
31034
31035 \begin_layout Plain Layout
31036 w
31037 \end_layout
31038
31039 \end_inset
31040 </cell>
31041 </row>
31042 <row>
31043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31044 \begin_inset Text
31045
31046 \begin_layout Plain Layout
31047 e
31048 \end_layout
31049
31050 \end_inset
31051 </cell>
31052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31053 \begin_inset Text
31054
31055 \begin_layout Plain Layout
31056 r
31057 \end_layout
31058
31059 \end_inset
31060 </cell>
31061 </row>
31062 </lyxtabular>
31063
31064 \end_inset
31065
31066
31067 \begin_inset ERT
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071
31072 }
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \begin_layout Subsection
31081 Marcos para variar la escala
31082 \begin_inset Index idx
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 Marcos ! para variar la escala
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Material a escala
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \begin_inset Index idx
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106 Figuras ! a escala
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \begin_inset Index idx
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116 Cuadros ! a escala
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 Para modificar las proporciones de un material se pueden usar los comandos
31126  
31127 \series bold
31128
31129 \backslash
31130 scalebox
31131 \series default
31132  y 
31133 \series bold
31134
31135 \backslash
31136 resizebox 
31137 \series default
31138 en código TeX.
31139 \end_layout
31140
31141 \begin_layout Standard
31142
31143 \series bold
31144
31145 \backslash
31146 scalebox
31147 \series default
31148  se usa con el esquema siguiente:
31149 \end_layout
31150
31151 \begin_layout Standard
31152
31153 \series bold
31154
31155 \backslash
31156 scalebox{horizontal}[vertical]{contenido del marco}
31157 \end_layout
31158
31159 \begin_layout Standard
31160 Horizontal y vertical son los factores de escala correspondientes.
31161  Si no se especifica factor vertical, su valor será el mismo que el factor
31162  de escala horizontal.
31163  
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Por ejemplo, el comando 
31168 \series bold
31169
31170 \backslash
31171 scalebox{2}{Hola} 
31172 \series default
31173 crea un 
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 scalebox{2}{
31182 \end_layout
31183
31184 \end_inset
31185
31186 Hola
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192 }
31193 \end_layout
31194
31195 \end_inset
31196
31197  de doble tamaño que el texto normal del documento.
31198 \end_layout
31199
31200 \begin_layout Standard
31201 El comando 
31202 \series bold
31203
31204 \backslash
31205 scalebox{2}[1]{Hola} 
31206 \series default
31207 distorsiona el 
31208 \begin_inset ERT
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212
31213
31214 \backslash
31215 scalebox{2}[1]{
31216 \end_layout
31217
31218 \end_inset
31219
31220 Hola
31221 \begin_inset ERT
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225
31226 }
31227 \end_layout
31228
31229 \end_inset
31230
31231 .
31232 \end_layout
31233
31234 \begin_layout Standard
31235 Si un factor de escala es negativo el contenido del marco es reflejado.
31236  Por eso el comando 
31237 \series bold
31238
31239 \backslash
31240 scalebox{-1}[1]{Hola} 
31241 \series default
31242 puede usarse para reflejar un texto: 
31243 \begin_inset ERT
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247
31248
31249 \backslash
31250 scalebox{-1}[1]{
31251 \end_layout
31252
31253 \end_inset
31254
31255 Hola
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261 }
31262 \end_layout
31263
31264 \end_inset
31265
31266 .
31267 \end_layout
31268
31269 \begin_layout Standard
31270
31271 \series bold
31272
31273 \backslash
31274 scalebox{1}[-1]{Hola} 
31275 \series default
31276 refleja el 
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 scalebox{1}[-1]{
31285 \end_layout
31286
31287 \end_inset
31288
31289 Hola
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295 }
31296 \end_layout
31297
31298 \end_inset
31299
31300  sobre la base.
31301 \end_layout
31302
31303 \begin_layout Standard
31304 El comando 
31305 \series bold
31306
31307 \backslash
31308 scalebox{-1}[1]{contenido del cuadro} 
31309 \series default
31310 puede sustituirse por 
31311 \series bold
31312
31313 \begin_inset Newline newline
31314 \end_inset
31315
31316
31317 \backslash
31318 reflectbox{contenido del cuadro}
31319 \begin_inset VSpace defskip
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 El comando 
31327 \series bold
31328
31329 \backslash
31330 resizebox
31331 \series default
31332  sirve para redimensionar el marco a una altura y anchura definidas, según
31333  el esquema:
31334 \end_layout
31335
31336 \begin_layout Standard
31337
31338 \series bold
31339
31340 \backslash
31341 resizebox{anchura}{altura}{contenido del marco}
31342 \end_layout
31343
31344 \begin_layout Standard
31345 Si uno de los argumentos del comando es un signo de exclamación, 
31346 \series bold
31347 !
31348 \series default
31349 , la escala se hace de forma que se mantiene la relación de las dimensiones
31350  originales del contenido del marco.
31351  
31352 \end_layout
31353
31354 \begin_layout Standard
31355 El comando 
31356 \series bold
31357
31358 \backslash
31359 resizebox{2cm}{1cm}{Hola}
31360 \series default
31361  genera: 
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367
31368 \backslash
31369 resizebox{2cm}{1cm}{
31370 \end_layout
31371
31372 \end_inset
31373
31374 Hola
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380 }
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \begin_inset Newline newline
31387 \end_inset
31388
31389 El comando 
31390 \series bold
31391
31392 \backslash
31393 resizebox{2cm}{!}{Hola}
31394 \series default
31395  genera: 
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 resizebox{2cm}{!}{
31404 \end_layout
31405
31406 \end_inset
31407
31408 Hola
31409 \begin_inset ERT
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413
31414 }
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \begin_layout Standard
31423 \begin_inset VSpace defskip
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \begin_layout Standard
31430 \begin_inset Note Greyedout
31431 status open
31432
31433 \begin_layout Plain Layout
31434
31435 \series bold
31436 Nota: 
31437 \series default
31438 Si los argumentos de 
31439 \series bold
31440
31441 \backslash
31442 scalebox
31443 \series default
31444  o 
31445 \series bold
31446
31447 \backslash
31448 resizebox
31449 \series default
31450  son cero, no se generan errores de LaTeX al exportar el documento, pero
31451  puede suceder que la salida no se muestre o que sea incompleta.
31452  
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \begin_inset VSpace defskip
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \begin_layout Standard
31465 Los marcos se pueden combinar en cualquier orden.
31466  Por ejemplo, el comando
31467 \series bold
31468
31469 \begin_inset Newline newline
31470 \end_inset
31471
31472
31473 \backslash
31474 rotatebox[origin=c]{-45}{
31475 \backslash
31476 resizebox{2cm}{!}{
31477 \backslash
31478 reflectbox{Hola}}}
31479 \begin_inset Newline newline
31480 \end_inset
31481
31482
31483 \series default
31484 genera:
31485 \end_layout
31486
31487 \begin_layout Standard
31488 \noindent
31489 \align center
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 rotatebox[origin=c]{-45}{
31498 \backslash
31499 resizebox{2cm}{!}{
31500 \backslash
31501 reflectbox{
31502 \end_layout
31503
31504 \end_inset
31505
31506 Hola
31507 \begin_inset ERT
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511
31512 }}}
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 \noindent
31522 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \align center
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 rotatebox[origin=c]{-30}{
31535 \backslash
31536 resizebox{2cm}{!}{
31537 \backslash
31538 reflectbox{
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \begin_inset Graphics
31545         filename ../clipart/platypus.eps
31546         lyxscale 50
31547         width 25col%
31548
31549 \end_inset
31550
31551
31552 \begin_inset ERT
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556
31557 }}}
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568
31569 \backslash
31570 rotatebox[origin=c]{-45}{
31571 \backslash
31572 resizebox{2cm}{!}{
31573 \backslash
31574 reflectbox{
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \begin_inset Tabular
31581 <lyxtabular version="3" rows="2" columns="2">
31582 <features tabularvalignment="middle">
31583 <column alignment="center" valignment="top" width="0">
31584 <column alignment="center" valignment="top" width="0">
31585 <row>
31586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31587 \begin_inset Text
31588
31589 \begin_layout Plain Layout
31590 q
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599 w
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 </row>
31605 <row>
31606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 e
31611 \end_layout
31612
31613 \end_inset
31614 </cell>
31615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Plain Layout
31619 r
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 </row>
31625 </lyxtabular>
31626
31627 \end_inset
31628
31629
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635 }}}
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \begin_inset ERT
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645
31646
31647 \backslash
31648 rotatebox[origin=c]{-45}{
31649 \backslash
31650 resizebox{2cm}{!}{
31651 \backslash
31652 reflectbox{
31653 \end_layout
31654
31655 \end_inset
31656
31657
31658 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31659 \end_inset
31660
31661
31662 \begin_inset ERT
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666
31667 }}}
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 Si se usa el estilo global 
31677 \series bold
31678 fleqn
31679 \series default
31680  para las ecuaciones del documento,
31681 \begin_inset Foot
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685 Si «fleqn» se añade a las opciones de clase del documento.
31686 \end_layout
31687
31688 \end_inset
31689
31690  también se puede variar la escala de las ecuaciones en estilo presentación.
31691 \end_layout
31692
31693 \begin_layout Chapter
31694 Objetos envueltos en texto
31695 \begin_inset Index idx
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699 Envueltos en texto
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \begin_layout Section
31708 Flotantes envueltos
31709 \begin_inset CommandInset label
31710 LatexCommand label
31711 name "sec:Flotantes-envueltos"
31712
31713 \end_inset
31714
31715
31716 \begin_inset Index idx
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720 Flotantes ! Envueltos
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \begin_inset Index idx
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730 Envueltos en texto ! Flotantes
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Standard
31739 \begin_inset Wrap figure
31740 lines 0
31741 placement l
31742 overhang 1cm
31743 width "40col%"
31744 status open
31745
31746 \begin_layout Plain Layout
31747 \begin_inset Graphics
31748         filename ../clipart/mobius.eps
31749         width 40col%
31750         rotateOrigin center
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Plain Layout
31758 \begin_inset Caption
31759
31760 \begin_layout Plain Layout
31761 \begin_inset CommandInset label
31762 LatexCommand label
31763 name "fig:Envoltorio-de-figura"
31764
31765 \end_inset
31766
31767 Figura envuelta en el texto
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \end_inset
31776
31777  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
31778  de modo que ocupe sólo una parte del ancho de columna.
31779  Se inserta con el menú 
31780 \family sans
31781 Insertar\SpecialChar \menuseparator
31782 Flotante\SpecialChar \menuseparator
31783 Figura
31784 \begin_inset space ~
31785 \end_inset
31786
31787 envuelta
31788 \family default
31789
31790 \begin_inset space \thinspace{}
31791 \end_inset
31792
31793 /
31794 \begin_inset space \thinspace{}
31795 \end_inset
31796
31797
31798 \family sans
31799 Cuadro
31800 \begin_inset space ~
31801 \end_inset
31802
31803 envuelto
31804 \family default
31805  si está instalado el paquete LaTeX 
31806 \series bold
31807 wrapfig
31808 \series default
31809
31810 \begin_inset Index idx
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814 LaTeX-paquetes ! wrapfig
31815 \begin_inset ERT
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819
31820
31821 \backslash
31822 vspace{4mm}
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \end_inset
31831
31832 .
31833 \begin_inset Foot
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 La instalación de paquetes LaTeX se explica en el manual 
31838 \emph on
31839 Configuración de LaTeX
31840 \emph default
31841 .
31842 \end_layout
31843
31844 \end_inset
31845
31846  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
31847  con clic derecho sobre el cuadro del flotante.
31848  Son obligatorias la 
31849 \family sans
31850 Ubicación
31851 \family default
31852  y la 
31853 \family sans
31854 Anchura
31855 \family default
31856 .
31857  Son opcionales 
31858 \family sans
31859 Extensión al margen
31860 \family default
31861 , que especifica la anchura de invasión del margen, y 
31862 \family sans
31863 Extender
31864 \begin_inset space ~
31865 \end_inset
31866
31867 a
31868 \begin_inset space ~
31869 \end_inset
31870
31871 líneas
31872 \family default
31873 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
31874  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
31875  opción sólo si encuentras problemas en la colocación del flotante.
31876  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
31877  del párrafo o en los párrafos adyacentes.
31878  La figura
31879 \begin_inset space ~
31880 \end_inset
31881
31882
31883 \begin_inset CommandInset ref
31884 LatexCommand ref
31885 reference "fig:Envoltorio-de-figura"
31886
31887 \end_inset
31888
31889  es un ejemplo de envoltorio con una anchura de columna del 40
31890 \begin_inset space \thinspace{}
31891 \end_inset
31892
31893 %, ubicado a la izquierda y 1
31894 \begin_inset space \thinspace{}
31895 \end_inset
31896
31897 cm de invasión de margen.
31898 \end_layout
31899
31900 \begin_layout Standard
31901 \begin_inset Note Greyedout
31902 status open
31903
31904 \begin_layout Plain Layout
31905
31906 \series bold
31907 Nota:
31908 \series default
31909  ¡Los flotantes envueltos son frágiles! P.
31910 \begin_inset space \thinspace{}
31911 \end_inset
31912
31913 e.
31914 \begin_inset space ~
31915 \end_inset
31916
31917 si una figura está demasiado cerca de la parte inferior de la página se
31918  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
31919  o situarse junto a otro texto.
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \begin_layout Standard
31928 En general:
31929 \end_layout
31930
31931 \begin_layout Itemize
31932 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
31933  salto de página.
31934  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
31935  esté casi listo y puedas prever los saltos de página.
31936 \end_layout
31937
31938 \begin_layout Itemize
31939 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
31940  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
31941 \end_layout
31942
31943 \begin_layout Itemize
31944 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
31945  que procura que haya un párrafo de texto entre ellos.
31946 \end_layout
31947
31948 \begin_layout Itemize
31949 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
31950 \end_layout
31951
31952 \begin_layout Itemize
31953 Su numeración y referencias funciona como se explica en el cap.
31954 \begin_inset space \thinspace{}
31955 \end_inset
31956
31957
31958 \begin_inset CommandInset ref
31959 LatexCommand ref
31960 reference "chap:Flotantes"
31961
31962 \end_inset
31963
31964 .
31965 \end_layout
31966
31967 \begin_layout Section
31968 Objetos fijos envueltos
31969 \begin_inset Index idx
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973 Envueltos en texto ! Objetos fijos
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \begin_layout Standard
31982 Los flotantes envueltos, descritos en la sec.
31983 \begin_inset space \thinspace{}
31984 \end_inset
31985
31986
31987 \begin_inset CommandInset ref
31988 LatexCommand ref
31989 reference "sec:Flotantes-envueltos"
31990
31991 \end_inset
31992
31993  , tienen estas posiciones en el párrafo:
31994 \end_layout
31995
31996 \begin_layout Standard
31997 \noindent
31998 \align center
31999 \begin_inset Tabular
32000 <lyxtabular version="3" rows="2" columns="2">
32001 <features tabularvalignment="middle">
32002 <column alignment="center" valignment="top" width="0">
32003 <column alignment="center" valignment="top" width="0">
32004 <row>
32005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32006 \begin_inset Text
32007
32008 \begin_layout Plain Layout
32009 \begin_inset Graphics
32010         filename ../../images/dialog-show-new-inset_graphics.png
32011         scale 70
32012         scaleBeforeRotation
32013         BoundingBox 0bp 6bp 22bp 22bp
32014
32015 \end_inset
32016
32017
32018 \end_layout
32019
32020 \end_inset
32021 </cell>
32022 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32023 \begin_inset Text
32024
32025 \begin_layout Plain Layout
32026 texto
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 </row>
32032 <row>
32033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037 texto
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32043 \begin_inset Text
32044
32045 \begin_layout Plain Layout
32046 texto
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 </row>
32052 </lyxtabular>
32053
32054 \end_inset
32055
32056  y 
32057 \begin_inset Tabular
32058 <lyxtabular version="3" rows="2" columns="2">
32059 <features tabularvalignment="middle">
32060 <column alignment="center" valignment="top" width="0">
32061 <column alignment="center" valignment="top" width="0">
32062 <row>
32063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32064 \begin_inset Text
32065
32066 \begin_layout Plain Layout
32067 texto
32068 \end_layout
32069
32070 \end_inset
32071 </cell>
32072 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076 \begin_inset Graphics
32077         filename ../../images/dialog-show-new-inset_graphics.png
32078         scale 70
32079         scaleBeforeRotation
32080         BoundingBox 0bp 6bp 22bp 22bp
32081
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 </row>
32090 <row>
32091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095 texto
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Plain Layout
32104 texto
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 </row>
32110 </lyxtabular>
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Standard
32118 Para colocar un objeto exactamente en la posición en la que se inserta,
32119  por ejemplo una de estas:
32120 \begin_inset VSpace defskip
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Standard
32127 \noindent
32128 \align center
32129 \begin_inset Tabular
32130 <lyxtabular version="3" rows="2" columns="2">
32131 <features tabularvalignment="middle">
32132 <column alignment="center" valignment="top" width="0">
32133 <column alignment="center" valignment="top" width="0">
32134 <row>
32135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32136 \begin_inset Text
32137
32138 \begin_layout Plain Layout
32139 texto
32140 \end_layout
32141
32142 \end_inset
32143 </cell>
32144 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32145 \begin_inset Text
32146
32147 \begin_layout Plain Layout
32148 texto
32149 \end_layout
32150
32151 \end_inset
32152 </cell>
32153 </row>
32154 <row>
32155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159 \begin_inset Graphics
32160         filename ../../images/dialog-show-new-inset_graphics.png
32161         scale 70
32162         scaleBeforeRotation
32163         BoundingBox 0bp 6bp 22bp 22bp
32164
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176 texto
32177 \end_layout
32178
32179 \end_inset
32180 </cell>
32181 </row>
32182 </lyxtabular>
32183
32184 \end_inset
32185
32186  
32187 \begin_inset Tabular
32188 <lyxtabular version="3" rows="2" columns="2">
32189 <features tabularvalignment="middle">
32190 <column alignment="center" valignment="top" width="0">
32191 <column alignment="center" valignment="top" width="0">
32192 <row>
32193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197 texto
32198 \end_layout
32199
32200 \end_inset
32201 </cell>
32202 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32203 \begin_inset Text
32204
32205 \begin_layout Plain Layout
32206 texto
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 </row>
32212 <row>
32213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 texto
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226 \begin_inset Graphics
32227         filename ../../images/dialog-show-new-inset_graphics.png
32228         scale 70
32229         scaleBeforeRotation
32230         BoundingBox 0bp 6bp 22bp 22bp
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 </row>
32240 </lyxtabular>
32241
32242 \end_inset
32243
32244  
32245 \begin_inset Tabular
32246 <lyxtabular version="3" rows="2" columns="3">
32247 <features tabularvalignment="middle">
32248 <column alignment="center" valignment="top" width="0">
32249 <column alignment="center" valignment="top" width="0">
32250 <column alignment="center" valignment="top" width="0">
32251 <row>
32252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32253 \begin_inset Text
32254
32255 \begin_layout Plain Layout
32256 texto
32257 \end_layout
32258
32259 \end_inset
32260 </cell>
32261 <cell alignment="center" valignment="top" topline="true" usebox="none">
32262 \begin_inset Text
32263
32264 \begin_layout Plain Layout
32265 \begin_inset Graphics
32266         filename ../../images/dialog-show-new-inset_graphics.png
32267         scale 70
32268         scaleBeforeRotation
32269         BoundingBox 0bp 6bp 22bp 22bp
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 texto
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 </row>
32288 <row>
32289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 texto
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 texto
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 texto
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 </row>
32317 </lyxtabular>
32318
32319 \end_inset
32320
32321  
32322 \begin_inset Tabular
32323 <lyxtabular version="3" rows="2" columns="3">
32324 <features tabularvalignment="middle">
32325 <column alignment="center" valignment="top" width="0">
32326 <column alignment="center" valignment="top" width="0">
32327 <column alignment="center" valignment="top" width="0">
32328 <row>
32329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 texto
32334 \end_layout
32335
32336 \end_inset
32337 </cell>
32338 <cell alignment="center" valignment="top" topline="true" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342 texto
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 texto
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 </row>
32357 <row>
32358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 texto
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 \begin_inset Graphics
32372         filename ../../images/dialog-show-new-inset_graphics.png
32373         scale 70
32374         scaleBeforeRotation
32375         BoundingBox 0bp 6bp 22bp 22bp
32376
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32385 \begin_inset Text
32386
32387 \begin_layout Plain Layout
32388 texto
32389 \end_layout
32390
32391 \end_inset
32392 </cell>
32393 </row>
32394 </lyxtabular>
32395
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \begin_layout Standard
32402 \noindent
32403 \align center
32404 \begin_inset Tabular
32405 <lyxtabular version="3" rows="3" columns="2">
32406 <features tabularvalignment="middle">
32407 <column alignment="center" valignment="top" width="0">
32408 <column alignment="center" valignment="top" width="0">
32409 <row>
32410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32411 \begin_inset Text
32412
32413 \begin_layout Plain Layout
32414 texto
32415 \end_layout
32416
32417 \end_inset
32418 </cell>
32419 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423 texto
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 <row>
32430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 \begin_inset Graphics
32435         filename ../../images/dialog-show-new-inset_graphics.png
32436         scale 70
32437         scaleBeforeRotation
32438         BoundingBox 0bp 6bp 22bp 22bp
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32448 \begin_inset Text
32449
32450 \begin_layout Plain Layout
32451 texto
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 </row>
32457 <row>
32458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462 texto
32463 \end_layout
32464
32465 \end_inset
32466 </cell>
32467 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471 texto
32472 \end_layout
32473
32474 \end_inset
32475 </cell>
32476 </row>
32477 </lyxtabular>
32478
32479 \end_inset
32480
32481  
32482 \begin_inset Tabular
32483 <lyxtabular version="3" rows="3" columns="3">
32484 <features tabularvalignment="middle">
32485 <column alignment="center" valignment="top" width="0">
32486 <column alignment="center" valignment="top" width="0">
32487 <column alignment="center" valignment="top" width="0">
32488 <row>
32489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout Plain Layout
32493 texto
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 <cell alignment="center" valignment="top" topline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 texto
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32508 \begin_inset Text
32509
32510 \begin_layout Plain Layout
32511 texto
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 </row>
32517 <row>
32518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522 texto
32523 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 <cell alignment="center" valignment="top" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531 \begin_inset Graphics
32532         filename ../../images/dialog-show-new-inset_graphics.png
32533         scale 70
32534         scaleBeforeRotation
32535         BoundingBox 0bp 6bp 22bp 22bp
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548 texto
32549 \end_layout
32550
32551 \end_inset
32552 </cell>
32553 </row>
32554 <row>
32555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32556 \begin_inset Text
32557
32558 \begin_layout Plain Layout
32559 texto
32560 \end_layout
32561
32562 \end_inset
32563 </cell>
32564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568 texto
32569 \end_layout
32570
32571 \end_inset
32572 </cell>
32573 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32574 \begin_inset Text
32575
32576 \begin_layout Plain Layout
32577 texto
32578 \end_layout
32579
32580 \end_inset
32581 </cell>
32582 </row>
32583 </lyxtabular>
32584
32585 \end_inset
32586
32587  
32588 \begin_inset Tabular
32589 <lyxtabular version="3" rows="3" columns="2">
32590 <features tabularvalignment="middle">
32591 <column alignment="center" valignment="top" width="0">
32592 <column alignment="center" valignment="top" width="0">
32593 <row>
32594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598 texto
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607 texto
32608 \end_layout
32609
32610 \end_inset
32611 </cell>
32612 </row>
32613 <row>
32614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618 texto
32619 \end_layout
32620
32621 \end_inset
32622 </cell>
32623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32624 \begin_inset Text
32625
32626 \begin_layout Plain Layout
32627 \begin_inset Graphics
32628         filename ../../images/dialog-show-new-inset_graphics.png
32629         scale 70
32630         scaleBeforeRotation
32631         BoundingBox 0bp 6bp 22bp 22bp
32632
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \end_inset
32639 </cell>
32640 </row>
32641 <row>
32642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646 texto
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655 texto
32656 \end_layout
32657
32658 \end_inset
32659 </cell>
32660 </row>
32661 </lyxtabular>
32662
32663 \end_inset
32664
32665
32666 \end_layout
32667
32668 \begin_layout Standard
32669 \noindent
32670 puedes usar el paquete LaTeX 
32671 \series bold
32672 picinpar
32673 \series default
32674
32675 \begin_inset Index idx
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679 LaTeX-paquetes ! picinpar
32680 \end_layout
32681
32682 \end_inset
32683
32684 .
32685  Aquí hay un ejemplo:
32686 \end_layout
32687
32688 \begin_layout Standard
32689 \begin_inset ERT
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693
32694
32695 \backslash
32696 ifpicinpar
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \begin_inset Note Note
32703 status open
32704
32705 \begin_layout Plain Layout
32706 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32707  LaTeX 
32708 \series bold
32709 picinpar
32710 \series default
32711 .
32712 \end_layout
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \begin_inset ERT
32721 status collapsed
32722
32723 \begin_layout Plain Layout
32724
32725
32726 \backslash
32727 begin{window}[2,c,{
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \begin_inset Graphics
32734         filename ../clipart/mobius.eps
32735         lyxscale 60
32736         width 40col%
32737         scaleBeforeRotation
32738         rotateOrigin center
32739
32740 \end_inset
32741
32742
32743 \begin_inset ERT
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748 },]
32749 \end_layout
32750
32751 \begin_layout Plain Layout
32752
32753 {}
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \size small
32760 \lang english
32761 It was in the spring of the year 1894 that all London was interested, and
32762  the fashionable world dismayed, by the murder of the Honourable Ronald
32763  Adair under most unusual and inexplicable circumstances.
32764  The public has already learned those particulars of the crime which
32765 \size default
32766
32767 \begin_inset ERT
32768 status collapsed
32769
32770 \begin_layout Plain Layout
32771
32772
32773 \backslash
32774 footnotemark{}
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \size small
32781  came out in the police investigation, but a good deal was suppressed upon
32782  that occasion, since the case for the prosecution was so overwhelmingly
32783  strong that it was not necessary to bring forward all the facts.
32784  Only now, at the end of nearly ten years, am I allowed to supply those
32785  missing links which make up the whole of that remarkable chain
32786 \lang spanish
32787 .
32788 \size default
32789
32790 \begin_inset ERT
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794
32795
32796 \backslash
32797 end{window}
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \begin_inset ERT
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810
32811
32812 \backslash
32813 footnotetext{
32814 \end_layout
32815
32816 \end_inset
32817
32818 Nota al pie del párrafo con el objeto fijo
32819 \begin_inset ERT
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823
32824 }
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
32834  donde la posición del objeto en el párrafo se puede determinar por el número
32835  de líneas sobre él.
32836  A diferencia de los flotantes, no es posible tener leyendas numeradas.
32837 \end_layout
32838
32839 \begin_layout Standard
32840 Un objeto fijo se inserta añadiendo el comando
32841 \end_layout
32842
32843 \begin_layout Standard
32844
32845 \series bold
32846
32847 \backslash
32848 begin{window}[2,c,{
32849 \end_layout
32850
32851 \begin_layout Standard
32852 en código TeX al principio del párrafo.
32853  El primer parámetro en el corchete, aquí '2', define el número de líneas
32854  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
32855  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
32856  Tras el comando se inserta el objeto.
32857  En este ejemplo se ha insertado una imagen con una anchura del 40
32858 \begin_inset space \thinspace{}
32859 \end_inset
32860
32861 % de la anchura de la columna de texto.
32862  El objeto también puede ser un cuadro, un marco o una ecuación.
32863  Detrás del objeto se inserta el comando
32864 \end_layout
32865
32866 \begin_layout Standard
32867
32868 \series bold
32869 },texto de la descripción]
32870 \begin_inset Newline newline
32871 \end_inset
32872
32873 {}
32874 \end_layout
32875
32876 \begin_layout Standard
32877 Ten en cuenta que 
32878 \begin_inset Quotes eld
32879 \end_inset
32880
32881
32882 \series bold
32883 {}
32884 \series default
32885
32886 \begin_inset Quotes erd
32887 \end_inset
32888
32889  está en la segunda línea.
32890  El texto de la descripción es opcional.
32891  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
32892  debe empezar inmediatamente después de 
32893 \series bold
32894 {}
32895 \series default
32896 .
32897  Al final del párrafo inserta el comando:
32898 \end_layout
32899
32900 \begin_layout Standard
32901
32902 \series bold
32903
32904 \backslash
32905 end{window}
32906 \end_layout
32907
32908 \begin_layout Standard
32909 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
32910  de la manera habitual.
32911  Hay que usar el comando 
32912 \series bold
32913
32914 \backslash
32915 footnotemark
32916 \series default
32917  dentro del párrafo y fuera del comando 
32918 \series bold
32919
32920 \backslash
32921 footnotetext
32922 \series default
32923 , como se describe en la sec.
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927
32928 \begin_inset CommandInset ref
32929 LatexCommand ref
32930 reference "sec:Notas-al-pie"
32931
32932 \end_inset
32933
32934 .
32935 \end_layout
32936
32937 \begin_layout Standard
32938 \begin_inset ERT
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942
32943
32944 \backslash
32945 else
32946 \end_layout
32947
32948 \end_inset
32949
32950
32951 \begin_inset Note Note
32952 status open
32953
32954 \begin_layout Plain Layout
32955 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
32956  
32957 \series bold
32958 picinpar
32959 \series default
32960 .
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Standard
32969 Debes instalar el paquete LaTeX 
32970 \series bold
32971 picinpar
32972 \series default
32973  para ver la parte siguiente en la salida.
32974 \end_layout
32975
32976 \begin_layout Standard
32977 \begin_inset ERT
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981
32982
32983 \backslash
32984 fi
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \begin_layout Section
32993 Letras capitales
32994 \begin_inset Index idx
32995 status collapsed
32996
32997 \begin_layout Plain Layout
32998 Letras capitales
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \begin_inset Index idx
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 Envueltos en texto ! Letras capitales
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 Para usar letras capitales debe estar instalado el paquete LaTeX
33018 \series bold
33019  lettrine
33020 \series default
33021
33022 \begin_inset Index idx
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 LaTeX-paquetes ! lettrine
33027 \end_layout
33028
33029 \end_inset
33030
33031  y habilitar el uso del módulo 
33032 \family sans
33033 Capitales
33034 \family default
33035  en el documento (menú 
33036 \family sans
33037 Documento\SpecialChar \menuseparator
33038 Configuración\SpecialChar \menuseparator
33039 Módulos
33040 \family default
33041 ).
33042  Para insertar una letra capital, usa el estilo 
33043 \family sans
33044 Capital
33045 \family default
33046 .
33047  Este estilo tiene un argumento obligatorio y uno opcional.
33048  El obligatorio se inserta mediante el menú 
33049 \family sans
33050 Insertar\SpecialChar \menuseparator
33051 Título
33052 \begin_inset space ~
33053 \end_inset
33054
33055 breve
33056 \family default
33057  y contiene la letra capital.
33058  Para usar también el argumento opcional, inserta otro argumento delante
33059  del obligatorio.
33060  Este contiene parámetros para modificar la letra capital.
33061  Véase la documentación de 
33062 \series bold
33063 lettrine
33064 \series default
33065
33066 \begin_inset CommandInset citation
33067 LatexCommand cite
33068 key "lettrine"
33069
33070 \end_inset
33071
33072 , para más información sobre los parámetros disponibles.
33073  El estilo contiene el texto que rodeará a la capital.
33074  De esta forma, el estilo habitual es que la palabra cuya primera letra
33075  es la capital se imprima en 
33076 \noun on
33077 versalitas
33078 \noun default
33079 .
33080  Para indicar a LaTeX donde finaliza esta primera palabra, añade una llave
33081  de cierre '
33082 \series bold
33083 }
33084 \series default
33085 ' en código TeX detrás de ella.
33086  Al final del estilo debe haber una llave de apertura '
33087 \series bold
33088 {
33089 \series default
33090 ' en código TeX.
33091 \end_layout
33092
33093 \begin_layout Standard
33094 Aquí hay algumos ejemplos:
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset ERT
33099 status collapsed
33100
33101 \begin_layout Plain Layout
33102
33103
33104 \backslash
33105 iflettrine
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \begin_inset Note Note
33112 status open
33113
33114 \begin_layout Plain Layout
33115 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
33116  LaTeX 
33117 \series bold
33118 lettrine
33119 \series default
33120 .
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Enumerate
33129 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
33130  
33131 \begin_inset Formula $\mathfrak{Fraktur}$
33132 \end_inset
33133
33134 :
33135 \end_layout
33136
33137 \begin_deeper
33138 \begin_layout Initial
33139 \begin_inset Argument
33140 status open
33141
33142 \begin_layout Plain Layout
33143 \begin_inset Formula $\mathfrak{I}$
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \end_inset
33150
33151 t
33152 \begin_inset ERT
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156
33157 }
33158 \end_layout
33159
33160 \end_inset
33161
33162  
33163 \lang english
33164 was in the spring of the year 1894 that all London was interested, and the
33165  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33166  under most unusual and inexplicable circumstances.
33167  The public has already learned those particulars of the crime which came
33168  out in the police investigation, but a good deal was suppressed upon that
33169  occasion, since the case for the prosecution was so overwhelmingly strong
33170  that it was not necessary to bring forward all the facts.
33171 \lang spanish
33172
33173 \begin_inset ERT
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177
33178 {
33179 \end_layout
33180
33181 \end_inset
33182
33183
33184 \begin_inset Newpage newpage
33185 \end_inset
33186
33187
33188 \end_layout
33189
33190 \end_deeper
33191 \begin_layout Enumerate
33192 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
33193  y no se imprime nada en versalitas:
33194 \end_layout
33195
33196 \begin_deeper
33197 \begin_layout Initial
33198 \begin_inset Argument
33199 status open
33200
33201 \begin_layout Plain Layout
33202 lines=1
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \begin_inset Argument
33209 status open
33210
33211 \begin_layout Plain Layout
33212 It
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \begin_inset ERT
33219 status collapsed
33220
33221 \begin_layout Plain Layout
33222
33223 }
33224 \end_layout
33225
33226 \end_inset
33227
33228  
33229 \lang english
33230 was in the spring of the year 1894 that all London was interested, and the
33231  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33232  under most unusual and inexplicable circumstances.
33233  The public has already learned those particulars of the crime which came
33234  out in the police investigation, but a good deal was suppressed upon that
33235  occasion, since the case for the prosecution was so overwhelmingly strong
33236  that it was not necessary to bring forward all the facts.
33237 \lang spanish
33238
33239 \begin_inset ERT
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243
33244 {
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \end_deeper
33253 \begin_layout Enumerate
33254 Magenta, capital colgada sobre tres líneas en tipografía matemática 
33255 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33256 \end_inset
33257
33258 , el texto 
33259 \begin_inset Quotes eld
33260 \end_inset
33261
33262 t was in the spring
33263 \begin_inset Quotes erd
33264 \end_inset
33265
33266  en 
33267 \noun on
33268 versalitas
33269 \noun default
33270 ; para colorear la capital, debes insertar este comando delante de ella:
33271 \begin_inset Newline newline
33272 \end_inset
33273
33274
33275 \series bold
33276
33277 \backslash
33278 renewcommand{
33279 \backslash
33280 LettrineFontHook}{
33281 \backslash
33282 color{color}}
33283 \series default
33284
33285 \begin_inset Newline newline
33286 \end_inset
33287
33288 donde el segundo 
33289 \emph on
33290 color
33291 \emph default
33292  puede ser 
33293 \begin_inset Quotes eld
33294 \end_inset
33295
33296 red
33297 \begin_inset Quotes erd
33298 \end_inset
33299
33300
33301 \begin_inset Quotes eld
33302 \end_inset
33303
33304 blue
33305 \begin_inset Quotes erd
33306 \end_inset
33307
33308
33309 \begin_inset Quotes eld
33310 \end_inset
33311
33312 green
33313 \begin_inset Quotes erd
33314 \end_inset
33315
33316
33317 \begin_inset Quotes eld
33318 \end_inset
33319
33320 yellow
33321 \begin_inset Quotes erd
33322 \end_inset
33323
33324
33325 \begin_inset Quotes eld
33326 \end_inset
33327
33328 cyan
33329 \begin_inset Quotes erd
33330 \end_inset
33331
33332
33333 \begin_inset Quotes eld
33334 \end_inset
33335
33336 magenta
33337 \begin_inset Quotes erd
33338 \end_inset
33339
33340
33341 \begin_inset Quotes eld
33342 \end_inset
33343
33344 black
33345 \begin_inset Quotes erd
33346 \end_inset
33347
33348  o 
33349 \begin_inset Quotes eld
33350 \end_inset
33351
33352 white
33353 \begin_inset Quotes erd
33354 \end_inset
33355
33356 , y añade este comando al preámbulo del documento:
33357 \begin_inset Newline newline
33358 \end_inset
33359
33360
33361 \series bold
33362
33363 \backslash
33364 @ifundefined{textcolor}
33365 \begin_inset Newline newline
33366 \end_inset
33367
33368
33369 \begin_inset space ~
33370 \end_inset
33371
33372 {
33373 \backslash
33374 usepackage{color}}{}
33375 \end_layout
33376
33377 \begin_deeper
33378 \begin_layout Standard
33379 \begin_inset ERT
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384
33385 \backslash
33386 renewcommand{
33387 \backslash
33388 LettrineFontHook}{
33389 \backslash
33390 color{magenta}}
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \begin_inset Note Note
33397 status open
33398
33399 \begin_layout Plain Layout
33400 pone la capital en magenta
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \begin_layout Initial
33409 \begin_inset Argument
33410 status open
33411
33412 \begin_layout Plain Layout
33413 lines=3, lhang=0.33, loversize=0.25
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \begin_inset Argument
33420 status open
33421
33422 \begin_layout Plain Layout
33423 \begin_inset Formula $\mathcal{I}$
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \end_inset
33430
33431
33432 \lang english
33433 t was in the spring
33434 \lang spanish
33435
33436 \begin_inset ERT
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440
33441 }
33442 \end_layout
33443
33444 \end_inset
33445
33446  
33447 \lang english
33448 of the year 1894 that all London was interested, and the fashionable world
33449  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33450  and inexplicable circumstances.
33451  The public has already learned those particulars of the crime which came
33452  out in the police investigation, but a good deal was suppressed upon that
33453  occasion, since the case for the prosecution was so overwhelmingly strong
33454  that it was not necessary to bring forward all the facts.
33455 \lang spanish
33456
33457 \begin_inset ERT
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461
33462 {
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \end_deeper
33471 \begin_layout Standard
33472 \begin_inset ERT
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476
33477
33478 \backslash
33479 else
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \begin_inset Note Note
33486 status open
33487
33488 \begin_layout Plain Layout
33489 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
33490  
33491 \series bold
33492 lettrine
33493 \series default
33494 .
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Debes instalar el paquete LaTeX 
33504 \series bold
33505 lettrine
33506 \series default
33507  para ver la parte siguiente en la salida.
33508 \end_layout
33509
33510 \begin_layout Standard
33511 \begin_inset ERT
33512 status collapsed
33513
33514 \begin_layout Plain Layout
33515
33516
33517 \backslash
33518 fi
33519 \end_layout
33520
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \begin_layout Chapter
33527 Archivos externos
33528 \begin_inset Index idx
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 Archivos externos
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \begin_layout Standard
33541 Con el menú 
33542 \family sans
33543 Insertar\SpecialChar \menuseparator
33544 Archivo 
33545 \family default
33546 se pueden insertar archivos externos en un documento.
33547  Estos pueden ser:
33548 \end_layout
33549
33550 \begin_layout Description
33551 Documento
33552 \begin_inset space ~
33553 \end_inset
33554
33555 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
33556 \end_layout
33557
33558 \begin_layout Description
33559 Texto
33560 \begin_inset space ~
33561 \end_inset
33562
33563 simple Un documento de texto; cada línea del mismo se inserta en tu documento
33564  como párrafo propio.
33565 \end_layout
33566
33567 \begin_layout Description
33568 Texto
33569 \begin_inset space ~
33570 \end_inset
33571
33572 simple,
33573 \begin_inset space ~
33574 \end_inset
33575
33576 unir
33577 \begin_inset space ~
33578 \end_inset
33579
33580 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
33581  Las líneas vacías generan un nuevo párrafo en tu documento.
33582 \end_layout
33583
33584 \begin_layout Description
33585 Material
33586 \begin_inset space ~
33587 \end_inset
33588
33589 externo Archivos en diversos formatos.
33590 \end_layout
33591
33592 \begin_layout Description
33593 Documento
33594 \begin_inset space ~
33595 \end_inset
33596
33597 hijo Documentos LyX, LaTeX o texto simple.
33598 \end_layout
33599
33600 \begin_layout Section
33601 Material externo
33602 \begin_inset Index idx
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 Material externo
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Standard
33615 Esta característica te permite insertar archivos en tu documento sin convertirlo
33616 s previamente a un formato legible en la salida, ya que LyX se ocupa de
33617  las necesarias conversiones.
33618  Esto es parecido a la inserción de imágenes en diversos formatos en los
33619  documentos LyX.
33620  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
33621  en 
33622 \family sans
33623 Apariencia
33624 \family default
33625 \SpecialChar \menuseparator
33626 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
33627  en LyX.
33628 \end_layout
33629
33630 \begin_layout Standard
33631 El material externo se puede insertar mediante el diálogo que surge a partir
33632  del menú 
33633 \family sans
33634 Insertar\SpecialChar \menuseparator
33635 Archivo\SpecialChar \menuseparator
33636 Material
33637 \begin_inset space ~
33638 \end_inset
33639
33640 externo
33641 \family default
33642 .
33643  Actualmente se permiten los siguientes tipos de archivo (
33644 \family sans
33645 Plantillas
33646 \family default
33647 ):
33648 \end_layout
33649
33650 \begin_layout Description
33651 Diagrama
33652 \begin_inset space ~
33653 \end_inset
33654
33655 de
33656 \begin_inset space ~
33657 \end_inset
33658
33659 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
33660  con el programa 
33661 \series bold
33662
33663 \begin_inset CommandInset href
33664 LatexCommand href
33665 name "XBoard"
33666 target "http://en.wikipedia.org/wiki/XBoard"
33667
33668 \end_inset
33669
33670
33671 \series default
33672 .
33673 \end_layout
33674
33675 \begin_layout Description
33676 Dia Esta plantilla soporta diagramas creados con el programa 
33677 \series bold
33678
33679 \begin_inset CommandInset href
33680 LatexCommand href
33681 name "Dia"
33682 target "http://en.wikipedia.org/wiki/Dia_(software)"
33683
33684 \end_inset
33685
33686
33687 \series default
33688 .
33689 \end_layout
33690
33691 \begin_layout Description
33692 Fecha Esta inserta la fecha en el formato 
33693 \emph on
33694 Día-Mes-Año.
33695
33696 \emph default
33697  A continuación hay una fecha insertada como material externo: 
33698 \begin_inset External
33699         template Date
33700         filename es/...
33701
33702 \end_inset
33703
33704
33705 \begin_inset space ~
33706 \end_inset
33707
33708
33709 \begin_inset Note Note
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \begin_inset Newline newline
33720 \end_inset
33721
33722 La fecha no se muestra en LyX, sólo en la salida.
33723  Hay otros dos métodos de insertar una fecha, con el menú 
33724 \family sans
33725 Insertar\SpecialChar \menuseparator
33726 Fecha
33727 \family default
33728  y con el comando LaTeX 
33729 \series bold
33730
33731 \backslash
33732 today
33733 \series default
33734  en código TeX.
33735  Los distintos métodos se comparan en el cuadro
33736 \begin_inset space ~
33737 \end_inset
33738
33739
33740 \begin_inset CommandInset ref
33741 LatexCommand ref
33742 reference "tab:Comparación-de"
33743
33744 \end_inset
33745
33746 .
33747 \end_layout
33748
33749 \begin_layout Description
33750 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
33751 \begin_inset Newline linebreak
33752 \end_inset
33753
33754
33755 \series bold
33756
33757 \begin_inset CommandInset href
33758 LatexCommand href
33759 name "LilyPond"
33760 target "http://en.wikipedia.org/wiki/LilyPond"
33761
33762 \end_inset
33763
33764
33765 \series default
33766 .
33767 \end_layout
33768
33769 \begin_layout Description
33770 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
33771  Para insertar algunas o todas las páginas de un documento PDF, utiliza
33772  la opción 
33773 \emph on
33774 pages
33775 \emph default
33776  en el campo 
33777 \family sans
33778 Opción
33779 \family default
33780  de la pestaña 
33781 \family sans
33782 Opciones de LaTeX y LyX
33783 \family default
33784 , según la descripción de la plantilla en el diálogo.
33785  Si no se usa la opción 
33786 \emph on
33787 pages
33788 \emph default
33789 , sólo se inserta la primera página del PDF.
33790 \end_layout
33791
33792 \begin_layout Description
33793 RasterImage Sirve para insertar imágenes bitmap.
33794  Casi todos los formatos populares de imágenes están soportados.
33795  Las imágenes se pueden tratar en el diálogo 
33796 \family sans
33797 Material Externo
33798 \family default
33799  como las que habitualmente se incluyen mediante el diálogo 
33800 \family sans
33801 Gráficos
33802 \family default
33803 , tal como se explica en la sección
33804 \begin_inset space ~
33805 \end_inset
33806
33807
33808 \begin_inset CommandInset ref
33809 LatexCommand ref
33810 reference "sec:Diálogo-Gráficos"
33811
33812 \end_inset
33813
33814 .
33815  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
33816  PDF y EPS no están soportadas.
33817 \end_layout
33818
33819 \begin_layout Description
33820 XFig Esta plantilla soporta imágenes creadas con el programa 
33821 \series bold
33822
33823 \begin_inset CommandInset href
33824 LatexCommand href
33825 name "Xfig"
33826 target "http://en.wikipedia.org/wiki/Xfig"
33827
33828 \end_inset
33829
33830
33831 \series default
33832 .
33833 \end_layout
33834
33835 \begin_layout Standard
33836 \begin_inset Float table
33837 placement h
33838 wide false
33839 sideways false
33840 status open
33841
33842 \begin_layout Plain Layout
33843 \begin_inset Caption
33844
33845 \begin_layout Plain Layout
33846 \begin_inset CommandInset label
33847 LatexCommand label
33848 name "tab:Comparación-de"
33849
33850 \end_inset
33851
33852 Comparación de los métodos de inserción de fecha.
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Plain Layout
33861 \align center
33862 \begin_inset Tabular
33863 <lyxtabular version="3" rows="4" columns="4">
33864 <features tabularvalignment="middle">
33865 <column alignment="center" valignment="top" width="0">
33866 <column alignment="center" valignment="top" width="0">
33867 <column alignment="center" valignment="top" width="0">
33868 <column alignment="center" valignment="top" width="0">
33869 <row>
33870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33871 \begin_inset Text
33872
33873 \begin_layout Plain Layout
33874 Documento
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883
33884 \family sans
33885 Material externo\SpecialChar \menuseparator
33886 Fecha
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33892 \begin_inset Text
33893
33894 \begin_layout Plain Layout
33895
33896 \family sans
33897 Insertar\SpecialChar \menuseparator
33898 Fecha
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33904 \begin_inset Text
33905
33906 \begin_layout Plain Layout
33907 comando 
33908 \series bold
33909
33910 \backslash
33911 today
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 </row>
33917 <row>
33918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 LyX
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 como recuadro
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 como fecha
33941 \end_layout
33942
33943 \end_inset
33944 </cell>
33945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33946 \begin_inset Text
33947
33948 \begin_layout Plain Layout
33949 como cuadro código TeX
33950 \end_layout
33951
33952 \end_inset
33953 </cell>
33954 </row>
33955 <row>
33956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 LaTeX
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969 como fecha
33970 \end_layout
33971
33972 \end_inset
33973 </cell>
33974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33975 \begin_inset Text
33976
33977 \begin_layout Plain Layout
33978 como fecha
33979 \end_layout
33980
33981 \end_inset
33982 </cell>
33983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33984 \begin_inset Text
33985
33986 \begin_layout Plain Layout
33987 como comando
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 </row>
33993 <row>
33994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Plain Layout
33998 DVI, PDF, PS
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 como fecha
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016 como fecha
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025 como fecha
34026 \end_layout
34027
34028 \end_inset
34029 </cell>
34030 </row>
34031 </lyxtabular>
34032
34033 \end_inset
34034
34035
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Si utilizas la opción 
34045 \family sans
34046 Borrador
34047 \family default
34048  en la solapa 
34049 \family sans
34050 Archivo
34051 \family default
34052  del diálogo 
34053 \family sans
34054 Material Externo
34055 \family default
34056 , en el documento de salida sólo se muestra la ruta al archivo insertado.
34057 \family sans
34058
34059 \begin_inset Newline newline
34060 \end_inset
34061
34062
34063 \family default
34064 El material externo se muestra en LyX como un recuadro del tipo:
34065 \family sans
34066  
34067 \family default
34068
34069 \begin_inset Graphics
34070         filename clipart/MaterialExternoQt4.png
34071         scale 80
34072
34073 \end_inset
34074
34075  o como imagen, dependiendo de si se marca la opción 
34076 \family sans
34077 Mostrar en LyX 
34078 \family default
34079 de la pestaña 
34080 \family sans
34081 Opciones de LaTeX y LyX
34082 \family default
34083  del diálogo
34084 \family sans
34085 .
34086 \end_layout
34087
34088 \begin_layout Standard
34089 En el manual 
34090 \emph on
34091 Personalización
34092 \emph default
34093  se explica cómo definir tus propias plantillas.
34094 \end_layout
34095
34096 \begin_layout Section
34097 Documento hijo
34098 \begin_inset CommandInset label
34099 LatexCommand label
34100 name "sec:Documento-Hijo"
34101
34102 \end_inset
34103
34104
34105 \begin_inset Index idx
34106 status collapsed
34107
34108 \begin_layout Plain Layout
34109 Documento hijo
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 Los documentos hijos se emplean en el caso de tener un documento extenso
34119  compuesto por varias partes o secciones más grandes.
34120  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
34121  en varios archivos que pueden ser revisados por separado.
34122  Estos archivos se conocen como documentos hijos, y el llamado documento
34123  maestro los conecta con el fin de imprimirlos como un todo o por partes.
34124  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
34125  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
34130  en el menú 
34131 \family sans
34132 Documento\SpecialChar \menuseparator
34133 Configuración\SpecialChar \menuseparator
34134 Clase del documento
34135 \family default
34136  del documento hijo especifica el documento maestro predeterminado.
34137  Este maestro será usado entonces por LyX en un segundo plano cuando edites
34138  el documento hijo.
34139 \end_layout
34140
34141 \begin_layout Standard
34142 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
34143  recuadros del tipo: 
34144 \begin_inset Graphics
34145         filename clipart/DocumentoHijoQt4.png
34146         scale 80
34147
34148 \end_inset
34149
34150 .
34151  Para incluir documentos hijos en un documento maestro utiliza el menú 
34152 \family sans
34153 Insertar
34154 \family default
34155 \SpecialChar \menuseparator
34156
34157 \family sans
34158 Archivo
34159 \family default
34160 \SpecialChar \menuseparator
34161
34162 \family sans
34163 Documento
34164 \begin_inset space ~
34165 \end_inset
34166
34167 hijo
34168 \family default
34169 .
34170  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
34171 \end_layout
34172
34173 \begin_layout Description
34174 Anexar Puedes incluir documentos LyX y documentos LaTeX.
34175  Al pulsar el botón 
34176 \family sans
34177 Aceptar
34178 \family default
34179  en el diálogo 
34180 \family sans
34181 Documento hijo
34182 \family default
34183 , los documentos incluidos se abrirán en una nueva solapa de archivo en
34184  la ventana de LyX y así puedes modificarlos si quieres.
34185 \end_layout
34186
34187 \begin_layout Standard
34188 Aquí hay un archivo insertado con el método 
34189 \family sans
34190 Anexar
34191 \family default
34192
34193 \begin_inset CommandInset include
34194 LatexCommand include
34195 filename "DocumentoPostizo1.lyx"
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 La numeración de secciones tiene en cuenta las secciones de los archivos
34204  incluidos en el orden en que están insertados en el documento maestro.
34205  El documento incluido de ejemplo tiene una subsección que se numera como
34206  subsección de la presente sección.
34207  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
34208 \begin_inset space ~
34209 \end_inset
34210
34211
34212 \begin_inset CommandInset ref
34213 LatexCommand ref
34214 reference "sub:Subsección-Externa-1"
34215
34216 \end_inset
34217
34218 .
34219 \end_layout
34220
34221 \begin_layout Standard
34222 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
34223  del documento maestro.
34224  Las ramas en los documentos hijos serán ignoradas por el documento maestro
34225  si éste no tiene una rama con el mismo nombre.
34226  Los documentos anexados se insertan comenzando una página nueva y acabando
34227  con un salto de página.
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset Note Greyedout
34232 status open
34233
34234 \begin_layout Plain Layout
34235
34236 \series bold
34237 Nota:
34238 \series default
34239  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
34240  a la del documento maestro, recibirás una advertencia al exportar/ver el
34241  documento, ya que esto podría dar resultados inesperados.
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \begin_layout Description
34250 Incorporar Este método es muy parecido al método 
34251 \family sans
34252 Anexar
34253 \family default
34254 .
34255  Las diferencias son:
34256 \end_layout
34257
34258 \begin_deeper
34259 \begin_layout Itemize
34260 Los archivos incorporados no comienzan en página nueva ni acaban con un
34261  salto de página.
34262 \end_layout
34263
34264 \begin_layout Itemize
34265 Los archivos incorporados pueden visualizar en LyX si la 
34266 \family sans
34267 Vista
34268 \begin_inset space ~
34269 \end_inset
34270
34271 preliminar
34272 \begin_inset space ~
34273 \end_inset
34274
34275 inmediata 
34276 \family default
34277 está activada en el diálogo 
34278 \family sans
34279 Herramientas\SpecialChar \menuseparator
34280 Preferencias
34281 \family default
34282 , apartado 
34283 \family sans
34284 Apariencia\SpecialChar \menuseparator
34285 Visualización
34286 \family default
34287 .
34288 \end_layout
34289
34290 \begin_layout Itemize
34291 Los archivos incorporados no se pueden excluir mediante el menú 
34292 \family sans
34293 Documento\SpecialChar \menuseparator
34294 Configuración\SpecialChar \menuseparator
34295 Documentos hijo
34296 \family default
34297 .
34298 \end_layout
34299
34300 \end_deeper
34301 \begin_layout Standard
34302 Aquí hay un documento hijo insertado con el método 
34303 \family sans
34304 Incorporar
34305 \family default
34306 :
34307 \end_layout
34308
34309 \begin_layout Standard
34310 \begin_inset CommandInset include
34311 LatexCommand input
34312 filename "DocumentoPostizo2.lyx"
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Description
34320 Literal Con este método se puede incluir cualquier archivo de texto.
34321  El archivo aparece en la salida con su código fuente, y si contiene comandos
34322  no se ejecutan.
34323  Con la opción 
34324 \family sans
34325 Marcar espacios en la salida
34326 \family default
34327  cada espacio en el código fuente se muestra en la salida con el carácter
34328  «
34329 \begin_inset ERT
34330 status collapsed
34331
34332 \begin_layout Plain Layout
34333
34334
34335 \backslash
34336 textvisiblespace
34337 \end_layout
34338
34339 \end_inset
34340
34341 ».
34342  La diferencia con el método de inserción mediante el menú 
34343 \family sans
34344 Insertar
34345 \family default
34346 \SpecialChar \menuseparator
34347
34348 \family sans
34349 Archivo
34350 \family default
34351 \SpecialChar \menuseparator
34352
34353 \family sans
34354 Texto
34355 \begin_inset space ~
34356 \end_inset
34357
34358 simple
34359 \family default
34360  es que en este caso el contenido del archivo se ve en LyX, mientras que
34361  en modo 
34362 \family sans
34363 Literal 
34364 \family default
34365 no se muestra el contenido, sino un recuadro con el nombre.
34366
34367 \family sans
34368  
34369 \end_layout
34370
34371 \begin_layout Standard
34372 Aquí se inserta un documento hijo en modo Literal:
34373 \begin_inset CommandInset include
34374 LatexCommand verbatiminput
34375 filename "DocumentoTextoPostizo.txt"
34376
34377 \end_inset
34378
34379
34380 \begin_inset VSpace bigskip
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Standard
34387 Aquí se inserta un documento hijo en modo Literal con la opción 
34388 \family sans
34389 Marcar espacios en la salida
34390 \family default
34391 :
34392 \begin_inset CommandInset include
34393 LatexCommand verbatiminput*
34394 filename "DocumentoTextoPostizo.txt"
34395
34396 \end_inset
34397
34398
34399 \begin_inset VSpace bigskip
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Standard
34406 \begin_inset Note Greyedout
34407 status open
34408
34409 \begin_layout Plain Layout
34410
34411 \series bold
34412 Nota:
34413 \series default
34414  Como puedes ver en los ejemplos anteriores, el texto de los documentos
34415  incluidos en modo 
34416 \family sans
34417 literal
34418 \family default
34419  no contiene saltos de línea, a no ser que se incluyan expresamente en el
34420  archivo de texto.
34421 \end_layout
34422
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \begin_layout Description
34429 Listado
34430 \begin_inset space ~
34431 \end_inset
34432
34433 de
34434 \begin_inset space ~
34435 \end_inset
34436
34437 programa Este tipo se describe en el capítulo
34438 \begin_inset space ~
34439 \end_inset
34440
34441
34442 \begin_inset CommandInset ref
34443 LatexCommand ref
34444 reference "cap:Listado-de-programa"
34445
34446 \end_inset
34447
34448 .
34449 \end_layout
34450
34451 \begin_layout Standard
34452 \begin_inset Note Greyedout
34453 status open
34454
34455 \begin_layout Plain Layout
34456
34457 \series bold
34458 Nota:
34459 \series default
34460  Incluir el mismo documento dos veces con métodos diferentes podría causar
34461  problemas en LaTeX.
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Standard
34470 Si quieres ver o exportar solo determinados hijos del documento maestro,
34471  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
34472  individuales del libro, puedes excluir hijos en la salida.
34473  Esto se consigue mediante el menú 
34474 \family sans
34475 Documento\SpecialChar \menuseparator
34476 Configuración\SpecialChar \menuseparator
34477 Documento hijo
34478 \family default
34479 .
34480  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
34481  (esto solo funciona para documentos insertados mediante 
34482 \begin_inset Quotes fld
34483 \end_inset
34484
34485 Anexar
34486 \begin_inset Quotes frd
34487 \end_inset
34488
34489 , no con 
34490 \begin_inset Quotes fld
34491 \end_inset
34492
34493 Incorporar
34494 \begin_inset Quotes frd
34495 \end_inset
34496
34497 ).
34498  Si se marca la opción 
34499 \family sans
34500 Mantener contadores y referencias
34501 \family default
34502  LyX garantiza que todos los números de página, referencias, etc., se respetan
34503  como si se procesara el documento completo.
34504  No obstante, LyX tiene que procesar el documento entero en segundo plano
34505  para que esta característica funcione.
34506  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
34507  los contadores y referencias, desmarca esta casilla.
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Alternativamente, se puede poner cada archivo incluido en una rama.
34512 \begin_inset Foot
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 Las ramas se describen en la sección
34517 \emph on
34518  Ramas
34519 \emph default
34520  de la 
34521 \emph on
34522 Guía del usuario
34523 \emph default
34524  de LyX.
34525 \end_layout
34526
34527 \end_inset
34528
34529  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
34530  aparecerán en la salida.
34531  Esto tiene la ventaja de que también funciona con hijos incluidos con 
34532 \begin_inset Quotes fld
34533 \end_inset
34534
34535 Incorporar
34536 \begin_inset Quotes frd
34537 \end_inset
34538
34539 .
34540  Sin embargo, los contadores y las referencias no se mantendrán usando este
34541  método.
34542 \end_layout
34543
34544 \begin_layout Chapter
34545 Listado de programa
34546 \begin_inset CommandInset label
34547 LatexCommand label
34548 name "cap:Listado-de-programa"
34549
34550 \end_inset
34551
34552
34553 \begin_inset Index idx
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 Listado de programa
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Código de programa
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \begin_inset Index idx
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577 Flotantes ! Listado de programa
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \begin_layout Standard
34586 Para incluir y tipografiar código de programación puedes usar la opción
34587  de menú disponible en 
34588 \family sans
34589 Insertar\SpecialChar \menuseparator
34590 Listado
34591 \begin_inset space ~
34592 \end_inset
34593
34594 de
34595 \begin_inset space ~
34596 \end_inset
34597
34598 programa.
34599  
34600 \family default
34601 El paquete LaTeX 
34602 \series bold
34603 listings
34604 \series default
34605
34606 \begin_inset Index idx
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610 LaTeX-paquetes ! listings
34611 \end_layout
34612
34613 \end_inset
34614
34615  provee un mecanismo potente y flexible para insertar código fuente en tu
34616  documento.
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
34621  incorporado en el que puedes configurar su formato.
34622 \end_layout
34623
34624 \begin_layout Standard
34625 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
34626  La opción de ubicación 
34627 \family sans
34628 Listado
34629 \begin_inset space ~
34630 \end_inset
34631
34632 en
34633 \begin_inset space ~
34634 \end_inset
34635
34636 línea
34637 \family default
34638  lo imprime en la línea, como este ejemplo: 
34639 \begin_inset listings
34640 lstparams "language={C++}"
34641 inline true
34642 status open
34643
34644 \begin_layout Plain Layout
34645
34646 int a=5;
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \family sans
34653
34654 \begin_inset Newline newline
34655 \end_inset
34656
34657
34658 \family default
34659 La opción 
34660 \family sans
34661 Flotante
34662 \family default
34663  crea un listado flotante cuya colocación se puede especificar mediante
34664  las opciones «
34665 \family sans
34666 h
34667 \family default
34668 », «
34669 \family sans
34670 t
34671 \family default
34672 », «
34673 \family sans
34674 b
34675 \family default
34676 » y «
34677 \family sans
34678 p
34679 \family default
34680 », correspondientes a las opciones de colocación de flotantes descritas
34681  en la sección
34682 \family sans
34683
34684 \begin_inset space ~
34685 \end_inset
34686
34687
34688 \begin_inset CommandInset ref
34689 LatexCommand ref
34690 reference "sec:Colocación-de-Flotantes"
34691
34692 \end_inset
34693
34694
34695 \family default
34696 .
34697  Las opciones de colocación se pueden mezclar y se escriben sin separación,
34698  p.
34699 \family sans
34700
34701 \begin_inset space \thinspace{}
34702 \end_inset
34703
34704
34705 \family default
34706 e.
34707 \begin_inset space ~
34708 \end_inset
34709
34710 «
34711 \family sans
34712 htbp
34713 \family default
34714 ».
34715  La opción «
34716 \family sans
34717 h
34718 \family default
34719 » a veces no tiene efecto, pero no necesitas usar la opción 
34720 \family sans
34721 Flotante
34722 \family default
34723  en ese caso puesto que los listados de programa no flotantes también pueden
34724  tener leyendas y ser referenciadas.
34725 \end_layout
34726
34727 \begin_layout Standard
34728 Se puede añadir una leyenda a un listado de programa con el menú 
34729 \family sans
34730 Insertar\SpecialChar \menuseparator
34731 Leyenda
34732 \family default
34733
34734 \begin_inset Foot
34735 status open
34736
34737 \begin_layout Plain Layout
34738 Para traducir la etiqueta 
34739 \begin_inset Quotes eld
34740 \end_inset
34741
34742 Listado
34743 \begin_inset Quotes erd
34744 \end_inset
34745
34746  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
34747  comando 
34748 \series bold
34749
34750 \backslash
34751 renewcommand{
34752 \backslash
34753 lstlistingname}{Listado}
34754 \series default
34755 .
34756  (
34757 \emph on
34758 N.
34759 \begin_inset space \thinspace{}
34760 \end_inset
34761
34762 del t.
34763 \emph default
34764 )
34765 \end_layout
34766
34767 \end_inset
34768
34769 .
34770  Los listados de programa se pueden referenciar como los flotantes: Listado
34771 \begin_inset space ~
34772 \end_inset
34773
34774
34775 \begin_inset CommandInset ref
34776 LatexCommand ref
34777 reference "lst:Ejemplo-de-listado-de-programa"
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 \begin_inset listings
34786 lstparams "language=Python"
34787 inline false
34788 status open
34789
34790 \begin_layout Plain Layout
34791
34792 \begin_inset Caption
34793
34794 \begin_layout Plain Layout
34795 \begin_inset CommandInset label
34796 LatexCommand label
34797 name "lst:Ejemplo-de-listado-de-programa"
34798
34799 \end_inset
34800
34801 Ejemplo de listado de programa flotante
34802 \end_layout
34803
34804 \end_inset
34805
34806 # Ejemplo de listado flotante
34807 \end_layout
34808
34809 \begin_layout Plain Layout
34810
34811 def func(param):
34812 \end_layout
34813
34814 \begin_layout Plain Layout
34815
34816     'this is a python function'
34817 \end_layout
34818
34819 \begin_layout Plain Layout
34820
34821     pass
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \begin_layout Standard
34830 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
34831  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
34832  y tipografiadas de manera especial en la salida.
34833  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
34834  negrita.
34835 \end_layout
34836
34837 \begin_layout Standard
34838 \begin_inset Note Greyedout
34839 status open
34840
34841 \begin_layout Plain Layout
34842
34843 \series bold
34844 Nota:
34845 \series default
34846  Si no consigues caracteres en negrita cuando usas tipografías de ancho
34847  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
34848  En este caso selecciona una tipografía distinta en el menú 
34849 \family sans
34850 Documento
34851 \family default
34852 \SpecialChar \menuseparator
34853
34854 \family sans
34855 Configuración
34856 \family default
34857 \SpecialChar \menuseparator
34858
34859 \family sans
34860 Tipografías.
34861  
34862 \family default
34863 (Las tipografías 
34864 \emph on
34865 LuxiMono, BeraMono
34866 \emph default
34867  y 
34868 \emph on
34869 Courier 
34870 \emph default
34871 suministran negritas.)
34872 \end_layout
34873
34874 \end_inset
34875
34876
34877 \end_layout
34878
34879 \begin_layout Standard
34880 En la sección 
34881 \family sans
34882 Numeración
34883 \begin_inset space ~
34884 \end_inset
34885
34886 de
34887 \begin_inset space ~
34888 \end_inset
34889
34890 líneas
34891 \family default
34892  del diálogo puedes elegir el estilo de numeración de las líneas.
34893  En el campo 
34894 \family sans
34895 Paso 
34896 \family default
34897 puedes insertar un número para determinar qué líneas se numeran.
34898  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
34899  
34900 \end_layout
34901
34902 \begin_layout Standard
34903 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
34904  en la salida.
34905  La opción 
34906 \family sans
34907 Mapa
34908 \begin_inset space ~
34909 \end_inset
34910
34911 de
34912 \begin_inset space ~
34913 \end_inset
34914
34915 caracteres
34916 \begin_inset space ~
34917 \end_inset
34918
34919 tradicional
34920 \begin_inset space ~
34921 \end_inset
34922
34923 mejorado
34924 \family default
34925  debería emplearse si se usan en el código caracteres nacionales como la
34926  diéresis alemana.
34927 \begin_inset Newline newline
34928 \end_inset
34929
34930 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
34931  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
34932  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
34933 \begin_inset listings
34934 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34935 inline false
34936 status open
34937
34938 \begin_layout Plain Layout
34939
34940 def func(param):
34941 \end_layout
34942
34943 \begin_layout Plain Layout
34944
34945     'this is a python function'
34946 \end_layout
34947
34948 \begin_layout Plain Layout
34949
34950     pass
34951 \end_layout
34952
34953 \begin_layout Plain Layout
34954
34955 def func(param):
34956 \end_layout
34957
34958 \begin_layout Plain Layout
34959
34960 'This is a German word: Tschüß'
34961 \end_layout
34962
34963 \begin_layout Plain Layout
34964
34965 pass
34966 \end_layout
34967
34968 \begin_layout Plain Layout
34969
34970 def func(param):
34971 \end_layout
34972
34973 \begin_layout Plain Layout
34974
34975 'this is a python function'
34976 \end_layout
34977
34978 \begin_layout Plain Layout
34979
34980 pass
34981 \end_layout
34982
34983 \end_inset
34984
34985
34986 \end_layout
34987
34988 \begin_layout Standard
34989 \begin_inset Note Greyedout
34990 status open
34991
34992 \begin_layout Plain Layout
34993
34994 \series bold
34995 Nota:
34996 \series default
34997  Debido a un error en el paquete 
34998 \series bold
34999 listings
35000 \series default
35001  la numeración de líneas cambia en una línea por cada listado previo.
35002  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
35003  3 y 6.
35004 \end_layout
35005
35006 \end_inset
35007
35008
35009 \end_layout
35010
35011 \begin_layout Standard
35012 \begin_inset VSpace bigskip
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Standard
35019 También es posible imprimir como listado de programa líneas de un archivo.
35020  Para hacer esto, usa el menú 
35021 \family sans
35022 Insertar\SpecialChar \menuseparator
35023 Archivo\SpecialChar \menuseparator
35024 Documento
35025 \begin_inset space ~
35026 \end_inset
35027
35028 hijo 
35029 \family default
35030 y elige el tipo 
35031 \family sans
35032 Listado de programa
35033 \family default
35034 .
35035 \begin_inset Foot
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039 Los restantes tipos de documento hijo se describen en la sección
35040 \begin_inset space ~
35041 \end_inset
35042
35043
35044 \begin_inset CommandInset ref
35045 LatexCommand ref
35046 reference "sec:Documento-Hijo"
35047
35048 \end_inset
35049
35050 .
35051 \end_layout
35052
35053 \end_inset
35054
35055  En el diálogo de documento hijo puedes especificar los parámetros del listado
35056  en el cuadro de texto.
35057  Para ver una lista de los parámetros disponibles teclea una interrogación
35058  «?» en el cuadro.
35059 \end_layout
35060
35061 \begin_layout Standard
35062 Para referenciar un documento hijo tipo listado, escribe el texto de la
35063  etiqueta en el campo correspondiente del diálogo de documento hijo.
35064  Después se puede referenciar la etiqueta con el menú 
35065 \family sans
35066 Insertar\SpecialChar \menuseparator
35067 Referencia cruzada.
35068 \end_layout
35069
35070 \begin_layout Standard
35071 A continuación hay un ejemplo, Listado
35072 \begin_inset space ~
35073 \end_inset
35074
35075
35076 \begin_inset CommandInset ref
35077 LatexCommand ref
35078 reference "lst:archivo-listado"
35079
35080 \end_inset
35081
35082 , de inserción de líneas de un archivo; en él se incluye el rango de las
35083  líneas 10
35084 \begin_inset space \thinspace{}
35085 \end_inset
35086
35087 -
35088 \begin_inset space \thinspace{}
35089 \end_inset
35090
35091 15 de este archivo LyX.
35092 \end_layout
35093
35094 \begin_layout Standard
35095 \begin_inset CommandInset include
35096 LatexCommand lstinputlisting
35097 filename "EmbeddedObjects.lyx"
35098 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Standard
35106 \begin_inset VSpace bigskip
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
35114 \end_layout
35115
35116 \begin_layout Enumerate
35117 Abre el diálogo de listado y añade
35118 \begin_inset Newline newline
35119 \end_inset
35120
35121
35122 \family sans
35123 mathescape=true
35124 \begin_inset Newline newline
35125 \end_inset
35126
35127
35128 \family default
35129 en el campo de texto de la solapa 
35130 \family sans
35131 Avanzado
35132 \end_layout
35133
35134 \begin_layout Enumerate
35135 Crea una ecuación fuera del listado
35136 \end_layout
35137
35138 \begin_layout Enumerate
35139 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
35140  (teclas 
35141 \family sans
35142 Ctrl+C
35143 \family default
35144 )
35145 \end_layout
35146
35147 \begin_layout Enumerate
35148 En el listado escribe 
35149 \begin_inset Quotes eld
35150 \end_inset
35151
35152
35153 \family sans
35154 $$
35155 \family default
35156
35157 \begin_inset Quotes erd
35158 \end_inset
35159
35160  y pega desde el portapapeles entre los símbolos dólar (teclas 
35161 \family sans
35162 Ctrl+V
35163 \family default
35164 )
35165 \end_layout
35166
35167 \begin_layout Standard
35168 \begin_inset listings
35169 lstparams "language=Python,mathescape=true"
35170 inline false
35171 status open
35172
35173 \begin_layout Plain Layout
35174
35175 \begin_inset Caption
35176
35177 \begin_layout Plain Layout
35178 Ejemplo de listado flotante con una ecuación
35179 \end_layout
35180
35181 \end_inset
35182
35183 # Ejemplo de listado flotante
35184 \end_layout
35185
35186 \begin_layout Plain Layout
35187
35188 def func(param):
35189 \end_layout
35190
35191 \begin_layout Plain Layout
35192
35193     # $
35194 \backslash
35195 prod_{n=1}^{
35196 \backslash
35197 infty}
35198 \backslash
35199 ,
35200 \backslash
35201 frac{1}{x^{2}}$
35202 \end_layout
35203
35204 \begin_layout Plain Layout
35205
35206     pass
35207 \end_layout
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \begin_inset VSpace bigskip
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 Los parámetros globales para listados de programa se pueden establecer en
35223  el diálogo 
35224 \family sans
35225 Documento\SpecialChar \menuseparator
35226 Configuración\SpecialChar \menuseparator
35227 Listados.
35228  
35229 \family default
35230 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
35231  «?» en el campo de texto.
35232 \end_layout
35233
35234 \begin_layout Standard
35235 Para más información sobre el paquete 
35236 \series bold
35237 listings
35238 \series default
35239 , consulta su documentación
35240 \begin_inset space ~
35241 \end_inset
35242
35243
35244 \begin_inset CommandInset citation
35245 LatexCommand cite
35246 key "listings"
35247
35248 \end_inset
35249
35250 .
35251 \end_layout
35252
35253 \begin_layout Standard
35254 \begin_inset Newpage newpage
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Chapter
35261 \start_of_appendix
35262 Unidades disponibles en LyX
35263 \begin_inset Index idx
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267 Unidades
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset CommandInset label
35274 LatexCommand label
35275 name "cap:Unidades-disponibles-en"
35276
35277 \end_inset
35278
35279
35280 \end_layout
35281
35282 \begin_layout Standard
35283 Para comprender las unidades utilizadas en este manual, el cuadro
35284 \begin_inset space ~
35285 \end_inset
35286
35287
35288 \begin_inset CommandInset ref
35289 LatexCommand ref
35290 reference "tab:Unidades"
35291
35292 \end_inset
35293
35294  describe todas las unidades disponibles en LyX.
35295 \end_layout
35296
35297 \begin_layout Standard
35298 \begin_inset Float table
35299 placement h
35300 wide false
35301 sideways false
35302 status open
35303
35304 \begin_layout Plain Layout
35305 \begin_inset Caption
35306
35307 \begin_layout Plain Layout
35308 \begin_inset CommandInset label
35309 LatexCommand label
35310 name "tab:Unidades"
35311
35312 \end_inset
35313
35314 Unidades
35315 \end_layout
35316
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \begin_layout Plain Layout
35323 \begin_inset VSpace medskip
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Plain Layout
35330 \align center
35331 \begin_inset Tabular
35332 <lyxtabular version="3" rows="20" columns="2">
35333 <features tabularvalignment="middle">
35334 <column alignment="center" valignment="top" width="0">
35335 <column alignment="center" valignment="top" width="0">
35336 <row>
35337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341 unidad
35342 \end_layout
35343
35344 \end_inset
35345 </cell>
35346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35347 \begin_inset Text
35348
35349 \begin_layout Plain Layout
35350 nombre/descripción
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 </row>
35356 <row>
35357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35358 \begin_inset Text
35359
35360 \begin_layout Plain Layout
35361 mm
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 milímetro
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 </row>
35376 <row>
35377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35378 \begin_inset Text
35379
35380 \begin_layout Plain Layout
35381 cm
35382 \end_layout
35383
35384 \end_inset
35385 </cell>
35386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35387 \begin_inset Text
35388
35389 \begin_layout Plain Layout
35390 centímetro
35391 \end_layout
35392
35393 \end_inset
35394 </cell>
35395 </row>
35396 <row>
35397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35398 \begin_inset Text
35399
35400 \begin_layout Plain Layout
35401 in
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35407 \begin_inset Text
35408
35409 \begin_layout Plain Layout
35410 pulgada
35411 \end_layout
35412
35413 \end_inset
35414 </cell>
35415 </row>
35416 <row>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421 pt
35422 \end_layout
35423
35424 \end_inset
35425 </cell>
35426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35427 \begin_inset Text
35428
35429 \begin_layout Plain Layout
35430 punto (72.27
35431 \begin_inset space \thinspace{}
35432 \end_inset
35433
35434 pt = 1
35435 \begin_inset space \thinspace{}
35436 \end_inset
35437
35438 in)
35439 \end_layout
35440
35441 \end_inset
35442 </cell>
35443 </row>
35444 <row>
35445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449 pc
35450 \end_layout
35451
35452 \end_inset
35453 </cell>
35454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35455 \begin_inset Text
35456
35457 \begin_layout Plain Layout
35458 pica (1
35459 \begin_inset space \thinspace{}
35460 \end_inset
35461
35462 pc = 12
35463 \begin_inset space \thinspace{}
35464 \end_inset
35465
35466 pt)
35467 \end_layout
35468
35469 \end_inset
35470 </cell>
35471 </row>
35472 <row>
35473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35474 \begin_inset Text
35475
35476 \begin_layout Plain Layout
35477 sp
35478 \end_layout
35479
35480 \end_inset
35481 </cell>
35482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35483 \begin_inset Text
35484
35485 \begin_layout Plain Layout
35486 punto a escala (65536
35487 \begin_inset space \thinspace{}
35488 \end_inset
35489
35490 sp = 1
35491 \begin_inset space \thinspace{}
35492 \end_inset
35493
35494 pt)
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 </row>
35500 <row>
35501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35502 \begin_inset Text
35503
35504 \begin_layout Plain Layout
35505 bp
35506 \end_layout
35507
35508 \end_inset
35509 </cell>
35510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35511 \begin_inset Text
35512
35513 \begin_layout Plain Layout
35514 punto grande (72
35515 \begin_inset space \thinspace{}
35516 \end_inset
35517
35518 bp = 1
35519 \begin_inset space \thinspace{}
35520 \end_inset
35521
35522 in)
35523 \end_layout
35524
35525 \end_inset
35526 </cell>
35527 </row>
35528 <row>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533 dd
35534 \end_layout
35535
35536 \end_inset
35537 </cell>
35538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35539 \begin_inset Text
35540
35541 \begin_layout Plain Layout
35542 didot (1
35543 \begin_inset space \thinspace{}
35544 \end_inset
35545
35546 dd 
35547 \begin_inset Formula $\approx$
35548 \end_inset
35549
35550  0.376
35551 \begin_inset space \thinspace{}
35552 \end_inset
35553
35554 mm)
35555 \end_layout
35556
35557 \end_inset
35558 </cell>
35559 </row>
35560 <row>
35561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 cc
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574 cicero (1
35575 \begin_inset space \thinspace{}
35576 \end_inset
35577
35578 cc = 12
35579 \begin_inset space \thinspace{}
35580 \end_inset
35581
35582 dd)
35583 \end_layout
35584
35585 \end_inset
35586 </cell>
35587 </row>
35588 <row>
35589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35590 \begin_inset Text
35591
35592 \begin_layout Plain Layout
35593 escala
35594 \begin_inset space \thinspace{}
35595 \end_inset
35596
35597 %
35598 \end_layout
35599
35600 \end_inset
35601 </cell>
35602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606 % del tamaño original de la imagen
35607 \end_layout
35608
35609 \end_inset
35610 </cell>
35611 </row>
35612 <row>
35613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35614 \begin_inset Text
35615
35616 \begin_layout Plain Layout
35617 texto
35618 \begin_inset space \thinspace{}
35619 \end_inset
35620
35621 %
35622 \end_layout
35623
35624 \end_inset
35625 </cell>
35626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35627 \begin_inset Text
35628
35629 \begin_layout Plain Layout
35630 % de anchura de texto
35631 \end_layout
35632
35633 \end_inset
35634 </cell>
35635 </row>
35636 <row>
35637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641 columna
35642 \begin_inset space \thinspace{}
35643 \end_inset
35644
35645 %
35646 \end_layout
35647
35648 \end_inset
35649 </cell>
35650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654 % de anchura de columna
35655 \end_layout
35656
35657 \end_inset
35658 </cell>
35659 </row>
35660 <row>
35661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35662 \begin_inset Text
35663
35664 \begin_layout Plain Layout
35665 página
35666 \begin_inset space \thinspace{}
35667 \end_inset
35668
35669 %
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 % de anchura de página
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 </row>
35684 <row>
35685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689 línea
35690 \begin_inset space \thinspace{}
35691 \end_inset
35692
35693 %
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 % de anchura de línea
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 </row>
35708 <row>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 alt.
35714  texto
35715 \begin_inset space \thinspace{}
35716 \end_inset
35717
35718 %
35719 \end_layout
35720
35721 \end_inset
35722 </cell>
35723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35724 \begin_inset Text
35725
35726 \begin_layout Plain Layout
35727 % de altura de texto
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 </row>
35733 <row>
35734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738 alt.
35739  pág.
35740 \begin_inset space \thinspace{}
35741 \end_inset
35742
35743 %
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35749 \begin_inset Text
35750
35751 \begin_layout Plain Layout
35752 % de altura de página
35753 \end_layout
35754
35755 \end_inset
35756 </cell>
35757 </row>
35758 <row>
35759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763 ex
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 altura de la letra 
35773 \emph on
35774 x
35775 \emph default
35776  en la tipografía actual
35777 \end_layout
35778
35779 \end_inset
35780 </cell>
35781 </row>
35782 <row>
35783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 em
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796 anchura de la letra 
35797 \emph on
35798 M
35799 \emph default
35800  en la tipografía actual
35801 \end_layout
35802
35803 \end_inset
35804 </cell>
35805 </row>
35806 <row>
35807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35808 \begin_inset Text
35809
35810 \begin_layout Plain Layout
35811 mu
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35817 \begin_inset Text
35818
35819 \begin_layout Plain Layout
35820 unidad matemática (1
35821 \begin_inset space \thinspace{}
35822 \end_inset
35823
35824 mu = 1/18
35825 \begin_inset space \thinspace{}
35826 \end_inset
35827
35828 em)
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 </row>
35834 </lyxtabular>
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \begin_layout Chapter
35847 Formatos de archivos de salida con gráficos
35848 \begin_inset CommandInset label
35849 LatexCommand label
35850 name "cap:Formatos-de-Archivos-de-Salida"
35851
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \begin_layout Section
35858 DVI
35859 \begin_inset Index idx
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863 Formatos de archivo ! DVI
35864 \end_layout
35865
35866 \end_inset
35867
35868
35869 \begin_inset Index idx
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873 DVI|see
35874 \begin_inset ERT
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878
35879 {
35880 \end_layout
35881
35882 \end_inset
35883
35884 Formatos de archivo
35885 \begin_inset ERT
35886 status collapsed
35887
35888 \begin_layout Plain Layout
35889
35890 }
35891 \end_layout
35892
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 Este tipo de archivo tiene la extensión «
35905 \family typewriter
35906 .dvi
35907 \family default
35908 ».
35909  Se denomina «device-independent» (DVI), porque es completamente portable;
35910  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
35911  En la época en que se desarrolló este formato, esto no era un asunto baladí.
35912  Los DVI se usan para vistas preliminares rápidas y como preparación para
35913  otros formatos de salida como PostScript.
35914 \end_layout
35915
35916 \begin_layout Standard
35917 \begin_inset Note Greyedout
35918 status open
35919
35920 \begin_layout Plain Layout
35921
35922 \series bold
35923 Nota:
35924 \series default
35925  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
35926 \end_layout
35927
35928 \end_inset
35929
35930  Por tanto no debes olvidar esto si mueves archivos 
35931 \family typewriter
35932 .dvi
35933 \family default
35934  a otro ordenador.
35935  Esta característica también puede retardar la visualización del archivo,
35936  porque el visor DVI tiene que convertir la imagen en segundo plano para
35937  hacerla visible al deslizar el visor.
35938  Así pues recomendamos usar PDF para archivos con muchas imágenes.
35939 \end_layout
35940
35941 \begin_layout Standard
35942 Un documento se exporta a DVI con el menú 
35943 \family sans
35944 Archivo\SpecialChar \menuseparator
35945 Exportar\SpecialChar \menuseparator
35946 DVI
35947 \family default
35948 .
35949  Puedes ver la salida del documento en DVI con el menú 
35950 \family sans
35951 Ver\SpecialChar \menuseparator
35952 DVI 
35953 \family default
35954 o con el botón
35955 \begin_inset space ~
35956 \end_inset
35957
35958
35959 \begin_inset Graphics
35960         filename ../../images/buffer-view_dvi.png
35961         scale 85
35962
35963 \end_inset
35964
35965 .
35966 \end_layout
35967
35968 \begin_layout Section
35969 PostScript
35970 \begin_inset CommandInset label
35971 LatexCommand label
35972 name "sec:PostScript"
35973
35974 \end_inset
35975
35976
35977 \begin_inset Index idx
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981 Formatos de archivo ! PostScript
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \begin_inset Index idx
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991 PostScript|see
35992 \begin_inset ERT
35993 status collapsed
35994
35995 \begin_layout Plain Layout
35996
35997 {
35998 \end_layout
35999
36000 \end_inset
36001
36002 Formatos de archivo
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008 }
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \end_inset
36017
36018
36019 \end_layout
36020
36021 \begin_layout Standard
36022 Este tipo de archivo tiene la extensión «
36023 \family typewriter
36024 .ps
36025 \family default
36026 ».
36027  PostScript fue desarrollado por la compañía 
36028 \family typewriter
36029 Adobe
36030 \family default
36031  como lenguaje para impresoras.
36032  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
36033  PostScript puede considerarse como un «lenguaje de programación»; con él
36034  puedes calcular y dibujar imágenes y diagramas.
36035 \begin_inset Foot
36036 status collapsed
36037
36038 \begin_layout Plain Layout
36039 Si estás interesado en este tema acude al paquete LaTeX 
36040 \series bold
36041 PSTricks
36042 \series default
36043  
36044 \begin_inset CommandInset citation
36045 LatexCommand cite
36046 key "pstricks"
36047
36048 \end_inset
36049
36050 .
36051 \end_layout
36052
36053 \end_inset
36054
36055  Por esto los archivos suelen ser más grandes que los PDF.
36056 \end_layout
36057
36058 \begin_layout Standard
36059 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
36060 d PostScript» (EPS, extensión «
36061 \family typewriter
36062 .eps
36063 \family default
36064 »).
36065  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
36066  en segundo plano para convertir las imágenes a EPS.
36067  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
36068  cada vez que veas o exportes el documento.
36069  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
36070  puedes evitar el problema insertando las imágenes directamente en EPS.
36071 \end_layout
36072
36073 \begin_layout Standard
36074 El documento se puede exportar a PostScript con el menú 
36075 \family sans
36076 Archivo\SpecialChar \menuseparator
36077 Exportar\SpecialChar \menuseparator
36078 Postscript
36079 \family default
36080 .
36081  Se puede ver la salida en PostScript con el menú 
36082 \family sans
36083 Ver\SpecialChar \menuseparator
36084 Postscript 
36085 \family default
36086 o con el botón
36087 \begin_inset space ~
36088 \end_inset
36089
36090
36091 \begin_inset Graphics
36092         filename ../../images/buffer-view_ps.png
36093
36094 \end_inset
36095
36096 .
36097 \end_layout
36098
36099 \begin_layout Section
36100 PDF
36101 \begin_inset Index idx
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105 Formatos de archivo ! PDF
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \begin_inset Index idx
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 PDF
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 Este tipo de archivo tiene la extensión «
36125 \family typewriter
36126 .pdf
36127 \family default
36128 ».
36129  El formato «Portable Document Format» (PDF) fue desarrollado por 
36130 \family typewriter
36131 Adobe
36132 \family default
36133  como derivado de PostScript.
36134  Es más comprimido y utiliza muchos menos comandos que PostScript.
36135  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
36136  operativo y la salida impresa se muestra exactamente igual.
36137 \end_layout
36138
36139 \begin_layout Standard
36140 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
36141  Photographic Experts Group» (JPG, extensión «
36142 \family typewriter
36143 .jpg
36144 \family default
36145 » o «
36146 \family typewriter
36147 .jpeg
36148 \family default
36149 »), y en el formato «Portable Network Graphics» (PNG, extensión «
36150 \family typewriter
36151 .png
36152 \family default
36153 »).
36154  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
36155  en segundo plano a alguno de los anteriores.
36156  Pero como se ha comentado en la sección sobre PostScript, la conversión
36157  de gráficos ralentiza el trabajo.
36158  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
36159  mencionados.
36160 \end_layout
36161
36162 \begin_layout Standard
36163 Un documento se puede exportar a PDF con el menú 
36164 \family sans
36165 Archivo\SpecialChar \menuseparator
36166 Exportar
36167 \family default
36168  en tres modos diferentes:
36169 \end_layout
36170
36171 \begin_layout Description
36172 PDF
36173 \begin_inset space ~
36174 \end_inset
36175
36176 (ps2pdf) Este utiliza el programa 
36177 \family typewriter
36178 ps2pdf
36179 \family default
36180  que crea un PDF a partir de una versión PostScript del archivo.
36181  La versión PostScript es producida por el programa 
36182 \family typewriter
36183 dvips
36184 \family default
36185  que usa una versión DVI como paso intermedio.
36186  Así que este modo de exportación consta de tres conversiones.
36187 \end_layout
36188
36189 \begin_layout Description
36190 PDF
36191 \begin_inset space ~
36192 \end_inset
36193
36194 (dvipdfm) Este utiliza el programa 
36195 \family typewriter
36196 dvipdfm
36197 \family default
36198  que convierte el archivo a DVI en segundo plano y en un segundo paso a
36199  PDF.
36200 \end_layout
36201
36202 \begin_layout Description
36203 PDF
36204 \begin_inset space ~
36205 \end_inset
36206
36207 (pdflatex) Este utiliza el programa 
36208 \family typewriter
36209 pdftex
36210 \family default
36211  que convierte directamente el archivo a PDF.
36212 \end_layout
36213
36214 \begin_layout Standard
36215 Se recomienda usar 
36216 \family sans
36217 PDF
36218 \begin_inset space ~
36219 \end_inset
36220
36221 (pdflatex)
36222 \family default
36223  porque 
36224 \family typewriter
36225 pdftex
36226 \family default
36227  soporta todas las características de las versiones actuales de PDF, es
36228  rápido y estable.
36229  El programa 
36230 \family typewriter
36231 dvipdfm
36232 \family default
36233  ya no se desarrolla y está un poco obsoleto.
36234 \end_layout
36235
36236 \begin_layout Standard
36237 La salida en formato PDF se puede ver con el menú 
36238 \family sans
36239 Ver 
36240 \family default
36241 o con el botón
36242 \begin_inset space ~
36243 \end_inset
36244
36245
36246 \begin_inset Graphics
36247         filename ../../images/buffer-view_pdf2.png
36248         scale 85
36249
36250 \end_inset
36251
36252  (que usa 
36253 \family sans
36254 PDF
36255 \begin_inset space ~
36256 \end_inset
36257
36258 (pdflatex)
36259 \family default
36260 ).
36261 \end_layout
36262
36263 \begin_layout Chapter
36264 Explicación de la ecuación
36265 \begin_inset space ~
36266 \end_inset
36267
36268 (
36269 \begin_inset CommandInset ref
36270 LatexCommand ref
36271 reference "eq:Wgn"
36272
36273 \end_inset
36274
36275 )
36276 \begin_inset CommandInset label
36277 LatexCommand label
36278 name "cap:Explicación-de-la-Ecuación"
36279
36280 \end_inset
36281
36282
36283 \end_layout
36284
36285 \begin_layout Standard
36286 La anchura total de 
36287 \emph on
36288 n
36289 \emph default
36290  celdas de un cuadro 
36291 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36292 \end_inset
36293
36294  puede calcularse con
36295 \end_layout
36296
36297 \begin_layout Standard
36298 \begin_inset Formula 
36299 \begin{equation}
36300 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36301 \end{equation}
36302
36303 \end_inset
36304
36305
36306 \end_layout
36307
36308 \begin_layout Standard
36309 donde 
36310 \begin_inset Formula $W_{g\, n}$
36311 \end_inset
36312
36313  es el ancho dado de todas las celdas.
36314  
36315 \series bold
36316
36317 \backslash
36318 tabcolsep
36319 \series default
36320  es la longitud LaTeX entre el texto y el borde de la celda, 6
36321 \begin_inset space \thinspace{}
36322 \end_inset
36323
36324 pt por omisión.
36325  
36326 \series bold
36327
36328 \backslash
36329 arrayrulewidth
36330 \series default
36331  es el grosor de línea del borde, 0.4
36332 \begin_inset space \thinspace{}
36333 \end_inset
36334
36335 pt por omisión.
36336 \end_layout
36337
36338 \begin_layout Standard
36339 Procediendo como en la ecuación
36340 \begin_inset space ~
36341 \end_inset
36342
36343
36344 \begin_inset CommandInset ref
36345 LatexCommand eqref
36346 reference "eq:Wtot_n"
36347
36348 \end_inset
36349
36350 , el ancho total de una multicolumna, 
36351 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36352 \end_inset
36353
36354  es
36355 \end_layout
36356
36357 \begin_layout Standard
36358 \begin_inset Formula 
36359 \begin{equation}
36360 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36361 \end{equation}
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \begin_layout Standard
36369 Igualando las ecuaciones
36370 \begin_inset space ~
36371 \end_inset
36372
36373
36374 \begin_inset CommandInset ref
36375 LatexCommand eqref
36376 reference "eq:Wtot_n"
36377
36378 \end_inset
36379
36380  y 
36381 \begin_inset CommandInset ref
36382 LatexCommand eqref
36383 reference "eq:Wtot_mult"
36384
36385 \end_inset
36386
36387  podemos calcular el ancho dado necesario 
36388 \begin_inset Formula $W_{g\, n}$
36389 \end_inset
36390
36391  cuando se expanden 
36392 \emph on
36393 n
36394 \emph default
36395  columnas, de forma que cada una de ellas tiene una anchura total 
36396 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36397 \end_inset
36398
36399 :
36400 \end_layout
36401
36402 \begin_layout Standard
36403 \begin_inset Formula 
36404 \begin{equation}
36405 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36406 \end{equation}
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Bibliography
36414 \labelwidthstring Bibliografía
36415 \begin_inset CommandInset bibitem
36416 LatexCommand bibitem
36417 key "latexcompanion"
36418
36419 \end_inset
36420
36421 Frank Mittelbach and Michel Goossens: 
36422 \emph on
36423 The LaTeX Companion Second Edition.
36424
36425 \emph default
36426  Addison-Wesley, 2004
36427 \end_layout
36428
36429 \begin_layout Bibliography
36430 \labelwidthstring Bibliografía
36431 \begin_inset CommandInset bibitem
36432 LatexCommand bibitem
36433 key "latexguide"
36434
36435 \end_inset
36436
36437 Helmut Kopka and Patrick W.
36438  Daly: 
36439 \emph on
36440 A Guide to LaTeX Fourth Edition.
36441
36442 \emph default
36443  Addison-Wesley, 2003
36444 \end_layout
36445
36446 \begin_layout Bibliography
36447 \labelwidthstring Bibliografía
36448 \begin_inset CommandInset bibitem
36449 LatexCommand bibitem
36450 key "latexbook"
36451
36452 \end_inset
36453
36454 Leslie Lamport: 
36455 \emph on
36456 LaTeX: A Document Preparation System.
36457
36458 \emph default
36459  Addison-Wesley, second edition, 1994
36460 \end_layout
36461
36462 \begin_layout Bibliography
36463 \labelwidthstring Bibliografía
36464 \begin_inset CommandInset bibitem
36465 LatexCommand bibitem
36466 key "booktabs"
36467
36468 \end_inset
36469
36470 Documentación del paquete LaTeX 
36471 \series bold
36472
36473 \begin_inset CommandInset href
36474 LatexCommand href
36475 name "booktabs"
36476 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36477
36478 \end_inset
36479
36480
36481 \series default
36482
36483 \begin_inset Index idx
36484 status collapsed
36485
36486 \begin_layout Plain Layout
36487 LaTeX-paquetes ! booktabs
36488 \end_layout
36489
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Bibliography
36496 \labelwidthstring Bibliografía
36497 \begin_inset CommandInset bibitem
36498 LatexCommand bibitem
36499 key "caption"
36500
36501 \end_inset
36502
36503 Documentación del paquete LaTeX 
36504 \series bold
36505
36506 \begin_inset CommandInset href
36507 LatexCommand href
36508 name "caption"
36509 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36510
36511 \end_inset
36512
36513
36514 \series default
36515
36516 \begin_inset Index idx
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520 LaTeX-paquetes ! caption
36521 \end_layout
36522
36523 \end_inset
36524
36525
36526 \end_layout
36527
36528 \begin_layout Bibliography
36529 \labelwidthstring Bibliografía
36530 \begin_inset CommandInset bibitem
36531 LatexCommand bibitem
36532 key "endfloat"
36533
36534 \end_inset
36535
36536 Documentación del paquete LaTeX 
36537 \series bold
36538
36539 \begin_inset CommandInset href
36540 LatexCommand href
36541 name "endfloat"
36542 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36543
36544 \end_inset
36545
36546
36547 \series default
36548
36549 \begin_inset Index idx
36550 status collapsed
36551
36552 \begin_layout Plain Layout
36553 LaTeX-paquetes ! endfloat
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Bibliography
36562 \labelwidthstring Bibliografía
36563 \begin_inset CommandInset bibitem
36564 LatexCommand bibitem
36565 key "footmisc"
36566
36567 \end_inset
36568
36569 Documentación del paquete LaTeX 
36570 \series bold
36571
36572 \begin_inset CommandInset href
36573 LatexCommand href
36574 name "footmisc"
36575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36576
36577 \end_inset
36578
36579
36580 \series default
36581
36582 \begin_inset Index idx
36583 status collapsed
36584
36585 \begin_layout Plain Layout
36586 LaTeX-paquetes ! footmisc
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_layout Bibliography
36595 \labelwidthstring Bibliografía
36596 \begin_inset CommandInset bibitem
36597 LatexCommand bibitem
36598 key "hypcap"
36599
36600 \end_inset
36601
36602 Documentación del paquete LaTeX 
36603 \series bold
36604
36605 \begin_inset CommandInset href
36606 LatexCommand href
36607 name "hypcap"
36608 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36609
36610 \end_inset
36611
36612
36613 \series default
36614
36615 \begin_inset Index idx
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619 LaTeX-paquetes ! hyperref
36620 \end_layout
36621
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \begin_layout Bibliography
36628 \labelwidthstring Bibliografía
36629 \begin_inset CommandInset bibitem
36630 LatexCommand bibitem
36631 key "hyperref"
36632
36633 \end_inset
36634
36635 Documentación del paquete LaTeX 
36636 \series bold
36637
36638 \begin_inset CommandInset href
36639 LatexCommand href
36640 name "hyperref"
36641 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36642
36643 \end_inset
36644
36645
36646 \series default
36647
36648 \begin_inset Index idx
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652 LaTeX-paquetes ! hyperref
36653 \end_layout
36654
36655 \end_inset
36656
36657
36658 \end_layout
36659
36660 \begin_layout Bibliography
36661 \labelwidthstring Bibliografía
36662 \begin_inset CommandInset bibitem
36663 LatexCommand bibitem
36664 key "KOMA-Script"
36665
36666 \end_inset
36667
36668 Documentación del paquete LaTeX 
36669 \series bold
36670
36671 \begin_inset CommandInset href
36672 LatexCommand href
36673 name "KOMA-Script"
36674 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36675
36676 \end_inset
36677
36678
36679 \series default
36680
36681 \begin_inset Index idx
36682 status collapsed
36683
36684 \begin_layout Plain Layout
36685 LaTeX-paquetes ! KOMA-Script
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \begin_layout Bibliography
36694 \labelwidthstring Bibliografía
36695 \begin_inset CommandInset bibitem
36696 LatexCommand bibitem
36697 key "listings"
36698
36699 \end_inset
36700
36701 Documentación del paquete LaTeX 
36702 \series bold
36703
36704 \begin_inset CommandInset href
36705 LatexCommand href
36706 name "listings"
36707 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36708
36709 \end_inset
36710
36711
36712 \series default
36713
36714 \begin_inset Index idx
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 LaTeX-paquetes ! listings
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \end_layout
36725
36726 \begin_layout Bibliography
36727 \labelwidthstring Bibliografía
36728 \begin_inset CommandInset bibitem
36729 LatexCommand bibitem
36730 key "marginnote"
36731
36732 \end_inset
36733
36734 Documentación del paquete LaTeX 
36735 \series bold
36736
36737 \begin_inset CommandInset href
36738 LatexCommand href
36739 name "marginnote"
36740 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36741
36742 \end_inset
36743
36744
36745 \series default
36746
36747 \begin_inset Index idx
36748 status collapsed
36749
36750 \begin_layout Plain Layout
36751 LaTeX-paquetes ! marginnote
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \begin_layout Bibliography
36760 \labelwidthstring Bibliografía
36761 \begin_inset CommandInset bibitem
36762 LatexCommand bibitem
36763 key "lettrine"
36764
36765 \end_inset
36766
36767 Documentación del paquete LaTeX 
36768 \series bold
36769
36770 \begin_inset CommandInset href
36771 LatexCommand href
36772 name "lettrine"
36773 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36774
36775 \end_inset
36776
36777
36778 \series default
36779  y un 
36780 \begin_inset CommandInset href
36781 LatexCommand href
36782 name "ejemplo"
36783 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36784
36785 \end_inset
36786
36787
36788 \begin_inset Index idx
36789 status collapsed
36790
36791 \begin_layout Plain Layout
36792 LaTeX-paquetes ! lettrine
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Bibliography
36801 \labelwidthstring Bibliografía
36802 \begin_inset CommandInset bibitem
36803 LatexCommand bibitem
36804 key "pstricks"
36805
36806 \end_inset
36807
36808 Página web del paquete LaTeX 
36809 \series bold
36810
36811 \begin_inset CommandInset href
36812 LatexCommand href
36813 name "PSTricks"
36814 target "http://tug.org/PSTricks/"
36815
36816 \end_inset
36817
36818
36819 \series default
36820
36821 \begin_inset Index idx
36822 status collapsed
36823
36824 \begin_layout Plain Layout
36825 LaTeX-paquetes ! PSTricks
36826 \end_layout
36827
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \begin_layout Bibliography
36834 \labelwidthstring Bibliografía
36835 \begin_inset CommandInset bibitem
36836 LatexCommand bibitem
36837 key "sidecap"
36838
36839 \end_inset
36840
36841 Documentación del paquete LaTeX 
36842 \series bold
36843
36844 \begin_inset CommandInset href
36845 LatexCommand href
36846 name "sidecap"
36847 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36848
36849 \end_inset
36850
36851
36852 \series default
36853
36854 \begin_inset Index idx
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858 LaTeX-paquetes ! sidecap
36859 \end_layout
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Bibliography
36867 \labelwidthstring Bibliografía
36868 \begin_inset CommandInset bibitem
36869 LatexCommand bibitem
36870 key "prettyref"
36871
36872 \end_inset
36873
36874 Documentación del paquete LaTeX 
36875 \series bold
36876
36877 \begin_inset CommandInset href
36878 LatexCommand href
36879 name "prettyref"
36880 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36881
36882 \end_inset
36883
36884
36885 \series default
36886
36887 \begin_inset Index idx
36888 status collapsed
36889
36890 \begin_layout Plain Layout
36891 LaTeX-paquetes ! prettyref
36892 \end_layout
36893
36894 \end_inset
36895
36896
36897 \end_layout
36898
36899 \begin_layout Bibliography
36900 \labelwidthstring Bibliografía
36901 \begin_inset CommandInset bibitem
36902 LatexCommand bibitem
36903 key "refstyle"
36904
36905 \end_inset
36906
36907 Documentación del paquete LaTeX 
36908 \series bold
36909
36910 \begin_inset CommandInset href
36911 LatexCommand href
36912 name "refstyle"
36913 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
36914
36915 \end_inset
36916
36917
36918 \series default
36919
36920 \begin_inset Index idx
36921 status collapsed
36922
36923 \begin_layout Plain Layout
36924 LaTeX-paquetes ! refstyle
36925 \end_layout
36926
36927 \end_inset
36928
36929
36930 \end_layout
36931
36932 \begin_layout Bibliography
36933 \labelwidthstring Bibliografía
36934 \begin_inset CommandInset bibitem
36935 LatexCommand bibitem
36936 key "NewInLyX20"
36937
36938 \end_inset
36939
36940
36941 \begin_inset CommandInset href
36942 LatexCommand href
36943 name "Página wiki"
36944 target "http://wiki.lyx.org/LyX/NewInLyX20"
36945
36946 \end_inset
36947
36948  sobre características nuevas para la versión 
36949 \family sans
36950 LyX
36951 \begin_inset space ~
36952 \end_inset
36953
36954 2.0
36955 \family default
36956 .
36957 \end_layout
36958
36959 \begin_layout Standard
36960 \begin_inset CommandInset index_print
36961 LatexCommand printindex
36962 type "idx"
36963
36964 \end_inset
36965
36966
36967 \end_layout
36968
36969 \end_body
36970 \end_document