]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- Spanish documentation files: translations by Ignacio
[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 que es mayor de una línea para
22854  mostrar 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 collapsed
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 open
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 mayor que 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  sobrepasara 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 elcuadro
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 TabBesBeg 
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \begin_layout Standard
23905 \begin_inset Float table
23906 wide false
23907 sideways false
23908 status open
23909
23910 \begin_layout Plain Layout
23911 \begin_inset Caption
23912
23913 \begin_layout Plain Layout
23914 \begin_inset CommandInset label
23915 LatexCommand label
23916 name "tab:encab-al-lado"
23917
23918 \end_inset
23919
23920 Leyenda al lado de un cuadro.
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \end_layout
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Tabular
23930 <lyxtabular version="3" rows="4" columns="5">
23931 <features tabularvalignment="middle">
23932 <column alignment="center" valignment="top" width="0">
23933 <column alignment="center" valignment="top" width="0">
23934 <column alignment="center" valignment="top" width="0">
23935 <column alignment="center" valignment="top" width="0">
23936 <column alignment="center" valignment="top" width="0">
23937 <row>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942 a
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 b
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 c
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 d
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 e
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 </row>
24031 <row>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 f
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 g
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 h
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092 i
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110 j
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 </lyxtabular>
24126
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \begin_layout Standard
24138 \begin_inset ERT
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142
24143
24144 \backslash
24145 sidecaptionvpos{figure}{c}
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \begin_inset Float figure
24152 wide false
24153 sideways false
24154 status open
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Graphics
24158         filename ../clipart/escher-lsd.eps
24159         scale 75
24160
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \begin_layout Plain Layout
24167 \begin_inset Caption
24168
24169 \begin_layout Plain Layout
24170 \begin_inset CommandInset label
24171 LatexCommand label
24172 name "fig:encab-al-lado-de-fig"
24173
24174 \end_inset
24175
24176 Leyenda centrada verticalmente junto a una figura.
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \begin_layout Standard
24190 \begin_inset ERT
24191 status open
24192
24193 \begin_layout Plain Layout
24194
24195
24196 \backslash
24197 FigBesEnd
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \begin_layout Standard
24206 \begin_inset ERT
24207 status open
24208
24209 \begin_layout Plain Layout
24210
24211
24212 \backslash
24213 TabBesBeg[5]
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \begin_layout Standard
24222 \begin_inset Float table
24223 wide false
24224 sideways false
24225 status open
24226
24227 \begin_layout Plain Layout
24228 \begin_inset Caption
24229
24230 \begin_layout Plain Layout
24231 \begin_inset CommandInset label
24232 LatexCommand label
24233 name "tab:leyenda-más-ancha"
24234
24235 \end_inset
24236
24237 Una leyenda más ancha que la del cuadro
24238 \begin_inset space ~
24239 \end_inset
24240
24241
24242 \begin_inset CommandInset ref
24243 LatexCommand ref
24244 reference "tab:encab-al-lado"
24245
24246 \end_inset
24247
24248 .
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Plain Layout
24257 \begin_inset Tabular
24258 <lyxtabular version="3" rows="4" columns="5">
24259 <features tabularvalignment="middle">
24260 <column alignment="center" valignment="top" width="0">
24261 <column alignment="center" valignment="top" width="0">
24262 <column alignment="center" valignment="top" width="0">
24263 <column alignment="center" valignment="top" width="0">
24264 <column alignment="center" valignment="top" width="0">
24265 <row>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 a
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 b
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 c
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 </row>
24312 <row>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 d
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 e
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 f
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 g
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 h
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 </row>
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 i
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 j
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 </lyxtabular>
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \begin_layout Standard
24466 \begin_inset ERT
24467 status open
24468
24469 \begin_layout Plain Layout
24470
24471
24472 \backslash
24473 TabBesEnd
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset ERT
24483 status collapsed
24484
24485 \begin_layout Plain Layout
24486
24487
24488 \backslash
24489 else
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \begin_inset Note Note
24496 status open
24497
24498 \begin_layout Plain Layout
24499 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24500  
24501 \series bold
24502 sidecap
24503 \series default
24504 .
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Standard
24513 Debes instalar el paquete LaTeX 
24514 \series bold
24515 sidecap
24516 \series default
24517  para ver la parte siguiente en la salida.
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \begin_inset ERT
24522 status collapsed
24523
24524 \begin_layout Plain Layout
24525
24526
24527 \backslash
24528 fi
24529 \end_layout
24530
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \begin_layout Section
24537 Índice de flotantes
24538 \begin_inset Index idx
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542 Flotantes ! Índice de
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 Igual que en el índice general se listan las secciones del documento, hay
24552  índices para todos los tipos de flotantes, como las figuras.
24553  Se pueden insertar mediante los submenús 
24554 \family sans
24555 Insertar\SpecialChar \menuseparator
24556 Índice
24557 \family default
24558 .
24559 \end_layout
24560
24561 \begin_layout Standard
24562 Las entradas de los índices son las leyendas del flotante o su título breve,
24563  el número de flotante y el número de la página del documento en la que
24564  aparecen.
24565 \end_layout
24566
24567 \begin_layout Standard
24568 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24569 \end_layout
24570
24571 \begin_layout Chapter
24572 Notas
24573 \end_layout
24574
24575 \begin_layout Section
24576 Notas en LyX
24577 \begin_inset Index idx
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581 Notas ! en LyX
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Las notas se insertan con el botón 
24591 \begin_inset Graphics
24592         filename ../../images/note-insert.png
24593         scale 85
24594
24595 \end_inset
24596
24597  o con el menú 
24598 \family sans
24599 Insertar\SpecialChar \menuseparator
24600 Nota
24601 \family default
24602 .
24603  Hay cinco tipos de notas:
24604 \end_layout
24605
24606 \begin_layout Description
24607 Nota
24608 \begin_inset space ~
24609 \end_inset
24610
24611 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24612  Su cuadro se muestra como este:
24613 \begin_inset Newline newline
24614 \end_inset
24615
24616
24617 \begin_inset Newline newline
24618 \end_inset
24619
24620
24621 \begin_inset Graphics
24622         filename clipart/NotaLyXImagenQt4.png
24623         display false
24624         scale 75
24625
24626 \end_inset
24627
24628  
24629 \begin_inset Note Note
24630 status collapsed
24631
24632 \begin_layout Plain Layout
24633 Este es un texto en un recuadro que no se muestra en la salida.
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Description
24642 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24643  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24644 \family sans
24645 Archivo\SpecialChar \menuseparator
24646 Exportar\SpecialChar \menuseparator
24647 LaTeX (pdflatex) / (plain)
24648 \family default
24649 .
24650  Su recuadro se ve así:
24651 \begin_inset Newline newline
24652 \end_inset
24653
24654
24655 \begin_inset Newline newline
24656 \end_inset
24657
24658
24659 \begin_inset Graphics
24660         filename clipart/ComentNotaImagenQt4.png
24661         display false
24662         scale 75
24663
24664 \end_inset
24665
24666  
24667 \begin_inset Note Comment
24668 status collapsed
24669
24670 \begin_layout Plain Layout
24671 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Description
24680 Resaltado
24681 \begin_inset space ~
24682 \end_inset
24683
24684 en
24685 \begin_inset space ~
24686 \end_inset
24687
24688 gris Esta nota aparece en la salida como texto resaltado en gris.
24689  Su recuadro se parece a este:
24690 \begin_inset Newline newline
24691 \end_inset
24692
24693
24694 \begin_inset Newline newline
24695 \end_inset
24696
24697
24698 \begin_inset Graphics
24699         filename clipart/GrisNotaImagenQt4.png
24700         display false
24701         scale 75
24702
24703 \end_inset
24704
24705
24706 \begin_inset Newline newline
24707 \end_inset
24708
24709
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 renewenvironment{lyxgreyedout}
24718 \end_layout
24719
24720 \begin_layout Plain Layout
24721
24722 {
24723 \backslash
24724 textcolor[gray]{0.8}
24725 \backslash
24726 bgroup}{
24727 \backslash
24728 egroup}
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \begin_inset Note Greyedout
24735 status open
24736
24737 \begin_layout Plain Layout
24738 Este es el texto
24739 \begin_inset Foot
24740 status collapsed
24741
24742 \begin_layout Plain Layout
24743 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24744 \end_layout
24745
24746 \end_inset
24747
24748  de un comentario que se muestra resaltado en gris.
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \begin_inset ERT
24755 status collapsed
24756
24757 \begin_layout Plain Layout
24758
24759
24760 \backslash
24761 renewenvironment{lyxgreyedout}
24762 \end_layout
24763
24764 \begin_layout Plain Layout
24765
24766 {
24767 \backslash
24768 textcolor{blue}
24769 \backslash
24770 bgroup}{
24771 \backslash
24772 egroup}
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \begin_inset Note Note
24779 status collapsed
24780
24781 \begin_layout Plain Layout
24782 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24783  original de LyX, ya que en el preámbulo de este documento se han redefinido
24784  estas notas para que salgan en azul, como se indica más adelante.
24785 \end_layout
24786
24787 \end_inset
24788
24789
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \begin_inset Newline newline
24795 \end_inset
24796
24797 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24798  está un poco sangrada, y por otra parte pueden tener notas al pie.
24799 \end_layout
24800
24801 \begin_layout Standard
24802 \begin_inset VSpace bigskip
24803 \end_inset
24804
24805 Si usas el botón de la barra de herramientas 
24806 \begin_inset Graphics
24807         filename ../../images/note-insert.png
24808         scale 85
24809
24810 \end_inset
24811
24812  para insertar notas, se inserta una 
24813 \family sans
24814 Nota
24815 \begin_inset space ~
24816 \end_inset
24817
24818 LyX
24819 \family default
24820 .
24821  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24822  recuadro.
24823  
24824 \family roman
24825 \series medium
24826 \bar no
24827 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24828  botón de herramienta 
24829 \family sans
24830 \series default
24831 \bar default
24832 Nota
24833 \family default
24834 .
24835  Para cambiar una nota a texto, pulsa la tecla 
24836 \family sans
24837 Retroceso
24838 \family default
24839  cuando el cursor está en la primera posición de una nota, o la tecla 
24840 \family sans
24841 Supr
24842 \family default
24843  cuando el cursor está en la última posición de la nota, respectivamente.
24844 \end_layout
24845
24846 \begin_layout Standard
24847 \begin_inset VSpace bigskip
24848 \end_inset
24849
24850 El color de las notas resaltadas en gris puede cambiarse en el menú 
24851 \family sans
24852 Documento\SpecialChar \menuseparator
24853 Configuración\SpecialChar \menuseparator
24854 Colores
24855 \family default
24856 .
24857 \end_layout
24858
24859 \begin_layout Section
24860 Notas al pie
24861 \begin_inset CommandInset label
24862 LatexCommand label
24863 name "sec:Notas-al-pie"
24864
24865 \end_inset
24866
24867
24868 \begin_inset Index idx
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 Notas ! al pie
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Las notas al pie se insertan con el botón 
24882 \begin_inset Graphics
24883         filename ../../images/footnote-insert.png
24884         scale 85
24885
24886 \end_inset
24887
24888  o el menú 
24889 \family sans
24890 Insertar\SpecialChar \menuseparator
24891 Nota
24892 \begin_inset space ~
24893 \end_inset
24894
24895 al
24896 \begin_inset space ~
24897 \end_inset
24898
24899 pie
24900 \family default
24901 .
24902  
24903 \family roman
24904 \series medium
24905 \bar no
24906 Aparece un recuadro como este:
24907 \family default
24908 \series default
24909 \bar default
24910  
24911 \begin_inset Graphics
24912         filename clipart/notapieQt4.png
24913         scale 80
24914
24915 \end_inset
24916
24917  
24918 \family roman
24919 \series medium
24920 \bar no
24921 donde puedes introducir el texto.
24922  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24923  sobre el
24924 \family default
24925 \series default
24926 \bar default
24927  
24928 \family roman
24929 \series medium
24930 \bar no
24931 botón
24932 \family default
24933 \series default
24934 \bar default
24935 .
24936  Para cambiar una nota al pie a texto, pulsa la tecla 
24937 \family sans
24938 Retroceso
24939 \family default
24940  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24941  
24942 \family sans
24943 Supr
24944 \family default
24945  cuando el cursor está en la última posición de la nota, respectivamente.
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Aquí hay un ejemplo de nota al pie:
24950 \family roman
24951 \series medium
24952 \bar no
24953
24954 \begin_inset Foot
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958 \begin_inset CommandInset label
24959 LatexCommand label
24960 name "pie:Esto-es-una"
24961
24962 \end_inset
24963
24964 Ejemplo de nota al pie.
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \family default
24971 \series default
24972 \bar default
24973
24974 \begin_inset ERT
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978
24979
24980 \backslash
24981 newcounter{MyRepeatFoot}
24982 \end_layout
24983
24984 \begin_layout Plain Layout
24985
24986
24987 \backslash
24988 setcounter{MyRepeatFoot}{
24989 \backslash
24990 thefootnote}
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \begin_layout Standard
24999 En la salida, el pie se muestra como número voladito en el lugar del texto
25000  donde se coloca el recuadro.
25001  El texto se coloca al final de la página actual.
25002  Los números de las notas son calculados por LaTeX, y son consecutivos.
25003  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
25004 \end_layout
25005
25006 \begin_layout Standard
25007 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
25008  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
25009  se describe en la sección
25010 \begin_inset space ~
25011 \end_inset
25012
25013
25014 \begin_inset CommandInset ref
25015 LatexCommand ref
25016 reference "sec:Referencias-a-Flotantes"
25017
25018 \end_inset
25019
25020 .
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024 Esto es una referencia cruzada a la Nota al pie
25025 \begin_inset space ~
25026 \end_inset
25027
25028
25029 \begin_inset CommandInset ref
25030 LatexCommand ref
25031 reference "pie:Esto-es-una"
25032
25033 \end_inset
25034
25035 .
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \begin_inset VSpace defskip
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
25047  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
25048  se inserta el comando 
25049 \series bold
25050
25051 \backslash
25052 footnotemark{}
25053 \series default
25054  en código TeX.
25055  El texto de la nota se introduce como argumento del comando
25056 \series bold
25057  
25058 \backslash
25059 footnotetext
25060 \series default
25061  después del cuadro.
25062 \begin_inset Newline newline
25063 \end_inset
25064
25065 Esto es lo que se ha hecho para el siguiente cuadro con el comando
25066 \end_layout
25067
25068 \begin_layout Standard
25069
25070 \series bold
25071
25072 \backslash
25073 footnotetext{
25074 \series default
25075 Texto de la nota del cuadro.
25076 \series bold
25077 }
25078 \end_layout
25079
25080 \begin_layout Standard
25081 \begin_inset Tabular
25082 <lyxtabular version="3" rows="2" columns="1">
25083 <features tabularvalignment="middle">
25084 <column alignment="center" valignment="top" width="0">
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 Texto de ejemplo.
25091 \begin_inset Foot
25092 status open
25093
25094 \begin_layout Plain Layout
25095 ¡Esta nota no se imprimirá!
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 </row>
25106 <row>
25107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111 Texto de ejemplo.
25112 \begin_inset ERT
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116
25117
25118 \backslash
25119 footnotemark{}
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 </row>
25130 </lyxtabular>
25131
25132 \end_inset
25133
25134
25135 \begin_inset ERT
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139
25140
25141 \backslash
25142 footnotetext{
25143 \end_layout
25144
25145 \end_inset
25146
25147 Texto de la nota del cuadro.
25148 \begin_inset ERT
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152
25153 }
25154 \end_layout
25155
25156 \end_inset
25157
25158
25159 \end_layout
25160
25161 \begin_layout Standard
25162 Las notas al pie en cuadros largos se describen en la sección
25163 \begin_inset space ~
25164 \end_inset
25165
25166
25167 \begin_inset CommandInset ref
25168 LatexCommand ref
25169 reference "sub:Notas-al-pie-en-Cuadros-Largos"
25170
25171 \end_inset
25172
25173 .
25174 \end_layout
25175
25176 \begin_layout Standard
25177 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
25178  y con numeración diferente debido a que una minipágina es como una página
25179  dentro de otra.
25180  (Más información sobre minipáginas en la sección
25181 \begin_inset space ~
25182 \end_inset
25183
25184
25185 \begin_inset CommandInset ref
25186 LatexCommand ref
25187 reference "sec:Minipáginas"
25188
25189 \end_inset
25190
25191 ).
25192  Para poner notas en una minipágina que se impriman a pie de página como
25193  las notas al pie normales, se puede usar también el método de 
25194 \series bold
25195
25196 \backslash
25197 footnotemark{}
25198 \series default
25199  y 
25200 \series bold
25201
25202 \backslash
25203 footnotetext
25204 \series default
25205 .
25206 \end_layout
25207
25208 \begin_layout Standard
25209 \begin_inset Box Frameless
25210 position "t"
25211 hor_pos "c"
25212 has_inner_box 1
25213 inner_pos "t"
25214 use_parbox 0
25215 use_makebox 0
25216 width "100col%"
25217 special "none"
25218 height "1in"
25219 height_special "totalheight"
25220 status open
25221
25222 \begin_layout Plain Layout
25223 Muestra de texto en una minipágina.
25224 \begin_inset Foot
25225 status open
25226
25227 \begin_layout Plain Layout
25228 Nota en la minipágina.
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Plain Layout
25237 Muestra de texto en una minipágina.
25238 \begin_inset ERT
25239 status collapsed
25240
25241 \begin_layout Plain Layout
25242
25243
25244 \backslash
25245 footnotemark{}
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 \begin_inset ERT
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263
25264
25265 \backslash
25266 footnotetext{
25267 \end_layout
25268
25269 \end_inset
25270
25271 Nota fuera de la minipágina.
25272 \begin_inset ERT
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276
25277 }
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Standard
25286 \begin_inset VSpace defskip
25287 \end_inset
25288
25289
25290 \end_layout
25291
25292 \begin_layout Standard
25293 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25294  cada vez, usa el comando 
25295 \series bold
25296
25297 \backslash
25298 footnotemark[number]
25299 \series default
25300  en código TeX.
25301 \begin_inset Newline newline
25302 \end_inset
25303
25304 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25305  hay que guardarlo.
25306  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25307  comandos en código TeX después de la nota al pie
25308 \begin_inset space ~
25309 \end_inset
25310
25311
25312 \begin_inset CommandInset ref
25313 LatexCommand ref
25314 reference "pie:Esto-es-una"
25315
25316 \end_inset
25317
25318  para guardar el número de la nota: 
25319 \end_layout
25320
25321 \begin_layout Standard
25322
25323 \series bold
25324
25325 \backslash
25326 newcounter{MyRepeatFoot}
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330
25331 \backslash
25332 setcounter{MyRepeatFoot}{
25333 \backslash
25334 thefootnote}
25335 \end_layout
25336
25337 \begin_layout Standard
25338 La marca de la nota se ha creado después con el comando:
25339 \end_layout
25340
25341 \begin_layout Standard
25342
25343 \series bold
25344
25345 \backslash
25346 footnotemark[
25347 \backslash
25348 theMyRepeatFoot]
25349 \end_layout
25350
25351 \begin_layout Standard
25352 Aquí hay una nota repetida:
25353 \begin_inset ERT
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357
25358
25359 \backslash
25360 footnotemark[
25361 \backslash
25362 theMyRepeatFoot]
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 Para repetir la nota al pie previa, se puede omitir el guardado del número
25372  de la nota y usar en su lugar el comando:
25373 \end_layout
25374
25375 \begin_layout Standard
25376
25377 \series bold
25378
25379 \backslash
25380 footnotemark[
25381 \backslash
25382 thefootnote]
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Aquí hay otra nota repetida:
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392
25393 \backslash
25394 footnotemark[
25395 \backslash
25396 thefootnote]
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \begin_layout Subsection
25405 Numeración de notas al pie
25406 \begin_inset CommandInset label
25407 LatexCommand label
25408 name "sub:Numeración-de-Notas-al-Pie"
25409
25410 \end_inset
25411
25412
25413 \begin_inset Index idx
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417 Notas ! al pie ! numeración
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 Para reiniciar el número de pie a 1 en cada sección añade
25427 \family roman
25428  en el preámbulo el comando:
25429 \end_layout
25430
25431 \begin_layout Standard
25432
25433 \series bold
25434
25435 \backslash
25436 @addtoreset{footnote}{section}
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \begin_inset VSpace bigskip
25441 \end_inset
25442
25443 El siguiente comando en el preámbulo cambia el estilo de numeración del
25444  pie a números romanos en minúsculas:
25445 \end_layout
25446
25447 \begin_layout Standard
25448
25449 \series bold
25450
25451 \backslash
25452 renewcommand{
25453 \backslash
25454 thefootnote}{
25455 \backslash
25456 roman{footnote}}
25457 \end_layout
25458
25459 \begin_layout Standard
25460 \begin_inset ERT
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464
25465
25466 \backslash
25467 renewcommand{
25468 \backslash
25469 thefootnote}{
25470 \backslash
25471 roman{footnote}}
25472 \end_layout
25473
25474 \end_inset
25475
25476  Nota al pie en números romanos:
25477 \begin_inset Foot
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481 Ejemplo de nota al pie en números romanos.
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \begin_inset ERT
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492
25493 \backslash
25494 renewcommand{
25495 \backslash
25496 thefootnote}{
25497 \backslash
25498 arabic{footnote}}
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \begin_layout Standard
25507 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25508  
25509 \series bold
25510
25511 \backslash
25512 roman
25513 \series default
25514  por 
25515 \series bold
25516
25517 \backslash
25518 Roman
25519 \series default
25520 .
25521  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25522 \series bold
25523
25524 \backslash
25525 Alph
25526 \series default
25527  o 
25528 \series bold
25529
25530 \backslash
25531 alph
25532 \series default
25533 , respectivamente.
25534  Para ordenar las notas al pie con símbolos usa 
25535 \series bold
25536
25537 \backslash
25538 fnsymbol
25539 \series default
25540 .
25541 \end_layout
25542
25543 \begin_layout Standard
25544 \begin_inset Note Greyedout
25545 status open
25546
25547 \begin_layout Plain Layout
25548
25549 \series bold
25550 Nota:
25551 \series default
25552  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25553  simples.
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \begin_inset Newline newline
25560 \end_inset
25561
25562
25563 \begin_inset Note Greyedout
25564 status open
25565
25566 \begin_layout Plain Layout
25567
25568 \series bold
25569 Nota:
25570 \series default
25571  sólo puedes ordenar hasta 9 pies con símbolos.
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 Para volver al estilo de numeración predeterminado cuando has cambiado a
25581  otro estilo, usa 
25582 \series bold
25583
25584 \backslash
25585 arabic
25586 \series default
25587  en vez de 
25588 \series bold
25589
25590 \backslash
25591 roman
25592 \series default
25593  en el comando anterior.
25594 \begin_inset ERT
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598
25599
25600 \backslash
25601 renewcommand{
25602 \backslash
25603 thefootnote}{
25604 \backslash
25605 arabic{footnote}}
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \begin_layout Standard
25614 \begin_inset VSpace bigskip
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \begin_layout Standard
25621 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25622  comando al preámbulo del documento:
25623 \end_layout
25624
25625 \begin_layout Standard
25626
25627 \series bold
25628
25629 \backslash
25630 numberwithin{footnote}{chapter}
25631 \end_layout
25632
25633 \begin_layout Standard
25634 Para poder usar el comando 
25635 \series bold
25636
25637 \backslash
25638 numberwithin
25639 \series default
25640 , marca la opción 
25641 \family sans
25642 Usar
25643 \family default
25644
25645 \begin_inset space ~
25646 \end_inset
25647
25648
25649 \family sans
25650 el
25651 \family default
25652
25653 \begin_inset space ~
25654 \end_inset
25655
25656
25657 \family sans
25658 paquete
25659 \family default
25660
25661 \begin_inset space ~
25662 \end_inset
25663
25664
25665 \family sans
25666 AMS
25667 \family default
25668  en la sección 
25669 \family sans
25670 Opciones para ecuaciones
25671 \family default
25672  de la configuración del documento.
25673 \end_layout
25674
25675 \begin_layout Standard
25676 \begin_inset ERT
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680
25681
25682 \backslash
25683 numberwithin{footnote}{chapter}
25684 \end_layout
25685
25686 \end_inset
25687
25688 Esto es otro ejemplo de nota al pie:
25689 \series bold
25690
25691 \begin_inset Foot
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695 Nota al pie numerada en el esquema 
25696 \begin_inset Quotes eld
25697 \end_inset
25698
25699 capítulo.nota
25700 \begin_inset Quotes erd
25701 \end_inset
25702
25703 .
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \series default
25710
25711 \begin_inset ERT
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715
25716
25717 \backslash
25718 renewcommand{
25719 \backslash
25720 thefootnote}{
25721 \backslash
25722 arabic{footnote}}
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \begin_inset Note Greyedout
25732 status open
25733
25734 \begin_layout Plain Layout
25735
25736 \series bold
25737 Nota: 
25738 \backslash
25739 numberwithin 
25740 \series default
25741 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25742  previas para obtener números no arábigos se sobreescriben.
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \begin_layout Standard
25751 Así, para obtener por ejemplo el esquema «capítulo.
25752 \backslash
25753 Roman{footnote}», usa este comando en vez de 
25754 \series bold
25755
25756 \backslash
25757 numberwithin
25758 \series default
25759 :
25760 \end_layout
25761
25762 \begin_layout Standard
25763
25764 \series bold
25765
25766 \backslash
25767 renewcommand{
25768 \backslash
25769 thefootnote}{
25770 \backslash
25771 thechapter.
25772 \backslash
25773 Roman{footnote}}
25774 \end_layout
25775
25776 \begin_layout Subsection
25777 Colocación de notas al pie
25778 \begin_inset Index idx
25779 status open
25780
25781 \begin_layout Plain Layout
25782 Notas ! al pie ! colocación
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Standard
25791 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25792  entre ellas al final de la página.
25793  Para hacerlas más legibles puedes añadir 1.5
25794 \begin_inset space \thinspace{}
25795 \end_inset
25796
25797 mm, p.
25798 \begin_inset space \thinspace{}
25799 \end_inset
25800
25801 e., con el comando siguiente en el preámbulo:
25802 \end_layout
25803
25804 \begin_layout Standard
25805
25806 \series bold
25807
25808 \backslash
25809 let
25810 \backslash
25811 myFoot
25812 \backslash
25813 footnote
25814 \begin_inset Newline newline
25815 \end_inset
25816
25817
25818 \backslash
25819 renewcommand{
25820 \backslash
25821 footnote}[1]{
25822 \backslash
25823 myFoot{#1
25824 \backslash
25825 vspace{1.5mm}}}
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset VSpace bigskip
25830 \end_inset
25831
25832 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25833  véase la figura
25834 \begin_inset space ~
25835 \end_inset
25836
25837
25838 \begin_inset CommandInset ref
25839 LatexCommand ref
25840 reference "fig:Colocación-standard-del-pie"
25841
25842 \end_inset
25843
25844 .
25845  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25846  en la figura
25847 \begin_inset space ~
25848 \end_inset
25849
25850
25851 \begin_inset CommandInset ref
25852 LatexCommand ref
25853 reference "fig:Colocación-del-pie-en"
25854
25855 \end_inset
25856
25857 , usa el paquete LaTeX 
25858 \series bold
25859 ftnright
25860 \series default
25861
25862 \begin_inset Index idx
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 LaTeX-paquetes ! ftnright
25867 \end_layout
25868
25869 \end_inset
25870
25871  con este comando en el preámbulo:
25872 \end_layout
25873
25874 \begin_layout Standard
25875
25876 \series bold
25877
25878 \backslash
25879 usepackage{ftnright}
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \begin_inset Float figure
25884 placement !h
25885 wide false
25886 sideways false
25887 status open
25888
25889 \begin_layout Plain Layout
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894
25895
25896 \backslash
25897 framebox{
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \begin_inset Graphics
25904         filename ../clipart/without_fntright.pdf
25905         width 100col%
25906
25907 \end_inset
25908
25909
25910 \begin_inset ERT
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914
25915 }
25916 \end_layout
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \begin_layout Plain Layout
25924 \begin_inset Caption
25925
25926 \begin_layout Plain Layout
25927 \begin_inset CommandInset label
25928 LatexCommand label
25929 name "fig:Colocación-standard-del-pie"
25930
25931 \end_inset
25932
25933 Colocación estándar de notas al pie en documentos a dos columnas.
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \begin_layout Standard
25947 \begin_inset Float figure
25948 placement !h
25949 wide false
25950 sideways false
25951 status open
25952
25953 \begin_layout Plain Layout
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 framebox{
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \begin_inset Graphics
25968         filename ../clipart/with_fntright.pdf
25969         width 100col%
25970
25971 \end_inset
25972
25973
25974 \begin_inset ERT
25975 status collapsed
25976
25977 \begin_layout Plain Layout
25978
25979 }
25980 \end_layout
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Plain Layout
25988 \begin_inset Caption
25989
25990 \begin_layout Plain Layout
25991 \begin_inset CommandInset label
25992 LatexCommand label
25993 name "fig:Colocación-del-pie-en"
25994
25995 \end_inset
25996
25997 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25998  el paquete LaTeX 
25999 \series bold
26000 ftnright
26001 \series default
26002 .
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Standard
26016 \begin_inset VSpace bigskip
26017 \end_inset
26018
26019 En alguna literatura científica es habitual reunir las notas para imprimirlas
26020  en un párrafo separado al final de la sección, como en la figura
26021 \begin_inset space ~
26022 \end_inset
26023
26024
26025 \begin_inset CommandInset ref
26026 LatexCommand ref
26027 reference "fig:Notas-al-pie-al-final"
26028
26029 \end_inset
26030
26031 .
26032  Para reunir las notas al final
26033 \begin_inset Index idx
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037 Notas ! al final
26038 \end_layout
26039
26040 \end_inset
26041
26042  en vez de a pie de página, carga en el menú 
26043 \family sans
26044 Documento\SpecialChar \menuseparator
26045 Configuratión\SpecialChar \menuseparator
26046 Módulos
26047 \family default
26048  el módulo 
26049 \family sans
26050 Pie
26051 \begin_inset space ~
26052 \end_inset
26053
26054 al
26055 \begin_inset space ~
26056 \end_inset
26057
26058 final
26059 \family default
26060 .
26061  Para insertar la colección de notas, escribe el comando
26062 \end_layout
26063
26064 \begin_layout Standard
26065
26066 \series bold
26067
26068 \backslash
26069 theendnotes
26070 \end_layout
26071
26072 \begin_layout Standard
26073 en código TeX al final de una sección o capítulo.
26074 \end_layout
26075
26076 \begin_layout Standard
26077 \begin_inset Float figure
26078 wide false
26079 sideways false
26080 status open
26081
26082 \begin_layout Plain Layout
26083 \align center
26084 \begin_inset ERT
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088
26089
26090 \backslash
26091 framebox{
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \begin_inset Graphics
26098         filename ../clipart/endnotes.pdf
26099
26100 \end_inset
26101
26102
26103 \begin_inset ERT
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107
26108 }
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Plain Layout
26117 \begin_inset Caption
26118
26119 \begin_layout Plain Layout
26120 \begin_inset CommandInset label
26121 LatexCommand label
26122 name "fig:Notas-al-pie-al-final"
26123
26124 \end_inset
26125
26126 Notas al final: notas impresas en párrafo separado al final de la sección
26127  o del capítulo.
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \begin_layout Standard
26141 \begin_inset VSpace medskip
26142 \end_inset
26143
26144 La cabecera de párrafo para las notas finales no se traduce automáticamente
26145  al lenguaje del documento, hay que hacerlo manualmente.
26146  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
26147  español «Notas»:
26148 \end_layout
26149
26150 \begin_layout Standard
26151
26152 \series bold
26153
26154 \backslash
26155 renewcommand{
26156 \backslash
26157 notesname}{Notas}
26158 \end_layout
26159
26160 \begin_layout Standard
26161 \begin_inset VSpace medskip
26162 \end_inset
26163
26164 La numeración de notas finales puede cambiarse como la de las notas al pie,
26165  como se describe en la sección
26166 \begin_inset space ~
26167 \end_inset
26168
26169
26170 \begin_inset CommandInset ref
26171 LatexCommand ref
26172 reference "sub:Numeración-de-Notas-al-Pie"
26173
26174 \end_inset
26175
26176 ; sólo hay que reemplazar el comando 
26177 \series bold
26178
26179 \backslash
26180 thefootnote
26181 \series default
26182  por 
26183 \series bold
26184
26185 \backslash
26186 theendnote
26187 \series default
26188 .
26189  Para restablecer la numeración usa el comando 
26190 \series bold
26191
26192 \backslash
26193 @addtoreset
26194 \series default
26195  como se describe en la sección
26196 \begin_inset space ~
26197 \end_inset
26198
26199
26200 \begin_inset CommandInset ref
26201 LatexCommand ref
26202 reference "sub:Numeración-de-Notas-al-Pie"
26203
26204 \end_inset
26205
26206  y sustituye el parámetro de comando 
26207 \series bold
26208 footnote
26209 \series default
26210  por 
26211 \series bold
26212 endnote
26213 \series default
26214 .
26215 \end_layout
26216
26217 \begin_layout Standard
26218 Para notas al final hay el comando el comando 
26219 \series bold
26220
26221 \backslash
26222 endnotemark[número]
26223 \series default
26224  similar al comando 
26225 \series bold
26226
26227 \backslash
26228 footnotemark
26229 \series default
26230 , descrito en la sección
26231 \begin_inset space ~
26232 \end_inset
26233
26234
26235 \begin_inset CommandInset ref
26236 LatexCommand ref
26237 reference "sec:Notas-al-pie"
26238
26239 \end_inset
26240
26241 .
26242 \end_layout
26243
26244 \begin_layout Standard
26245 \begin_inset VSpace bigskip
26246 \end_inset
26247
26248 Las notas al pie también pueden colocarse al margen de la página y la alineación
26249  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26250 \series bold
26251 footmisc
26252 \series default
26253
26254 \begin_inset Index idx
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258 LaTeX-paquetes ! footmisc
26259 \end_layout
26260
26261 \end_inset
26262
26263  
26264 \begin_inset CommandInset citation
26265 LatexCommand cite
26266 key "footmisc"
26267
26268 \end_inset
26269
26270  para más información.
26271 \end_layout
26272
26273 \begin_layout Standard
26274 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26275  
26276 \begin_inset CommandInset citation
26277 LatexCommand cite
26278 key "latexcompanion,latexguide,latexbook"
26279
26280 \end_inset
26281
26282 .
26283  Si estás usando una clase de documento 
26284 \series bold
26285 KOMA-Script
26286 \series default
26287
26288 \begin_inset Index idx
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292 LaTeX-paquetes ! KOMA-Script
26293 \end_layout
26294
26295 \end_inset
26296
26297 , puedes ajustar las características de las notas al pie mediante comandos
26298  específicos de la clase, véase 
26299 \begin_inset CommandInset citation
26300 LatexCommand cite
26301 key "KOMA-Script"
26302
26303 \end_inset
26304
26305 .
26306 \end_layout
26307
26308 \begin_layout Section
26309 Notas al margen
26310 \begin_inset Index idx
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 Notas ! al margen
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \begin_layout Standard
26323 Las notas al margen se ven y se comportan en LyX como notas al pie.
26324  Se insertan con el menú 
26325 \family sans
26326 Insertar\SpecialChar \menuseparator
26327 Nota
26328 \begin_inset space ~
26329 \end_inset
26330
26331 al
26332 \begin_inset space ~
26333 \end_inset
26334
26335 margen
26336 \family default
26337  o con el botón 
26338 \begin_inset Graphics
26339         filename ../../images/marginalnote-insert.png
26340         scale 85
26341
26342 \end_inset
26343
26344 .
26345  Aparece un cuadro gris con la etiqueta 
26346 \family roman
26347 \series medium
26348 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26349 \end_layout
26350
26351 \begin_layout Standard
26352 Al lado hay un ejemplo de nota al margen.
26353
26354 \family roman
26355 \series medium
26356  
26357 \begin_inset Marginal
26358 status open
26359
26360 \begin_layout Plain Layout
26361 Esto es una nota al margen.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Standard
26370 Estas notas salen en el margen derecho en documentos a una cara.
26371  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26372  en páginas pares, derecho en páginas impares—.
26373  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26374  a la derecha si la nota aparece en el margen izquierdo—.
26375  La primera línea de la nota se sitúa en la posición de la línea del texto
26376  en la que se inserta en el documento.
26377 \end_layout
26378
26379 \begin_layout Standard
26380 \begin_inset VSpace bigskip
26381 \end_inset
26382
26383 Para colocar la nota en el margen interno añade el comando
26384 \end_layout
26385
26386 \begin_layout Standard
26387
26388 \series bold
26389
26390 \backslash
26391 reversemarginpar
26392 \end_layout
26393
26394 \begin_layout Standard
26395 en código TeX antes de la nota.
26396  La nueva colocación es válida para todas las siguientes notas al margen.
26397  
26398 \begin_inset ERT
26399 status collapsed
26400
26401 \begin_layout Plain Layout
26402
26403
26404 \backslash
26405 reversemarginpar 
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \begin_inset Marginal
26412 status open
26413
26414 \begin_layout Plain Layout
26415 Esto es una nota en el margen interno.
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \series bold
26422
26423 \begin_inset Newline newline
26424 \end_inset
26425
26426
26427 \series default
26428
26429 \begin_inset Note Greyedout
26430 status open
26431
26432 \begin_layout Plain Layout
26433
26434 \series bold
26435 Nota:
26436 \series default
26437  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26438  no se mostrará correctamente en la salida.
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 Para volver a la ubicación predeterminada inserta en código TeX el comando
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 normalmarginpar 
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Standard
26464
26465 \series bold
26466
26467 \backslash
26468 normalmarginpar
26469 \end_layout
26470
26471 \begin_layout Standard
26472 \begin_inset Note Greyedout
26473 status open
26474
26475 \begin_layout Plain Layout
26476
26477 \series bold
26478 Nota:
26479 \series default
26480  El comando se ignora si en el mismo párrafo está también presente el comando
26481  
26482 \series bold
26483
26484 \backslash
26485 reversemarginpar
26486 \series default
26487 .
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \begin_layout Standard
26496 \begin_inset VSpace bigskip
26497 \end_inset
26498
26499
26500 \family roman
26501 \series medium
26502
26503 \begin_inset Marginal
26504 status open
26505
26506 \begin_layout Plain Layout
26507 PalabraMuyLargaAlMargen no partida con guión.
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \family default
26514 \series default
26515  Como en el caso descrito en la sección
26516 \begin_inset space ~
26517 \end_inset
26518
26519
26520 \begin_inset CommandInset ref
26521 LatexCommand ref
26522 reference "sub:Líneas-Múltiples-en"
26523
26524 \end_inset
26525
26526 , una palabra larga no puede partirse con guión cuando es la primera en
26527  la nota al margen.
26528  Para evitar esto, inserta un espacio horizontal de 0
26529 \begin_inset space \thinspace{}
26530 \end_inset
26531
26532 pt antes de la palabra
26533 \family roman
26534 \series medium
26535 .
26536 \end_layout
26537
26538 \begin_layout Standard
26539
26540 \family roman
26541 \series medium
26542 \begin_inset Marginal
26543 status open
26544
26545 \begin_layout Plain Layout
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 hspace{0pt}
26554 \end_layout
26555
26556 \end_inset
26557
26558 PalabraMuyLargaAlMargen partida con guión.
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 \begin_inset VSpace bigskip
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \begin_layout Standard
26574 \begin_inset Note Greyedout
26575 status open
26576
26577 \begin_layout Plain Layout
26578
26579 \series bold
26580 Nota:
26581 \series default
26582  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26583  y notas al pie.
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \begin_layout Standard
26592 \begin_inset VSpace bigskip
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Standard
26599 \begin_inset ERT
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603
26604
26605 \backslash
26606 ifmarginnote
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \begin_inset Note Note
26613 status open
26614
26615 \begin_layout Plain Layout
26616 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26617  LaTeX 
26618 \series bold
26619 marginnote
26620 \series default
26621 .
26622 \end_layout
26623
26624 \end_inset
26625
26626
26627 \end_layout
26628
26629 \begin_layout Standard
26630 Esta restricción se puede salvar con el paquete LaTeX 
26631 \series bold
26632 marginnote
26633 \series default
26634
26635 \begin_inset Index idx
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639 LaTeX-paquetes ! marginnote
26640 \end_layout
26641
26642 \end_inset
26643
26644 .
26645  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26646  notas al margen es redefinido para usar el comando proporcionado por el
26647  paquete 
26648 \series bold
26649 marginnote
26650 \series default
26651 :
26652 \end_layout
26653
26654 \begin_layout Standard
26655
26656 \series bold
26657
26658 \backslash
26659 usepackage{marginnote}
26660 \begin_inset Newline newline
26661 \end_inset
26662
26663
26664 \backslash
26665 let
26666 \backslash
26667 marginpar
26668 \backslash
26669 marginnote
26670 \end_layout
26671
26672 \begin_layout Standard
26673 Esto se ha utilizado en el presente documento porque 
26674 \series bold
26675 marginnote
26676 \series default
26677  tiene una característica adicional útil: Puedes establecer un desplazamiento
26678  vertical a la nota.
26679  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26680  diseño de la página.
26681  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26682  en código TeX
26683 \end_layout
26684
26685 \begin_layout Standard
26686
26687 \series bold
26688 [desplazamiento]
26689 \end_layout
26690
26691 \begin_layout Standard
26692 donde desplazamiento es una longitud en una de las unidades del cuadro
26693 \begin_inset space ~
26694 \end_inset
26695
26696
26697 \begin_inset CommandInset ref
26698 LatexCommand ref
26699 reference "tab:Unidades"
26700
26701 \end_inset
26702
26703 .
26704  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26705  abajo.
26706  
26707 \family roman
26708 \series medium
26709 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26710 \begin_inset space \thinspace{}
26711 \end_inset
26712
26713 cm arriba con el comando en código TeX 
26714 \begin_inset Quotes eld
26715 \end_inset
26716
26717
26718 \family default
26719 \series bold
26720 [-1.5cm]
26721 \family roman
26722 \series medium
26723
26724 \begin_inset Quotes erd
26725 \end_inset
26726
26727
26728 \begin_inset Marginal
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732 Esta nota está 1.5
26733 \begin_inset space \thinspace{}
26734 \end_inset
26735
26736 cm por encima de su posición original.
26737 \end_layout
26738
26739 \end_inset
26740
26741
26742 \family default
26743 \series default
26744
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750 [-1.5cm]
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \begin_layout Standard
26759 \begin_inset VSpace medskip
26760 \end_inset
26761
26762 Con 
26763 \series bold
26764 marginnote
26765 \series default
26766  también puedes cambiar la alineación del texto en el margen.
26767  Por ejemplo los comandos
26768 \end_layout
26769
26770 \begin_layout Standard
26771
26772 \series bold
26773
26774 \backslash
26775 renewcommand*{
26776 \backslash
26777 raggedleftmarginnote}{
26778 \backslash
26779 centering}
26780 \begin_inset Newline newline
26781 \end_inset
26782
26783
26784 \backslash
26785 renewcommand*{
26786 \backslash
26787 raggedrightmarginnote}{
26788 \backslash
26789 centering}
26790 \end_layout
26791
26792 \begin_layout Standard
26793 producen alineación centrada.
26794  
26795 \series bold
26796
26797 \backslash
26798 raggedleftmarginnote
26799 \series default
26800  identifica las notas que aparecen al lado izquierdo.
26801 \family roman
26802 \series medium
26803
26804 \begin_inset ERT
26805 status collapsed
26806
26807 \begin_layout Plain Layout
26808
26809
26810 \backslash
26811 renewcommand*{
26812 \backslash
26813 raggedleftmarginnote}{
26814 \backslash
26815 centering}
26816 \end_layout
26817
26818 \begin_layout Plain Layout
26819
26820
26821 \backslash
26822 renewcommand*{
26823 \backslash
26824 raggedrightmarginnote}{
26825 \backslash
26826 centering}
26827 \end_layout
26828
26829 \end_inset
26830
26831
26832 \begin_inset Marginal
26833 status open
26834
26835 \begin_layout Plain Layout
26836 El texto de esta nota está centrado.
26837 \end_layout
26838
26839 \end_inset
26840
26841
26842 \family default
26843 \series default
26844  El valor predeterminado es 
26845 \end_layout
26846
26847 \begin_layout Standard
26848
26849 \series bold
26850
26851 \backslash
26852 renewcommand*{
26853 \backslash
26854 raggedleftmarginnote}{
26855 \backslash
26856 raggedleft}
26857 \begin_inset Newline newline
26858 \end_inset
26859
26860
26861 \backslash
26862 renewcommand*{
26863 \backslash
26864 raggedrightmarginnote}{
26865 \backslash
26866 raggedright}
26867 \family roman
26868 \series medium
26869
26870 \begin_inset ERT
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874
26875
26876 \backslash
26877 renewcommand*{
26878 \backslash
26879 raggedleftmarginnote}{
26880 \backslash
26881 raggedleft}
26882 \end_layout
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 renewcommand*{
26889 \backslash
26890 raggedrightmarginnote}{
26891 \backslash
26892 raggedright}
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \begin_inset VSpace medskip
26902 \end_inset
26903
26904 Para otras características de 
26905 \series bold
26906 marginnote
26907 \series default
26908  mira en su documentación 
26909 \begin_inset CommandInset citation
26910 LatexCommand cite
26911 key "marginnote"
26912
26913 \end_inset
26914
26915 .
26916 \end_layout
26917
26918 \begin_layout Standard
26919 \begin_inset VSpace bigskip
26920 \end_inset
26921
26922 El diseño de las notas al margen puede ser redefinido.
26923  Por ejemplo, para crear una cabecera para todas las notas con el texto
26924  
26925 \begin_inset Quotes eld
26926 \end_inset
26927
26928
26929 \series bold
26930 \bar under
26931 ¡
26932 \family sans
26933 Atención
26934 \family default
26935 !
26936 \series default
26937 \bar default
26938
26939 \begin_inset Quotes erd
26940 \end_inset
26941
26942 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26943 \end_layout
26944
26945 \begin_layout Standard
26946
26947 \series bold
26948
26949 \backslash
26950 let
26951 \backslash
26952 myMarginpar
26953 \backslash
26954 marginpar
26955 \begin_inset Newline newline
26956 \end_inset
26957
26958
26959 \backslash
26960 renewcommand{
26961 \backslash
26962 marginpar}[1]{
26963 \backslash
26964 myMarginpar{%
26965 \begin_inset Newline newline
26966 \end_inset
26967
26968
26969 \begin_inset Phantom HPhantom
26970 status open
26971
26972 \begin_layout Plain Layout
26973
26974 \series bold
26975 \begin_inset space ~
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \backslash
26985 hspace{0pt}
26986 \backslash
26987 textsf{
26988 \backslash
26989 textbf{
26990 \backslash
26991 underbar{¡Atención!}}}%
26992 \begin_inset Newline newline
26993 \end_inset
26994
26995
26996 \begin_inset Phantom HPhantom
26997 status open
26998
26999 \begin_layout Plain Layout
27000
27001 \series bold
27002 \begin_inset space ~
27003 \end_inset
27004
27005
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \backslash
27012 vspace{1.5mm}
27013 \backslash
27014
27015 \backslash
27016 #1}}
27017 \end_layout
27018
27019 \begin_layout Standard
27020
27021 \family roman
27022 \series medium
27023 \begin_inset ERT
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027
27028
27029 \backslash
27030 let
27031 \backslash
27032 myMarginpar
27033 \backslash
27034 marginpar
27035 \end_layout
27036
27037 \begin_layout Plain Layout
27038
27039
27040 \backslash
27041 renewcommand{
27042 \backslash
27043 marginpar}[1]{
27044 \backslash
27045 myMarginpar{%
27046 \end_layout
27047
27048 \begin_layout Plain Layout
27049
27050    
27051 \backslash
27052 textsf{
27053 \backslash
27054 textbf{
27055 \backslash
27056 underbar{¡Atención!}}}%
27057 \end_layout
27058
27059 \begin_layout Plain Layout
27060
27061    
27062 \backslash
27063 vspace{1.5mm}
27064 \backslash
27065
27066 \backslash
27067 #1}}
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \begin_inset Marginal
27074 status open
27075
27076 \begin_layout Plain Layout
27077 Esta es una nota con una cabecera definida.
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \family default
27084 \series default
27085
27086 \begin_inset ERT
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090
27091 [-1.5cm]
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \family roman
27098 \series medium
27099
27100 \begin_inset ERT
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104
27105
27106 \backslash
27107 renewcommand{
27108 \backslash
27109 marginpar}[1]{
27110 \backslash
27111 myMarginpar{#1}}
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \family default
27118 \series default
27119
27120 \begin_inset Note Note
27121 status collapsed
27122
27123 \begin_layout Plain Layout
27124 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \begin_layout Standard
27133 \begin_inset ERT
27134 status collapsed
27135
27136 \begin_layout Plain Layout
27137
27138
27139 \backslash
27140 else
27141 \end_layout
27142
27143 \end_inset
27144
27145
27146 \begin_inset Note Note
27147 status open
27148
27149 \begin_layout Plain Layout
27150 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
27151  
27152 \series bold
27153 marginnote
27154 \series default
27155 .
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 Debes instalar el paquete LaTeX 
27165 \series bold
27166 marginnote
27167 \series default
27168  para ver la parte siguiente en la salida.
27169 \end_layout
27170
27171 \begin_layout Standard
27172 \begin_inset ERT
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176
27177
27178 \backslash
27179 fi
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Chapter
27188 Marcos
27189 \end_layout
27190
27191 \begin_layout Section
27192 Introducción
27193 \begin_inset Index idx
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197 Marcos ! Introducción
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Standard
27206 Los marcos se emplean para dar formato a bloques de texto.
27207  Se pueden usar para escribir documentos con varios idiomas, véase sección
27208 \begin_inset space ~
27209 \end_inset
27210
27211
27212 \begin_inset CommandInset ref
27213 LatexCommand ref
27214 reference "sec:Minipáginas"
27215
27216 \end_inset
27217
27218 , enmarcar textos, véase sección
27219 \begin_inset space ~
27220 \end_inset
27221
27222
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "sec:Decoración"
27226
27227 \end_inset
27228
27229 , evitar la división de palabras, véase sección
27230 \begin_inset space ~
27231 \end_inset
27232
27233
27234 \begin_inset CommandInset ref
27235 LatexCommand ref
27236 reference "sec:Evitar-la-Partición"
27237
27238 \end_inset
27239
27240 , alinear texto, véase sección
27241 \begin_inset space ~
27242 \end_inset
27243
27244
27245 \begin_inset CommandInset ref
27246 LatexCommand ref
27247 reference "sub:Alineación-Vertical"
27248
27249 \end_inset
27250
27251 , o para poner color de fondo a un texto, véase sección
27252 \begin_inset space ~
27253 \end_inset
27254
27255
27256 \begin_inset CommandInset ref
27257 LatexCommand ref
27258 reference "sec:Marcos-Coloreados"
27259
27260 \end_inset
27261
27262 .
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Se insertan con el menú 
27267 \family sans
27268 Insertar\SpecialChar \menuseparator
27269 Marco
27270 \family default
27271  o con el botón 
27272 \begin_inset Graphics
27273         filename ../../images/box-insert.png
27274         scale 85
27275
27276 \end_inset
27277
27278 .
27279  Surge un recuadro gris con la etiqueta 
27280 \family sans
27281 Marco (Minipágina)
27282 \family default
27283
27284 \begin_inset Graphics
27285         filename clipart/CuadroMinipagQt4.png
27286         scale 75
27287         keepAspectRatio
27288
27289 \end_inset
27290
27291 .
27292  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
27293  
27294 \family sans
27295 Configuración
27296 \family default
27297 .
27298  Sale un diálogo en el que 
27299 \family sans
27300 Marco
27301 \family default
27302
27303 \begin_inset space ~
27304 \end_inset
27305
27306
27307 \family sans
27308 interior
27309 \family default
27310  permite escoger los tipos
27311 \family sans
27312  Minipágina
27313 \family default
27314
27315 \family sans
27316 Marco de párrafo
27317 \family default
27318  y 
27319 \family sans
27320 Marco de 
27321 \family default
27322 línea.
27323  
27324 \family sans
27325 Minipágina
27326 \family default
27327  es el predeterminado para nuevos marcos y se explica en la sección
27328 \begin_inset space ~
27329 \end_inset
27330
27331
27332 \begin_inset CommandInset ref
27333 LatexCommand ref
27334 reference "sec:Minipáginas"
27335
27336 \end_inset
27337
27338 ; el tipo 
27339 \family sans
27340 Marco de párrafo
27341 \family default
27342  se describe en la sección
27343 \begin_inset space ~
27344 \end_inset
27345
27346
27347 \begin_inset CommandInset ref
27348 LatexCommand ref
27349 reference "sec:Marcos-de-Párrafo"
27350
27351 \end_inset
27352
27353  y el tipo 
27354 \family sans
27355 Marco de línea
27356 \family default
27357  se describe en la sección
27358 \begin_inset space ~
27359 \end_inset
27360
27361
27362 \begin_inset CommandInset ref
27363 LatexCommand ref
27364 reference "sec:Evitar-la-Partición"
27365
27366 \end_inset
27367
27368 .
27369 \end_layout
27370
27371 \begin_layout Standard
27372 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
27373  o las notas al pie.
27374 \end_layout
27375
27376 \begin_layout Standard
27377 \begin_inset Note Greyedout
27378 status open
27379
27380 \begin_layout Plain Layout
27381
27382 \series bold
27383 Nota:
27384 \series default
27385  Los marcos no deben ser el ítem en un entorno 
27386 \family sans
27387 Enumeración*
27388 \family default
27389  o 
27390 \family sans
27391 Descripción
27392 \family default
27393 .
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Standard
27402 \begin_inset Note Greyedout
27403 status open
27404
27405 \begin_layout Plain Layout
27406
27407 \series bold
27408 Nota:
27409 \series default
27410  Por razones desconocidas sólo se puede poner el tipo 
27411 \family sans
27412 Marco
27413 \begin_inset space ~
27414 \end_inset
27415
27416 interior
27417 \family default
27418  en 
27419 \family sans
27420 Ninguno
27421 \family default
27422  cuando se emplea un marco enmarcado.
27423  Los marcos sin ningún tipo de 
27424 \family sans
27425 Marco
27426 \begin_inset space ~
27427 \end_inset
27428
27429 interior
27430 \family default
27431  y sin bordes se explican en la sección
27432 \begin_inset space ~
27433 \end_inset
27434
27435
27436 \begin_inset CommandInset ref
27437 LatexCommand ref
27438 reference "sec:Evitar-la-Partición"
27439
27440 \end_inset
27441
27442 .
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Section
27451 Diálogo de marcos
27452 \begin_inset CommandInset label
27453 LatexCommand label
27454 name "sec:Diálogo-Marcos"
27455
27456 \end_inset
27457
27458
27459 \begin_inset Index idx
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463 Marcos ! Configuración
27464 \end_layout
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \begin_layout Subsection
27472 Tamaño
27473 \begin_inset Index idx
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477 Marcos ! Tamaño
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Standard
27486 En el diálogo puedes ajustar la geometría del marco en los campos 
27487 \family sans
27488 Ancho
27489 \family default
27490  y 
27491 \family sans
27492 Alto
27493 \family default
27494 .
27495  Las unidades disponibles para la geometría se describen en el cuadro
27496 \begin_inset space ~
27497 \end_inset
27498
27499
27500 \begin_inset CommandInset ref
27501 LatexCommand ref
27502 reference "tab:Unidades"
27503
27504 \end_inset
27505
27506 .
27507  El campo 
27508 \family sans
27509 Alto
27510 \family default
27511  ofrece los siguientes tamaños adicionales:
27512 \end_layout
27513
27514 \begin_layout Description
27515 Profundidad Es la 
27516 \begin_inset Quotes fld
27517 \end_inset
27518
27519 altura
27520 \begin_inset Quotes frd
27521 \end_inset
27522
27523  del texto plano.
27524  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27525  marco:
27526 \begin_inset Newline newline
27527 \end_inset
27528
27529
27530 \begin_inset Newline newline
27531 \end_inset
27532
27533
27534 \begin_inset Newline newline
27535 \end_inset
27536
27537
27538 \begin_inset Newline newline
27539 \end_inset
27540
27541
27542 \begin_inset Box Boxed
27543 position "c"
27544 hor_pos "c"
27545 has_inner_box 1
27546 inner_pos "c"
27547 use_parbox 0
27548 use_makebox 0
27549 width "12col%"
27550 special "none"
27551 height "1in"
27552 height_special "depth"
27553 status open
27554
27555 \begin_layout Plain Layout
27556 \align center
27557 Marco con altura establecida en 1
27558 \begin_inset space \thinspace{}
27559 \end_inset
27560
27561 Profundidad
27562 \end_layout
27563
27564 \end_inset
27565
27566
27567 \begin_inset Newline newline
27568 \end_inset
27569
27570
27571 \begin_inset Newline newline
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Description
27578 Alto Es la altura del texto que está dentro del marco.
27579  Un valor de, p.
27580 \begin_inset space \thinspace{}
27581 \end_inset
27582
27583 e.
27584 \begin_inset space ~
27585 \end_inset
27586
27587 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27588  
27589 \begin_inset Box Boxed
27590 position "c"
27591 hor_pos "c"
27592 has_inner_box 1
27593 inner_pos "c"
27594 use_parbox 0
27595 use_makebox 0
27596 width "20col%"
27597 special "none"
27598 height "2in"
27599 height_special "height"
27600 status open
27601
27602 \begin_layout Plain Layout
27603 \align center
27604 Marco con altura puesta en 2
27605 \begin_inset space \thinspace{}
27606 \end_inset
27607
27608 Alto
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \begin_layout Description
27617 Alto
27618 \begin_inset space ~
27619 \end_inset
27620
27621 total Esto es el Alto
27622 \begin_inset space \thinspace{}
27623 \end_inset
27624
27625 +
27626 \begin_inset space \thinspace{}
27627 \end_inset
27628
27629 Profundidad: 
27630 \begin_inset Box Boxed
27631 position "c"
27632 hor_pos "c"
27633 has_inner_box 1
27634 inner_pos "c"
27635 use_parbox 0
27636 use_makebox 0
27637 width "20col%"
27638 special "none"
27639 height "1in"
27640 height_special "totalheight"
27641 status open
27642
27643 \begin_layout Plain Layout
27644 \align center
27645 Marco con altura puesta a 1
27646 \begin_inset space \thinspace{}
27647 \end_inset
27648
27649 Alto
27650 \begin_inset space ~
27651 \end_inset
27652
27653 total
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Description
27662 Ancho Esto determina al ancho del marco como altura: 
27663 \begin_inset Box Boxed
27664 position "c"
27665 hor_pos "c"
27666 has_inner_box 1
27667 inner_pos "c"
27668 use_parbox 0
27669 use_makebox 0
27670 width "12col%"
27671 special "none"
27672 height "1in"
27673 height_special "width"
27674 status open
27675
27676 \begin_layout Plain Layout
27677 \align center
27678 Marco con altura puesta en 1
27679 \begin_inset space \thinspace{}
27680 \end_inset
27681
27682 Ancho
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Subsection
27691 Alineación
27692 \begin_inset Index idx
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696 Marcos ! Alineación
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Standard
27705 Si has elegido un 
27706 \family sans
27707 Marco
27708 \begin_inset space ~
27709 \end_inset
27710
27711 interior
27712 \family default
27713 , la alineación vertical del marco puede ser:
27714 \end_layout
27715
27716 \begin_layout Description
27717 Superior Ejemplo de línea de texto.
27718  
27719 \begin_inset Box Boxed
27720 position "t"
27721 hor_pos "c"
27722 has_inner_box 1
27723 inner_pos "c"
27724 use_parbox 0
27725 use_makebox 0
27726 width "12col%"
27727 special "none"
27728 height "1in"
27729 height_special "totalheight"
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733 \align center
27734 marco alineado arriba.
27735 \end_layout
27736
27737 \end_inset
27738
27739  Ejemplo de línea de texto.
27740 \end_layout
27741
27742 \begin_layout Description
27743 Medio Ejemplo de línea de texto.
27744  
27745 \begin_inset Box Boxed
27746 position "c"
27747 hor_pos "c"
27748 has_inner_box 1
27749 inner_pos "c"
27750 use_parbox 0
27751 use_makebox 0
27752 width "12col%"
27753 special "none"
27754 height "1in"
27755 height_special "totalheight"
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 \align center
27760 marco alineado en medio.
27761 \end_layout
27762
27763 \end_inset
27764
27765  Ejemplo de línea de texto.
27766 \end_layout
27767
27768 \begin_layout Description
27769 Inferior Ejemplo de línea de texto.
27770  
27771 \begin_inset Box Boxed
27772 position "b"
27773 hor_pos "c"
27774 has_inner_box 1
27775 inner_pos "c"
27776 use_parbox 0
27777 use_makebox 0
27778 width "12col%"
27779 special "none"
27780 height "1in"
27781 height_special "totalheight"
27782 status collapsed
27783
27784 \begin_layout Plain Layout
27785 \align center
27786 marco alineado abajo.
27787 \end_layout
27788
27789 \end_inset
27790
27791  Ejemplo de línea de texto.
27792 \end_layout
27793
27794 \begin_layout Standard
27795 \begin_inset Note Greyedout
27796 status open
27797
27798 \begin_layout Plain Layout
27799
27800 \series bold
27801 Nota:
27802 \series default
27803  La alineación vertical puede desaparecer en la salida si hay dos marcos
27804  en una línea y, p.
27805 \begin_inset space \thinspace{}
27806 \end_inset
27807
27808 e., uno de ellos tiene sombreado y el otro no.
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 La alineación horizontal del marco puede establecerse en el diálogo de configura
27818 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27819 \end_layout
27820
27821 \begin_layout Standard
27822 \begin_inset VSpace bigskip
27823 \end_inset
27824
27825 Si has escogido un 
27826 \family sans
27827 Marco
27828 \begin_inset space ~
27829 \end_inset
27830
27831 interior
27832 \family default
27833 , el contenido puede alinearse verticalmente a:
27834 \end_layout
27835
27836 \begin_layout Description
27837 Superior Ejemplo de línea de texto.
27838  
27839 \begin_inset Box Boxed
27840 position "c"
27841 hor_pos "c"
27842 has_inner_box 1
27843 inner_pos "t"
27844 use_parbox 0
27845 use_makebox 0
27846 width "12col%"
27847 special "none"
27848 height "1.5in"
27849 height_special "totalheight"
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 \align center
27854 marco con texto alineado arriba.
27855 \end_layout
27856
27857 \end_inset
27858
27859  Ejemplo de línea de texto.
27860 \end_layout
27861
27862 \begin_layout Description
27863 Medio Ejemplo de línea de texto.
27864  
27865 \begin_inset Box Boxed
27866 position "c"
27867 hor_pos "c"
27868 has_inner_box 1
27869 inner_pos "c"
27870 use_parbox 0
27871 use_makebox 0
27872 width "12col%"
27873 special "none"
27874 height "1.5in"
27875 height_special "totalheight"
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 \align center
27880 marco con texto alineado en medio.
27881 \end_layout
27882
27883 \end_inset
27884
27885  Ejemplo de línea de texto.
27886 \end_layout
27887
27888 \begin_layout Description
27889 Inferior Ejemplo de línea de texto.
27890  
27891 \begin_inset Box Boxed
27892 position "c"
27893 hor_pos "c"
27894 has_inner_box 1
27895 inner_pos "b"
27896 use_parbox 0
27897 use_makebox 0
27898 width "12col%"
27899 special "none"
27900 height "1.5in"
27901 height_special "totalheight"
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 \align center
27906 marco con texto alineado abajo.
27907 \end_layout
27908
27909 \end_inset
27910
27911  Ejemplo de línea de texto.
27912 \end_layout
27913
27914 \begin_layout Description
27915 Estirado Ejemplo de línea de texto.
27916  
27917 \begin_inset Box Boxed
27918 position "c"
27919 hor_pos "c"
27920 has_inner_box 1
27921 inner_pos "s"
27922 use_parbox 0
27923 use_makebox 0
27924 width "12col%"
27925 special "none"
27926 height "1.5in"
27927 height_special "totalheight"
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 \align center
27932 Este texto
27933 \end_layout
27934
27935 \begin_layout Plain Layout
27936 \align center
27937 está
27938 \end_layout
27939
27940 \begin_layout Plain Layout
27941 \align center
27942 estirado.
27943 \end_layout
27944
27945 \end_inset
27946
27947  Ejemplo de línea de texto.
27948 \end_layout
27949
27950 \begin_layout Standard
27951 Para estirar el contenido debe tener más de un párrafo.
27952  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27953 \end_layout
27954
27955 \begin_layout Standard
27956 \begin_inset VSpace bigskip
27957 \end_inset
27958
27959 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27960  LyX cuando hayas escogido un 
27961 \family sans
27962 Marco
27963 \begin_inset space ~
27964 \end_inset
27965
27966 interior
27967 \family default
27968 .
27969 \end_layout
27970
27971 \begin_layout Standard
27972 \align center
27973 \begin_inset Box Boxed
27974 position "c"
27975 hor_pos "c"
27976 has_inner_box 1
27977 inner_pos "s"
27978 use_parbox 0
27979 use_makebox 0
27980 width "15col%"
27981 special "none"
27982 height "1.25in"
27983 height_special "totalheight"
27984 status collapsed
27985
27986 \begin_layout Plain Layout
27987 \align left
27988 marco
27989 \end_layout
27990
27991 \begin_layout Plain Layout
27992 \align center
27993 con texto
27994 \end_layout
27995
27996 \begin_layout Plain Layout
27997 \align right
27998 estirado
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 Si no has establecido un 
28008 \family sans
28009 Marco
28010 \begin_inset space ~
28011 \end_inset
28012
28013 interior
28014 \family default
28015 , puedes alinear horizontalmente el contenido del marco en el diálogo de
28016  marcos.
28017 \end_layout
28018
28019 \begin_layout Standard
28020 \align center
28021 \begin_inset Box Boxed
28022 position "c"
28023 hor_pos "s"
28024 has_inner_box 0
28025 inner_pos "s"
28026 use_parbox 0
28027 use_makebox 0
28028 width "90col%"
28029 special "none"
28030 height "1.25in"
28031 height_special "totalheight"
28032 status open
28033
28034 \begin_layout Plain Layout
28035 Texto estirado horizontalmente.
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Subsection
28044 Decoración
28045 \begin_inset CommandInset label
28046 LatexCommand label
28047 name "sec:Decoración"
28048
28049 \end_inset
28050
28051
28052 \begin_inset Index idx
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056 Marcos ! Decoración
28057 \end_layout
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \begin_layout Standard
28065 El estilo de borde del marco se puede determinar en la lista desplegable
28066  
28067 \family sans
28068 Tipo
28069 \family default
28070  del diálogo de marcos.
28071  Son posibles los siguientes bordes:
28072 \end_layout
28073
28074 \begin_layout Description
28075 Sin
28076 \begin_inset space ~
28077 \end_inset
28078
28079 borde No se dibuja ninguno.
28080 \end_layout
28081
28082 \begin_layout Description
28083 Borde
28084 \begin_inset space ~
28085 \end_inset
28086
28087 rectangular
28088 \begin_inset space ~
28089 \end_inset
28090
28091 sencillo Dibuja un borde rectangular alrededor del marco.
28092  El grosor del borde depende de 
28093 \series bold
28094
28095 \backslash
28096 fboxrule
28097 \series default
28098 .
28099  
28100 \begin_inset Box Boxed
28101 position "c"
28102 hor_pos "c"
28103 has_inner_box 1
28104 inner_pos "c"
28105 use_parbox 0
28106 use_makebox 0
28107 width "25col%"
28108 special "none"
28109 height "1in"
28110 height_special "totalheight"
28111 status open
28112
28113 \begin_layout Plain Layout
28114 \align center
28115 Marco rectangular
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Description
28124 Borde
28125 \begin_inset space ~
28126 \end_inset
28127
28128 ovalado,
28129 \begin_inset space ~
28130 \end_inset
28131
28132 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
28133 \begin_inset space \thinspace{}
28134 \end_inset
28135
28136 pt.
28137  
28138 \begin_inset Box ovalbox
28139 position "c"
28140 hor_pos "c"
28141 has_inner_box 1
28142 inner_pos "c"
28143 use_parbox 0
28144 use_makebox 0
28145 width "25col%"
28146 special "none"
28147 height "1in"
28148 height_special "totalheight"
28149 status open
28150
28151 \begin_layout Plain Layout
28152 \align center
28153 Borde ovalado, fino
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \end_layout
28160
28161 \begin_layout Description
28162 Borde
28163 \begin_inset space ~
28164 \end_inset
28165
28166 ovalado,
28167 \begin_inset space ~
28168 \end_inset
28169
28170 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
28171 \begin_inset space \thinspace{}
28172 \end_inset
28173
28174 pt.
28175  
28176 \begin_inset Box Ovalbox
28177 position "c"
28178 hor_pos "c"
28179 has_inner_box 1
28180 inner_pos "c"
28181 use_parbox 0
28182 use_makebox 0
28183 width "30col%"
28184 special "none"
28185 height "1in"
28186 height_special "totalheight"
28187 status open
28188
28189 \begin_layout Plain Layout
28190 \align center
28191 Borde ovalado, grueso
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Description
28200 Borde
28201 \begin_inset space ~
28202 \end_inset
28203
28204 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
28205  El grosor de la línea tiene el tamaño dado por 
28206 \series bold
28207
28208 \backslash
28209 fboxrule
28210 \series default
28211 , la sombra tiene una anchura de 4
28212 \begin_inset space \thinspace{}
28213 \end_inset
28214
28215 pt.
28216  
28217 \begin_inset Box Shadowbox
28218 position "c"
28219 hor_pos "c"
28220 has_inner_box 1
28221 inner_pos "c"
28222 use_parbox 0
28223 use_makebox 0
28224 width "20col%"
28225 special "none"
28226 height "1in"
28227 height_special "totalheight"
28228 status open
28229
28230 \begin_layout Plain Layout
28231 \align center
28232 Borde sombrado
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \begin_layout Description
28241 Fondo
28242 \begin_inset space ~
28243 \end_inset
28244
28245 coloreado Dibuja un cuadro con fondo de color rojo.
28246  A diferencia de los cuadros coloreados,
28247 \begin_inset Foot
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251 véase sec.
28252  
28253 \begin_inset CommandInset ref
28254 LatexCommand ref
28255 reference "sec:Marcos-Coloreados"
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \end_inset
28263
28264  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28265 \begin_inset Box Shaded
28266 position "t"
28267 hor_pos "c"
28268 has_inner_box 0
28269 inner_pos "t"
28270 use_parbox 0
28271 use_makebox 0
28272 width "50col%"
28273 special "none"
28274 height "1in"
28275 height_special "totalheight"
28276 status open
28277
28278 \begin_layout Plain Layout
28279 Cuadro con fondo sombreado
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \begin_layout Description
28288 Borde
28289 \begin_inset space ~
28290 \end_inset
28291
28292 rectangular
28293 \begin_inset space ~
28294 \end_inset
28295
28296 doble Dibuja un rectángulo de línea doble alrededor.
28297  El grosor de la línea interior es 0.75
28298 \begin_inset space \thinspace{}
28299 \end_inset
28300
28301
28302 \series bold
28303
28304 \backslash
28305 fboxrule
28306 \series default
28307 , el de la línea exterior es 1.5
28308 \begin_inset space \thinspace{}
28309 \end_inset
28310
28311
28312 \series bold
28313
28314 \backslash
28315 fboxrule
28316 \series default
28317 .
28318  La distancia entre líneas es 1.5
28319 \begin_inset space \thinspace{}
28320 \end_inset
28321
28322
28323 \series bold
28324
28325 \backslash
28326 fboxrule
28327 \series default
28328
28329 \begin_inset space \thinspace{}
28330 \end_inset
28331
28332 +
28333 \begin_inset space \thinspace{}
28334 \end_inset
28335
28336 0.5
28337 \begin_inset space \thinspace{}
28338 \end_inset
28339
28340 pt.
28341  
28342 \begin_inset Box Doublebox
28343 position "c"
28344 hor_pos "c"
28345 has_inner_box 1
28346 inner_pos "c"
28347 use_parbox 0
28348 use_makebox 0
28349 width "20col%"
28350 special "none"
28351 height "1in"
28352 height_special "totalheight"
28353 status open
28354
28355 \begin_layout Plain Layout
28356 \align center
28357 Borde doble
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Standard
28366 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
28367  Para poder utilizar los distintos bordes, debe estar instalado el paquete
28368  LaTeX 
28369 \series bold
28370 fancybox
28371 \series default
28372
28373 \begin_inset Index idx
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377 LaTeX-paquetes ! fancybox
28378 \end_layout
28379
28380 \end_inset
28381
28382 .
28383 \end_layout
28384
28385 \begin_layout Standard
28386 \begin_inset VSpace bigskip
28387 \end_inset
28388
28389 Si usas la decoración 
28390 \family sans
28391 borde rectangular sencillo
28392 \family default
28393  sin marco interior, puedes permitir saltos de página dentro del marco.
28394  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
28395  el borde usa siempre todo el ancho de columna, el marco se establece como
28396  su párrafo propio y 
28397 \series bold
28398
28399 \backslash
28400 fboxrule
28401 \series default
28402  y 
28403 \series bold
28404
28405 \backslash
28406 fboxsep
28407 \series default
28408  no funcionan.
28409  El grosor del borde tiene el tamaño de 
28410 \series bold
28411
28412 \backslash
28413 FrameRule
28414 \series default
28415 .
28416 \begin_inset Box Framed
28417 position "t"
28418 hor_pos "c"
28419 has_inner_box 0
28420 inner_pos "t"
28421 use_parbox 0
28422 use_makebox 0
28423 width "100col%"
28424 special "none"
28425 height "1in"
28426 height_special "totalheight"
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 Cuadro que permite saltos de página
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Section
28439 Personalización de marcos
28440 \begin_inset Index idx
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444 Marcos ! Personalizar
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 El valor predeterminado por 
28454 \series bold
28455
28456 \backslash
28457 fboxrule
28458 \series default
28459  es 0.4
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 pt.
28464  Puede cambiarse con el siguiente comando en código TeX, p.
28465 \begin_inset space \thinspace{}
28466 \end_inset
28467
28468 e.
28469 \begin_inset space ~
28470 \end_inset
28471
28472 a
28473 \begin_inset space ~
28474 \end_inset
28475
28476 2
28477 \begin_inset space \thinspace{}
28478 \end_inset
28479
28480 pt:
28481 \end_layout
28482
28483 \begin_layout Standard
28484
28485 \series bold
28486
28487 \backslash
28488 setlength{
28489 \backslash
28490 fboxrule}{2pt}
28491 \end_layout
28492
28493 \begin_layout Standard
28494 \begin_inset ERT
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498
28499
28500 \backslash
28501 setlength{
28502 \backslash
28503 fboxrule}{2pt}
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \begin_inset Box Boxed
28510 position "c"
28511 hor_pos "c"
28512 has_inner_box 1
28513 inner_pos "c"
28514 use_parbox 0
28515 use_makebox 0
28516 width "25col%"
28517 special "none"
28518 height "1in"
28519 height_special "totalheight"
28520 status open
28521
28522 \begin_layout Plain Layout
28523 \align center
28524 Marco rectangular con 
28525 \series bold
28526
28527 \backslash
28528 fboxrule
28529 \series default
28530
28531 \begin_inset space \thinspace{}
28532 \end_inset
28533
28534 =
28535 \begin_inset space \thinspace{}
28536 \end_inset
28537
28538 2
28539 \begin_inset space \thinspace{}
28540 \end_inset
28541
28542 pt
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \begin_inset ERT
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552
28553
28554 \backslash
28555 setlength{
28556 \backslash
28557 fboxrule}{0.4pt}
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Standard
28566 \begin_inset VSpace bigskip
28567 \end_inset
28568
28569 El espacio entre el borde y el contenido del cuadro es 3
28570 \begin_inset space \thinspace{}
28571 \end_inset
28572
28573 pt por omisión para todos los estilos.
28574  Se puede cambiar mediante la longitud 
28575 \series bold
28576
28577 \backslash
28578 fboxsep
28579 \series default
28580 .
28581  Por ejemplo el comando
28582 \end_layout
28583
28584 \begin_layout Standard
28585
28586 \series bold
28587
28588 \backslash
28589 setlength{
28590 \backslash
28591 fboxsep}{10pt}
28592 \end_layout
28593
28594 \begin_layout Standard
28595 determina un valor de 10
28596 \begin_inset space \thinspace{}
28597 \end_inset
28598
28599 pt, como en el siguiente marco:
28600 \end_layout
28601
28602 \begin_layout Standard
28603 \begin_inset ERT
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607
28608
28609 \backslash
28610 setlength{
28611 \backslash
28612 fboxsep}{10pt}
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \begin_inset Box Boxed
28619 position "c"
28620 hor_pos "c"
28621 has_inner_box 1
28622 inner_pos "c"
28623 use_parbox 0
28624 use_makebox 0
28625 width "25col%"
28626 special "none"
28627 height "1in"
28628 height_special "totalheight"
28629 status open
28630
28631 \begin_layout Plain Layout
28632 \align center
28633 Marco rectangular con 
28634 \series bold
28635
28636 \backslash
28637 fboxsep
28638 \series default
28639
28640 \begin_inset space \thinspace{}
28641 \end_inset
28642
28643 =
28644 \begin_inset space \thinspace{}
28645 \end_inset
28646
28647 10
28648 \begin_inset space \thinspace{}
28649 \end_inset
28650
28651 pt
28652 \end_layout
28653
28654 \end_inset
28655
28656
28657 \begin_inset ERT
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661
28662
28663 \backslash
28664 setlength{
28665 \backslash
28666 fboxsep}{3pt}
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset VSpace bigskip
28676 \end_inset
28677
28678 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28679  el comando 
28680 \series bold
28681
28682 \backslash
28683 cornersize
28684 \series default
28685 .
28686  El comando
28687 \end_layout
28688
28689 \begin_layout Standard
28690
28691 \series bold
28692
28693 \backslash
28694 cornersize*{1cm}
28695 \end_layout
28696
28697 \begin_layout Standard
28698 establece un diámetro de 1
28699 \begin_inset space \thinspace{}
28700 \end_inset
28701
28702 cm.
28703  El comando
28704 \end_layout
28705
28706 \begin_layout Standard
28707
28708 \series bold
28709
28710 \backslash
28711 cornersize{num}
28712 \end_layout
28713
28714 \begin_layout Standard
28715 fija el diámetro en 
28716 \family sans
28717 num
28718 \begin_inset space \thinspace{}
28719 \end_inset
28720
28721 ×
28722 \begin_inset space \thinspace{}
28723 \end_inset
28724
28725 mínimo
28726 \family default
28727  
28728 \family sans
28729 (ancho y alto del marco)
28730 \family default
28731 .
28732  Por omisión es 
28733 \series bold
28734
28735 \backslash
28736 cornersize{0.5}
28737 \series default
28738 .
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 cornersize*{1.5cm}
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \begin_inset Box Ovalbox
28756 position "c"
28757 hor_pos "c"
28758 has_inner_box 1
28759 inner_pos "c"
28760 use_parbox 0
28761 use_makebox 0
28762 width "28col%"
28763 special "none"
28764 height "1in"
28765 height_special "totalheight"
28766 status open
28767
28768 \begin_layout Plain Layout
28769 \align center
28770 Marco ovalado con 
28771 \series bold
28772
28773 \backslash
28774 cornersize
28775 \series default
28776
28777 \begin_inset space \thinspace{}
28778 \end_inset
28779
28780 =
28781 \begin_inset space \thinspace{}
28782 \end_inset
28783
28784 1.5
28785 \begin_inset space \thinspace{}
28786 \end_inset
28787
28788 cm
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799
28800 \backslash
28801 cornersize{0.5}
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810 \begin_inset VSpace bigskip
28811 \end_inset
28812
28813 El tamaño de la sombra se puede ajustar cambiando la longitud 
28814 \series bold
28815
28816 \backslash
28817 shadowsize
28818 \series default
28819 .
28820  Este comando la ajusta a 2
28821 \begin_inset space \thinspace{}
28822 \end_inset
28823
28824 pt en el marco siguiente:
28825 \end_layout
28826
28827 \begin_layout Standard
28828
28829 \series bold
28830
28831 \backslash
28832 setlength{
28833 \backslash
28834 shadowsize}{2pt}
28835 \end_layout
28836
28837 \begin_layout Standard
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843
28844 \backslash
28845 setlength{
28846 \backslash
28847 shadowsize}{2pt}
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \begin_inset Box Shadowbox
28854 position "c"
28855 hor_pos "c"
28856 has_inner_box 1
28857 inner_pos "c"
28858 use_parbox 0
28859 use_makebox 0
28860 width "28col%"
28861 special "none"
28862 height "1in"
28863 height_special "totalheight"
28864 status open
28865
28866 \begin_layout Plain Layout
28867 \align center
28868 Borde sombreado con 
28869 \series bold
28870
28871 \backslash
28872 shadowsize
28873 \series default
28874
28875 \begin_inset space \thinspace{}
28876 \end_inset
28877
28878 =
28879 \begin_inset space \thinspace{}
28880 \end_inset
28881
28882 2
28883 \begin_inset space \thinspace{}
28884 \end_inset
28885
28886 pt
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897
28898 \backslash
28899 setlength{
28900 \backslash
28901 shadowsize}{4pt}
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Standard
28910 \begin_inset VSpace bigskip
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 Por omisión, el tamaño 
28918 \series bold
28919
28920 \backslash
28921 FrameRule
28922 \series default
28923  es 0,4
28924 \begin_inset space \thinspace{}
28925 \end_inset
28926
28927 pt.
28928  El espacio por omisión entre el contenido de la nota y el marco es 9
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 pt; puede cambiarse con el valor de 
28933 \series bold
28934
28935 \backslash
28936 FrameSep
28937 \series default
28938 .
28939  Por ejemplo, el borde del marco siguiente se establece con los comandos
28940  en código TeX
28941 \end_layout
28942
28943 \begin_layout Standard
28944
28945 \series bold
28946
28947 \backslash
28948 setlength{
28949 \backslash
28950 FrameRule}{5pt}
28951 \begin_inset Newline newline
28952 \end_inset
28953
28954
28955 \backslash
28956 setlength{
28957 \backslash
28958 FrameSep}{0.5cm}
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset ERT
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966
28967
28968 \backslash
28969 setlength{
28970 \backslash
28971 FrameRule}{5pt}
28972 \end_layout
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 setlength{
28979 \backslash
28980 FrameSep}{0.5cm}
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \begin_inset Box Framed
28987 position "t"
28988 hor_pos "c"
28989 has_inner_box 0
28990 inner_pos "t"
28991 use_parbox 0
28992 use_makebox 0
28993 width "100col%"
28994 special "none"
28995 height "1in"
28996 height_special "totalheight"
28997 status open
28998
28999 \begin_layout Plain Layout
29000 Texto en un marco con borde sencillo de 5
29001 \begin_inset space \thinspace{}
29002 \end_inset
29003
29004 pt.
29005  que permite
29006 \family sans
29007  
29008 \family default
29009 salto de página.
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \begin_inset ERT
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019
29020
29021 \backslash
29022 setlength{
29023 \backslash
29024 FrameRule}{0.4pt}
29025 \end_layout
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 setlength{
29032 \backslash
29033 FrameSep}{9pt}
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042 \begin_inset VSpace bigskip
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 Para los marcos con 
29050 \family sans
29051 fondo
29052 \begin_inset space ~
29053 \end_inset
29054
29055 coloreado
29056 \family default
29057  el espacio por omisión entre el contenido y el borde es 3
29058 \begin_inset space \thinspace{}
29059 \end_inset
29060
29061 pt; se puede cambiar con el valor de 
29062 \series bold
29063
29064 \backslash
29065 fboxsep
29066 \series default
29067 .
29068  El color rojo predeterminado se puede cambiar en el sitio con el comando
29069  
29070 \series bold
29071
29072 \backslash
29073 definecolor{shadecolor}
29074 \series default
29075  o globalmente con el menú 
29076 \family sans
29077 Herramientas
29078 \family default
29079 \SpecialChar \menuseparator
29080
29081 \family sans
29082 Preferencias
29083 \family default
29084 \SpecialChar \menuseparator
29085
29086 \family sans
29087 Colores
29088 \family default
29089 \SpecialChar \menuseparator
29090
29091 \family sans
29092 marco
29093 \begin_inset space ~
29094 \end_inset
29095
29096 coloreado
29097 \family default
29098 .
29099  El esquema del comando 
29100 \series bold
29101
29102 \backslash
29103 definecolor
29104 \series default
29105  se explica en la sección
29106 \begin_inset space ~
29107 \end_inset
29108
29109
29110 \begin_inset CommandInset ref
29111 LatexCommand ref
29112 reference "sec:Cuadros-Coloreados"
29113
29114 \end_inset
29115
29116 .
29117 \begin_inset Foot
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121 El comando 
29122 \series bold
29123
29124 \backslash
29125 definecolor
29126 \series default
29127  requiere el paquete LaTeX 
29128 \series bold
29129 color
29130 \series default
29131  en el preámbulo, véase la sección
29132 \begin_inset space ~
29133 \end_inset
29134
29135
29136 \begin_inset CommandInset ref
29137 LatexCommand ref
29138 reference "sec:Marcos-Coloreados"
29139
29140 \end_inset
29141
29142 .
29143 \end_layout
29144
29145 \end_inset
29146
29147  Por ejemplo, la nota siguiente se define con los comandos en código TeX
29148 \end_layout
29149
29150 \begin_layout Standard
29151
29152 \series bold
29153
29154 \backslash
29155 setlength{
29156 \backslash
29157 fboxsep}{0.5cm}
29158 \series default
29159
29160 \begin_inset Newline newline
29161 \end_inset
29162
29163
29164 \series bold
29165
29166 \backslash
29167 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29168 \end_layout
29169
29170 \begin_layout Standard
29171 \begin_inset ERT
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175
29176
29177 \backslash
29178 setlength{
29179 \backslash
29180 fboxsep}{0.5cm}
29181 \end_layout
29182
29183 \begin_layout Plain Layout
29184
29185
29186 \backslash
29187 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \begin_inset Box Shaded
29194 position "t"
29195 hor_pos "c"
29196 has_inner_box 0
29197 inner_pos "t"
29198 use_parbox 0
29199 use_makebox 0
29200 width "100col%"
29201 special "none"
29202 height "1in"
29203 height_special "totalheight"
29204 status open
29205
29206 \begin_layout Plain Layout
29207
29208 \color yellow
29209 Texto amarillo en un marco con fondo coloreado en verde oscuro.
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219
29220
29221 \backslash
29222 setlength{
29223 \backslash
29224 fboxsep}{3pt}
29225 \end_layout
29226
29227 \begin_layout Plain Layout
29228
29229
29230 \backslash
29231 definecolor{shadecolor}{rgb}{1,0,0}
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 \begin_inset VSpace bigskip
29241 \end_inset
29242
29243 Los cambios en las dimensiones son válidos para todos los marcos que siguen
29244  a los comandos.
29245 \end_layout
29246
29247 \begin_layout Section
29248 Minipáginas
29249 \begin_inset CommandInset label
29250 LatexCommand label
29251 name "sec:Minipáginas"
29252
29253 \end_inset
29254
29255
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Marcos ! Minipáginas
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29270  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29275 \end_layout
29276
29277 \begin_layout Standard
29278 A continuación hay dos ejemplos de minipáginas adosadas.
29279  Su anchura está puesta en 45
29280 \begin_inset space \thinspace{}
29281 \end_inset
29282
29283 % y separadas por un relleno horizontal, insertado mediante el menú 
29284 \family sans
29285 Insertar\SpecialChar \menuseparator
29286 Formato\SpecialChar \menuseparator
29287 Relleno
29288 \begin_inset space ~
29289 \end_inset
29290
29291 horizontal
29292 \family default
29293 .
29294 \end_layout
29295
29296 \begin_layout Standard
29297 \begin_inset Box Frameless
29298 position "t"
29299 hor_pos "c"
29300 has_inner_box 1
29301 inner_pos "c"
29302 use_parbox 0
29303 use_makebox 0
29304 width "45col%"
29305 special "none"
29306 height "1in"
29307 height_special "totalheight"
29308 status open
29309
29310 \begin_layout Plain Layout
29311
29312 \lang german
29313 Dies ist ein deutscher Text.
29314  Dies ist ein deutscher Text.
29315  Dies ist ein deutscher Text.
29316  Dies ist ein deutscher Text.
29317  Dies ist ein deutscher Text.
29318  Dies ist ein deutscher Text.
29319  Dies ist ein deutscher Text.
29320  Dies ist ein deutscher Text.
29321  Dies ist ein deutscher Text.
29322  Dies ist ein deutscher Text.
29323  Dies ist ein deutscher Text.
29324  Dies ist ein deutscher Text.
29325  Dies ist ein deutscher Text
29326 \begin_inset Foot
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330
29331 \lang german
29332 Dies ist eine deutsche Fußnote.
29333 \end_layout
29334
29335 \end_inset
29336
29337 .
29338  Dies ist ein deutscher Text.
29339  Dies ist ein deutscher Text.
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \begin_inset space \hfill{}
29346 \end_inset
29347
29348
29349 \begin_inset Box Frameless
29350 position "t"
29351 hor_pos "c"
29352 has_inner_box 1
29353 inner_pos "c"
29354 use_parbox 0
29355 use_makebox 0
29356 width "45col%"
29357 special "none"
29358 height "1in"
29359 height_special "totalheight"
29360 status open
29361
29362 \begin_layout Plain Layout
29363
29364 \lang english
29365 This is an English Text.
29366  This is an English Text.
29367  This is an English Text.
29368  This is an English Text.
29369  This is an English Text.
29370  This is an English Text.
29371  This is an English Text.
29372  This is an English Text.
29373  This is an English Text.
29374  This is an English Text.
29375  This is an English Text.
29376  This is an English Text.
29377  This is an English Text.
29378  This is an English Text.
29379  This is an English Text.
29380  This is an English Text.
29381 \begin_inset Foot
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386 \lang english
29387 This is an English footnote.
29388 \end_layout
29389
29390 \end_inset
29391
29392  This is an English Text.
29393  
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 \begin_inset VSpace bigskip
29403 \end_inset
29404
29405 La configuración global de párrafos se ignora en las minipáginas.
29406  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29407  pongas p.
29408 \begin_inset space \thinspace{}
29409 \end_inset
29410
29411 e.
29412 \begin_inset space ~
29413 \end_inset
29414
29415
29416 \family sans
29417 Salto
29418 \begin_inset space ~
29419 \end_inset
29420
29421 medio
29422 \family default
29423  en la configuración del documento.
29424 \end_layout
29425
29426 \begin_layout Standard
29427 Las minipáginas también sirven para poner un color de fondo para partes
29428  de texto, véase sección
29429 \begin_inset space ~
29430 \end_inset
29431
29432
29433 \begin_inset CommandInset ref
29434 LatexCommand ref
29435 reference "sub:Color-en-Párrafos"
29436
29437 \end_inset
29438
29439 .
29440 \end_layout
29441
29442 \begin_layout Standard
29443 \begin_inset Note Greyedout
29444 status open
29445
29446 \begin_layout Plain Layout
29447
29448 \series bold
29449 Nota:
29450 \series default
29451  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29452  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Section
29461 Marcos de párrafo
29462 \begin_inset CommandInset label
29463 LatexCommand label
29464 name "sec:Marcos-de-Párrafo"
29465
29466 \end_inset
29467
29468
29469 \begin_inset Index idx
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 Marcos ! de párrafo
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \begin_layout Standard
29482 Los marcos de párrafo son similares a las minipáginas con la diferencia
29483  de que no pueden contener notas al pie.
29484 \end_layout
29485
29486 \begin_layout Standard
29487 \align center
29488 \begin_inset Box Frameless
29489 position "t"
29490 hor_pos "c"
29491 has_inner_box 1
29492 inner_pos "t"
29493 use_parbox 1
29494 use_makebox 0
29495 width "33col%"
29496 special "none"
29497 height "1in"
29498 height_special "totalheight"
29499 status open
29500
29501 \begin_layout Plain Layout
29502 Texto en un marco de párrafo.
29503  Texto en un marco de párrafo.
29504  Esta nota no aparece:
29505 \begin_inset Foot
29506 status open
29507
29508 \begin_layout Plain Layout
29509 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Section
29523 Marcos para palabras y caracteres
29524 \begin_inset Index idx
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 Marcos ! para palabras y caracteres
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \begin_layout Subsection
29537 Evitar la partición de palabras
29538 \begin_inset CommandInset label
29539 LatexCommand label
29540 name "sec:Evitar-la-Partición"
29541
29542 \end_inset
29543
29544
29545 \begin_inset Index idx
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Marcos ! para evitar partición de palabras
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 El marco tipo 
29559 \family sans
29560 Marco de línea
29561 \family default
29562  sirve para evitar que una palabra sea partida con guión.
29563 \begin_inset Newline newline
29564 \end_inset
29565
29566 He aquí un ejemplo:
29567 \end_layout
29568
29569 \begin_layout Standard
29570 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29571 palabra».
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29576  un marco, establece el 
29577 \family sans
29578 Marco interior
29579 \family default
29580  en 
29581 \family sans
29582 Marco de línea
29583 \family default
29584  y el ancho en 
29585 \family sans
29586 1
29587 \begin_inset space \thinspace{}
29588 \end_inset
29589
29590 Ancho
29591 \family default
29592 .
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Este es el resultado:
29597 \end_layout
29598
29599 \begin_layout Standard
29600 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29601 \begin_inset Box Frameless
29602 position "t"
29603 hor_pos "c"
29604 has_inner_box 1
29605 inner_pos "t"
29606 use_parbox 0
29607 use_makebox 1
29608 width "1in"
29609 special "width"
29610 height "1in"
29611 height_special "totalheight"
29612 status open
29613
29614 \begin_layout Plain Layout
29615 «estalarguísimapalabra»
29616 \end_layout
29617
29618 \end_inset
29619
29620 .
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Como alternativa puedes poner el comando «
29625 \series bold
29626
29627 \backslash
29628 -
29629 \series default
29630 » en código TeX directamente antes de la palabra:
29631 \end_layout
29632
29633 \begin_layout Standard
29634 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29635 \begin_inset ERT
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639
29640
29641 \backslash
29642 -
29643 \end_layout
29644
29645 \end_inset
29646
29647 estalarguísimapalabra».
29648 \end_layout
29649
29650 \begin_layout Standard
29651 Por supuesto, la palabra sobresale del margen.
29652  Para evitarlo añade, con el menú 
29653 \family sans
29654 Insertar\SpecialChar \menuseparator
29655 Formato\SpecialChar \menuseparator
29656 Salto
29657 \begin_inset space ~
29658 \end_inset
29659
29660 de
29661 \begin_inset space ~
29662 \end_inset
29663
29664 línea
29665 \begin_inset space ~
29666 \end_inset
29667
29668 cortada
29669 \family default
29670  (atajo 
29671 \family sans
29672 Ctrl+Entrar
29673 \family default
29674 ), un salto de línea antes de la palabra:
29675 \end_layout
29676
29677 \begin_layout Standard
29678 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29679 \begin_inset Newline newline
29680 \end_inset
29681
29682
29683 \begin_inset Box Frameless
29684 position "t"
29685 hor_pos "c"
29686 has_inner_box 1
29687 inner_pos "t"
29688 use_parbox 0
29689 use_makebox 1
29690 width "1in"
29691 special "width"
29692 height "1in"
29693 height_special "totalheight"
29694 status open
29695
29696 \begin_layout Plain Layout
29697 «estalarguísimapalabra»
29698 \end_layout
29699
29700 \end_inset
29701
29702 .
29703 \end_layout
29704
29705 \begin_layout Subsection
29706 Alineación vertical
29707 \begin_inset CommandInset label
29708 LatexCommand label
29709 name "sub:Alineación-Vertical"
29710
29711 \end_inset
29712
29713
29714 \begin_inset Index idx
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718 Marcos ! para alineación vertical
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Standard
29727 Con ayuda del comando 
29728 \series bold
29729
29730 \backslash
29731 raisebox
29732 \series default
29733  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29734  
29735 \series bold
29736
29737 \backslash
29738 raisebox
29739 \series default
29740  se utiliza según el esquema:
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29749 \end_layout
29750
29751 \begin_layout Standard
29752 La elevación puede ser un valor positivo para subir el marco o negativo
29753  para bajarlo.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 Para alinear una palabra, p.
29758 \begin_inset space \thinspace{}
29759 \end_inset
29760
29761 e
29762 \begin_inset space ~
29763 \end_inset
29764
29765 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29766  en la línea de base, inserta el comando
29767 \end_layout
29768
29769 \begin_layout Standard
29770
29771 \series bold
29772
29773 \backslash
29774 raisebox{
29775 \backslash
29776 depth}{
29777 \end_layout
29778
29779 \begin_layout Standard
29780 en código TeX antes de la palabra.
29781  Detrás de la palabra inserta una llave de cierre «
29782 \series bold
29783 }
29784 \series default
29785 » en código TeX.
29786 \begin_inset Newline newline
29787 \end_inset
29788
29789 Este es el resultado:
29790 \end_layout
29791
29792 \begin_layout Standard
29793 Esto es una línea de texto con la palabra 
29794 \begin_inset ERT
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798
29799
29800 \backslash
29801 raisebox{
29802 \backslash
29803 depth}{
29804 \end_layout
29805
29806 \end_inset
29807
29808 «prevención»
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814 }
29815 \end_layout
29816
29817 \end_inset
29818
29819  elevada.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset VSpace bigskip
29824 \end_inset
29825
29826 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29827 \end_layout
29828
29829 \begin_layout Standard
29830 Esto es una línea de texto con la palabra 
29831 \begin_inset ERT
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835
29836
29837 \backslash
29838 raisebox{-
29839 \backslash
29840 depth}{
29841 \end_layout
29842
29843 \end_inset
29844
29845 «prevención»
29846 \begin_inset ERT
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850
29851 }
29852 \end_layout
29853
29854 \end_inset
29855
29856  bajada.
29857 \begin_inset Newline newline
29858 \end_inset
29859
29860 Esto es una línea de texto con la palabra 
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865
29866
29867 \backslash
29868 raisebox{0.5cm}{
29869 \end_layout
29870
29871 \end_inset
29872
29873 «testigo»
29874 \begin_inset ERT
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878
29879 }
29880 \end_layout
29881
29882 \end_inset
29883
29884  elevada.
29885 \end_layout
29886
29887 \begin_layout Standard
29888 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29889  Por ejemplo
29890 \end_layout
29891
29892 \begin_layout Standard
29893
29894 \series bold
29895
29896 \backslash
29897 raisebox{-
29898 \backslash
29899 depth}[0pt]{
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Esto es una línea de texto con la palabra 
29904 \begin_inset ERT
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908
29909
29910 \backslash
29911 raisebox{-
29912 \backslash
29913 depth}[0pt]{
29914 \end_layout
29915
29916 \end_inset
29917
29918 «prevención»
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923
29924 }
29925 \end_layout
29926
29927 \end_inset
29928
29929  bajada.
29930 \begin_inset Newline newline
29931 \end_inset
29932
29933 Esto es una línea de texto con la palabra 
29934 \begin_inset ERT
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938
29939
29940 \backslash
29941 raisebox{0.5cm}[0pt]{
29942 \end_layout
29943
29944 \end_inset
29945
29946 «testigo»
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952 }
29953 \end_layout
29954
29955 \end_inset
29956
29957  elevada.
29958 \end_layout
29959
29960 \begin_layout Section
29961 Marcos coloreados
29962 \begin_inset CommandInset label
29963 LatexCommand label
29964 name "sec:Marcos-Coloreados"
29965
29966 \end_inset
29967
29968
29969 \begin_inset Index idx
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 Marcos ! Colorear
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Subsection
29982 Colorear el fondo de un texto
29983 \begin_inset Index idx
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Color ! de fondo en un texto
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
29997  Esto requiere cargar el paquete LaTeX 
29998 \series bold
29999 color
30000 \series default
30001
30002 \begin_inset Index idx
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006 LaTeX-paquetes ! color
30007 \end_layout
30008
30009 \end_inset
30010
30011  en el preámbulo del documento con
30012 \end_layout
30013
30014 \begin_layout Standard
30015
30016 \series bold
30017
30018 \backslash
30019 @ifundef\SpecialChar \textcompwordmark{}
30020 ined{textcolor}
30021 \begin_inset Newline newline
30022 \end_inset
30023
30024
30025 \begin_inset Phantom HPhantom
30026 status open
30027
30028 \begin_layout Plain Layout
30029
30030 \series bold
30031 \begin_inset space ~
30032 \end_inset
30033
30034
30035 \end_layout
30036
30037 \end_inset
30038
30039 {
30040 \backslash
30041 usepackage{color}}{}
30042 \end_layout
30043
30044 \begin_layout Standard
30045 LyX cargará automáticamente el paquete 
30046 \series bold
30047 color
30048 \series default
30049  cuando colorees texto.
30050 \begin_inset Foot
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 Para evitar cargarlo dos veces se usa el comando 
30055 \series bold
30056
30057 \backslash
30058 @ifundef\SpecialChar \textcompwordmark{}
30059 ined
30060 \series default
30061 .
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Standard
30070 \begin_inset VSpace medskip
30071 \end_inset
30072
30073 Los marcos coloreados se crean con el comando 
30074 \series bold
30075
30076 \backslash
30077 colorbox
30078 \series default
30079 , de acuerdo con el siguiente esquema:
30080 \end_layout
30081
30082 \begin_layout Standard
30083
30084 \series bold
30085
30086 \backslash
30087 colorbox{color}{contenido del marco}
30088 \end_layout
30089
30090 \begin_layout Standard
30091 El contenido también puede ser un marco y los marcos coloreados también
30092  pueden estar en otros marcos.
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Los siguientes colores están predefinidos:
30097 \begin_inset Newline newline
30098 \end_inset
30099
30100
30101 \family sans
30102 red
30103 \family default
30104
30105 \family sans
30106 green
30107 \family default
30108
30109 \family sans
30110 yellow, blue
30111 \family default
30112
30113 \family sans
30114 cyan
30115 \family default
30116 \series bold
30117 ,
30118 \series default
30119  
30120 \family sans
30121 magenta, black
30122 \family default
30123
30124 \family sans
30125 white
30126 \family default
30127 .
30128 \begin_inset Newline newline
30129 \end_inset
30130
30131 También puedes definir tus propios colores según se explica en la sección
30132 \begin_inset space ~
30133 \end_inset
30134
30135
30136 \begin_inset CommandInset ref
30137 LatexCommand ref
30138 reference "sec:Cuadros-Coloreados"
30139
30140 \end_inset
30141
30142 .
30143 \end_layout
30144
30145 \begin_layout Standard
30146 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
30147 \end_layout
30148
30149 \begin_layout Standard
30150
30151 \series bold
30152
30153 \backslash
30154 colorbox{red}{
30155 \end_layout
30156
30157 \begin_layout Standard
30158 en código TeX antes de la palabra.
30159  Tras la palabra inserta una llave de cierre «
30160 \series bold
30161 }
30162 \series default
30163 » en código TeX.
30164 \begin_inset Newline newline
30165 \end_inset
30166
30167 Este es el resultado:
30168 \end_layout
30169
30170 \begin_layout Standard
30171 Línea en la que la palabra 
30172 \begin_inset ERT
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176
30177
30178 \backslash
30179 colorbox{red}{
30180 \end_layout
30181
30182 \end_inset
30183
30184 «¡Atención!»
30185 \begin_inset ERT
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189
30190 }
30191 \end_layout
30192
30193 \end_inset
30194
30195  tiene fondo rojo.
30196 \end_layout
30197
30198 \begin_layout Standard
30199 \begin_inset VSpace bigskip
30200 \end_inset
30201
30202 Si quieres un borde de distinto color, puedes emplear el comando 
30203 \series bold
30204
30205 \backslash
30206 fcolorbox
30207 \series default
30208  con el esquema siguiente:
30209 \end_layout
30210
30211 \begin_layout Standard
30212
30213 \series bold
30214
30215 \backslash
30216 fcolorbox{color del borde}{color del fondo}{contenido del marco}
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 fcolorbox
30225 \series default
30226  es una extensión de 
30227 \series bold
30228
30229 \backslash
30230 colorbox
30231 \series default
30232 .
30233  El grosor del borde y el espacio entre él y el contenido se puede ajustar
30234  con las longitudes 
30235 \series bold
30236
30237 \backslash
30238 fboxrule
30239 \series default
30240  y 
30241 \series bold
30242
30243 \backslash
30244 fboxsep
30245 \series default
30246 , respectivamente, como se describe en la sección
30247 \begin_inset space ~
30248 \end_inset
30249
30250
30251 \begin_inset CommandInset ref
30252 LatexCommand ref
30253 reference "sec:Decoración"
30254
30255 \end_inset
30256
30257 .
30258 \end_layout
30259
30260 \begin_layout Standard
30261 Para el ejemplo siguiente se ha utilizado el comando
30262 \end_layout
30263
30264 \begin_layout Standard
30265
30266 \series bold
30267
30268 \backslash
30269 fcolorbox{cyan}{magenta}{
30270 \end_layout
30271
30272 \begin_layout Standard
30273 Este es un ejemplo en el que se ha puesto un grosor de 1
30274 \begin_inset space \thinspace{}
30275 \end_inset
30276
30277 mm para la línea del borde:
30278 \begin_inset Newline newline
30279 \end_inset
30280
30281
30282 \begin_inset ERT
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286
30287
30288 \backslash
30289 fboxrule 1mm 
30290 \backslash
30291 fboxsep 1mm
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 fcolorbox{cyan}{magenta}{
30305 \end_layout
30306
30307 \end_inset
30308
30309 Texto en un marco con fondo y borde en distintos colores.
30310 \begin_inset ERT
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314
30315 }
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \begin_inset VSpace bigskip
30325 \end_inset
30326
30327 Por supuesto, también puedes colorear el texto en un marco coloreado:
30328 \begin_inset Newline newline
30329 \end_inset
30330
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 fcolorbox{cyan}{magenta}{
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \color yellow
30346 Marco con texto, fondo y borde en distintos colores.
30347 \color none
30348
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 }
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365
30366 \backslash
30367 fboxrule 0.4pt 
30368 \backslash
30369 fboxsep 3pt
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378
30379 \series bold
30380 \begin_inset VSpace medskip
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \begin_layout Standard
30387 \begin_inset Note Greyedout
30388 status open
30389
30390 \begin_layout Plain Layout
30391
30392 \series bold
30393 Nota:
30394 \series default
30395  El texto en marcos con fondo coloreado no puede tener saltos de línea.
30396  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
30397  coloreado como se describe a continuación.
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Subsection
30406 Colorear el fondo de párrafos
30407 \begin_inset CommandInset label
30408 LatexCommand label
30409 name "sub:Color-en-Párrafos"
30410
30411 \end_inset
30412
30413
30414 \begin_inset Index idx
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418 Color ! en párrafos
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \begin_layout Standard
30427 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30428  Antes de la minipágina inserta el comando 
30429 \series bold
30430
30431 \backslash
30432 colorbox
30433 \series default
30434  en código TeX
30435 \end_layout
30436
30437 \begin_layout Standard
30438
30439 \series bold
30440
30441 \backslash
30442 colorbox{color}{
30443 \end_layout
30444
30445 \begin_layout Standard
30446 Detrás de la minipágina inserta una llave de cierre «
30447 \series bold
30448 }
30449 \series default
30450 », también en código TeX.
30451 \end_layout
30452
30453 \begin_layout Standard
30454 \begin_inset ERT
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458
30459
30460 \backslash
30461 colorbox{grisclaro}{
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \begin_inset Box Frameless
30468 position "t"
30469 hor_pos "c"
30470 has_inner_box 1
30471 inner_pos "t"
30472 use_parbox 0
30473 use_makebox 0
30474 width "100col%"
30475 special "none"
30476 height "1in"
30477 height_special "totalheight"
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481 Texto con color de fondo.
30482  Texto con color de fondo.
30483 \end_layout
30484
30485 \begin_layout Plain Layout
30486 \begin_inset VSpace defskip
30487 \end_inset
30488
30489 El texto puede tener notas al pie
30490 \begin_inset Foot
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494 Otro ejemplo de nota
30495 \end_layout
30496
30497 \end_inset
30498
30499  y puede incluir cuadros y figuras.
30500 \end_layout
30501
30502 \begin_layout Plain Layout
30503 \align center
30504 \begin_inset Tabular
30505 <lyxtabular version="3" rows="3" columns="3">
30506 <features tabularvalignment="middle">
30507 <column alignment="center" valignment="top" width="0">
30508 <column alignment="center" valignment="top" width="0">
30509 <column alignment="center" valignment="top" width="0">
30510 <row>
30511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30512 \begin_inset Text
30513
30514 \begin_layout Plain Layout
30515 a
30516 \end_layout
30517
30518 \end_inset
30519 </cell>
30520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30521 \begin_inset Text
30522
30523 \begin_layout Plain Layout
30524 !
30525 \end_layout
30526
30527 \end_inset
30528 </cell>
30529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30530 \begin_inset Text
30531
30532 \begin_layout Plain Layout
30533 3
30534 \end_layout
30535
30536 \end_inset
30537 </cell>
30538 </row>
30539 <row>
30540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30541 \begin_inset Text
30542
30543 \begin_layout Plain Layout
30544 <
30545 \end_layout
30546
30547 \end_inset
30548 </cell>
30549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30550 \begin_inset Text
30551
30552 \begin_layout Plain Layout
30553 b2
30554 \begin_inset Quotes erd
30555 \end_inset
30556
30557 |
30558 \end_layout
30559
30560 \end_inset
30561 </cell>
30562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566 >
30567 \end_layout
30568
30569 \end_inset
30570 </cell>
30571 </row>
30572 <row>
30573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30574 \begin_inset Text
30575
30576 \begin_layout Plain Layout
30577 1
30578 \end_layout
30579
30580 \end_inset
30581 </cell>
30582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30583 \begin_inset Text
30584
30585 \begin_layout Plain Layout
30586 §
30587 \end_layout
30588
30589 \end_inset
30590 </cell>
30591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30592 \begin_inset Text
30593
30594 \begin_layout Plain Layout
30595 c
30596 \end_layout
30597
30598 \end_inset
30599 </cell>
30600 </row>
30601 </lyxtabular>
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616 }
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \begin_layout Section
30625 Marcos girados y a escala
30626 \end_layout
30627
30628 \begin_layout Standard
30629 Para poder usar los comandos descritos en esta sección hay que cargar el
30630  paquete LaTeX 
30631 \series bold
30632 graphicx
30633 \series default
30634
30635 \begin_inset Index idx
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639 LaTeX-paquetes ! graphicx
30640 \end_layout
30641
30642 \end_inset
30643
30644  en el preámbulo del documento, con el comando
30645 \end_layout
30646
30647 \begin_layout Standard
30648
30649 \series bold
30650
30651 \backslash
30652 @ifundefined{rotatebox}
30653 \begin_inset Newline newline
30654 \end_inset
30655
30656
30657 \begin_inset Phantom HPhantom
30658 status open
30659
30660 \begin_layout Plain Layout
30661
30662 \series bold
30663 \begin_inset space ~
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \end_inset
30670
30671 {
30672 \backslash
30673 usepackage{graphicx}}{}
30674 \end_layout
30675
30676 \begin_layout Standard
30677 \begin_inset Note Greyedout
30678 status open
30679
30680 \begin_layout Plain Layout
30681
30682 \series bold
30683 Nota: 
30684 \series default
30685 Algunos visores DVI no pueden mostrar material girado o a escala.
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 \begin_inset Note Greyedout
30695 status open
30696
30697 \begin_layout Plain Layout
30698
30699 \series bold
30700 Nota:
30701 \series default
30702  Los marcos girados o a escala no pueden contener flotantes.
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Subsection
30711 Marcos girados
30712 \begin_inset Index idx
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716 Marcos ! Girar
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset Index idx
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726 Material rotado
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset Index idx
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736 Figuras ! Rotar
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \begin_inset Index idx
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746 Cuadros ! Girar
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \begin_layout Standard
30755 Para girar material debes ponerlo en un marco girado.
30756  Los marcos girados se crean con el comando 
30757 \series bold
30758
30759 \backslash
30760 rotatebox
30761 \series default
30762  en código TeX, según el esquema:
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30771 \end_layout
30772
30773 \begin_layout Standard
30774 El origen de rotación se especifica en la forma 
30775 \series bold
30776 origin=position
30777 \series default
30778 .
30779  Son posibles las posiciones siguientes: 
30780 \emph on
30781 c
30782 \emph default
30783  (center), 
30784 \emph on
30785 l
30786 \emph default
30787  (left), 
30788 \emph on
30789 r
30790 \emph default
30791  (right), 
30792 \emph on
30793 b
30794 \emph default
30795  (bottom), 
30796 \emph on
30797 t
30798 \emph default
30799  (top), así como combinaciones adecuadas de las posiciones básicas.
30800  Por ejemplo, 
30801 \emph on
30802 lt
30803 \emph default
30804  significa que el origen de rotación es la esquina superior izquierda del
30805  marco.
30806  Si no se especifica origen de rotación se usará la posición 
30807 \emph on
30808 l
30809 \emph default
30810 .
30811  El ángulo de rotación es un número de grados, y puede ser negativo.
30812  El sentido de giro es contrario al de las agujas del reloj.
30813 \end_layout
30814
30815 \begin_layout Standard
30816 En el siguiente ejemplo se ha insertado el comando 
30817 \series bold
30818
30819 \backslash
30820 rotatebox[origin=c]{60}{ 
30821 \series default
30822 como código TeX delante del texto «con rotación»; después del texto, el
30823  marco se ha cerrado con llave en código TeX.
30824 \end_layout
30825
30826 \begin_layout Standard
30827 Esta línea contiene texto 
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832
30833
30834 \backslash
30835 rotatebox[origin=c]{60}{
30836 \end_layout
30837
30838 \end_inset
30839
30840 con rotación
30841 \begin_inset ERT
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845
30846 }
30847 \end_layout
30848
30849 \end_inset
30850
30851 .
30852 \end_layout
30853
30854 \begin_layout Standard
30855 El contenido del marco puede ser también otro marco o una ecuación en línea:
30856 \end_layout
30857
30858 \begin_layout Standard
30859 En esta línea hay texto enmarcado 
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865
30866 \backslash
30867 rotatebox[origin=r]{-60}{
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \begin_inset Box Doublebox
30874 position "c"
30875 hor_pos "c"
30876 has_inner_box 0
30877 inner_pos "c"
30878 use_parbox 0
30879 use_makebox 0
30880 width "1in"
30881 special "width"
30882 height "1in"
30883 height_special "totalheight"
30884 status open
30885
30886 \begin_layout Plain Layout
30887 con rotación
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \begin_inset ERT
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897
30898 }
30899 \end_layout
30900
30901 \end_inset
30902
30903  y 
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 rotatebox[origin=lb]{60}{
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30918 \end_inset
30919
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926 }
30927 \end_layout
30928
30929 \end_inset
30930
30931  una ecuación.
30932 \end_layout
30933
30934 \begin_layout Standard
30935 O una imagen o un cuadro:
30936 \end_layout
30937
30938 \begin_layout Standard
30939 Aquí hay una imagen girada 
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 rotatebox[origin=lb]{90}{
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \begin_inset Graphics
30954         filename ../clipart/platypus.eps
30955         lyxscale 50
30956         width 25col%
30957
30958 \end_inset
30959
30960
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 }
30967 \end_layout
30968
30969 \end_inset
30970
30971  y un cuadro girado 
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 rotatebox[origin=l]{-90}{
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset Tabular
30986 <lyxtabular version="3" rows="2" columns="2">
30987 <features tabularvalignment="middle">
30988 <column alignment="center" valignment="top" width="0">
30989 <column alignment="center" valignment="top" width="0">
30990 <row>
30991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995 q
30996 \end_layout
30997
30998 \end_inset
30999 </cell>
31000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31001 \begin_inset Text
31002
31003 \begin_layout Plain Layout
31004 w
31005 \end_layout
31006
31007 \end_inset
31008 </cell>
31009 </row>
31010 <row>
31011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31012 \begin_inset Text
31013
31014 \begin_layout Plain Layout
31015 e
31016 \end_layout
31017
31018 \end_inset
31019 </cell>
31020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31021 \begin_inset Text
31022
31023 \begin_layout Plain Layout
31024 r
31025 \end_layout
31026
31027 \end_inset
31028 </cell>
31029 </row>
31030 </lyxtabular>
31031
31032 \end_inset
31033
31034
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040 }
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Subsection
31049 Marcos para variar la escala
31050 \begin_inset Index idx
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054 Marcos ! para variar la escala
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \begin_inset Index idx
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064 Material a escala
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Index idx
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Figuras ! a escala
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset Index idx
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084 Cuadros ! a escala
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Para modificar las proporciones de un material se pueden usar los comandos
31094  
31095 \series bold
31096
31097 \backslash
31098 scalebox
31099 \series default
31100  y 
31101 \series bold
31102
31103 \backslash
31104 resizebox 
31105 \series default
31106 en código TeX.
31107 \end_layout
31108
31109 \begin_layout Standard
31110
31111 \series bold
31112
31113 \backslash
31114 scalebox
31115 \series default
31116  se usa con el esquema siguiente:
31117 \end_layout
31118
31119 \begin_layout Standard
31120
31121 \series bold
31122
31123 \backslash
31124 scalebox{horizontal}[vertical]{contenido del marco}
31125 \end_layout
31126
31127 \begin_layout Standard
31128 Horizontal y vertical son los factores de escala correspondientes.
31129  Si no se especifica factor vertical, su valor será el mismo que el factor
31130  de escala horizontal.
31131  
31132 \end_layout
31133
31134 \begin_layout Standard
31135 Por ejemplo, el comando 
31136 \series bold
31137
31138 \backslash
31139 scalebox{2}{Hola} 
31140 \series default
31141 crea un 
31142 \begin_inset ERT
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146
31147
31148 \backslash
31149 scalebox{2}{
31150 \end_layout
31151
31152 \end_inset
31153
31154 Hola
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160 }
31161 \end_layout
31162
31163 \end_inset
31164
31165  de doble tamaño que el texto normal del documento.
31166 \end_layout
31167
31168 \begin_layout Standard
31169 El comando 
31170 \series bold
31171
31172 \backslash
31173 scalebox{2}[1]{Hola} 
31174 \series default
31175 distorsiona el 
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 scalebox{2}[1]{
31184 \end_layout
31185
31186 \end_inset
31187
31188 Hola
31189 \begin_inset ERT
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193
31194 }
31195 \end_layout
31196
31197 \end_inset
31198
31199 .
31200 \end_layout
31201
31202 \begin_layout Standard
31203 Si un factor de escala es negativo el contenido del marco es reflejado.
31204  Por eso el comando 
31205 \series bold
31206
31207 \backslash
31208 scalebox{-1}[1]{Hola} 
31209 \series default
31210 puede usarse para reflejar un texto: 
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216
31217 \backslash
31218 scalebox{-1}[1]{
31219 \end_layout
31220
31221 \end_inset
31222
31223 Hola
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229 }
31230 \end_layout
31231
31232 \end_inset
31233
31234 .
31235 \end_layout
31236
31237 \begin_layout Standard
31238
31239 \series bold
31240
31241 \backslash
31242 scalebox{1}[-1]{Hola} 
31243 \series default
31244 refleja el 
31245 \begin_inset ERT
31246 status collapsed
31247
31248 \begin_layout Plain Layout
31249
31250
31251 \backslash
31252 scalebox{1}[-1]{
31253 \end_layout
31254
31255 \end_inset
31256
31257 Hola
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263 }
31264 \end_layout
31265
31266 \end_inset
31267
31268  sobre la base.
31269 \end_layout
31270
31271 \begin_layout Standard
31272 El comando 
31273 \series bold
31274
31275 \backslash
31276 scalebox{-1}[1]{contenido del cuadro} 
31277 \series default
31278 puede sustituirse por 
31279 \series bold
31280
31281 \begin_inset Newline newline
31282 \end_inset
31283
31284
31285 \backslash
31286 reflectbox{contenido del cuadro}
31287 \begin_inset VSpace defskip
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Standard
31294 El comando 
31295 \series bold
31296
31297 \backslash
31298 resizebox
31299 \series default
31300  sirve para redimensionar el marco a una altura y anchura definidas, según
31301  el esquema:
31302 \end_layout
31303
31304 \begin_layout Standard
31305
31306 \series bold
31307
31308 \backslash
31309 resizebox{anchura}{altura}{contenido del marco}
31310 \end_layout
31311
31312 \begin_layout Standard
31313 Si uno de los argumentos del comando es un signo de exclamación, 
31314 \series bold
31315 !
31316 \series default
31317 , la escala se hace de forma que se mantiene la relación de las dimensiones
31318  originales del contenido del marco.
31319  
31320 \end_layout
31321
31322 \begin_layout Standard
31323 El comando 
31324 \series bold
31325
31326 \backslash
31327 resizebox{2cm}{1cm}{Hola}
31328 \series default
31329  genera: 
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 resizebox{2cm}{1cm}{
31338 \end_layout
31339
31340 \end_inset
31341
31342 Hola
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348 }
31349 \end_layout
31350
31351 \end_inset
31352
31353
31354 \begin_inset Newline newline
31355 \end_inset
31356
31357 El comando 
31358 \series bold
31359
31360 \backslash
31361 resizebox{2cm}{!}{Hola}
31362 \series default
31363  genera: 
31364 \begin_inset ERT
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368
31369
31370 \backslash
31371 resizebox{2cm}{!}{
31372 \end_layout
31373
31374 \end_inset
31375
31376 Hola
31377 \begin_inset ERT
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381
31382 }
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \end_layout
31389
31390 \begin_layout Standard
31391 \begin_inset VSpace defskip
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Standard
31398 \begin_inset Note Greyedout
31399 status open
31400
31401 \begin_layout Plain Layout
31402
31403 \series bold
31404 Nota: 
31405 \series default
31406 Si los argumentos de 
31407 \series bold
31408
31409 \backslash
31410 scalebox
31411 \series default
31412  o 
31413 \series bold
31414
31415 \backslash
31416 resizebox
31417 \series default
31418  son cero, no se generan errores de LaTeX al exportar el documento, pero
31419  puede suceder que la salida no se muestre o que sea incompleta.
31420  
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \begin_inset VSpace defskip
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \begin_layout Standard
31433 Los marcos se pueden combinar en cualquier orden.
31434  Por ejemplo, el comando
31435 \series bold
31436
31437 \begin_inset Newline newline
31438 \end_inset
31439
31440
31441 \backslash
31442 rotatebox[origin=c]{-45}{
31443 \backslash
31444 resizebox{2cm}{!}{
31445 \backslash
31446 reflectbox{Hola}}}
31447 \begin_inset Newline newline
31448 \end_inset
31449
31450
31451 \series default
31452 genera:
31453 \end_layout
31454
31455 \begin_layout Standard
31456 \noindent
31457 \align center
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463
31464 \backslash
31465 rotatebox[origin=c]{-45}{
31466 \backslash
31467 resizebox{2cm}{!}{
31468 \backslash
31469 reflectbox{
31470 \end_layout
31471
31472 \end_inset
31473
31474 Hola
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480 }}}
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \begin_layout Standard
31489 \noindent
31490 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31491 \end_layout
31492
31493 \begin_layout Standard
31494 \align center
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500
31501 \backslash
31502 rotatebox[origin=c]{-30}{
31503 \backslash
31504 resizebox{2cm}{!}{
31505 \backslash
31506 reflectbox{
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \begin_inset Graphics
31513         filename ../clipart/platypus.eps
31514         lyxscale 50
31515         width 25col%
31516
31517 \end_inset
31518
31519
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525 }}}
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \begin_inset ERT
31532 status collapsed
31533
31534 \begin_layout Plain Layout
31535
31536
31537 \backslash
31538 rotatebox[origin=c]{-45}{
31539 \backslash
31540 resizebox{2cm}{!}{
31541 \backslash
31542 reflectbox{
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \begin_inset Tabular
31549 <lyxtabular version="3" rows="2" columns="2">
31550 <features tabularvalignment="middle">
31551 <column alignment="center" valignment="top" width="0">
31552 <column alignment="center" valignment="top" width="0">
31553 <row>
31554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558 q
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567 w
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 </row>
31573 <row>
31574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31575 \begin_inset Text
31576
31577 \begin_layout Plain Layout
31578 e
31579 \end_layout
31580
31581 \end_inset
31582 </cell>
31583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 r
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 </row>
31593 </lyxtabular>
31594
31595 \end_inset
31596
31597
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603 }}}
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 rotatebox[origin=c]{-45}{
31617 \backslash
31618 resizebox{2cm}{!}{
31619 \backslash
31620 reflectbox{
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \begin_inset Formula $\int A\,\mathrm{d}x=B$
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 \end_layout
31642
31643 \begin_layout Standard
31644 Si se usa el estilo global 
31645 \series bold
31646 fleqn
31647 \series default
31648  para las ecuaciones del documento,
31649 \begin_inset Foot
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653 Si «fleqn» se añade a las opciones de clase del documento.
31654 \end_layout
31655
31656 \end_inset
31657
31658  también se puede variar la escala de las ecuaciones en estilo presentación.
31659 \end_layout
31660
31661 \begin_layout Chapter
31662 Objetos envueltos en texto
31663 \begin_inset Index idx
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667 Envueltos en texto
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Section
31676 Flotantes envueltos
31677 \begin_inset CommandInset label
31678 LatexCommand label
31679 name "sec:Flotantes-envueltos"
31680
31681 \end_inset
31682
31683
31684 \begin_inset Index idx
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688 Flotantes ! Envueltos
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \begin_inset Index idx
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698 Envueltos en texto ! Flotantes
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \begin_layout Standard
31707 \begin_inset Wrap figure
31708 lines 0
31709 placement l
31710 overhang 1cm
31711 width "40col%"
31712 status open
31713
31714 \begin_layout Plain Layout
31715 \begin_inset Graphics
31716         filename ../clipart/mobius.eps
31717         width 40col%
31718         rotateOrigin center
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Plain Layout
31726 \begin_inset Caption
31727
31728 \begin_layout Plain Layout
31729 \begin_inset CommandInset label
31730 LatexCommand label
31731 name "fig:Envoltorio-de-figura"
31732
31733 \end_inset
31734
31735 Figura envuelta en el texto
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \end_inset
31744
31745  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
31746  de modo que ocupe sólo una parte del ancho de columna.
31747  Se inserta con el menú 
31748 \family sans
31749 Insertar\SpecialChar \menuseparator
31750 Flotante\SpecialChar \menuseparator
31751 Figura
31752 \begin_inset space ~
31753 \end_inset
31754
31755 envuelta
31756 \family default
31757
31758 \begin_inset space \thinspace{}
31759 \end_inset
31760
31761 /
31762 \begin_inset space \thinspace{}
31763 \end_inset
31764
31765
31766 \family sans
31767 Cuadro
31768 \begin_inset space ~
31769 \end_inset
31770
31771 envuelto
31772 \family default
31773  si está instalado el paquete LaTeX 
31774 \series bold
31775 wrapfig
31776 \series default
31777
31778 \begin_inset Index idx
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782 LaTeX-paquetes ! wrapfig
31783 \begin_inset ERT
31784 status collapsed
31785
31786 \begin_layout Plain Layout
31787
31788
31789 \backslash
31790 vspace{4mm}
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \end_inset
31799
31800 .
31801 \begin_inset Foot
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 La instalación de paquetes LaTeX se explica en el manual 
31806 \emph on
31807 Configuración de LaTeX
31808 \emph default
31809 .
31810 \end_layout
31811
31812 \end_inset
31813
31814  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
31815  con clic derecho sobre el cuadro del flotante.
31816  Son obligatorias la 
31817 \family sans
31818 Ubicación
31819 \family default
31820  y la 
31821 \family sans
31822 Anchura
31823 \family default
31824 .
31825  Son opcionales 
31826 \family sans
31827 Extensión al margen
31828 \family default
31829 , que especifica la anchura de invasión del margen, y 
31830 \family sans
31831 Extender
31832 \begin_inset space ~
31833 \end_inset
31834
31835 a
31836 \begin_inset space ~
31837 \end_inset
31838
31839 líneas
31840 \family default
31841 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
31842  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
31843  opción sólo si encuentras problemas en la colocación del flotante.
31844  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
31845  del párrafo o en los párrafos adyacentes.
31846  La figura
31847 \begin_inset space ~
31848 \end_inset
31849
31850
31851 \begin_inset CommandInset ref
31852 LatexCommand ref
31853 reference "fig:Envoltorio-de-figura"
31854
31855 \end_inset
31856
31857  es un ejemplo de envoltorio con una anchura de columna del 40
31858 \begin_inset space \thinspace{}
31859 \end_inset
31860
31861 %, ubicado a la izquierda y 1
31862 \begin_inset space \thinspace{}
31863 \end_inset
31864
31865 cm de invasión de margen.
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \begin_inset Note Greyedout
31870 status open
31871
31872 \begin_layout Plain Layout
31873
31874 \series bold
31875 Nota:
31876 \series default
31877  ¡Los flotantes envueltos son frágiles! P.
31878 \begin_inset space \thinspace{}
31879 \end_inset
31880
31881 e.
31882 \begin_inset space ~
31883 \end_inset
31884
31885 si una figura está demasiado cerca de la parte inferior de la página se
31886  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
31887  o situarse junto a otro texto.
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \begin_layout Standard
31896 En general:
31897 \end_layout
31898
31899 \begin_layout Itemize
31900 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
31901  salto de página.
31902  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
31903  esté casi listo y puedas prever los saltos de página.
31904 \end_layout
31905
31906 \begin_layout Itemize
31907 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
31908  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
31909 \end_layout
31910
31911 \begin_layout Itemize
31912 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
31913  que procura que haya un párrafo de texto entre ellos.
31914 \end_layout
31915
31916 \begin_layout Itemize
31917 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
31918 \end_layout
31919
31920 \begin_layout Itemize
31921 Su numeración y refrencias funciona como se explica en el cap.
31922 \begin_inset space \thinspace{}
31923 \end_inset
31924
31925
31926 \begin_inset CommandInset ref
31927 LatexCommand ref
31928 reference "chap:Flotantes"
31929
31930 \end_inset
31931
31932 .
31933 \end_layout
31934
31935 \begin_layout Section
31936 Objetos fijos envueltos
31937 \begin_inset Index idx
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941 Envueltos en texto ! Objetos fijos
31942 \end_layout
31943
31944 \end_inset
31945
31946
31947 \end_layout
31948
31949 \begin_layout Standard
31950 Los flotantes envueltos, descritos en la sec.
31951 \begin_inset space \thinspace{}
31952 \end_inset
31953
31954
31955 \begin_inset CommandInset ref
31956 LatexCommand ref
31957 reference "sec:Flotantes-envueltos"
31958
31959 \end_inset
31960
31961  , tienen estas posiciones en el párrafo:
31962 \end_layout
31963
31964 \begin_layout Standard
31965 \noindent
31966 \align center
31967 \begin_inset Tabular
31968 <lyxtabular version="3" rows="2" columns="2">
31969 <features tabularvalignment="middle">
31970 <column alignment="center" valignment="top" width="0">
31971 <column alignment="center" valignment="top" width="0">
31972 <row>
31973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31974 \begin_inset Text
31975
31976 \begin_layout Plain Layout
31977 \begin_inset Graphics
31978         filename ../../images/dialog-show-new-inset_graphics.png
31979         scale 70
31980         scaleBeforeRotation
31981         BoundingBox 0bp 6bp 22bp 22bp
31982
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 texto
31995 \end_layout
31996
31997 \end_inset
31998 </cell>
31999 </row>
32000 <row>
32001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32002 \begin_inset Text
32003
32004 \begin_layout Plain Layout
32005 texto
32006 \end_layout
32007
32008 \end_inset
32009 </cell>
32010 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32011 \begin_inset Text
32012
32013 \begin_layout Plain Layout
32014 texto
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 </row>
32020 </lyxtabular>
32021
32022 \end_inset
32023
32024  y 
32025 \begin_inset Tabular
32026 <lyxtabular version="3" rows="2" columns="2">
32027 <features tabularvalignment="middle">
32028 <column alignment="center" valignment="top" width="0">
32029 <column alignment="center" valignment="top" width="0">
32030 <row>
32031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035 texto
32036 \end_layout
32037
32038 \end_inset
32039 </cell>
32040 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044 \begin_inset Graphics
32045         filename ../../images/dialog-show-new-inset_graphics.png
32046         scale 70
32047         scaleBeforeRotation
32048         BoundingBox 0bp 6bp 22bp 22bp
32049
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \end_inset
32056 </cell>
32057 </row>
32058 <row>
32059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32060 \begin_inset Text
32061
32062 \begin_layout Plain Layout
32063 texto
32064 \end_layout
32065
32066 \end_inset
32067 </cell>
32068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072 texto
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 </row>
32078 </lyxtabular>
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \begin_layout Standard
32086 Para colocar un objeto exactamente en la posición en la que se inserta,
32087  por ejemplo una de estas:
32088 \begin_inset VSpace defskip
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \noindent
32096 \align center
32097 \begin_inset Tabular
32098 <lyxtabular version="3" rows="2" columns="2">
32099 <features tabularvalignment="middle">
32100 <column alignment="center" valignment="top" width="0">
32101 <column alignment="center" valignment="top" width="0">
32102 <row>
32103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32104 \begin_inset Text
32105
32106 \begin_layout Plain Layout
32107 texto
32108 \end_layout
32109
32110 \end_inset
32111 </cell>
32112 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32113 \begin_inset Text
32114
32115 \begin_layout Plain Layout
32116 texto
32117 \end_layout
32118
32119 \end_inset
32120 </cell>
32121 </row>
32122 <row>
32123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127 \begin_inset Graphics
32128         filename ../../images/dialog-show-new-inset_graphics.png
32129         scale 70
32130         scaleBeforeRotation
32131         BoundingBox 0bp 6bp 22bp 22bp
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144 texto
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 </row>
32150 </lyxtabular>
32151
32152 \end_inset
32153
32154  
32155 \begin_inset Tabular
32156 <lyxtabular version="3" rows="2" columns="2">
32157 <features tabularvalignment="middle">
32158 <column alignment="center" valignment="top" width="0">
32159 <column alignment="center" valignment="top" width="0">
32160 <row>
32161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165 texto
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32171 \begin_inset Text
32172
32173 \begin_layout Plain Layout
32174 texto
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 </row>
32180 <row>
32181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185 texto
32186 \end_layout
32187
32188 \end_inset
32189 </cell>
32190 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194 \begin_inset Graphics
32195         filename ../../images/dialog-show-new-inset_graphics.png
32196         scale 70
32197         scaleBeforeRotation
32198         BoundingBox 0bp 6bp 22bp 22bp
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 </row>
32208 </lyxtabular>
32209
32210 \end_inset
32211
32212  
32213 \begin_inset Tabular
32214 <lyxtabular version="3" rows="2" columns="3">
32215 <features tabularvalignment="middle">
32216 <column alignment="center" valignment="top" width="0">
32217 <column alignment="center" valignment="top" width="0">
32218 <column alignment="center" valignment="top" width="0">
32219 <row>
32220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224 texto
32225 \end_layout
32226
32227 \end_inset
32228 </cell>
32229 <cell alignment="center" valignment="top" topline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Plain Layout
32233 \begin_inset Graphics
32234         filename ../../images/dialog-show-new-inset_graphics.png
32235         scale 70
32236         scaleBeforeRotation
32237         BoundingBox 0bp 6bp 22bp 22bp
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 texto
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 </row>
32256 <row>
32257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 texto
32262 \end_layout
32263
32264 \end_inset
32265 </cell>
32266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32267 \begin_inset Text
32268
32269 \begin_layout Plain Layout
32270 texto
32271 \end_layout
32272
32273 \end_inset
32274 </cell>
32275 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32276 \begin_inset Text
32277
32278 \begin_layout Plain Layout
32279 texto
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 </lyxtabular>
32286
32287 \end_inset
32288
32289  
32290 \begin_inset Tabular
32291 <lyxtabular version="3" rows="2" columns="3">
32292 <features tabularvalignment="middle">
32293 <column alignment="center" valignment="top" width="0">
32294 <column alignment="center" valignment="top" width="0">
32295 <column alignment="center" valignment="top" width="0">
32296 <row>
32297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Plain Layout
32301 texto
32302 \end_layout
32303
32304 \end_inset
32305 </cell>
32306 <cell alignment="center" valignment="top" topline="true" usebox="none">
32307 \begin_inset Text
32308
32309 \begin_layout Plain Layout
32310 texto
32311 \end_layout
32312
32313 \end_inset
32314 </cell>
32315 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319 texto
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 </row>
32325 <row>
32326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 texto
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 \begin_inset Graphics
32340         filename ../../images/dialog-show-new-inset_graphics.png
32341         scale 70
32342         scaleBeforeRotation
32343         BoundingBox 0bp 6bp 22bp 22bp
32344
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 texto
32357 \end_layout
32358
32359 \end_inset
32360 </cell>
32361 </row>
32362 </lyxtabular>
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 \noindent
32371 \align center
32372 \begin_inset Tabular
32373 <lyxtabular version="3" rows="3" columns="2">
32374 <features tabularvalignment="middle">
32375 <column alignment="center" valignment="top" width="0">
32376 <column alignment="center" valignment="top" width="0">
32377 <row>
32378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32379 \begin_inset Text
32380
32381 \begin_layout Plain Layout
32382 texto
32383 \end_layout
32384
32385 \end_inset
32386 </cell>
32387 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32388 \begin_inset Text
32389
32390 \begin_layout Plain Layout
32391 texto
32392 \end_layout
32393
32394 \end_inset
32395 </cell>
32396 </row>
32397 <row>
32398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 \begin_inset Graphics
32403         filename ../../images/dialog-show-new-inset_graphics.png
32404         scale 70
32405         scaleBeforeRotation
32406         BoundingBox 0bp 6bp 22bp 22bp
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419 texto
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 </row>
32425 <row>
32426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430 texto
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32436 \begin_inset Text
32437
32438 \begin_layout Plain Layout
32439 texto
32440 \end_layout
32441
32442 \end_inset
32443 </cell>
32444 </row>
32445 </lyxtabular>
32446
32447 \end_inset
32448
32449  
32450 \begin_inset Tabular
32451 <lyxtabular version="3" rows="3" columns="3">
32452 <features tabularvalignment="middle">
32453 <column alignment="center" valignment="top" width="0">
32454 <column alignment="center" valignment="top" width="0">
32455 <column alignment="center" valignment="top" width="0">
32456 <row>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 texto
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470 texto
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32476 \begin_inset Text
32477
32478 \begin_layout Plain Layout
32479 texto
32480 \end_layout
32481
32482 \end_inset
32483 </cell>
32484 </row>
32485 <row>
32486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 texto
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 <cell alignment="center" valignment="top" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 \begin_inset Graphics
32500         filename ../../images/dialog-show-new-inset_graphics.png
32501         scale 70
32502         scaleBeforeRotation
32503         BoundingBox 0bp 6bp 22bp 22bp
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \end_inset
32511 </cell>
32512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32513 \begin_inset Text
32514
32515 \begin_layout Plain Layout
32516 texto
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 </row>
32522 <row>
32523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 texto
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32533 \begin_inset Text
32534
32535 \begin_layout Plain Layout
32536 texto
32537 \end_layout
32538
32539 \end_inset
32540 </cell>
32541 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32542 \begin_inset Text
32543
32544 \begin_layout Plain Layout
32545 texto
32546 \end_layout
32547
32548 \end_inset
32549 </cell>
32550 </row>
32551 </lyxtabular>
32552
32553 \end_inset
32554
32555  
32556 \begin_inset Tabular
32557 <lyxtabular version="3" rows="3" columns="2">
32558 <features tabularvalignment="middle">
32559 <column alignment="center" valignment="top" width="0">
32560 <column alignment="center" valignment="top" width="0">
32561 <row>
32562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32563 \begin_inset Text
32564
32565 \begin_layout Plain Layout
32566 texto
32567 \end_layout
32568
32569 \end_inset
32570 </cell>
32571 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32572 \begin_inset Text
32573
32574 \begin_layout Plain Layout
32575 texto
32576 \end_layout
32577
32578 \end_inset
32579 </cell>
32580 </row>
32581 <row>
32582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32583 \begin_inset Text
32584
32585 \begin_layout Plain Layout
32586 texto
32587 \end_layout
32588
32589 \end_inset
32590 </cell>
32591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32592 \begin_inset Text
32593
32594 \begin_layout Plain Layout
32595 \begin_inset Graphics
32596         filename ../../images/dialog-show-new-inset_graphics.png
32597         scale 70
32598         scaleBeforeRotation
32599         BoundingBox 0bp 6bp 22bp 22bp
32600
32601 \end_inset
32602
32603
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 </row>
32609 <row>
32610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 texto
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623 texto
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 </row>
32629 </lyxtabular>
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Standard
32637 \noindent
32638 puedes usar el paquete LaTeX 
32639 \series bold
32640 picinpar
32641 \series default
32642
32643 \begin_inset Index idx
32644 status collapsed
32645
32646 \begin_layout Plain Layout
32647 LaTeX-paquetes ! picinpar
32648 \end_layout
32649
32650 \end_inset
32651
32652 .
32653  Aquí hay un ejemplo:
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset ERT
32658 status collapsed
32659
32660 \begin_layout Plain Layout
32661
32662
32663 \backslash
32664 ifpicinpar
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \begin_inset Note Note
32671 status open
32672
32673 \begin_layout Plain Layout
32674 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32675  LaTeX 
32676 \series bold
32677 picinpar
32678 \series default
32679 .
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset ERT
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692
32693
32694 \backslash
32695 begin{window}[2,c,{
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \begin_inset Graphics
32702         filename ../clipart/mobius.eps
32703         lyxscale 60
32704         width 40col%
32705         scaleBeforeRotation
32706         rotateOrigin center
32707
32708 \end_inset
32709
32710
32711 \begin_inset ERT
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715
32716 },]
32717 \end_layout
32718
32719 \begin_layout Plain Layout
32720
32721 {}
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \size small
32728 \lang english
32729 It was in the spring of the year 1894 that all London was interested, and
32730  the fashionable world dismayed, by the murder of the Honourable Ronald
32731  Adair under most unusual and inexplicable circumstances.
32732  The public has already learned those particulars of the crime which
32733 \size default
32734
32735 \begin_inset ERT
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739
32740
32741 \backslash
32742 footnotemark{}
32743 \end_layout
32744
32745 \end_inset
32746
32747
32748 \size small
32749  came out in the police investigation, but a good deal was suppressed upon
32750  that occasion, since the case for the prosecution was so overwhelmingly
32751  strong that it was not necessary to bring forward all the facts.
32752  Only now, at the end of nearly ten years, am I allowed to supply those
32753  missing links which make up the whole of that remarkable chain
32754 \lang spanish
32755 .
32756 \size default
32757
32758 \begin_inset ERT
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762
32763
32764 \backslash
32765 end{window}
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Standard
32774 \begin_inset ERT
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778
32779
32780 \backslash
32781 footnotetext{
32782 \end_layout
32783
32784 \end_inset
32785
32786 Nota al pie del párrafo con el objeto fijo
32787 \begin_inset ERT
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791
32792 }
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Standard
32801 Los objetos fijos envueltos se usan para permitir texto flotante a su alrededor,
32802  donde la posición del objeto en el párrafo se puede determinar por el número
32803  de líneas sobre él.
32804  A diferencia de los flotantes, no es posible tener leyendas numeradas.
32805 \end_layout
32806
32807 \begin_layout Standard
32808 Un objeto fijo se inserta añadiendo el comando
32809 \end_layout
32810
32811 \begin_layout Standard
32812
32813 \series bold
32814
32815 \backslash
32816 begin{window}[2,c,{
32817 \end_layout
32818
32819 \begin_layout Standard
32820 en código TeX al principio del párrafo.
32821  El primer parámetro en el corchete, aquí '2', define el número de líneas
32822  sobre el objeto, el segundo, aquí 'c', la posición del objeto.
32823  Las posiciones permitidas son 'l', 'c' y 'r' (izquierda, centro, derecha).
32824  Tras el comando se inserta el objeto.
32825  En este ejemplo se ha insertado una imagen con una anchura del 40
32826 \begin_inset space \thinspace{}
32827 \end_inset
32828
32829 % de la anchura de la columna de texto.
32830  El objeto también puede ser un cuadro, un marco o una ecuación.
32831  Detrás del objeto se inserta el comando
32832 \end_layout
32833
32834 \begin_layout Standard
32835
32836 \series bold
32837 },texto de la descripción]
32838 \begin_inset Newline newline
32839 \end_inset
32840
32841 {}
32842 \end_layout
32843
32844 \begin_layout Standard
32845 Ten en cuenta que 
32846 \begin_inset Quotes eld
32847 \end_inset
32848
32849
32850 \series bold
32851 {}
32852 \series default
32853
32854 \begin_inset Quotes erd
32855 \end_inset
32856
32857  está en la segunda línea.
32858  El texto de la descripción es opcional.
32859  El texto envolvente debe estar en el mismo párrafo que el objeto, por tanto
32860  debe empezar inmediatamente después de 
32861 \series bold
32862 {}
32863 \series default
32864 .
32865  Al final del párrafo inserta el comando:
32866 \end_layout
32867
32868 \begin_layout Standard
32869
32870 \series bold
32871
32872 \backslash
32873 end{window}
32874 \end_layout
32875
32876 \begin_layout Standard
32877 Dentro de un párrafo con un objeto fijo no se pueden insertar notas al pie
32878  de la manera habitual.
32879  Hay que usar el comando 
32880 \series bold
32881
32882 \backslash
32883 footnotemark
32884 \series default
32885  dentro del párrafo y fuera del comando 
32886 \series bold
32887
32888 \backslash
32889 footnotetext
32890 \series default
32891 , como se describe en la sec.
32892 \begin_inset space \thinspace{}
32893 \end_inset
32894
32895
32896 \begin_inset CommandInset ref
32897 LatexCommand ref
32898 reference "sec:Notas-al-pie"
32899
32900 \end_inset
32901
32902 .
32903 \end_layout
32904
32905 \begin_layout Standard
32906 \begin_inset ERT
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910
32911
32912 \backslash
32913 else
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \begin_inset Note Note
32920 status open
32921
32922 \begin_layout Plain Layout
32923 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
32924  
32925 \series bold
32926 picinpar
32927 \series default
32928 .
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \begin_layout Standard
32937 Debes instalar el paquete LaTeX 
32938 \series bold
32939 picinpar
32940 \series default
32941  para ver la parte siguiente en la salida.
32942 \end_layout
32943
32944 \begin_layout Standard
32945 \begin_inset ERT
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949
32950
32951 \backslash
32952 fi
32953 \end_layout
32954
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \begin_layout Section
32961 Letras capitales
32962 \begin_inset Index idx
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 Letras capitales
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \begin_inset Index idx
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976 Envueltos en texto ! Letras capitales
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Standard
32985 Para usar letras capitales debe estar instalado el paquete LaTeX
32986 \series bold
32987  lettrine
32988 \series default
32989
32990 \begin_inset Index idx
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 LaTeX-paquetes ! lettrine
32995 \end_layout
32996
32997 \end_inset
32998
32999  y habilitar el uso del módulo 
33000 \family sans
33001 Capitales
33002 \family default
33003  en el documento (menú 
33004 \family sans
33005 Documento\SpecialChar \menuseparator
33006 Configuración\SpecialChar \menuseparator
33007 Módulos
33008 \family default
33009 ).
33010  Para insertar una letra capital, usa el estilo 
33011 \family sans
33012 Capital
33013 \family default
33014 .
33015  Este estilo tiene un argumento obligatorio y uno opcional.
33016  El obligatorio se inserta mediante el menú 
33017 \family sans
33018 Insertar\SpecialChar \menuseparator
33019 Título
33020 \begin_inset space ~
33021 \end_inset
33022
33023 breve
33024 \family default
33025  y contiene la letra capital.
33026  Para usar también el argumento opcional, inserta otro argumento delante
33027  del obligatorio.
33028  Este contiene parámetros para modificar la letra capital.
33029  Véase la documentación de 
33030 \series bold
33031 lettrine
33032 \series default
33033
33034 \begin_inset CommandInset citation
33035 LatexCommand cite
33036 key "lettrine"
33037
33038 \end_inset
33039
33040 , para más información sobre los parámetros disponibles.
33041  El estilo contiene el texto que rodeará a la capital.
33042  De esta forma, el estilo habitual es que la palabra cuya primera letra
33043  es la capital se imprima en 
33044 \noun on
33045 versalitas
33046 \noun default
33047 .
33048  Para indicar a LaTeX donde finaliza esta primera palabra, añade una llave
33049  de cierre '
33050 \series bold
33051 }
33052 \series default
33053 ' en código TeX detrás de ella.
33054  Al final del estilo debe haber una llave de apertura '
33055 \series bold
33056 {
33057 \series default
33058 ' en código TeX.
33059 \end_layout
33060
33061 \begin_layout Standard
33062 Aquí hay algumos ejemplos:
33063 \end_layout
33064
33065 \begin_layout Standard
33066 \begin_inset ERT
33067 status collapsed
33068
33069 \begin_layout Plain Layout
33070
33071
33072 \backslash
33073 iflettrine
33074 \end_layout
33075
33076 \end_inset
33077
33078
33079 \begin_inset Note Note
33080 status open
33081
33082 \begin_layout Plain Layout
33083 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
33084  LaTeX 
33085 \series bold
33086 lettrine
33087 \series default
33088 .
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Enumerate
33097 Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
33098  
33099 \begin_inset Formula $\mathfrak{Fraktur}$
33100 \end_inset
33101
33102 :
33103 \end_layout
33104
33105 \begin_deeper
33106 \begin_layout Initial
33107 \begin_inset Argument
33108 status open
33109
33110 \begin_layout Plain Layout
33111 \begin_inset Formula $\mathfrak{I}$
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \end_inset
33118
33119 t
33120 \begin_inset ERT
33121 status collapsed
33122
33123 \begin_layout Plain Layout
33124
33125 }
33126 \end_layout
33127
33128 \end_inset
33129
33130  
33131 \lang english
33132 was in the spring of the year 1894 that all London was interested, and the
33133  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33134  under most unusual and inexplicable circumstances.
33135  The public has already learned those particulars of the crime which came
33136  out in the police investigation, but a good deal was suppressed upon that
33137  occasion, since the case for the prosecution was so overwhelmingly strong
33138  that it was not necessary to bring forward all the facts.
33139 \lang spanish
33140
33141 \begin_inset ERT
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145
33146 {
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \begin_inset Newpage newpage
33153 \end_inset
33154
33155
33156 \end_layout
33157
33158 \end_deeper
33159 \begin_layout Enumerate
33160 Solo una línea rodea a la capital, constituida por dos letras en tipo normal
33161  y no se imprime nada en versalitas:
33162 \end_layout
33163
33164 \begin_deeper
33165 \begin_layout Initial
33166 \begin_inset Argument
33167 status open
33168
33169 \begin_layout Plain Layout
33170 lines=1
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \begin_inset Argument
33177 status open
33178
33179 \begin_layout Plain Layout
33180 It
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \begin_inset ERT
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190
33191 }
33192 \end_layout
33193
33194 \end_inset
33195
33196  
33197 \lang english
33198 was in the spring of the year 1894 that all London was interested, and the
33199  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33200  under most unusual and inexplicable circumstances.
33201  The public has already learned those particulars of the crime which came
33202  out in the police investigation, but a good deal was suppressed upon that
33203  occasion, since the case for the prosecution was so overwhelmingly strong
33204  that it was not necessary to bring forward all the facts.
33205 \lang spanish
33206
33207 \begin_inset ERT
33208 status collapsed
33209
33210 \begin_layout Plain Layout
33211
33212 {
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \end_layout
33219
33220 \end_deeper
33221 \begin_layout Enumerate
33222 Magenta, capital colgada sobre tres líneas en tipografía matemática 
33223 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33224 \end_inset
33225
33226 , el texto 
33227 \begin_inset Quotes eld
33228 \end_inset
33229
33230 t was in the spring
33231 \begin_inset Quotes erd
33232 \end_inset
33233
33234  en 
33235 \noun on
33236 versalitas
33237 \noun default
33238 ; para colorear la capital, debes insertar este comando delante de ella:
33239 \begin_inset Newline newline
33240 \end_inset
33241
33242
33243 \series bold
33244
33245 \backslash
33246 renewcommand{
33247 \backslash
33248 LettrineFontHook}{
33249 \backslash
33250 color{color}}
33251 \series default
33252
33253 \begin_inset Newline newline
33254 \end_inset
33255
33256 donde el segundo 
33257 \emph on
33258 color
33259 \emph default
33260  puede ser 
33261 \begin_inset Quotes eld
33262 \end_inset
33263
33264 red
33265 \begin_inset Quotes erd
33266 \end_inset
33267
33268
33269 \begin_inset Quotes eld
33270 \end_inset
33271
33272 blue
33273 \begin_inset Quotes erd
33274 \end_inset
33275
33276
33277 \begin_inset Quotes eld
33278 \end_inset
33279
33280 green
33281 \begin_inset Quotes erd
33282 \end_inset
33283
33284
33285 \begin_inset Quotes eld
33286 \end_inset
33287
33288 yellow
33289 \begin_inset Quotes erd
33290 \end_inset
33291
33292
33293 \begin_inset Quotes eld
33294 \end_inset
33295
33296 cyan
33297 \begin_inset Quotes erd
33298 \end_inset
33299
33300
33301 \begin_inset Quotes eld
33302 \end_inset
33303
33304 magenta
33305 \begin_inset Quotes erd
33306 \end_inset
33307
33308
33309 \begin_inset Quotes eld
33310 \end_inset
33311
33312 black
33313 \begin_inset Quotes erd
33314 \end_inset
33315
33316  o 
33317 \begin_inset Quotes eld
33318 \end_inset
33319
33320 white
33321 \begin_inset Quotes erd
33322 \end_inset
33323
33324 , y añade este comando al preámbulo del documento:
33325 \begin_inset Newline newline
33326 \end_inset
33327
33328
33329 \series bold
33330
33331 \backslash
33332 @ifundefined{textcolor}
33333 \begin_inset Newline newline
33334 \end_inset
33335
33336
33337 \begin_inset space ~
33338 \end_inset
33339
33340 {
33341 \backslash
33342 usepackage{color}}{}
33343 \end_layout
33344
33345 \begin_deeper
33346 \begin_layout Standard
33347 \begin_inset ERT
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351
33352
33353 \backslash
33354 renewcommand{
33355 \backslash
33356 LettrineFontHook}{
33357 \backslash
33358 color{magenta}}
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \begin_inset Note Note
33365 status open
33366
33367 \begin_layout Plain Layout
33368 pone la capital en magenta
33369 \end_layout
33370
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Initial
33377 \begin_inset Argument
33378 status open
33379
33380 \begin_layout Plain Layout
33381 lines=3, lhang=0.33, loversize=0.25
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \begin_inset Argument
33388 status open
33389
33390 \begin_layout Plain Layout
33391 \begin_inset Formula $\mathcal{I}$
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \end_inset
33398
33399
33400 \lang english
33401 t was in the spring
33402 \lang spanish
33403
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409 }
33410 \end_layout
33411
33412 \end_inset
33413
33414  
33415 \lang english
33416 of the year 1894 that all London was interested, and the fashionable world
33417  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33418  and inexplicable circumstances.
33419  The public has already learned those particulars of the crime which came
33420  out in the police investigation, but a good deal was suppressed upon that
33421  occasion, since the case for the prosecution was so overwhelmingly strong
33422  that it was not necessary to bring forward all the facts.
33423 \lang spanish
33424
33425 \begin_inset ERT
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429
33430 {
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \end_deeper
33439 \begin_layout Standard
33440 \begin_inset ERT
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444
33445
33446 \backslash
33447 else
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \begin_inset Note Note
33454 status open
33455
33456 \begin_layout Plain Layout
33457 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
33458  
33459 \series bold
33460 lettrine
33461 \series default
33462 .
33463 \end_layout
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Standard
33471 Debes instalar el paquete LaTeX 
33472 \series bold
33473 lettrine
33474 \series default
33475  para ver la parte siguiente en la salida.
33476 \end_layout
33477
33478 \begin_layout Standard
33479 \begin_inset ERT
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483
33484
33485 \backslash
33486 fi
33487 \end_layout
33488
33489 \end_inset
33490
33491
33492 \end_layout
33493
33494 \begin_layout Chapter
33495 Archivos externos
33496 \begin_inset Index idx
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500 Archivos externos
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Con el menú 
33510 \family sans
33511 Insertar\SpecialChar \menuseparator
33512 Archivo 
33513 \family default
33514 se pueden insertar archivos externos en un documento.
33515  Estos pueden ser:
33516 \end_layout
33517
33518 \begin_layout Description
33519 Documento
33520 \begin_inset space ~
33521 \end_inset
33522
33523 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
33524 \end_layout
33525
33526 \begin_layout Description
33527 Texto
33528 \begin_inset space ~
33529 \end_inset
33530
33531 simple Un documento de texto; cada línea del mismo se inserta en tu documento
33532  como párrafo propio.
33533 \end_layout
33534
33535 \begin_layout Description
33536 Texto
33537 \begin_inset space ~
33538 \end_inset
33539
33540 simple,
33541 \begin_inset space ~
33542 \end_inset
33543
33544 unir
33545 \begin_inset space ~
33546 \end_inset
33547
33548 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
33549  Las líneas vacías generan un nuevo párrafo en tu documento.
33550 \end_layout
33551
33552 \begin_layout Description
33553 Material
33554 \begin_inset space ~
33555 \end_inset
33556
33557 externo Archivos en diversos formatos.
33558 \end_layout
33559
33560 \begin_layout Description
33561 Documento
33562 \begin_inset space ~
33563 \end_inset
33564
33565 hijo Documentos LyX, LaTeX o texto simple.
33566 \end_layout
33567
33568 \begin_layout Section
33569 Material externo
33570 \begin_inset Index idx
33571 status collapsed
33572
33573 \begin_layout Plain Layout
33574 Material externo
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \end_layout
33581
33582 \begin_layout Standard
33583 Esta característica te permite insertar archivos en tu documento sin convertirlo
33584 s previamente a un formato legible en la salida, ya que LyX se ocupa de
33585  las necesarias conversiones.
33586  Esto es parecido a la inserción de imágenes en diversos formatos en los
33587  documentos LyX.
33588  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
33589  en 
33590 \family sans
33591 Apariencia
33592 \family default
33593 \SpecialChar \menuseparator
33594 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
33595  en LyX.
33596 \end_layout
33597
33598 \begin_layout Standard
33599 El material externo se puede insertar mediante el diálogo que surge a partir
33600  del menú 
33601 \family sans
33602 Insertar\SpecialChar \menuseparator
33603 Archivo\SpecialChar \menuseparator
33604 Material
33605 \begin_inset space ~
33606 \end_inset
33607
33608 externo
33609 \family default
33610 .
33611  Actualmente se permiten los siguientes tipos de archivo (
33612 \family sans
33613 Plantillas
33614 \family default
33615 ):
33616 \end_layout
33617
33618 \begin_layout Description
33619 Diagrama
33620 \begin_inset space ~
33621 \end_inset
33622
33623 de
33624 \begin_inset space ~
33625 \end_inset
33626
33627 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
33628  con el programa 
33629 \series bold
33630
33631 \begin_inset CommandInset href
33632 LatexCommand href
33633 name "XBoard"
33634 target "http://en.wikipedia.org/wiki/XBoard"
33635
33636 \end_inset
33637
33638
33639 \series default
33640 .
33641 \end_layout
33642
33643 \begin_layout Description
33644 Dia Esta plantilla soporta diagramas creados con el programa 
33645 \series bold
33646
33647 \begin_inset CommandInset href
33648 LatexCommand href
33649 name "Dia"
33650 target "http://en.wikipedia.org/wiki/Dia_(software)"
33651
33652 \end_inset
33653
33654
33655 \series default
33656 .
33657 \end_layout
33658
33659 \begin_layout Description
33660 Fecha Esta inserta la fecha en el formato 
33661 \emph on
33662 Día-Mes-Año.
33663
33664 \emph default
33665  A continuación hay una fecha insertada como material externo: 
33666 \begin_inset External
33667         template Date
33668         filename es/...
33669
33670 \end_inset
33671
33672
33673 \begin_inset space ~
33674 \end_inset
33675
33676
33677 \begin_inset Note Note
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \begin_inset Newline newline
33688 \end_inset
33689
33690 La fecha no se muestra en LyX, sólo en la salida.
33691  Hay otros dos métodos de insertar una fecha, con el menú 
33692 \family sans
33693 Insertar\SpecialChar \menuseparator
33694 Fecha
33695 \family default
33696  y con el comando LaTeX 
33697 \series bold
33698
33699 \backslash
33700 today
33701 \series default
33702  en código TeX.
33703  Los distintos métodos se comparan en el cuadro
33704 \begin_inset space ~
33705 \end_inset
33706
33707
33708 \begin_inset CommandInset ref
33709 LatexCommand ref
33710 reference "tab:Comparación-de"
33711
33712 \end_inset
33713
33714 .
33715 \end_layout
33716
33717 \begin_layout Description
33718 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
33719 \begin_inset Newline linebreak
33720 \end_inset
33721
33722
33723 \series bold
33724
33725 \begin_inset CommandInset href
33726 LatexCommand href
33727 name "LilyPond"
33728 target "http://en.wikipedia.org/wiki/LilyPond"
33729
33730 \end_inset
33731
33732
33733 \series default
33734 .
33735 \end_layout
33736
33737 \begin_layout Description
33738 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
33739  Para insertar algunas o todas las páginas de un documento PDF, utiliza
33740  la opción 
33741 \emph on
33742 pages
33743 \emph default
33744  en el campo 
33745 \family sans
33746 Opción
33747 \family default
33748  de la pestaña 
33749 \family sans
33750 Opciones de LaTeX y LyX
33751 \family default
33752 , según la descripción de la plantilla en el diálogo.
33753  Si no se usa la opción 
33754 \emph on
33755 pages
33756 \emph default
33757 , sólo se inserta la primera página del PDF.
33758 \end_layout
33759
33760 \begin_layout Description
33761 RasterImage Sirve para insertar imágenes bitmap.
33762  Casi todos los formatos populares de imágenes están soportados.
33763  Las imágenes se pueden tratar en el diálogo 
33764 \family sans
33765 Material Externo
33766 \family default
33767  como las que habitualmente se incluyen mediante el diálogo 
33768 \family sans
33769 Gráficos
33770 \family default
33771 , tal como se explica en la sección
33772 \begin_inset space ~
33773 \end_inset
33774
33775
33776 \begin_inset CommandInset ref
33777 LatexCommand ref
33778 reference "sec:Diálogo-Gráficos"
33779
33780 \end_inset
33781
33782 .
33783  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
33784  PDF y EPS no están soportadas.
33785 \end_layout
33786
33787 \begin_layout Description
33788 XFig Esta plantilla soporta imágenes creadas con el programa 
33789 \series bold
33790
33791 \begin_inset CommandInset href
33792 LatexCommand href
33793 name "Xfig"
33794 target "http://en.wikipedia.org/wiki/Xfig"
33795
33796 \end_inset
33797
33798
33799 \series default
33800 .
33801 \end_layout
33802
33803 \begin_layout Standard
33804 \begin_inset Float table
33805 placement h
33806 wide false
33807 sideways false
33808 status open
33809
33810 \begin_layout Plain Layout
33811 \begin_inset Caption
33812
33813 \begin_layout Plain Layout
33814 \begin_inset CommandInset label
33815 LatexCommand label
33816 name "tab:Comparación-de"
33817
33818 \end_inset
33819
33820 Comparación de los métodos de inserción de fecha.
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \begin_layout Plain Layout
33829 \align center
33830 \begin_inset Tabular
33831 <lyxtabular version="3" rows="4" columns="4">
33832 <features tabularvalignment="middle">
33833 <column alignment="center" valignment="top" width="0">
33834 <column alignment="center" valignment="top" width="0">
33835 <column alignment="center" valignment="top" width="0">
33836 <column alignment="center" valignment="top" width="0">
33837 <row>
33838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842 Documento
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851
33852 \family sans
33853 Material externo\SpecialChar \menuseparator
33854 Fecha
33855 \end_layout
33856
33857 \end_inset
33858 </cell>
33859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33860 \begin_inset Text
33861
33862 \begin_layout Plain Layout
33863
33864 \family sans
33865 Insertar\SpecialChar \menuseparator
33866 Fecha
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33872 \begin_inset Text
33873
33874 \begin_layout Plain Layout
33875 comando 
33876 \series bold
33877
33878 \backslash
33879 today
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 </row>
33885 <row>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 LyX
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33896 \begin_inset Text
33897
33898 \begin_layout Plain Layout
33899 como recuadro
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 como fecha
33909 \end_layout
33910
33911 \end_inset
33912 </cell>
33913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 como cuadro código TeX
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 </row>
33923 <row>
33924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 LaTeX
33929 \end_layout
33930
33931 \end_inset
33932 </cell>
33933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 como fecha
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946 como fecha
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Plain Layout
33955 como comando
33956 \end_layout
33957
33958 \end_inset
33959 </cell>
33960 </row>
33961 <row>
33962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 DVI, PDF, PS
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975 como fecha
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 como fecha
33985 \end_layout
33986
33987 \end_inset
33988 </cell>
33989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 como fecha
33994 \end_layout
33995
33996 \end_inset
33997 </cell>
33998 </row>
33999 </lyxtabular>
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Standard
34012 Si utilizas la opción 
34013 \family sans
34014 Borrador
34015 \family default
34016  en la solapa 
34017 \family sans
34018 Archivo
34019 \family default
34020  del diálogo 
34021 \family sans
34022 Material Externo
34023 \family default
34024 , en el documento de salida sólo se muestra la ruta al archivo insertado.
34025 \family sans
34026
34027 \begin_inset Newline newline
34028 \end_inset
34029
34030
34031 \family default
34032 El material externo se muestra en LyX como un recuadro del tipo:
34033 \family sans
34034  
34035 \family default
34036
34037 \begin_inset Graphics
34038         filename clipart/MaterialExternoQt4.png
34039         scale 80
34040
34041 \end_inset
34042
34043  o como imagen, dependiendo de si se marca la opción 
34044 \family sans
34045 Mostrar en LyX 
34046 \family default
34047 de la pestaña 
34048 \family sans
34049 Opciones de LaTeX y LyX
34050 \family default
34051  del diálogo
34052 \family sans
34053 .
34054 \end_layout
34055
34056 \begin_layout Standard
34057 En el manual 
34058 \emph on
34059 Personalización
34060 \emph default
34061  se explica cómo definir tus propias plantillas.
34062 \end_layout
34063
34064 \begin_layout Section
34065 Documento hijo
34066 \begin_inset CommandInset label
34067 LatexCommand label
34068 name "sec:Documento-Hijo"
34069
34070 \end_inset
34071
34072
34073 \begin_inset Index idx
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077 Documento hijo
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Standard
34086 Los documentos hijos se emplean en el caso de tener un documento extenso
34087  compuesto por varias partes o secciones más grandes.
34088  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
34089  en varios archivos que pueden ser revisados por separado.
34090  Estos archivos se conocen como documentos hijos, y el llamado documento
34091  maestro los conecta con el fin de imprimirlos como un todo o por partes.
34092  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
34093  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
34094 \end_layout
34095
34096 \begin_layout Standard
34097 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
34098  en el menú 
34099 \family sans
34100 Documento\SpecialChar \menuseparator
34101 Configuración\SpecialChar \menuseparator
34102 Clase del documento
34103 \family default
34104  del documento hijo especifica el documento maestro predeterminado.
34105  Este maestro será usado entonces por LyX en un segundo plano cuando edites
34106  el documento hijo.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
34111  recuadros del tipo: 
34112 \begin_inset Graphics
34113         filename clipart/DocumentoHijoQt4.png
34114         scale 80
34115
34116 \end_inset
34117
34118 .
34119  Para incluir documentos hijos en un documento maestro utiliza el menú 
34120 \family sans
34121 Insertar
34122 \family default
34123 \SpecialChar \menuseparator
34124
34125 \family sans
34126 Archivo
34127 \family default
34128 \SpecialChar \menuseparator
34129
34130 \family sans
34131 Documento
34132 \begin_inset space ~
34133 \end_inset
34134
34135 hijo
34136 \family default
34137 .
34138  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
34139 \end_layout
34140
34141 \begin_layout Description
34142 Anexar Puedes incluir documentos LyX y documentos LaTeX.
34143  Al pulsar el botón 
34144 \family sans
34145 Aceptar
34146 \family default
34147  en el diálogo 
34148 \family sans
34149 Documento hijo
34150 \family default
34151 , los documentos incluidos se abrirán en una nueva solapa de archivo en
34152  la ventana de LyX y así puedes modificarlos si quieres.
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Aquí hay un archivo insertado con el método 
34157 \family sans
34158 Anexar
34159 \family default
34160
34161 \begin_inset CommandInset include
34162 LatexCommand include
34163 filename "DocumentoPostizo1.lyx"
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \begin_layout Standard
34171 La numeración de secciones tiene en cuenta las secciones de los archivos
34172  incluidos en el orden en que están insertados en el documento maestro.
34173  El documento incluido de ejemplo tiene una subsección que se numera como
34174  subsección de la presente sección.
34175  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
34176 \begin_inset space ~
34177 \end_inset
34178
34179
34180 \begin_inset CommandInset ref
34181 LatexCommand ref
34182 reference "sub:Subsección-Externa-1"
34183
34184 \end_inset
34185
34186 .
34187 \end_layout
34188
34189 \begin_layout Standard
34190 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
34191  del documento maestro.
34192  Las ramas en los documentos hijos serán ignoradas por el documento maestro
34193  si éste no tiene una rama con el mismo nombre.
34194  Los documentos anexados se insertan comenzando una página nueva y acabando
34195  con un salto de página.
34196 \end_layout
34197
34198 \begin_layout Standard
34199 \begin_inset Note Greyedout
34200 status open
34201
34202 \begin_layout Plain Layout
34203
34204 \series bold
34205 Nota:
34206 \series default
34207  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
34208  a la del documento maestro, recibirás una advertencia al exportar/ver el
34209  documento, ya que esto podría dar resultados inesperados.
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Description
34218 Incorporar Este método es muy parecido al método 
34219 \family sans
34220 Anexar
34221 \family default
34222 .
34223  Las diferencias son:
34224 \end_layout
34225
34226 \begin_deeper
34227 \begin_layout Itemize
34228 Los archivos incorporados no comienzan en página nueva ni acaban con un
34229  salto de página.
34230 \end_layout
34231
34232 \begin_layout Itemize
34233 Los archivos incorporados pueden visualizar en LyX si la 
34234 \family sans
34235 Vista
34236 \begin_inset space ~
34237 \end_inset
34238
34239 preliminar
34240 \begin_inset space ~
34241 \end_inset
34242
34243 inmediata 
34244 \family default
34245 está activada en el diálogo 
34246 \family sans
34247 Herramientas\SpecialChar \menuseparator
34248 Preferencias
34249 \family default
34250 , apartado 
34251 \family sans
34252 Apariencia\SpecialChar \menuseparator
34253 Visualización
34254 \family default
34255 .
34256 \end_layout
34257
34258 \begin_layout Itemize
34259 Los archivos incorporados no se pueden excluir mediante el menú 
34260 \family sans
34261 Documento\SpecialChar \menuseparator
34262 Configuración\SpecialChar \menuseparator
34263 Documentos hijo
34264 \family default
34265 .
34266 \end_layout
34267
34268 \end_deeper
34269 \begin_layout Standard
34270 Aquí hay un documento hijo insertado con el método 
34271 \family sans
34272 Incorporar
34273 \family default
34274 :
34275 \end_layout
34276
34277 \begin_layout Standard
34278 \begin_inset CommandInset include
34279 LatexCommand input
34280 filename "DocumentoPostizo2.lyx"
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Description
34288 Literal Con este método se puede incluir cualquier archivo de texto.
34289  El archivo aparece en la salida con su código fuente, y si contiene comandos
34290  no se ejecutan.
34291  Con la opción 
34292 \family sans
34293 Marcar espacios en la salida
34294 \family default
34295  cada espacio en el código fuente se muestra en la salida con el carácter
34296  «
34297 \begin_inset ERT
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301
34302
34303 \backslash
34304 textvisiblespace
34305 \end_layout
34306
34307 \end_inset
34308
34309 ».
34310  La diferencia con el método de inserción mediante el menú 
34311 \family sans
34312 Insertar
34313 \family default
34314 \SpecialChar \menuseparator
34315
34316 \family sans
34317 Archivo
34318 \family default
34319 \SpecialChar \menuseparator
34320
34321 \family sans
34322 Texto
34323 \begin_inset space ~
34324 \end_inset
34325
34326 simple
34327 \family default
34328  es que en este caso el contenido del archivo se ve en LyX, mientras que
34329  en modo 
34330 \family sans
34331 Literal 
34332 \family default
34333 no se muestra el contenido, sino un recuadro con el nombre.
34334
34335 \family sans
34336  
34337 \end_layout
34338
34339 \begin_layout Standard
34340 Aquí se inserta un documento hijo en modo Literal:
34341 \begin_inset CommandInset include
34342 LatexCommand verbatiminput
34343 filename "DocumentoTextoPostizo.txt"
34344
34345 \end_inset
34346
34347
34348 \begin_inset VSpace bigskip
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 Aquí se inserta un documento hijo en modo Literal con la opción 
34356 \family sans
34357 Marcar espacios en la salida
34358 \family default
34359 :
34360 \begin_inset CommandInset include
34361 LatexCommand verbatiminput*
34362 filename "DocumentoTextoPostizo.txt"
34363
34364 \end_inset
34365
34366
34367 \begin_inset VSpace bigskip
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Standard
34374 \begin_inset Note Greyedout
34375 status open
34376
34377 \begin_layout Plain Layout
34378
34379 \series bold
34380 Nota:
34381 \series default
34382  Como puedes ver en los ejemplos anteriores, el texto de los documentos
34383  incluidos en modo 
34384 \family sans
34385 literal
34386 \family default
34387  no contiene saltos de línea, a no ser que se incluyan expresamente en el
34388  archivo de texto.
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Description
34397 Listado
34398 \begin_inset space ~
34399 \end_inset
34400
34401 de
34402 \begin_inset space ~
34403 \end_inset
34404
34405 programa Este tipo se describe en el capítulo
34406 \begin_inset space ~
34407 \end_inset
34408
34409
34410 \begin_inset CommandInset ref
34411 LatexCommand ref
34412 reference "cap:Listado-de-programa"
34413
34414 \end_inset
34415
34416 .
34417 \end_layout
34418
34419 \begin_layout Standard
34420 \begin_inset Note Greyedout
34421 status open
34422
34423 \begin_layout Plain Layout
34424
34425 \series bold
34426 Nota:
34427 \series default
34428  Incluir el mismo documento dos veces con métodos diferentes podría causar
34429  problemas en LaTeX.
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Standard
34438 Si quieres ver o exportar solo determinados hijos del documento maestro,
34439  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
34440  individuales del libro, puedes excluir hijos en la salida.
34441  Esto se consigue mediante el menú 
34442 \family sans
34443 Documento\SpecialChar \menuseparator
34444 Configuración\SpecialChar \menuseparator
34445 Documento hijo
34446 \family default
34447 .
34448  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
34449  (esto solo funciona para documentos insertados mediante 
34450 \begin_inset Quotes fld
34451 \end_inset
34452
34453 Anexar
34454 \begin_inset Quotes frd
34455 \end_inset
34456
34457 , no con 
34458 \begin_inset Quotes fld
34459 \end_inset
34460
34461 Incorporar
34462 \begin_inset Quotes frd
34463 \end_inset
34464
34465 ).
34466  Si se marca la opción 
34467 \family sans
34468 Mantener contadores y referencias
34469 \family default
34470  LyX garantiza que todos los números de página, referencias, etc., se respetan
34471  como si se procesara el documento completo.
34472  No obstante, LyX tiene que procesar el documento entero en segundo plano
34473  para que esta característica funcione.
34474  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
34475  los contadores y referencias, desmarca esta casilla.
34476 \end_layout
34477
34478 \begin_layout Standard
34479 Alternativamente, se puede poner cada archivo incluido en una rama.
34480 \begin_inset Foot
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 Las ramas se describen en la sección
34485 \emph on
34486  Ramas
34487 \emph default
34488  de la 
34489 \emph on
34490 Guía del usuario
34491 \emph default
34492  de LyX.
34493 \end_layout
34494
34495 \end_inset
34496
34497  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
34498  aparecerán en la salida.
34499  Esto tiene la ventaja de que también funciona con hijos incluidos con 
34500 \begin_inset Quotes fld
34501 \end_inset
34502
34503 Incorporar
34504 \begin_inset Quotes frd
34505 \end_inset
34506
34507 .
34508  Sin embargo, los contadores y las referencias no se mantendrán usando este
34509  método.
34510 \end_layout
34511
34512 \begin_layout Chapter
34513 Listado de programa
34514 \begin_inset CommandInset label
34515 LatexCommand label
34516 name "cap:Listado-de-programa"
34517
34518 \end_inset
34519
34520
34521 \begin_inset Index idx
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 Listado de programa
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \begin_inset Index idx
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535 Código de programa
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \begin_inset Index idx
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545 Flotantes ! Listado de programa
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554 Para incluir y tipografiar código de programación puedes usar la opción
34555  de menú disponible en 
34556 \family sans
34557 Insertar\SpecialChar \menuseparator
34558 Listado
34559 \begin_inset space ~
34560 \end_inset
34561
34562 de
34563 \begin_inset space ~
34564 \end_inset
34565
34566 programa.
34567  
34568 \family default
34569 El paquete LaTeX 
34570 \series bold
34571 listings
34572 \series default
34573
34574 \begin_inset Index idx
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578 LaTeX-paquetes ! listings
34579 \end_layout
34580
34581 \end_inset
34582
34583  provee un mecanismo potente y flexible para insertar código fuente en tu
34584  documento.
34585 \end_layout
34586
34587 \begin_layout Standard
34588 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
34589  incorporado en el que puedes configurar su formato.
34590 \end_layout
34591
34592 \begin_layout Standard
34593 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
34594  La opción de ubicación 
34595 \family sans
34596 Listado
34597 \begin_inset space ~
34598 \end_inset
34599
34600 en
34601 \begin_inset space ~
34602 \end_inset
34603
34604 línea
34605 \family default
34606  lo imprime en la línea, como este ejemplo: 
34607 \begin_inset listings
34608 lstparams "language={C++}"
34609 inline true
34610 status open
34611
34612 \begin_layout Plain Layout
34613
34614 int a=5;
34615 \end_layout
34616
34617 \end_inset
34618
34619
34620 \family sans
34621
34622 \begin_inset Newline newline
34623 \end_inset
34624
34625
34626 \family default
34627 La opción 
34628 \family sans
34629 Flotante
34630 \family default
34631  crea un listado flotante cuya colocación se puede especificar mediante
34632  las opciones «
34633 \family sans
34634 h
34635 \family default
34636 », «
34637 \family sans
34638 t
34639 \family default
34640 », «
34641 \family sans
34642 b
34643 \family default
34644 » y «
34645 \family sans
34646 p
34647 \family default
34648 », correspondientes a las opciones de colocación de flotantes descritas
34649  en la sección
34650 \family sans
34651
34652 \begin_inset space ~
34653 \end_inset
34654
34655
34656 \begin_inset CommandInset ref
34657 LatexCommand ref
34658 reference "sec:Colocación-de-Flotantes"
34659
34660 \end_inset
34661
34662
34663 \family default
34664 .
34665  Las opciones de colocación se pueden mezclar y se escriben sin separación,
34666  p.
34667 \family sans
34668
34669 \begin_inset space \thinspace{}
34670 \end_inset
34671
34672
34673 \family default
34674 e.
34675 \begin_inset space ~
34676 \end_inset
34677
34678 «
34679 \family sans
34680 htbp
34681 \family default
34682 ».
34683  La opción «
34684 \family sans
34685 h
34686 \family default
34687 » a veces no tiene efecto, pero no necesitas usar la opción 
34688 \family sans
34689 Flotante
34690 \family default
34691  en ese caso puesto que los listados de programa no flotantes también pueden
34692  tener leyendas y ser referenciadas.
34693 \end_layout
34694
34695 \begin_layout Standard
34696 Se puede añadir una leyenda a un listado de programa con el menú 
34697 \family sans
34698 Insertar\SpecialChar \menuseparator
34699 Leyenda
34700 \family default
34701
34702 \begin_inset Foot
34703 status open
34704
34705 \begin_layout Plain Layout
34706 Para traducir la etiqueta 
34707 \begin_inset Quotes eld
34708 \end_inset
34709
34710 Listado
34711 \begin_inset Quotes erd
34712 \end_inset
34713
34714  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
34715  comando 
34716 \series bold
34717
34718 \backslash
34719 renewcommand{
34720 \backslash
34721 lstlistingname}{Listado}
34722 \series default
34723 .
34724  (
34725 \emph on
34726 N.
34727 \begin_inset space \thinspace{}
34728 \end_inset
34729
34730 del t.
34731 \emph default
34732 )
34733 \end_layout
34734
34735 \end_inset
34736
34737 .
34738  Los listados de programa se pueden referenciar como los flotantes: Listado
34739 \begin_inset space ~
34740 \end_inset
34741
34742
34743 \begin_inset CommandInset ref
34744 LatexCommand ref
34745 reference "lst:Ejemplo-de-listado-de-programa"
34746
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \begin_layout Standard
34753 \begin_inset listings
34754 lstparams "language=Python"
34755 inline false
34756 status open
34757
34758 \begin_layout Plain Layout
34759
34760 \begin_inset Caption
34761
34762 \begin_layout Plain Layout
34763 \begin_inset CommandInset label
34764 LatexCommand label
34765 name "lst:Ejemplo-de-listado-de-programa"
34766
34767 \end_inset
34768
34769 Ejemplo de listado de programa flotante
34770 \end_layout
34771
34772 \end_inset
34773
34774 # Ejemplo de listado flotante
34775 \end_layout
34776
34777 \begin_layout Plain Layout
34778
34779 def func(param):
34780 \end_layout
34781
34782 \begin_layout Plain Layout
34783
34784     'this is a python function'
34785 \end_layout
34786
34787 \begin_layout Plain Layout
34788
34789     pass
34790 \end_layout
34791
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \begin_layout Standard
34798 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
34799  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
34800  y tipografiadas de manera especial en la salida.
34801  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
34802  negrita.
34803 \end_layout
34804
34805 \begin_layout Standard
34806 \begin_inset Note Greyedout
34807 status open
34808
34809 \begin_layout Plain Layout
34810
34811 \series bold
34812 Nota:
34813 \series default
34814  Si no consigues caracteres en negrita cuando usas tipografías de ancho
34815  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
34816  En este caso selecciona una tipografía distinta en el menú 
34817 \family sans
34818 Documento
34819 \family default
34820 \SpecialChar \menuseparator
34821
34822 \family sans
34823 Configuración
34824 \family default
34825 \SpecialChar \menuseparator
34826
34827 \family sans
34828 Tipografías.
34829  
34830 \family default
34831 (Las tipografías 
34832 \emph on
34833 LuxiMono, BeraMono
34834 \emph default
34835  y 
34836 \emph on
34837 Courier 
34838 \emph default
34839 suministran negritas.)
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848 En la sección 
34849 \family sans
34850 Numeración
34851 \begin_inset space ~
34852 \end_inset
34853
34854 de
34855 \begin_inset space ~
34856 \end_inset
34857
34858 líneas
34859 \family default
34860  del diálogo puedes elegir el estilo de numeración de las líneas.
34861  En el campo 
34862 \family sans
34863 Paso 
34864 \family default
34865 puedes insertar un número para determinar qué líneas se numeran.
34866  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
34867  
34868 \end_layout
34869
34870 \begin_layout Standard
34871 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
34872  en la salida.
34873  La opción 
34874 \family sans
34875 Mapa
34876 \begin_inset space ~
34877 \end_inset
34878
34879 de
34880 \begin_inset space ~
34881 \end_inset
34882
34883 caracteres
34884 \begin_inset space ~
34885 \end_inset
34886
34887 tradicional
34888 \begin_inset space ~
34889 \end_inset
34890
34891 mejorado
34892 \family default
34893  debería emplearse si se usan en el código caracteres nacionales como la
34894  diéresis alemana.
34895 \begin_inset Newline newline
34896 \end_inset
34897
34898 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
34899  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
34900  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
34901 \begin_inset listings
34902 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34903 inline false
34904 status open
34905
34906 \begin_layout Plain Layout
34907
34908 def func(param):
34909 \end_layout
34910
34911 \begin_layout Plain Layout
34912
34913     'this is a python function'
34914 \end_layout
34915
34916 \begin_layout Plain Layout
34917
34918     pass
34919 \end_layout
34920
34921 \begin_layout Plain Layout
34922
34923 def func(param):
34924 \end_layout
34925
34926 \begin_layout Plain Layout
34927
34928 'This is a German word: Tschüß'
34929 \end_layout
34930
34931 \begin_layout Plain Layout
34932
34933 pass
34934 \end_layout
34935
34936 \begin_layout Plain Layout
34937
34938 def func(param):
34939 \end_layout
34940
34941 \begin_layout Plain Layout
34942
34943 'this is a python function'
34944 \end_layout
34945
34946 \begin_layout Plain Layout
34947
34948 pass
34949 \end_layout
34950
34951 \end_inset
34952
34953
34954 \end_layout
34955
34956 \begin_layout Standard
34957 \begin_inset Note Greyedout
34958 status open
34959
34960 \begin_layout Plain Layout
34961
34962 \series bold
34963 Nota:
34964 \series default
34965  Debido a un error en el paquete 
34966 \series bold
34967 listings
34968 \series default
34969  la numeración de líneas cambia en una línea por cada listado previo.
34970  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
34971  3 y 6.
34972 \end_layout
34973
34974 \end_inset
34975
34976
34977 \end_layout
34978
34979 \begin_layout Standard
34980 \begin_inset VSpace bigskip
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \begin_layout Standard
34987 También es posible imprimir como listado de programa líneas de un archivo.
34988  Para hacer esto, usa el menú 
34989 \family sans
34990 Insertar\SpecialChar \menuseparator
34991 Archivo\SpecialChar \menuseparator
34992 Documento
34993 \begin_inset space ~
34994 \end_inset
34995
34996 hijo 
34997 \family default
34998 y elige el tipo 
34999 \family sans
35000 Listado de programa
35001 \family default
35002 .
35003 \begin_inset Foot
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007 Los restantes tipos de documento hijo se describen en la sección
35008 \begin_inset space ~
35009 \end_inset
35010
35011
35012 \begin_inset CommandInset ref
35013 LatexCommand ref
35014 reference "sec:Documento-Hijo"
35015
35016 \end_inset
35017
35018 .
35019 \end_layout
35020
35021 \end_inset
35022
35023  En el diálogo de documento hijo puedes especificar los parámetros del listado
35024  en el cuadro de texto.
35025  Para ver una lista de los parámetros disponibles teclea una interrogación
35026  «?» en el cuadro.
35027 \end_layout
35028
35029 \begin_layout Standard
35030 Para referenciar un documento hijo tipo listado, escribe el texto de la
35031  etiqueta en el campo correspondiente del diálogo de documento hijo.
35032  Después se puede referenciar la etiqueta con el menú 
35033 \family sans
35034 Insertar\SpecialChar \menuseparator
35035 Referencia cruzada.
35036 \end_layout
35037
35038 \begin_layout Standard
35039 A continuación hay un ejemplo, Listado
35040 \begin_inset space ~
35041 \end_inset
35042
35043
35044 \begin_inset CommandInset ref
35045 LatexCommand ref
35046 reference "lst:archivo-listado"
35047
35048 \end_inset
35049
35050 , de inserción de líneas de un archivo; en él se incluye el rango de las
35051  líneas 10
35052 \begin_inset space \thinspace{}
35053 \end_inset
35054
35055 -
35056 \begin_inset space \thinspace{}
35057 \end_inset
35058
35059 15 de este archivo LyX.
35060 \end_layout
35061
35062 \begin_layout Standard
35063 \begin_inset CommandInset include
35064 LatexCommand lstinputlisting
35065 filename "EmbeddedObjects.lyx"
35066 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset VSpace bigskip
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Standard
35081 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
35082 \end_layout
35083
35084 \begin_layout Enumerate
35085 Abre el diálogo de listado y añade
35086 \begin_inset Newline newline
35087 \end_inset
35088
35089
35090 \family sans
35091 mathescape=true
35092 \begin_inset Newline newline
35093 \end_inset
35094
35095
35096 \family default
35097 en el campo de texto de la solapa 
35098 \family sans
35099 Avanzado
35100 \end_layout
35101
35102 \begin_layout Enumerate
35103 Crea una ecuación fuera del listado
35104 \end_layout
35105
35106 \begin_layout Enumerate
35107 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
35108  (teclas 
35109 \family sans
35110 Ctrl+C
35111 \family default
35112 )
35113 \end_layout
35114
35115 \begin_layout Enumerate
35116 En el listado escribe 
35117 \begin_inset Quotes eld
35118 \end_inset
35119
35120
35121 \family sans
35122 $$
35123 \family default
35124
35125 \begin_inset Quotes erd
35126 \end_inset
35127
35128  y pega desde el portapapeles entre los símbolos dólar (teclas 
35129 \family sans
35130 Ctrl+V
35131 \family default
35132 )
35133 \end_layout
35134
35135 \begin_layout Standard
35136 \begin_inset listings
35137 lstparams "language=Python,mathescape=true"
35138 inline false
35139 status open
35140
35141 \begin_layout Plain Layout
35142
35143 \begin_inset Caption
35144
35145 \begin_layout Plain Layout
35146 Ejemplo de listado flotante con una ecuación
35147 \end_layout
35148
35149 \end_inset
35150
35151 # Ejemplo de listado flotante
35152 \end_layout
35153
35154 \begin_layout Plain Layout
35155
35156 def func(param):
35157 \end_layout
35158
35159 \begin_layout Plain Layout
35160
35161     # $
35162 \backslash
35163 prod_{n=1}^{
35164 \backslash
35165 infty}
35166 \backslash
35167 ,
35168 \backslash
35169 frac{1}{x^{2}}$
35170 \end_layout
35171
35172 \begin_layout Plain Layout
35173
35174     pass
35175 \end_layout
35176
35177 \end_inset
35178
35179
35180 \end_layout
35181
35182 \begin_layout Standard
35183 \begin_inset VSpace bigskip
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 Los parámetros globales para listados de programa se pueden establecer en
35191  el diálogo 
35192 \family sans
35193 Documento\SpecialChar \menuseparator
35194 Configuración\SpecialChar \menuseparator
35195 Listados.
35196  
35197 \family default
35198 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
35199  «?» en el campo de texto.
35200 \end_layout
35201
35202 \begin_layout Standard
35203 Para más información sobre el paquete 
35204 \series bold
35205 listings
35206 \series default
35207 , consulta su documentación
35208 \begin_inset space ~
35209 \end_inset
35210
35211
35212 \begin_inset CommandInset citation
35213 LatexCommand cite
35214 key "listings"
35215
35216 \end_inset
35217
35218 .
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \begin_inset Newpage newpage
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \begin_layout Chapter
35229 \start_of_appendix
35230 Unidades disponibles en LyX
35231 \begin_inset Index idx
35232 status collapsed
35233
35234 \begin_layout Plain Layout
35235 Unidades
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \begin_inset CommandInset label
35242 LatexCommand label
35243 name "cap:Unidades-disponibles-en"
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Standard
35251 Para comprender las unidades utilizadas en este manual, el cuadro
35252 \begin_inset space ~
35253 \end_inset
35254
35255
35256 \begin_inset CommandInset ref
35257 LatexCommand ref
35258 reference "tab:Unidades"
35259
35260 \end_inset
35261
35262  describe todas las unidades disponibles en LyX.
35263 \end_layout
35264
35265 \begin_layout Standard
35266 \begin_inset Float table
35267 placement h
35268 wide false
35269 sideways false
35270 status open
35271
35272 \begin_layout Plain Layout
35273 \begin_inset Caption
35274
35275 \begin_layout Plain Layout
35276 \begin_inset CommandInset label
35277 LatexCommand label
35278 name "tab:Unidades"
35279
35280 \end_inset
35281
35282 Unidades
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Plain Layout
35291 \begin_inset VSpace medskip
35292 \end_inset
35293
35294
35295 \end_layout
35296
35297 \begin_layout Plain Layout
35298 \align center
35299 \begin_inset Tabular
35300 <lyxtabular version="3" rows="20" columns="2">
35301 <features tabularvalignment="middle">
35302 <column alignment="center" valignment="top" width="0">
35303 <column alignment="center" valignment="top" width="0">
35304 <row>
35305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 unidad
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318 nombre/descripción
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 <row>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 mm
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35335 \begin_inset Text
35336
35337 \begin_layout Plain Layout
35338 milímetro
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 </row>
35344 <row>
35345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 cm
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35355 \begin_inset Text
35356
35357 \begin_layout Plain Layout
35358 centímetro
35359 \end_layout
35360
35361 \end_inset
35362 </cell>
35363 </row>
35364 <row>
35365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35366 \begin_inset Text
35367
35368 \begin_layout Plain Layout
35369 in
35370 \end_layout
35371
35372 \end_inset
35373 </cell>
35374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35375 \begin_inset Text
35376
35377 \begin_layout Plain Layout
35378 pulgada
35379 \end_layout
35380
35381 \end_inset
35382 </cell>
35383 </row>
35384 <row>
35385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35386 \begin_inset Text
35387
35388 \begin_layout Plain Layout
35389 pt
35390 \end_layout
35391
35392 \end_inset
35393 </cell>
35394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35395 \begin_inset Text
35396
35397 \begin_layout Plain Layout
35398 punto (72.27
35399 \begin_inset space \thinspace{}
35400 \end_inset
35401
35402 pt = 1
35403 \begin_inset space \thinspace{}
35404 \end_inset
35405
35406 in)
35407 \end_layout
35408
35409 \end_inset
35410 </cell>
35411 </row>
35412 <row>
35413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35414 \begin_inset Text
35415
35416 \begin_layout Plain Layout
35417 pc
35418 \end_layout
35419
35420 \end_inset
35421 </cell>
35422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426 pica (1
35427 \begin_inset space \thinspace{}
35428 \end_inset
35429
35430 pc = 12
35431 \begin_inset space \thinspace{}
35432 \end_inset
35433
35434 pt)
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445 sp
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 punto a escala (65536
35455 \begin_inset space \thinspace{}
35456 \end_inset
35457
35458 sp = 1
35459 \begin_inset space \thinspace{}
35460 \end_inset
35461
35462 pt)
35463 \end_layout
35464
35465 \end_inset
35466 </cell>
35467 </row>
35468 <row>
35469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473 bp
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Plain Layout
35482 punto grande (72
35483 \begin_inset space \thinspace{}
35484 \end_inset
35485
35486 bp = 1
35487 \begin_inset space \thinspace{}
35488 \end_inset
35489
35490 in)
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 </row>
35496 <row>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 dd
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 didot (1
35511 \begin_inset space \thinspace{}
35512 \end_inset
35513
35514 dd 
35515 \begin_inset Formula $\approx$
35516 \end_inset
35517
35518  0.376
35519 \begin_inset space \thinspace{}
35520 \end_inset
35521
35522 mm)
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 cc
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 cicero (1
35543 \begin_inset space \thinspace{}
35544 \end_inset
35545
35546 cc = 12
35547 \begin_inset space \thinspace{}
35548 \end_inset
35549
35550 dd)
35551 \end_layout
35552
35553 \end_inset
35554 </cell>
35555 </row>
35556 <row>
35557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35558 \begin_inset Text
35559
35560 \begin_layout Plain Layout
35561 escala
35562 \begin_inset space \thinspace{}
35563 \end_inset
35564
35565 %
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 % del tamaño original de la imagen
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 </row>
35580 <row>
35581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585 texto
35586 \begin_inset space \thinspace{}
35587 \end_inset
35588
35589 %
35590 \end_layout
35591
35592 \end_inset
35593 </cell>
35594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598 % de anchura de texto
35599 \end_layout
35600
35601 \end_inset
35602 </cell>
35603 </row>
35604 <row>
35605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35606 \begin_inset Text
35607
35608 \begin_layout Plain Layout
35609 columna
35610 \begin_inset space \thinspace{}
35611 \end_inset
35612
35613 %
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 % de anchura de columna
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 </row>
35628 <row>
35629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35630 \begin_inset Text
35631
35632 \begin_layout Plain Layout
35633 página
35634 \begin_inset space \thinspace{}
35635 \end_inset
35636
35637 %
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646 % de anchura de página
35647 \end_layout
35648
35649 \end_inset
35650 </cell>
35651 </row>
35652 <row>
35653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657 línea
35658 \begin_inset space \thinspace{}
35659 \end_inset
35660
35661 %
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35667 \begin_inset Text
35668
35669 \begin_layout Plain Layout
35670 % de anchura de línea
35671 \end_layout
35672
35673 \end_inset
35674 </cell>
35675 </row>
35676 <row>
35677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35678 \begin_inset Text
35679
35680 \begin_layout Plain Layout
35681 alt.
35682  texto
35683 \begin_inset space \thinspace{}
35684 \end_inset
35685
35686 %
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 % de altura de texto
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 </row>
35701 <row>
35702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35703 \begin_inset Text
35704
35705 \begin_layout Plain Layout
35706 alt.
35707  pág.
35708 \begin_inset space \thinspace{}
35709 \end_inset
35710
35711 %
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35717 \begin_inset Text
35718
35719 \begin_layout Plain Layout
35720 % de altura de página
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 </row>
35726 <row>
35727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35728 \begin_inset Text
35729
35730 \begin_layout Plain Layout
35731 ex
35732 \end_layout
35733
35734 \end_inset
35735 </cell>
35736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35737 \begin_inset Text
35738
35739 \begin_layout Plain Layout
35740 altura de la letra 
35741 \emph on
35742 x
35743 \emph default
35744  en la tipografía actual
35745 \end_layout
35746
35747 \end_inset
35748 </cell>
35749 </row>
35750 <row>
35751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35752 \begin_inset Text
35753
35754 \begin_layout Plain Layout
35755 em
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35761 \begin_inset Text
35762
35763 \begin_layout Plain Layout
35764 anchura de la letra 
35765 \emph on
35766 M
35767 \emph default
35768  en la tipografía actual
35769 \end_layout
35770
35771 \end_inset
35772 </cell>
35773 </row>
35774 <row>
35775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 mu
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35785 \begin_inset Text
35786
35787 \begin_layout Plain Layout
35788 unidad matemática (1
35789 \begin_inset space \thinspace{}
35790 \end_inset
35791
35792 mu = 1/18
35793 \begin_inset space \thinspace{}
35794 \end_inset
35795
35796 em)
35797 \end_layout
35798
35799 \end_inset
35800 </cell>
35801 </row>
35802 </lyxtabular>
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \begin_layout Chapter
35815 Formatos de archivos de salida con gráficos
35816 \begin_inset CommandInset label
35817 LatexCommand label
35818 name "cap:Formatos-de-Archivos-de-Salida"
35819
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Section
35826 DVI
35827 \begin_inset Index idx
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831 Formatos de archivo ! DVI
35832 \end_layout
35833
35834 \end_inset
35835
35836
35837 \begin_inset Index idx
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841 DVI|see
35842 \begin_inset ERT
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847 {
35848 \end_layout
35849
35850 \end_inset
35851
35852 Formatos de archivo
35853 \begin_inset ERT
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857
35858 }
35859 \end_layout
35860
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \begin_layout Standard
35872 Este tipo de archivo tiene la extensión «
35873 \family typewriter
35874 .dvi
35875 \family default
35876 ».
35877  Se denomina «device-independent» (DVI), porque es completamente portable;
35878  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
35879  En la época en que se desarrolló este formato, esto no era un asunto baladí.
35880  Los DVI se usan para vistas preliminares rápidas y como preparación para
35881  otros formatos de salida como PostScript.
35882 \end_layout
35883
35884 \begin_layout Standard
35885 \begin_inset Note Greyedout
35886 status open
35887
35888 \begin_layout Plain Layout
35889
35890 \series bold
35891 Nota:
35892 \series default
35893  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
35894 \end_layout
35895
35896 \end_inset
35897
35898  Por tanto no debes olvidar esto si mueves archivos 
35899 \family typewriter
35900 .dvi
35901 \family default
35902  a otro ordenador.
35903  Esta característica también puede retardar la visualización del archivo,
35904  porque el visor DVI tiene que convertir la imagen en segundo plano para
35905  hacerla visible al deslizar el visor.
35906  Así pues recomendamos usar PDF para archivos con muchas imágenes.
35907 \end_layout
35908
35909 \begin_layout Standard
35910 Un documento se exporta a DVI con el menú 
35911 \family sans
35912 Archivo\SpecialChar \menuseparator
35913 Exportar\SpecialChar \menuseparator
35914 DVI
35915 \family default
35916 .
35917  Puedes ver la salida del documento en DVI con el menú 
35918 \family sans
35919 Ver\SpecialChar \menuseparator
35920 DVI 
35921 \family default
35922 o con el botón
35923 \begin_inset space ~
35924 \end_inset
35925
35926
35927 \begin_inset Graphics
35928         filename ../../images/buffer-view_dvi.png
35929         scale 85
35930
35931 \end_inset
35932
35933 .
35934 \end_layout
35935
35936 \begin_layout Section
35937 PostScript
35938 \begin_inset CommandInset label
35939 LatexCommand label
35940 name "sec:PostScript"
35941
35942 \end_inset
35943
35944
35945 \begin_inset Index idx
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949 Formatos de archivo ! PostScript
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \begin_inset Index idx
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959 PostScript|see
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965 {
35966 \end_layout
35967
35968 \end_inset
35969
35970 Formatos de archivo
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976 }
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \end_layout
35988
35989 \begin_layout Standard
35990 Este tipo de archivo tiene la extensión «
35991 \family typewriter
35992 .ps
35993 \family default
35994 ».
35995  PostScript fue desarrollado por la compañía 
35996 \family typewriter
35997 Adobe
35998 \family default
35999  como lenguaje para impresoras.
36000  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
36001  PostScript puede considerarse como un «lenguaje de programación»; con él
36002  puedes calcular y dibujar imágenes y diagramas.
36003 \begin_inset Foot
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007 Si estás interesado en este tema acude al paquete LaTeX 
36008 \series bold
36009 PSTricks
36010 \series default
36011  
36012 \begin_inset CommandInset citation
36013 LatexCommand cite
36014 key "pstricks"
36015
36016 \end_inset
36017
36018 .
36019 \end_layout
36020
36021 \end_inset
36022
36023  Por esto los archivos suelen ser más grandes que los PDF.
36024 \end_layout
36025
36026 \begin_layout Standard
36027 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
36028 d PostScript» (EPS, extensión «
36029 \family typewriter
36030 .eps
36031 \family default
36032 »).
36033  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
36034  en segundo plano para convertir las imágenes a EPS.
36035  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
36036  cada vez que veas o exportes el documento.
36037  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
36038  puedes evitar el problema insertando las imágenes directamente en EPS.
36039 \end_layout
36040
36041 \begin_layout Standard
36042 El documento se puede exportar a PostScript con el menú 
36043 \family sans
36044 Archivo\SpecialChar \menuseparator
36045 Exportar\SpecialChar \menuseparator
36046 Postscript
36047 \family default
36048 .
36049  Se puede ver la salida en PostScript con el menú 
36050 \family sans
36051 Ver\SpecialChar \menuseparator
36052 Postscript 
36053 \family default
36054 o con el botón
36055 \begin_inset space ~
36056 \end_inset
36057
36058
36059 \begin_inset Graphics
36060         filename ../../images/buffer-view_ps.png
36061
36062 \end_inset
36063
36064 .
36065 \end_layout
36066
36067 \begin_layout Section
36068 PDF
36069 \begin_inset Index idx
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073 Formatos de archivo ! PDF
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Index idx
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 PDF
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Standard
36092 Este tipo de archivo tiene la extensión «
36093 \family typewriter
36094 .pdf
36095 \family default
36096 ».
36097  El formato «Portable Document Format» (PDF) fue desarrollado por 
36098 \family typewriter
36099 Adobe
36100 \family default
36101  como derivado de PostScript.
36102  Es más comprimido y utiliza muchos menos comandos que PostScript.
36103  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
36104  operativo y la salida impresa se muestra exactamente igual.
36105 \end_layout
36106
36107 \begin_layout Standard
36108 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
36109  Photographic Experts Group» (JPG, extensión «
36110 \family typewriter
36111 .jpg
36112 \family default
36113 » o «
36114 \family typewriter
36115 .jpeg
36116 \family default
36117 »), y en el formato «Portable Network Graphics» (PNG, extensión «
36118 \family typewriter
36119 .png
36120 \family default
36121 »).
36122  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
36123  en segundo plano a alguno de los anteriores.
36124  Pero como se ha comentado en la sección sobre PostScript, la conversión
36125  de gráficos ralentiza el trabajo.
36126  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
36127  mencionados.
36128 \end_layout
36129
36130 \begin_layout Standard
36131 Un documento se puede exportar a PDF con el menú 
36132 \family sans
36133 Archivo\SpecialChar \menuseparator
36134 Exportar
36135 \family default
36136  en tres modos diferentes:
36137 \end_layout
36138
36139 \begin_layout Description
36140 PDF
36141 \begin_inset space ~
36142 \end_inset
36143
36144 (ps2pdf) Este utiliza el programa 
36145 \family typewriter
36146 ps2pdf
36147 \family default
36148  que crea un PDF a partir de una versión PostScript del archivo.
36149  La versión PostScript es producida por el programa 
36150 \family typewriter
36151 dvips
36152 \family default
36153  que usa una versión DVI como paso intermedio.
36154  Así que este modo de exportación consta de tres conversiones.
36155 \end_layout
36156
36157 \begin_layout Description
36158 PDF
36159 \begin_inset space ~
36160 \end_inset
36161
36162 (dvipdfm) Este utiliza el programa 
36163 \family typewriter
36164 dvipdfm
36165 \family default
36166  que convierte el archivo a DVI en segundo plano y en un segundo paso a
36167  PDF.
36168 \end_layout
36169
36170 \begin_layout Description
36171 PDF
36172 \begin_inset space ~
36173 \end_inset
36174
36175 (pdflatex) Este utiliza el programa 
36176 \family typewriter
36177 pdftex
36178 \family default
36179  que convierte directamente el archivo a PDF.
36180 \end_layout
36181
36182 \begin_layout Standard
36183 Se recomienda usar 
36184 \family sans
36185 PDF
36186 \begin_inset space ~
36187 \end_inset
36188
36189 (pdflatex)
36190 \family default
36191  porque 
36192 \family typewriter
36193 pdftex
36194 \family default
36195  soporta todas las características de las versiones actuales de PDF, es
36196  rápido y estable.
36197  El programa 
36198 \family typewriter
36199 dvipdfm
36200 \family default
36201  ya no se desarrolla y está un poco obsoleto.
36202 \end_layout
36203
36204 \begin_layout Standard
36205 La salida en formato PDF se puede ver con el menú 
36206 \family sans
36207 Ver 
36208 \family default
36209 o con el botón
36210 \begin_inset space ~
36211 \end_inset
36212
36213
36214 \begin_inset Graphics
36215         filename ../../images/buffer-view_pdf2.png
36216         scale 85
36217
36218 \end_inset
36219
36220  (que usa 
36221 \family sans
36222 PDF
36223 \begin_inset space ~
36224 \end_inset
36225
36226 (pdflatex)
36227 \family default
36228 ).
36229 \end_layout
36230
36231 \begin_layout Chapter
36232 Explicación de la ecuación
36233 \begin_inset space ~
36234 \end_inset
36235
36236 (
36237 \begin_inset CommandInset ref
36238 LatexCommand ref
36239 reference "eq:Wgn"
36240
36241 \end_inset
36242
36243 )
36244 \begin_inset CommandInset label
36245 LatexCommand label
36246 name "cap:Explicación-de-la-Ecuación"
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Standard
36254 La anchura total de 
36255 \emph on
36256 n
36257 \emph default
36258  celdas de un cuadro 
36259 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36260 \end_inset
36261
36262  puede calcularse con
36263 \end_layout
36264
36265 \begin_layout Standard
36266 \begin_inset Formula 
36267 \begin{equation}
36268 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36269 \end{equation}
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277 donde 
36278 \begin_inset Formula $W_{g\, n}$
36279 \end_inset
36280
36281  es el ancho dado de todas las celdas.
36282  
36283 \series bold
36284
36285 \backslash
36286 tabcolsep
36287 \series default
36288  es la longitud LaTeX entre el texto y el borde de la celda, 6
36289 \begin_inset space \thinspace{}
36290 \end_inset
36291
36292 pt por omisión.
36293  
36294 \series bold
36295
36296 \backslash
36297 arrayrulewidth
36298 \series default
36299  es el grosor de línea del borde, 0.4
36300 \begin_inset space \thinspace{}
36301 \end_inset
36302
36303 pt por omisión.
36304 \end_layout
36305
36306 \begin_layout Standard
36307 Procediendo como en la ecuación
36308 \begin_inset space ~
36309 \end_inset
36310
36311
36312 \begin_inset CommandInset ref
36313 LatexCommand eqref
36314 reference "eq:Wtot_n"
36315
36316 \end_inset
36317
36318 , el ancho total de una multicolumna, 
36319 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36320 \end_inset
36321
36322  es
36323 \end_layout
36324
36325 \begin_layout Standard
36326 \begin_inset Formula 
36327 \begin{equation}
36328 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36329 \end{equation}
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Standard
36337 Igualando las ecuaciones
36338 \begin_inset space ~
36339 \end_inset
36340
36341
36342 \begin_inset CommandInset ref
36343 LatexCommand eqref
36344 reference "eq:Wtot_n"
36345
36346 \end_inset
36347
36348  y 
36349 \begin_inset CommandInset ref
36350 LatexCommand eqref
36351 reference "eq:Wtot_mult"
36352
36353 \end_inset
36354
36355  podemos calcular el ancho dado necesario 
36356 \begin_inset Formula $W_{g\, n}$
36357 \end_inset
36358
36359  cuando se expanden 
36360 \emph on
36361 n
36362 \emph default
36363  columnas, de forma que cada una de ellas tiene una anchura total 
36364 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36365 \end_inset
36366
36367 :
36368 \end_layout
36369
36370 \begin_layout Standard
36371 \begin_inset Formula 
36372 \begin{equation}
36373 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36374 \end{equation}
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Bibliography
36382 \labelwidthstring Bibliografía
36383 \begin_inset CommandInset bibitem
36384 LatexCommand bibitem
36385 key "latexcompanion"
36386
36387 \end_inset
36388
36389 Frank Mittelbach and Michel Goossens: 
36390 \emph on
36391 The LaTeX Companion Second Edition.
36392
36393 \emph default
36394  Addison-Wesley, 2004
36395 \end_layout
36396
36397 \begin_layout Bibliography
36398 \labelwidthstring Bibliografía
36399 \begin_inset CommandInset bibitem
36400 LatexCommand bibitem
36401 key "latexguide"
36402
36403 \end_inset
36404
36405 Helmut Kopka and Patrick W.
36406  Daly: 
36407 \emph on
36408 A Guide to LaTeX Fourth Edition.
36409
36410 \emph default
36411  Addison-Wesley, 2003
36412 \end_layout
36413
36414 \begin_layout Bibliography
36415 \labelwidthstring Bibliografía
36416 \begin_inset CommandInset bibitem
36417 LatexCommand bibitem
36418 key "latexbook"
36419
36420 \end_inset
36421
36422 Leslie Lamport: 
36423 \emph on
36424 LaTeX: A Document Preparation System.
36425
36426 \emph default
36427  Addison-Wesley, second edition, 1994
36428 \end_layout
36429
36430 \begin_layout Bibliography
36431 \labelwidthstring Bibliografía
36432 \begin_inset CommandInset bibitem
36433 LatexCommand bibitem
36434 key "booktabs"
36435
36436 \end_inset
36437
36438 Documentación del paquete LaTeX 
36439 \series bold
36440
36441 \begin_inset CommandInset href
36442 LatexCommand href
36443 name "booktabs"
36444 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36445
36446 \end_inset
36447
36448
36449 \series default
36450
36451 \begin_inset Index idx
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455 LaTeX-paquetes ! booktabs
36456 \end_layout
36457
36458 \end_inset
36459
36460
36461 \end_layout
36462
36463 \begin_layout Bibliography
36464 \labelwidthstring Bibliografía
36465 \begin_inset CommandInset bibitem
36466 LatexCommand bibitem
36467 key "caption"
36468
36469 \end_inset
36470
36471 Documentación del paquete LaTeX 
36472 \series bold
36473
36474 \begin_inset CommandInset href
36475 LatexCommand href
36476 name "caption"
36477 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36478
36479 \end_inset
36480
36481
36482 \series default
36483
36484 \begin_inset Index idx
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488 LaTeX-paquetes ! caption
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Bibliography
36497 \labelwidthstring Bibliografía
36498 \begin_inset CommandInset bibitem
36499 LatexCommand bibitem
36500 key "endfloat"
36501
36502 \end_inset
36503
36504 Documentación del paquete LaTeX 
36505 \series bold
36506
36507 \begin_inset CommandInset href
36508 LatexCommand href
36509 name "endfloat"
36510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36511
36512 \end_inset
36513
36514
36515 \series default
36516
36517 \begin_inset Index idx
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521 LaTeX-paquetes ! endfloat
36522 \end_layout
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Bibliography
36530 \labelwidthstring Bibliografía
36531 \begin_inset CommandInset bibitem
36532 LatexCommand bibitem
36533 key "footmisc"
36534
36535 \end_inset
36536
36537 Documentación del paquete LaTeX 
36538 \series bold
36539
36540 \begin_inset CommandInset href
36541 LatexCommand href
36542 name "footmisc"
36543 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36544
36545 \end_inset
36546
36547
36548 \series default
36549
36550 \begin_inset Index idx
36551 status collapsed
36552
36553 \begin_layout Plain Layout
36554 LaTeX-paquetes ! footmisc
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Bibliography
36563 \labelwidthstring Bibliografía
36564 \begin_inset CommandInset bibitem
36565 LatexCommand bibitem
36566 key "hypcap"
36567
36568 \end_inset
36569
36570 Documentación del paquete LaTeX 
36571 \series bold
36572
36573 \begin_inset CommandInset href
36574 LatexCommand href
36575 name "hypcap"
36576 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36577
36578 \end_inset
36579
36580
36581 \series default
36582
36583 \begin_inset Index idx
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 LaTeX-paquetes ! hyperref
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Bibliography
36596 \labelwidthstring Bibliografía
36597 \begin_inset CommandInset bibitem
36598 LatexCommand bibitem
36599 key "hyperref"
36600
36601 \end_inset
36602
36603 Documentación del paquete LaTeX 
36604 \series bold
36605
36606 \begin_inset CommandInset href
36607 LatexCommand href
36608 name "hyperref"
36609 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36610
36611 \end_inset
36612
36613
36614 \series default
36615
36616 \begin_inset Index idx
36617 status collapsed
36618
36619 \begin_layout Plain Layout
36620 LaTeX-paquetes ! hyperref
36621 \end_layout
36622
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \begin_layout Bibliography
36629 \labelwidthstring Bibliografía
36630 \begin_inset CommandInset bibitem
36631 LatexCommand bibitem
36632 key "KOMA-Script"
36633
36634 \end_inset
36635
36636 Documentación del paquete LaTeX 
36637 \series bold
36638
36639 \begin_inset CommandInset href
36640 LatexCommand href
36641 name "KOMA-Script"
36642 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36643
36644 \end_inset
36645
36646
36647 \series default
36648
36649 \begin_inset Index idx
36650 status collapsed
36651
36652 \begin_layout Plain Layout
36653 LaTeX-paquetes ! KOMA-Script
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Bibliography
36662 \labelwidthstring Bibliografía
36663 \begin_inset CommandInset bibitem
36664 LatexCommand bibitem
36665 key "listings"
36666
36667 \end_inset
36668
36669 Documentación del paquete LaTeX 
36670 \series bold
36671
36672 \begin_inset CommandInset href
36673 LatexCommand href
36674 name "listings"
36675 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36676
36677 \end_inset
36678
36679
36680 \series default
36681
36682 \begin_inset Index idx
36683 status collapsed
36684
36685 \begin_layout Plain Layout
36686 LaTeX-paquetes ! listings
36687 \end_layout
36688
36689 \end_inset
36690
36691
36692 \end_layout
36693
36694 \begin_layout Bibliography
36695 \labelwidthstring Bibliografía
36696 \begin_inset CommandInset bibitem
36697 LatexCommand bibitem
36698 key "marginnote"
36699
36700 \end_inset
36701
36702 Documentación del paquete LaTeX 
36703 \series bold
36704
36705 \begin_inset CommandInset href
36706 LatexCommand href
36707 name "marginnote"
36708 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36709
36710 \end_inset
36711
36712
36713 \series default
36714
36715 \begin_inset Index idx
36716 status collapsed
36717
36718 \begin_layout Plain Layout
36719 LaTeX-paquetes ! marginnote
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \end_layout
36726
36727 \begin_layout Bibliography
36728 \labelwidthstring Bibliografía
36729 \begin_inset CommandInset bibitem
36730 LatexCommand bibitem
36731 key "lettrine"
36732
36733 \end_inset
36734
36735 Documentación del paquete LaTeX 
36736 \series bold
36737
36738 \begin_inset CommandInset href
36739 LatexCommand href
36740 name "lettrine"
36741 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36742
36743 \end_inset
36744
36745
36746 \series default
36747  y un 
36748 \begin_inset CommandInset href
36749 LatexCommand href
36750 name "ejemplo"
36751 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36752
36753 \end_inset
36754
36755
36756 \begin_inset Index idx
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760 LaTeX-paquetes ! lettrine
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \end_layout
36767
36768 \begin_layout Bibliography
36769 \labelwidthstring Bibliografía
36770 \begin_inset CommandInset bibitem
36771 LatexCommand bibitem
36772 key "pstricks"
36773
36774 \end_inset
36775
36776 Página web del paquete LaTeX 
36777 \series bold
36778
36779 \begin_inset CommandInset href
36780 LatexCommand href
36781 name "PSTricks"
36782 target "http://tug.org/PSTricks/"
36783
36784 \end_inset
36785
36786
36787 \series default
36788
36789 \begin_inset Index idx
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793 LaTeX-paquetes ! PSTricks
36794 \end_layout
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \begin_layout Bibliography
36802 \labelwidthstring Bibliografía
36803 \begin_inset CommandInset bibitem
36804 LatexCommand bibitem
36805 key "sidecap"
36806
36807 \end_inset
36808
36809 Documentación del paquete LaTeX 
36810 \series bold
36811
36812 \begin_inset CommandInset href
36813 LatexCommand href
36814 name "sidecap"
36815 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36816
36817 \end_inset
36818
36819
36820 \series default
36821
36822 \begin_inset Index idx
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826 LaTeX-paquetes ! sidecap
36827 \end_layout
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \begin_layout Bibliography
36835 \labelwidthstring Bibliografía
36836 \begin_inset CommandInset bibitem
36837 LatexCommand bibitem
36838 key "prettyref"
36839
36840 \end_inset
36841
36842 Documentación del paquete LaTeX 
36843 \series bold
36844
36845 \begin_inset CommandInset href
36846 LatexCommand href
36847 name "prettyref"
36848 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36849
36850 \end_inset
36851
36852
36853 \series default
36854
36855 \begin_inset Index idx
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859 LaTeX-paquetes ! prettyref
36860 \end_layout
36861
36862 \end_inset
36863
36864
36865 \end_layout
36866
36867 \begin_layout Bibliography
36868 \labelwidthstring Bibliografía
36869 \begin_inset CommandInset bibitem
36870 LatexCommand bibitem
36871 key "refstyle"
36872
36873 \end_inset
36874
36875 Documentación del paquete LaTeX 
36876 \series bold
36877
36878 \begin_inset CommandInset href
36879 LatexCommand href
36880 name "refstyle"
36881 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
36882
36883 \end_inset
36884
36885
36886 \series default
36887
36888 \begin_inset Index idx
36889 status collapsed
36890
36891 \begin_layout Plain Layout
36892 LaTeX-paquetes ! refstyle
36893 \end_layout
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Bibliography
36901 \labelwidthstring Bibliografía
36902 \begin_inset CommandInset bibitem
36903 LatexCommand bibitem
36904 key "NewInLyX20"
36905
36906 \end_inset
36907
36908
36909 \begin_inset CommandInset href
36910 LatexCommand href
36911 name "Página wiki"
36912 target "http://wiki.lyx.org/LyX/NewInLyX20"
36913
36914 \end_inset
36915
36916  sobre características nuevas para la versión 
36917 \family sans
36918 LyX
36919 \begin_inset space ~
36920 \end_inset
36921
36922 2.0
36923 \family default
36924 .
36925 \end_layout
36926
36927 \begin_layout Standard
36928 \begin_inset CommandInset index_print
36929 LatexCommand printindex
36930 type "idx"
36931
36932 \end_inset
36933
36934
36935 \end_layout
36936
36937 \end_body
36938 \end_document