]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
documentation files:
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{grisclaro}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118 % en español
119 \floatname{algorithm}{Algoritmo}
120
121
122 % ------------------------------------
123 % used to check for needed LaTeX packages
124 \usepackage{ifthen}
125
126 % check for package arydshln
127 % used for tables with dashed lines
128 \newboolean{arydshln}
129 \IfFileExists{arydshln.sty}
130  {\usepackage{arydshln}
131   \setboolean{arydshln}{true}}
132  {\setboolean{arydshln}{false}}
133
134 % check for package marginnote
135 % used for margin notes
136 \newboolean{marginnote}
137 \IfFileExists{marginnote.sty}
138  {\usepackage{marginnote}
139   \let\marginpar\marginnote
140   \setboolean{marginnote}{true}}
141  {\setboolean{marginnote}{false}}
142
143 % check for package sidecap
144 % used for captions on the side
145 \newboolean{sidecap}
146 \IfFileExists{sidecap.sty}
147  {\usepackage{sidecap}
148   \setboolean{sidecap}{true}}
149  {\setboolean{sidecap}{false}}
150
151 % check for picinpar
152 % used for surrounded fixed objects
153 \newboolean{picinpar}
154 \IfFileExists{picinpar.sty}
155  {\usepackage{picinpar}
156   \setboolean{picinpar}{true}}
157  {\setboolean{picinpar}{false}}
158
159 % to translate the listing label
160 % para traducir la etiqueta listing
161 \renewcommand{\lstlistingname}{Listado}
162 \end_preamble
163 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
164 \use_default_options false
165 \begin_modules
166 initials
167 \end_modules
168 \maintain_unincluded_children false
169 \language spanish
170 \language_package default
171 \inputencoding auto
172 \fontencoding global
173 \font_roman default
174 \font_sans default
175 \font_typewriter default
176 \font_default_family default
177 \use_non_tex_fonts false
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \default_output_format default
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
192 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
205 \papersize default
206 \use_geometry false
207 \use_amsmath 2
208 \use_esint 0
209 \use_mhchem 1
210 \use_mathdots 1
211 \cite_engine basic
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Índice
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language french
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \bullet 1 1 34 -1
231 \bullet 2 2 35 -1
232 \bullet 3 2 7 -1
233 \tracking_changes false
234 \output_changes false
235 \html_math_output 0
236 \html_css_as_file 0
237 \html_be_strict false
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
244  en LyX
245 \end_layout
246
247 \begin_layout Author
248 por el Equipo LyX
249 \begin_inset Foot
250 status collapsed
251
252 \begin_layout Plain Layout
253 \noindent
254 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
255  de Documentación de LyX: 
256 \begin_inset CommandInset href
257 LatexCommand href
258 name "lyx-docs@lists.lyx.org"
259 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
260 type "mailto:"
261
262 \end_inset
263
264
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Note Note
271 status collapsed
272
273 \begin_layout Plain Layout
274 Autor: Uwe Stöhr
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 Traducción de: Ignacio García
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Versión 2.0.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
317  estar instalados los paquetes LaTeX 
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 lettrine, marginnote, picinpar
328 \series default
329  y 
330 \series bold
331 sidecap
332 \series default
333 .
334  Si no están instalados, también podrás exportar el documento, pero las
335  secciones en que dichos paquetes son necesarios no aparecen en la salida.
336 \end_layout
337
338 \begin_layout Plain Layout
339 La última versión en PDF de este documento puede encontrarse aquí:
340 \series bold
341
342 \begin_inset Newline newline
343 \end_inset
344
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figuras
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figuras
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Gráficos|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figuras
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Diálogo de gráficos
401 \begin_inset CommandInset label
402 LatexCommand label
403 name "sec:Diálogo-Gráficos"
404
405 \end_inset
406
407
408 \begin_inset Index idx
409 status collapsed
410
411 \begin_layout Plain Layout
412 Figuras ! Diálogo de gráficos
413 \end_layout
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
422  texto que desees y haz clic en el icono 
423 \begin_inset Graphics
424         filename ../../images/dialog-show-new-inset_graphics.png
425         scale 85
426
427 \end_inset
428
429  o en el menú 
430 \family sans
431 Insertar\SpecialChar \menuseparator
432 Imagen
433 \family default
434 .
435  Aparecerá un diálogo para escoger el archivo a cargar.
436  La imagen aparecerá en el archivo de salida exactamente en la misma posición
437  en la que la has colocado.
438 \end_layout
439
440 \begin_layout Standard
441 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
442  una imagen.
443  Este diálogo tiene tres pestañas:
444 \end_layout
445
446 \begin_layout Description
447 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
448  presentación en LyX y en la salida.
449  En el apéndice
450 \begin_inset space ~
451 \end_inset
452
453
454 \begin_inset CommandInset ref
455 LatexCommand ref
456 reference "cap:Unidades-disponibles-en"
457
458 \end_inset
459
460  se detallan las unidades disponibles para el tamaño del gráfico.
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Figuras ! Rotar
470 \end_layout
471
472 \end_inset
473
474 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
475  un ángulo y un origen de rotación.
476  La imagen también gira en LyX.
477 \begin_inset Newline newline
478 \end_inset
479
480
481 \begin_inset Index idx
482 status open
483
484 \begin_layout Plain Layout
485 Figuras ! Redimensionar
486 \end_layout
487
488 \end_inset
489
490 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
491 ente la altura y la anchura.
492  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
493  automáticamente.
494  Si fijas ambas dimensiones
495 \family sans
496 ,
497 \family default
498  la imagen se adaptará a ellas, posiblemente distorsionada.
499  Para evitar distorsión en la imagen marca la opción 
500 \family sans
501 Mantener
502 \begin_inset space ~
503 \end_inset
504
505 proporción
506 \family default
507 .
508  En ese caso la imagen será modificada de forma que su anchura y su altura
509  no excedan de las dimensiones especificadas.
510 \begin_inset Newline newline
511 \end_inset
512
513 Las imágenes se pueden abrir en el programa de tu elección con la entrada
514 \family sans
515  Editar
516 \begin_inset space ~
517 \end_inset
518
519  externamente
520 \family default
521  del menú contextual que aparece al hacer clic derecho sobre la imagen.
522  Los programas visor y editor para cada formato de imagen se pueden establecer
523  en la configuración de formatos de archivo de las preferencias de LyX.
524 \end_layout
525
526 \begin_layout Description
527 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
528  coordenadas de la imagen para ajustar su altura y anchura en la salida.
529  Además, las coordenadas se pueden calcular automáticamente pinchando el
530  botón 
531 \family sans
532 Obtener
533 \begin_inset space ~
534 \end_inset
535
536 de
537 \begin_inset space ~
538 \end_inset
539
540 archivo
541 \family default
542 .
543  El botón 
544 \family sans
545 Recortar
546 \begin_inset space ~
547 \end_inset
548
549 al
550 \begin_inset space ~
551 \end_inset
552
553 cuadro
554 \begin_inset space ~
555 \end_inset
556
557 delimitador
558 \family default
559  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
560 as.
561  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
562 \end_layout
563
564 \begin_layout Description
565 Opciones
566 \begin_inset space ~
567 \end_inset
568
569 de
570 \begin_inset space ~
571 \end_inset
572
573 LaTeX
574 \begin_inset space ~
575 \end_inset
576
577 y
578 \begin_inset space ~
579 \end_inset
580
581 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
582  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
583 \begin_inset Newline newline
584 \end_inset
585
586 La opción 
587 \family sans
588 Modo
589 \begin_inset space ~
590 \end_inset
591
592 borrador
593 \family default
594  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
595 \begin_inset Newline newline
596 \end_inset
597
598 La opción 
599 \family sans
600 No
601 \begin_inset space ~
602 \end_inset
603
604 descomprimir
605 \begin_inset space ~
606 \end_inset
607
608 al
609 \begin_inset space ~
610 \end_inset
611
612 exportar
613 \family default
614  sólo afecta a los gráficos EPS comprimidos, por ejemplo
615 \begin_inset space ~
616 \end_inset
617
618
619 \emph on
620 x.eps.gz
621 \emph default
622 .
623  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
624  puesto que LaTeX puede manejarlas como están.
625 \begin_inset Newline newline
626 \end_inset
627
628 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
629  utiliza PostScript como formato de salida, véase apéndice
630 \begin_inset space ~
631 \end_inset
632
633
634 \begin_inset CommandInset ref
635 LatexCommand ref
636 reference "sec:PostScript"
637
638 \end_inset
639
640 .
641  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
642  o en consola de Windows:
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 gzip x.eps
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654
655 \series bold
656 zgrep %%Bounding x.eps.gz > x.eps.bb
657 \series default
658
659 \begin_inset Newline newline
660 \end_inset
661
662 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
663  LaTeX para gráficos comprimidos.
664 \begin_inset Newline newline
665 \end_inset
666
667 El campo 
668 \family sans
669 Nombre
670 \begin_inset space ~
671 \end_inset
672
673 de
674 \begin_inset space ~
675 \end_inset
676
677 grupo
678 \family default
679  permite definir un conjunto de ajustes de imagen.
680 \begin_inset Index idx
681 status collapsed
682
683 \begin_layout Plain Layout
684 Figuras ! Agrupación de ajustes
685 \end_layout
686
687 \end_inset
688
689  Las imágenes incluidas en un grupo comparten sus características, de modo
690  que al modificar las de una imagen del grupo se modifican igualmente las
691  de las demás imágenes del grupo.
692  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
693  necesidad de hacerlo individualmente para cada una de ellas.
694  Además se puede integrar una imagen en un grupo existente marcando el nombre
695  del mismo en el menú contextual de la imagen.
696  
697 \end_layout
698
699 \begin_layout Standard
700 \begin_inset VSpace bigskip
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 Esto es un ejemplo de imagen en formato EPS
708 \begin_inset Foot
709 status collapsed
710
711 \begin_layout Plain Layout
712 Los formatos de imagen se explican en el sección
713 \begin_inset space ~
714 \end_inset
715
716
717 \begin_inset CommandInset ref
718 LatexCommand ref
719 reference "sec:Formatos-de-imagen"
720
721 \end_inset
722
723 .
724 \end_layout
725
726 \end_inset
727
728  en un párrafo separado centrado horizontalmente:
729 \end_layout
730
731 \begin_layout Standard
732 \align center
733 \begin_inset Graphics
734         filename ../clipart/mobius.eps
735         scale 70
736         clip
737         rotateOrigin center
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 Esta es la misma imagen pero en modo borrador:
746 \end_layout
747
748 \begin_layout Standard
749 \align center
750 \begin_inset Graphics
751         filename ../clipart/mobius.eps
752         scale 70
753         draft
754         rotateOrigin center
755
756 \end_inset
757
758
759 \begin_inset Newpage newpage
760 \end_inset
761
762
763 \end_layout
764
765 \begin_layout Section
766 Figuras flotantes
767 \begin_inset CommandInset label
768 LatexCommand label
769 name "sec:Figuras-Flotantes"
770
771 \end_inset
772
773
774 \begin_inset Index idx
775 status collapsed
776
777 \begin_layout Plain Layout
778 Flotantes ! Figuras
779 \end_layout
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Figuras ! Flotantes
789 \end_layout
790
791 \end_inset
792
793
794 \end_layout
795
796 \begin_layout Standard
797 Para información general sobre flotantes, echa una ojeada a la sección
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "sec:Introducción-Flotantes"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \begin_layout Standard
812 El botón 
813 \begin_inset Graphics
814         filename ../../images/float-insert_figure.png
815         scale 85
816
817 \end_inset
818
819  y el menú 
820 \family sans
821 Insertar\SpecialChar \menuseparator
822 Flotante\SpecialChar \menuseparator
823 Figura
824 \family default
825  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
826  La imagen se puede insertar sobre la leyenda, como en la figura
827 \begin_inset space ~
828 \end_inset
829
830
831 \begin_inset CommandInset ref
832 LatexCommand ref
833 reference "fig:kill-plat"
834
835 \end_inset
836
837 , o bajo ella, como en la figura
838 \begin_inset space ~
839 \end_inset
840
841
842 \begin_inset CommandInset ref
843 LatexCommand ref
844 reference "fig:escher"
845
846 \end_inset
847
848 .
849  Más información sobre ubicación de leyendas en la sección
850 \begin_inset space ~
851 \end_inset
852
853
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "sec:Colocación-de-leyendas"
857
858 \end_inset
859
860 .
861 \end_layout
862
863 \begin_layout Standard
864 \begin_inset Float figure
865 wide false
866 sideways false
867 status open
868
869 \begin_layout Plain Layout
870 \align center
871 \begin_inset Graphics
872         filename ../clipart/platypus.eps
873         width 50col%
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "fig:kill-plat"
888
889 \end_inset
890
891 Un ornitorrinco muy distorsionado en un flotante.
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Standard
905 \begin_inset Float figure
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \begin_inset Caption
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "fig:escher"
917
918 \end_inset
919
920 M.C.
921  Escher en ácido.
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Plain Layout
930 \align center
931 \begin_inset Graphics
932         filename ../clipart/escher-lsd.eps
933         scale 80
934         rotateOrigin center
935
936 \end_inset
937
938
939 \end_layout
940
941 \end_inset
942
943
944 \end_layout
945
946 \begin_layout Standard
947 \begin_inset Index idx
948 status collapsed
949
950 \begin_layout Plain Layout
951 Referencias ! a figuras
952 \end_layout
953
954 \end_inset
955
956 Las figuras
957 \begin_inset space ~
958 \end_inset
959
960
961 \begin_inset CommandInset ref
962 LatexCommand ref
963 reference "fig:kill-plat"
964
965 \end_inset
966
967  y 
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "fig:escher"
971
972 \end_inset
973
974  son ejemplos de figuras con referencias cruzadas.
975  Las figuras pueden tener referencias cruzadas en el documento mediante
976  referencia a su etiqueta.
977  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
978 \family sans
979 Insertar\SpecialChar \menuseparator
980 Etiqueta
981 \family default
982  o el botón 
983 \begin_inset Graphics
984         filename ../../images/label-insert.png
985         scale 85
986
987 \end_inset
988
989 .
990  Ahora puedes referirte a la etiqueta usando el menú 
991 \family sans
992 Insertar\SpecialChar \menuseparator
993 Referencia
994 \begin_inset space ~
995 \end_inset
996
997 cruzada
998 \family default
999  o el botón 
1000 \begin_inset Graphics
1001         filename ../../images/dialog-show-new-inset_ref.png
1002         scale 85
1003
1004 \end_inset
1005
1006 .
1007  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1008  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1009  en el documento final, podría no quedar «arriba» precisamente.
1010 \begin_inset Newline newline
1011 \end_inset
1012
1013 Las referencias se explican con detalle en la sección
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "sec:Referencias-a-Flotantes"
1021
1022 \end_inset
1023
1024 .
1025 \end_layout
1026
1027 \begin_layout Standard
1028 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1029  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1030  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1031  existente.
1032  La figura
1033 \begin_inset space ~
1034 \end_inset
1035
1036
1037 \begin_inset CommandInset ref
1038 LatexCommand ref
1039 reference "fig:Dos-imágenes-distorsionadas"
1040
1041 \end_inset
1042
1043  es un ejemplo de figura flotante con dos imágenes adosadas.
1044  También se pueden poner una sobre otra.
1045  Las subfiguras son
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "fig:Estructura-indefinible"
1053
1054 \end_inset
1055
1056  y
1057 \begin_inset space ~
1058 \end_inset
1059
1060
1061 \begin_inset CommandInset ref
1062 LatexCommand ref
1063 reference "fig:Ornitorrinco"
1064
1065 \end_inset
1066
1067 .
1068 \end_layout
1069
1070 \begin_layout Standard
1071 \begin_inset Float figure
1072 wide false
1073 sideways false
1074 status open
1075
1076 \begin_layout Plain Layout
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status open
1085
1086 \begin_layout Plain Layout
1087 \begin_inset Caption
1088
1089 \begin_layout Plain Layout
1090 \begin_inset CommandInset label
1091 LatexCommand label
1092 name "fig:Estructura-indefinible"
1093
1094 \end_inset
1095
1096 Estructura indefinible
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Graphics
1106         filename ../clipart/escher-lsd.eps
1107         width 45col%
1108         groupId distorsionadas
1109
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \begin_inset space \hfill{}
1119 \end_inset
1120
1121
1122 \begin_inset Float figure
1123 wide false
1124 sideways false
1125 status open
1126
1127 \begin_layout Plain Layout
1128 \begin_inset Caption
1129
1130 \begin_layout Plain Layout
1131 \begin_inset CommandInset label
1132 LatexCommand label
1133 name "fig:Ornitorrinco"
1134
1135 \end_inset
1136
1137 Ornitorrinco
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \begin_layout Plain Layout
1146 \begin_inset Graphics
1147         filename ../clipart/platypus.eps
1148         width 45col%
1149         groupId distorsionadas
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Plain Layout
1166 \begin_inset Caption
1167
1168 \begin_layout Plain Layout
1169 \begin_inset CommandInset label
1170 LatexCommand label
1171 name "fig:Dos-imágenes-distorsionadas"
1172
1173 \end_inset
1174
1175 Dos imágenes distorsionadas.
1176  Ambas están en el grupo llamado «distorsionadas».
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \begin_inset Newpage newpage
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \begin_layout Section
1194 Formatos de imagen
1195 \begin_inset CommandInset label
1196 LatexCommand label
1197 name "sec:Formatos-de-imagen"
1198
1199 \end_inset
1200
1201
1202 \begin_inset Index idx
1203 status collapsed
1204
1205 \begin_layout Plain Layout
1206 Formatos de imagen
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \begin_inset Index idx
1213 status collapsed
1214
1215 \begin_layout Plain Layout
1216 Figuras ! Formatos de imagen
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \begin_layout Standard
1225 Puedes insertar imágenes en cualquier formato.
1226  Pero como se explica en el apéndice
1227 \begin_inset space ~
1228 \end_inset
1229
1230
1231 \begin_inset CommandInset ref
1232 LatexCommand ref
1233 reference "cap:Formatos-de-Archivos-de-Salida"
1234
1235 \end_inset
1236
1237 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1238  de archivo de imagen.
1239  Por eso LyX usa el programa 
1240 \family typewriter
1241 ImageMagick
1242 \family default
1243  en segundo plano para convertir imágenes al formato adecuado.
1244  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1245  los formatos de imagen admitidos en el formato de archivo de salida.
1246  Los formatos de salida se explican en el apéndice
1247 \begin_inset space ~
1248 \end_inset
1249
1250
1251 \begin_inset CommandInset ref
1252 LatexCommand ref
1253 reference "cap:Formatos-de-Archivos-de-Salida"
1254
1255 \end_inset
1256
1257 .
1258 \end_layout
1259
1260 \begin_layout Standard
1261 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1262 \end_layout
1263
1264 \begin_layout Description
1265 Imágenes
1266 \begin_inset space ~
1267 \end_inset
1268
1269 mapa
1270 \begin_inset space ~
1271 \end_inset
1272
1273 de
1274 \begin_inset space ~
1275 \end_inset
1276
1277 bits
1278 \begin_inset space ~
1279 \end_inset
1280
1281 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1282  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1283  de zoom.
1284  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1285  Format» (GIF, extensión «
1286 \family typewriter
1287 .gif
1288 \family default
1289 »)
1290 \begin_inset Index idx
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294 GIF|see
1295 \begin_inset ERT
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299
1300 {
1301 \end_layout
1302
1303 \end_inset
1304
1305 Formatos de imagen
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 }
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321 , «Portable Network Graphics» (PNG, extensión «
1322 \family typewriter
1323 .png
1324 \family default
1325 »)
1326 \begin_inset Index idx
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 PNG|see
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 {
1337 \end_layout
1338
1339 \end_inset
1340
1341 Formatos de imagen
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 }
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357 , y «Joint Photographic Experts Group» (JPG, extensión «
1358 \family typewriter
1359 .jpg
1360 \family default
1361 » o «
1362 \family typewriter
1363 .jpeg
1364 \family default
1365 »)
1366 \begin_inset Index idx
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370 JPG|see
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 {
1377 \end_layout
1378
1379 \end_inset
1380
1381 Formatos de imagen
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 }
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \end_inset
1396
1397 .
1398 \end_layout
1399
1400 \begin_layout Description
1401 Imágenes
1402 \begin_inset space ~
1403 \end_inset
1404
1405 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1406 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1407  La posibilidad de variar la escala hace falta para crear presentaciones,
1408  porque éstas siempre son redimensionadas por el proyector.
1409  La modificación de la escala también es útil en los documentos en línea
1410  para permitir el zoom en diagramas.
1411 \begin_inset Newline newline
1412 \end_inset
1413
1414 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1415  (SVG, extensión «
1416 \family typewriter
1417 .svg
1418 \family default
1419 »)
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 SVG|see
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 {
1431 \end_layout
1432
1433 \end_inset
1434
1435 Formatos de imagen
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 }
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450
1451 , «Encapsulated PostScript» (EPS, extensión «
1452 \family typewriter
1453 .eps
1454 \family default
1455 »)
1456 \begin_inset Index idx
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 EPS|see
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 {
1467 \end_layout
1468
1469 \end_inset
1470
1471 Formatos de imagen
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 }
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486
1487 , «Portable Document Format» (PDF, extensión «
1488 \family typewriter
1489 .pdf
1490 \family default
1491 »)
1492 \begin_inset Index idx
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496 PDF|see
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 {
1503 \end_layout
1504
1505 \end_inset
1506
1507 Formatos de imagen
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 }
1514 \end_layout
1515
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522
1523 , y «Windows Metafile» (WMF, extensión «
1524 \family typewriter
1525 .wmf
1526 \family default
1527 »)
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 WMF|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Formatos de imagen
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559 .
1560  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1561  a PDF o EPS y el resultado será todavía una imagen bitmap.
1562  En estos casos sólo se añade a la imagen original una cabecera con las
1563  propiedades de la imagen.
1564 \begin_inset Foot
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 En el caso de PDF, además se comprime la imagen original.
1569 \end_layout
1570
1571 \end_inset
1572
1573  Por ejemplo, los archivos PDF generados por 
1574 \family typewriter
1575 Adobe Photoshop
1576 \family default
1577  son imágenes bitmap.
1578 \end_layout
1579
1580 \begin_layout Standard
1581 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1582  escala pero sí al contrario.
1583  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1584  archivos de salida PDF y PostScript, respectivamente.
1585  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1586  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1587 \begin_inset Formula $\to$
1588 \end_inset
1589
1590  PDF/EPS.
1591 \end_layout
1592
1593 \begin_layout Chapter
1594 Cuadros y tablas
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 Cuadros
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \begin_inset Index idx
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 Tablas|see 
1610 \begin_inset ERT
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614
1615 {
1616 \end_layout
1617
1618 \end_inset
1619
1620 Cuadros
1621 \begin_inset ERT
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625
1626 }
1627 \end_layout
1628
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \begin_layout Section
1640 Introducción
1641 \begin_inset Index idx
1642 status collapsed
1643
1644 \begin_layout Plain Layout
1645 Cuadros ! Introducción
1646 \end_layout
1647
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \begin_layout Standard
1654 Puede insertarse un cuadro mediante el botón 
1655 \begin_inset Graphics
1656         filename ../../images/tabular-insert.png
1657         scale 85
1658
1659 \end_inset
1660
1661  o el menú 
1662 \family sans
1663 Insertar\SpecialChar \menuseparator
1664 Cuadro/Tabla
1665 \family default
1666 .
1667  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1668  el número de filas y de columnas del cuadro.
1669  Si usas el menú aparece un diálogo en el que se pide el número de filas
1670  y columnas.
1671  
1672 \begin_inset Newline newline
1673 \end_inset
1674
1675 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1676  fila aparece separada por una línea doble: el borde inferior de la primera
1677  fila y el borde superior de la segunda fila.
1678  Ejemplo de cuadro:
1679 \end_layout
1680
1681 \begin_layout Standard
1682 \align center
1683 \begin_inset Tabular
1684 <lyxtabular version="3" rows="4" columns="4">
1685 <features tabularvalignment="middle">
1686 <column alignment="center" valignment="top" width="0">
1687 <column alignment="center" valignment="top" width="0pt">
1688 <column alignment="center" valignment="top" width="0in">
1689 <column alignment="center" valignment="top" width="0pt">
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704
1705 \family roman
1706 \series medium
1707 \shape up
1708 \size normal
1709 \emph off
1710 \bar no
1711 \noun off
1712 \color none
1713 1
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722 2
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731 3
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 </row>
1737 <row>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \family roman
1744 \series medium
1745 \shape up
1746 \size normal
1747 \emph off
1748 \bar no
1749 \noun off
1750 \color none
1751 A
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 </row>
1784 <row>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \family roman
1791 \series medium
1792 \shape up
1793 \size normal
1794 \emph off
1795 \bar no
1796 \noun off
1797 \color none
1798 B
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \size normal
1818 \noun off
1819 \color none
1820  
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 </row>
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \family roman
1842 \series medium
1843 \shape up
1844 \size normal
1845 \emph off
1846 \bar no
1847 \noun off
1848 \color none
1849 C
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1864 \begin_inset Text
1865
1866 \begin_layout Plain Layout
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 </lyxtabular>
1883
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \begin_layout Section
1890 Diálogo de cuadros
1891 \begin_inset Index idx
1892 status collapsed
1893
1894 \begin_layout Plain Layout
1895 Cuadros ! Configuración
1896 \end_layout
1897
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \begin_layout Standard
1904 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1905  ella con el botón derecho del ratón.
1906  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1907  encuentra el cursor.
1908  La mayoría de opciones también trabajan sobre una selección de celdas,
1909  de filas o de columnas.
1910  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1911  su 
1912 \emph on
1913 contenido
1914 \emph default
1915 .
1916 \begin_inset Newline newline
1917 \end_inset
1918
1919 Con la opción del diálogo 
1920 \family sans
1921 Aplicar inmediatamente
1922 \family default
1923  cada cambio que hagas se aplica directamente.
1924  Si mueves el cursor a otra celda el diálogo también se actualizará con
1925  los parámetros de la nueva celda.
1926  Si cambias valores de longitud debes pulsar la tecla 
1927 \family sans
1928 Entrar
1929 \family default
1930  para aplicar los cambios.
1931 \begin_inset Newline newline
1932 \end_inset
1933
1934 En el cuadro de diálogo aparecen las siguientes solapas:
1935 \end_layout
1936
1937 \begin_layout Description
1938
1939 \family sans
1940 Configuración
1941 \begin_inset space ~
1942 \end_inset
1943
1944 del
1945 \begin_inset space ~
1946 \end_inset
1947
1948 cuadro
1949 \family default
1950  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1951  actual o del cuadro completo.
1952 \begin_inset Index idx
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956 Cuadros ! Anchura
1957 \end_layout
1958
1959 \end_inset
1960
1961  La alineación 
1962 \family sans
1963 Al separador decimal
1964 \family default
1965  se describe en la sección
1966 \begin_inset space ~
1967 \end_inset
1968
1969
1970 \begin_inset CommandInset ref
1971 LatexCommand ref
1972 reference "sub:Alineación-especial-de"
1973
1974 \end_inset
1975
1976 .
1977  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1978  Una anchura determinada permite tener saltos de línea y distintos párrafos
1979  de texto, véase sección
1980 \begin_inset space ~
1981 \end_inset
1982
1983
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "sub:Líneas-Múltiples-en"
1987
1988 \end_inset
1989
1990 .
1991  Si no estableces anchura, la columna será tan ancha como el contenido de
1992  la celda más ancha.
1993 \begin_inset Newline newline
1994 \end_inset
1995
1996 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1997  véase sección
1998 \begin_inset space ~
1999 \end_inset
2000
2001
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "sub:Multicolumnas"
2005
2006 \end_inset
2007
2008 , o las celdas de una columna como celda multifila, véase sección
2009 \begin_inset space ~
2010 \end_inset
2011
2012
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sub:Multifilas"
2016
2017 \end_inset
2018
2019 .
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2024  90º en el sentido de las agujas del reloj.
2025  La rotación no se ve en LyX, sí en la salida.
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029
2030 \begin_inset Note Greyedout
2031 status open
2032
2033 \begin_layout Plain Layout
2034
2035 \series bold
2036 Nota:
2037 \series default
2038  no todos los visores DVI pueden mostrar rotaciones.
2039 \end_layout
2040
2041 \end_inset
2042
2043
2044 \begin_inset Newline newline
2045 \end_inset
2046
2047 La alineación vertical del cuadro completo se usa para cuadros en líneas
2048  de texto:
2049 \begin_inset Newline newline
2050 \end_inset
2051
2052 Línea con cuadros con diferentes alineaciones: 
2053 \begin_inset Tabular
2054 <lyxtabular version="3" rows="2" columns="2">
2055 <features tabularvalignment="top">
2056 <column alignment="center" valignment="top" width="0pt">
2057 <column alignment="center" valignment="top" width="0">
2058 <row>
2059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2069 \begin_inset Text
2070
2071 \begin_layout Plain Layout
2072 1
2073 \end_layout
2074
2075 \end_inset
2076 </cell>
2077 </row>
2078 <row>
2079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2080 \begin_inset Text
2081
2082 \begin_layout Plain Layout
2083 A
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2089 \begin_inset Text
2090
2091 \begin_layout Plain Layout
2092
2093 \end_layout
2094
2095 \end_inset
2096 </cell>
2097 </row>
2098 </lyxtabular>
2099
2100 \end_inset
2101
2102  
2103 \begin_inset Tabular
2104 <lyxtabular version="3" rows="2" columns="2">
2105 <features tabularvalignment="middle">
2106 <column alignment="center" valignment="top" width="0">
2107 <column alignment="center" valignment="top" width="0">
2108 <row>
2109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2110 \begin_inset Text
2111
2112 \begin_layout Plain Layout
2113
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2119 \begin_inset Text
2120
2121 \begin_layout Plain Layout
2122 1
2123 \end_layout
2124
2125 \end_inset
2126 </cell>
2127 </row>
2128 <row>
2129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133 A
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2139 \begin_inset Text
2140
2141 \begin_layout Plain Layout
2142
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 </lyxtabular>
2149
2150 \end_inset
2151
2152  
2153 \begin_inset Tabular
2154 <lyxtabular version="3" rows="2" columns="2">
2155 <features tabularvalignment="bottom">
2156 <column alignment="center" valignment="top" width="0pt">
2157 <column alignment="center" valignment="top" width="0">
2158 <row>
2159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2160 \begin_inset Text
2161
2162 \begin_layout Plain Layout
2163
2164 \end_layout
2165
2166 \end_inset
2167 </cell>
2168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2169 \begin_inset Text
2170
2171 \begin_layout Plain Layout
2172 1
2173 \end_layout
2174
2175 \end_inset
2176 </cell>
2177 </row>
2178 <row>
2179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183 A
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 </row>
2198 </lyxtabular>
2199
2200 \end_inset
2201
2202
2203 \begin_inset Newline newline
2204 \end_inset
2205
2206 También es posible introducir argumentos LaTeX necesarios para formatos
2207  especiales, véanse las secciones
2208 \begin_inset space ~
2209 \end_inset
2210
2211
2212 \begin_inset CommandInset ref
2213 LatexCommand ref
2214 reference "sub:Cálculos-en-Multicolumnas"
2215
2216 \end_inset
2217
2218  y
2219 \begin_inset space ~
2220 \end_inset
2221
2222
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "sec:Cuadros-Coloreados"
2226
2227 \end_inset
2228
2229 .
2230 \end_layout
2231
2232 \begin_layout Description
2233
2234 \family sans
2235 Bordes
2236 \family default
2237  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2238  Puedes elegir para el cuadro un estilo 
2239 \family sans
2240 Formal
2241 \family default
2242 , como se describe en la sección
2243 \begin_inset space ~
2244 \end_inset
2245
2246
2247 \begin_inset CommandInset ref
2248 LatexCommand ref
2249 reference "sec:Cuadros-Formales"
2250
2251 \end_inset
2252
2253 .
2254 \begin_inset Newline newline
2255 \end_inset
2256
2257 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2258  se describe en la sección
2259 \begin_inset space ~
2260 \end_inset
2261
2262
2263 \begin_inset CommandInset ref
2264 LatexCommand ref
2265 reference "sub:Espacio-adicional"
2266
2267 \end_inset
2268
2269
2270 \end_layout
2271
2272 \begin_layout Description
2273
2274 \family sans
2275 Cuadro
2276 \begin_inset space ~
2277 \end_inset
2278
2279 largo
2280 \family default
2281  Para hacer 
2282 \emph on
2283 cuadros largos
2284 \emph default
2285  que pueden extenderse por varias páginas.
2286  Las secciones
2287 \begin_inset space ~
2288 \end_inset
2289
2290
2291 \begin_inset CommandInset ref
2292 LatexCommand ref
2293 reference "sec:Cuadros-Largos"
2294
2295 \end_inset
2296
2297  y 
2298 \begin_inset CommandInset ref
2299 LatexCommand ref
2300 reference "sec:Particularidades-cuadros-largos"
2301
2302 \end_inset
2303
2304  describen sus características en detalle.
2305 \end_layout
2306
2307 \begin_layout Section
2308 Barra de herramientas de cuadros
2309 \begin_inset Index idx
2310 status collapsed
2311
2312 \begin_layout Plain Layout
2313 Cuadros ! Barra de herramientas
2314 \end_layout
2315
2316 \end_inset
2317
2318
2319 \end_layout
2320
2321 \begin_layout Standard
2322 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2323  para cambiar los cuadros de manera más rápida.
2324  Normalmente debería aparecer en la parte inferior de la ventana principal
2325  de LyX cuando el cursor está dentro de un cuadro.
2326  En cualquier momento se puede presentar esta barra pulsando con el botón
2327  derecho del ratón en cualquier punto de la barra principal de menú.
2328 \end_layout
2329
2330 \begin_layout Standard
2331 La barra de herramientas tiene los siguientes iconos:
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Graphics
2337         filename ../../images/tabular-feature_append-row.png
2338
2339 \end_inset
2340
2341  añade una fila bajo la celda actual o selección
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_append-column.png
2348
2349 \end_inset
2350
2351  añade una columna a la derecha de la celda actual o selección
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_delete-row.png
2358
2359 \end_inset
2360
2361  borra la fila actual o selección
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Graphics
2367         filename ../../images/tabular-feature_delete-column.png
2368
2369 \end_inset
2370
2371  borra la columna actual o selección
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Graphics
2377         filename ../../images/tabular-feature_toggle-line-top.png
2378
2379 \end_inset
2380
2381  añade un borde superior en la celda/fila actual o la selección
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Graphics
2387         filename ../../images/tabular-feature_toggle-line-bottom.png
2388
2389 \end_inset
2390
2391  añade un borde inferior en la celda/fila actual o la selección
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../../images/tabular-feature_toggle-line-left.png
2398
2399 \end_inset
2400
2401  añade un borde a la izquierda en la celda/fila actual o la selección
2402 \end_layout
2403
2404 \begin_layout Labeling
2405 \labelwidthstring 00.00.0000
2406 \begin_inset Graphics
2407         filename ../../images/tabular-feature_toggle-line-right.png
2408
2409 \end_inset
2410
2411  añade un borde a la derecha en la celda/fila actual o la selección
2412 \end_layout
2413
2414 \begin_layout Labeling
2415 \labelwidthstring 00.00.0000
2416 \begin_inset Graphics
2417         filename ../../images/tabular-feature_set-all-lines.png
2418
2419 \end_inset
2420
2421  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2422  no es multicolumna esto afecta también a la fila y a la columna)
2423 \end_layout
2424
2425 \begin_layout Labeling
2426 \labelwidthstring 00.00.0000
2427 \begin_inset Graphics
2428         filename ../../images/tabular-feature_unset-all-lines.png
2429
2430 \end_inset
2431
2432  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2433  actual no es multicolumna esto afecta también a la fila y a la columna)
2434 \end_layout
2435
2436 \begin_layout Labeling
2437 \labelwidthstring 00.00.0000
2438 \begin_inset Graphics
2439         filename ../../images/tabular-feature_m-align-left.png
2440
2441 \end_inset
2442
2443  alinea a la izquierda el contenido de la celda/columna
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Graphics
2449         filename ../../images/tabular-feature_m-align-center.png
2450
2451 \end_inset
2452
2453  centra el contenido de la celda/columna horizontalmente
2454 \end_layout
2455
2456 \begin_layout Labeling
2457 \labelwidthstring 00.00.0000
2458 \begin_inset Graphics
2459         filename ../../images/tabular-feature_m-align-right.png
2460
2461 \end_inset
2462
2463  alinea a la derecha el contenido de la celda/columna
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Graphics
2469         filename ../../images/tabular-feature_align-decimal.png
2470         scaleBeforeRotation
2471
2472 \end_inset
2473
2474  alinea el contenido de la celda/columna a un carácter
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Graphics
2480         filename ../../images/tabular-feature_m-valign-top.png
2481
2482 \end_inset
2483
2484  alinea arriba el contenido de la celda
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Graphics
2490         filename ../../images/tabular-feature_m-valign-middle.png
2491
2492 \end_inset
2493
2494  centra verticalmente el contenido de la celda
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Graphics
2500         filename ../../images/tabular-feature_m-valign-bottom.png
2501
2502 \end_inset
2503
2504  alinea abajo el contenido de la celda
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Graphics
2510         filename ../../images/tabular-feature_set-rotate-cell.png
2511
2512 \end_inset
2513
2514  gira la celda o selección 90° como las agujas de reloj
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Graphics
2520         filename ../../images/tabular-feature_set-rotate-tabular.png
2521
2522 \end_inset
2523
2524  gira todo el cuadro 90° como agujas del reloj
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529 \begin_inset Graphics
2530         filename ../../images/tabular-feature_multicolumn.png
2531
2532 \end_inset
2533
2534  establece la celda actual o selección como multicolumna
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Graphics
2540         filename ../../images/tabular-feature_multirow.png
2541         scaleBeforeRotation
2542
2543 \end_inset
2544
2545  establece la celda actual o selección como multifila
2546 \end_layout
2547
2548 \begin_layout Standard
2549 \begin_inset Note Greyedout
2550 status open
2551
2552 \begin_layout Plain Layout
2553
2554 \series bold
2555 Nota:
2556 \series default
2557  En la salida se emplea la alineación vertical de la primera celda de una
2558  fila para todas las celdas restantes de la fila.
2559 \end_layout
2560
2561 \end_inset
2562
2563
2564 \end_layout
2565
2566 \begin_layout Section
2567 Menú Editar cuadro
2568 \begin_inset Index idx
2569 status collapsed
2570
2571 \begin_layout Plain Layout
2572 Cuadros ! Editar
2573 \end_layout
2574
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \begin_layout Standard
2581 Además del diálogo y la barra de herramientas, el menú 
2582 \family sans
2583 Editar\SpecialChar \menuseparator
2584 Cuadro/Tabla
2585 \family default
2586  permite añadir y borrar bordes para la fila/columna actual y establecer
2587  la selección como multicolumna.
2588  El menú sólo está disponible si el cursor está en el cuadro.
2589 \end_layout
2590
2591 \begin_layout Section
2592 Cuadros flotantes
2593 \begin_inset CommandInset label
2594 LatexCommand label
2595 name "sec:Cuadros-Flotantes"
2596
2597 \end_inset
2598
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Flotantes ! Cuadros
2605 \end_layout
2606
2607 \end_inset
2608
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Cuadros ! Flotantes
2615 \end_layout
2616
2617 \end_inset
2618
2619
2620 \end_layout
2621
2622 \begin_layout Standard
2623 Para una explicación general sobre flotantes, echa un vistazo a la sección
2624 \begin_inset space ~
2625 \end_inset
2626
2627
2628 \begin_inset CommandInset ref
2629 LatexCommand ref
2630 reference "sec:Introducción-Flotantes"
2631
2632 \end_inset
2633
2634 .
2635 \end_layout
2636
2637 \begin_layout Standard
2638 \begin_inset Float table
2639 placement h
2640 wide false
2641 sideways false
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 \begin_inset Caption
2646
2647 \begin_layout Plain Layout
2648 \begin_inset CommandInset label
2649 LatexCommand label
2650 name "tab:un cuadro flotante"
2651
2652 \end_inset
2653
2654 Un cuadro flotante.
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Plain Layout
2663 \align center
2664 \begin_inset Tabular
2665 <lyxtabular version="3" rows="3" columns="3">
2666 <features tabularvalignment="middle">
2667 <column alignment="center" valignment="top" width="0pt">
2668 <column alignment="center" valignment="top" width="0pt">
2669 <column alignment="center" valignment="top" width="0pt">
2670 <row>
2671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2672 \begin_inset Text
2673
2674 \begin_layout Plain Layout
2675
2676 \family roman
2677 \series medium
2678 \shape up
2679 \size normal
2680 \emph off
2681 \bar no
2682 \noun off
2683 \color none
2684 1
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693
2694 \family roman
2695 \series medium
2696 \shape up
2697 \size normal
2698 \emph off
2699 \bar no
2700 \noun off
2701 \color none
2702 2
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Plain Layout
2711
2712 \family roman
2713 \series medium
2714 \shape up
2715 \size normal
2716 \emph off
2717 \bar no
2718 \noun off
2719 \color none
2720 3
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 </row>
2726 <row>
2727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731
2732 \family roman
2733 \series medium
2734 \shape up
2735 \size normal
2736 \emph off
2737 \bar no
2738 \noun off
2739 \color none
2740 Pepe
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \family roman
2751 \series medium
2752 \shape up
2753 \size normal
2754 \emph off
2755 \bar no
2756 \noun off
2757 \color none
2758 Mari
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \family roman
2769 \series medium
2770 \shape up
2771 \size normal
2772 \emph off
2773 \bar no
2774 \noun off
2775 \color none
2776 Teo
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row>
2783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \family roman
2789 \series medium
2790 \shape up
2791 \size normal
2792 \emph off
2793 \bar no
2794 \noun off
2795 \color none
2796 \begin_inset Formula $\int x^{2}dx$
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Plain Layout
2808
2809 \family roman
2810 \series medium
2811 \shape up
2812 \size normal
2813 \emph off
2814 \bar no
2815 \noun off
2816 \color none
2817 \begin_inset Formula $\left[\begin{array}{cc}
2818 a & b\\
2819 c & d
2820 \end{array}\right]$
2821 \end_inset
2822
2823
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832
2833 \family roman
2834 \series medium
2835 \shape up
2836 \size normal
2837 \emph off
2838 \bar no
2839 \noun off
2840 \color none
2841 \begin_inset Formula $1+1=2$
2842 \end_inset
2843
2844
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 </row>
2850 </lyxtabular>
2851
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \begin_layout Standard
2863 Los cuadros flotantes pueden insertarse con el menú 
2864 \family sans
2865 Insertar\SpecialChar \menuseparator
2866 Flotante\SpecialChar \menuseparator
2867 Cuadro
2868 \family default
2869  o con el botón 
2870 \begin_inset Graphics
2871         filename ../../images/float-insert_table.png
2872         scale 85
2873
2874 \end_inset
2875
2876 .
2877 \end_layout
2878
2879 \begin_layout Standard
2880 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2881 \begin_inset space ~
2882 \end_inset
2883
2884 #:» (# es el número actual).
2885  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2886  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2887  texto del encabezado y se pulsa 
2888 \family sans
2889 Entrar
2890 \family default
2891 .
2892  La leyenda se imprime encima del cuadro.
2893 \end_layout
2894
2895 \begin_layout Standard
2896 El cuadro
2897 \begin_inset space ~
2898 \end_inset
2899
2900
2901 \begin_inset CommandInset ref
2902 LatexCommand ref
2903 reference "tab:un cuadro flotante"
2904
2905 \end_inset
2906
2907  es un ejemplo de cuadro flotante.
2908 \end_layout
2909
2910 \begin_layout Standard
2911 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2912  no es soportado en las clases estándar de LaTeX.
2913  Esto significa que si estás usando las clases de documento 
2914 \family sans
2915 article
2916 \family default
2917
2918 \family sans
2919 book
2920 \family default
2921
2922 \family sans
2923 letter
2924 \family default
2925  o 
2926 \family sans
2927 report
2928 \family default
2929  no habrá espacio entre la leyenda y el cuadro.
2930  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2931  del documento la siguiente opción al comando del paquete LaTeX 
2932 \series bold
2933 caption
2934 \series default
2935
2936 \begin_inset Index idx
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 LaTeX-paquetes ! caption
2941 \end_layout
2942
2943 \end_inset
2944
2945 :
2946 \begin_inset Foot
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 Para más información ve a la sección
2951 \begin_inset space ~
2952 \end_inset
2953
2954
2955 \begin_inset CommandInset ref
2956 LatexCommand ref
2957 reference "sec:Colocación-de-leyendas"
2958
2959 \end_inset
2960
2961 .
2962 \end_layout
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \begin_layout Standard
2970
2971 \series bold
2972 tableposition=top
2973 \end_layout
2974
2975 \begin_layout Standard
2976 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2977 \series bold
2978 caption
2979 \series default
2980  como se describe en la sección
2981 \begin_inset space ~
2982 \end_inset
2983
2984
2985 \begin_inset CommandInset ref
2986 LatexCommand ref
2987 reference "sec:Formato-de-leyendas"
2988
2989 \end_inset
2990
2991 .
2992  
2993 \end_layout
2994
2995 \begin_layout Standard
2996 \begin_inset Index idx
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000 Referencias ! a cuadros
3001 \end_layout
3002
3003 \end_inset
3004
3005 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3006  su etiqueta.
3007  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3008 \family sans
3009 Insertar\SpecialChar \menuseparator
3010 Etiqueta
3011 \family default
3012  o con el botón 
3013 \begin_inset Graphics
3014         filename ../../images/label-insert.png
3015         scale 85
3016
3017 \end_inset
3018
3019 .
3020  Ahora puedes referenciar la etiqueta con el menú 
3021 \family sans
3022 Insertar\SpecialChar \menuseparator
3023 Referencia
3024 \begin_inset space ~
3025 \end_inset
3026
3027 cruzada
3028 \family default
3029  o con el botón 
3030 \begin_inset Graphics
3031         filename ../../images/dialog-show-new-inset_ref.png
3032         scale 85
3033
3034 \end_inset
3035
3036 .
3037 \begin_inset Newline newline
3038 \end_inset
3039
3040 Las referencias se explican con detalle en la sección
3041 \begin_inset space ~
3042 \end_inset
3043
3044
3045 \begin_inset CommandInset ref
3046 LatexCommand ref
3047 reference "sec:Referencias-a-Flotantes"
3048
3049 \end_inset
3050
3051 .
3052 \end_layout
3053
3054 \begin_layout Section
3055 Cuadros largos
3056 \begin_inset CommandInset label
3057 LatexCommand label
3058 name "sec:Cuadros-Largos"
3059
3060 \end_inset
3061
3062
3063 \begin_inset Index idx
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067 Cuadros ! Largos|see
3068 \begin_inset ERT
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072
3073 {
3074 \end_layout
3075
3076 \end_inset
3077
3078 Cuadros largos
3079 \begin_inset ERT
3080 status collapsed
3081
3082 \begin_layout Plain Layout
3083
3084 }
3085 \end_layout
3086
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \end_inset
3093
3094
3095 \end_layout
3096
3097 \begin_layout Standard
3098 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3099 \family sans
3100 Usar
3101 \begin_inset space ~
3102 \end_inset
3103
3104 cuadro
3105 \begin_inset space ~
3106 \end_inset
3107
3108 largo
3109 \family default
3110  en la solapa 
3111 \family sans
3112 Cuadro
3113 \begin_inset space ~
3114 \end_inset
3115
3116 largo
3117 \family default
3118  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3119  páginas.
3120  Al hacerlo se habilitan las siguientes opciones:
3121 \end_layout
3122
3123 \begin_layout Description
3124 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3125  las páginas del cuadro, excepto para la primera página si 
3126 \family sans
3127 Primer
3128 \begin_inset space ~
3129 \end_inset
3130
3131 encabezado
3132 \family default
3133  está definido.
3134  Este se denomina encabezado principal.
3135 \end_layout
3136
3137 \begin_layout Description
3138 Primer
3139 \begin_inset space ~
3140 \end_inset
3141
3142 encabezado: La fila actual se define como encabezado de la primera página
3143  del cuadro.
3144 \end_layout
3145
3146 \begin_layout Description
3147 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3148  del cuadrotabla, excepto para la última página si se define 
3149 \family sans
3150 Último
3151 \begin_inset space ~
3152 \end_inset
3153
3154 pie.
3155 \end_layout
3156
3157 \begin_layout Description
3158 Último
3159 \begin_inset space ~
3160 \end_inset
3161
3162 pie:
3163 \family sans
3164  
3165 \family default
3166 La fila actual se define como pie de la última página del cuadro.
3167 \end_layout
3168
3169 \begin_layout Description
3170 Leyenda: La fila actual contiene la leyenda del cuadro.
3171  La primera fila se reajusta como columna única y se inserta una leyenda.
3172  Más detalles sobre leyendas en cuadros largos en la sec.
3173 \begin_inset space \thinspace{}
3174 \end_inset
3175
3176
3177 \begin_inset CommandInset ref
3178 LatexCommand ref
3179 reference "sub:Leyendas-en-Cuadros"
3180
3181 \end_inset
3182
3183 .
3184 \end_layout
3185
3186 \begin_layout Standard
3187 También se puede especificar en el diálogo en qué fila se ha de cortar el
3188  cuadro.
3189  El siguiente cuadro muestra cómo funciona:
3190 \end_layout
3191
3192 \begin_layout Standard
3193 \align center
3194 \begin_inset Tabular
3195 <lyxtabular version="3" rows="69" columns="3">
3196 <features islongtable="true" longtabularalignment="center">
3197 <column alignment="left" valignment="top" width="0cm">
3198 <column alignment="left" valignment="top" width="0pt">
3199 <column alignment="right" valignment="top" width="0pt">
3200 <row endfirsthead="true">
3201 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 Ejemplo de lista telefónica (ignore los nombres)
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row endfirsthead="true">
3232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 NOMBRE
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 TEL.
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row endhead="true">
3265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 Ejemplo de lista telefónica
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row endhead="true">
3296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 NOMBRE
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 TEL.
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row endfoot="true">
3329 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333  continúa en la página siguiente
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \series bold
3364 Annovi
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 Silvia
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 111
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row>
3389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Bertoli
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 Stefano
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 111
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row>
3420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 Bozzi
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 Walter
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 111
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row>
3451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \series bold
3457 Cachia
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 Maria
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 111
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Cachia
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Maurizio
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Cinquemani
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Giusi
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Colin
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Bernard
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Concli
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Gianfranco
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Dal Bosco
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Carolina
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Dalpiaz
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Annamaria
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Feliciello
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Domenico
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Focarelli
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Paola
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Galletti
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Oreste
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Gasparini
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Franca
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Rizzardi
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Paola
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Lassini
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Giancarlo
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Malfatti
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Luciano
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Malfatti
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Valeriano
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Meneguzzo
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Roberto
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Mezzadra
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Roberto
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Pirpamer
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Erich
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Pochiesa
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Paolo
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111, 222
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Radina
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Claudio
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Stuffer
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Oskar
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Tacchelli
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Ugo
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Tezzele
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Margit
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Unterkalmsteiner
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Frieda
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Vieider
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Hilde
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Vigna
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Jürgen
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Weber
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Maurizio
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Winkler
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Franz
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323  
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Annovi
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Silvia
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 555
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Bertoli
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Stefano
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 555
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Bozzi
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Walter
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 555
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Cachia
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Maria
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 555
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Cachia
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Maurizio
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Cinquemani
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Giusi
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Colin
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Bernard
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Concli
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Gianfranco
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Dal Bosco
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Carolina
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Dalpiaz
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Annamaria
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Feliciello
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Domenico
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Focarelli
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Paola
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Galletti
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Oreste
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Gasparini
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Franca
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Rizzardi
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Paola
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Lassini
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Giancarlo
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Malfatti
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Luciano
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Malfatti
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Valeriano
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Meneguzzo
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Roberto
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Mezzadra
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Roberto
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Pirpamer
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Erich
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Pochiesa
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Paolo
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555, 222
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Radina
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Claudio
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Stuffer
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Oskar
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Tacchelli
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Ugo
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 555
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Tezzele
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Margit
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Unterkalmsteiner
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Frieda
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \series bold
5191 Vieider
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Hilde
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 555
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row>
5216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \series bold
5222 Vigna
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 Jürgen
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 999
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \series bold
5253 Weber
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 Maurizio
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 555
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 <row>
5278 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \series bold
5284 Winkler
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Franz
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 555
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row endlastfoot="true">
5309 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 fin
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 </lyxtabular>
5338
5339 \end_inset
5340
5341
5342 \begin_inset ERT
5343 status collapsed
5344
5345 \begin_layout Plain Layout
5346
5347
5348 \backslash
5349 addtocounter{table}{-1}
5350 \end_layout
5351
5352 \end_inset
5353
5354
5355 \begin_inset Note Note
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359 Para comprender el uso de este comando, lee al final de la sección
5360 \begin_inset space ~
5361 \end_inset
5362
5363
5364 \begin_inset CommandInset ref
5365 LatexCommand ref
5366 reference "sub:Leyendas-en-Cuadros"
5367
5368 \end_inset
5369
5370  la primera nota resaltada en gris.
5371  
5372 \end_layout
5373
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \begin_layout Subsection
5380 Notas al pie en cuadros largos
5381 \begin_inset CommandInset label
5382 LatexCommand label
5383 name "sub:Notas-al-pie-en-Cuadros-Largos"
5384
5385 \end_inset
5386
5387
5388 \begin_inset Index idx
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392 Cuadros largos ! Notas al pie
5393 \end_layout
5394
5395 \end_inset
5396
5397
5398 \end_layout
5399
5400 \begin_layout Standard
5401 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5402  Las notas se muestran en la parte inferior de la página en la que esté
5403  la celda con la nota.
5404  El cuadro
5405 \begin_inset space ~
5406 \end_inset
5407
5408
5409 \begin_inset CommandInset ref
5410 LatexCommand ref
5411 reference "tab:DifLeyendas"
5412
5413 \end_inset
5414
5415  tiene un ejemplo de nota al pie.
5416 \end_layout
5417
5418 \begin_layout Subsection
5419 Alineación de cuadros largos
5420 \begin_inset Index idx
5421 status collapsed
5422
5423 \begin_layout Plain Layout
5424 Cuadros largos ! Alineación
5425 \end_layout
5426
5427 \end_inset
5428
5429
5430 \end_layout
5431
5432 \begin_layout Standard
5433 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5434  de configuración de cuadros.
5435  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5436  página.
5437  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5438  al centro y cambiar el valor de las longitudes 
5439 \series bold
5440
5441 \backslash
5442 LTleft
5443 \series default
5444  y 
5445 \series bold
5446
5447 \backslash
5448 LTright 
5449 \series default
5450 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5451  largo:
5452 \end_layout
5453
5454 \begin_layout Standard
5455
5456 \series bold
5457
5458 \backslash
5459 setlength{
5460 \backslash
5461 LTleft}{valor}
5462 \end_layout
5463
5464 \begin_layout Standard
5465 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5466 \begin_inset space ~
5467 \end_inset
5468
5469
5470 \begin_inset CommandInset ref
5471 LatexCommand ref
5472 reference "tab:Unidades"
5473
5474 \end_inset
5475
5476 .
5477  
5478 \series bold
5479
5480 \backslash
5481 LTlent 
5482 \series default
5483 controla la distancia entre el borde izquierdo de la página y el cuadro.
5484  
5485 \series bold
5486
5487 \backslash
5488 LTright 
5489 \series default
5490 la distancia desde el lado derecho.
5491  El valor predeterminado para ambas longitudes es 
5492 \series bold
5493
5494 \backslash
5495 fill
5496 \series default
5497 , que en este caso es lo mismo que un relleno horizontal en LyX.
5498 \end_layout
5499
5500 \begin_layout Standard
5501 El siguiente cuadro largo se ha alineado centrado y 
5502 \series bold
5503
5504 \backslash
5505 LTleft
5506 \series default
5507  establecido en 
5508 \family sans
5509 0.1
5510 \backslash
5511 columnwidth
5512 \family default
5513 :
5514 \begin_inset ERT
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518
5519
5520 \backslash
5521 setlength{
5522 \backslash
5523 LTleft}{0.1
5524 \backslash
5525 columnwidth}
5526 \end_layout
5527
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \begin_layout Standard
5534 \begin_inset Tabular
5535 <lyxtabular version="3" rows="5" columns="5">
5536 <features islongtable="true" longtabularalignment="center">
5537 <column alignment="center" valignment="top" width="0">
5538 <column alignment="center" valignment="top" width="0">
5539 <column alignment="center" valignment="top" width="0">
5540 <column alignment="center" valignment="top" width="0">
5541 <column alignment="center" valignment="top" width="0">
5542 <row>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 1
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 2
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 3
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 4
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 5
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 </row>
5589 <row>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 asd
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 s
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 s
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 s
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 asd
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 </row>
5636 <row>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 asd
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 s
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 s
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 asd
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 </row>
5683 <row>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 asd
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 s
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 s
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 asd
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 </row>
5730 <row>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 asd
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 asd
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 asd
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 </row>
5777 </lyxtabular>
5778
5779 \end_inset
5780
5781
5782 \begin_inset ERT
5783 status collapsed
5784
5785 \begin_layout Plain Layout
5786
5787
5788 \backslash
5789 setlength{
5790 \backslash
5791 LTleft}{
5792 \backslash
5793 fill}
5794 \end_layout
5795
5796 \end_inset
5797
5798
5799 \begin_inset ERT
5800 status collapsed
5801
5802 \begin_layout Plain Layout
5803
5804
5805 \backslash
5806 addtocounter{table}{-1}
5807 \end_layout
5808
5809 \end_inset
5810
5811
5812 \begin_inset Note Note
5813 status open
5814
5815 \begin_layout Plain Layout
5816 Para comprender el uso de este comando, lee al final de la sección
5817 \begin_inset space ~
5818 \end_inset
5819
5820
5821 \begin_inset CommandInset ref
5822 LatexCommand ref
5823 reference "sub:Leyendas-en-Cuadros"
5824
5825 \end_inset
5826
5827  la primera nota resaltada en gris.
5828  
5829 \end_layout
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \begin_layout Subsection
5837 Leyendas en cuadros largos
5838 \begin_inset Index idx
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842 Cuadros largos ! Leyendas
5843 \end_layout
5844
5845 \end_inset
5846
5847
5848 \begin_inset CommandInset label
5849 LatexCommand label
5850 name "sub:Leyendas-en-Cuadros"
5851
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \begin_layout Standard
5858 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5859  estar en una página.
5860  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5861  utilizando para una fila de un cuadro largo la opción 
5862 \family sans
5863 Leyenda
5864 \family default
5865 , como se explica en la sec.
5866 \begin_inset space \thinspace{}
5867 \end_inset
5868
5869
5870 \begin_inset CommandInset ref
5871 LatexCommand ref
5872 reference "sec:Cuadros-Largos"
5873
5874 \end_inset
5875
5876 .
5877  Sólo una fila puede contener la leyenda.
5878 \end_layout
5879
5880 \begin_layout Standard
5881 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5882 \end_layout
5883
5884 \begin_layout Standard
5885 \begin_inset Tabular
5886 <lyxtabular version="3" rows="6" columns="5">
5887 <features islongtable="true" longtabularalignment="center">
5888 <column alignment="center" valignment="top" width="0">
5889 <column alignment="center" valignment="top" width="0">
5890 <column alignment="center" valignment="top" width="0">
5891 <column alignment="center" valignment="top" width="0">
5892 <column alignment="center" valignment="top" width="0">
5893 <row caption="true">
5894 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 \begin_inset Caption
5899
5900 \begin_layout Plain Layout
5901 Cuadro largo con leyenda
5902 \begin_inset Argument
5903 status open
5904
5905 \begin_layout Plain Layout
5906 Cuadro largo
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 1
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 2
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 3
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 4
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 5
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 </row>
6005 <row>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 s
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 s
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 asd
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 asd
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 s
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 s
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 s
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 asd
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 <row>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 s
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 s
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 s
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 asd
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 </row>
6146 <row>
6147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 asd
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 asd
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 asd
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 asd
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 </lyxtabular>
6194
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201 \begin_inset VSpace medskip
6202 \end_inset
6203
6204
6205 \begin_inset Note Greyedout
6206 status open
6207
6208 \begin_layout Plain Layout
6209
6210 \series bold
6211 Nota
6212 \begin_inset space ~
6213 \end_inset
6214
6215 1:
6216 \series default
6217  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6218  leyenda en alguna de ellas.
6219  Por esto podría suceder que, p.
6220 \begin_inset space \thinspace{}
6221 \end_inset
6222
6223 e., el cuadro
6224 \begin_inset space ~
6225 \end_inset
6226
6227 2.4 siga al cuadro
6228 \begin_inset space ~
6229 \end_inset
6230
6231 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6232  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6233  en código TeX:
6234 \end_layout
6235
6236 \begin_layout Plain Layout
6237
6238 \series bold
6239
6240 \backslash
6241 addtocounter{table}{-1}
6242 \end_layout
6243
6244 \begin_layout Plain Layout
6245 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6246  el siguiente código en el preámbulo del documento:
6247 \end_layout
6248
6249 \begin_layout Plain Layout
6250
6251 \series bold
6252
6253 \backslash
6254 let
6255 \backslash
6256 myEnd
6257 \backslash
6258 endlongtable
6259 \begin_inset Newline newline
6260 \end_inset
6261
6262
6263 \backslash
6264 renewcommand{
6265 \backslash
6266 endlongtable}{
6267 \backslash
6268 myEnd
6269 \backslash
6270 addtocounter{table}{-1}}
6271 \end_layout
6272
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \begin_layout Standard
6279 \begin_inset Note Greyedout
6280 status open
6281
6282 \begin_layout Plain Layout
6283
6284 \series bold
6285 Nota
6286 \begin_inset space ~
6287 \end_inset
6288
6289 2:
6290 \series default
6291  Si utilizas 
6292 \series bold
6293 hyperref
6294 \series default
6295
6296 \begin_inset Index idx
6297 status collapsed
6298
6299 \begin_layout Plain Layout
6300 LaTeX-paquetes ! hyperref
6301 \end_layout
6302
6303 \end_inset
6304
6305  en las 
6306 \family sans
6307 Propiedades PDF 
6308 \family default
6309 del diálogo 
6310 \family sans
6311 Configuración del documento 
6312 \family default
6313 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6314  llevan siempre al principio del documento.
6315 \end_layout
6316
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Subsubsection
6323 Referencias a cuadros largos
6324 \begin_inset Index idx
6325 status collapsed
6326
6327 \begin_layout Plain Layout
6328 Cuadros largos ! Referencias a
6329 \end_layout
6330
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \begin_layout Standard
6337 \begin_inset Tabular
6338 <lyxtabular version="3" rows="6" columns="5">
6339 <features islongtable="true" longtabularalignment="center">
6340 <column alignment="center" valignment="top" width="0">
6341 <column alignment="center" valignment="top" width="0">
6342 <column alignment="center" valignment="top" width="0">
6343 <column alignment="center" valignment="top" width="0">
6344 <column alignment="center" valignment="top" width="0">
6345 <row caption="true">
6346 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 \begin_inset Caption
6351
6352 \begin_layout Plain Layout
6353 Cuadro largo con referencia
6354 \begin_inset CommandInset label
6355 LatexCommand label
6356 name "tab:RefEjemplo"
6357
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 1
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 2
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 3
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 4
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 5
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 </row>
6454 <row>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 asd
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 s
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 asd
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 </row>
6501 <row>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 asd
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 s
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 asd
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 <row>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 asd
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 s
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 asd
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 </row>
6595 <row>
6596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 sad
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 </lyxtabular>
6643
6644 \end_inset
6645
6646
6647 \end_layout
6648
6649 \begin_layout Standard
6650 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6651  
6652 \end_layout
6653
6654 \begin_layout Standard
6655 Esto es una referencia al cuadro
6656 \begin_inset space ~
6657 \end_inset
6658
6659
6660 \begin_inset CommandInset ref
6661 LatexCommand ref
6662 reference "tab:RefEjemplo"
6663
6664 \end_inset
6665
6666 .
6667 \end_layout
6668
6669 \begin_layout Standard
6670 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6671  del documento mediante el paquete LaTeX 
6672 \series bold
6673 caption
6674 \series default
6675
6676 \begin_inset Index idx
6677 status collapsed
6678
6679 \begin_layout Plain Layout
6680 LaTeX-paquetes ! caption
6681 \end_layout
6682
6683 \end_inset
6684
6685 , véase sección
6686 \begin_inset space ~
6687 \end_inset
6688
6689
6690 \begin_inset CommandInset ref
6691 LatexCommand ref
6692 reference "sec:Formato-de-leyendas"
6693
6694 \end_inset
6695
6696 .
6697 \end_layout
6698
6699 \begin_layout Subsubsection
6700 Anchura de la leyenda
6701 \begin_inset Index idx
6702 status collapsed
6703
6704 \begin_layout Plain Layout
6705 Cuadros largos ! Anchura de la leyenda
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \end_layout
6712
6713 \begin_layout Standard
6714 La anchura máxima de la leyenda se define por la longitud 
6715 \series bold
6716
6717 \backslash
6718 LTcapwidth
6719 \series default
6720 .
6721  Por omisión, su valor es 4
6722 \begin_inset space \thinspace{}
6723 \end_inset
6724
6725 in (4
6726 \begin_inset space ~
6727 \end_inset
6728
6729 pulgadas).
6730  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6731  en el propio documento antes del cuadro largo al que deba afectar
6732 \end_layout
6733
6734 \begin_layout Standard
6735
6736 \series bold
6737
6738 \backslash
6739 setlength{
6740 \backslash
6741 LTcapwidth}{anchura}
6742 \end_layout
6743
6744 \begin_layout Standard
6745 donde la anchura puede ser una de las unidades listadas en el apéndice
6746 \begin_inset space ~
6747 \end_inset
6748
6749
6750 \begin_inset CommandInset ref
6751 LatexCommand ref
6752 reference "cap:Unidades-disponibles-en"
6753
6754 \end_inset
6755
6756 .
6757 \end_layout
6758
6759 \begin_layout Standard
6760 Los cuadros siguientes muestran la diferencia:
6761 \end_layout
6762
6763 \begin_layout Standard
6764 \begin_inset Tabular
6765 <lyxtabular version="3" rows="6" columns="5">
6766 <features islongtable="true" longtabularalignment="center">
6767 <column alignment="center" valignment="top" width="0">
6768 <column alignment="center" valignment="top" width="0">
6769 <column alignment="center" valignment="top" width="0">
6770 <column alignment="center" valignment="top" width="0">
6771 <column alignment="center" valignment="top" width="0">
6772 <row caption="true">
6773 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Caption
6778
6779 \begin_layout Plain Layout
6780 Leyenda larga completa con anchura predeterminada leyenda larga completa
6781  con anchura predeterminada
6782 \begin_inset Argument
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786 Leyenda con anchura predeterminada
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 1
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 2
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 3
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 4
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 5
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 </row>
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 </row>
6932 <row>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 asd
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 s
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 asd
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 </row>
6979 <row>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 asd
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 s
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 </row>
7026 <row>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 sad
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 </row>
7073 </lyxtabular>
7074
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081 \begin_inset ERT
7082 status collapsed
7083
7084 \begin_layout Plain Layout
7085
7086
7087 \backslash
7088 setlength{
7089 \backslash
7090 LTcapwidth}{5cm}
7091 \end_layout
7092
7093 \end_inset
7094
7095
7096 \begin_inset Tabular
7097 <lyxtabular version="3" rows="6" columns="5">
7098 <features islongtable="true" longtabularalignment="center">
7099 <column alignment="center" valignment="top" width="0">
7100 <column alignment="center" valignment="top" width="0">
7101 <column alignment="center" valignment="top" width="0">
7102 <column alignment="center" valignment="top" width="0">
7103 <column alignment="center" valignment="top" width="0">
7104 <row caption="true">
7105 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 \begin_inset Caption
7110
7111 \begin_layout Plain Layout
7112 Leyenda larga completa con una anchura de 5
7113 \begin_inset space \thinspace{}
7114 \end_inset
7115
7116 cm leyenda larga completa con una anchura de 5
7117 \begin_inset space \thinspace{}
7118 \end_inset
7119
7120 cm 
7121 \begin_inset Argument
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125 Leyenda con anchura
7126 \begin_inset space \thinspace{}
7127 \end_inset
7128
7129 =
7130 \begin_inset space \thinspace{}
7131 \end_inset
7132
7133 5
7134 \begin_inset space \thinspace{}
7135 \end_inset
7136
7137 cm
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 1
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 2
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 3
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 4
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 5
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 s
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 </row>
7377 <row>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 sad
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 asd
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 </lyxtabular>
7425
7426 \end_inset
7427
7428
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 setlength{
7437 \backslash
7438 LTcapwidth}{4in}
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \begin_layout Standard
7447 \begin_inset Note Greyedout
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452 \series bold
7453 Nota: 
7454 \series default
7455 Si se usa el paquete LaTeX 
7456 \series bold
7457 caption
7458 \series default
7459
7460 \begin_inset Index idx
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464 LaTeX-paquetes ! caption
7465 \end_layout
7466
7467 \end_inset
7468
7469 , como en este documento, para la leyenda se utiliza toda la anchura de
7470  la página cuando se deja el valor por omisión de 4
7471 \begin_inset space \thinspace{}
7472 \end_inset
7473
7474 in para 
7475 \series bold
7476
7477 \backslash
7478 LTcapwidth
7479 \series default
7480 .
7481  En este caso, para conseguir una leyenda de 4
7482 \begin_inset space \thinspace{}
7483 \end_inset
7484
7485 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7486 \begin_inset space \thinspace{}
7487 \end_inset
7488
7489 in, p.
7490 \begin_inset space \thinspace{}
7491 \end_inset
7492
7493 e.
7494  3.99
7495 \begin_inset space \thinspace{}
7496 \end_inset
7497
7498 in, o bien emplear el comando LaTeX 
7499 \series bold
7500
7501 \backslash
7502 captionsetup{width=valor}
7503 \series default
7504 , suministrado por el paquete 
7505 \series bold
7506 caption
7507 \series default
7508 .
7509 \end_layout
7510
7511 \end_inset
7512
7513
7514 \end_layout
7515
7516 \begin_layout Subsubsection
7517 Leyendas distintas para cada página
7518 \begin_inset Index idx
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522 Cuadros largos ! Leyendas ! distintas para cada página
7523 \end_layout
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \begin_layout Standard
7531 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7532  de la leyenda de la primera página del cuadro, se insertan con el comando
7533  en código TeX
7534 \end_layout
7535
7536 \begin_layout Standard
7537
7538 \series bold
7539
7540 \backslash
7541 caption*{texto de la leyenda}
7542 \backslash
7543
7544 \backslash
7545 %
7546 \end_layout
7547
7548 \begin_layout Standard
7549 en una fila postiza que se marca como encabezado.
7550  El cuadro
7551 \begin_inset space ~
7552 \end_inset
7553
7554
7555 \begin_inset CommandInset ref
7556 LatexCommand ref
7557 reference "tab:DifLeyendas"
7558
7559 \end_inset
7560
7561  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7562  no incluye número de cuadro.
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \align center
7567 \begin_inset Tabular
7568 <lyxtabular version="3" rows="59" columns="3">
7569 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7570 <column alignment="left" valignment="top" width="0cm">
7571 <column alignment="left" valignment="top" width="0pt">
7572 <column alignment="right" valignment="top" width="0pt">
7573 <row caption="true">
7574 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset Caption
7579
7580 \begin_layout Plain Layout
7581 Ejemplo de lista telefónica
7582 \begin_inset CommandInset label
7583 LatexCommand label
7584 name "tab:DifLeyendas"
7585
7586 \end_inset
7587
7588
7589 \begin_inset Argument
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593 Ejemplo de lista telefónica
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endfirsthead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 Ejemplo de lista telefónica (ignore los nombres)
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row endfirsthead="true">
7659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \series bold
7665 NOMBRE
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \series bold
7685 TEL.
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endhead="true">
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 \begin_inset ERT
7697 status open
7698
7699 \begin_layout Plain Layout
7700
7701
7702 \backslash
7703 caption*{continúa Ejemplo de lista telefónica}
7704 \backslash
7705
7706 \backslash
7707 %
7708 \end_layout
7709
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row endhead="true">
7737 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 Ejemplo de lista telefónica
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row endhead="true">
7768 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \series bold
7774 NOMBRE
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 TEL.
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row endfoot="true">
7801 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 continúa en página siguiente
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 </row>
7829 <row>
7830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \series bold
7836 Annovi
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 Silvia
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 111
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Bertoli
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 Stefano
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 111
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row>
7892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 Bozzi
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Walter
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 111
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \series bold
7929 Cachia
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 Maria
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 111
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Cachia
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Maurizio
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Cinquemani
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Giusi
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Colin
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Bernard
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Concli
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Gianfranco
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Dal Bosco
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Carolina
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Dalpiaz
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Annamaria
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Feliciello
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Domenico
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Focarelli
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Paola
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Galletti
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Oreste
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Gasparini
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Franca
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Rizzardi
8271 \series default
8272
8273 \begin_inset Foot
8274 status collapsed
8275
8276 \begin_layout Plain Layout
8277 Ejemplo de nota a pie de página
8278 \end_layout
8279
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Paola
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Lassini
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Giancarlo
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Malfatti
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Luciano
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Malfatti
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Valeriano
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 111
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \series bold
8406 Meneguzzo
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Roberto
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Mezzadra
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Roberto
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Pirpamer
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Erich
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Pochiesa
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Paolo
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111, 222
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Radina
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Claudio
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Stuffer
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Oskar
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Tacchelli
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Ugo
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Tezzele
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Margit
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Unterkalmsteiner
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Frieda
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Vieider
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Hilde
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Vigna
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Jürgen
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Weber
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Maurizio
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Winkler
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Franz
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807  
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Annovi
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Silvia
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 555
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Bertoli
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Stefano
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 555
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \series bold
8900 Bozzi
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Walter
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 555
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \series bold
8931 Cachia
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Maria
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 555
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Cachia
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Maurizio
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Cinquemani
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Giusi
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Colin
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Bernard
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Concli
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Gianfranco
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Dal Bosco
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Carolina
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Dalpiaz
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Annamaria
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Feliciello
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Domenico
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Focarelli
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Paola
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Galletti
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Oreste
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Gasparini
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Franca
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Rizzardi
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Paola
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Lassini
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Giancarlo
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Malfatti
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Luciano
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Malfatti
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Valeriano
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Meneguzzo
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Roberto
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Mezzadra
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Roberto
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 </lyxtabular>
9452
9453 \end_inset
9454
9455
9456 \end_layout
9457
9458 \begin_layout Section
9459 Particularidades de los cuadros largos
9460 \begin_inset CommandInset label
9461 LatexCommand label
9462 name "sec:Particularidades-cuadros-largos"
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \begin_layout Subsection
9470 Cálculos
9471 \begin_inset Index idx
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475 Cuadros largos ! Cálculos
9476 \end_layout
9477
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \begin_layout Standard
9484 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9485  utilizando los denominados «trozos», que son partes del cuadro presentes
9486  en la memoria de LaTeX.
9487  El valor predeterminado está establecido a sólo 20 filas.
9488  Si estás usando cuadros largos con muchas páginas, la generación del documento
9489  puede hacerse muy lenta.
9490  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9491  el siguiente comando en el preámbulo del documento:
9492 \end_layout
9493
9494 \begin_layout Standard
9495
9496 \series bold
9497
9498 \backslash
9499 setcounter{LTchunksize}{100}
9500 \end_layout
9501
9502 \begin_layout Subsection
9503 Flotantes y cuadros largos
9504 \begin_inset Index idx
9505 status collapsed
9506
9507 \begin_layout Plain Layout
9508 Cuadros largos ! Flotantes
9509 \end_layout
9510
9511 \end_inset
9512
9513
9514 \end_layout
9515
9516 \begin_layout Standard
9517 Podría haber problemas si un flotante aparece en la misma página donde comienza
9518  un cuadro largo.
9519  Para evitarlo, añade un 
9520 \begin_inset Quotes fld
9521 \end_inset
9522
9523 salto de página limpia
9524 \begin_inset Quotes frd
9525 \end_inset
9526
9527  (menú 
9528 \family sans
9529 Insertar\SpecialChar \menuseparator
9530 Formato\SpecialChar \menuseparator
9531 Limpiar
9532 \begin_inset space ~
9533 \end_inset
9534
9535 página
9536 \family default
9537 ) antes del cuadro.
9538 \end_layout
9539
9540 \begin_layout Subsection
9541 Saltos de página forzados
9542 \begin_inset Index idx
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546 Cuadros largos ! Saltos de página forzados
9547 \end_layout
9548
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \begin_layout Standard
9555 Por omisión, los cuadros sólo se cortan entre filas.
9556  Si tienes una celda con líneas múltiples y necesitas un salto de página
9557  dentro de la celda, inserta el comando de nueva línea «
9558 \series bold
9559
9560 \backslash
9561
9562 \backslash
9563
9564 \series default
9565 » en código TeX en el punto en que quieras cortar.
9566  Antes del comando «
9567 \series bold
9568
9569 \backslash
9570
9571 \backslash
9572
9573 \series default
9574 » debes insertar en código TeX tantos caracteres «
9575 \series bold
9576 &
9577 \series default
9578 » como columnas siguientes del cuadro.
9579  
9580 \series bold
9581 &
9582 \series default
9583  es el carácter para separar celdas.
9584  Escribe en código TeX después de cada 
9585 \series bold
9586 &
9587 \series default
9588  el contenido de la celda siguiente correspondiente y borra el contenido
9589  de esas celdas.
9590 \begin_inset Newline newline
9591 \end_inset
9592
9593 Detrás del comando 
9594 \series bold
9595
9596 \backslash
9597
9598 \backslash
9599
9600 \series default
9601 , inserta tantos 
9602 \series bold
9603 &
9604 \series default
9605  como columnas haya delante de la actual.
9606  Enl cuadro
9607 \begin_inset space ~
9608 \end_inset
9609
9610
9611 \begin_inset CommandInset ref
9612 LatexCommand ref
9613 reference "tab:Saltos de Página Forzados"
9614
9615 \end_inset
9616
9617  la celda que debería cortarse está en la segunda columna seguida de otra
9618  columna.
9619  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9620  de «
9621 \emph on
9622 Castelchiodato,
9623 \emph default
9624 »:
9625 \end_layout
9626
9627 \begin_layout Standard
9628
9629 \series bold
9630 & 111
9631 \backslash
9632
9633 \backslash
9634  
9635 \backslash
9636 newpage
9637 \begin_inset Newline newline
9638 \end_inset
9639
9640 &
9641 \end_layout
9642
9643 \begin_layout Standard
9644 El «111» en la tercera columna de la fila se ha borrado.
9645
9646 \series bold
9647  
9648 \backslash
9649 newpage 
9650 \series default
9651 es necesario solo si en esta posición debiera ir definitivamente un salto
9652  de página, de otro modo es sólamente una posibilidad de salto.
9653  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9654  superior pero quisieras una línea horizontal donde se corta la celda, usa
9655  este comando alternativo:
9656 \end_layout
9657
9658 \begin_layout Standard
9659
9660 \series bold
9661 & 111
9662 \backslash
9663
9664 \backslash
9665
9666 \begin_inset Newline newline
9667 \end_inset
9668
9669
9670 \backslash
9671 hline &
9672 \end_layout
9673
9674 \begin_layout Standard
9675 Cuando la celda a cortar está en la última columna, el comando
9676 \end_layout
9677
9678 \begin_layout Standard
9679
9680 \series bold
9681
9682 \backslash
9683 setlength{
9684 \backslash
9685 parfillskip}{0pt}
9686 \end_layout
9687
9688 \begin_layout Standard
9689 debe insertarse en código TeX al principio de la celda.
9690  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9691  aparecerá con toda su anchura.
9692 \end_layout
9693
9694 \begin_layout Standard
9695 \align center
9696 \begin_inset Tabular
9697 <lyxtabular version="3" rows="38" columns="3">
9698 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9699 <column alignment="left" valignment="top" width="0cm">
9700 <column alignment="left" valignment="top" width="3cm">
9701 <column alignment="right" valignment="top" width="0pt">
9702 <row caption="true">
9703 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 \begin_inset Caption
9708
9709 \begin_layout Plain Layout
9710 Cuadro con salto de página forzado en celda
9711 \begin_inset CommandInset label
9712 LatexCommand label
9713 name "tab:Saltos de Página Forzados"
9714
9715 \end_inset
9716
9717
9718 \begin_inset Argument
9719 status open
9720
9721 \begin_layout Plain Layout
9722 Cuadro con salto de página forzado
9723 \end_layout
9724
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row endfirsthead="true">
9757 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Ejemplo de lista telefónica (ignore los nombres)
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row endfirsthead="true">
9788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 NOMBRE
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \series bold
9814 TEL.
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row endhead="true">
9821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 \begin_inset ERT
9826 status collapsed
9827
9828 \begin_layout Plain Layout
9829
9830
9831 \backslash
9832 caption*{continúa Ejemplo de lista telefónica}
9833 \backslash
9834
9835 \backslash
9836 %
9837 \end_layout
9838
9839 \end_inset
9840
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row endhead="true">
9866 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870  
9871 \series bold
9872 Ejemplo de lista telefónica
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row endhead="true">
9897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \series bold
9903 NOMBRE
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921
9922 \series bold
9923 TEL.
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row endfoot="true">
9930 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934 continúa en página siguiente
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 Annovi
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 Silvia
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 111
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 Bertoli
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Stefano
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 111
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Bozzi
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 Walter
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 111
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Cachia
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 Maria
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 111
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Cachia
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Maurizio
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Cinquemani
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Giusi
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Colin
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Bernard
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 111
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Concli
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Gianfranco
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Dal Bosco
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Carolina
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Dalpiaz
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Annamaria
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Feliciello
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Domenico
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Focarelli
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Paola
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Galletti
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Oreste
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Gasparini
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Franca
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Lassini
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Giancarlo
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Malfatti
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Luciano
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Malfatti
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Valeriano
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Meneguzzo
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Roberto
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Mezzadra
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Roberto
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Pirpamer
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Erich
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Pochiesa
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Paolo
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111, 222
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Radina
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Claudio
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Rizzardi
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Paolo, 11.
10657  Fürst von Montecompatri, 11.
10658  Fürst von Sulmona und Vivaro, 10.
10659  Fürst von Rossano, 5.
10660  Herzog von Canemorte, 11.
10661  Herzog von Palombara, 5.
10662  Herzog von Castelchiodato,
10663 \begin_inset ERT
10664 status open
10665
10666 \begin_layout Plain Layout
10667
10668 & 111
10669 \backslash
10670
10671 \backslash
10672  
10673 \backslash
10674 newpage
10675 \end_layout
10676
10677 \begin_layout Plain Layout
10678
10679 &
10680 \end_layout
10681
10682 \end_inset
10683
10684  11.
10685  Herzog von Poggionativo, 11.
10686  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10687  Graf von Valinfreda, 11.
10688  Baron von Cropalati, 11.
10689  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Stuffer
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Oskar
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Tacchelli
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Ugo
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Tezzele
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Margit
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Unterkalmsteiner
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Frieda
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Vieider
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Hilde
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Vigna
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Jürgen
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Weber
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Maurizio
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Winkler
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Franz
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 </lyxtabular>
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \begin_layout Section
10960 Líneas múltiples en columnas y filas
10961 \end_layout
10962
10963 \begin_layout Subsection
10964 Líneas múltiples en celdas
10965 \begin_inset CommandInset label
10966 LatexCommand label
10967 name "sub:Líneas-Múltiples-en"
10968
10969 \end_inset
10970
10971
10972 \begin_inset Index idx
10973 status collapsed
10974
10975 \begin_layout Plain Layout
10976 Lineas@Líneas múltiples en celdas
10977 \end_layout
10978
10979 \end_inset
10980
10981
10982 \begin_inset Index idx
10983 status collapsed
10984
10985 \begin_layout Plain Layout
10986 Cuadros ! Saltos de línea
10987 \end_layout
10988
10989 \end_inset
10990
10991
10992 \end_layout
10993
10994 \begin_layout Standard
10995 \noindent
10996 \begin_inset Float table
10997 placement H
10998 wide false
10999 sideways false
11000 status open
11001
11002 \begin_layout Plain Layout
11003 \begin_inset Caption
11004
11005 \begin_layout Plain Layout
11006 \begin_inset CommandInset label
11007 LatexCommand label
11008 name "tab:Cuadro-con-múltiples"
11009
11010 \end_inset
11011
11012 Cuadro con líneas múltiples en celda
11013 \end_layout
11014
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \begin_layout Plain Layout
11021 \align center
11022 \begin_inset Tabular
11023 <lyxtabular version="3" rows="3" columns="3">
11024 <features tabularvalignment="middle">
11025 <column alignment="center" valignment="middle" width="2.5cm">
11026 <column alignment="center" valignment="middle" width="0">
11027 <column alignment="center" valignment="middle" width="0">
11028 <row>
11029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 líneas
11034 \begin_inset Newline linebreak
11035 \end_inset
11036
11037 múltiples
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 b
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 c
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 d
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 e
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 f
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 g
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 h
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 i
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 </lyxtabular>
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Standard
11132 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11133  párrafos con varias líneas y guionado.
11134 \end_layout
11135
11136 \begin_layout Standard
11137 Para generar el cuadro
11138 \begin_inset space ~
11139 \end_inset
11140
11141
11142 \begin_inset CommandInset ref
11143 LatexCommand ref
11144 reference "tab:Cuadro-con-múltiples"
11145
11146 \end_inset
11147
11148 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11149  En el diálogo que surge establece una anchura de 2.5
11150 \begin_inset space \thinspace{}
11151 \end_inset
11152
11153 cm y escoge centro en alineación vertical y horizontal.
11154  La alineación vertical se utiliza para todas las celdas de la fila.
11155  Como nuestro texto es menor de 2.5
11156 \begin_inset space \thinspace{}
11157 \end_inset
11158
11159 cm, sólo aparece una línea.
11160  Para poner dos añadimos un salto de línea justificado, (atajo 
11161 \family sans
11162 Ctrl+Mayúsculas+Entrar
11163 \family default
11164 ).
11165  Si el texto es más ancho que la celda será automáticamente dividido en
11166  líneas.
11167 \end_layout
11168
11169 \begin_layout Standard
11170 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11171  con guión si es la primera entrada.
11172  Por eso hay que insertar algo para que dicha palabra no sea la primera
11173  entrada: añade un espacio horizontal de 0
11174 \begin_inset space \thinspace{}
11175 \end_inset
11176
11177 pt delante de la palabra.
11178  Como el espacio es 0 la salida no cambia.
11179  El cuadro
11180 \begin_inset space ~
11181 \end_inset
11182
11183
11184 \begin_inset CommandInset ref
11185 LatexCommand ref
11186 reference "tab:Cuadro-con-y"
11187
11188 \end_inset
11189
11190  muestra el efecto.
11191 \end_layout
11192
11193 \begin_layout Standard
11194 \begin_inset Float table
11195 placement b
11196 wide false
11197 sideways false
11198 status open
11199
11200 \begin_layout Plain Layout
11201 \begin_inset Caption
11202
11203 \begin_layout Plain Layout
11204 \begin_inset CommandInset label
11205 LatexCommand label
11206 name "tab:Cuadro-con-y"
11207
11208 \end_inset
11209
11210 Cuadros con y sin guión
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Plain Layout
11219 \begin_inset space \hfill{}
11220 \end_inset
11221
11222
11223 \begin_inset Tabular
11224 <lyxtabular version="3" rows="3" columns="3">
11225 <features tabularvalignment="middle">
11226 <column alignment="center" valignment="middle" width="2.5cm">
11227 <column alignment="center" valignment="middle" width="0">
11228 <column alignment="center" valignment="middle" width="0">
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 celdaconpalabramuylarga
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 b
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 c
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 d
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 e
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 f
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 <row>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 g
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 h
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 i
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 </lyxtabular>
11317
11318 \end_inset
11319
11320
11321 \begin_inset space \hfill{}
11322 \end_inset
11323
11324
11325 \begin_inset Tabular
11326 <lyxtabular version="3" rows="3" columns="3">
11327 <features tabularvalignment="middle">
11328 <column alignment="center" valignment="middle" width="2.5cm">
11329 <column alignment="center" valignment="middle" width="0">
11330 <column alignment="center" valignment="middle" width="0">
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset space \hspace{}
11337 \length 0pt
11338 \end_inset
11339
11340 celdaconpalabramuylarga
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 b
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 c
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 </row>
11364 <row>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 d
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 e
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 f
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 g
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 h
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 i
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 </lyxtabular>
11423
11424 \end_inset
11425
11426
11427 \begin_inset space \hfill{}
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \begin_layout Subsection
11439 Multicolumnas
11440 \begin_inset CommandInset label
11441 LatexCommand label
11442 name "sub:Multicolumnas"
11443
11444 \end_inset
11445
11446
11447 \begin_inset Index idx
11448 status collapsed
11449
11450 \begin_layout Plain Layout
11451 Multicolumnas
11452 \end_layout
11453
11454 \end_inset
11455
11456
11457 \begin_inset Index idx
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461 Cuadros ! Multicolumnas
11462 \end_layout
11463
11464 \end_inset
11465
11466
11467 \end_layout
11468
11469 \begin_layout Subsubsection
11470 Fundamentos de multicolumnas
11471 \end_layout
11472
11473 \begin_layout Standard
11474 Para extender una celda sobre varias columnas, se marcan las celdas que
11475  se desee combinar y se usa el botón 
11476 \begin_inset Graphics
11477         filename ../../images/tabular-feature_multicolumn.png
11478         scale 85
11479
11480 \end_inset
11481
11482 , el menú 
11483 \family sans
11484 Editar\SpecialChar \menuseparator
11485 Cuadro\SpecialChar \menuseparator
11486 Multicolumna
11487 \family default
11488 , o clic derecho sobre las celdas marcadas y elige 
11489 \family sans
11490 Multicolumna 
11491 \family default
11492 en el menú contextual.
11493 \end_layout
11494
11495 \begin_layout Standard
11496 Las multicolumnas tienen su propia configuración de celdas.
11497  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11498  multicolumna.
11499  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11500  última fila sin borde superior:
11501 \end_layout
11502
11503 \begin_layout Standard
11504 \align center
11505 \begin_inset Tabular
11506 <lyxtabular version="3" rows="3" columns="4">
11507 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11508 <column alignment="center" valignment="top" width="0pt">
11509 <column alignment="center" valignment="middle" width="0">
11510 <column alignment="center" valignment="top" width="0in">
11511 <column alignment="center" valignment="top" width="0pt">
11512 <row>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 abc
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 def ghi
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 jkl
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555
11556 \family roman
11557 \series medium
11558 \shape up
11559 \size normal
11560 \emph off
11561 \bar no
11562 \noun off
11563 \color none
11564 A
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 B
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 C
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 D
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 1
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 2
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 3
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 4
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Subsubsection
11643 Cálculos en multicolumnas
11644 \begin_inset CommandInset label
11645 LatexCommand label
11646 name "sub:Cálculos-en-Multicolumnas"
11647
11648 \end_inset
11649
11650
11651 \begin_inset Index idx
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 Cuadros ! Multicolumnas ! Cálculos
11656 \end_layout
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11665  la anchura de celda de las columnas combinadas en la celda multicolumna.
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \begin_inset Float table
11670 placement h
11671 wide false
11672 sideways false
11673 status open
11674
11675 \begin_layout Plain Layout
11676 \begin_inset Caption
11677
11678 \begin_layout Plain Layout
11679 \begin_inset CommandInset label
11680 LatexCommand label
11681 name "tab:Cuadro-con-centrado"
11682
11683 \end_inset
11684
11685 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11686  exactamente la mitad de anchura que la celda multicolumna
11687 \begin_inset Argument
11688 status open
11689
11690 \begin_layout Plain Layout
11691 Cuadro multicolumna perfecta
11692 \end_layout
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Plain Layout
11705 \align center
11706 \begin_inset Tabular
11707 <lyxtabular version="3" rows="3" columns="3">
11708 <features tabularvalignment="middle">
11709 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11710 <column alignment="center" valignment="middle" width="0">
11711 <column alignment="center" valignment="top" width="0">
11712 <row>
11713 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 multicolumna línea múltiple
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 c
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 <row>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 d
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 e
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 f
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 <row>
11771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 g
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 h
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 i
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 </row>
11799 </lyxtabular>
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Standard
11812 Por ejemplo, para crear el cuadro
11813 \begin_inset space ~
11814 \end_inset
11815
11816
11817 \begin_inset CommandInset ref
11818 LatexCommand ref
11819 reference "tab:Cuadro-con-centrado"
11820
11821 \end_inset
11822
11823 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11824  clic derecho.
11825  En el diálogo marca 
11826 \emph on
11827 multicolumna
11828 \emph default
11829
11830 \emph on
11831 alineación centro
11832 \emph default
11833  y una anchura de 2.5
11834 \begin_inset space \thinspace{}
11835 \end_inset
11836
11837 cm.
11838  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11839  de la celda multicolumna, así que deberías ajustar 1.25
11840 \begin_inset space \thinspace{}
11841 \end_inset
11842
11843 cm para la primera columna.
11844  La segunda columna tendrá entonces automáticamente 1.25
11845 \begin_inset space \thinspace{}
11846 \end_inset
11847
11848 cm de anchura.
11849  Para el cuadro
11850 \begin_inset space ~
11851 \end_inset
11852
11853
11854 \begin_inset CommandInset ref
11855 LatexCommand ref
11856 reference "tab:Cuadro-sin-mitad"
11857
11858 \end_inset
11859
11860  se ha procedido de la siguiente manera:
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \begin_inset Float table
11865 wide false
11866 sideways false
11867 status open
11868
11869 \begin_layout Plain Layout
11870 \begin_inset Caption
11871
11872 \begin_layout Plain Layout
11873 \begin_inset CommandInset label
11874 LatexCommand label
11875 name "tab:Cuadro-sin-mitad"
11876
11877 \end_inset
11878
11879 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11880  de anchura que la celda multicolumna
11881 \begin_inset Argument
11882 status open
11883
11884 \begin_layout Plain Layout
11885 Cuadro multicolumna imperfecta
11886 \end_layout
11887
11888 \end_inset
11889
11890
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Plain Layout
11899 \align center
11900 \begin_inset Tabular
11901 <lyxtabular version="3" rows="3" columns="3">
11902 <features tabularvalignment="middle">
11903 <column alignment="center" valignment="top" width="1.25cm">
11904 <column alignment="center" valignment="top" width="0">
11905 <column alignment="center" valignment="top" width="0">
11906 <row>
11907 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 multicolumna línea múltiple
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 c
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 d
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 e
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 f
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 <row>
11965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 g
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 h
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 i
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 </row>
11993 </lyxtabular>
11994
11995 \end_inset
11996
11997
11998 \end_layout
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \begin_layout Standard
12006 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12007 a, es un poco mayor.
12008  La razón es que la anchura dada para una celda 
12009 \begin_inset Formula $W_{g}$
12010 \end_inset
12011
12012  no es su anchura total 
12013 \begin_inset Formula $W_{\mathrm{tot}}$
12014 \end_inset
12015
12016  porque una celda es siempre algo mayor que la anchura dada.
12017  El apéndice
12018 \begin_inset space ~
12019 \end_inset
12020
12021
12022 \begin_inset CommandInset ref
12023 LatexCommand eqref
12024 reference "cap:Explicación-de-la-Ecuación"
12025
12026 \end_inset
12027
12028  lo explica con detalle.
12029 \end_layout
12030
12031 \begin_layout Standard
12032 La anchura dada 
12033 \begin_inset Formula $W_{g\, n}$
12034 \end_inset
12035
12036  necesaria para combinar 
12037 \emph on
12038 n
12039 \emph default
12040  columnas puede calcularse de manera que cada columna tenga una anchura
12041  total de 
12042 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12043 \end_inset
12044
12045 :
12046 \begin_inset Formula 
12047 \begin{equation}
12048 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12049 \end{equation}
12050
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \begin_layout Standard
12057 En nuestro caso tenemos 
12058 \begin_inset Formula $n=2$
12059 \end_inset
12060
12061
12062 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12063 \end_inset
12064
12065
12066 \begin_inset space \thinspace{}
12067 \end_inset
12068
12069 cm y los valores predeterminados para longitudes, así la ecuación
12070 \begin_inset space ~
12071 \end_inset
12072
12073
12074 \begin_inset CommandInset ref
12075 LatexCommand ref
12076 reference "eq:Wgn"
12077
12078 \end_inset
12079
12080  queda
12081 \begin_inset Formula 
12082 \begin{equation}
12083 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12084 \end{equation}
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Standard
12092 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12093  
12094 \series bold
12095 calc
12096 \series default
12097  con la línea
12098 \begin_inset Index idx
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 LaTeX-paquetes ! calc
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \begin_layout Standard
12111
12112 \series bold
12113
12114 \backslash
12115 usepackage{calc}
12116 \end_layout
12117
12118 \begin_layout Standard
12119 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12120  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12121  He aquí un repaso de los argumentos:
12122 \end_layout
12123
12124 \begin_layout Itemize
12125
12126 \series bold
12127 p{ancho}
12128 \series default
12129  crea celdas con anchura fija, el texto alineado arriba
12130 \end_layout
12131
12132 \begin_layout Itemize
12133
12134 \series bold
12135 m{ancho}
12136 \series default
12137  crea celdas con anchura fija, el texto con alineación vertical centrada
12138  
12139 \end_layout
12140
12141 \begin_layout Itemize
12142
12143 \series bold
12144 b{ancho}
12145 \series default
12146  crea celdas con anchura fija, el texto alineado abajo
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12151  en el diálogo se ignoran.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 \begin_inset Note Greyedout
12156 status open
12157
12158 \begin_layout Plain Layout
12159
12160 \series bold
12161 Nota:
12162 \series default
12163  Debido a un error, LyX muestra de todas formas estas propiedades.
12164 \end_layout
12165
12166 \end_inset
12167
12168  
12169 \end_layout
12170
12171 \begin_layout Standard
12172 El comando 
12173 \series bold
12174
12175 \backslash
12176 centering
12177 \series default
12178  centra horizontalmente el texto.
12179  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12180  columna extendida:
12181 \end_layout
12182
12183 \begin_layout Standard
12184
12185 \series bold
12186 >{
12187 \backslash
12188 centering}m{1.25cm-6.2pt}
12189 \end_layout
12190
12191 \begin_layout Standard
12192 El comando 
12193 \series bold
12194 >{ }
12195 \series default
12196  significa que los comandos entre llaves se aplican antes de crear la celda.
12197 \end_layout
12198
12199 \begin_layout Standard
12200 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12201 , aún está alineado a la izquierda.
12202  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12203  Así que para multicolumnas hemos de usar el argumento de LaTeX
12204 \end_layout
12205
12206 \begin_layout Standard
12207
12208 \series bold
12209 >{
12210 \backslash
12211 centering}m{2.5cm}
12212 \end_layout
12213
12214 \begin_layout Subsection
12215 Multifilas
12216 \begin_inset CommandInset label
12217 LatexCommand label
12218 name "sub:Multifilas"
12219
12220 \end_inset
12221
12222
12223 \begin_inset Index idx
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 Multifilas
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \begin_inset Index idx
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 Cuadros ! Multifilas
12238 \end_layout
12239
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \begin_layout Standard
12246 Para extender una celda sobre varias filas, se marcan las celdas que se
12247  desee combinar y se usa el botón 
12248 \begin_inset Graphics
12249         filename ../../images/tabular-feature_multirow.png
12250         scale 85
12251         scaleBeforeRotation
12252
12253 \end_inset
12254
12255 , el menú 
12256 \family sans
12257 Editar\SpecialChar \menuseparator
12258 Cuadro\SpecialChar \menuseparator
12259 Multifila
12260 \family default
12261 , o haz clic derecho sobre las celdas marcadas y elige 
12262 \family sans
12263 Multifila 
12264 \family default
12265 en el menú contextual.
12266 \end_layout
12267
12268 \begin_layout Standard
12269 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12270 \end_layout
12271
12272 \begin_layout Standard
12273 \align center
12274 \begin_inset Tabular
12275 <lyxtabular version="3" rows="3" columns="3">
12276 <features tabularvalignment="middle">
12277 <column alignment="center" valignment="top" width="0pt">
12278 <column alignment="center" valignment="top" width="0">
12279 <column alignment="center" valignment="top" width="0">
12280 <row>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 entrada en una celda larga
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 b
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 c
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 <row>
12310 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 multifila
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 e
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 f
12333 \end_layout
12334
12335 \end_inset
12336 </cell>
12337 </row>
12338 <row>
12339 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Plain Layout
12343
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352 h
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Plain Layout
12361 i
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 </row>
12367 </lyxtabular>
12368
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375 La anchura de las celdas multifila se establece poniendo la anchura y la
12376  alineación para toda la columna.
12377  El 
12378 \family sans
12379 Desplazamiento vertical
12380 \family default
12381  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12382 gativo.
12383 \end_layout
12384
12385 \begin_layout Standard
12386 Si la columna de una celda multifila no tiene anchura explícita, la celda
12387  multifila hereda el alineamiento de la columna.
12388  Por otra parte, se alinea a la izquierda por omisión.
12389  Para cambiar esto renombra el comando 
12390 \series bold
12391
12392 \backslash
12393 multirowsetup
12394 \series default
12395  con el comando
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401
12402 \backslash
12403 renewcommand{
12404 \backslash
12405 multirowsetup}{
12406 \backslash
12407 centering}
12408 \end_layout
12409
12410 \begin_layout Standard
12411 en el preámbulo del documento.
12412  Entonces se centran todas las entradas de celdas multifila en el documento.
12413  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12414  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12415  Si el texto debe estar alineado a la derecha, reemplaza 
12416 \series bold
12417
12418 \backslash
12419 centering
12420 \series default
12421  por 
12422 \series bold
12423
12424 \backslash
12425 raggedleft
12426 \series default
12427 .
12428  Para volver a alineado a la izquierda usa 
12429 \series bold
12430
12431 \backslash
12432 raggedright
12433 \series default
12434 .
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12439  que tiene un desplazamiento vertical de -4
12440 \begin_inset space \thinspace{}
12441 \end_inset
12442
12443 mm y está en una columna de 3
12444 \begin_inset space \thinspace{}
12445 \end_inset
12446
12447 cm de ancho:
12448 \end_layout
12449
12450 \begin_layout Standard
12451 \noindent
12452 \align center
12453 \begin_inset ERT
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457
12458
12459 \backslash
12460 renewcommand{
12461 \backslash
12462 multirowsetup}{
12463 \backslash
12464 raggedleft}
12465 \end_layout
12466
12467 \end_inset
12468
12469
12470 \begin_inset Tabular
12471 <lyxtabular version="3" rows="4" columns="3">
12472 <features tabularvalignment="middle">
12473 <column alignment="center" valignment="top" width="3cm">
12474 <column alignment="center" valignment="top" width="0">
12475 <column alignment="center" valignment="top" width="0">
12476 <row>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 entrada en una celda larga
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 b
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 c
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 t
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 n
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 m
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 <row>
12535 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 multifila
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 e
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 f
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 </row>
12563 <row>
12564 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 h
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 i
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 </lyxtabular>
12593
12594 \end_inset
12595
12596
12597 \begin_inset ERT
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602
12603 \backslash
12604 renewcommand{
12605 \backslash
12606 multirowsetup}{
12607 \backslash
12608 raggedright}
12609 \end_layout
12610
12611 \end_inset
12612
12613
12614 \end_layout
12615
12616 \begin_layout Section
12617 Cuadros formales
12618 \begin_inset CommandInset label
12619 LatexCommand label
12620 name "sec:Cuadros-Formales"
12621
12622 \end_inset
12623
12624
12625 \begin_inset Index idx
12626 status collapsed
12627
12628 \begin_layout Plain Layout
12629 Cuadros ! Formales
12630 \end_layout
12631
12632 \end_inset
12633
12634  
12635 \end_layout
12636
12637 \begin_layout Standard
12638 En los libros, los cuadros se suelen presentar en un formato como el del
12639  cuadro 
12640 \begin_inset space ~
12641 \end_inset
12642
12643
12644 \begin_inset CommandInset ref
12645 LatexCommand ref
12646 reference "tab:Ejemplo-cuadro-formal"
12647
12648 \end_inset
12649
12650 .
12651  Se denominan cuadros 
12652 \emph on
12653 formales
12654 \emph default
12655 .
12656  Para hacer cuadros con este diseño, elige 
12657 \family sans
12658 Estilo
12659 \family default
12660
12661 \begin_inset space ~
12662 \end_inset
12663
12664
12665 \family sans
12666 Formal
12667 \family default
12668  en la solapa 
12669 \family sans
12670 Bordes
12671 \family default
12672  del diálogo de cuadros.
12673 \end_layout
12674
12675 \begin_layout Standard
12676 \begin_inset Float table
12677 placement h
12678 wide false
12679 sideways false
12680 status open
12681
12682 \begin_layout Plain Layout
12683 \begin_inset Caption
12684
12685 \begin_layout Plain Layout
12686 \begin_inset CommandInset label
12687 LatexCommand label
12688 name "tab:Ejemplo-cuadro-formal"
12689
12690 \end_inset
12691
12692 Ejemplo de cuadro formal
12693 \end_layout
12694
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \begin_layout Plain Layout
12701 \align center
12702 \begin_inset Tabular
12703 <lyxtabular version="3" rows="8" columns="4">
12704 <features booktabs="true" tabularvalignment="middle">
12705 <column alignment="center" valignment="top" width="0">
12706 <column alignment="center" valignment="top" width="0">
12707 <column alignment="center" valignment="top" width="0">
12708 <column alignment="center" valignment="top" width="0">
12709 <row>
12710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 System
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 Chip
12724 \begin_inset space \thinspace{}
12725 \end_inset
12726
12727 1
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 Chip
12737 \begin_inset space \thinspace{}
12738 \end_inset
12739
12740 2
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 <row>
12756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765
12766 \backslash
12767 cmidrule(r){2-2}
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 cmidrule(l){3-4}
12781 \end_layout
12782
12783 \end_inset
12784
12785 Detector thickness in µm
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 300
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 300
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 700
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 </row>
12818 <row>
12819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 Edge angle in °
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 3.55
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 2.71
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 7.99
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row topspace="default">
12857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 Spatial resolution in µm
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 4.26
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 10.17
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 10.56
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 </row>
12894 <row topspace="default">
12895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 MTF at 
12900 \begin_inset Formula $f_{\mathrm{max}}$
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 0.53
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 <cell alignment="center" valignment="top" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 0.37
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 0.39
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 </row>
12936 <row topspace="default">
12937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 \begin_inset ERT
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945
12946
12947 \backslash
12948 cmidrule(l{10pt}){1-1}
12949 \end_layout
12950
12951 \end_inset
12952
12953 LSF-spatial resolution
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962
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
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
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 </row>
12986 <row>
12987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 in µm
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 129.7
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 52.75
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 50.78
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 <row>
13025 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 in % of pixel size
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 76.3
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 95.9
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 92.3
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 </lyxtabular>
13063
13064 \end_inset
13065
13066
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
13076  correspondientes que se encuentran en la solapa 
13077 \family sans
13078 Bordes 
13079 \family default
13080 del diálogo
13081 \family sans
13082  Configuración
13083 \begin_inset space ~
13084 \end_inset
13085
13086 del
13087 \begin_inset space ~
13088 \end_inset
13089
13090 cuadro
13091 \family default
13092 , como se explica en la sección
13093 \begin_inset space ~
13094 \end_inset
13095
13096
13097 \begin_inset CommandInset ref
13098 LatexCommand ref
13099 reference "sub:Espacio-adicional"
13100
13101 \end_inset
13102
13103 .
13104 \end_layout
13105
13106 \begin_layout Standard
13107 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
13108  verticales.
13109  Las líneas horizontales se pueden poner o no como en los cuadros normales,
13110  pero en la salida se mostrarán con distinto grosor:
13111 \begin_inset Newline newline
13112 \end_inset
13113
13114 Las líneas primera y última tienen un grosor predeterminado de 0.08
13115 \begin_inset space \thinspace{}
13116 \end_inset
13117
13118 em, las demás tienen un grosor predeterminado de 0.05
13119 \begin_inset space \thinspace{}
13120 \end_inset
13121
13122 em.
13123 \end_layout
13124
13125 \begin_layout Standard
13126 Estos valores predeterminados se pueden cambiar
13127 \series bold
13128  
13129 \series default
13130 con las líneas de preámbulo:
13131 \end_layout
13132
13133 \begin_layout Standard
13134
13135 \series bold
13136
13137 \backslash
13138 let
13139 \backslash
13140 mytoprule
13141 \backslash
13142 toprule
13143 \begin_inset Newline newline
13144 \end_inset
13145
13146
13147 \backslash
13148 renewcommand{
13149 \backslash
13150 toprule}{
13151 \backslash
13152 mytoprule[grosor]}
13153 \end_layout
13154
13155 \begin_layout Standard
13156 Este ejemplo es para la primera línea, la denominada 
13157 \series bold
13158 toprule
13159 \series default
13160 .
13161  Si quieres cambiar el grosor de la última línea, reemplaza 
13162 \series bold
13163 toprule
13164 \series default
13165  por 
13166 \series bold
13167 bottomrule
13168 \series default
13169 .
13170  Y para cambiar el grosor de las demás líneas cambia 
13171 \series bold
13172 toprule
13173 \series default
13174  por 
13175 \series bold
13176 midrule
13177 \series default
13178 .
13179  Puedes usar cualquiera de las unidades listadas en el apéndice
13180 \begin_inset space ~
13181 \end_inset
13182
13183
13184 \begin_inset CommandInset ref
13185 LatexCommand ref
13186 reference "cap:Unidades-disponibles-en"
13187
13188 \end_inset
13189
13190  para establecer el grosor.
13191 \end_layout
13192
13193 \begin_layout Standard
13194 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
13195  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13196  LyX empleará internamente el comando 
13197 \series bold
13198
13199 \backslash
13200 cmidrule
13201 \series default
13202  para dibujar la línea.
13203  El esquema completo es
13204 \end_layout
13205
13206 \begin_layout Standard
13207
13208 \series bold
13209
13210 \backslash
13211 cmidrule[grosor](recorte){inicol-fincol}
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Por el momento, LyX no soporta las opciones de 
13216 \series bold
13217
13218 \backslash
13219 cmidrule
13220 \series default
13221 , así que para usarlas hay que emplear código TeX.
13222  Las líneas 
13223 \series bold
13224
13225 \backslash
13226 cmidrule
13227 \series default
13228  se pueden insertar manualmente con el comando en código TeX como primera
13229  entrada de la primera celda de una fila.
13230  En la salida se dibujará la línea sobre dicha fila.
13231 \end_layout
13232
13233 \begin_layout Standard
13234 El grosor predeterminado es 0.03
13235 \begin_inset space \thinspace{}
13236 \end_inset
13237
13238 em.
13239  
13240 \series bold
13241 inicol
13242 \series default
13243  es el número de la columna en la que comienza la línea y 
13244 \series bold
13245 fincol
13246 \series default
13247  es el número de la columna en la que acaba la línea.
13248  El valor 
13249 \series bold
13250 fincol
13251 \series default
13252  debe especificarse siempre, aunque la línea se extienda sobre una sola
13253  columna.
13254  El parámetro opcional 
13255 \series bold
13256 recorte
13257 \series default
13258  debe ser 
13259 \emph on
13260 l{recorte}
13261 \emph default
13262  o 
13263 \emph on
13264 r{recorte}
13265 \emph default
13266 , donde 
13267 \emph on
13268 recorte
13269 \emph default
13270  también es opcional.
13271  Por ejemplo, el parámetro 
13272 \emph on
13273 l{2pt}
13274 \emph default
13275  significa que la línea se recorta 2
13276 \begin_inset space \thinspace{}
13277 \end_inset
13278
13279 pt por su izquierda.
13280  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
13281 \begin_inset space \thinspace{}
13282 \end_inset
13283
13284 em.
13285
13286 \series bold
13287  
13288 \end_layout
13289
13290 \begin_layout Standard
13291 \begin_inset VSpace bigskip
13292 \end_inset
13293
13294
13295 \end_layout
13296
13297 \begin_layout Standard
13298 El cuadro
13299 \begin_inset space ~
13300 \end_inset
13301
13302
13303 \begin_inset CommandInset ref
13304 LatexCommand ref
13305 reference "tab:Ejemplo-cuadro-formal"
13306
13307 \end_inset
13308
13309  se ha creado con los comandos
13310 \end_layout
13311
13312 \begin_layout Standard
13313
13314 \series bold
13315
13316 \backslash
13317 cmidrule(r){2-2}
13318 \backslash
13319 cmidrule(l){3-4}
13320 \end_layout
13321
13322 \begin_layout Standard
13323 en la segunda fila, 
13324 \series bold
13325
13326 \backslash
13327 midrule
13328 \series default
13329  en la tercera, y
13330 \end_layout
13331
13332 \begin_layout Standard
13333
13334 \series bold
13335
13336 \backslash
13337 cmidrule(l{10pt}){1-1}
13338 \end_layout
13339
13340 \begin_layout Standard
13341 en la sexta fila.
13342 \end_layout
13343
13344 \begin_layout Standard
13345 \begin_inset VSpace bigskip
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \begin_layout Standard
13352 Quizá quieras superponer líneas 
13353 \series bold
13354
13355 \backslash
13356 cmidrules
13357 \series default
13358  como enl cuadro
13359 \begin_inset space ~
13360 \end_inset
13361
13362
13363 \begin_inset CommandInset ref
13364 LatexCommand ref
13365 reference "tab:Cuadro-formal-especial"
13366
13367 \end_inset
13368
13369 .
13370  Esto se consigue con el comando en código TeX
13371 \end_layout
13372
13373 \begin_layout Standard
13374
13375 \series bold
13376
13377 \backslash
13378 morecmidrules
13379 \end_layout
13380
13381 \begin_layout Standard
13382 El comando que se ha utilizado para la segunda fila del cuadro
13383 \begin_inset space ~
13384 \end_inset
13385
13386
13387 \begin_inset CommandInset ref
13388 LatexCommand ref
13389 reference "tab:Cuadro-formal-especial"
13390
13391 \end_inset
13392
13393  es
13394 \end_layout
13395
13396 \begin_layout Standard
13397
13398 \series bold
13399
13400 \backslash
13401 cmidrule(r){2-2}
13402 \backslash
13403 cmidrule(l){3-4}
13404 \backslash
13405 morecmidrules
13406 \backslash
13407 cmidrule{2-4}
13408 \end_layout
13409
13410 \begin_layout Standard
13411 El comando para la sexta fila es
13412 \end_layout
13413
13414 \begin_layout Standard
13415
13416 \series bold
13417
13418 \backslash
13419 midrule
13420 \backslash
13421 morecmidrules
13422 \backslash
13423 cmidrule{3-4}
13424 \series default
13425
13426 \begin_inset VSpace bigskip
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \begin_layout Standard
13433 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13434  el siguiente comando para dibujar líneas que se extienden sobre todas las
13435  columnas
13436 \end_layout
13437
13438 \begin_layout Standard
13439
13440 \series bold
13441
13442 \backslash
13443 specialrule{anchura}{espacio superior}{espacio inferior}
13444 \end_layout
13445
13446 \begin_layout Standard
13447 Para más información sobre estas características especiales, acude al manual
13448  del paquete LaTeX 
13449 \series bold
13450 booktabs
13451 \series default
13452
13453 \begin_inset CommandInset citation
13454 LatexCommand cite
13455 key "booktabs"
13456
13457 \end_inset
13458
13459 .
13460 \begin_inset Index idx
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464 LaTeX-paquetes ! booktabs
13465 \end_layout
13466
13467 \end_inset
13468
13469  
13470 \begin_inset VSpace bigskip
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \begin_layout Standard
13477 \begin_inset Float table
13478 placement h
13479 wide false
13480 sideways false
13481 status open
13482
13483 \begin_layout Plain Layout
13484 \begin_inset Caption
13485
13486 \begin_layout Plain Layout
13487 \begin_inset CommandInset label
13488 LatexCommand label
13489 name "tab:Cuadro-formal-especial"
13490
13491 \end_inset
13492
13493 Cuadro formal especial
13494 \end_layout
13495
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \begin_layout Plain Layout
13502 \align center
13503 \begin_inset Tabular
13504 <lyxtabular version="3" rows="8" columns="4">
13505 <features booktabs="true" tabularvalignment="middle">
13506 <column alignment="center" valignment="top" width="0">
13507 <column alignment="center" valignment="top" width="0">
13508 <column alignment="center" valignment="top" width="0">
13509 <column alignment="center" valignment="top" width="0">
13510 <row>
13511 <cell alignment="center" valignment="top" topline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 System
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 Chip
13525 \begin_inset space \thinspace{}
13526 \end_inset
13527
13528 1
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 Chip
13538 \begin_inset space \thinspace{}
13539 \end_inset
13540
13541 2
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 <row>
13557 <cell alignment="center" valignment="top" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 \begin_inset ERT
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565
13566
13567 \backslash
13568 cmidrule(r){2-2}
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \begin_inset ERT
13575 status collapsed
13576
13577 \begin_layout Plain Layout
13578
13579
13580 \backslash
13581 cmidrule(l){3-4}
13582 \end_layout
13583
13584 \end_inset
13585
13586
13587 \begin_inset ERT
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591
13592
13593 \backslash
13594 morecmidrules 
13595 \end_layout
13596
13597 \end_inset
13598
13599
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605
13606 \backslash
13607 cmidrule{2-4}
13608 \end_layout
13609
13610 \end_inset
13611
13612 Detector thickness in µm
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 300
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 300
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 700
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 </row>
13645 <row>
13646 <cell alignment="center" valignment="top" topline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 Edge angle in °
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 3.55
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 2.71
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 7.99
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 </row>
13683 <row topspace="default">
13684 <cell alignment="center" valignment="top" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 Spatial resolution in µm
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 4.26
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 10.17
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 10.56
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row topspace="default">
13722 <cell alignment="center" valignment="top" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 MTF at 
13727 \begin_inset Formula $f_{\mathrm{max}}$
13728 \end_inset
13729
13730
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 0.53
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 0.37
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 0.39
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 \begin_inset ERT
13769 status collapsed
13770
13771 \begin_layout Plain Layout
13772
13773
13774 \backslash
13775 morecmidrules 
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \begin_inset ERT
13782 status collapsed
13783
13784 \begin_layout Plain Layout
13785
13786
13787 \backslash
13788 cmidrule{3-4}
13789 \end_layout
13790
13791 \end_inset
13792
13793 LSF-spatial resolution
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 in µm
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 129.7
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 52.75
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 50.78
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 in % of pixel size
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 76.3
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 95.9
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 92.3
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 </row>
13902 </lyxtabular>
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Section
13915 Alineación vertical de cuadros
13916 \begin_inset Index idx
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920 Cuadros ! Alineación vertical
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \begin_layout Standard
13929 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
13930  estar en un marco.
13931  Después el marco se puede alinear verticalmente como se describe en la
13932  sección
13933 \begin_inset space ~
13934 \end_inset
13935
13936
13937 \begin_inset CommandInset ref
13938 LatexCommand ref
13939 reference "sec:Diálogo-Marcos"
13940
13941 \end_inset
13942
13943 .
13944  
13945 \end_layout
13946
13947 \begin_layout Standard
13948 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
13949 \begin_inset Foot
13950 status open
13951
13952 \begin_layout Plain Layout
13953 Las minipáginas se describen en la sección
13954 \begin_inset space ~
13955 \end_inset
13956
13957
13958 \begin_inset CommandInset ref
13959 LatexCommand ref
13960 reference "sec:Minipáginas"
13961
13962 \end_inset
13963
13964 .
13965 \end_layout
13966
13967 \end_inset
13968
13969  que tiene una anchura del 15
13970 \begin_inset space \thinspace{}
13971 \end_inset
13972
13973 % de columna:
13974 \end_layout
13975
13976 \begin_layout Itemize
13977 test 
13978 \begin_inset Box Frameless
13979 position "t"
13980 hor_pos "c"
13981 has_inner_box 1
13982 inner_pos "c"
13983 use_parbox 0
13984 use_makebox 0
13985 width "15col%"
13986 special "none"
13987 height "1in"
13988 height_special "totalheight"
13989 status collapsed
13990
13991 \begin_layout Plain Layout
13992 \begin_inset Tabular
13993 <lyxtabular version="3" rows="3" columns="3">
13994 <features tabularvalignment="middle">
13995 <column alignment="center" valignment="top" width="0">
13996 <column alignment="center" valignment="top" width="0">
13997 <column alignment="center" valignment="top" width="0">
13998 <row>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 a
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 d
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 g
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 </row>
14027 <row>
14028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 b
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 e
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 h
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 </row>
14056 <row>
14057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 c
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 f
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 i
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 </lyxtabular>
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \end_inset
14093
14094  test 
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100
14101 \backslash
14102 raisebox{0.85
14103 \backslash
14104 baselineskip}{
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \begin_inset Box Frameless
14111 position "t"
14112 hor_pos "c"
14113 has_inner_box 1
14114 inner_pos "c"
14115 use_parbox 0
14116 use_makebox 0
14117 width "15col%"
14118 special "none"
14119 height "1in"
14120 height_special "totalheight"
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 \begin_inset Tabular
14125 <lyxtabular version="3" rows="3" columns="3">
14126 <features tabularvalignment="middle">
14127 <column alignment="center" valignment="top" width="0">
14128 <column alignment="center" valignment="top" width="0">
14129 <column alignment="center" valignment="top" width="0">
14130 <row>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 a
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 d
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 g
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 </row>
14159 <row>
14160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 b
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 e
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 h
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 </row>
14188 <row>
14189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 c
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 f
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 i
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 </row>
14217 </lyxtabular>
14218
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \end_inset
14225
14226
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Itemize
14241 test 
14242 \begin_inset Box Frameless
14243 position "c"
14244 hor_pos "c"
14245 has_inner_box 1
14246 inner_pos "c"
14247 use_parbox 0
14248 use_makebox 0
14249 width "15col%"
14250 special "none"
14251 height "1in"
14252 height_special "totalheight"
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256 \begin_inset Tabular
14257 <lyxtabular version="3" rows="3" columns="3">
14258 <features tabularvalignment="middle">
14259 <column alignment="center" valignment="top" width="0">
14260 <column alignment="center" valignment="top" width="0">
14261 <column alignment="center" valignment="top" width="0">
14262 <row>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 a
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 d
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 g
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 b
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 e
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 h
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 <row>
14321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 c
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 f
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 i
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 </row>
14349 </lyxtabular>
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \begin_layout Itemize
14362 test 
14363 \begin_inset Box Frameless
14364 position "b"
14365 hor_pos "c"
14366 has_inner_box 1
14367 inner_pos "c"
14368 use_parbox 0
14369 use_makebox 0
14370 width "15col%"
14371 special "none"
14372 height "1in"
14373 height_special "totalheight"
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377 \begin_inset Tabular
14378 <lyxtabular version="3" rows="3" columns="3">
14379 <features tabularvalignment="middle">
14380 <column alignment="center" valignment="top" width="0">
14381 <column alignment="center" valignment="top" width="0">
14382 <column alignment="center" valignment="top" width="0">
14383 <row>
14384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 a
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 d
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 g
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 b
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 e
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 h
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 <row>
14442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 c
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 f
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 i
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 </row>
14470 </lyxtabular>
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \end_inset
14478
14479  test 
14480 \begin_inset ERT
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484
14485
14486 \backslash
14487 raisebox{-0.32
14488 \backslash
14489 baselineskip}{
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \begin_inset Box Frameless
14496 position "b"
14497 hor_pos "c"
14498 has_inner_box 1
14499 inner_pos "c"
14500 use_parbox 0
14501 use_makebox 0
14502 width "15col%"
14503 special "none"
14504 height "1in"
14505 height_special "totalheight"
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509 \begin_inset Tabular
14510 <lyxtabular version="3" rows="3" columns="3">
14511 <features tabularvalignment="middle">
14512 <column alignment="center" valignment="top" width="0">
14513 <column alignment="center" valignment="top" width="0">
14514 <column alignment="center" valignment="top" width="0">
14515 <row>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 a
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 d
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 g
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 </row>
14544 <row>
14545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 b
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 e
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567 h
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 </row>
14573 <row>
14574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 c
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 f
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 i
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 </row>
14602 </lyxtabular>
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \end_inset
14610
14611
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617 }
14618 \end_layout
14619
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \begin_layout Standard
14626 Como ves, los contenidos de la primera y última filas no se alinean correctament
14627 e con la línea de texto donde está el cuadro.
14628  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14629  un cuadro elevado («raisebox»
14630 \begin_inset Foot
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634 El uso del comando 
14635 \series bold
14636
14637 \backslash
14638 raisebox
14639 \series default
14640  se explica en la sección
14641 \begin_inset space ~
14642 \end_inset
14643
14644
14645 \begin_inset CommandInset ref
14646 LatexCommand ref
14647 reference "sub:Alineación-Vertical"
14648
14649 \end_inset
14650
14651 .
14652 \end_layout
14653
14654 \end_inset
14655
14656 ).
14657  En el ejemplo anterior, el segundo marco del primer ítem está alineado
14658  usando el comando en código TeX
14659 \end_layout
14660
14661 \begin_layout Standard
14662
14663 \series bold
14664
14665 \backslash
14666 raisebox{0.85
14667 \backslash
14668 baselineskip}{
14669 \end_layout
14670
14671 \begin_layout Standard
14672 antes del marco.
14673  Tras él, se pone la llave de cierre 
14674 \series bold
14675 }
14676 \series default
14677  también en código TeX.
14678  Para el segundo marco en el tercer ítem se usa el comando 
14679 \end_layout
14680
14681 \begin_layout Standard
14682
14683 \series bold
14684
14685 \backslash
14686 raisebox{-0.32
14687 \backslash
14688 baselineskip}{
14689 \end_layout
14690
14691 \begin_layout Standard
14692 \begin_inset Note Greyedout
14693 status open
14694
14695 \begin_layout Plain Layout
14696
14697 \series bold
14698 Not
14699 \series default
14700 a: La alineación del contenido de la fila con la línea del texto adyacente
14701  no es exacta.
14702  El factor necesario del comando 
14703 \series bold
14704
14705 \backslash
14706 raisebox
14707 \series default
14708  para este alineamiento depende de la tipografía del documento, del tamaño
14709  de letra y del grosor de línea del cuadro.
14710 \end_layout
14711
14712 \end_inset
14713
14714
14715 \end_layout
14716
14717 \begin_layout Section
14718 Cuadros coloreados
14719 \begin_inset CommandInset label
14720 LatexCommand label
14721 name "sec:Cuadros-Coloreados"
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Subsection
14729 Celdas coloreadas
14730 \begin_inset Index idx
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734 Cuadros ! Color ! en celdas
14735 \end_layout
14736
14737 \end_inset
14738
14739
14740 \begin_inset Index idx
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744 Color ! en celdas de cuadros
14745 \end_layout
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 \begin_inset Float table
14754 placement h
14755 wide false
14756 sideways false
14757 status open
14758
14759 \begin_layout Plain Layout
14760 \begin_inset Caption
14761
14762 \begin_layout Plain Layout
14763 \begin_inset CommandInset label
14764 LatexCommand label
14765 name "tab:Cuadro-coloreado-sin"
14766
14767 \end_inset
14768
14769 Cuadro coloreado sin usar el paquete 
14770 \series bold
14771 colortbl
14772 \series default
14773
14774 \begin_inset Argument
14775 status open
14776
14777 \begin_layout Plain Layout
14778 Cuadro sin colortbl
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \begin_layout Plain Layout
14792 \align center
14793 \begin_inset Tabular
14794 <lyxtabular version="3" rows="3" columns="3">
14795 <features tabularvalignment="middle">
14796 <column alignment="center" valignment="top" width="0">
14797 <column alignment="center" valignment="top" width="0">
14798 <column alignment="center" valignment="top" width="0">
14799 <row>
14800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804
14805 \color green
14806 a
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815
14816 \color red
14817 b
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826
14827 \color red
14828 c
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 </row>
14834 <row>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839
14840 \color green
14841 d
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850
14851 \color blue
14852 e
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \color blue
14863 f
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 <row>
14870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874
14875 \color green
14876 g
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885
14886 \color blue
14887 h
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \color blue
14898 i
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 </lyxtabular>
14905
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \begin_layout Standard
14917 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14918  el menú 
14919 \family sans
14920 Editar\SpecialChar \menuseparator
14921 Estilo
14922 \begin_inset space ~
14923 \end_inset
14924
14925 del
14926 \begin_inset space ~
14927 \end_inset
14928
14929 Texto
14930 \family default
14931 .
14932  Esto se ha hecho enl cuadro
14933 \begin_inset space ~
14934 \end_inset
14935
14936
14937 \begin_inset CommandInset ref
14938 LatexCommand ref
14939 reference "tab:Cuadro-coloreado-sin"
14940
14941 \end_inset
14942
14943 .
14944  En cualquier otro caso hay que usar el paquete LaTeX 
14945 \series bold
14946 colortbl
14947 \series default
14948 .
14949 \begin_inset Index idx
14950 status collapsed
14951
14952 \begin_layout Plain Layout
14953 LaTeX-paquetes ! colortbl
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Standard
14962 \begin_inset ERT
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966
14967
14968 \backslash
14969 ifcolortbl
14970 \end_layout
14971
14972 \end_inset
14973
14974
14975 \begin_inset Note Note
14976 status collapsed
14977
14978 \begin_layout Plain Layout
14979 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14980  LaTeX 
14981 \series bold
14982 colortbl
14983 \series default
14984 .
14985 \end_layout
14986
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \begin_layout Standard
14993 Para crear cuadros coloreados, 
14994 \series bold
14995 colortbl
14996 \series default
14997  debe cargarse en el preámbulo con la línea
14998 \end_layout
14999
15000 \begin_layout Standard
15001
15002 \series bold
15003
15004 \backslash
15005 usepackage{colortbl}
15006 \end_layout
15007
15008 \begin_layout Standard
15009 El color de una columna se define con el comando
15010 \end_layout
15011
15012 \begin_layout Standard
15013
15014 \series bold
15015
15016 \backslash
15017 columncolor{nombre del color}
15018 \end_layout
15019
15020 \begin_layout Standard
15021 dentro del comando 
15022 \series bold
15023 >{ }
15024 \series default
15025 .
15026  Más sobre el comando 
15027 \series bold
15028 >{}
15029 \series default
15030  se explica en la sección
15031 \begin_inset space ~
15032 \end_inset
15033
15034
15035 \begin_inset CommandInset ref
15036 LatexCommand ref
15037 reference "sub:Cálculos-en-Multicolumnas"
15038
15039 \end_inset
15040
15041 .
15042 \end_layout
15043
15044 \begin_layout Standard
15045 Los siguientes nombres de color están predefinidos:
15046 \end_layout
15047
15048 \begin_layout Standard
15049
15050 \family sans
15051 red
15052 \family default
15053
15054 \family sans
15055 green
15056 \family default
15057
15058 \family sans
15059 yellow, blue
15060 \family default
15061
15062 \family sans
15063 cyan
15064 \family default
15065 \series bold
15066 ,
15067 \series default
15068  
15069 \family sans
15070 magenta, black
15071 \family default
15072
15073 \family sans
15074 white
15075 \end_layout
15076
15077 \begin_layout Standard
15078 \begin_inset VSpace medskip
15079 \end_inset
15080
15081
15082 \end_layout
15083
15084 \begin_layout Standard
15085 Puedes definir tus propios colores con el comando
15086 \end_layout
15087
15088 \begin_layout Standard
15089
15090 \series bold
15091
15092 \backslash
15093 definecolor{nombre del color}{modelo de color}{valores de color}
15094 \end_layout
15095
15096 \begin_layout Standard
15097 El modelo de color puede ser
15098 \end_layout
15099
15100 \begin_layout Labeling
15101 \labelwidthstring 00.00.0000
15102 cmyk: cyan, magenta, yellow, black
15103 \end_layout
15104
15105 \begin_layout Labeling
15106 \labelwidthstring 00.00.0000
15107 rgb: red, green, blue
15108 \end_layout
15109
15110 \begin_layout Labeling
15111 \labelwidthstring 00.00.0000
15112 gray: gray
15113 \end_layout
15114
15115 \begin_layout Standard
15116 y los valores de color son números separados por comas entre 0 y 1 que describen
15117  el factor para el color correspondiente del modelo de color.
15118 \end_layout
15119
15120 \begin_layout Standard
15121 Por ejemplo, puedes definir el color
15122 \series bold
15123  
15124 \series default
15125 «
15126 \emph on
15127 verde oscuro
15128 \emph default
15129 » en el preámbulo con
15130 \end_layout
15131
15132 \begin_layout Standard
15133
15134 \series bold
15135
15136 \backslash
15137 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15138 \end_layout
15139
15140 \begin_layout Standard
15141 y el color «
15142 \emph on
15143 gris claro
15144 \emph default
15145 » con
15146 \end_layout
15147
15148 \begin_layout Standard
15149
15150 \series bold
15151
15152 \backslash
15153 definecolor{grisclaro}{gray}{0.8}
15154 \end_layout
15155
15156 \begin_layout Standard
15157 \begin_inset VSpace medskip
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \begin_layout Standard
15164 Las líneas se colorean con el comando
15165 \end_layout
15166
15167 \begin_layout Standard
15168
15169 \series bold
15170
15171 \backslash
15172 rowcolor{nombre del color}
15173 \end_layout
15174
15175 \begin_layout Standard
15176 y las celdas se colorean con el comando
15177 \end_layout
15178
15179 \begin_layout Standard
15180
15181 \series bold
15182
15183 \backslash
15184 cellcolor{nombre del color}
15185 \end_layout
15186
15187 \begin_layout Standard
15188 Ambos comandos se insertan al principio de una celda en código TeX.
15189 \end_layout
15190
15191 \begin_layout Standard
15192 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
15193 \family sans
15194 Editar\SpecialChar \menuseparator
15195 Estilo
15196 \begin_inset space ~
15197 \end_inset
15198
15199 del
15200 \begin_inset space ~
15201 \end_inset
15202
15203 Texto
15204 \family default
15205 .
15206  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15207  TeX en color puede ocasionar errores de LaTeX.
15208 \end_layout
15209
15210 \begin_layout Standard
15211 \begin_inset Note Greyedout
15212 status open
15213
15214 \begin_layout Plain Layout
15215
15216 \series bold
15217 Nota:
15218 \series default
15219  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15220 \end_layout
15221
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \begin_layout Standard
15228 \begin_inset VSpace bigskip
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \begin_layout Standard
15235 Para crear el cuadro
15236 \begin_inset space ~
15237 \end_inset
15238
15239
15240 \begin_inset CommandInset ref
15241 LatexCommand ref
15242 reference "tab:Cuadro-coloreado-con"
15243
15244 \end_inset
15245
15246  haz lo siguiente: el color de la primera columna debe ser 
15247 \emph on
15248 verde oscuro
15249 \emph default
15250 , entonces inserta
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \series bold
15256 >{
15257 \backslash
15258 columncolor{verdeoscuro}
15259 \backslash
15260 centering}c
15261 \end_layout
15262
15263 \begin_layout Standard
15264 como argumento LaTeX para esta columna.
15265  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15266 \end_layout
15267
15268 \begin_layout Standard
15269
15270 \series bold
15271
15272 \backslash
15273 rowcolor{cyan}
15274 \end_layout
15275
15276 \begin_layout Standard
15277 en la primera celda de esta fila.
15278  Observa que esto sobreescribe el color de la columna para la primera celda.
15279  La última celda de la última fila se colorea magenta insertando el comando
15280  en código TeX
15281 \end_layout
15282
15283 \begin_layout Standard
15284
15285 \series bold
15286
15287 \backslash
15288 cellcolor{magenta}
15289 \end_layout
15290
15291 \begin_layout Standard
15292 Ahora podrían colorearse los caracteres usando el menú 
15293 \family sans
15294 Editar\SpecialChar \menuseparator
15295 Estilo
15296 \begin_inset space ~
15297 \end_inset
15298
15299 del
15300 \begin_inset space ~
15301 \end_inset
15302
15303 Texto
15304 \family default
15305 .
15306 \end_layout
15307
15308 \begin_layout Standard
15309 \begin_inset Float table
15310 placement h
15311 wide false
15312 sideways false
15313 status open
15314
15315 \begin_layout Plain Layout
15316 \begin_inset Caption
15317
15318 \begin_layout Plain Layout
15319 \begin_inset CommandInset label
15320 LatexCommand label
15321 name "tab:Cuadro-coloreado-con"
15322
15323 \end_inset
15324
15325 Cuadro coloreado con el paquete 
15326 \series bold
15327 colortbl
15328 \series default
15329
15330 \begin_inset Argument
15331 status open
15332
15333 \begin_layout Plain Layout
15334 Cuadro con 
15335 \series bold
15336 colortbl
15337 \end_layout
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \begin_layout Plain Layout
15350 \align center
15351 \begin_inset Tabular
15352 <lyxtabular version="3" rows="3" columns="3">
15353 <features tabularvalignment="middle">
15354 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15355 <column alignment="center" valignment="top" width="0">
15356 <column alignment="center" valignment="top" width="0">
15357 <row>
15358 <cell alignment="center" valignment="top" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 \begin_inset ERT
15363 status collapsed
15364
15365 \begin_layout Plain Layout
15366
15367
15368 \backslash
15369 rowcolor{cyan}
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \color magenta
15376 a
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385
15386 \color red
15387 b
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396
15397 \color red
15398 c
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \color yellow
15411 d
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="center" valignment="top" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \color blue
15422 e
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431
15432 \color blue
15433 f
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \color yellow
15446 g
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \color blue
15457 h
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 \begin_inset ERT
15467 status collapsed
15468
15469 \begin_layout Plain Layout
15470
15471
15472 \backslash
15473 cellcolor{magenta}
15474 \end_layout
15475
15476 \end_inset
15477
15478
15479 \color green
15480 i
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 </lyxtabular>
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494
15495
15496 \end_layout
15497
15498 \begin_layout Standard
15499 \begin_inset ERT
15500 status collapsed
15501
15502 \begin_layout Plain Layout
15503
15504
15505 \backslash
15506 else
15507 \end_layout
15508
15509 \end_inset
15510
15511
15512 \begin_inset Note Note
15513 status collapsed
15514
15515 \begin_layout Plain Layout
15516 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15517  
15518 \series bold
15519 colortbl
15520 \series default
15521 .
15522 \end_layout
15523
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \begin_layout Standard
15530 Debes instalar el paquete LaTeX 
15531 \series bold
15532 colortbl
15533 \series default
15534  para ver la parte siguiente en la salida.
15535 \end_layout
15536
15537 \begin_layout Standard
15538 \begin_inset ERT
15539 status collapsed
15540
15541 \begin_layout Plain Layout
15542
15543
15544 \backslash
15545 fi
15546 \end_layout
15547
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \begin_layout Subsection
15554 Líneas coloreadas
15555 \begin_inset Index idx
15556 status collapsed
15557
15558 \begin_layout Plain Layout
15559 Cuadros ! Color ! en líneas
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \begin_inset Index idx
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569 Color ! en bordes de cuadros
15570 \end_layout
15571
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \begin_layout Standard
15578 Como se describe en la sección
15579 \begin_inset space ~
15580 \end_inset
15581
15582
15583 \begin_inset CommandInset ref
15584 LatexCommand ref
15585 reference "sub:Grosor-de-Líneas"
15586
15587 \end_inset
15588
15589 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
15590  
15591 \series bold
15592
15593 \backslash
15594 arrayrulewidth
15595 \series default
15596 .
15597  Se ha puesto 1.5
15598 \begin_inset space \thinspace{}
15599 \end_inset
15600
15601 pt para todos los cuadros de esta sección.
15602 \begin_inset ERT
15603 status collapsed
15604
15605 \begin_layout Plain Layout
15606
15607
15608 \backslash
15609 setlength{
15610 \backslash
15611 arrayrulewidth}{1.5pt}
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15621  el preámbulo del documento el siguiente formato de columna, de acuerdo
15622  a lo descrito en la sección
15623 \begin_inset space ~
15624 \end_inset
15625
15626
15627 \begin_inset CommandInset ref
15628 LatexCommand ref
15629 reference "sub:Formato-Personalizado"
15630
15631 \end_inset
15632
15633 :
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 newcolumntype{W}{!{
15642 \backslash
15643 color{green}
15644 \backslash
15645 vline}}
15646 \end_layout
15647
15648 \begin_layout Standard
15649 Para el cuadro
15650 \begin_inset space ~
15651 \end_inset
15652
15653
15654 \begin_inset CommandInset ref
15655 LatexCommand ref
15656 reference "tab:Cuadro-con-verticales-coloreadas"
15657
15658 \end_inset
15659
15660  se usó el argumento LaTeX
15661 \series bold
15662  WcW
15663 \series default
15664  para la última columna y
15665 \series bold
15666  Wc
15667 \series default
15668  para las demás.
15669 \end_layout
15670
15671 \begin_layout Standard
15672 Si quieres tener varios colores, define más formatos de columna.
15673 \end_layout
15674
15675 \begin_layout Standard
15676 \begin_inset Float table
15677 placement h
15678 wide false
15679 sideways false
15680 status open
15681
15682 \begin_layout Plain Layout
15683 \begin_inset Caption
15684
15685 \begin_layout Plain Layout
15686 \begin_inset CommandInset label
15687 LatexCommand label
15688 name "tab:Cuadro-con-verticales-coloreadas"
15689
15690 \end_inset
15691
15692 Cuadro con líneas verticales coloreadas
15693 \end_layout
15694
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \begin_layout Plain Layout
15701 \align center
15702 \begin_inset Tabular
15703 <lyxtabular version="3" rows="3" columns="3">
15704 <features tabularvalignment="middle">
15705 <column alignment="center" valignment="top" width="0" special="Wc">
15706 <column alignment="center" valignment="top" width="0" special="Wc">
15707 <column alignment="center" valignment="top" width="0" special="WcW">
15708 <row>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 sd
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 sd
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 <row>
15767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 sd
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 </lyxtabular>
15796
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \begin_layout Standard
15808 \begin_inset VSpace bigskip
15809 \end_inset
15810
15811 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
15812 \begin_inset space ~
15813 \end_inset
15814
15815
15816 \begin_inset CommandInset ref
15817 LatexCommand ref
15818 reference "tab:Cuadro-con-horizontales-coloreadas"
15819
15820 \end_inset
15821
15822 , inserta estos comandos en código TeX antes del cuadro o del flotante:
15823 \end_layout
15824
15825 \begin_layout Standard
15826
15827 \series bold
15828
15829 \backslash
15830 let
15831 \backslash
15832 myHlineC
15833 \backslash
15834 hline
15835 \begin_inset Newline newline
15836 \end_inset
15837
15838
15839 \backslash
15840 renewcommand{
15841 \backslash
15842 hline}
15843 \begin_inset Newline newline
15844 \end_inset
15845
15846
15847 \begin_inset Phantom HPhantom
15848 status open
15849
15850 \begin_layout Plain Layout
15851
15852 \series bold
15853 \begin_inset space ~
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \end_inset
15860
15861 {
15862 \backslash
15863 arrayrulecolor{red}
15864 \backslash
15865 myHlineC
15866 \backslash
15867 arrayrulecolor{black}}
15868 \end_layout
15869
15870 \begin_layout Standard
15871 \begin_inset ERT
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875
15876
15877 \backslash
15878 let
15879 \backslash
15880 myHlineC
15881 \backslash
15882 hline
15883 \end_layout
15884
15885 \begin_layout Plain Layout
15886
15887
15888 \backslash
15889 renewcommand{
15890 \backslash
15891 hline}
15892 \end_layout
15893
15894 \begin_layout Plain Layout
15895
15896  {
15897 \backslash
15898 arrayrulecolor{red}
15899 \backslash
15900 myHlineC
15901 \backslash
15902 arrayrulecolor{black}}
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \begin_inset Float table
15909 placement h
15910 wide false
15911 sideways false
15912 status open
15913
15914 \begin_layout Plain Layout
15915 \begin_inset Caption
15916
15917 \begin_layout Plain Layout
15918 \begin_inset CommandInset label
15919 LatexCommand label
15920 name "tab:Cuadro-con-horizontales-coloreadas"
15921
15922 \end_inset
15923
15924 Cuadro con líneas horizontales coloreadas
15925 \end_layout
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \begin_layout Plain Layout
15933 \align center
15934 \begin_inset Tabular
15935 <lyxtabular version="3" rows="3" columns="3">
15936 <features tabularvalignment="middle">
15937 <column alignment="center" valignment="top" width="0">
15938 <column alignment="center" valignment="top" width="0">
15939 <column alignment="center" valignment="top" width="0">
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 sd
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 sd
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 </row>
15998 <row>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021 sd
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 </lyxtabular>
16028
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \begin_layout Standard
16040 Para volver al color de línea negro predeterminado inserta este comando
16041  en código TeX detrás del cuadro o el flotante:
16042 \end_layout
16043
16044 \begin_layout Standard
16045
16046 \series bold
16047
16048 \backslash
16049 renewcommand{
16050 \backslash
16051 hline}{
16052 \backslash
16053 myHlineC}
16054 \end_layout
16055
16056 \begin_layout Standard
16057 El cuadro
16058 \begin_inset space ~
16059 \end_inset
16060
16061
16062 \begin_inset CommandInset ref
16063 LatexCommand ref
16064 reference "tab:Cuadro-con-líneas-coloreadas"
16065
16066 \end_inset
16067
16068  es un ejemplo con líneas verticales y horizontales coloreadas.
16069 \end_layout
16070
16071 \begin_layout Standard
16072 \begin_inset Float table
16073 placement h
16074 wide false
16075 sideways false
16076 status open
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Caption
16080
16081 \begin_layout Plain Layout
16082 \begin_inset CommandInset label
16083 LatexCommand label
16084 name "tab:Cuadro-con-líneas-coloreadas"
16085
16086 \end_inset
16087
16088 Cuadro con líneas coloreadas
16089 \end_layout
16090
16091 \end_inset
16092
16093
16094 \end_layout
16095
16096 \begin_layout Plain Layout
16097 \align center
16098 \begin_inset Tabular
16099 <lyxtabular version="3" rows="3" columns="3">
16100 <features tabularvalignment="middle">
16101 <column alignment="center" valignment="top" width="0" special="Wc">
16102 <column alignment="center" valignment="top" width="0" special="Wc">
16103 <column alignment="center" valignment="top" width="0" special="WcW">
16104 <row>
16105 <cell alignment="center" valignment="top" topline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 sd
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 <cell alignment="center" valignment="top" topline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 </row>
16133 <row>
16134 <cell alignment="center" valignment="top" topline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 sd
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 sd
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 </lyxtabular>
16192
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \begin_layout Standard
16204 \begin_inset ERT
16205 status collapsed
16206
16207 \begin_layout Plain Layout
16208
16209
16210 \backslash
16211 renewcommand{
16212 \backslash
16213 hline}{
16214 \backslash
16215 myHlineC}
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \begin_layout Standard
16224 \begin_inset ERT
16225 status collapsed
16226
16227 \begin_layout Plain Layout
16228
16229
16230 \backslash
16231 setlength{
16232 \backslash
16233 arrayrulewidth}{0.4pt}
16234 \end_layout
16235
16236 \end_inset
16237
16238
16239 \end_layout
16240
16241 \begin_layout Section
16242 Personalización de cuadros
16243 \begin_inset Index idx
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247 Cuadros ! Personalización
16248 \end_layout
16249
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \begin_layout Subsection
16256 Espacio adicional en filas
16257 \begin_inset CommandInset label
16258 LatexCommand label
16259 name "sub:Espacio-adicional"
16260
16261 \end_inset
16262
16263
16264 \begin_inset Index idx
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268 Cuadros ! Personalización ! Espacio adicional en filas
16269 \end_layout
16270
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \begin_layout Standard
16277 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
16278  
16279 \family sans
16280 Bordes
16281 \family default
16282  del diálogo de configuración de cuadros.
16283  En el marco 
16284 \family sans
16285 Espacio
16286 \begin_inset space ~
16287 \end_inset
16288
16289 adicional
16290 \family default
16291  dispones de tres posibilidades:
16292 \end_layout
16293
16294 \begin_layout Description
16295 Superior
16296 \begin_inset space ~
16297 \end_inset
16298
16299 de
16300 \begin_inset space ~
16301 \end_inset
16302
16303 la
16304 \begin_inset space ~
16305 \end_inset
16306
16307 fila añade espacio sobre los caracteres de la fila.
16308  Si el cuadro es de estilo formal
16309 \begin_inset Foot
16310 status open
16311
16312 \begin_layout Plain Layout
16313 Los cuadros formales se explican en la sección
16314 \begin_inset space ~
16315 \end_inset
16316
16317
16318 \begin_inset CommandInset ref
16319 LatexCommand ref
16320 reference "sec:Cuadros-Formales"
16321
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \end_inset
16328
16329  LyX insertará 0.5
16330 \begin_inset space \thinspace{}
16331 \end_inset
16332
16333 em por omisión.
16334  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
16335  verticales, como se ve en el cuadro siguiente:
16336 \begin_inset VSpace medskip
16337 \end_inset
16338
16339
16340 \begin_inset Newline newline
16341 \end_inset
16342
16343
16344 \begin_inset space \hspace*{}
16345 \length 0pt
16346 \end_inset
16347
16348
16349 \begin_inset space \hfill{}
16350 \end_inset
16351
16352
16353 \begin_inset Tabular
16354 <lyxtabular version="3" rows="3" columns="1">
16355 <features tabularvalignment="middle">
16356 <column alignment="center" valignment="top" width="0">
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 A
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row topspace="3mm">
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 3
16374 \begin_inset space \thinspace{}
16375 \end_inset
16376
16377 mm sobre la fila
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 C
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 </row>
16394 </lyxtabular>
16395
16396 \end_inset
16397
16398
16399 \begin_inset space \hfill{}
16400 \end_inset
16401
16402
16403 \begin_inset space \hspace*{}
16404 \length 0pt
16405 \end_inset
16406
16407
16408 \begin_inset VSpace medskip
16409 \end_inset
16410
16411
16412 \begin_inset Newline newline
16413 \end_inset
16414
16415 Así pues, insertar espacio superior en cuadros normales sólo es útil en
16416  cuadros sin líneas verticales.
16417 \end_layout
16418
16419 \begin_layout Description
16420 Inferior
16421 \begin_inset space ~
16422 \end_inset
16423
16424 de
16425 \begin_inset space ~
16426 \end_inset
16427
16428 la
16429 \begin_inset space ~
16430 \end_inset
16431
16432 fila añade espacio bajo los caracteres de la fila.
16433  Si el cuadro es formal LyX inserta por omisión 0.5
16434 \begin_inset space \thinspace{}
16435 \end_inset
16436
16437 em; si el cuadro es normal inserta 2
16438 \begin_inset space \thinspace{}
16439 \end_inset
16440
16441 pt.
16442  
16443 \end_layout
16444
16445 \begin_layout Description
16446 Entre
16447 \begin_inset space ~
16448 \end_inset
16449
16450 las
16451 \begin_inset space ~
16452 \end_inset
16453
16454 filas añade espacio entre la fila actual y la siguiente.
16455  Si el cuadro es formal LyX inserta 0.5
16456 \begin_inset space \thinspace{}
16457 \end_inset
16458
16459 em por omisión.
16460  En cuadros normales, el espacio adicional destruirá las líneas verticales
16461  del cuadro, como se ve en la siguiente:
16462 \begin_inset VSpace medskip
16463 \end_inset
16464
16465
16466 \begin_inset Newline newline
16467 \end_inset
16468
16469
16470 \begin_inset space \hspace*{}
16471 \length 0pt
16472 \end_inset
16473
16474
16475 \begin_inset space \hfill{}
16476 \end_inset
16477
16478
16479 \begin_inset Tabular
16480 <lyxtabular version="3" rows="3" columns="1">
16481 <features tabularvalignment="middle">
16482 <column alignment="center" valignment="top" width="0">
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 A
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row interlinespace="3mm">
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 \begin_inset Formula $\downarrow$
16500 \end_inset
16501
16502  3
16503 \begin_inset space \thinspace{}
16504 \end_inset
16505
16506 mm entre las filas
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 <row>
16513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 \begin_inset Formula $\uparrow$
16518 \end_inset
16519
16520  3
16521 \begin_inset space \thinspace{}
16522 \end_inset
16523
16524 mm entre las filas 
16525 \begin_inset Formula $\uparrow$
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 </lyxtabular>
16535
16536 \end_inset
16537
16538
16539 \begin_inset space \hfill{}
16540 \end_inset
16541
16542
16543 \begin_inset space \hspace*{}
16544 \length 0pt
16545 \end_inset
16546
16547
16548 \begin_inset VSpace medskip
16549 \end_inset
16550
16551
16552 \begin_inset Newline newline
16553 \end_inset
16554
16555 Así pues, los espacios adicionales entre filas de cuadros normales sólo
16556  sirven para cuadros sin líneas verticales.
16557 \end_layout
16558
16559 \begin_layout Standard
16560 \begin_inset VSpace bigskip
16561 \end_inset
16562
16563 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
16564  utiliza los siguientes comandos en el preámbulo:
16565 \end_layout
16566
16567 \begin_layout Standard
16568
16569 \series bold
16570
16571 \backslash
16572 @ifundefined{extrarowheight}
16573 \begin_inset Newline newline
16574 \end_inset
16575
16576
16577 \begin_inset Phantom HPhantom
16578 status open
16579
16580 \begin_layout Plain Layout
16581
16582 \series bold
16583 \begin_inset space ~
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590
16591 {
16592 \backslash
16593 usepackage{array}}{}
16594 \begin_inset Newline newline
16595 \end_inset
16596
16597
16598 \backslash
16599 setlength{
16600 \backslash
16601 extrarowheight}{altura}
16602 \end_layout
16603
16604 \begin_layout Standard
16605 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16606  centrado en vertical.
16607  (Lyx cargará automáticamente el paquete 
16608 \series bold
16609 array
16610 \series default
16611  cuando uses formatos de cuadro autodefinidos.
16612  Para evitar que sea cargado dos veces se pone al principio el comando 
16613 \series bold
16614
16615 \backslash
16616 @ifundefined
16617 \series default
16618 .)
16619 \end_layout
16620
16621 \begin_layout Standard
16622 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
16623  del cuadro están a veces demasiado cerca de las letras.
16624  Esto se puede corregir insertando el comando 
16625 \series bold
16626
16627 \backslash
16628 strut
16629 \series default
16630  en código TeX al principio de la fila del cuadro.
16631  El cuadro
16632 \begin_inset space ~
16633 \end_inset
16634
16635
16636 \begin_inset CommandInset ref
16637 LatexCommand ref
16638 reference "tab:Alineación-vertical"
16639
16640 \end_inset
16641
16642  muestra el efecto:
16643 \end_layout
16644
16645 \begin_layout Standard
16646 \noindent
16647 \begin_inset Float table
16648 placement h
16649 wide false
16650 sideways false
16651 status open
16652
16653 \begin_layout Plain Layout
16654 \begin_inset Caption
16655
16656 \begin_layout Plain Layout
16657 \begin_inset CommandInset label
16658 LatexCommand label
16659 name "tab:Alineación-vertical"
16660
16661 \end_inset
16662
16663 Alineación vertical de texto con letras grandes
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Plain Layout
16672 \begin_inset space \hfill{}
16673 \end_inset
16674
16675
16676 \begin_inset Float table
16677 wide false
16678 sideways false
16679 status open
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Caption
16683
16684 \begin_layout Plain Layout
16685 Cuadro normal
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \begin_layout Plain Layout
16694 \noindent
16695 \align center
16696 \begin_inset Tabular
16697 <lyxtabular version="3" rows="6" columns="1">
16698 <features tabularvalignment="middle">
16699 <column alignment="left" valignment="top" width="0">
16700 <row>
16701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 Normal, g
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \size large
16718 Grande
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row>
16725 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729
16730 \size larger
16731 Más grande
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 <row>
16738 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742
16743 \size largest
16744 Grandísima
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \size huge
16757 Enorme
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \size huge
16770 Más enorme
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 </lyxtabular>
16777
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \begin_inset space \hfill{}
16787 \end_inset
16788
16789
16790 \begin_inset Float table
16791 wide false
16792 sideways false
16793 status open
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Caption
16797
16798 \begin_layout Plain Layout
16799 Cuadro con comando 
16800 \series bold
16801
16802 \backslash
16803 strut
16804 \end_layout
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Plain Layout
16812 \noindent
16813 \align center
16814 \begin_inset Tabular
16815 <lyxtabular version="3" rows="6" columns="1">
16816 <features tabularvalignment="middle">
16817 <column alignment="left" valignment="top" width="0">
16818 <row>
16819 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 Normal, g
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \size large
16836 \begin_inset ERT
16837 status collapsed
16838
16839 \begin_layout Plain Layout
16840
16841
16842 \backslash
16843 strut 
16844 \end_layout
16845
16846 \end_inset
16847
16848 Grande
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row>
16855 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859
16860 \size larger
16861 \begin_inset ERT
16862 status collapsed
16863
16864 \begin_layout Plain Layout
16865
16866
16867 \backslash
16868 strut 
16869 \end_layout
16870
16871 \end_inset
16872
16873 Más grande
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \size largest
16886 \begin_inset ERT
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890
16891
16892 \backslash
16893 strut 
16894 \end_layout
16895
16896 \end_inset
16897
16898 Grandísima
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \size huge
16911 \begin_inset ERT
16912 status collapsed
16913
16914 \begin_layout Plain Layout
16915
16916
16917 \backslash
16918 strut 
16919 \end_layout
16920
16921 \end_inset
16922
16923 Enorme
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 <row>
16930 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934
16935 \size giant
16936 \begin_inset ERT
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940
16941
16942 \backslash
16943 strut 
16944 \end_layout
16945
16946 \end_inset
16947
16948
16949 \size huge
16950 Más enorme
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 </lyxtabular>
16957
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964
16965
16966 \begin_inset space \hfill{}
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \begin_layout Subsection
16978 Alineación especial de celdas
16979 \begin_inset CommandInset label
16980 LatexCommand label
16981 name "sub:Alineación-especial-de"
16982
16983 \end_inset
16984
16985
16986 \begin_inset Index idx
16987 status collapsed
16988
16989 \begin_layout Plain Layout
16990 Cuadros ! Personalización ! Alineación especial de celdas
16991 \end_layout
16992
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \begin_layout Standard
16999 A veces mejora la presentación si las entradas en las celdas de una columna
17000  se alinean con un carácter determinado, p.
17001 \begin_inset space \thinspace{}
17002 \end_inset
17003
17004 e.
17005 \begin_inset space ~
17006 \end_inset
17007
17008 el separador decimal, como en el cuadro
17009 \begin_inset space ~
17010 \end_inset
17011
17012
17013 \begin_inset CommandInset ref
17014 LatexCommand ref
17015 reference "tab:Cuadro-celdas-alineadas"
17016
17017 \end_inset
17018
17019 .
17020  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17021  el botón 
17022 \begin_inset Graphics
17023         filename ../../images/tabular-feature_align-decimal.png
17024         scale 85
17025         scaleBeforeRotation
17026
17027 \end_inset
17028
17029  de la barra de herramientas o eligiendo la alineación 
17030 \family sans
17031 Al separador decimal
17032 \family default
17033  en la configuración del cuadro.
17034  Ahí se puede especificar también el carácter deseado para la alineación.
17035 \end_layout
17036
17037 \begin_layout Standard
17038 \begin_inset Float table
17039 wide false
17040 sideways false
17041 status open
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Caption
17045
17046 \begin_layout Plain Layout
17047 \begin_inset CommandInset label
17048 LatexCommand label
17049 name "tab:Cuadro-celdas-alineadas"
17050
17051 \end_inset
17052
17053 Cuadro con celdas alineadas con el separador decimal.
17054 \end_layout
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \begin_layout Plain Layout
17062 \align center
17063 \begin_inset Tabular
17064 <lyxtabular version="3" rows="4" columns="1">
17065 <features booktabs="true" tabularvalignment="middle">
17066 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17067 <row>
17068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 leyenda
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 12,6
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 0,68
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 -123,0
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 </lyxtabular>
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \begin_layout Standard
17124 \begin_inset Float table
17125 wide false
17126 sideways false
17127 status open
17128
17129 \begin_layout Plain Layout
17130 \begin_inset Caption
17131
17132 \begin_layout Plain Layout
17133 \begin_inset CommandInset label
17134 LatexCommand label
17135 name "tab:Cuadro-con-celdas-de"
17136
17137 \end_inset
17138
17139 Cuadro con celdas alineadas con los operadores.
17140 \end_layout
17141
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \begin_layout Plain Layout
17148 \align center
17149 \begin_inset Tabular
17150 <lyxtabular version="3" rows="4" columns="2">
17151 <features booktabs="true" tabularvalignment="middle">
17152 <column alignment="right" valignment="top" width="0pt">
17153 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17154 <row>
17155 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 leyenda
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $12\,+$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\,6$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 \begin_inset Formula $0\,-$
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\,68$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $-123\,/$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\,0$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 </lyxtabular>
17253
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \begin_layout Standard
17265 Para alinear con caracteres en ecuaciones este método no funciona porque
17266  el campo para especificar el carácter no permite ecuaciones.
17267  En este caso hay que usar el método del cuadro
17268 \begin_inset space ~
17269 \end_inset
17270
17271
17272 \begin_inset CommandInset ref
17273 LatexCommand ref
17274 reference "tab:Cuadro-con-celdas-de"
17275
17276 \end_inset
17277
17278 .
17279  Es un cuadro 4×2.
17280  La leyenda es una multicolumna centrada.
17281  La primera columna está alineada a la derecha y contiene la primera parte
17282  incluyendo el operador.
17283  La segunda columna está alineada a la izquierda y contiene la parte restante.
17284  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17285  columna para mantener el espacio habitual alrededor de los operadores.
17286  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17287  el siguiente argumento LaTeX para la segunda columna:
17288 \end_layout
17289
17290 \begin_layout Standard
17291
17292 \series bold
17293 @{}l
17294 \end_layout
17295
17296 \begin_layout Standard
17297 El cuadro
17298 \begin_inset space ~
17299 \end_inset
17300
17301
17302 \begin_inset CommandInset ref
17303 LatexCommand ref
17304 reference "tab:Varias-alineaciones"
17305
17306 \end_inset
17307
17308  muestra varios ejemplos de alineación.
17309  Para alinear al signo de relación se ha añadido un pequeño espacio como
17310  en la segunda columna del cuadro
17311 \begin_inset space ~
17312 \end_inset
17313
17314
17315 \begin_inset CommandInset ref
17316 LatexCommand ref
17317 reference "tab:Cuadro-con-celdas-de"
17318
17319 \end_inset
17320
17321 .
17322 \end_layout
17323
17324 \begin_layout Standard
17325 \begin_inset Float table
17326 placement h
17327 wide false
17328 sideways false
17329 status open
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Caption
17333
17334 \begin_layout Plain Layout
17335 \begin_inset CommandInset label
17336 LatexCommand label
17337 name "tab:Varias-alineaciones"
17338
17339 \end_inset
17340
17341 Cuadro con varias alineaciones.
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Plain Layout
17350 \align center
17351 \begin_inset Tabular
17352 <lyxtabular version="3" rows="4" columns="6">
17353 <features tabularvalignment="middle">
17354 <column alignment="right" valignment="top" width="0">
17355 <column alignment="left" valignment="top" width="0" special="@{}l">
17356 <column alignment="right" valignment="top" width="0">
17357 <column alignment="left" valignment="top" width="0" special="@{}l">
17358 <column alignment="right" valignment="top" width="0">
17359 <column alignment="left" valignment="top" width="0" special="@{}l">
17360 <row>
17361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 unidades
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 exponentes
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 relaciones
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 12×
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 24
17431 \begin_inset space \thinspace{}
17432 \end_inset
17433
17434 bottles
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $10\cdot$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $10^{\mbox{-}17}$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\Gamma(t)\propto$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 \begin_inset Formula $\:\Upsilon(t)$
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 <row>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 1024×
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 768
17503 \begin_inset space \thinspace{}
17504 \end_inset
17505
17506 Pixels
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $5.78\cdot$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 \begin_inset Formula $10^{7}$
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 \begin_inset Formula $A\ne$
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $\: B_{\mathrm{red}}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 32×
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 6
17575 \begin_inset space \thinspace{}
17576 \end_inset
17577
17578 cm
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 -
17588 \begin_inset Formula $33.5\cdot$
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $10^{4}$
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\sen(\alpha)\ge$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 \begin_inset Formula $\:\sen(\beta)$
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 </lyxtabular>
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Subsection
17646 Formato personalizado de celda/columna
17647 \begin_inset CommandInset label
17648 LatexCommand label
17649 name "sub:Formato-Personalizado"
17650
17651 \end_inset
17652
17653
17654 \begin_inset Index idx
17655 status collapsed
17656
17657 \begin_layout Plain Layout
17658 Cuadros ! Personalización ! Formato de celda/columna
17659 \end_layout
17660
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \begin_layout Standard
17667 El cálculo de la anchura necesaria para columnas extendidas descrito en
17668  la sección
17669 \begin_inset space ~
17670 \end_inset
17671
17672
17673 \begin_inset CommandInset ref
17674 LatexCommand ref
17675 reference "sub:Cálculos-en-Multicolumnas"
17676
17677 \end_inset
17678
17679  es muy pesado si tienes varios cuadros con multicolumnas.
17680  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17681 mna aplicable a todos los cuadros del documento.
17682  El formato se define con el comando
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688
17689 \backslash
17690 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17691 \end_layout
17692
17693 \begin_layout Standard
17694 El nombre de formato puede ser una sola letra.
17695  Las letras 
17696 \emph on
17697 b, c, l, m, p
17698 \emph default
17699  y 
17700 \emph on
17701 r
17702 \emph default
17703  están predefinidas y no pueden usarse.
17704  Pero se permiten todas las mayúsculas.
17705 \end_layout
17706
17707 \begin_layout Standard
17708 \begin_inset VSpace medskip
17709 \end_inset
17710
17711
17712 \end_layout
17713
17714 \begin_layout Standard
17715 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17716  fija puedes definir el formato de celda
17717 \end_layout
17718
17719 \begin_layout Standard
17720
17721 \series bold
17722
17723 \backslash
17724 newcolumntype{M}[1]{>{
17725 \backslash
17726 centering
17727 \backslash
17728 hspace{0pt}}m{#1}}
17729 \end_layout
17730
17731 \begin_layout Standard
17732 donde 
17733 \series bold
17734
17735 \backslash
17736 hspace{0pt}
17737 \series default
17738  evita el problema de partir con guión la primera palabra, como se describe
17739  en la sección
17740 \begin_inset space ~
17741 \end_inset
17742
17743
17744 \begin_inset CommandInset ref
17745 LatexCommand ref
17746 reference "sub:Líneas-Múltiples-en"
17747
17748 \end_inset
17749
17750 .
17751  Ahora puedes introducir simplemente
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757 M{ancho}
17758 \end_layout
17759
17760 \begin_layout Standard
17761 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset VSpace bigskip
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17773 \end_layout
17774
17775 \begin_layout Standard
17776
17777 \series bold
17778
17779 \backslash
17780 newcolumntype{S}[2]{>{
17781 \backslash
17782 centering
17783 \backslash
17784 hspace{0pt}}
17785 \begin_inset Newline newline
17786 \end_inset
17787
17788
17789 \begin_inset Phantom HPhantom
17790 status open
17791
17792 \begin_layout Plain Layout
17793
17794 \series bold
17795
17796 \backslash
17797 newcolumntype
17798 \end_layout
17799
17800 \end_inset
17801
17802 m{(#1+(2
17803 \backslash
17804 tabcolsep+
17805 \backslash
17806 arrayrulewidth)*(1-#2))/#2}}
17807 \end_layout
17808
17809 \begin_layout Standard
17810 Este formato usa la ecuación 
17811 \begin_inset CommandInset ref
17812 LatexCommand eqref
17813 reference "eq:Wgn"
17814
17815 \end_inset
17816
17817  para calcular la anchura necesaria para que cada celda extendida tenga
17818  la misma anchura.
17819 \end_layout
17820
17821 \begin_layout Standard
17822 Ahora puedes introducir
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 S{ancho de la celda multicolumna}{número de columnas extendidas}
17829 \end_layout
17830
17831 \begin_layout Standard
17832 como argumento LaTeX de la columna.
17833 \end_layout
17834
17835 \begin_layout Standard
17836 \begin_inset VSpace bigskip
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \begin_layout Standard
17843 Para columnas coloreadas puedes definir
17844 \end_layout
17845
17846 \begin_layout Standard
17847
17848 \series bold
17849
17850 \backslash
17851 newcolumntype{K}[1]{>{
17852 \backslash
17853 columncolor{#1}
17854 \backslash
17855 hspace{0pt}}c}
17856 \end_layout
17857
17858 \begin_layout Standard
17859 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17860  horizontalmente.
17861  Ahora puedes introducir
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867 K{nombre del color}
17868 \end_layout
17869
17870 \begin_layout Standard
17871 como argumento LaTeX.
17872 \end_layout
17873
17874 \begin_layout Standard
17875 \begin_inset VSpace bigskip
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \begin_layout Standard
17882 Para crear el cuadro
17883 \begin_inset space ~
17884 \end_inset
17885
17886
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "tab:Cuadro-con-formatos-definidos-por"
17890
17891 \end_inset
17892
17893  usa los argumentos LaTeX
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899 M{2.5cm}
17900 \end_layout
17901
17902 \begin_layout Standard
17903 para la primera columna y la multicolumna,
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909 K{red}
17910 \end_layout
17911
17912 \begin_layout Standard
17913 para la última columna y
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919 S{2.5cm}{2}
17920 \end_layout
17921
17922 \begin_layout Standard
17923 para las celdas en la segunda columna.
17924 \end_layout
17925
17926 \begin_layout Standard
17927 \begin_inset Float table
17928 placement h
17929 wide false
17930 sideways false
17931 status open
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Caption
17935
17936 \begin_layout Plain Layout
17937 \begin_inset CommandInset label
17938 LatexCommand label
17939 name "tab:Cuadro-con-formatos-definidos-por"
17940
17941 \end_inset
17942
17943 Cuadro con formatos definidos por el usuario
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Plain Layout
17952 \align center
17953 \begin_inset Tabular
17954 <lyxtabular version="3" rows="3" columns="4">
17955 <features tabularvalignment="middle">
17956 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17957 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17958 <column alignment="center" valignment="middle" width="0">
17959 <column alignment="center" valignment="middle" width="0" special="K{red}">
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 palabramuylargaenceldadecuadro
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 multicolumna línea múltiple
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 c
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 d
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 e
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 f
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 g
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 h
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 i
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 j
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 k
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 </lyxtabular>
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Subsection
18087 Grosor de líneas
18088 \begin_inset CommandInset label
18089 LatexCommand label
18090 name "sub:Grosor-de-Líneas"
18091
18092 \end_inset
18093
18094
18095 \begin_inset Index idx
18096 status open
18097
18098 \begin_layout Plain Layout
18099 Cuadros ! Personalización ! Grosor de línea
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \begin_layout Standard
18108 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
18109  
18110 \series bold
18111
18112 \backslash
18113 arrayrulewidth
18114 \series default
18115 .
18116  Por ejemplo, para poner un grosor de línea de 1.5
18117 \begin_inset space \thinspace{}
18118 \end_inset
18119
18120 pt, como en el cuadro
18121 \begin_inset space ~
18122 \end_inset
18123
18124
18125 \begin_inset CommandInset ref
18126 LatexCommand ref
18127 reference "tab:Cuadro-con-líneas"
18128
18129 \end_inset
18130
18131 , inserta el comando
18132 \end_layout
18133
18134 \begin_layout Standard
18135
18136 \series bold
18137
18138 \backslash
18139 setlength{
18140 \backslash
18141 arrayrulewidth}{1.5pt}
18142 \end_layout
18143
18144 \begin_layout Standard
18145 en código TeX antes del cuadro o flotante.
18146  Este cambio es válido para todos los siguientes cuadros.
18147  Para volver al valor predeterminado, define 
18148 \series bold
18149
18150 \backslash
18151 arrayrulewidth
18152 \series default
18153  a 0.4
18154 \begin_inset space \thinspace{}
18155 \end_inset
18156
18157 pt en código TeX detrás del cuadro o flotante.
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \begin_inset ERT
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165
18166
18167 \backslash
18168 setlength{
18169 \backslash
18170 arrayrulewidth}{1.5pt}
18171 \end_layout
18172
18173 \end_inset
18174
18175
18176 \begin_inset Float table
18177 wide false
18178 sideways false
18179 status open
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Caption
18183
18184 \begin_layout Plain Layout
18185 \begin_inset CommandInset label
18186 LatexCommand label
18187 name "tab:Cuadro-con-líneas"
18188
18189 \end_inset
18190
18191 Cuadro con líneas de grosor 1.5
18192 \begin_inset space \thinspace{}
18193 \end_inset
18194
18195 pt
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Plain Layout
18204 \align center
18205 \begin_inset Tabular
18206 <lyxtabular version="3" rows="3" columns="3">
18207 <features tabularvalignment="middle">
18208 <column alignment="center" valignment="top" width="0">
18209 <column alignment="center" valignment="top" width="0">
18210 <column alignment="center" valignment="top" width="0">
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 sd
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 </row>
18240 <row>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 sd
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 </row>
18269 <row>
18270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 sd
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 </row>
18298 </lyxtabular>
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \begin_inset ERT
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312
18313
18314 \backslash
18315 setlength{
18316 \backslash
18317 arrayrulewidth}{0.4pt}
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Standard
18326 \begin_inset VSpace bigskip
18327 \end_inset
18328
18329 Para definir un grosor de 1.5
18330 \begin_inset space \thinspace{}
18331 \end_inset
18332
18333 pt sólo para líneas horizontales, como en el cuadro
18334 \begin_inset space ~
18335 \end_inset
18336
18337
18338 \begin_inset CommandInset ref
18339 LatexCommand ref
18340 reference "tab:Cuadro-con-horizontales"
18341
18342 \end_inset
18343
18344 , inserta estos comandos en código TeX antes del cuadro o flotante:
18345 \end_layout
18346
18347 \begin_layout Standard
18348
18349 \series bold
18350
18351 \backslash
18352 let
18353 \backslash
18354 myHline
18355 \backslash
18356 hline
18357 \begin_inset Newline newline
18358 \end_inset
18359
18360
18361 \backslash
18362 renewcommand{
18363 \backslash
18364 hline}
18365 \begin_inset Newline newline
18366 \end_inset
18367
18368  {
18369 \backslash
18370 noalign{
18371 \backslash
18372 global
18373 \backslash
18374 arrayrulewidth 1.5pt}
18375 \begin_inset Newline newline
18376 \end_inset
18377
18378  
18379 \backslash
18380 myHline
18381 \backslash
18382 noalign{
18383 \backslash
18384 global
18385 \backslash
18386 arrayrulewidth 0.4pt}}
18387 \end_layout
18388
18389 \begin_layout Standard
18390 Para volver al grosor predeterminado, inserta este comando en código TeX
18391  detrás del cuadro o flotante:
18392 \end_layout
18393
18394 \begin_layout Standard
18395
18396 \series bold
18397
18398 \backslash
18399 renewcommand{
18400 \backslash
18401 hline}{
18402 \backslash
18403 myHline}
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 let
18415 \backslash
18416 myHline
18417 \backslash
18418 hline
18419 \end_layout
18420
18421 \begin_layout Plain Layout
18422
18423
18424 \backslash
18425 renewcommand{
18426 \backslash
18427 hline}
18428 \end_layout
18429
18430 \begin_layout Plain Layout
18431
18432  {
18433 \backslash
18434 noalign{
18435 \backslash
18436 global
18437 \backslash
18438 arrayrulewidth 1.5pt}
18439 \end_layout
18440
18441 \begin_layout Plain Layout
18442
18443   
18444 \backslash
18445 myHline
18446 \backslash
18447 noalign{
18448 \backslash
18449 global
18450 \backslash
18451 arrayrulewidth 0.4pt}}
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \begin_inset Float table
18458 wide false
18459 sideways false
18460 status open
18461
18462 \begin_layout Plain Layout
18463 \begin_inset Caption
18464
18465 \begin_layout Plain Layout
18466 \begin_inset CommandInset label
18467 LatexCommand label
18468 name "tab:Cuadro-con-horizontales"
18469
18470 \end_inset
18471
18472 Cuadro con líneas horizontales de 1.5
18473 \begin_inset space \thinspace{}
18474 \end_inset
18475
18476 pt
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Plain Layout
18485 \align center
18486 \begin_inset Tabular
18487 <lyxtabular version="3" rows="3" columns="3">
18488 <features tabularvalignment="middle">
18489 <column alignment="center" valignment="top" width="0">
18490 <column alignment="center" valignment="top" width="0">
18491 <column alignment="center" valignment="top" width="0">
18492 <row>
18493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 sd
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 </row>
18521 <row>
18522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 sd
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 </row>
18550 <row>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 sd
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 </row>
18579 </lyxtabular>
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \begin_inset ERT
18590 status collapsed
18591
18592 \begin_layout Plain Layout
18593
18594
18595 \backslash
18596 renewcommand{
18597 \backslash
18598 hline}{
18599 \backslash
18600 myHline}
18601 \end_layout
18602
18603 \end_inset
18604
18605
18606 \end_layout
18607
18608 \begin_layout Standard
18609 \begin_inset VSpace bigskip
18610 \end_inset
18611
18612 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18613  siguiente formato de columna en el preámbulo del documento, de acuerdo
18614  con lo descrito en la sección
18615 \begin_inset space ~
18616 \end_inset
18617
18618
18619 \begin_inset CommandInset ref
18620 LatexCommand ref
18621 reference "sub:Formato-Personalizado"
18622
18623 \end_inset
18624
18625 :
18626 \end_layout
18627
18628 \begin_layout Standard
18629
18630 \series bold
18631
18632 \backslash
18633 newcolumntype{V}{!{
18634 \backslash
18635 vrule width 1.5pt}}
18636 \end_layout
18637
18638 \begin_layout Standard
18639 Para el cuadro
18640 \begin_inset space ~
18641 \end_inset
18642
18643
18644 \begin_inset CommandInset ref
18645 LatexCommand ref
18646 reference "tab:Cuadro-con-verticales"
18647
18648 \end_inset
18649
18650  se usó el argumento LaTeX
18651 \end_layout
18652
18653 \begin_layout Standard
18654
18655 \series bold
18656 VcV
18657 \end_layout
18658
18659 \begin_layout Standard
18660 para la última columna y
18661 \end_layout
18662
18663 \begin_layout Standard
18664
18665 \series bold
18666 Vc
18667 \end_layout
18668
18669 \begin_layout Standard
18670 para las otras.
18671 \end_layout
18672
18673 \begin_layout Standard
18674 \begin_inset Float table
18675 wide false
18676 sideways false
18677 status open
18678
18679 \begin_layout Plain Layout
18680 \begin_inset Caption
18681
18682 \begin_layout Plain Layout
18683 \begin_inset CommandInset label
18684 LatexCommand label
18685 name "tab:Cuadro-con-verticales"
18686
18687 \end_inset
18688
18689 Cuadro con líneas verticales de 1.5
18690 \begin_inset space \thinspace{}
18691 \end_inset
18692
18693 pt de grosor
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Plain Layout
18702 \align center
18703 \begin_inset Tabular
18704 <lyxtabular version="3" rows="3" columns="3">
18705 <features tabularvalignment="middle">
18706 <column alignment="center" valignment="top" width="0" special="Vc">
18707 <column alignment="center" valignment="top" width="0" special="Vc">
18708 <column alignment="center" valignment="top" width="0" special="VcV">
18709 <row>
18710 <cell alignment="center" valignment="top" topline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 sd
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" topline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 <row>
18739 <cell alignment="center" valignment="top" topline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 sd
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 <cell alignment="center" valignment="top" topline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 </row>
18767 <row>
18768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790 sd
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 </lyxtabular>
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Subsection
18809 Líneas de trazos
18810 \begin_inset Index idx
18811 status open
18812
18813 \begin_layout Plain Layout
18814 Cuadros ! Personalización ! Líneas de trazos
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 \begin_inset ERT
18824 status collapsed
18825
18826 \begin_layout Plain Layout
18827
18828
18829 \backslash
18830 ifarydshln
18831 \end_layout
18832
18833 \end_inset
18834
18835
18836 \begin_inset Note Note
18837 status collapsed
18838
18839 \begin_layout Plain Layout
18840 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18841  LaTeX 
18842 \series bold
18843 arydshln
18844 \series default
18845 .
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 \begin_inset Float table
18855 placement H
18856 wide false
18857 sideways false
18858 status open
18859
18860 \begin_layout Plain Layout
18861 \begin_inset Caption
18862
18863 \begin_layout Plain Layout
18864 \begin_inset CommandInset label
18865 LatexCommand label
18866 name "tab:Cuadro-con-trazos"
18867
18868 \end_inset
18869
18870 Cuadro con líneas de trazos
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Plain Layout
18879 \align center
18880 \begin_inset Tabular
18881 <lyxtabular version="3" rows="5" columns="5">
18882 <features tabularvalignment="middle">
18883 <column alignment="center" valignment="top" width="0">
18884 <column alignment="center" valignment="top" width="0">
18885 <column alignment="center" valignment="top" width="0" special=":c">
18886 <column alignment="center" valignment="top" width="0">
18887 <column alignment="center" valignment="top" width="0">
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 a
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 b
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 c
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 d
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 e
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 f
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 g
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 h
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 i
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 j
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 </row>
18982 <row>
18983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 \begin_inset ERT
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991
18992
18993 \backslash
18994 hdashline 
18995 \end_layout
18996
18997 \end_inset
18998
18999 k
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 l
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 m
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 n
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 o
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 \begin_inset ERT
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 cdashline{4-5}
19054 \end_layout
19055
19056 \end_inset
19057
19058 p
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 q
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 r
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 s
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 t
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 u
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 v
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 w
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 x
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 </row>
19147 </lyxtabular>
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19161  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19162 \series bold
19163 arydshln
19164 \series default
19165
19166 \begin_inset Index idx
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 LaTeX-paquetes ! arydshln
19171 \end_layout
19172
19173 \end_inset
19174
19175  con el comando 
19176 \end_layout
19177
19178 \begin_layout Standard
19179
19180 \series bold
19181
19182 \backslash
19183 usepackage{arydshln}
19184 \end_layout
19185
19186 \begin_layout Standard
19187 Para hacer una línea vertical a trazos, introduce dos puntos «
19188 \series bold
19189 :
19190 \series default
19191 » junto con el carácter para alineación horizontal como argumento LaTeX
19192  en el diálogo de celdas de cuadros.
19193 \end_layout
19194
19195 \begin_layout Standard
19196 Para una línea de trazos horizontal añade el comando
19197 \end_layout
19198
19199 \begin_layout Standard
19200
19201 \series bold
19202
19203 \backslash
19204 hdashline
19205 \end_layout
19206
19207 \begin_layout Standard
19208 en código TeX como primer elemento de la primera celda en la fila.
19209 \end_layout
19210
19211 \begin_layout Standard
19212 Para líneas de trazos en multicolumna usa el comando
19213 \end_layout
19214
19215 \begin_layout Standard
19216
19217 \series bold
19218
19219 \backslash
19220 cdashline{número de líneas}
19221 \end_layout
19222
19223 \begin_layout Standard
19224 en código TeX como primer elemento de la primera celda en la fila.
19225  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19226  4 y quieres una línea de trazos por encima, añade el comando
19227 \end_layout
19228
19229 \begin_layout Standard
19230
19231 \series bold
19232
19233 \backslash
19234 cdashline{2-4}
19235 \end_layout
19236
19237 \begin_layout Standard
19238 como primer elemento de la primera celda en la fila de la multicolumna.
19239 \end_layout
19240
19241 \begin_layout Standard
19242 \begin_inset VSpace bigskip
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \begin_layout Standard
19249 El cuadro
19250 \begin_inset space ~
19251 \end_inset
19252
19253
19254 \begin_inset CommandInset ref
19255 LatexCommand ref
19256 reference "tab:Cuadro-con-trazos"
19257
19258 \end_inset
19259
19260  se ha hecho usando «
19261 \series bold
19262 :c
19263 \series default
19264 » como argumento LaTeX de la tercera columna.
19265  El comando en código TeX 
19266 \series bold
19267
19268 \backslash
19269 hdashline
19270 \series default
19271  se ha insertado en la primera celda de la tercera fila y el comando en
19272  código TeX
19273 \begin_inset Newline newline
19274 \end_inset
19275
19276
19277 \series bold
19278
19279 \backslash
19280 cdashline{4-5}
19281 \series default
19282  en la primera celda de la cuarta fila.
19283 \end_layout
19284
19285 \begin_layout Standard
19286 \begin_inset Note Greyedout
19287 status open
19288
19289 \begin_layout Plain Layout
19290
19291 \series bold
19292 Nota:
19293 \series default
19294  Aparentemente el paquete LaTeX 
19295 \series bold
19296 arydshln
19297 \series default
19298  no es compatible con el paquete LaTeX 
19299 \series bold
19300 colortbl
19301 \series default
19302
19303 \begin_inset Index idx
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307 LaTeX-paquetes ! colortbl
19308 \end_layout
19309
19310 \end_inset
19311
19312  que se usa para cuadros coloreados en la sección
19313 \begin_inset space ~
19314 \end_inset
19315
19316
19317 \begin_inset CommandInset ref
19318 LatexCommand ref
19319 reference "sec:Cuadros-Coloreados"
19320
19321 \end_inset
19322
19323 .
19324  Esto implica que los cuadros coloreados no pueden tener líneas de trazos.
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 \begin_inset ERT
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338
19339 \backslash
19340 else
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \begin_inset Note Note
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19351  
19352 \series bold
19353 arydshln
19354 \series default
19355 .
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 Debes instalar el paquete LaTeX 
19365 \series bold
19366 arydshln
19367 \series default
19368  para ver la parte siguiente en la salida.
19369 \end_layout
19370
19371 \begin_layout Standard
19372 \begin_inset ERT
19373 status collapsed
19374
19375 \begin_layout Plain Layout
19376
19377
19378 \backslash
19379 fi
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Chapter
19388 Flotantes
19389 \begin_inset CommandInset label
19390 LatexCommand label
19391 name "chap:Flotantes"
19392
19393 \end_inset
19394
19395
19396 \begin_inset Index idx
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400 Flotantes
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Section
19409 Introducción
19410 \begin_inset CommandInset label
19411 LatexCommand label
19412 name "sec:Introducción-Flotantes"
19413
19414 \end_inset
19415
19416
19417 \begin_inset Index idx
19418 status collapsed
19419
19420 \begin_layout Plain Layout
19421 Flotantes ! Introducción
19422 \end_layout
19423
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Standard
19430 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19431  no tiene posición fija.
19432  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19433  Las 
19434 \family sans
19435 Notas
19436 \begin_inset space ~
19437 \end_inset
19438
19439 al
19440 \begin_inset space ~
19441 \end_inset
19442
19443 pie
19444 \family default
19445  y 
19446 \family sans
19447 Notas
19448 \begin_inset space ~
19449 \end_inset
19450
19451 al
19452 \begin_inset space ~
19453 \end_inset
19454
19455 margen
19456 \family default
19457  también son flotantes, porque pueden flotar a la página siguiente cuando
19458  hay demasiadas notas en la página.
19459 \end_layout
19460
19461 \begin_layout Standard
19462 Los flotantes permiten composiciones de alta calidad.
19463  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
19464  para impedir espacios en blanco y páginas sin texto.
19465  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
19466  cada flotante puede ser referenciado en el texto.
19467  Por lo tanto los flotantes están numerados.
19468  Las referencias se describen en la sección
19469 \begin_inset space ~
19470 \end_inset
19471
19472
19473 \begin_inset CommandInset ref
19474 LatexCommand ref
19475 reference "sec:Referencias-a-Flotantes"
19476
19477 \end_inset
19478
19479 .
19480 \end_layout
19481
19482 \begin_layout Standard
19483 Para insertar un flotante, usa el menú 
19484 \family sans
19485 Insertar\SpecialChar \menuseparator
19486 Flotante
19487 \family default
19488 .
19489  Esto inserta una 
19490 \family sans
19491 Leyenda,
19492 \family default
19493  un cuadro con una etiqueta.
19494  La etiqueta se traducirá automáticamente al idioma del documento.
19495  Tras la etiqueta puedes insertar el texto de la leyenda.
19496  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
19497  separado dentro del flotante.
19498  La colocación de leyendas se describe en la sección
19499 \begin_inset space ~
19500 \end_inset
19501
19502
19503 \begin_inset CommandInset ref
19504 LatexCommand ref
19505 reference "sec:Colocación-de-leyendas"
19506
19507 \end_inset
19508
19509 .
19510  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19511  con clic izquierdo sobre él.
19512  Un cuadro cerrado se muestra así: 
19513 \begin_inset Graphics
19514         filename clipart/flotanteQt4.png
19515         scale 70
19516
19517 \end_inset
19518
19519  —un cuadro gris con etiqueta en rojo—.
19520 \end_layout
19521
19522 \begin_layout Standard
19523 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19524  errores de LaTeX si el texto circundante se formatea de modo especial.
19525 \end_layout
19526
19527 \begin_layout Standard
19528 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
19529  y pinchando el botón correspondiente de la barra de herramientas para un
19530  flotante nuevo.
19531 \end_layout
19532
19533 \begin_layout Section
19534 Tipos de flotantes
19535 \end_layout
19536
19537 \begin_layout Standard
19538 Además de los flotantes de imagen y de cuadro que se describen en la sección
19539 \begin_inset space ~
19540 \end_inset
19541
19542
19543 \begin_inset CommandInset ref
19544 LatexCommand ref
19545 reference "sec:Figuras-Flotantes"
19546
19547 \end_inset
19548
19549  y 
19550 \begin_inset CommandInset ref
19551 LatexCommand ref
19552 reference "sec:Cuadros-Flotantes"
19553
19554 \end_inset
19555
19556 , respectivamente, LyX ofrece los tipos 
19557 \family sans
19558 Algoritmo
19559 \family default
19560  y 
19561 \family sans
19562 Envoltorio
19563 \family default
19564 .
19565  
19566 \lang english
19567 The latter are explained in sec.
19568 \lang spanish
19569
19570 \begin_inset space \thinspace{}
19571 \end_inset
19572
19573
19574 \begin_inset CommandInset ref
19575 LatexCommand ref
19576 reference "sec:Flotantes-envueltos"
19577
19578 \end_inset
19579
19580 .
19581 \end_layout
19582
19583 \begin_layout Subsection
19584 Algoritmos flotantes
19585 \begin_inset Index idx
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589 Flotantes ! Algoritmos
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \begin_inset CommandInset label
19596 LatexCommand label
19597 name "sub:Algoritmos-Flotantes"
19598
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \begin_layout Standard
19605 \begin_inset Float algorithm
19606 placement h
19607 wide false
19608 sideways false
19609 status open
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Caption
19613
19614 \begin_layout Plain Layout
19615 \begin_inset CommandInset label
19616 LatexCommand label
19617 name "alg:Ejemplo-de-Algoritmo-flotante"
19618
19619 \end_inset
19620
19621 Ejemplo de algoritmo flotante
19622 \end_layout
19623
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \begin_layout LyX-Code
19630 for I in 1..N loop
19631 \begin_inset Newline newline
19632 \end_inset
19633
19634  Sum:= Sum + A(I); /*comment*/
19635 \begin_inset Newline newline
19636 \end_inset
19637
19638 end loop
19639 \begin_inset VSpace -4mm
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Standard
19651 Este tipo de flotante se inserta con el menú 
19652 \family sans
19653 Insertar\SpecialChar \menuseparator
19654 Flotante\SpecialChar \menuseparator
19655 Algoritmo
19656 \family default
19657 .
19658  Se usa para códigos y descripciones de algoritmos y se puede considerar
19659  una alternativa al listado de código de programa, que se explica en el
19660  capítulo
19661 \begin_inset space ~
19662 \end_inset
19663
19664
19665 \begin_inset CommandInset ref
19666 LatexCommand ref
19667 reference "cap:Listado-de-programa"
19668
19669 \end_inset
19670
19671 .
19672  Un posible entorno para algoritmos es 
19673 \family sans
19674 Código-LyX
19675 \family default
19676 , descrito en la 
19677 \emph on
19678 Guía del usuario
19679 \emph default
19680  de LyX.
19681  El algoritmo
19682 \begin_inset space ~
19683 \end_inset
19684
19685
19686 \begin_inset CommandInset ref
19687 LatexCommand ref
19688 reference "alg:Ejemplo-de-Algoritmo-flotante"
19689
19690 \end_inset
19691
19692  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19693  vertical de -4
19694 \begin_inset space \thinspace{}
19695 \end_inset
19696
19697 mm al final para tener la línea inferior exactamente bajo la última línea
19698  de texto.
19699 \end_layout
19700
19701 \begin_layout Standard
19702 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19703  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19704 \end_layout
19705
19706 \begin_layout Standard
19707
19708 \series bold
19709
19710 \backslash
19711 floatname{algorithm}{nombre}
19712 \end_layout
19713
19714 \begin_layout Standard
19715 donde 
19716 \family sans
19717 nombre
19718 \family default
19719  es la palabra «
19720 \emph on
19721 algoritmo
19722 \emph default
19723 » en el idioma deseado.
19724 \end_layout
19725
19726 \begin_layout Standard
19727 Para insertar el índice de algoritmos puedes usar el menú 
19728 \family sans
19729 Insertar\SpecialChar \menuseparator
19730 Índice\SpecialChar \menuseparator
19731 Índice de algoritmos
19732 \family default
19733 , si el documento está en el mismo idioma que los menús de LyX.
19734  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19735 \end_layout
19736
19737 \begin_layout Standard
19738
19739 \series bold
19740
19741 \backslash
19742 listof{algorithm}{nombre}
19743 \end_layout
19744
19745 \begin_layout Standard
19746 donde 
19747 \family sans
19748 nombre
19749 \family default
19750  es, por ejemplo, «
19751 \emph on
19752 Índice de algoritmos
19753 \emph default
19754 » en el idioma del documento.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19759  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
19760 itmo».
19761  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19762  documento:
19763 \end_layout
19764
19765 \begin_layout Standard
19766
19767 \series bold
19768
19769 \backslash
19770 numberwithin{algorithm}{chapter}
19771 \end_layout
19772
19773 \begin_layout Standard
19774 Para poder usar el comando 
19775 \series bold
19776
19777 \backslash
19778 numberwithin
19779 \series default
19780 , marca la opción 
19781 \family sans
19782 Usar
19783 \begin_inset space ~
19784 \end_inset
19785
19786 el
19787 \begin_inset space ~
19788 \end_inset
19789
19790 paquete
19791 \begin_inset space ~
19792 \end_inset
19793
19794 AMS
19795 \family default
19796  en el menú 
19797 \family sans
19798 Documento\SpecialChar \menuseparator
19799 Configuración\SpecialChar \menuseparator
19800 Opciones para ecuaciones
19801 \family default
19802 .
19803 \end_layout
19804
19805 \begin_layout Section
19806 Numeración de flotantes
19807 \begin_inset Index idx
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811 Flotantes ! Numeración
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \begin_layout Standard
19820 En general, los flotantes se numeran independientemente de las secciones
19821  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19822  dependiendo de la clase de documento utilizada.
19823 \end_layout
19824
19825 \begin_layout Standard
19826 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19827  comando en el preámbulo del documento:
19828 \end_layout
19829
19830 \begin_layout Standard
19831
19832 \series bold
19833
19834 \backslash
19835 renewcommand{
19836 \backslash
19837 thetable}{
19838 \backslash
19839 roman{table}}
19840 \end_layout
19841
19842 \begin_layout Standard
19843
19844 \series bold
19845
19846 \backslash
19847 thetable 
19848 \series default
19849 es el comando que imprime el número del cuadro, para figuras flotantes el
19850  comando sería 
19851 \series bold
19852
19853 \backslash
19854 thefigure
19855 \series default
19856 .
19857  El comando 
19858 \series bold
19859
19860 \backslash
19861 roman
19862 \series default
19863  imprime el número de cuadro en números romanos en minúscula.
19864 \end_layout
19865
19866 \begin_layout Standard
19867 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19868  usa este comando en el preámbulo:
19869 \end_layout
19870
19871 \begin_layout Standard
19872
19873 \series bold
19874
19875 \backslash
19876 numberwithin{table}{subsection}
19877 \end_layout
19878
19879 \begin_layout Standard
19880 Para poder usar el comando 
19881 \series bold
19882
19883 \backslash
19884 numberwithin
19885 \series default
19886 , debes marcar la opción 
19887 \family sans
19888 Usar
19889 \begin_inset space ~
19890 \end_inset
19891
19892 el
19893 \begin_inset space ~
19894 \end_inset
19895
19896 paquete
19897 \begin_inset space ~
19898 \end_inset
19899
19900 AMS 
19901 \family default
19902 en el apartado 
19903 \family sans
19904 Opciones para ecuaciones 
19905 \family default
19906 de las preferencias del documento.
19907 \end_layout
19908
19909 \begin_layout Standard
19910 Puedes ver más detalles y notas importantes sobre comandos de numeración
19911  en la sección
19912 \begin_inset space ~
19913 \end_inset
19914
19915
19916 \begin_inset CommandInset ref
19917 LatexCommand ref
19918 reference "sub:Numeración-de-Notas-al-Pie"
19919
19920 \end_inset
19921
19922 .
19923 \end_layout
19924
19925 \begin_layout Section
19926 Referencias a flotantes
19927 \begin_inset CommandInset label
19928 LatexCommand label
19929 name "sec:Referencias-a-Flotantes"
19930
19931 \end_inset
19932
19933
19934 \begin_inset Index idx
19935 status collapsed
19936
19937 \begin_layout Plain Layout
19938 Flotantes ! Referencias
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \begin_inset Index idx
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Referencias
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19958  menú 
19959 \family sans
19960 Insertar\SpecialChar \menuseparator
19961 Etiqueta
19962 \family default
19963  o el botón 
19964 \begin_inset Graphics
19965         filename ../../images/label-insert.png
19966         scale 85
19967
19968 \end_inset
19969
19970 .
19971  Aparece una ventana esperando la introducción del texto de la etiqueta
19972  y se inserta un cuadro gris como este: 
19973 \begin_inset Graphics
19974         filename clipart/etiquetaQt4.png
19975         scale 85
19976
19977 \end_inset
19978
19979 .
19980  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19981  El prefijo depende del tipo de flotante, p.
19982 \begin_inset space \thinspace{}
19983 \end_inset
19984
19985 e.
19986 \begin_inset space ~
19987 \end_inset
19988
19989 para figuras el prefijo será «
19990 \family sans
19991 fig:
19992 \family default
19993 ».
19994 \end_layout
19995
19996 \begin_layout Standard
19997 La etiqueta se usa como ancla y el nombre para la referencia.
19998  Puedes referenciar la etiqueta usando el menú 
19999 \family sans
20000 Insertar\SpecialChar \menuseparator
20001 Referencia
20002 \family default
20003
20004 \begin_inset space ~
20005 \end_inset
20006
20007
20008 \family sans
20009 cruzada
20010 \family default
20011  o el botón 
20012 \begin_inset Graphics
20013         filename ../../images/dialog-show-new-inset_ref.png
20014         scale 85
20015
20016 \end_inset
20017
20018 .
20019  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20020  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
20021  trabajando de la lista desplegable de la parte superior del diálogo.
20022  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20023  Se inserta un cuadro gris como este: 
20024 \begin_inset Graphics
20025         filename clipart/referenciaQt4.png
20026         scale 85
20027
20028 \end_inset
20029
20030 .
20031  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20032 \end_layout
20033
20034 \begin_layout Standard
20035 Se recomienda poner un espacio protegido entre el nombre de la referencia
20036  cruzada y su número para evitar saltos de línea entre ellos.
20037  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20038  dos interrogaciones en la salida.
20039 \end_layout
20040
20041 \begin_layout Standard
20042 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20043  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20044  al texto de la etiqueta nueva, no te preocupes por eso.
20045 \end_layout
20046
20047 \begin_layout Standard
20048 El botón 
20049 \family sans
20050 Ir
20051 \begin_inset space ~
20052 \end_inset
20053
20054 a
20055 \begin_inset space ~
20056 \end_inset
20057
20058 la
20059 \begin_inset space ~
20060 \end_inset
20061
20062 etiqueta
20063 \family default
20064  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20065  y el texto del botón cambia a 
20066 \family sans
20067 Volver
20068 \family default
20069 , con el que se puede retornar a la referencia.
20070  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20071  hasta la etiqueta pero sin opción de volver.
20072 \end_layout
20073
20074 \begin_layout Subsection
20075 Formatos de referencia cruzada
20076 \begin_inset CommandInset label
20077 LatexCommand label
20078 name "sub:Formatos-referencia-cruzada"
20079
20080 \end_inset
20081
20082
20083 \begin_inset Index idx
20084 status collapsed
20085
20086 \begin_layout Plain Layout
20087 Referencias ! Formatos
20088 \end_layout
20089
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \begin_layout Standard
20096 Hay seis variedades de referencias cruzadas:
20097 \end_layout
20098
20099 \begin_layout Description
20100 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20101  
20102 \begin_inset CommandInset ref
20103 LatexCommand ref
20104 reference "fig:Dos-imágenes-distorsionadas"
20105
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \begin_layout Description
20112 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20113  habitual para referirse a fórmulas, especialmente si se omite el nombre
20114  «Ecuación»: 
20115 \begin_inset CommandInset ref
20116 LatexCommand eqref
20117 reference "eq:Wgn"
20118
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \begin_layout Description
20125 <página>: imprime el número de página: Página
20126 \begin_inset space ~
20127 \end_inset
20128
20129
20130 \begin_inset CommandInset ref
20131 LatexCommand pageref
20132 reference "fig:Dos-imágenes-distorsionadas"
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Description
20140 en
20141 \begin_inset space ~
20142 \end_inset
20143
20144 página
20145 \begin_inset space ~
20146 \end_inset
20147
20148 <página>: imprime el texto «en la página» y el número de página: 
20149 \begin_inset CommandInset ref
20150 LatexCommand vpageref
20151 reference "fig:Dos-imágenes-distorsionadas"
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Description
20159 <referencia>
20160 \begin_inset space ~
20161 \end_inset
20162
20163 en
20164 \begin_inset space ~
20165 \end_inset
20166
20167 página
20168 \begin_inset space ~
20169 \end_inset
20170
20171 <página>: imprime el número flotante, el texto «en la página» y el número
20172  de página: 
20173 \begin_inset CommandInset ref
20174 LatexCommand vref
20175 reference "fig:Dos-imágenes-distorsionadas"
20176
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \begin_layout Description
20183 Referencia
20184 \begin_inset space ~
20185 \end_inset
20186
20187 con
20188 \begin_inset space ~
20189 \end_inset
20190
20191 formato: imprime un formato personalizado.
20192 \begin_inset Newline newline
20193 \end_inset
20194
20195
20196 \begin_inset Note Greyedout
20197 status open
20198
20199 \begin_layout Plain Layout
20200
20201 \series bold
20202 Nota:
20203 \series default
20204  Esta característica sólo está disponible si está instalado el paquete LaTeX
20205  
20206 \series bold
20207 prettyref
20208 \series default
20209  o 
20210 \series bold
20211 refstyle
20212 \series default
20213 .
20214 \begin_inset Index idx
20215 status collapsed
20216
20217 \begin_layout Plain Layout
20218 LaTeX-paquetes ! prettyref
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \begin_inset Index idx
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228 LaTeX-paquetes ! refstyle
20229 \end_layout
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237
20238
20239 \begin_inset Newline newline
20240 \end_inset
20241
20242 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20243  la opción 
20244 \family sans
20245 Usar refstyle (no prettyref) para las referencias cruzadas
20246 \family default
20247  en el menú 
20248 \family sans
20249 Documento\SpecialChar \menuseparator
20250 Configuración\SpecialChar \menuseparator
20251 Clase de documento
20252 \family default
20253 .
20254  El formato se especifica añadiendo el comando 
20255 \series bold
20256
20257 \backslash
20258 newrefformat
20259 \series default
20260  (prettyref) o 
20261 \series bold
20262
20263 \backslash
20264 newref
20265 \series default
20266  (refstyle) en el preámbulo del documento.
20267  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20268  la etiqueta 
20269 \begin_inset Quotes fld
20270 \end_inset
20271
20272
20273 \family sans
20274 fig
20275 \family default
20276
20277 \begin_inset Quotes frd
20278 \end_inset
20279
20280 ) se usa el comando
20281 \begin_inset Newline newline
20282 \end_inset
20283
20284
20285 \series bold
20286
20287 \backslash
20288 newref{fig}{refcmd={Imagen en la página 
20289 \backslash
20290 pageref{#1}}}
20291 \series default
20292
20293 \begin_inset Newline newline
20294 \end_inset
20295
20296 Para más información sobre este formato echa un vistazo a la documentación
20297  de
20298 \begin_inset space ~
20299 \end_inset
20300
20301
20302 \begin_inset CommandInset citation
20303 LatexCommand cite
20304 key "prettyref,refstyle"
20305
20306 \end_inset
20307
20308 .
20309 \end_layout
20310
20311 \begin_layout Description
20312 Referencia
20313 \begin_inset space ~
20314 \end_inset
20315
20316 textual: imprime la leyenda de la referencia: 
20317 \begin_inset CommandInset ref
20318 LatexCommand nameref
20319 reference "fig:Dos-imágenes-distorsionadas"
20320
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \begin_layout Standard
20327
20328 \family sans
20329 <página>
20330 \family default
20331
20332 \begin_inset space \thinspace{}
20333 \end_inset
20334
20335  no imprime el número si la etiqueta está en la misma página, en la anterior
20336  o en la siguiente.
20337  En su lugar verás p.
20338 \begin_inset space \thinspace{}
20339 \end_inset
20340
20341 e.
20342 \begin_inset space ~
20343 \end_inset
20344
20345 el texto «
20346 \family sans
20347 en esta página
20348 \family default
20349 ».
20350  El estilo 
20351 \family sans
20352 <referencia>
20353 \begin_inset space ~
20354 \end_inset
20355
20356 en
20357 \begin_inset space ~
20358 \end_inset
20359
20360 página
20361 \begin_inset space ~
20362 \end_inset
20363
20364 <página> 
20365 \family default
20366 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20367 \end_layout
20368
20369 \begin_layout Standard
20370 El número y página actual de la parte del documento referida es automáticamente
20371  calculado por LaTeX en la salida.
20372  Las variedades se ajustan en el campo 
20373 \family sans
20374 Formato
20375 \family default
20376  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20377 \end_layout
20378
20379 \begin_layout Standard
20380 \begin_inset Note Greyedout
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384
20385 \series bold
20386 Nota: 
20387 \series default
20388 Se recomienda usar el paquete LaTeX 
20389 \series bold
20390 refstyle
20391 \series default
20392
20393 \begin_inset Index idx
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397 LaTeX-paquetes ! refstyle
20398 \end_layout
20399
20400 \end_inset
20401
20402  porque 
20403 \series bold
20404 prettyref
20405 \series default
20406
20407 \begin_inset Index idx
20408 status collapsed
20409
20410 \begin_layout Plain Layout
20411 LaTeX-paquetes ! prettyref
20412 \end_layout
20413
20414 \end_inset
20415
20416  no reconoce todas las abreviaturas de etiquetas
20417 \begin_inset Foot
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421 \begin_inset Quotes fld
20422 \end_inset
20423
20424 fig:
20425 \begin_inset Quotes frd
20426 \end_inset
20427
20428 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20429  figuras.
20430 \end_layout
20431
20432 \end_inset
20433
20434  posibles en LyX y no está internacionalizado.
20435 \end_layout
20436
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Standard
20443 \begin_inset Note Greyedout
20444 status open
20445
20446 \begin_layout Plain Layout
20447
20448 \series bold
20449 Nota:
20450 \series default
20451  Debido a un fallo en el paquete LaTeX 
20452 \series bold
20453 varioref
20454 \series default
20455  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20456  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20457  el francés).
20458  Para una solución provisional, véase 
20459 \begin_inset Newline newline
20460 \end_inset
20461
20462
20463 \begin_inset CommandInset href
20464 LatexCommand href
20465 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20466
20467 \end_inset
20468
20469 .
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Subsection
20478 Designación automática de referencias
20479 \begin_inset Index idx
20480 status collapsed
20481
20482 \begin_layout Plain Layout
20483 Referencias ! Designación automática
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \begin_layout Standard
20492 El paquete LaTeX 
20493 \series bold
20494 hyperref
20495 \series default
20496
20497 \begin_inset Index idx
20498 status collapsed
20499
20500 \begin_layout Plain Layout
20501 LaTeX-paquetes ! hyperref
20502 \end_layout
20503
20504 \end_inset
20505
20506 , que se habilita en 
20507 \family sans
20508 Propiedades PDF
20509 \family default
20510  del diálogo 
20511 \family sans
20512 Documento\SpecialChar \menuseparator
20513 Configuración
20514 \family default
20515 , dispone de una característica muy útil que permite incluir automáticamente
20516  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20517  de texto como 
20518 \emph on
20519 sección
20520 \emph default
20521 ).
20522  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
20523  cada referencia a una figura.
20524  Para usar esta característica habilita el soporte para 
20525 \series bold
20526 hyperref
20527 \series default
20528  e inserta la siguiente línea en el preámbulo LaTeX:
20529 \end_layout
20530
20531 \begin_layout Standard
20532
20533 \series bold
20534
20535 \backslash
20536 AtBeginDocument{
20537 \backslash
20538 renewcommand{
20539 \backslash
20540 ref}[1]{
20541 \backslash
20542 mbox{
20543 \backslash
20544 autoref{#1}}}}
20545 \end_layout
20546
20547 \begin_layout Standard
20548 Si prefieres otros nombres para las referencias distintos de los predeterminados
20549 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20550  lo siguiente en el preámbulo:
20551 \end_layout
20552
20553 \begin_layout Standard
20554
20555 \series bold
20556
20557 \backslash
20558 addto
20559 \backslash
20560 extrasenglish{
20561 \backslash
20562 renewcommand{
20563 \backslash
20564 sectionautorefname}
20565 \begin_inset Newline newline
20566 \end_inset
20567
20568
20569 \begin_inset Phantom HPhantom
20570 status open
20571
20572 \begin_layout Plain Layout
20573
20574 \series bold
20575 \begin_inset space ~
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582
20583 {sec.
20584 \backslash
20585 negthinspace}}
20586 \end_layout
20587
20588 \begin_layout Standard
20589 Si estás usando un idioma de documento distinto del inglés, reemplaza
20590 \begin_inset Newline newline
20591 \end_inset
20592
20593  
20594 \series bold
20595
20596 \backslash
20597 extrasenglish
20598 \series default
20599  por
20600 \series bold
20601  
20602 \backslash
20603 extras***
20604 \series default
20605 , donde *** es el nombre del idioma utilizado.
20606 \end_layout
20607
20608 \begin_layout Standard
20609 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20610  por ejemplo no para ecuaciones, usa este código de preámbulo:
20611 \end_layout
20612
20613 \begin_layout Standard
20614
20615 \series bold
20616
20617 \backslash
20618 newlength{
20619 \backslash
20620 abc}
20621 \begin_inset Newline newline
20622 \end_inset
20623
20624
20625 \backslash
20626 settowidth{
20627 \backslash
20628 abc}{
20629 \backslash
20630 space}
20631 \begin_inset Newline newline
20632 \end_inset
20633
20634
20635 \backslash
20636 addto
20637 \backslash
20638 extrasenglish{
20639 \backslash
20640 renewcommand{
20641 \backslash
20642 equationautorefname}
20643 \begin_inset Newline newline
20644 \end_inset
20645
20646
20647 \begin_inset Phantom HPhantom
20648 status open
20649
20650 \begin_layout Plain Layout
20651
20652 \series bold
20653 \begin_inset space ~
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \end_inset
20660
20661 {
20662 \backslash
20663 hspace{-
20664 \backslash
20665 abc}}
20666 \end_layout
20667
20668 \begin_layout Standard
20669 En la documentación de 
20670 \series bold
20671 hyperref
20672 \series default
20673  
20674 \begin_inset CommandInset citation
20675 LatexCommand cite
20676 key "hyperref"
20677
20678 \end_inset
20679
20680  puedes encontrar más información.
20681
20682 \series bold
20683  
20684 \end_layout
20685
20686 \begin_layout Standard
20687 \begin_inset Note Greyedout
20688 status open
20689
20690 \begin_layout Plain Layout
20691
20692 \series bold
20693 Nota:
20694 \series default
20695  La designación automática de referencias no puede usarse en el estilo 
20696 \family sans
20697 Referencia
20698 \begin_inset space ~
20699 \end_inset
20700
20701 con
20702 \begin_inset space ~
20703 \end_inset
20704
20705 formato
20706 \family default
20707 , descrita en la sección
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand ref
20714 reference "sub:Formatos-referencia-cruzada"
20715
20716 \end_inset
20717
20718 .
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 El manual 
20728 \emph on
20729 Ecuaciones
20730 \emph default
20731  es un ejemplo de documento en el que se ha utilizado designación automática
20732  de referencias.
20733 \end_layout
20734
20735 \begin_layout Subsection
20736 Colocación de referencias
20737 \begin_inset CommandInset label
20738 LatexCommand label
20739 name "sub:Colocación-de-Referencias"
20740
20741 \end_inset
20742
20743
20744 \begin_inset Index idx
20745 status collapsed
20746
20747 \begin_layout Plain Layout
20748 Referencias ! Colocación
20749 \end_layout
20750
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \begin_layout Standard
20757 Si usas 
20758 \series bold
20759 hyperref
20760 \series default
20761
20762 \begin_inset Index idx
20763 status collapsed
20764
20765 \begin_layout Plain Layout
20766 LaTeX-paquetes ! hyperref
20767 \end_layout
20768
20769 \end_inset
20770
20771 , en las 
20772 \family sans
20773 Preferencias PDF 
20774 \family default
20775 del diálogo 
20776 \family sans
20777 Documento\SpecialChar \menuseparator
20778 Configuración
20779 \family default
20780 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20781  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20782  La leyenda será la primera parte del texto en pantalla, de forma que para
20783  ver la imagen debes deslizar.
20784  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20785  Usando el paquete 
20786 \series bold
20787 hypcap
20788 \series default
20789
20790 \begin_inset Index idx
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794 LaTeX-paquetes ! hypcap
20795 \end_layout
20796
20797 \end_inset
20798
20799 , que forma parte del paquete LaTeX 
20800 \series bold
20801 oberdiek
20802 \series default
20803
20804 \begin_inset Index idx
20805 status collapsed
20806
20807 \begin_layout Plain Layout
20808 LaTeX-paquetes ! oberdiek
20809 \end_layout
20810
20811 \end_inset
20812
20813 , el ancla de enlace se sitúa al comienzo de un flotante.
20814  Para usar esta característica para figuras flotantes carga 
20815 \series bold
20816 hypcap
20817 \series default
20818  en el preámbulo con
20819 \end_layout
20820
20821 \begin_layout Standard
20822
20823 \series bold
20824
20825 \backslash
20826 usepackage[figure]{hypcap}
20827 \end_layout
20828
20829 \begin_layout Standard
20830 Puedes usar 
20831 \series bold
20832 hypcap
20833 \series default
20834  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20835  Más información en el manual de 
20836 \series bold
20837 hypcap
20838 \series default
20839  
20840 \begin_inset CommandInset citation
20841 LatexCommand cite
20842 key "hypcap"
20843
20844 \end_inset
20845
20846 .
20847 \end_layout
20848
20849 \begin_layout Standard
20850 \begin_inset Note Greyedout
20851 status open
20852
20853 \begin_layout Plain Layout
20854
20855 \series bold
20856 Nota:
20857 \series default
20858  
20859 \series bold
20860 hypcap
20861 \series default
20862  no funciona para las referencias a subfiguras.
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Section
20871 Colocación de flotantes
20872 \begin_inset CommandInset label
20873 LatexCommand label
20874 name "sec:Colocación-de-Flotantes"
20875
20876 \end_inset
20877
20878
20879 \begin_inset Index idx
20880 status collapsed
20881
20882 \begin_layout Plain Layout
20883 Flotantes ! Colocación
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Standard
20892 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20893  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20894  los flotantes.
20895 \begin_inset Newline newline
20896 \end_inset
20897
20898 La opción 
20899 \family sans
20900 Extender
20901 \begin_inset space ~
20902 \end_inset
20903
20904 columnas
20905 \family default
20906  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20907  abarcará ambas columnas en lugar de una sola.
20908 \begin_inset Newline newline
20909 \end_inset
20910
20911 La opción 
20912 \family sans
20913 Girar
20914 \begin_inset space ~
20915 \end_inset
20916
20917 a
20918 \begin_inset space ~
20919 \end_inset
20920
20921 un
20922 \begin_inset space ~
20923 \end_inset
20924
20925 lado
20926 \family default
20927  sirve para girar flotantes, véase sección
20928 \begin_inset space ~
20929 \end_inset
20930
20931
20932 \begin_inset CommandInset ref
20933 LatexCommand ref
20934 reference "sec:Rotación-de-Flotantes"
20935
20936 \end_inset
20937
20938 .
20939  
20940 \end_layout
20941
20942 \begin_layout Standard
20943 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20944  la posición de un flotante si desmarcas la opción 
20945 \family sans
20946 Usar
20947 \begin_inset space ~
20948 \end_inset
20949
20950 ubicación
20951 \begin_inset space ~
20952 \end_inset
20953
20954 predeterminada
20955 \family default
20956 :
20957 \end_layout
20958
20959 \begin_layout Description
20960
20961 \family sans
20962 \series bold
20963 Aquí
20964 \begin_inset space ~
20965 \end_inset
20966
20967 si
20968 \begin_inset space ~
20969 \end_inset
20970
20971 es
20972 \begin_inset space ~
20973 \end_inset
20974
20975 posible
20976 \family default
20977 \series default
20978  intenta situar el flotante en la posición en la que se inserta
20979 \end_layout
20980
20981 \begin_layout Description
20982
20983 \family sans
20984 \series bold
20985 Principio
20986 \begin_inset space ~
20987 \end_inset
20988
20989 de
20990 \begin_inset space ~
20991 \end_inset
20992
20993 página
20994 \family default
20995 \series default
20996  intenta situar el flotante al principio de la página actual
20997 \end_layout
20998
20999 \begin_layout Description
21000
21001 \family sans
21002 \series bold
21003 Fin
21004 \begin_inset space ~
21005 \end_inset
21006
21007 de
21008 \begin_inset space ~
21009 \end_inset
21010
21011 página
21012 \family default
21013 \series default
21014  intenta situar el flotante al final de la página actual
21015 \end_layout
21016
21017 \begin_layout Description
21018
21019 \family sans
21020 \series bold
21021 Página
21022 \begin_inset space ~
21023 \end_inset
21024
21025 de
21026 \begin_inset space ~
21027 \end_inset
21028
21029 flotantes
21030 \family default
21031 \series default
21032  intenta situar el flotante en una página propia 
21033 \end_layout
21034
21035 \begin_layout Standard
21036 LaTeX usa 
21037 \emph on
21038 siempre
21039 \emph default
21040  ese orden de opciones.
21041  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21042  lugar 
21043 \family sans
21044 Aquí
21045 \begin_inset space ~
21046 \end_inset
21047
21048 si
21049 \begin_inset space ~
21050 \end_inset
21051
21052 es
21053 \begin_inset space ~
21054 \end_inset
21055
21056 posible
21057 \family default
21058 , luego 
21059 \family sans
21060 Principio
21061 \begin_inset space ~
21062 \end_inset
21063
21064 de
21065 \begin_inset space ~
21066 \end_inset
21067
21068 página
21069 \family default
21070 , y después las otras.
21071  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21072  pero en dicho orden.
21073  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21074  pero intenta poner el flotante en la página siguiente.
21075 \end_layout
21076
21077 \begin_layout Standard
21078 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21079 \end_layout
21080
21081 \begin_layout Labeling
21082 \labelwidthstring 00.00.0000
21083
21084 \family sans
21085 Principio
21086 \begin_inset space ~
21087 \end_inset
21088
21089 de
21090 \begin_inset space ~
21091 \end_inset
21092
21093 página:
21094 \family default
21095  sólo si el flotante ocupa menos del 70
21096 \begin_inset space \thinspace{}
21097 \end_inset
21098
21099 % de la página puede ubicarse al principio de página (
21100 \series bold
21101
21102 \backslash
21103 topfraction
21104 \series default
21105 )
21106 \end_layout
21107
21108 \begin_layout Labeling
21109 \labelwidthstring 00.00.0000
21110
21111 \family sans
21112 Fin
21113 \begin_inset space ~
21114 \end_inset
21115
21116 de
21117 \begin_inset space ~
21118 \end_inset
21119
21120 página:
21121 \family default
21122  sólo si el flotante ocupa menos del 30
21123 \begin_inset space \thinspace{}
21124 \end_inset
21125
21126 % de la página puede ubicarse al fin de página.
21127  (
21128 \series bold
21129
21130 \backslash
21131 bottomfraction
21132 \series default
21133 )
21134 \end_layout
21135
21136 \begin_layout Labeling
21137 \labelwidthstring 00.00.0000
21138
21139 \family sans
21140 Página
21141 \begin_inset space ~
21142 \end_inset
21143
21144 de
21145 \begin_inset space ~
21146 \end_inset
21147
21148 flotantes:
21149 \family default
21150  sólo si más del 50
21151 \begin_inset space \thinspace{}
21152 \end_inset
21153
21154 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21155  página.
21156  (
21157 \series bold
21158
21159 \backslash
21160 floatpagefraction
21161 \series default
21162 )
21163 \end_layout
21164
21165 \begin_layout Standard
21166 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21167  
21168 \family sans
21169 Ignorar
21170 \begin_inset space ~
21171 \end_inset
21172
21173 reglas
21174 \begin_inset space ~
21175 \end_inset
21176
21177 de
21178 \begin_inset space ~
21179 \end_inset
21180
21181 LaTeX
21182 \family default
21183 .
21184 \begin_inset Newline newline
21185 \end_inset
21186
21187 También puedes redefinir las reglas con los comandos LaTeX que van entre
21188  paréntesis tras la descripción de las reglas anteriores.
21189  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21190  la regla 
21191 \family sans
21192 Fin
21193 \family default
21194
21195 \begin_inset space ~
21196 \end_inset
21197
21198
21199 \family sans
21200 de
21201 \family default
21202
21203 \begin_inset space ~
21204 \end_inset
21205
21206
21207 \family sans
21208 página
21209 \family default
21210  al 50
21211 \begin_inset space \thinspace{}
21212 \end_inset
21213
21214 %, añade esta línea en el preámbulo:
21215 \end_layout
21216
21217 \begin_layout Standard
21218
21219 \series bold
21220
21221 \backslash
21222 renewcommand{
21223 \backslash
21224 bottomfraction}{0.5}
21225 \end_layout
21226
21227 \begin_layout Standard
21228 En determinados casos podrías necesitar ubicar un flotante exactamente en
21229  la posición en la que se inserta.
21230  Para esto puedes usar la opción 
21231 \family sans
21232 Aquí
21233 \begin_inset space ~
21234 \end_inset
21235
21236 definitivamente
21237 \family default
21238 .
21239  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21240  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21241  se podría estropear el diseño de la página.
21242 \end_layout
21243
21244 \begin_layout Standard
21245 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21246  rodeados por texto de un párrafo determinado.
21247 \begin_inset VSpace bigskip
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \begin_layout Standard
21254 A veces surge el problema de que un flotante se sitúa al principio de la
21255  página mientras que su sección correspondiente empieza en mitad de la página,
21256  así que el lector podría creer que el flotante forma parte de la sección
21257  anterior.
21258  Para evitarlo puede emplearse el comando LaTeX 
21259 \series bold
21260
21261 \backslash
21262 suppressfloats
21263 \series default
21264 , que suprime la ubicación de un flotante dado en la página donde se inserta
21265  y además puede servir para evitar que el flotante se coloque antes del
21266  inicio de sección.
21267  Para ello, añade estos comandos al preámbulo:
21268 \end_layout
21269
21270 \begin_layout Standard
21271
21272 \series bold
21273
21274 \backslash
21275 let
21276 \backslash
21277 mySection
21278 \backslash
21279 section
21280 \begin_inset Newline newline
21281 \end_inset
21282
21283
21284 \backslash
21285 renewcommand{
21286 \backslash
21287 section}{
21288 \backslash
21289 suppressfloats[t]
21290 \backslash
21291 mySection}
21292 \end_layout
21293
21294 \begin_layout Standard
21295 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21296  subsecciones.
21297  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21298  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21299 \end_layout
21300
21301 \begin_layout Standard
21302 \begin_inset VSpace bigskip
21303 \end_inset
21304
21305 En ciertos casos se quieren tener todas las figuras/cuadros al final del
21306  documento.
21307  Para estos casos está el paquete LaTeX 
21308 \series bold
21309 endfloat
21310 \series default
21311
21312 \begin_inset Index idx
21313 status collapsed
21314
21315 \begin_layout Plain Layout
21316 LaTeX-paquetes ! endfloat
21317 \end_layout
21318
21319 \end_inset
21320
21321 .
21322  Pone todas las figuras y cuadros flotantes al final del documento en secciones
21323  propias.
21324  En la posición original del flotante se inserta una indicación como «
21325 \family sans
21326 [Figure
21327 \begin_inset space ~
21328 \end_inset
21329
21330 3.2 about here.]
21331 \family default
21332 ».
21333  El paquete 
21334 \series bold
21335 endfloat
21336 \series default
21337  se carga en el preámbulo con la línea
21338 \end_layout
21339
21340 \begin_layout Standard
21341
21342 \series bold
21343
21344 \backslash
21345 usepackage[options]{endfloat}
21346 \end_layout
21347
21348 \begin_layout Standard
21349 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
21350  Para más información véase la documentación 
21351 \begin_inset CommandInset citation
21352 LatexCommand cite
21353 key "endfloat"
21354
21355 \end_inset
21356
21357 .
21358 \begin_inset Newline newline
21359 \end_inset
21360
21361
21362 \begin_inset Note Greyedout
21363 status open
21364
21365 \begin_layout Plain Layout
21366
21367 \series bold
21368 Nota: endfloat
21369 \series default
21370  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21371  véase sección
21372 \begin_inset space ~
21373 \end_inset
21374
21375 4 en 
21376 \begin_inset CommandInset citation
21377 LatexCommand cite
21378 key "endfloat"
21379
21380 \end_inset
21381
21382 .
21383 \end_layout
21384
21385 \end_inset
21386
21387
21388 \begin_inset Newline newline
21389 \end_inset
21390
21391
21392 \begin_inset Note Greyedout
21393 status open
21394
21395 \begin_layout Plain Layout
21396
21397 \series bold
21398 Nota:
21399 \series default
21400  Actualmente hay un error en 
21401 \series bold
21402 endfloat
21403 \series default
21404  cuando la leyenda contiene el carácter alemán «ß».
21405  Usa en ese caso el comando «
21406 \series bold
21407
21408 \backslash
21409 ss
21410 \series default
21411 » en código TeX en vez de «ß».
21412 \end_layout
21413
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \begin_layout Standard
21420 \begin_inset VSpace bigskip
21421 \end_inset
21422
21423 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21424 \begin_inset CommandInset citation
21425 LatexCommand cite
21426 key "latexcompanion,latexguide,latexbook"
21427
21428 \end_inset
21429
21430 .
21431 \end_layout
21432
21433 \begin_layout Section
21434 Rotación de flotantes
21435 \begin_inset CommandInset label
21436 LatexCommand label
21437 name "sec:Rotación-de-Flotantes"
21438
21439 \end_inset
21440
21441
21442 \begin_inset Index idx
21443 status collapsed
21444
21445 \begin_layout Plain Layout
21446 Flotantes ! Rotación
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
21456  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21457  la opción 
21458 \family sans
21459 Girar
21460 \begin_inset space ~
21461 \end_inset
21462
21463 a
21464 \begin_inset space ~
21465 \end_inset
21466
21467 un
21468 \begin_inset space ~
21469 \end_inset
21470
21471 lado
21472 \family default
21473 .
21474 \end_layout
21475
21476 \begin_layout Standard
21477 Los flotantes girados son puestos siempre en su propia página (o columna
21478  si el documento es de dos columnas).
21479  Se les puede permitir abarcar varias columnas con la opción de configuración
21480  
21481 \family sans
21482 Extender
21483 \begin_inset space ~
21484 \end_inset
21485
21486 columnas
21487 \family default
21488 .
21489  Se rotan de forma que puedes leerlos desde el margen externo.
21490  Para forzar determinada dirección de rotación para todas las páginas, puedes
21491  añadir una de las opciones 
21492 \series bold
21493 figuresleft
21494 \series default
21495  o 
21496 \series bold
21497 figuresright
21498 \series default
21499  a las opciones de clase del documento.
21500 \end_layout
21501
21502 \begin_layout Standard
21503 Los flotantes girados se refieren igual que los normales, y el formato de
21504  la leyenda también es el mismo: un ejemplo es el cuadro
21505 \begin_inset space ~
21506 \end_inset
21507
21508
21509 \begin_inset CommandInset ref
21510 LatexCommand ref
21511 reference "tab:Cuadro-girado"
21512
21513 \end_inset
21514
21515 .
21516 \end_layout
21517
21518 \begin_layout Standard
21519 \begin_inset Note Greyedout
21520 status open
21521
21522 \begin_layout Plain Layout
21523
21524 \series bold
21525 Nota:
21526 \series default
21527  No todos los visores DVI pueden mostrar cuadros girados.
21528 \end_layout
21529
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \begin_layout Standard
21536 \begin_inset Float table
21537 wide false
21538 sideways true
21539 status open
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Caption
21543
21544 \begin_layout Plain Layout
21545 \begin_inset CommandInset label
21546 LatexCommand label
21547 name "tab:Cuadro-girado"
21548
21549 \end_inset
21550
21551 Cuadro girado
21552 \end_layout
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \begin_layout Plain Layout
21560 \align center
21561 \begin_inset Tabular
21562 <lyxtabular version="3" rows="1" columns="5">
21563 <features tabularvalignment="middle">
21564 <column alignment="center" valignment="top" width="0">
21565 <column alignment="center" valignment="top" width="0">
21566 <column alignment="center" valignment="top" width="0">
21567 <column alignment="center" valignment="top" width="0">
21568 <column alignment="center" valignment="top" width="0">
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 test
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 b
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 c
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 d
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 e
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 </lyxtabular>
21617
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Section
21629 Subflotantes
21630 \begin_inset Index idx
21631 status collapsed
21632
21633 \begin_layout Plain Layout
21634 Flotantes ! Subflotantes
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21644  imágenes.
21645  Se crean insertando un flotante dentro de otro.
21646  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21647  como se muestra en los cuadros
21648 \begin_inset space ~
21649 \end_inset
21650
21651
21652 \begin_inset CommandInset ref
21653 LatexCommand ref
21654 reference "tab:Dos-subcuadros-adosados"
21655
21656 \end_inset
21657
21658  y
21659 \begin_inset space ~
21660 \end_inset
21661
21662
21663 \begin_inset CommandInset ref
21664 LatexCommand ref
21665 reference "tab:Dos-subcuadros-uno-sobre"
21666
21667 \end_inset
21668
21669 .
21670 \end_layout
21671
21672 \begin_layout Standard
21673 Las referencias a subflotantes funcionan como en los flotantes normales:
21674  el cuadro
21675 \begin_inset space ~
21676 \end_inset
21677
21678
21679 \begin_inset CommandInset ref
21680 LatexCommand ref
21681 reference "tab:Este-es-el-subcuadro-a"
21682
21683 \end_inset
21684
21685  y el cuadro
21686 \begin_inset space ~
21687 \end_inset
21688
21689
21690 \begin_inset CommandInset ref
21691 LatexCommand ref
21692 reference "tab:Este-es-el-subcuadro-b"
21693
21694 \end_inset
21695
21696  son subcuadros del cuadro
21697 \begin_inset space ~
21698 \end_inset
21699
21700
21701 \begin_inset CommandInset ref
21702 LatexCommand ref
21703 reference "tab:Dos-subcuadros-adosados"
21704
21705 \end_inset
21706
21707 .
21708 \end_layout
21709
21710 \begin_layout Standard
21711 \begin_inset Float table
21712 wide false
21713 sideways false
21714 status open
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Caption
21718
21719 \begin_layout Plain Layout
21720 \begin_inset CommandInset label
21721 LatexCommand label
21722 name "tab:Dos-subcuadros-adosados"
21723
21724 \end_inset
21725
21726 Dos subcuadros adosados
21727 \end_layout
21728
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \begin_layout Plain Layout
21735 \begin_inset space \hfill{}
21736 \end_inset
21737
21738
21739 \begin_inset Float table
21740 wide false
21741 sideways false
21742 status open
21743
21744 \begin_layout Plain Layout
21745 \begin_inset Caption
21746
21747 \begin_layout Plain Layout
21748 \begin_inset CommandInset label
21749 LatexCommand label
21750 name "tab:Este-es-el-subcuadro-a"
21751
21752 \end_inset
21753
21754 Este es el subcuadro a
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Plain Layout
21763 \align center
21764 \begin_inset Tabular
21765 <lyxtabular version="3" rows="1" columns="5">
21766 <features tabularvalignment="middle">
21767 <column alignment="center" valignment="top" width="0">
21768 <column alignment="center" valignment="top" width="0">
21769 <column alignment="center" valignment="top" width="0">
21770 <column alignment="center" valignment="top" width="0">
21771 <column alignment="center" valignment="top" width="0">
21772 <row>
21773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 test 
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 b
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 c
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 d
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 e
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 </row>
21819 </lyxtabular>
21820
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \begin_inset space \hfill{}
21830 \end_inset
21831
21832
21833 \begin_inset Float table
21834 wide false
21835 sideways false
21836 status open
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Caption
21840
21841 \begin_layout Plain Layout
21842 \begin_inset CommandInset label
21843 LatexCommand label
21844 name "tab:Este-es-el-subcuadro-b"
21845
21846 \end_inset
21847
21848 Esta es la subtabla b
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Plain Layout
21857 \align center
21858 \begin_inset Tabular
21859 <lyxtabular version="3" rows="1" columns="5">
21860 <features tabularvalignment="middle">
21861 <column alignment="center" valignment="top" width="0">
21862 <column alignment="center" valignment="top" width="0">
21863 <column alignment="center" valignment="top" width="0">
21864 <column alignment="center" valignment="top" width="0">
21865 <column alignment="center" valignment="top" width="0">
21866 <row>
21867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 e
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 d
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 c
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 b
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 test
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 </lyxtabular>
21914
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921
21922
21923 \begin_inset space \hfill{}
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Standard
21935 \begin_inset Float table
21936 wide false
21937 sideways false
21938 status open
21939
21940 \begin_layout Plain Layout
21941 \begin_inset Caption
21942
21943 \begin_layout Plain Layout
21944 \begin_inset CommandInset label
21945 LatexCommand label
21946 name "tab:Dos-subcuadros-uno-sobre"
21947
21948 \end_inset
21949
21950 Dos subcuadros colocados una sobre otra.
21951  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
21952 \end_layout
21953
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \begin_layout Plain Layout
21960 \noindent
21961 \align center
21962 \begin_inset Float table
21963 wide false
21964 sideways false
21965 status open
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Caption
21969
21970 \begin_layout Plain Layout
21971
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Plain Layout
21980 \align center
21981 \begin_inset Tabular
21982 <lyxtabular version="3" rows="1" columns="4">
21983 <features tabularvalignment="middle">
21984 <column alignment="center" valignment="top" width="0">
21985 <column alignment="center" valignment="top" width="0">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <row>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 test
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 test
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 test
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 test
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 </lyxtabular>
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Plain Layout
22039 \align center
22040 \begin_inset Float table
22041 wide false
22042 sideways false
22043 status open
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Caption
22047
22048 \begin_layout Plain Layout
22049
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \begin_layout Plain Layout
22058 \align center
22059 \begin_inset Tabular
22060 <lyxtabular version="3" rows="1" columns="5">
22061 <features tabularvalignment="middle">
22062 <column alignment="center" valignment="top" width="0">
22063 <column alignment="center" valignment="top" width="0">
22064 <column alignment="center" valignment="top" width="0">
22065 <column alignment="center" valignment="top" width="0">
22066 <column alignment="center" valignment="top" width="0">
22067 <row>
22068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 a
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 b
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
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 c
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 d
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 e
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 </lyxtabular>
22115
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Section
22132 Flotantes adosados
22133 \begin_inset Index idx
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137 Flotantes ! Adosados
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \begin_layout Standard
22146 Para colocar flotantes unos junto a otros, como en la figura
22147 \begin_inset space ~
22148 \end_inset
22149
22150
22151 \begin_inset CommandInset ref
22152 LatexCommand ref
22153 reference "fig:Flotante-izquierda"
22154
22155 \end_inset
22156
22157  y 
22158 \begin_inset CommandInset ref
22159 LatexCommand ref
22160 reference "fig:Flotante-derecha"
22161
22162 \end_inset
22163
22164 , se pone 
22165 \emph on
22166 un
22167 \emph default
22168  solo flotante.
22169  En él se insertan dos cuadros tipo minipágina.
22170 \begin_inset Foot
22171 status collapsed
22172
22173 \begin_layout Plain Layout
22174 Las minipáginas se explican en la sección
22175 \begin_inset space ~
22176 \end_inset
22177
22178
22179 \begin_inset CommandInset ref
22180 LatexCommand ref
22181 reference "sec:Minipáginas"
22182
22183 \end_inset
22184
22185 .
22186 \end_layout
22187
22188 \end_inset
22189
22190  La anchura de la columna se establece en 45-50
22191 \begin_inset space \thinspace{}
22192 \end_inset
22193
22194 % y la alineación en 
22195 \family sans
22196 Inferior
22197 \family default
22198  para cada minipágina.
22199  Las minipáginas contienen la imagen y su título, de igual forma que en
22200  los flotantes.
22201  La única diferencia es que el 
22202 \family sans
22203 Ancho
22204 \begin_inset space ~
22205 \end_inset
22206
22207 de
22208 \begin_inset space ~
22209 \end_inset
22210
22211 columna
22212 \begin_inset space ~
22213 \end_inset
22214
22215 %
22216 \family default
22217  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22218 \end_layout
22219
22220 \begin_layout Standard
22221 \begin_inset Float figure
22222 placement h
22223 wide false
22224 sideways false
22225 status open
22226
22227 \begin_layout Plain Layout
22228 \begin_inset Box Frameless
22229 position "b"
22230 hor_pos "c"
22231 has_inner_box 1
22232 inner_pos "t"
22233 use_parbox 0
22234 use_makebox 0
22235 width "45col%"
22236 special "none"
22237 height "1in"
22238 height_special "totalheight"
22239 status open
22240
22241 \begin_layout Plain Layout
22242 \align center
22243 \begin_inset Graphics
22244         filename ../clipart/mobius.eps
22245         lyxscale 50
22246         width 100col%
22247         scaleBeforeRotation
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Caption
22256
22257 \begin_layout Plain Layout
22258 \begin_inset CommandInset label
22259 LatexCommand label
22260 name "fig:Flotante-izquierda"
22261
22262 \end_inset
22263
22264 Flotante en el lado izquierdo.
22265 \end_layout
22266
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \begin_inset space \hfill{}
22276 \end_inset
22277
22278
22279 \begin_inset Box Frameless
22280 position "b"
22281 hor_pos "c"
22282 has_inner_box 1
22283 inner_pos "t"
22284 use_parbox 0
22285 use_makebox 0
22286 width "45col%"
22287 special "none"
22288 height "1in"
22289 height_special "totalheight"
22290 status open
22291
22292 \begin_layout Plain Layout
22293 \align center
22294 \begin_inset Graphics
22295         filename ../clipart/platypus.eps
22296         lyxscale 50
22297         width 100col%
22298         scaleBeforeRotation
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Caption
22307
22308 \begin_layout Plain Layout
22309 \begin_inset CommandInset label
22310 LatexCommand label
22311 name "fig:Flotante-derecha"
22312
22313 \end_inset
22314
22315 Flotante en el lado derecho.
22316 \end_layout
22317
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \begin_layout Section
22334 Formato de las leyendas
22335 \begin_inset Index idx
22336 status collapsed
22337
22338 \begin_layout Plain Layout
22339 Leyendas ! Formato
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \begin_inset Index idx
22346 status collapsed
22347
22348 \begin_layout Plain Layout
22349 Flotantes ! Formato de las leyendas
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \begin_inset CommandInset label
22356 LatexCommand label
22357 name "sec:Formato-de-leyendas"
22358
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \begin_layout Standard
22365 El entorno 
22366 \family sans
22367 Leyenda
22368 \family default
22369  es el predeterminado para los 
22370 \family sans
22371 Flotantes
22372 \family default
22373 .
22374  En LyX las leyendas se muestran como etiqueta, p.
22375 \begin_inset space \thinspace{}
22376 \end_inset
22377
22378 e.
22379 \begin_inset space ~
22380 \end_inset
22381
22382 «
22383 \family sans
22384 Figura #
22385 \family default
22386 :» seguida por el texto.
22387  «#» es el número real de referencia.
22388  Por omisión la etiqueta y el número usan la misma tipografía que el texto
22389  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22390  del texto.
22391  El entorno leyenda no es apropiado para todos los tipos de documento.
22392  
22393 \end_layout
22394
22395 \begin_layout Standard
22396 Para cambiar el formato predeterminado carga el paquete LaTeX 
22397 \series bold
22398 caption
22399 \series default
22400
22401 \begin_inset Index idx
22402 status collapsed
22403
22404 \begin_layout Plain Layout
22405 LaTeX-paquetes ! caption
22406 \end_layout
22407
22408 \end_inset
22409
22410  en el preámbulo del documento con la línea:
22411 \end_layout
22412
22413 \begin_layout Standard
22414
22415 \series bold
22416
22417 \backslash
22418 usepackage[definición de formato]{caption}
22419 \end_layout
22420
22421 \begin_layout Standard
22422 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22423  las leyendas de cuadro siempre sobre él como en este documento, usa el
22424  comando:
22425 \end_layout
22426
22427 \begin_layout Standard
22428
22429 \series bold
22430
22431 \backslash
22432 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22433 \end_layout
22434
22435 \begin_layout Standard
22436 También puedes definir distintos formatos de leyenda para los distintos
22437  tipos de flotantes.
22438  En ese caso carga el paquete 
22439 \series bold
22440 caption
22441 \series default
22442  sin opciones específicas y define los distintos formatos con ayuda del
22443  comando
22444 \end_layout
22445
22446 \begin_layout Standard
22447
22448 \series bold
22449
22450 \backslash
22451 captionsetup[tipo de flotante]{definición de formato}
22452 \end_layout
22453
22454 \begin_layout Standard
22455 en el preámbulo del documento.
22456  Por ejemplo las leyendas de la Figura
22457 \begin_inset space ~
22458 \end_inset
22459
22460
22461 \begin_inset CommandInset ref
22462 LatexCommand ref
22463 reference "fig:Esto-es-una-fig"
22464
22465 \end_inset
22466
22467  y el cuadro
22468 \begin_inset space ~
22469 \end_inset
22470
22471
22472 \begin_inset CommandInset ref
22473 LatexCommand ref
22474 reference "tab:Esto-es-un-cuadro"
22475
22476 \end_inset
22477
22478  pueden crearse usando los siguientes comandos en el preámbulo:
22479 \end_layout
22480
22481 \begin_layout Standard
22482
22483 \series bold
22484
22485 \backslash
22486 usepackage[tableposition=top]{caption}
22487 \series default
22488
22489 \begin_inset Newline newline
22490 \end_inset
22491
22492
22493 \series bold
22494
22495 \backslash
22496 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22497 \begin_inset Newline newline
22498 \end_inset
22499
22500
22501 \begin_inset Phantom HPhantom
22502 status open
22503
22504 \begin_layout Plain Layout
22505
22506 \series bold
22507
22508 \backslash
22509 captionsetup[figure]{
22510 \end_layout
22511
22512 \end_inset
22513
22514 labelsep=period}
22515 \begin_inset Newline newline
22516 \end_inset
22517
22518
22519 \backslash
22520 captionsetup[table]{labelfont={bf,sf}}
22521 \end_layout
22522
22523 \begin_layout Standard
22524 \begin_inset Note Greyedout
22525 status open
22526
22527 \begin_layout Plain Layout
22528
22529 \series bold
22530 Nota: 
22531 \series default
22532 La opción 
22533 \series bold
22534 tableposition=top
22535 \series default
22536  no tiene efecto si se usa una clase de documento 
22537 \series bold
22538 KOMA-Script
22539 \series default
22540 .
22541  En este caso debe utilizarse la opción de clase de documento 
22542 \series bold
22543 captions=tableheading
22544 \series default
22545 .
22546  
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \begin_layout Standard
22555 Para más información sobre el paquete 
22556 \series bold
22557 caption
22558 \series default
22559  acude a su documentación 
22560 \begin_inset CommandInset citation
22561 LatexCommand cite
22562 key "caption"
22563
22564 \end_inset
22565
22566 .
22567 \end_layout
22568
22569 \begin_layout Standard
22570 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22571 \begin_inset space \thinspace{}
22572 \end_inset
22573
22574 e., usa el siguiente comando de preámbulo:
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 renewcommand{
22583 \backslash
22584 fnum@figure}{Imagen~
22585 \backslash
22586 thefigure}
22587 \end_layout
22588
22589 \begin_layout Standard
22590 donde 
22591 \series bold
22592
22593 \backslash
22594 thefigure
22595 \series default
22596  inserta el número de figura y «~» genera un espacio protegido.
22597
22598 \series bold
22599  
22600 \end_layout
22601
22602 \begin_layout Standard
22603 \begin_inset VSpace bigskip
22604 \end_inset
22605
22606 Si estás usando la clase de documento 
22607 \series bold
22608 KOMA-Script
22609 \series default
22610
22611 \begin_inset Index idx
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615 LaTeX-paquetes ! KOMA-Script
22616 \end_layout
22617
22618 \end_inset
22619
22620  (
22621 \family sans
22622 article (KOMA-Script)
22623 \family default
22624
22625 \family sans
22626 book (KOMA-Script)
22627 \family default
22628
22629 \family sans
22630 letter (KOMA-Script)
22631 \family default
22632 , o 
22633 \family sans
22634 report (KOMA-Script)
22635 \family default
22636
22637 \begin_inset space \thinspace{}
22638 \end_inset
22639
22640 ), puedes emplear en vez del paquete 
22641 \series bold
22642 caption
22643 \series default
22644  el comando 
22645 \series bold
22646
22647 \backslash
22648 setkomafont
22649 \series default
22650  incluido en 
22651 \series bold
22652 KOMA-Script
22653 \series default
22654 .
22655  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22656  comando en el preámbulo del documento:
22657 \end_layout
22658
22659 \begin_layout Standard
22660
22661 \series bold
22662
22663 \backslash
22664 setkomafont{captionlabel}{
22665 \backslash
22666 bfseries}
22667 \end_layout
22668
22669 \begin_layout Standard
22670 Más información sobre 
22671 \series bold
22672
22673 \backslash
22674 setkomafont
22675 \series default
22676  en la documentación de 
22677 \series bold
22678 KOMA-Script
22679 \series default
22680  
22681 \begin_inset CommandInset citation
22682 LatexCommand cite
22683 key "KOMA-Script"
22684
22685 \end_inset
22686
22687 .
22688 \end_layout
22689
22690 \begin_layout Standard
22691 \begin_inset ERT
22692 status collapsed
22693
22694 \begin_layout Plain Layout
22695
22696
22697 \backslash
22698 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22699 }
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \begin_inset Note Note
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Standard
22718 \begin_inset Float figure
22719 placement !p
22720 wide false
22721 sideways false
22722 status open
22723
22724 \begin_layout Plain Layout
22725 \align center
22726 \begin_inset Graphics
22727         filename ../clipart/mobius.eps
22728         lyxscale 50
22729         scale 50
22730
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \begin_layout Plain Layout
22737 \begin_inset Caption
22738
22739 \begin_layout Plain Layout
22740 \begin_inset CommandInset label
22741 LatexCommand label
22742 name "fig:Esto-es-una-fig"
22743
22744 \end_inset
22745
22746
22747 \begin_inset Argument
22748 status collapsed
22749
22750 \begin_layout Plain Layout
22751 Figura con leyenda muy larga
22752 \end_layout
22753
22754 \end_inset
22755
22756 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22757  mostrar el formato diferente.
22758  Aquí se usa una leyenda personalizada.
22759 \end_layout
22760
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Standard
22772 \begin_inset ERT
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776
22777
22778 \backslash
22779 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22780 on}
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \begin_layout Standard
22789 \begin_inset Float table
22790 placement !p
22791 wide false
22792 sideways false
22793 status collapsed
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Caption
22797
22798 \begin_layout Plain Layout
22799 \begin_inset CommandInset label
22800 LatexCommand label
22801 name "tab:Esto-es-un-cuadro"
22802
22803 \end_inset
22804
22805
22806 \begin_inset Argument
22807 status open
22808
22809 \begin_layout Plain Layout
22810 Cuadro con leyenda muy larga
22811 \end_layout
22812
22813 \end_inset
22814
22815 Este es un ejemplo de leyenda de cuadro mayor que una línea para mostrar
22816  el formato diferente.
22817  Aquí se usa el formato de leyenda estándar para los cuadros.
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Plain Layout
22826 \align center
22827 \begin_inset Tabular
22828 <lyxtabular version="3" rows="1" columns="5">
22829 <features tabularvalignment="middle">
22830 <column alignment="center" valignment="top" width="0">
22831 <column alignment="center" valignment="top" width="0">
22832 <column alignment="center" valignment="top" width="0">
22833 <column alignment="center" valignment="top" width="0">
22834 <column alignment="center" valignment="top" width="0">
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 a
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 b
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 c
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 d
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 e
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 </lyxtabular>
22883
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Section
22895 Colocación de leyendas
22896 \begin_inset Index idx
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900 Leyendas ! Colocación
22901 \end_layout
22902
22903 \end_inset
22904
22905
22906 \begin_inset Index idx
22907 status collapsed
22908
22909 \begin_layout Plain Layout
22910 Flotantes ! Colocación de leyendas
22911 \end_layout
22912
22913 \end_inset
22914
22915
22916 \begin_inset CommandInset label
22917 LatexCommand label
22918 name "sec:Colocación-de-leyendas"
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 La norma habitual para colocar las leyendas es:
22927 \end_layout
22928
22929 \begin_layout Description
22930 Figura: La leyenda al pie de la figura
22931 \end_layout
22932
22933 \begin_layout Description
22934 cuadro: La leyenda sobre el cuadro
22935 \end_layout
22936
22937 \begin_layout Standard
22938 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22939  el cuadro.
22940  Esto implica que si usas las clases de documento 
22941 \family sans
22942 article
22943 \family default
22944
22945 \family sans
22946 book
22947 \family default
22948
22949 \family sans
22950 letter
22951 \family default
22952 , o 
22953 \family sans
22954 report
22955 \family default
22956  no habrá espacio entre la leyenda y el cuadro.
22957  Para insertar el espacio adecuado añade la siguiente opción al comando
22958  del paquete LaTeX 
22959 \series bold
22960 caption
22961 \series default
22962  en el preámbulo del documento:
22963 \begin_inset Foot
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967 Véase la sección
22968 \begin_inset space ~
22969 \end_inset
22970
22971
22972 \begin_inset CommandInset ref
22973 LatexCommand ref
22974 reference "sec:Formato-de-leyendas"
22975
22976 \end_inset
22977
22978  para más información sobre el paquete 
22979 \series bold
22980 caption
22981 \series default
22982 .
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991
22992 \series bold
22993 tableposition=top
22994 \end_layout
22995
22996 \begin_layout Standard
22997 Si estás usando la clase 
22998 \series bold
22999 KOMA-Script
23000 \series default
23001
23002 \begin_inset Index idx
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006 LaTeX-paquetes ! KOMA-Script
23007 \end_layout
23008
23009 \end_inset
23010
23011  (
23012 \family sans
23013 article (KOMA-Script)
23014 \family default
23015
23016 \family sans
23017 book (KOMA-Script)
23018 \family default
23019
23020 \family sans
23021 letter (KOMA-Script)
23022 \family default
23023 , o 
23024 \family sans
23025 report (KOMA-Script)
23026 \family default
23027
23028 \begin_inset space \thinspace{}
23029 \end_inset
23030
23031 ), en vez de 
23032 \series bold
23033 caption
23034 \series default
23035  puedes poner la opción 
23036 \series bold
23037 captions=tableheading
23038 \series default
23039  de la clase de documento.
23040 \end_layout
23041
23042 \begin_layout Standard
23043 \begin_inset VSpace bigskip
23044 \end_inset
23045
23046 También es posible poner la leyenda junto a una figura o cuadro.
23047  Para conseguirlo hay que cargar el paquete LaTeX 
23048 \series bold
23049 sidecap
23050 \series default
23051
23052 \begin_inset Index idx
23053 status collapsed
23054
23055 \begin_layout Plain Layout
23056 LaTeX-paquetes ! sidecap
23057 \end_layout
23058
23059 \end_inset
23060
23061  añadiendo en el preámbulo del documento la línea
23062 \end_layout
23063
23064 \begin_layout Standard
23065
23066 \series bold
23067
23068 \backslash
23069 usepackage[option]{sidecap}
23070 \end_layout
23071
23072 \begin_layout Standard
23073 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23074  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23075  Puedes cambiar la colocación al margen interno con la opción 
23076 \series bold
23077 innercaption
23078 \series default
23079 .
23080  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23081  opciones 
23082 \series bold
23083 rightcaption
23084 \series default
23085  o 
23086 \series bold
23087 leftcaption
23088 \series default
23089 , respectivamente.
23090 \end_layout
23091
23092 \begin_layout Standard
23093 \begin_inset ERT
23094 status collapsed
23095
23096 \begin_layout Plain Layout
23097
23098
23099 \backslash
23100 ifsidecap
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \begin_inset Note Note
23107 status collapsed
23108
23109 \begin_layout Plain Layout
23110 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23111  LaTeX 
23112 \series bold
23113 sidecap
23114 \series default
23115 .
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \begin_layout Standard
23124 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23125  estos comandos al preámbulo del documento:
23126 \end_layout
23127
23128 \begin_layout Standard
23129 \noindent
23130 \begin_inset CommandInset line
23131 LatexCommand rule
23132 offset "0.5ex"
23133 width "100line%"
23134 height "1pt"
23135
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \begin_layout Standard
23142
23143 \series bold
23144
23145 \backslash
23146 newcommand{
23147 \backslash
23148 TabBesBeg}{%
23149 \begin_inset Newline newline
23150 \end_inset
23151
23152
23153 \begin_inset Phantom HPhantom
23154 status open
23155
23156 \begin_layout Plain Layout
23157
23158 \series bold
23159 \begin_inset space ~
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166
23167
23168 \backslash
23169 let
23170 \backslash
23171 MyTable
23172 \backslash
23173 table
23174 \begin_inset Newline newline
23175 \end_inset
23176
23177
23178 \begin_inset Phantom HPhantom
23179 status open
23180
23181 \begin_layout Plain Layout
23182
23183 \series bold
23184 \begin_inset space ~
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \backslash
23194 let
23195 \backslash
23196 MyEndtable
23197 \backslash
23198 endtable
23199 \begin_inset Newline newline
23200 \end_inset
23201
23202
23203 \begin_inset Phantom HPhantom
23204 status open
23205
23206 \begin_layout Plain Layout
23207
23208 \series bold
23209 \begin_inset space ~
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \backslash
23219 renewenvironment{table}{
23220 \backslash
23221 begin{SCtable}}{
23222 \backslash
23223 end{SCtable}}}
23224 \end_layout
23225
23226 \begin_layout Standard
23227
23228 \series bold
23229
23230 \backslash
23231 newcommand{
23232 \backslash
23233 TabBesEnd}{%
23234 \begin_inset Newline newline
23235 \end_inset
23236
23237
23238 \begin_inset Phantom HPhantom
23239 status open
23240
23241 \begin_layout Plain Layout
23242
23243 \series bold
23244 \begin_inset space ~
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \backslash
23254 let
23255 \backslash
23256 table
23257 \backslash
23258 MyTable
23259 \begin_inset Newline newline
23260 \end_inset
23261
23262
23263 \begin_inset Phantom HPhantom
23264 status open
23265
23266 \begin_layout Plain Layout
23267
23268 \series bold
23269 \begin_inset space ~
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \backslash
23279 let
23280 \backslash
23281 endtable
23282 \backslash
23283 MyEndtable
23284 \end_layout
23285
23286 \begin_layout Standard
23287
23288 \series bold
23289
23290 \backslash
23291 newcommand{
23292 \backslash
23293 FigBesBeg}{%
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 bold
23304 \begin_inset space ~
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \backslash
23314 let
23315 \backslash
23316 MyFigure
23317 \backslash
23318 figure
23319 \begin_inset Newline newline
23320 \end_inset
23321
23322
23323 \begin_inset Phantom HPhantom
23324 status open
23325
23326 \begin_layout Plain Layout
23327
23328 \series bold
23329 \begin_inset space ~
23330 \end_inset
23331
23332
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \backslash
23339 let
23340 \backslash
23341 MyEndfigure
23342 \backslash
23343 endfigure
23344 \begin_inset Newline newline
23345 \end_inset
23346
23347
23348 \begin_inset Phantom HPhantom
23349 status open
23350
23351 \begin_layout Plain Layout
23352
23353 \series bold
23354 \begin_inset space ~
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \backslash
23364 renewenvironment{figure}{
23365 \backslash
23366 begin{SCfigure}}{
23367 \backslash
23368 end{SCfigure}}}
23369 \end_layout
23370
23371 \begin_layout Standard
23372
23373 \series bold
23374
23375 \backslash
23376 newcommand{
23377 \backslash
23378 FigBesEnd}{%
23379 \begin_inset Newline newline
23380 \end_inset
23381
23382
23383 \begin_inset Phantom HPhantom
23384 status open
23385
23386 \begin_layout Plain Layout
23387
23388 \series bold
23389 \begin_inset space ~
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396
23397
23398 \backslash
23399 let
23400 \backslash
23401 figure
23402 \backslash
23403 MyFigure
23404 \begin_inset Newline newline
23405 \end_inset
23406
23407
23408 \begin_inset Phantom HPhantom
23409 status open
23410
23411 \begin_layout Plain Layout
23412
23413 \series bold
23414 \begin_inset space ~
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \backslash
23424 let
23425 \backslash
23426 endfigure
23427 \backslash
23428 MyEndfigure}
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \noindent
23433 \begin_inset CommandInset line
23434 LatexCommand rule
23435 offset "0.5ex"
23436 width "100line%"
23437 height "1pt"
23438
23439 \end_inset
23440
23441
23442 \end_layout
23443
23444 \begin_layout Standard
23445 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23446  en un lado.
23447  Para figuras flotantes usa el comando
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \series bold
23453
23454 \backslash
23455 FigBesBeg
23456 \end_layout
23457
23458 \begin_layout Standard
23459 en código TeX antes del flotante.
23460  Detrás del flotante inserta
23461 \end_layout
23462
23463 \begin_layout Standard
23464
23465 \series bold
23466
23467 \backslash
23468 FigBesEnd
23469 \end_layout
23470
23471 \begin_layout Standard
23472 en código TeX para volver a la definición original de flotantes.
23473 \end_layout
23474
23475 \begin_layout Standard
23476 Para cuadros flotantes usa los comandos correspondientes
23477 \end_layout
23478
23479 \begin_layout Standard
23480
23481 \series bold
23482
23483 \backslash
23484 TabBesBeg
23485 \series default
23486  y 
23487 \series bold
23488
23489 \backslash
23490 TabBesEnd
23491 \end_layout
23492
23493 \begin_layout Standard
23494 La figura
23495 \begin_inset space ~
23496 \end_inset
23497
23498
23499 \begin_inset CommandInset ref
23500 LatexCommand ref
23501 reference "fig:encab-al-lado"
23502
23503 \end_inset
23504
23505  y el cuadro
23506 \begin_inset space ~
23507 \end_inset
23508
23509
23510 \begin_inset CommandInset ref
23511 LatexCommand ref
23512 reference "tab:encab-al-lado"
23513
23514 \end_inset
23515
23516  son ejemplos en los que el título se sitúa al lado.
23517 \end_layout
23518
23519 \begin_layout Standard
23520 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23521  en cuadros flotantes y debajo en las figuras flotantes.
23522  Para cambiarlo, puedes usar el comando
23523 \end_layout
23524
23525 \begin_layout Standard
23526
23527 \series bold
23528
23529 \backslash
23530 sidecaptionvpos{tipo de flotante}{colocación}
23531 \end_layout
23532
23533 \begin_layout Standard
23534 en el preámbulo o en código TeX antes del flotante.
23535  El tipo de flotante es 
23536 \family sans
23537 figure
23538 \family default
23539  o 
23540 \family sans
23541 table
23542 \family default
23543 , la colocación puede ser «
23544 \family sans
23545 t
23546 \family default
23547 » por «top» (arriba), «
23548 \family sans
23549 c
23550 \family default
23551 » por «center» (centro), o «
23552 \family sans
23553 b
23554 \family default
23555 » por «bottom» (abajo).
23556  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23557  usa el comando
23558 \end_layout
23559
23560 \begin_layout Standard
23561
23562 \series bold
23563
23564 \backslash
23565 sidecaptionvpos{figure}{c}
23566 \end_layout
23567
23568 \begin_layout Standard
23569 Esto se ha hecho en la figura
23570 \begin_inset space ~
23571 \end_inset
23572
23573
23574 \begin_inset CommandInset ref
23575 LatexCommand ref
23576 reference "fig:encab-al-lado-de-fig"
23577
23578 \end_inset
23579
23580 .
23581 \end_layout
23582
23583 \begin_layout Standard
23584 \begin_inset VSpace medskip
23585 \end_inset
23586
23587 Más información sobre el paquete 
23588 \series bold
23589 sidecap
23590 \series default
23591  en su documentación 
23592 \begin_inset CommandInset citation
23593 LatexCommand cite
23594 key "sidecap"
23595
23596 \end_inset
23597
23598 .
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset Note Greyedout
23603 status open
23604
23605 \begin_layout Plain Layout
23606
23607 \series bold
23608 Nota:
23609 \series default
23610  El paquete LaTeX 
23611 \series bold
23612 hypcap
23613 \series default
23614
23615 \begin_inset Index idx
23616 status collapsed
23617
23618 \begin_layout Plain Layout
23619 LaTeX-paquetes ! hypcap
23620 \end_layout
23621
23622 \end_inset
23623
23624 , descrito en la sección
23625 \begin_inset space ~
23626 \end_inset
23627
23628
23629 \begin_inset CommandInset ref
23630 LatexCommand ref
23631 reference "sub:Colocación-de-Referencias"
23632
23633 \end_inset
23634
23635 , no afecta a flotantes con la leyenda al lado.
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 \begin_inset ERT
23645 status collapsed
23646
23647 \begin_layout Plain Layout
23648
23649
23650 \backslash
23651 FigBesBeg 
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \begin_inset Float figure
23661 wide false
23662 sideways false
23663 status open
23664
23665 \begin_layout Plain Layout
23666 \begin_inset Graphics
23667         filename ../clipart/escher-lsd.eps
23668         scale 75
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Caption
23677
23678 \begin_layout Plain Layout
23679 \begin_inset CommandInset label
23680 LatexCommand label
23681 name "fig:encab-al-lado"
23682
23683 \end_inset
23684
23685 Leyenda al lado de una figura.
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Standard
23699 \begin_inset ERT
23700 status collapsed
23701
23702 \begin_layout Plain Layout
23703
23704
23705 \backslash
23706 TabBesBeg 
23707 \end_layout
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Standard
23715 \begin_inset Float table
23716 wide false
23717 sideways false
23718 status open
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Caption
23722
23723 \begin_layout Plain Layout
23724 \begin_inset CommandInset label
23725 LatexCommand label
23726 name "tab:encab-al-lado"
23727
23728 \end_inset
23729
23730 Leyenda al lado de un cuadro.
23731 \end_layout
23732
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Tabular
23740 <lyxtabular version="3" rows="4" columns="5">
23741 <features tabularvalignment="middle">
23742 <column alignment="center" valignment="top" width="0">
23743 <column alignment="center" valignment="top" width="0">
23744 <column alignment="center" valignment="top" width="0">
23745 <column alignment="center" valignment="top" width="0">
23746 <column alignment="center" valignment="top" width="0">
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 a
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 b
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 c
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 d
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 e
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 f
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 g
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 h
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 i
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 j
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 </lyxtabular>
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset ERT
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952
23953
23954 \backslash
23955 TabBesEnd
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \begin_layout Standard
23964 \begin_inset ERT
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968
23969
23970 \backslash
23971 sidecaptionvpos{figure}{c}
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \begin_inset Float figure
23978 wide false
23979 sideways false
23980 status open
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Graphics
23984         filename ../clipart/escher-lsd.eps
23985         scale 75
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Plain Layout
23993 \begin_inset Caption
23994
23995 \begin_layout Plain Layout
23996 \begin_inset CommandInset label
23997 LatexCommand label
23998 name "fig:encab-al-lado-de-fig"
23999
24000 \end_inset
24001
24002 Leyenda centrada verticalmente junto a una figura.
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \begin_layout Standard
24016 \begin_inset ERT
24017 status collapsed
24018
24019 \begin_layout Plain Layout
24020
24021
24022 \backslash
24023 FigBesEnd
24024 \end_layout
24025
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \begin_layout Standard
24032 \begin_inset ERT
24033 status collapsed
24034
24035 \begin_layout Plain Layout
24036
24037
24038 \backslash
24039 else
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \begin_inset Note Note
24046 status collapsed
24047
24048 \begin_layout Plain Layout
24049 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24050  
24051 \series bold
24052 sidecap
24053 \series default
24054 .
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 Debes instalar el paquete LaTeX 
24064 \series bold
24065 sidecap
24066 \series default
24067  para ver la parte siguiente en la salida.
24068 \end_layout
24069
24070 \begin_layout Standard
24071 \begin_inset ERT
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075
24076
24077 \backslash
24078 fi
24079 \end_layout
24080
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Section
24087 Índice de flotantes
24088 \begin_inset Index idx
24089 status collapsed
24090
24091 \begin_layout Plain Layout
24092 Flotantes ! Índice de
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Standard
24101 Igual que en el índice general se listan las secciones del documento, hay
24102  índices para todos los tipos de flotantes, como las figuras.
24103  Se pueden insertar mediante los submenús 
24104 \family sans
24105 Insertar\SpecialChar \menuseparator
24106 Índice
24107 \family default
24108 .
24109 \end_layout
24110
24111 \begin_layout Standard
24112 Las entradas de los índices son las leyendas del flotante o su título breve,
24113  el número de flotante y el número de la página del documento en la que
24114  aparecen.
24115 \end_layout
24116
24117 \begin_layout Standard
24118 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24119 \end_layout
24120
24121 \begin_layout Chapter
24122 Notas
24123 \end_layout
24124
24125 \begin_layout Section
24126 Notas en LyX
24127 \begin_inset Index idx
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Notas ! en LyX
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 Las notas se insertan con el botón 
24141 \begin_inset Graphics
24142         filename ../../images/note-insert.png
24143         scale 85
24144
24145 \end_inset
24146
24147  o con el menú 
24148 \family sans
24149 Insertar\SpecialChar \menuseparator
24150 Nota
24151 \family default
24152 .
24153  Hay cinco tipos de notas:
24154 \end_layout
24155
24156 \begin_layout Description
24157 Nota
24158 \begin_inset space ~
24159 \end_inset
24160
24161 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24162  Su cuadro se muestra como este:
24163 \begin_inset Newline newline
24164 \end_inset
24165
24166
24167 \begin_inset Newline newline
24168 \end_inset
24169
24170
24171 \begin_inset Graphics
24172         filename clipart/NotaLyXImagenQt4.png
24173         display false
24174         scale 75
24175
24176 \end_inset
24177
24178  
24179 \begin_inset Note Note
24180 status collapsed
24181
24182 \begin_layout Plain Layout
24183 Este es un texto en un recuadro que no se muestra en la salida.
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Description
24192 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24193  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24194 \family sans
24195 Archivo\SpecialChar \menuseparator
24196 Exportar\SpecialChar \menuseparator
24197 LaTeX (pdflatex) / (plain)
24198 \family default
24199 .
24200  Su recuadro se ve así:
24201 \begin_inset Newline newline
24202 \end_inset
24203
24204
24205 \begin_inset Newline newline
24206 \end_inset
24207
24208
24209 \begin_inset Graphics
24210         filename clipart/ComentNotaImagenQt4.png
24211         display false
24212         scale 75
24213
24214 \end_inset
24215
24216  
24217 \begin_inset Note Comment
24218 status collapsed
24219
24220 \begin_layout Plain Layout
24221 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Description
24230 Resaltado
24231 \begin_inset space ~
24232 \end_inset
24233
24234 en
24235 \begin_inset space ~
24236 \end_inset
24237
24238 gris Esta nota aparece en la salida como texto resaltado en gris.
24239  Su recuadro se parece a este:
24240 \begin_inset Newline newline
24241 \end_inset
24242
24243
24244 \begin_inset Newline newline
24245 \end_inset
24246
24247
24248 \begin_inset Graphics
24249         filename clipart/GrisNotaImagenQt4.png
24250         display false
24251         scale 75
24252
24253 \end_inset
24254
24255
24256 \begin_inset Newline newline
24257 \end_inset
24258
24259
24260 \begin_inset ERT
24261 status collapsed
24262
24263 \begin_layout Plain Layout
24264
24265
24266 \backslash
24267 renewenvironment{lyxgreyedout}
24268 \end_layout
24269
24270 \begin_layout Plain Layout
24271
24272 {
24273 \backslash
24274 textcolor[gray]{0.8}
24275 \backslash
24276 bgroup}{
24277 \backslash
24278 egroup}
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \begin_inset Note Greyedout
24285 status open
24286
24287 \begin_layout Plain Layout
24288 Este es el texto
24289 \begin_inset Foot
24290 status collapsed
24291
24292 \begin_layout Plain Layout
24293 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24294 \end_layout
24295
24296 \end_inset
24297
24298  de un comentario que se muestra resaltado en gris.
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \begin_inset ERT
24305 status collapsed
24306
24307 \begin_layout Plain Layout
24308
24309
24310 \backslash
24311 renewenvironment{lyxgreyedout}
24312 \end_layout
24313
24314 \begin_layout Plain Layout
24315
24316 {
24317 \backslash
24318 textcolor{blue}
24319 \backslash
24320 bgroup}{
24321 \backslash
24322 egroup}
24323 \end_layout
24324
24325 \end_inset
24326
24327
24328 \begin_inset Note Note
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24333  original de LyX, ya que en el preámbulo de este documento se han redefinido
24334  estas notas para que salgan en azul, como se indica más adelante.
24335 \end_layout
24336
24337 \end_inset
24338
24339
24340 \begin_inset Newline newline
24341 \end_inset
24342
24343
24344 \begin_inset Newline newline
24345 \end_inset
24346
24347 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24348  está un poco sangrada, y por otra parte pueden tener notas al pie.
24349 \end_layout
24350
24351 \begin_layout Standard
24352 \begin_inset VSpace bigskip
24353 \end_inset
24354
24355 Si usas el botón de la barra de herramientas 
24356 \begin_inset Graphics
24357         filename ../../images/note-insert.png
24358         scale 85
24359
24360 \end_inset
24361
24362  para insertar notas, se inserta una 
24363 \family sans
24364 Nota
24365 \begin_inset space ~
24366 \end_inset
24367
24368 LyX
24369 \family default
24370 .
24371  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24372  recuadro.
24373  
24374 \family roman
24375 \series medium
24376 \bar no
24377 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24378  botón de herramienta 
24379 \family sans
24380 \series default
24381 \bar default
24382 Nota
24383 \family default
24384 .
24385  Para cambiar una nota a texto, pulsa la tecla 
24386 \family sans
24387 Retroceso
24388 \family default
24389  cuando el cursor está en la primera posición de una nota, o la tecla 
24390 \family sans
24391 Supr
24392 \family default
24393  cuando el cursor está en la última posición de la nota, respectivamente.
24394 \end_layout
24395
24396 \begin_layout Standard
24397 \begin_inset VSpace bigskip
24398 \end_inset
24399
24400
24401 \lang english
24402 You can change the text color of the greyed out notes in the menu 
24403 \family sans
24404 Document\SpecialChar \menuseparator
24405 Settings\SpecialChar \menuseparator
24406 Colors
24407 \family default
24408 .
24409 \end_layout
24410
24411 \begin_layout Section
24412 Notas al pie
24413 \begin_inset CommandInset label
24414 LatexCommand label
24415 name "sec:Notas-al-pie"
24416
24417 \end_inset
24418
24419
24420 \begin_inset Index idx
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424 Notas ! al pie
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433 Las notas al pie se insertan con el botón 
24434 \begin_inset Graphics
24435         filename ../../images/footnote-insert.png
24436         scale 85
24437
24438 \end_inset
24439
24440  o el menú 
24441 \family sans
24442 Insertar\SpecialChar \menuseparator
24443 Nota
24444 \begin_inset space ~
24445 \end_inset
24446
24447 al
24448 \begin_inset space ~
24449 \end_inset
24450
24451 pie
24452 \family default
24453 .
24454  
24455 \family roman
24456 \series medium
24457 \bar no
24458 Aparece un recuadro como este:
24459 \family default
24460 \series default
24461 \bar default
24462  
24463 \begin_inset Graphics
24464         filename clipart/notapieQt4.png
24465         scale 80
24466
24467 \end_inset
24468
24469  
24470 \family roman
24471 \series medium
24472 \bar no
24473 donde puedes introducir el texto.
24474  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24475  sobre el
24476 \family default
24477 \series default
24478 \bar default
24479  
24480 \family roman
24481 \series medium
24482 \bar no
24483 botón
24484 \family default
24485 \series default
24486 \bar default
24487 .
24488  Para cambiar una nota al pie a texto, pulsa la tecla 
24489 \family sans
24490 Retroceso
24491 \family default
24492  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24493  
24494 \family sans
24495 Supr
24496 \family default
24497  cuando el cursor está en la última posición de la nota, respectivamente.
24498 \end_layout
24499
24500 \begin_layout Standard
24501 Aquí hay un ejemplo de nota al pie:
24502 \family roman
24503 \series medium
24504 \bar no
24505
24506 \begin_inset Foot
24507 status collapsed
24508
24509 \begin_layout Plain Layout
24510 \begin_inset CommandInset label
24511 LatexCommand label
24512 name "pie:Esto-es-una"
24513
24514 \end_inset
24515
24516 Ejemplo de nota al pie.
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \family default
24523 \series default
24524 \bar default
24525
24526 \begin_inset ERT
24527 status collapsed
24528
24529 \begin_layout Plain Layout
24530
24531
24532 \backslash
24533 newcounter{MyRepeatFoot}
24534 \end_layout
24535
24536 \begin_layout Plain Layout
24537
24538
24539 \backslash
24540 setcounter{MyRepeatFoot}{
24541 \backslash
24542 thefootnote}
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 En la salida, el pie se muestra como número voladito en el lugar del texto
24552  donde se coloca el recuadro.
24553  El texto se coloca al final de la página actual.
24554  Los números de las notas son calculados por LaTeX, y son consecutivos.
24555  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24556 \end_layout
24557
24558 \begin_layout Standard
24559 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24560  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24561  se describe en la sección
24562 \begin_inset space ~
24563 \end_inset
24564
24565
24566 \begin_inset CommandInset ref
24567 LatexCommand ref
24568 reference "sec:Referencias-a-Flotantes"
24569
24570 \end_inset
24571
24572 .
24573 \begin_inset Newline newline
24574 \end_inset
24575
24576 Esto es una referencia cruzada a la Nota al pie
24577 \begin_inset space ~
24578 \end_inset
24579
24580
24581 \begin_inset CommandInset ref
24582 LatexCommand ref
24583 reference "pie:Esto-es-una"
24584
24585 \end_inset
24586
24587 .
24588 \end_layout
24589
24590 \begin_layout Standard
24591 \begin_inset VSpace defskip
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \begin_layout Standard
24598 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
24599  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24600  se inserta el comando 
24601 \series bold
24602
24603 \backslash
24604 footnotemark{}
24605 \series default
24606  en código TeX.
24607  El texto de la nota se introduce como argumento del comando
24608 \series bold
24609  
24610 \backslash
24611 footnotetext
24612 \series default
24613  después del cuadro.
24614 \begin_inset Newline newline
24615 \end_inset
24616
24617 Esto es lo que se ha hecho para el siguiente cuadro con el comando
24618 \end_layout
24619
24620 \begin_layout Standard
24621
24622 \series bold
24623
24624 \backslash
24625 footnotetext{
24626 \series default
24627 Texto de la nota del cuadro.
24628 \series bold
24629 }
24630 \end_layout
24631
24632 \begin_layout Standard
24633 \begin_inset Tabular
24634 <lyxtabular version="3" rows="2" columns="1">
24635 <features tabularvalignment="middle">
24636 <column alignment="center" valignment="top" width="0">
24637 <row>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642 Texto de ejemplo.
24643 \begin_inset Foot
24644 status open
24645
24646 \begin_layout Plain Layout
24647 ¡Esta nota no se imprimirá!
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 </row>
24658 <row>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 Texto de ejemplo.
24664 \begin_inset ERT
24665 status collapsed
24666
24667 \begin_layout Plain Layout
24668
24669
24670 \backslash
24671 footnotemark{}
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 </lyxtabular>
24683
24684 \end_inset
24685
24686
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 footnotetext{
24695 \end_layout
24696
24697 \end_inset
24698
24699 Texto de la nota del cuadro.
24700 \begin_inset ERT
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704
24705 }
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Standard
24714 Las notas al pie en cuadros largos se describen en la sección
24715 \begin_inset space ~
24716 \end_inset
24717
24718
24719 \begin_inset CommandInset ref
24720 LatexCommand ref
24721 reference "sub:Notas-al-pie-en-Cuadros-Largos"
24722
24723 \end_inset
24724
24725 .
24726 \end_layout
24727
24728 \begin_layout Standard
24729 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24730  y con numeración diferente debido a que una minipágina es como una página
24731  dentro de otra.
24732  (Más información sobre minipáginas en la sección
24733 \begin_inset space ~
24734 \end_inset
24735
24736
24737 \begin_inset CommandInset ref
24738 LatexCommand ref
24739 reference "sec:Minipáginas"
24740
24741 \end_inset
24742
24743 ).
24744  Para poner notas en una minipágina que se impriman a pie de página como
24745  las notas al pie normales, se puede usar también el método de 
24746 \series bold
24747
24748 \backslash
24749 footnotemark{}
24750 \series default
24751  y 
24752 \series bold
24753
24754 \backslash
24755 footnotetext
24756 \series default
24757 .
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset Box Frameless
24762 position "t"
24763 hor_pos "c"
24764 has_inner_box 1
24765 inner_pos "t"
24766 use_parbox 0
24767 use_makebox 0
24768 width "100col%"
24769 special "none"
24770 height "1in"
24771 height_special "totalheight"
24772 status open
24773
24774 \begin_layout Plain Layout
24775 Muestra de texto en una minipágina.
24776 \begin_inset Foot
24777 status open
24778
24779 \begin_layout Plain Layout
24780 Nota en la minipágina.
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Plain Layout
24789 Muestra de texto en una minipágina.
24790 \begin_inset ERT
24791 status collapsed
24792
24793 \begin_layout Plain Layout
24794
24795
24796 \backslash
24797 footnotemark{}
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816
24817 \backslash
24818 footnotetext{
24819 \end_layout
24820
24821 \end_inset
24822
24823 Nota fuera de la minipágina.
24824 \begin_inset ERT
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828
24829 }
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \begin_inset VSpace defskip
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 Para hacer referencia a la misma nota varias veces sin imprimir su texto
24846  cada vez, usa el comando 
24847 \series bold
24848
24849 \backslash
24850 footnotemark[number]
24851 \series default
24852  en código TeX.
24853 \begin_inset Newline newline
24854 \end_inset
24855
24856 Como el número de la nota repetida no se conoce mientras se escribe el texto,
24857  hay que guardarlo.
24858  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
24859  comandos en código TeX después de la nota al pie
24860 \begin_inset space ~
24861 \end_inset
24862
24863
24864 \begin_inset CommandInset ref
24865 LatexCommand ref
24866 reference "pie:Esto-es-una"
24867
24868 \end_inset
24869
24870  para guardar el número de la nota: 
24871 \end_layout
24872
24873 \begin_layout Standard
24874
24875 \series bold
24876
24877 \backslash
24878 newcounter{MyRepeatFoot}
24879 \begin_inset Newline newline
24880 \end_inset
24881
24882
24883 \backslash
24884 setcounter{MyRepeatFoot}{
24885 \backslash
24886 thefootnote}
24887 \end_layout
24888
24889 \begin_layout Standard
24890 La marca de la nota se ha creado después con el comando:
24891 \end_layout
24892
24893 \begin_layout Standard
24894
24895 \series bold
24896
24897 \backslash
24898 footnotemark[
24899 \backslash
24900 theMyRepeatFoot]
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Aquí hay una nota repetida:
24905 \begin_inset ERT
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909
24910
24911 \backslash
24912 footnotemark[
24913 \backslash
24914 theMyRepeatFoot]
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Para repetir la nota al pie previa, se puede omitir el guardado del número
24924  de la nota y usar en su lugar el comando:
24925 \end_layout
24926
24927 \begin_layout Standard
24928
24929 \series bold
24930
24931 \backslash
24932 footnotemark[
24933 \backslash
24934 thefootnote]
24935 \end_layout
24936
24937 \begin_layout Standard
24938 Aquí hay otra nota repetida:
24939 \begin_inset ERT
24940 status collapsed
24941
24942 \begin_layout Plain Layout
24943
24944
24945 \backslash
24946 footnotemark[
24947 \backslash
24948 thefootnote]
24949 \end_layout
24950
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \begin_layout Subsection
24957 Numeración de notas al pie
24958 \begin_inset CommandInset label
24959 LatexCommand label
24960 name "sub:Numeración-de-Notas-al-Pie"
24961
24962 \end_inset
24963
24964
24965 \begin_inset Index idx
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969 Notas ! al pie ! numeración
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Standard
24978 Para reiniciar el número de pie a 1 en cada sección añade
24979 \family roman
24980  en el preámbulo el comando:
24981 \end_layout
24982
24983 \begin_layout Standard
24984
24985 \series bold
24986
24987 \backslash
24988 @addtoreset{footnote}{section}
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset VSpace bigskip
24993 \end_inset
24994
24995 El siguiente comando en el preámbulo cambia el estilo de numeración del
24996  pie a números romanos en minúsculas:
24997 \end_layout
24998
24999 \begin_layout Standard
25000
25001 \series bold
25002
25003 \backslash
25004 renewcommand{
25005 \backslash
25006 thefootnote}{
25007 \backslash
25008 roman{footnote}}
25009 \end_layout
25010
25011 \begin_layout Standard
25012 \begin_inset ERT
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016
25017
25018 \backslash
25019 renewcommand{
25020 \backslash
25021 thefootnote}{
25022 \backslash
25023 roman{footnote}}
25024 \end_layout
25025
25026 \end_inset
25027
25028  Nota al pie en números romanos:
25029 \begin_inset Foot
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 Ejemplo de nota al pie en números romanos.
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \begin_inset ERT
25040 status collapsed
25041
25042 \begin_layout Plain Layout
25043
25044
25045 \backslash
25046 renewcommand{
25047 \backslash
25048 thefootnote}{
25049 \backslash
25050 arabic{footnote}}
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25060  
25061 \series bold
25062
25063 \backslash
25064 roman
25065 \series default
25066  por 
25067 \series bold
25068
25069 \backslash
25070 Roman
25071 \series default
25072 .
25073  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25074 \series bold
25075
25076 \backslash
25077 Alph
25078 \series default
25079  o 
25080 \series bold
25081
25082 \backslash
25083 alph
25084 \series default
25085 , respectivamente.
25086  Para ordenar las notas al pie con símbolos usa 
25087 \series bold
25088
25089 \backslash
25090 fnsymbol
25091 \series default
25092 .
25093 \end_layout
25094
25095 \begin_layout Standard
25096 \begin_inset Note Greyedout
25097 status open
25098
25099 \begin_layout Plain Layout
25100
25101 \series bold
25102 Nota:
25103 \series default
25104  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25105  simples.
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \begin_inset Newline newline
25112 \end_inset
25113
25114
25115 \begin_inset Note Greyedout
25116 status open
25117
25118 \begin_layout Plain Layout
25119
25120 \series bold
25121 Nota:
25122 \series default
25123  sólo puedes ordenar hasta 9 pies con símbolos.
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \end_layout
25130
25131 \begin_layout Standard
25132 Para volver al estilo de numeración predeterminado cuando has cambiado a
25133  otro estilo, usa 
25134 \series bold
25135
25136 \backslash
25137 arabic
25138 \series default
25139  en vez de 
25140 \series bold
25141
25142 \backslash
25143 roman
25144 \series default
25145  en el comando anterior.
25146 \begin_inset ERT
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150
25151
25152 \backslash
25153 renewcommand{
25154 \backslash
25155 thefootnote}{
25156 \backslash
25157 arabic{footnote}}
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \end_layout
25164
25165 \begin_layout Standard
25166 \begin_inset VSpace bigskip
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25174  comando al preámbulo del documento:
25175 \end_layout
25176
25177 \begin_layout Standard
25178
25179 \series bold
25180
25181 \backslash
25182 numberwithin{footnote}{chapter}
25183 \end_layout
25184
25185 \begin_layout Standard
25186 Para poder usar el comando 
25187 \series bold
25188
25189 \backslash
25190 numberwithin
25191 \series default
25192 , marca la opción 
25193 \family sans
25194 Usar
25195 \family default
25196
25197 \begin_inset space ~
25198 \end_inset
25199
25200
25201 \family sans
25202 el
25203 \family default
25204
25205 \begin_inset space ~
25206 \end_inset
25207
25208
25209 \family sans
25210 paquete
25211 \family default
25212
25213 \begin_inset space ~
25214 \end_inset
25215
25216
25217 \family sans
25218 AMS
25219 \family default
25220  en la sección 
25221 \family sans
25222 Opciones para ecuaciones
25223 \family default
25224  de la configuración del documento.
25225 \end_layout
25226
25227 \begin_layout Standard
25228 \begin_inset ERT
25229 status collapsed
25230
25231 \begin_layout Plain Layout
25232
25233
25234 \backslash
25235 numberwithin{footnote}{chapter}
25236 \end_layout
25237
25238 \end_inset
25239
25240 Esto es otro ejemplo de nota al pie:
25241 \series bold
25242
25243 \begin_inset Foot
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247 Nota al pie numerada en el esquema 
25248 \begin_inset Quotes eld
25249 \end_inset
25250
25251 capítulo.nota
25252 \begin_inset Quotes erd
25253 \end_inset
25254
25255 .
25256 \end_layout
25257
25258 \end_inset
25259
25260
25261 \series default
25262
25263 \begin_inset ERT
25264 status collapsed
25265
25266 \begin_layout Plain Layout
25267
25268
25269 \backslash
25270 renewcommand{
25271 \backslash
25272 thefootnote}{
25273 \backslash
25274 arabic{footnote}}
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Standard
25283 \begin_inset Note Greyedout
25284 status open
25285
25286 \begin_layout Plain Layout
25287
25288 \series bold
25289 Nota: 
25290 \backslash
25291 numberwithin 
25292 \series default
25293 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25294  previas para obtener números no arábigos se sobreescriben.
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Standard
25303 Así, para obtener por ejemplo el esquema «capítulo.
25304 \backslash
25305 Roman{footnote}», usa este comando en vez de 
25306 \series bold
25307
25308 \backslash
25309 numberwithin
25310 \series default
25311 :
25312 \end_layout
25313
25314 \begin_layout Standard
25315
25316 \series bold
25317
25318 \backslash
25319 renewcommand{
25320 \backslash
25321 thefootnote}{
25322 \backslash
25323 thechapter.
25324 \backslash
25325 Roman{footnote}}
25326 \end_layout
25327
25328 \begin_layout Subsection
25329 Colocación de notas al pie
25330 \begin_inset Index idx
25331 status open
25332
25333 \begin_layout Plain Layout
25334 Notas ! al pie ! colocación
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25344  entre ellas al final de la página.
25345  Para hacerlas más legibles puedes añadir 1.5
25346 \begin_inset space \thinspace{}
25347 \end_inset
25348
25349 mm, p.
25350 \begin_inset space \thinspace{}
25351 \end_inset
25352
25353 e., con el comando siguiente en el preámbulo:
25354 \end_layout
25355
25356 \begin_layout Standard
25357
25358 \series bold
25359
25360 \backslash
25361 let
25362 \backslash
25363 myFoot
25364 \backslash
25365 footnote
25366 \begin_inset Newline newline
25367 \end_inset
25368
25369
25370 \backslash
25371 renewcommand{
25372 \backslash
25373 footnote}[1]{
25374 \backslash
25375 myFoot{#1
25376 \backslash
25377 vspace{1.5mm}}}
25378 \end_layout
25379
25380 \begin_layout Standard
25381 \begin_inset VSpace bigskip
25382 \end_inset
25383
25384 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25385  véase la figura
25386 \begin_inset space ~
25387 \end_inset
25388
25389
25390 \begin_inset CommandInset ref
25391 LatexCommand ref
25392 reference "fig:Colocación-standard-del-pie"
25393
25394 \end_inset
25395
25396 .
25397  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25398  en la figura
25399 \begin_inset space ~
25400 \end_inset
25401
25402
25403 \begin_inset CommandInset ref
25404 LatexCommand ref
25405 reference "fig:Colocación-del-pie-en"
25406
25407 \end_inset
25408
25409 , usa el paquete LaTeX 
25410 \series bold
25411 ftnright
25412 \series default
25413
25414 \begin_inset Index idx
25415 status collapsed
25416
25417 \begin_layout Plain Layout
25418 LaTeX-paquetes ! ftnright
25419 \end_layout
25420
25421 \end_inset
25422
25423  con este comando en el preámbulo:
25424 \end_layout
25425
25426 \begin_layout Standard
25427
25428 \series bold
25429
25430 \backslash
25431 usepackage{ftnright}
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset Float figure
25436 placement !h
25437 wide false
25438 sideways false
25439 status open
25440
25441 \begin_layout Plain Layout
25442 \begin_inset ERT
25443 status collapsed
25444
25445 \begin_layout Plain Layout
25446
25447
25448 \backslash
25449 framebox{
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \begin_inset Graphics
25456         filename ../clipart/without_fntright.pdf
25457         width 100col%
25458
25459 \end_inset
25460
25461
25462 \begin_inset ERT
25463 status collapsed
25464
25465 \begin_layout Plain Layout
25466
25467 }
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Plain Layout
25476 \begin_inset Caption
25477
25478 \begin_layout Plain Layout
25479 \begin_inset CommandInset label
25480 LatexCommand label
25481 name "fig:Colocación-standard-del-pie"
25482
25483 \end_inset
25484
25485 Colocación estándar de notas al pie en documentos a dos columnas.
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \begin_layout Standard
25499 \begin_inset Float figure
25500 placement !h
25501 wide false
25502 sideways false
25503 status open
25504
25505 \begin_layout Plain Layout
25506 \begin_inset ERT
25507 status collapsed
25508
25509 \begin_layout Plain Layout
25510
25511
25512 \backslash
25513 framebox{
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \begin_inset Graphics
25520         filename ../clipart/with_fntright.pdf
25521         width 100col%
25522
25523 \end_inset
25524
25525
25526 \begin_inset ERT
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530
25531 }
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Plain Layout
25540 \begin_inset Caption
25541
25542 \begin_layout Plain Layout
25543 \begin_inset CommandInset label
25544 LatexCommand label
25545 name "fig:Colocación-del-pie-en"
25546
25547 \end_inset
25548
25549 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25550  el paquete LaTeX 
25551 \series bold
25552 ftnright
25553 \series default
25554 .
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \begin_layout Standard
25568 \begin_inset VSpace bigskip
25569 \end_inset
25570
25571 En alguna literatura científica es habitual reunir las notas para imprimirlas
25572  en un párrafo separado al final de la sección, como en la figura
25573 \begin_inset space ~
25574 \end_inset
25575
25576
25577 \begin_inset CommandInset ref
25578 LatexCommand ref
25579 reference "fig:Notas-al-pie-al-final"
25580
25581 \end_inset
25582
25583 .
25584  Para reunir las notas al final
25585 \begin_inset Index idx
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589 Notas ! al final
25590 \end_layout
25591
25592 \end_inset
25593
25594  en vez de a pie de página, carga en el menú 
25595 \family sans
25596 Documento\SpecialChar \menuseparator
25597 Configuratión\SpecialChar \menuseparator
25598 Módulos
25599 \family default
25600  el módulo 
25601 \family sans
25602 Pie
25603 \begin_inset space ~
25604 \end_inset
25605
25606 al
25607 \begin_inset space ~
25608 \end_inset
25609
25610 final
25611 \family default
25612 .
25613  Para insertar la colección de notas, escribe el comando
25614 \end_layout
25615
25616 \begin_layout Standard
25617
25618 \series bold
25619
25620 \backslash
25621 theendnotes
25622 \end_layout
25623
25624 \begin_layout Standard
25625 en código TeX al final de una sección o capítulo.
25626 \end_layout
25627
25628 \begin_layout Standard
25629 \begin_inset Float figure
25630 wide false
25631 sideways false
25632 status open
25633
25634 \begin_layout Plain Layout
25635 \align center
25636 \begin_inset ERT
25637 status collapsed
25638
25639 \begin_layout Plain Layout
25640
25641
25642 \backslash
25643 framebox{
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \begin_inset Graphics
25650         filename ../clipart/endnotes.pdf
25651
25652 \end_inset
25653
25654
25655 \begin_inset ERT
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659
25660 }
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Plain Layout
25669 \begin_inset Caption
25670
25671 \begin_layout Plain Layout
25672 \begin_inset CommandInset label
25673 LatexCommand label
25674 name "fig:Notas-al-pie-al-final"
25675
25676 \end_inset
25677
25678 Notas al final: notas impresas en párrafo separado al final de la sección
25679  o del capítulo.
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset VSpace medskip
25694 \end_inset
25695
25696 La cabecera de párrafo para las notas finales no se traduce automáticamente
25697  al lenguaje del documento, hay que hacerlo manualmente.
25698  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
25699  español «Notas»:
25700 \end_layout
25701
25702 \begin_layout Standard
25703
25704 \series bold
25705
25706 \backslash
25707 renewcommand{
25708 \backslash
25709 notesname}{Notas}
25710 \end_layout
25711
25712 \begin_layout Standard
25713 \begin_inset VSpace medskip
25714 \end_inset
25715
25716 La numeración de notas finales puede cambiarse como la de las notas al pie,
25717  como se describe en la sección
25718 \begin_inset space ~
25719 \end_inset
25720
25721
25722 \begin_inset CommandInset ref
25723 LatexCommand ref
25724 reference "sub:Numeración-de-Notas-al-Pie"
25725
25726 \end_inset
25727
25728 ; sólo hay que reemplazar el comando 
25729 \series bold
25730
25731 \backslash
25732 thefootnote
25733 \series default
25734  por 
25735 \series bold
25736
25737 \backslash
25738 theendnote
25739 \series default
25740 .
25741  Para restablecer la numeración usa el comando 
25742 \series bold
25743
25744 \backslash
25745 @addtoreset
25746 \series default
25747  como se describe en la sección
25748 \begin_inset space ~
25749 \end_inset
25750
25751
25752 \begin_inset CommandInset ref
25753 LatexCommand ref
25754 reference "sub:Numeración-de-Notas-al-Pie"
25755
25756 \end_inset
25757
25758  y sustituye el parámetro de comando 
25759 \series bold
25760 footnote
25761 \series default
25762  por 
25763 \series bold
25764 endnote
25765 \series default
25766 .
25767 \end_layout
25768
25769 \begin_layout Standard
25770 Para notas al final hay el comando el comando 
25771 \series bold
25772
25773 \backslash
25774 endnotemark[número]
25775 \series default
25776  similar al comando 
25777 \series bold
25778
25779 \backslash
25780 footnotemark
25781 \series default
25782 , descrito en la sección
25783 \begin_inset space ~
25784 \end_inset
25785
25786
25787 \begin_inset CommandInset ref
25788 LatexCommand ref
25789 reference "sec:Notas-al-pie"
25790
25791 \end_inset
25792
25793 .
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset VSpace bigskip
25798 \end_inset
25799
25800 Las notas al pie también pueden colocarse al margen de la página y la alineación
25801  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25802 \series bold
25803 footmisc
25804 \series default
25805
25806 \begin_inset Index idx
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810 LaTeX-paquetes ! footmisc
25811 \end_layout
25812
25813 \end_inset
25814
25815  
25816 \begin_inset CommandInset citation
25817 LatexCommand cite
25818 key "footmisc"
25819
25820 \end_inset
25821
25822  para más información.
25823 \end_layout
25824
25825 \begin_layout Standard
25826 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25827  
25828 \begin_inset CommandInset citation
25829 LatexCommand cite
25830 key "latexcompanion,latexguide,latexbook"
25831
25832 \end_inset
25833
25834 .
25835  
25836 \lang english
25837 If you are using a
25838 \lang spanish
25839  
25840 \series bold
25841 KOMA-Script
25842 \series default
25843
25844 \begin_inset Index idx
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848 LaTeX-paquetes ! KOMA-Script
25849 \end_layout
25850
25851 \end_inset
25852
25853  
25854 \lang english
25855 document class, you can adjust all footnote settings using class-specific
25856  commands, see
25857 \lang spanish
25858  
25859 \begin_inset CommandInset citation
25860 LatexCommand cite
25861 key "KOMA-Script"
25862
25863 \end_inset
25864
25865 .
25866 \end_layout
25867
25868 \begin_layout Section
25869 Notas al margen
25870 \begin_inset Index idx
25871 status collapsed
25872
25873 \begin_layout Plain Layout
25874 Notas ! al margen
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 Las notas al margen se ven y se comportan en LyX como notas al pie.
25884  Se insertan con el menú 
25885 \family sans
25886 Insertar\SpecialChar \menuseparator
25887 Nota
25888 \begin_inset space ~
25889 \end_inset
25890
25891 al
25892 \begin_inset space ~
25893 \end_inset
25894
25895 margen
25896 \family default
25897  o con el botón 
25898 \begin_inset Graphics
25899         filename ../../images/marginalnote-insert.png
25900         scale 85
25901
25902 \end_inset
25903
25904 .
25905  Aparece un cuadro gris con la etiqueta 
25906 \family roman
25907 \series medium
25908 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25909 \end_layout
25910
25911 \begin_layout Standard
25912 Al lado hay un ejemplo de nota al margen.
25913
25914 \family roman
25915 \series medium
25916  
25917 \begin_inset Marginal
25918 status open
25919
25920 \begin_layout Plain Layout
25921 Esto es una nota al margen.
25922 \end_layout
25923
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \begin_layout Standard
25930 Estas notas salen en el margen derecho en documentos a una cara.
25931  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25932  en páginas pares, derecho en páginas impares—.
25933  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25934  a la derecha si la nota aparece en el margen izquierdo—.
25935  La primera línea de la nota se sitúa en la posición de la línea del texto
25936  en la que se inserta en el documento.
25937 \end_layout
25938
25939 \begin_layout Standard
25940 \begin_inset VSpace bigskip
25941 \end_inset
25942
25943 Para colocar la nota en el margen interno añade el comando
25944 \end_layout
25945
25946 \begin_layout Standard
25947
25948 \series bold
25949
25950 \backslash
25951 reversemarginpar
25952 \end_layout
25953
25954 \begin_layout Standard
25955 en código TeX antes de la nota.
25956  La nueva colocación es válida para todas las siguientes notas al margen.
25957  
25958 \begin_inset ERT
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962
25963
25964 \backslash
25965 reversemarginpar 
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \begin_inset Marginal
25972 status open
25973
25974 \begin_layout Plain Layout
25975 Esto es una nota en el margen interno.
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \series bold
25982
25983 \begin_inset Newline newline
25984 \end_inset
25985
25986
25987 \series default
25988
25989 \begin_inset Note Greyedout
25990 status open
25991
25992 \begin_layout Plain Layout
25993
25994 \series bold
25995 Nota:
25996 \series default
25997  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25998  no se mostrará correctamente en la salida.
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 Para volver a la ubicación predeterminada inserta en código TeX el comando
26008 \begin_inset ERT
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012
26013
26014 \backslash
26015 normalmarginpar 
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024
26025 \series bold
26026
26027 \backslash
26028 normalmarginpar
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset Note Greyedout
26033 status open
26034
26035 \begin_layout Plain Layout
26036
26037 \series bold
26038 Nota:
26039 \series default
26040  El comando se ignora si en el mismo párrafo está también presente el comando
26041  
26042 \series bold
26043
26044 \backslash
26045 reversemarginpar
26046 \series default
26047 .
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \begin_layout Standard
26056 \begin_inset VSpace bigskip
26057 \end_inset
26058
26059
26060 \family roman
26061 \series medium
26062
26063 \begin_inset Marginal
26064 status open
26065
26066 \begin_layout Plain Layout
26067 PalabraMuyLargaAlMargen no partida con guión.
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \family default
26074 \series default
26075  Como en el caso descrito en la sección
26076 \begin_inset space ~
26077 \end_inset
26078
26079
26080 \begin_inset CommandInset ref
26081 LatexCommand ref
26082 reference "sub:Líneas-Múltiples-en"
26083
26084 \end_inset
26085
26086 , una palabra larga no puede partirse con guión cuando es la primera en
26087  la nota al margen.
26088  Para evitar esto, inserta un espacio horizontal de 0
26089 \begin_inset space \thinspace{}
26090 \end_inset
26091
26092 pt antes de la palabra
26093 \family roman
26094 \series medium
26095 .
26096 \end_layout
26097
26098 \begin_layout Standard
26099
26100 \family roman
26101 \series medium
26102 \begin_inset Marginal
26103 status open
26104
26105 \begin_layout Plain Layout
26106 \begin_inset ERT
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110
26111
26112 \backslash
26113 hspace{0pt}
26114 \end_layout
26115
26116 \end_inset
26117
26118 PalabraMuyLargaAlMargen partida con guión.
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Standard
26127 \begin_inset VSpace bigskip
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 \begin_inset Note Greyedout
26135 status open
26136
26137 \begin_layout Plain Layout
26138
26139 \series bold
26140 Nota:
26141 \series default
26142  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26143  y notas al pie.
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \begin_layout Standard
26152 \begin_inset VSpace bigskip
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Standard
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 ifmarginnote
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \begin_inset Note Note
26173 status open
26174
26175 \begin_layout Plain Layout
26176 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26177  LaTeX 
26178 \series bold
26179 marginnote
26180 \series default
26181 .
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \begin_layout Standard
26190 Esta restricción se puede salvar con el paquete LaTeX 
26191 \series bold
26192 marginnote
26193 \series default
26194
26195 \begin_inset Index idx
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199 LaTeX-paquetes ! marginnote
26200 \end_layout
26201
26202 \end_inset
26203
26204 .
26205  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26206  notas al margen es redefinido para usar el comando proporcionado por el
26207  paquete 
26208 \series bold
26209 marginnote
26210 \series default
26211 :
26212 \end_layout
26213
26214 \begin_layout Standard
26215
26216 \series bold
26217
26218 \backslash
26219 usepackage{marginnote}
26220 \begin_inset Newline newline
26221 \end_inset
26222
26223
26224 \backslash
26225 let
26226 \backslash
26227 marginpar
26228 \backslash
26229 marginnote
26230 \end_layout
26231
26232 \begin_layout Standard
26233 Esto se ha utilizado en el presente documento porque 
26234 \series bold
26235 marginnote
26236 \series default
26237  tiene una característica adicional útil: Puedes establecer un desplazamiento
26238  vertical a la nota.
26239  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26240  diseño de la página.
26241  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26242  en código TeX
26243 \end_layout
26244
26245 \begin_layout Standard
26246
26247 \series bold
26248 [desplazamiento]
26249 \end_layout
26250
26251 \begin_layout Standard
26252 donde desplazamiento es una longitud en una de las unidades del cuadro
26253 \begin_inset space ~
26254 \end_inset
26255
26256
26257 \begin_inset CommandInset ref
26258 LatexCommand ref
26259 reference "tab:Unidades"
26260
26261 \end_inset
26262
26263 .
26264  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26265  abajo.
26266  
26267 \family roman
26268 \series medium
26269 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26270 \begin_inset space \thinspace{}
26271 \end_inset
26272
26273 cm arriba con el comando en código TeX 
26274 \begin_inset Quotes eld
26275 \end_inset
26276
26277
26278 \family default
26279 \series bold
26280 [-1.5cm]
26281 \family roman
26282 \series medium
26283
26284 \begin_inset Quotes erd
26285 \end_inset
26286
26287
26288 \begin_inset Marginal
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292 Esta nota está 1.5
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 cm por encima de su posición original.
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \family default
26303 \series default
26304
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310 [-1.5cm]
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \begin_layout Standard
26319 \begin_inset VSpace medskip
26320 \end_inset
26321
26322 Con 
26323 \series bold
26324 marginnote
26325 \series default
26326  también puedes cambiar la alineación del texto en el margen.
26327  Por ejemplo los comandos
26328 \end_layout
26329
26330 \begin_layout Standard
26331
26332 \series bold
26333
26334 \backslash
26335 renewcommand*{
26336 \backslash
26337 raggedleftmarginnote}{
26338 \backslash
26339 centering}
26340 \begin_inset Newline newline
26341 \end_inset
26342
26343
26344 \backslash
26345 renewcommand*{
26346 \backslash
26347 raggedrightmarginnote}{
26348 \backslash
26349 centering}
26350 \end_layout
26351
26352 \begin_layout Standard
26353 producen alineación centrada.
26354  
26355 \series bold
26356
26357 \backslash
26358 raggedleftmarginnote
26359 \series default
26360  identifica las notas que aparecen al lado izquierdo.
26361 \family roman
26362 \series medium
26363
26364 \begin_inset ERT
26365 status collapsed
26366
26367 \begin_layout Plain Layout
26368
26369
26370 \backslash
26371 renewcommand*{
26372 \backslash
26373 raggedleftmarginnote}{
26374 \backslash
26375 centering}
26376 \end_layout
26377
26378 \begin_layout Plain Layout
26379
26380
26381 \backslash
26382 renewcommand*{
26383 \backslash
26384 raggedrightmarginnote}{
26385 \backslash
26386 centering}
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \begin_inset Marginal
26393 status open
26394
26395 \begin_layout Plain Layout
26396 El texto de esta nota está centrado.
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \family default
26403 \series default
26404  El valor predeterminado es 
26405 \end_layout
26406
26407 \begin_layout Standard
26408
26409 \series bold
26410
26411 \backslash
26412 renewcommand*{
26413 \backslash
26414 raggedleftmarginnote}{
26415 \backslash
26416 raggedleft}
26417 \begin_inset Newline newline
26418 \end_inset
26419
26420
26421 \backslash
26422 renewcommand*{
26423 \backslash
26424 raggedrightmarginnote}{
26425 \backslash
26426 raggedright}
26427 \family roman
26428 \series medium
26429
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434
26435
26436 \backslash
26437 renewcommand*{
26438 \backslash
26439 raggedleftmarginnote}{
26440 \backslash
26441 raggedleft}
26442 \end_layout
26443
26444 \begin_layout Plain Layout
26445
26446
26447 \backslash
26448 renewcommand*{
26449 \backslash
26450 raggedrightmarginnote}{
26451 \backslash
26452 raggedright}
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \begin_layout Standard
26461 \begin_inset VSpace medskip
26462 \end_inset
26463
26464 Para otras características de 
26465 \series bold
26466 marginnote
26467 \series default
26468  mira en su documentación 
26469 \begin_inset CommandInset citation
26470 LatexCommand cite
26471 key "marginnote"
26472
26473 \end_inset
26474
26475 .
26476 \end_layout
26477
26478 \begin_layout Standard
26479 \begin_inset VSpace bigskip
26480 \end_inset
26481
26482 El diseño de las notas al margen puede ser redefinido.
26483  Por ejemplo, para crear una cabecera para todas las notas con el texto
26484  
26485 \begin_inset Quotes eld
26486 \end_inset
26487
26488
26489 \series bold
26490 \bar under
26491 ¡
26492 \family sans
26493 Atención
26494 \family default
26495 !
26496 \series default
26497 \bar default
26498
26499 \begin_inset Quotes erd
26500 \end_inset
26501
26502 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26503 \end_layout
26504
26505 \begin_layout Standard
26506
26507 \series bold
26508
26509 \backslash
26510 let
26511 \backslash
26512 myMarginpar
26513 \backslash
26514 marginpar
26515 \begin_inset Newline newline
26516 \end_inset
26517
26518
26519 \backslash
26520 renewcommand{
26521 \backslash
26522 marginpar}[1]{
26523 \backslash
26524 myMarginpar{%
26525 \begin_inset Newline newline
26526 \end_inset
26527
26528
26529 \begin_inset Phantom HPhantom
26530 status open
26531
26532 \begin_layout Plain Layout
26533
26534 \series bold
26535 \begin_inset space ~
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \backslash
26545 hspace{0pt}
26546 \backslash
26547 textsf{
26548 \backslash
26549 textbf{
26550 \backslash
26551 underbar{¡Atención!}}}%
26552 \begin_inset Newline newline
26553 \end_inset
26554
26555
26556 \begin_inset Phantom HPhantom
26557 status open
26558
26559 \begin_layout Plain Layout
26560
26561 \series bold
26562 \begin_inset space ~
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \backslash
26572 vspace{1.5mm}
26573 \backslash
26574
26575 \backslash
26576 #1}}
26577 \end_layout
26578
26579 \begin_layout Standard
26580
26581 \family roman
26582 \series medium
26583 \begin_inset ERT
26584 status collapsed
26585
26586 \begin_layout Plain Layout
26587
26588
26589 \backslash
26590 let
26591 \backslash
26592 myMarginpar
26593 \backslash
26594 marginpar
26595 \end_layout
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 renewcommand{
26602 \backslash
26603 marginpar}[1]{
26604 \backslash
26605 myMarginpar{%
26606 \end_layout
26607
26608 \begin_layout Plain Layout
26609
26610    
26611 \backslash
26612 textsf{
26613 \backslash
26614 textbf{
26615 \backslash
26616 underbar{¡Atención!}}}%
26617 \end_layout
26618
26619 \begin_layout Plain Layout
26620
26621    
26622 \backslash
26623 vspace{1.5mm}
26624 \backslash
26625
26626 \backslash
26627 #1}}
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \begin_inset Marginal
26634 status open
26635
26636 \begin_layout Plain Layout
26637 Esta es una nota con una cabecera definida.
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \family default
26644 \series default
26645
26646 \begin_inset ERT
26647 status collapsed
26648
26649 \begin_layout Plain Layout
26650
26651 [-1.5cm]
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \family roman
26658 \series medium
26659
26660 \begin_inset ERT
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664
26665
26666 \backslash
26667 renewcommand{
26668 \backslash
26669 marginpar}[1]{
26670 \backslash
26671 myMarginpar{#1}}
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \family default
26678 \series default
26679
26680 \begin_inset Note Note
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \begin_layout Standard
26693 \begin_inset ERT
26694 status collapsed
26695
26696 \begin_layout Plain Layout
26697
26698
26699 \backslash
26700 else
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \begin_inset Note Note
26707 status open
26708
26709 \begin_layout Plain Layout
26710 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26711  
26712 \series bold
26713 marginnote
26714 \series default
26715 .
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \begin_layout Standard
26724 Debes instalar el paquete LaTeX 
26725 \series bold
26726 marginnote
26727 \series default
26728  para ver la parte siguiente en la salida.
26729 \end_layout
26730
26731 \begin_layout Standard
26732 \begin_inset ERT
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736
26737
26738 \backslash
26739 fi
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Chapter
26748 Marcos
26749 \end_layout
26750
26751 \begin_layout Section
26752 Introducción
26753 \begin_inset Index idx
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 Marcos ! Introducción
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \begin_layout Standard
26766 Los marcos se emplean para dar formato a bloques de texto.
26767  Se pueden usar para escribir documentos con varios idiomas, véase sección
26768 \begin_inset space ~
26769 \end_inset
26770
26771
26772 \begin_inset CommandInset ref
26773 LatexCommand ref
26774 reference "sec:Minipáginas"
26775
26776 \end_inset
26777
26778 , enmarcar textos, véase sección
26779 \begin_inset space ~
26780 \end_inset
26781
26782
26783 \begin_inset CommandInset ref
26784 LatexCommand ref
26785 reference "sec:Decoración"
26786
26787 \end_inset
26788
26789 , evitar la división de palabras, véase sección
26790 \begin_inset space ~
26791 \end_inset
26792
26793
26794 \begin_inset CommandInset ref
26795 LatexCommand ref
26796 reference "sec:Evitar-la-Partición"
26797
26798 \end_inset
26799
26800 , alinear texto, véase sección
26801 \begin_inset space ~
26802 \end_inset
26803
26804
26805 \begin_inset CommandInset ref
26806 LatexCommand ref
26807 reference "sub:Alineación-Vertical"
26808
26809 \end_inset
26810
26811 , o para poner color de fondo a un texto, véase sección
26812 \begin_inset space ~
26813 \end_inset
26814
26815
26816 \begin_inset CommandInset ref
26817 LatexCommand ref
26818 reference "sec:Marcos-Coloreados"
26819
26820 \end_inset
26821
26822 .
26823 \end_layout
26824
26825 \begin_layout Standard
26826 Se insertan con el menú 
26827 \family sans
26828 Insertar\SpecialChar \menuseparator
26829 Marco
26830 \family default
26831  o con el botón 
26832 \begin_inset Graphics
26833         filename ../../images/box-insert.png
26834         scale 85
26835
26836 \end_inset
26837
26838 .
26839  Surge un recuadro gris con la etiqueta 
26840 \family sans
26841 Marco (Minipágina)
26842 \family default
26843
26844 \begin_inset Graphics
26845         filename clipart/CuadroMinipagQt4.png
26846         scale 75
26847         keepAspectRatio
26848
26849 \end_inset
26850
26851 .
26852  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
26853  
26854 \family sans
26855 Configuración
26856 \family default
26857 .
26858  Sale un diálogo en el que 
26859 \family sans
26860 Marco
26861 \family default
26862
26863 \begin_inset space ~
26864 \end_inset
26865
26866
26867 \family sans
26868 interior
26869 \family default
26870  permite escoger los tipos
26871 \family sans
26872  Minipágina
26873 \family default
26874
26875 \family sans
26876 Marco de párrafo
26877 \family default
26878  y 
26879 \family sans
26880 Marco de 
26881 \family default
26882 línea.
26883  
26884 \family sans
26885 Minipágina
26886 \family default
26887  es el predeterminado para nuevos marcos y se explica en la sección
26888 \begin_inset space ~
26889 \end_inset
26890
26891
26892 \begin_inset CommandInset ref
26893 LatexCommand ref
26894 reference "sec:Minipáginas"
26895
26896 \end_inset
26897
26898 ; el tipo 
26899 \family sans
26900 Marco de párrafo
26901 \family default
26902  se describe en la sección
26903 \begin_inset space ~
26904 \end_inset
26905
26906
26907 \begin_inset CommandInset ref
26908 LatexCommand ref
26909 reference "sec:Marcos-de-Párrafo"
26910
26911 \end_inset
26912
26913  y el tipo 
26914 \family sans
26915 Marco de línea
26916 \family default
26917  se describe en la sección
26918 \begin_inset space ~
26919 \end_inset
26920
26921
26922 \begin_inset CommandInset ref
26923 LatexCommand ref
26924 reference "sec:Evitar-la-Partición"
26925
26926 \end_inset
26927
26928 .
26929 \end_layout
26930
26931 \begin_layout Standard
26932 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
26933  o las notas al pie.
26934 \end_layout
26935
26936 \begin_layout Standard
26937 \begin_inset Note Greyedout
26938 status open
26939
26940 \begin_layout Plain Layout
26941
26942 \series bold
26943 Nota:
26944 \series default
26945  Los marcos no deben ser el ítem en un entorno 
26946 \family sans
26947 Enumeración*
26948 \family default
26949  o 
26950 \family sans
26951 Descripción
26952 \family default
26953 .
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 \begin_inset Note Greyedout
26963 status open
26964
26965 \begin_layout Plain Layout
26966
26967 \series bold
26968 Nota:
26969 \series default
26970  Por razones desconocidas sólo se puede poner el tipo 
26971 \family sans
26972 Marco
26973 \begin_inset space ~
26974 \end_inset
26975
26976 interior
26977 \family default
26978  en 
26979 \family sans
26980 Ninguno
26981 \family default
26982  cuando se emplea un marco enmarcado.
26983  Los marcos sin ningún tipo de 
26984 \family sans
26985 Marco
26986 \begin_inset space ~
26987 \end_inset
26988
26989 interior
26990 \family default
26991  y sin bordes se explican en la sección
26992 \begin_inset space ~
26993 \end_inset
26994
26995
26996 \begin_inset CommandInset ref
26997 LatexCommand ref
26998 reference "sec:Evitar-la-Partición"
26999
27000 \end_inset
27001
27002 .
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Section
27011 Diálogo de marcos
27012 \begin_inset CommandInset label
27013 LatexCommand label
27014 name "sec:Diálogo-Marcos"
27015
27016 \end_inset
27017
27018
27019 \begin_inset Index idx
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023 Marcos ! Configuración
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \begin_layout Subsection
27032 Tamaño
27033 \begin_inset Index idx
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037 Marcos ! Tamaño
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Standard
27046 En el diálogo puedes ajustar la geometría del marco en los campos 
27047 \family sans
27048 Ancho
27049 \family default
27050  y 
27051 \family sans
27052 Alto
27053 \family default
27054 .
27055  Las unidades disponibles para la geometría se describen en el cuadro
27056 \begin_inset space ~
27057 \end_inset
27058
27059
27060 \begin_inset CommandInset ref
27061 LatexCommand ref
27062 reference "tab:Unidades"
27063
27064 \end_inset
27065
27066 .
27067  El campo 
27068 \family sans
27069 Alto
27070 \family default
27071  ofrece los siguientes tamaños adicionales:
27072 \end_layout
27073
27074 \begin_layout Description
27075 Profundidad Es la 
27076 \begin_inset Quotes fld
27077 \end_inset
27078
27079 altura
27080 \begin_inset Quotes frd
27081 \end_inset
27082
27083  del texto plano.
27084  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27085  marco:
27086 \begin_inset Newline newline
27087 \end_inset
27088
27089
27090 \begin_inset Newline newline
27091 \end_inset
27092
27093
27094 \begin_inset Newline newline
27095 \end_inset
27096
27097
27098 \begin_inset Newline newline
27099 \end_inset
27100
27101
27102 \begin_inset Box Boxed
27103 position "c"
27104 hor_pos "c"
27105 has_inner_box 1
27106 inner_pos "c"
27107 use_parbox 0
27108 use_makebox 0
27109 width "12col%"
27110 special "none"
27111 height "1in"
27112 height_special "depth"
27113 status open
27114
27115 \begin_layout Plain Layout
27116 \align center
27117 Marco con altura establecida en 1
27118 \begin_inset space \thinspace{}
27119 \end_inset
27120
27121 Profundidad
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \begin_inset Newline newline
27128 \end_inset
27129
27130
27131 \begin_inset Newline newline
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Description
27138 Alto Es la altura del texto que está dentro del marco.
27139  Un valor de, p.
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 e.
27144 \begin_inset space ~
27145 \end_inset
27146
27147 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27148  
27149 \begin_inset Box Boxed
27150 position "c"
27151 hor_pos "c"
27152 has_inner_box 1
27153 inner_pos "c"
27154 use_parbox 0
27155 use_makebox 0
27156 width "20col%"
27157 special "none"
27158 height "2in"
27159 height_special "height"
27160 status open
27161
27162 \begin_layout Plain Layout
27163 \align center
27164 Marco con altura puesta en 2
27165 \begin_inset space \thinspace{}
27166 \end_inset
27167
27168 Alto
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \begin_layout Description
27177 Alto
27178 \begin_inset space ~
27179 \end_inset
27180
27181 total Esto es el Alto
27182 \begin_inset space \thinspace{}
27183 \end_inset
27184
27185 +
27186 \begin_inset space \thinspace{}
27187 \end_inset
27188
27189 Profundidad: 
27190 \begin_inset Box Boxed
27191 position "c"
27192 hor_pos "c"
27193 has_inner_box 1
27194 inner_pos "c"
27195 use_parbox 0
27196 use_makebox 0
27197 width "20col%"
27198 special "none"
27199 height "1in"
27200 height_special "totalheight"
27201 status open
27202
27203 \begin_layout Plain Layout
27204 \align center
27205 Marco con altura puesta a 1
27206 \begin_inset space \thinspace{}
27207 \end_inset
27208
27209 Alto
27210 \begin_inset space ~
27211 \end_inset
27212
27213 total
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \begin_layout Description
27222 Ancho Esto determina al ancho del marco como altura: 
27223 \begin_inset Box Boxed
27224 position "c"
27225 hor_pos "c"
27226 has_inner_box 1
27227 inner_pos "c"
27228 use_parbox 0
27229 use_makebox 0
27230 width "12col%"
27231 special "none"
27232 height "1in"
27233 height_special "width"
27234 status open
27235
27236 \begin_layout Plain Layout
27237 \align center
27238 Marco con altura puesta en 1
27239 \begin_inset space \thinspace{}
27240 \end_inset
27241
27242 Ancho
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Subsection
27251 Alineación
27252 \begin_inset Index idx
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256 Marcos ! Alineación
27257 \end_layout
27258
27259 \end_inset
27260
27261
27262 \end_layout
27263
27264 \begin_layout Standard
27265 Si has elegido un 
27266 \family sans
27267 Marco
27268 \begin_inset space ~
27269 \end_inset
27270
27271 interior
27272 \family default
27273 , la alineación vertical del marco puede ser:
27274 \end_layout
27275
27276 \begin_layout Description
27277 Superior Ejemplo de línea de texto.
27278  
27279 \begin_inset Box Boxed
27280 position "t"
27281 hor_pos "c"
27282 has_inner_box 1
27283 inner_pos "c"
27284 use_parbox 0
27285 use_makebox 0
27286 width "12col%"
27287 special "none"
27288 height "1in"
27289 height_special "totalheight"
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 \align center
27294 marco alineado arriba.
27295 \end_layout
27296
27297 \end_inset
27298
27299  Ejemplo de línea de texto.
27300 \end_layout
27301
27302 \begin_layout Description
27303 Medio Ejemplo de línea de texto.
27304  
27305 \begin_inset Box Boxed
27306 position "c"
27307 hor_pos "c"
27308 has_inner_box 1
27309 inner_pos "c"
27310 use_parbox 0
27311 use_makebox 0
27312 width "12col%"
27313 special "none"
27314 height "1in"
27315 height_special "totalheight"
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319 \align center
27320 marco alineado en medio.
27321 \end_layout
27322
27323 \end_inset
27324
27325  Ejemplo de línea de texto.
27326 \end_layout
27327
27328 \begin_layout Description
27329 Inferior Ejemplo de línea de texto.
27330  
27331 \begin_inset Box Boxed
27332 position "b"
27333 hor_pos "c"
27334 has_inner_box 1
27335 inner_pos "c"
27336 use_parbox 0
27337 use_makebox 0
27338 width "12col%"
27339 special "none"
27340 height "1in"
27341 height_special "totalheight"
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345 \align center
27346 marco alineado abajo.
27347 \end_layout
27348
27349 \end_inset
27350
27351  Ejemplo de línea de texto.
27352 \end_layout
27353
27354 \begin_layout Standard
27355 \begin_inset Note Greyedout
27356 status open
27357
27358 \begin_layout Plain Layout
27359
27360 \series bold
27361 Nota:
27362 \series default
27363  La alineación vertical puede desaparecer en la salida si hay dos marcos
27364  en una línea y, p.
27365 \begin_inset space \thinspace{}
27366 \end_inset
27367
27368 e., uno de ellos tiene sombreado y el otro no.
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 La alineación horizontal del marco puede establecerse en el diálogo de configura
27378 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27379 \end_layout
27380
27381 \begin_layout Standard
27382 \begin_inset VSpace bigskip
27383 \end_inset
27384
27385 Si has escogido un 
27386 \family sans
27387 Marco
27388 \begin_inset space ~
27389 \end_inset
27390
27391 interior
27392 \family default
27393 , el contenido puede alinearse verticalmente a:
27394 \end_layout
27395
27396 \begin_layout Description
27397 Superior Ejemplo de línea de texto.
27398  
27399 \begin_inset Box Boxed
27400 position "c"
27401 hor_pos "c"
27402 has_inner_box 1
27403 inner_pos "t"
27404 use_parbox 0
27405 use_makebox 0
27406 width "12col%"
27407 special "none"
27408 height "1.5in"
27409 height_special "totalheight"
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 \align center
27414 marco con texto alineado arriba.
27415 \end_layout
27416
27417 \end_inset
27418
27419  Ejemplo de línea de texto.
27420 \end_layout
27421
27422 \begin_layout Description
27423 Medio Ejemplo de línea de texto.
27424  
27425 \begin_inset Box Boxed
27426 position "c"
27427 hor_pos "c"
27428 has_inner_box 1
27429 inner_pos "c"
27430 use_parbox 0
27431 use_makebox 0
27432 width "12col%"
27433 special "none"
27434 height "1.5in"
27435 height_special "totalheight"
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439 \align center
27440 marco con texto alineado en medio.
27441 \end_layout
27442
27443 \end_inset
27444
27445  Ejemplo de línea de texto.
27446 \end_layout
27447
27448 \begin_layout Description
27449 Inferior Ejemplo de línea de texto.
27450  
27451 \begin_inset Box Boxed
27452 position "c"
27453 hor_pos "c"
27454 has_inner_box 1
27455 inner_pos "b"
27456 use_parbox 0
27457 use_makebox 0
27458 width "12col%"
27459 special "none"
27460 height "1.5in"
27461 height_special "totalheight"
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 \align center
27466 marco con texto alineado abajo.
27467 \end_layout
27468
27469 \end_inset
27470
27471  Ejemplo de línea de texto.
27472 \end_layout
27473
27474 \begin_layout Description
27475 Estirado Ejemplo de línea de texto.
27476  
27477 \begin_inset Box Boxed
27478 position "c"
27479 hor_pos "c"
27480 has_inner_box 1
27481 inner_pos "s"
27482 use_parbox 0
27483 use_makebox 0
27484 width "12col%"
27485 special "none"
27486 height "1.5in"
27487 height_special "totalheight"
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 \align center
27492 Este texto
27493 \end_layout
27494
27495 \begin_layout Plain Layout
27496 \align center
27497 está
27498 \end_layout
27499
27500 \begin_layout Plain Layout
27501 \align center
27502 estirado.
27503 \end_layout
27504
27505 \end_inset
27506
27507  Ejemplo de línea de texto.
27508 \end_layout
27509
27510 \begin_layout Standard
27511 Para estirar el contenido debe tener más de un párrafo.
27512  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27513 \end_layout
27514
27515 \begin_layout Standard
27516 \begin_inset VSpace bigskip
27517 \end_inset
27518
27519 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27520  LyX cuando hayas escogido un 
27521 \family sans
27522 Marco
27523 \begin_inset space ~
27524 \end_inset
27525
27526 interior
27527 \family default
27528 .
27529 \end_layout
27530
27531 \begin_layout Standard
27532 \align center
27533 \begin_inset Box Boxed
27534 position "c"
27535 hor_pos "c"
27536 has_inner_box 1
27537 inner_pos "s"
27538 use_parbox 0
27539 use_makebox 0
27540 width "15col%"
27541 special "none"
27542 height "1.25in"
27543 height_special "totalheight"
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 \align left
27548 marco
27549 \end_layout
27550
27551 \begin_layout Plain Layout
27552 \align center
27553 con texto
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557 \align right
27558 estirado
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Si no has establecido un 
27568 \family sans
27569 Marco
27570 \begin_inset space ~
27571 \end_inset
27572
27573 interior
27574 \family default
27575 , puedes alinear horizontalmente el contenido del marco en el diálogo de
27576  marcos.
27577 \end_layout
27578
27579 \begin_layout Standard
27580 \align center
27581 \begin_inset Box Boxed
27582 position "c"
27583 hor_pos "s"
27584 has_inner_box 0
27585 inner_pos "s"
27586 use_parbox 0
27587 use_makebox 0
27588 width "90col%"
27589 special "none"
27590 height "1.25in"
27591 height_special "totalheight"
27592 status open
27593
27594 \begin_layout Plain Layout
27595 Texto estirado horizontalmente.
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_layout Subsection
27604 Decoración
27605 \begin_inset CommandInset label
27606 LatexCommand label
27607 name "sec:Decoración"
27608
27609 \end_inset
27610
27611
27612 \begin_inset Index idx
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616 Marcos ! Decoración
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Standard
27625 El estilo de borde del marco se puede determinar en la lista desplegable
27626  
27627 \family sans
27628 Tipo
27629 \family default
27630  del diálogo de marcos.
27631  Son posibles los siguientes bordes:
27632 \end_layout
27633
27634 \begin_layout Description
27635 Sin
27636 \begin_inset space ~
27637 \end_inset
27638
27639 borde No se dibuja ninguno.
27640 \end_layout
27641
27642 \begin_layout Description
27643 Borde
27644 \begin_inset space ~
27645 \end_inset
27646
27647 rectangular
27648 \begin_inset space ~
27649 \end_inset
27650
27651 sencillo Dibuja un borde rectangular alrededor del marco.
27652  El grosor del borde depende de 
27653 \series bold
27654
27655 \backslash
27656 fboxrule
27657 \series default
27658 .
27659  
27660 \begin_inset Box Boxed
27661 position "c"
27662 hor_pos "c"
27663 has_inner_box 1
27664 inner_pos "c"
27665 use_parbox 0
27666 use_makebox 0
27667 width "25col%"
27668 special "none"
27669 height "1in"
27670 height_special "totalheight"
27671 status open
27672
27673 \begin_layout Plain Layout
27674 \align center
27675 Marco rectangular
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Description
27684 Borde
27685 \begin_inset space ~
27686 \end_inset
27687
27688 ovalado,
27689 \begin_inset space ~
27690 \end_inset
27691
27692 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
27693 \begin_inset space \thinspace{}
27694 \end_inset
27695
27696 pt.
27697  
27698 \begin_inset Box ovalbox
27699 position "c"
27700 hor_pos "c"
27701 has_inner_box 1
27702 inner_pos "c"
27703 use_parbox 0
27704 use_makebox 0
27705 width "25col%"
27706 special "none"
27707 height "1in"
27708 height_special "totalheight"
27709 status open
27710
27711 \begin_layout Plain Layout
27712 \align center
27713 Borde ovalado, fino
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Description
27722 Borde
27723 \begin_inset space ~
27724 \end_inset
27725
27726 ovalado,
27727 \begin_inset space ~
27728 \end_inset
27729
27730 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
27731 \begin_inset space \thinspace{}
27732 \end_inset
27733
27734 pt.
27735  
27736 \begin_inset Box Ovalbox
27737 position "c"
27738 hor_pos "c"
27739 has_inner_box 1
27740 inner_pos "c"
27741 use_parbox 0
27742 use_makebox 0
27743 width "30col%"
27744 special "none"
27745 height "1in"
27746 height_special "totalheight"
27747 status open
27748
27749 \begin_layout Plain Layout
27750 \align center
27751 Borde ovalado, grueso
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Description
27760 Borde
27761 \begin_inset space ~
27762 \end_inset
27763
27764 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
27765  El grosor de la línea tiene el tamaño dado por 
27766 \series bold
27767
27768 \backslash
27769 fboxrule
27770 \series default
27771 , la sombra tiene una anchura de 4
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 pt.
27776  
27777 \begin_inset Box Shadowbox
27778 position "c"
27779 hor_pos "c"
27780 has_inner_box 1
27781 inner_pos "c"
27782 use_parbox 0
27783 use_makebox 0
27784 width "20col%"
27785 special "none"
27786 height "1in"
27787 height_special "totalheight"
27788 status open
27789
27790 \begin_layout Plain Layout
27791 \align center
27792 Borde sombrado
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Description
27801 Fondo
27802 \begin_inset space ~
27803 \end_inset
27804
27805 coloreado Dibuja un cuadro con fondo de color rojo.
27806  A diferencia de los cuadros coloreados,
27807 \begin_inset Foot
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811 véase sec.
27812  
27813 \begin_inset CommandInset ref
27814 LatexCommand ref
27815 reference "sec:Marcos-Coloreados"
27816
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \end_inset
27823
27824  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27825 \begin_inset Box Shaded
27826 position "t"
27827 hor_pos "c"
27828 has_inner_box 0
27829 inner_pos "t"
27830 use_parbox 0
27831 use_makebox 0
27832 width "50col%"
27833 special "none"
27834 height "1in"
27835 height_special "totalheight"
27836 status open
27837
27838 \begin_layout Plain Layout
27839 Cuadro con fondo sombreado
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Description
27848 Borde
27849 \begin_inset space ~
27850 \end_inset
27851
27852 rectangular
27853 \begin_inset space ~
27854 \end_inset
27855
27856 doble Dibuja un rectángulo de línea doble alrededor.
27857  El grosor de la línea interior es 0.75
27858 \begin_inset space \thinspace{}
27859 \end_inset
27860
27861
27862 \series bold
27863
27864 \backslash
27865 fboxrule
27866 \series default
27867 , el de la línea exterior es 1.5
27868 \begin_inset space \thinspace{}
27869 \end_inset
27870
27871
27872 \series bold
27873
27874 \backslash
27875 fboxrule
27876 \series default
27877 .
27878  La distancia entre líneas es 1.5
27879 \begin_inset space \thinspace{}
27880 \end_inset
27881
27882
27883 \series bold
27884
27885 \backslash
27886 fboxrule
27887 \series default
27888
27889 \begin_inset space \thinspace{}
27890 \end_inset
27891
27892 +
27893 \begin_inset space \thinspace{}
27894 \end_inset
27895
27896 0.5
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 pt.
27901  
27902 \begin_inset Box Doublebox
27903 position "c"
27904 hor_pos "c"
27905 has_inner_box 1
27906 inner_pos "c"
27907 use_parbox 0
27908 use_makebox 0
27909 width "20col%"
27910 special "none"
27911 height "1in"
27912 height_special "totalheight"
27913 status open
27914
27915 \begin_layout Plain Layout
27916 \align center
27917 Borde doble
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Standard
27926 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
27927  Para poder utilizar los distintos bordes, debe estar instalado el paquete
27928  LaTeX 
27929 \series bold
27930 fancybox
27931 \series default
27932
27933 \begin_inset Index idx
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 LaTeX-paquetes ! fancybox
27938 \end_layout
27939
27940 \end_inset
27941
27942 .
27943 \end_layout
27944
27945 \begin_layout Standard
27946 \begin_inset VSpace bigskip
27947 \end_inset
27948
27949 Si usas la decoración 
27950 \family sans
27951 borde rectangular sencillo
27952 \family default
27953  sin marco interior, puedes permitir saltos de página dentro del marco.
27954  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
27955  el borde usa siempre todo el ancho de columna, el marco se establece como
27956  su párrafo propio y 
27957 \series bold
27958
27959 \backslash
27960 fboxrule
27961 \series default
27962  y 
27963 \series bold
27964
27965 \backslash
27966 fboxsep
27967 \series default
27968  no funcionan.
27969  El grosor del borde tiene el tamaño de 
27970 \series bold
27971
27972 \backslash
27973 FrameRule
27974 \series default
27975 .
27976 \begin_inset Box Framed
27977 position "t"
27978 hor_pos "c"
27979 has_inner_box 0
27980 inner_pos "t"
27981 use_parbox 0
27982 use_makebox 0
27983 width "100col%"
27984 special "none"
27985 height "1in"
27986 height_special "totalheight"
27987 status collapsed
27988
27989 \begin_layout Plain Layout
27990 Cuadro que permite saltos de página
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Section
27999 Personalización de marcos
28000 \begin_inset Index idx
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 Marcos ! Personalizar
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Standard
28013 El valor predeterminado por 
28014 \series bold
28015
28016 \backslash
28017 fboxrule
28018 \series default
28019  es 0.4
28020 \begin_inset space \thinspace{}
28021 \end_inset
28022
28023 pt.
28024  Puede cambiarse con el siguiente comando en código TeX, p.
28025 \begin_inset space \thinspace{}
28026 \end_inset
28027
28028 e.
28029 \begin_inset space ~
28030 \end_inset
28031
28032 a
28033 \begin_inset space ~
28034 \end_inset
28035
28036 2
28037 \begin_inset space \thinspace{}
28038 \end_inset
28039
28040 pt:
28041 \end_layout
28042
28043 \begin_layout Standard
28044
28045 \series bold
28046
28047 \backslash
28048 setlength{
28049 \backslash
28050 fboxrule}{2pt}
28051 \end_layout
28052
28053 \begin_layout Standard
28054 \begin_inset ERT
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058
28059
28060 \backslash
28061 setlength{
28062 \backslash
28063 fboxrule}{2pt}
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \begin_inset Box Boxed
28070 position "c"
28071 hor_pos "c"
28072 has_inner_box 1
28073 inner_pos "c"
28074 use_parbox 0
28075 use_makebox 0
28076 width "25col%"
28077 special "none"
28078 height "1in"
28079 height_special "totalheight"
28080 status open
28081
28082 \begin_layout Plain Layout
28083 \align center
28084 Marco rectangular con 
28085 \series bold
28086
28087 \backslash
28088 fboxrule
28089 \series default
28090
28091 \begin_inset space \thinspace{}
28092 \end_inset
28093
28094 =
28095 \begin_inset space \thinspace{}
28096 \end_inset
28097
28098 2
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102 pt
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \begin_inset ERT
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112
28113
28114 \backslash
28115 setlength{
28116 \backslash
28117 fboxrule}{0.4pt}
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \begin_layout Standard
28126 \begin_inset VSpace bigskip
28127 \end_inset
28128
28129 El espacio entre el borde y el contenido del cuadro es 3
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133 pt por omisión para todos los estilos.
28134  Se puede cambiar mediante la longitud 
28135 \series bold
28136
28137 \backslash
28138 fboxsep
28139 \series default
28140 .
28141  Por ejemplo el comando
28142 \end_layout
28143
28144 \begin_layout Standard
28145
28146 \series bold
28147
28148 \backslash
28149 setlength{
28150 \backslash
28151 fboxsep}{10pt}
28152 \end_layout
28153
28154 \begin_layout Standard
28155 determina un valor de 10
28156 \begin_inset space \thinspace{}
28157 \end_inset
28158
28159 pt, como en el siguiente marco:
28160 \end_layout
28161
28162 \begin_layout Standard
28163 \begin_inset ERT
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167
28168
28169 \backslash
28170 setlength{
28171 \backslash
28172 fboxsep}{10pt}
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \begin_inset Box Boxed
28179 position "c"
28180 hor_pos "c"
28181 has_inner_box 1
28182 inner_pos "c"
28183 use_parbox 0
28184 use_makebox 0
28185 width "25col%"
28186 special "none"
28187 height "1in"
28188 height_special "totalheight"
28189 status open
28190
28191 \begin_layout Plain Layout
28192 \align center
28193 Marco rectangular con 
28194 \series bold
28195
28196 \backslash
28197 fboxsep
28198 \series default
28199
28200 \begin_inset space \thinspace{}
28201 \end_inset
28202
28203 =
28204 \begin_inset space \thinspace{}
28205 \end_inset
28206
28207 10
28208 \begin_inset space \thinspace{}
28209 \end_inset
28210
28211 pt
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222
28223 \backslash
28224 setlength{
28225 \backslash
28226 fboxsep}{3pt}
28227 \end_layout
28228
28229 \end_inset
28230
28231
28232 \end_layout
28233
28234 \begin_layout Standard
28235 \begin_inset VSpace bigskip
28236 \end_inset
28237
28238 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28239  el comando 
28240 \series bold
28241
28242 \backslash
28243 cornersize
28244 \series default
28245 .
28246  El comando
28247 \end_layout
28248
28249 \begin_layout Standard
28250
28251 \series bold
28252
28253 \backslash
28254 cornersize*{1cm}
28255 \end_layout
28256
28257 \begin_layout Standard
28258 establece un diámetro de 1
28259 \begin_inset space \thinspace{}
28260 \end_inset
28261
28262 cm.
28263  El comando
28264 \end_layout
28265
28266 \begin_layout Standard
28267
28268 \series bold
28269
28270 \backslash
28271 cornersize{num}
28272 \end_layout
28273
28274 \begin_layout Standard
28275 fija el diámetro en 
28276 \family sans
28277 num
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 ×
28282 \begin_inset space \thinspace{}
28283 \end_inset
28284
28285 mínimo
28286 \family default
28287  
28288 \family sans
28289 (ancho y alto del marco)
28290 \family default
28291 .
28292  Por omisión es 
28293 \series bold
28294
28295 \backslash
28296 cornersize{0.5}
28297 \series default
28298 .
28299 \end_layout
28300
28301 \begin_layout Standard
28302 \begin_inset ERT
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306
28307
28308 \backslash
28309 cornersize*{1.5cm}
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \begin_inset Box Ovalbox
28316 position "c"
28317 hor_pos "c"
28318 has_inner_box 1
28319 inner_pos "c"
28320 use_parbox 0
28321 use_makebox 0
28322 width "28col%"
28323 special "none"
28324 height "1in"
28325 height_special "totalheight"
28326 status open
28327
28328 \begin_layout Plain Layout
28329 \align center
28330 Marco ovalado con 
28331 \series bold
28332
28333 \backslash
28334 cornersize
28335 \series default
28336
28337 \begin_inset space \thinspace{}
28338 \end_inset
28339
28340 =
28341 \begin_inset space \thinspace{}
28342 \end_inset
28343
28344 1.5
28345 \begin_inset space \thinspace{}
28346 \end_inset
28347
28348 cm
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \begin_inset ERT
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358
28359
28360 \backslash
28361 cornersize{0.5}
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 \begin_inset VSpace bigskip
28371 \end_inset
28372
28373 El tamaño de la sombra se puede ajustar cambiando la longitud 
28374 \series bold
28375
28376 \backslash
28377 shadowsize
28378 \series default
28379 .
28380  Este comando la ajusta a 2
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384 pt en el marco siguiente:
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 setlength{
28393 \backslash
28394 shadowsize}{2pt}
28395 \end_layout
28396
28397 \begin_layout Standard
28398 \begin_inset ERT
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402
28403
28404 \backslash
28405 setlength{
28406 \backslash
28407 shadowsize}{2pt}
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \begin_inset Box Shadowbox
28414 position "c"
28415 hor_pos "c"
28416 has_inner_box 1
28417 inner_pos "c"
28418 use_parbox 0
28419 use_makebox 0
28420 width "28col%"
28421 special "none"
28422 height "1in"
28423 height_special "totalheight"
28424 status open
28425
28426 \begin_layout Plain Layout
28427 \align center
28428 Borde sombreado con 
28429 \series bold
28430
28431 \backslash
28432 shadowsize
28433 \series default
28434
28435 \begin_inset space \thinspace{}
28436 \end_inset
28437
28438 =
28439 \begin_inset space \thinspace{}
28440 \end_inset
28441
28442 2
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 pt
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \begin_inset ERT
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456
28457
28458 \backslash
28459 setlength{
28460 \backslash
28461 shadowsize}{4pt}
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Standard
28470 \begin_inset VSpace bigskip
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Standard
28477 Por omisión, el tamaño 
28478 \series bold
28479
28480 \backslash
28481 FrameRule
28482 \series default
28483  es 0,4
28484 \begin_inset space \thinspace{}
28485 \end_inset
28486
28487 pt.
28488  El espacio por omisión entre el contenido de la nota y el marco es 9
28489 \begin_inset space \thinspace{}
28490 \end_inset
28491
28492 pt; puede cambiarse con el valor de 
28493 \series bold
28494
28495 \backslash
28496 FrameSep
28497 \series default
28498 .
28499  Por ejemplo, el borde del marco siguiente se establece con los comandos
28500  en código TeX
28501 \end_layout
28502
28503 \begin_layout Standard
28504
28505 \series bold
28506
28507 \backslash
28508 setlength{
28509 \backslash
28510 FrameRule}{5pt}
28511 \begin_inset Newline newline
28512 \end_inset
28513
28514
28515 \backslash
28516 setlength{
28517 \backslash
28518 FrameSep}{0.5cm}
28519 \end_layout
28520
28521 \begin_layout Standard
28522 \begin_inset ERT
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527
28528 \backslash
28529 setlength{
28530 \backslash
28531 FrameRule}{5pt}
28532 \end_layout
28533
28534 \begin_layout Plain Layout
28535
28536
28537 \backslash
28538 setlength{
28539 \backslash
28540 FrameSep}{0.5cm}
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \begin_inset Box Framed
28547 position "t"
28548 hor_pos "c"
28549 has_inner_box 0
28550 inner_pos "t"
28551 use_parbox 0
28552 use_makebox 0
28553 width "100col%"
28554 special "none"
28555 height "1in"
28556 height_special "totalheight"
28557 status open
28558
28559 \begin_layout Plain Layout
28560 Texto en un marco con borde sencillo de 5
28561 \begin_inset space \thinspace{}
28562 \end_inset
28563
28564 pt.
28565  que permite
28566 \family sans
28567  
28568 \family default
28569 salto de página.
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \begin_inset ERT
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579
28580
28581 \backslash
28582 setlength{
28583 \backslash
28584 FrameRule}{0.4pt}
28585 \end_layout
28586
28587 \begin_layout Plain Layout
28588
28589
28590 \backslash
28591 setlength{
28592 \backslash
28593 FrameSep}{9pt}
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 \begin_inset VSpace bigskip
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Standard
28609 Para los marcos con 
28610 \family sans
28611 fondo
28612 \begin_inset space ~
28613 \end_inset
28614
28615 coloreado
28616 \family default
28617  el espacio por omisión entre el contenido y el borde es 3
28618 \begin_inset space \thinspace{}
28619 \end_inset
28620
28621 pt; se puede cambiar con el valor de 
28622 \series bold
28623
28624 \backslash
28625 fboxsep
28626 \series default
28627 .
28628  El color rojo predeterminado se puede cambiar en el sitio con el comando
28629  
28630 \series bold
28631
28632 \backslash
28633 definecolor{shadecolor}
28634 \series default
28635  o globalmente con el menú 
28636 \family sans
28637 Herramientas
28638 \family default
28639 \SpecialChar \menuseparator
28640
28641 \family sans
28642 Preferencias
28643 \family default
28644 \SpecialChar \menuseparator
28645
28646 \family sans
28647 Colores
28648 \family default
28649 \SpecialChar \menuseparator
28650
28651 \family sans
28652 marco
28653 \begin_inset space ~
28654 \end_inset
28655
28656 coloreado
28657 \family default
28658 .
28659  El esquema del comando 
28660 \series bold
28661
28662 \backslash
28663 definecolor
28664 \series default
28665  se explica en la sección
28666 \begin_inset space ~
28667 \end_inset
28668
28669
28670 \begin_inset CommandInset ref
28671 LatexCommand ref
28672 reference "sec:Cuadros-Coloreados"
28673
28674 \end_inset
28675
28676 .
28677 \begin_inset Foot
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 El comando 
28682 \series bold
28683
28684 \backslash
28685 definecolor
28686 \series default
28687  requiere el paquete LaTeX 
28688 \series bold
28689 color
28690 \series default
28691  en el preámbulo, véase la sección
28692 \begin_inset space ~
28693 \end_inset
28694
28695
28696 \begin_inset CommandInset ref
28697 LatexCommand ref
28698 reference "sec:Marcos-Coloreados"
28699
28700 \end_inset
28701
28702 .
28703 \end_layout
28704
28705 \end_inset
28706
28707  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28708 \end_layout
28709
28710 \begin_layout Standard
28711
28712 \series bold
28713
28714 \backslash
28715 setlength{
28716 \backslash
28717 fboxsep}{0.5cm}
28718 \series default
28719
28720 \begin_inset Newline newline
28721 \end_inset
28722
28723
28724 \series bold
28725
28726 \backslash
28727 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28728 \end_layout
28729
28730 \begin_layout Standard
28731 \begin_inset ERT
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735
28736
28737 \backslash
28738 setlength{
28739 \backslash
28740 fboxsep}{0.5cm}
28741 \end_layout
28742
28743 \begin_layout Plain Layout
28744
28745
28746 \backslash
28747 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \begin_inset Box Shaded
28754 position "t"
28755 hor_pos "c"
28756 has_inner_box 0
28757 inner_pos "t"
28758 use_parbox 0
28759 use_makebox 0
28760 width "100col%"
28761 special "none"
28762 height "1in"
28763 height_special "totalheight"
28764 status open
28765
28766 \begin_layout Plain Layout
28767
28768 \color yellow
28769 Texto amarillo en un marco con fondo coloreado en verde oscuro.
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 setlength{
28783 \backslash
28784 fboxsep}{3pt}
28785 \end_layout
28786
28787 \begin_layout Plain Layout
28788
28789
28790 \backslash
28791 definecolor{shadecolor}{rgb}{1,0,0}
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \end_layout
28798
28799 \begin_layout Standard
28800 \begin_inset VSpace bigskip
28801 \end_inset
28802
28803 Los cambios en las dimensiones son válidos para todos los marcos que siguen
28804  a los comandos.
28805 \end_layout
28806
28807 \begin_layout Section
28808 Minipáginas
28809 \begin_inset CommandInset label
28810 LatexCommand label
28811 name "sec:Minipáginas"
28812
28813 \end_inset
28814
28815
28816 \begin_inset Index idx
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820 Marcos ! Minipáginas
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28830  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28835 \end_layout
28836
28837 \begin_layout Standard
28838 A continuación hay dos ejemplos de minipáginas adosadas.
28839  Su anchura está puesta en 45
28840 \begin_inset space \thinspace{}
28841 \end_inset
28842
28843 % y separadas por un relleno horizontal, insertado mediante el menú 
28844 \family sans
28845 Insertar\SpecialChar \menuseparator
28846 Formato\SpecialChar \menuseparator
28847 Relleno
28848 \begin_inset space ~
28849 \end_inset
28850
28851 horizontal
28852 \family default
28853 .
28854 \end_layout
28855
28856 \begin_layout Standard
28857 \begin_inset Box Frameless
28858 position "t"
28859 hor_pos "c"
28860 has_inner_box 1
28861 inner_pos "c"
28862 use_parbox 0
28863 use_makebox 0
28864 width "45col%"
28865 special "none"
28866 height "1in"
28867 height_special "totalheight"
28868 status open
28869
28870 \begin_layout Plain Layout
28871
28872 \lang german
28873 Dies ist ein deutscher Text.
28874  Dies ist ein deutscher Text.
28875  Dies ist ein deutscher Text.
28876  Dies ist ein deutscher Text.
28877  Dies ist ein deutscher Text.
28878  Dies ist ein deutscher Text.
28879  Dies ist ein deutscher Text.
28880  Dies ist ein deutscher Text.
28881  Dies ist ein deutscher Text.
28882  Dies ist ein deutscher Text.
28883  Dies ist ein deutscher Text.
28884  Dies ist ein deutscher Text.
28885  Dies ist ein deutscher Text
28886 \begin_inset Foot
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890
28891 \lang german
28892 Dies ist eine deutsche Fußnote.
28893 \end_layout
28894
28895 \end_inset
28896
28897 .
28898  Dies ist ein deutscher Text.
28899  Dies ist ein deutscher Text.
28900 \end_layout
28901
28902 \end_inset
28903
28904
28905 \begin_inset space \hfill{}
28906 \end_inset
28907
28908
28909 \begin_inset Box Frameless
28910 position "t"
28911 hor_pos "c"
28912 has_inner_box 1
28913 inner_pos "c"
28914 use_parbox 0
28915 use_makebox 0
28916 width "45col%"
28917 special "none"
28918 height "1in"
28919 height_special "totalheight"
28920 status open
28921
28922 \begin_layout Plain Layout
28923
28924 \lang english
28925 This is an English Text.
28926  This is an English Text.
28927  This is an English Text.
28928  This is an English Text.
28929  This is an English Text.
28930  This is an English Text.
28931  This is an English Text.
28932  This is an English Text.
28933  This is an English Text.
28934  This is an English Text.
28935  This is an English Text.
28936  This is an English Text.
28937  This is an English Text.
28938  This is an English Text.
28939  This is an English Text.
28940  This is an English Text.
28941 \begin_inset Foot
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945
28946 \lang english
28947 This is an English footnote.
28948 \end_layout
28949
28950 \end_inset
28951
28952  This is an English Text.
28953  
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset VSpace bigskip
28963 \end_inset
28964
28965 La configuración global de párrafos se ignora en las minipáginas.
28966  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28967  pongas p.
28968 \begin_inset space \thinspace{}
28969 \end_inset
28970
28971 e.
28972 \begin_inset space ~
28973 \end_inset
28974
28975
28976 \family sans
28977 Salto
28978 \begin_inset space ~
28979 \end_inset
28980
28981 medio
28982 \family default
28983  en la configuración del documento.
28984 \end_layout
28985
28986 \begin_layout Standard
28987 Las minipáginas también sirven para poner un color de fondo para partes
28988  de texto, véase sección
28989 \begin_inset space ~
28990 \end_inset
28991
28992
28993 \begin_inset CommandInset ref
28994 LatexCommand ref
28995 reference "sub:Color-en-Párrafos"
28996
28997 \end_inset
28998
28999 .
29000 \end_layout
29001
29002 \begin_layout Standard
29003 \begin_inset Note Greyedout
29004 status open
29005
29006 \begin_layout Plain Layout
29007
29008 \series bold
29009 Nota:
29010 \series default
29011  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29012  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Section
29021 Marcos de párrafo
29022 \begin_inset CommandInset label
29023 LatexCommand label
29024 name "sec:Marcos-de-Párrafo"
29025
29026 \end_inset
29027
29028
29029 \begin_inset Index idx
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033 Marcos ! de párrafo
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042 Los marcos de párrafo son similares a las minipáginas con la diferencia
29043  de que no pueden contener notas al pie.
29044 \end_layout
29045
29046 \begin_layout Standard
29047 \align center
29048 \begin_inset Box Frameless
29049 position "t"
29050 hor_pos "c"
29051 has_inner_box 1
29052 inner_pos "t"
29053 use_parbox 1
29054 use_makebox 0
29055 width "33col%"
29056 special "none"
29057 height "1in"
29058 height_special "totalheight"
29059 status open
29060
29061 \begin_layout Plain Layout
29062 Texto en un marco de párrafo.
29063  Texto en un marco de párrafo.
29064  Esta nota no aparece:
29065 \begin_inset Foot
29066 status open
29067
29068 \begin_layout Plain Layout
29069 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29070 \end_layout
29071
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Section
29083 Marcos para palabras y caracteres
29084 \begin_inset Index idx
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Marcos ! para palabras y caracteres
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \begin_layout Subsection
29097 Evitar la partición de palabras
29098 \begin_inset CommandInset label
29099 LatexCommand label
29100 name "sec:Evitar-la-Partición"
29101
29102 \end_inset
29103
29104
29105 \begin_inset Index idx
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109 Marcos ! para evitar partición de palabras
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \end_layout
29116
29117 \begin_layout Standard
29118 El marco tipo 
29119 \family sans
29120 Marco de línea
29121 \family default
29122  sirve para evitar que una palabra sea partida con guión.
29123 \begin_inset Newline newline
29124 \end_inset
29125
29126 He aquí un ejemplo:
29127 \end_layout
29128
29129 \begin_layout Standard
29130 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29131 palabra».
29132 \end_layout
29133
29134 \begin_layout Standard
29135 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29136  un marco, establece el 
29137 \family sans
29138 Marco interior
29139 \family default
29140  en 
29141 \family sans
29142 Marco de línea
29143 \family default
29144  y el ancho en 
29145 \family sans
29146 1
29147 \begin_inset space \thinspace{}
29148 \end_inset
29149
29150 Ancho
29151 \family default
29152 .
29153 \end_layout
29154
29155 \begin_layout Standard
29156 Este es el resultado:
29157 \end_layout
29158
29159 \begin_layout Standard
29160 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29161 \begin_inset Box Frameless
29162 position "t"
29163 hor_pos "c"
29164 has_inner_box 1
29165 inner_pos "t"
29166 use_parbox 0
29167 use_makebox 1
29168 width "1in"
29169 special "width"
29170 height "1in"
29171 height_special "totalheight"
29172 status open
29173
29174 \begin_layout Plain Layout
29175 «estalarguísimapalabra»
29176 \end_layout
29177
29178 \end_inset
29179
29180 .
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Como alternativa puedes poner el comando «
29185 \series bold
29186
29187 \backslash
29188 -
29189 \series default
29190 » en código TeX directamente antes de la palabra:
29191 \end_layout
29192
29193 \begin_layout Standard
29194 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29195 \begin_inset ERT
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199
29200
29201 \backslash
29202 -
29203 \end_layout
29204
29205 \end_inset
29206
29207 estalarguísimapalabra».
29208 \end_layout
29209
29210 \begin_layout Standard
29211 Por supuesto, la palabra sobresale del margen.
29212  Para evitarlo añade, con el menú 
29213 \family sans
29214 Insertar\SpecialChar \menuseparator
29215 Formato\SpecialChar \menuseparator
29216 Salto
29217 \begin_inset space ~
29218 \end_inset
29219
29220 de
29221 \begin_inset space ~
29222 \end_inset
29223
29224 línea
29225 \begin_inset space ~
29226 \end_inset
29227
29228 cortada
29229 \family default
29230  (atajo 
29231 \family sans
29232 Ctrl+Entrar
29233 \family default
29234 ), un salto de línea antes de la palabra:
29235 \end_layout
29236
29237 \begin_layout Standard
29238 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29239 \begin_inset Newline newline
29240 \end_inset
29241
29242
29243 \begin_inset Box Frameless
29244 position "t"
29245 hor_pos "c"
29246 has_inner_box 1
29247 inner_pos "t"
29248 use_parbox 0
29249 use_makebox 1
29250 width "1in"
29251 special "width"
29252 height "1in"
29253 height_special "totalheight"
29254 status open
29255
29256 \begin_layout Plain Layout
29257 «estalarguísimapalabra»
29258 \end_layout
29259
29260 \end_inset
29261
29262 .
29263 \end_layout
29264
29265 \begin_layout Subsection
29266 Alineación vertical
29267 \begin_inset CommandInset label
29268 LatexCommand label
29269 name "sub:Alineación-Vertical"
29270
29271 \end_inset
29272
29273
29274 \begin_inset Index idx
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278 Marcos ! para alineación vertical
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \end_layout
29285
29286 \begin_layout Standard
29287 Con ayuda del comando 
29288 \series bold
29289
29290 \backslash
29291 raisebox
29292 \series default
29293  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29294  
29295 \series bold
29296
29297 \backslash
29298 raisebox
29299 \series default
29300  se utiliza según el esquema:
29301 \end_layout
29302
29303 \begin_layout Standard
29304
29305 \series bold
29306
29307 \backslash
29308 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29309 \end_layout
29310
29311 \begin_layout Standard
29312 La elevación puede ser un valor positivo para subir el marco o negativo
29313  para bajarlo.
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Para alinear una palabra, p.
29318 \begin_inset space \thinspace{}
29319 \end_inset
29320
29321 e
29322 \begin_inset space ~
29323 \end_inset
29324
29325 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29326  en la línea de base, inserta el comando
29327 \end_layout
29328
29329 \begin_layout Standard
29330
29331 \series bold
29332
29333 \backslash
29334 raisebox{
29335 \backslash
29336 depth}{
29337 \end_layout
29338
29339 \begin_layout Standard
29340 en código TeX antes de la palabra.
29341  Detrás de la palabra inserta una llave de cierre «
29342 \series bold
29343 }
29344 \series default
29345 » en código TeX.
29346 \begin_inset Newline newline
29347 \end_inset
29348
29349 Este es el resultado:
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Esto es una línea de texto con la palabra 
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359
29360 \backslash
29361 raisebox{
29362 \backslash
29363 depth}{
29364 \end_layout
29365
29366 \end_inset
29367
29368 «prevención»
29369 \begin_inset ERT
29370 status collapsed
29371
29372 \begin_layout Plain Layout
29373
29374 }
29375 \end_layout
29376
29377 \end_inset
29378
29379  elevada.
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset VSpace bigskip
29384 \end_inset
29385
29386 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29387 \end_layout
29388
29389 \begin_layout Standard
29390 Esto es una línea de texto con la palabra 
29391 \begin_inset ERT
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395
29396
29397 \backslash
29398 raisebox{-
29399 \backslash
29400 depth}{
29401 \end_layout
29402
29403 \end_inset
29404
29405 «prevención»
29406 \begin_inset ERT
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410
29411 }
29412 \end_layout
29413
29414 \end_inset
29415
29416  bajada.
29417 \begin_inset Newline newline
29418 \end_inset
29419
29420 Esto es una línea de texto con la palabra 
29421 \begin_inset ERT
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425
29426
29427 \backslash
29428 raisebox{0.5cm}{
29429 \end_layout
29430
29431 \end_inset
29432
29433 «testigo»
29434 \begin_inset ERT
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438
29439 }
29440 \end_layout
29441
29442 \end_inset
29443
29444  elevada.
29445 \end_layout
29446
29447 \begin_layout Standard
29448 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29449  Por ejemplo
29450 \end_layout
29451
29452 \begin_layout Standard
29453
29454 \series bold
29455
29456 \backslash
29457 raisebox{-
29458 \backslash
29459 depth}[0pt]{
29460 \end_layout
29461
29462 \begin_layout Standard
29463 Esto es una línea de texto con la palabra 
29464 \begin_inset ERT
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468
29469
29470 \backslash
29471 raisebox{-
29472 \backslash
29473 depth}[0pt]{
29474 \end_layout
29475
29476 \end_inset
29477
29478 «prevención»
29479 \begin_inset ERT
29480 status collapsed
29481
29482 \begin_layout Plain Layout
29483
29484 }
29485 \end_layout
29486
29487 \end_inset
29488
29489  bajada.
29490 \begin_inset Newline newline
29491 \end_inset
29492
29493 Esto es una línea de texto con la palabra 
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 raisebox{0.5cm}[0pt]{
29502 \end_layout
29503
29504 \end_inset
29505
29506 «testigo»
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512 }
29513 \end_layout
29514
29515 \end_inset
29516
29517  elevada.
29518 \end_layout
29519
29520 \begin_layout Section
29521 Marcos coloreados
29522 \begin_inset CommandInset label
29523 LatexCommand label
29524 name "sec:Marcos-Coloreados"
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index idx
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Marcos ! Colorear
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Subsection
29542 Colorear el fondo de un texto
29543 \begin_inset Index idx
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547 Color ! de fondo en un texto
29548 \end_layout
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
29557  Esto requiere cargar el paquete LaTeX 
29558 \series bold
29559 color
29560 \series default
29561
29562 \begin_inset Index idx
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566 LaTeX-paquetes ! color
29567 \end_layout
29568
29569 \end_inset
29570
29571  en el preámbulo del documento con
29572 \end_layout
29573
29574 \begin_layout Standard
29575
29576 \series bold
29577
29578 \backslash
29579 @ifundef\SpecialChar \textcompwordmark{}
29580 ined{textcolor}
29581 \begin_inset Newline newline
29582 \end_inset
29583
29584
29585 \begin_inset Phantom HPhantom
29586 status open
29587
29588 \begin_layout Plain Layout
29589
29590 \series bold
29591 \begin_inset space ~
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \end_inset
29598
29599 {
29600 \backslash
29601 usepackage{color}}{}
29602 \end_layout
29603
29604 \begin_layout Standard
29605 LyX cargará automáticamente el paquete 
29606 \series bold
29607 color
29608 \series default
29609  cuando colorees texto.
29610 \begin_inset Foot
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 Para evitar cargarlo dos veces se usa el comando 
29615 \series bold
29616
29617 \backslash
29618 @ifundef\SpecialChar \textcompwordmark{}
29619 ined
29620 \series default
29621 .
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 \begin_inset VSpace medskip
29631 \end_inset
29632
29633 Los marcos coloreados se crean con el comando 
29634 \series bold
29635
29636 \backslash
29637 colorbox
29638 \series default
29639 , de acuerdo con el siguiente esquema:
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 colorbox{color}{contenido del marco}
29648 \end_layout
29649
29650 \begin_layout Standard
29651 El contenido también puede ser un marco y los marcos coloreados también
29652  pueden estar en otros marcos.
29653 \end_layout
29654
29655 \begin_layout Standard
29656 Los siguientes colores están predefinidos:
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \family sans
29662 red
29663 \family default
29664
29665 \family sans
29666 green
29667 \family default
29668
29669 \family sans
29670 yellow, blue
29671 \family default
29672
29673 \family sans
29674 cyan
29675 \family default
29676 \series bold
29677 ,
29678 \series default
29679  
29680 \family sans
29681 magenta, black
29682 \family default
29683
29684 \family sans
29685 white
29686 \family default
29687 .
29688 \begin_inset Newline newline
29689 \end_inset
29690
29691 También puedes definir tus propios colores según se explica en la sección
29692 \begin_inset space ~
29693 \end_inset
29694
29695
29696 \begin_inset CommandInset ref
29697 LatexCommand ref
29698 reference "sec:Cuadros-Coloreados"
29699
29700 \end_inset
29701
29702 .
29703 \end_layout
29704
29705 \begin_layout Standard
29706 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29707 \end_layout
29708
29709 \begin_layout Standard
29710
29711 \series bold
29712
29713 \backslash
29714 colorbox{red}{
29715 \end_layout
29716
29717 \begin_layout Standard
29718 en código TeX antes de la palabra.
29719  Tras la palabra inserta una llave de cierre «
29720 \series bold
29721 }
29722 \series default
29723 » en código TeX.
29724 \begin_inset Newline newline
29725 \end_inset
29726
29727 Este es el resultado:
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Línea en la que la palabra 
29732 \begin_inset ERT
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736
29737
29738 \backslash
29739 colorbox{red}{
29740 \end_layout
29741
29742 \end_inset
29743
29744 «¡Atención!»
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750 }
29751 \end_layout
29752
29753 \end_inset
29754
29755  tiene fondo rojo.
29756 \end_layout
29757
29758 \begin_layout Standard
29759 \begin_inset VSpace bigskip
29760 \end_inset
29761
29762 Si quieres un borde de distinto color, puedes emplear el comando 
29763 \series bold
29764
29765 \backslash
29766 fcolorbox
29767 \series default
29768  con el esquema siguiente:
29769 \end_layout
29770
29771 \begin_layout Standard
29772
29773 \series bold
29774
29775 \backslash
29776 fcolorbox{color del borde}{color del fondo}{contenido del marco}
29777 \end_layout
29778
29779 \begin_layout Standard
29780
29781 \series bold
29782
29783 \backslash
29784 fcolorbox
29785 \series default
29786  es una extensión de 
29787 \series bold
29788
29789 \backslash
29790 colorbox
29791 \series default
29792 .
29793  El grosor del borde y el espacio entre él y el contenido se puede ajustar
29794  con las longitudes 
29795 \series bold
29796
29797 \backslash
29798 fboxrule
29799 \series default
29800  y 
29801 \series bold
29802
29803 \backslash
29804 fboxsep
29805 \series default
29806 , respectivamente, como se describe en la sección
29807 \begin_inset space ~
29808 \end_inset
29809
29810
29811 \begin_inset CommandInset ref
29812 LatexCommand ref
29813 reference "sec:Decoración"
29814
29815 \end_inset
29816
29817 .
29818 \end_layout
29819
29820 \begin_layout Standard
29821 Para el ejemplo siguiente se ha utilizado el comando
29822 \end_layout
29823
29824 \begin_layout Standard
29825
29826 \series bold
29827
29828 \backslash
29829 fcolorbox{cyan}{magenta}{
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Este es un ejemplo en el que se ha puesto un grosor de 1
29834 \begin_inset space \thinspace{}
29835 \end_inset
29836
29837 mm para la línea del borde:
29838 \begin_inset Newline newline
29839 \end_inset
29840
29841
29842 \begin_inset ERT
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847
29848 \backslash
29849 fboxrule 1mm 
29850 \backslash
29851 fboxsep 1mm
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \begin_inset ERT
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861
29862
29863 \backslash
29864 fcolorbox{cyan}{magenta}{
29865 \end_layout
29866
29867 \end_inset
29868
29869 Texto en un marco con fondo y borde en distintos colores.
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875 }
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 \begin_inset VSpace bigskip
29885 \end_inset
29886
29887 Por supuesto, también puedes colorear el texto en un marco coloreado:
29888 \begin_inset Newline newline
29889 \end_inset
29890
29891
29892 \begin_inset ERT
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896
29897
29898 \backslash
29899 fcolorbox{cyan}{magenta}{
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \color yellow
29906 Marco con texto, fondo y borde en distintos colores.
29907 \color none
29908
29909 \begin_inset ERT
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913
29914 }
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset ERT
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924
29925
29926 \backslash
29927 fboxrule 0.4pt 
29928 \backslash
29929 fboxsep 3pt
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \begin_layout Standard
29938
29939 \series bold
29940 \begin_inset VSpace medskip
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \begin_inset Note Greyedout
29948 status open
29949
29950 \begin_layout Plain Layout
29951
29952 \series bold
29953 Nota:
29954 \series default
29955  El texto en marcos con fondo coloreado no puede tener saltos de línea.
29956  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
29957  coloreado como se describe a continuación.
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Subsection
29966 Colorear el fondo de párrafos
29967 \begin_inset CommandInset label
29968 LatexCommand label
29969 name "sub:Color-en-Párrafos"
29970
29971 \end_inset
29972
29973
29974 \begin_inset Index idx
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Color ! en párrafos
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29988  Antes de la minipágina inserta el comando 
29989 \series bold
29990
29991 \backslash
29992 colorbox
29993 \series default
29994  en código TeX
29995 \end_layout
29996
29997 \begin_layout Standard
29998
29999 \series bold
30000
30001 \backslash
30002 colorbox{color}{
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Detrás de la minipágina inserta una llave de cierre «
30007 \series bold
30008 }
30009 \series default
30010 », también en código TeX.
30011 \end_layout
30012
30013 \begin_layout Standard
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019
30020 \backslash
30021 colorbox{grisclaro}{
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \begin_inset Box Frameless
30028 position "t"
30029 hor_pos "c"
30030 has_inner_box 1
30031 inner_pos "t"
30032 use_parbox 0
30033 use_makebox 0
30034 width "100col%"
30035 special "none"
30036 height "1in"
30037 height_special "totalheight"
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041 Texto con color de fondo.
30042  Texto con color de fondo.
30043 \end_layout
30044
30045 \begin_layout Plain Layout
30046 \begin_inset VSpace defskip
30047 \end_inset
30048
30049 El texto puede tener notas al pie
30050 \begin_inset Foot
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 Otro ejemplo de nota
30055 \end_layout
30056
30057 \end_inset
30058
30059  y puede incluir cuadros y figuras.
30060 \end_layout
30061
30062 \begin_layout Plain Layout
30063 \align center
30064 \begin_inset Tabular
30065 <lyxtabular version="3" rows="3" columns="3">
30066 <features tabularvalignment="middle">
30067 <column alignment="center" valignment="top" width="0">
30068 <column alignment="center" valignment="top" width="0">
30069 <column alignment="center" valignment="top" width="0">
30070 <row>
30071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Plain Layout
30075 a
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30081 \begin_inset Text
30082
30083 \begin_layout Plain Layout
30084 !
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Plain Layout
30093 3
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 </row>
30099 <row>
30100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104 <
30105 \end_layout
30106
30107 \end_inset
30108 </cell>
30109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30110 \begin_inset Text
30111
30112 \begin_layout Plain Layout
30113 b2
30114 \begin_inset Quotes erd
30115 \end_inset
30116
30117 |
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Plain Layout
30126 >
30127 \end_layout
30128
30129 \end_inset
30130 </cell>
30131 </row>
30132 <row>
30133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30134 \begin_inset Text
30135
30136 \begin_layout Plain Layout
30137 1
30138 \end_layout
30139
30140 \end_inset
30141 </cell>
30142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Plain Layout
30146 §
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30152 \begin_inset Text
30153
30154 \begin_layout Plain Layout
30155 c
30156 \end_layout
30157
30158 \end_inset
30159 </cell>
30160 </row>
30161 </lyxtabular>
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \begin_inset ERT
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175
30176 }
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Section
30185 Marcos girados y a escala
30186 \end_layout
30187
30188 \begin_layout Standard
30189 Para poder usar los comandos descritos en esta sección hay que cargar el
30190  paquete LaTeX 
30191 \series bold
30192 graphicx
30193 \series default
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 LaTeX-paquetes ! graphicx
30200 \end_layout
30201
30202 \end_inset
30203
30204  en el preámbulo del documento, con el comando
30205 \end_layout
30206
30207 \begin_layout Standard
30208
30209 \series bold
30210
30211 \backslash
30212 @ifundefined{rotatebox}
30213 \begin_inset Newline newline
30214 \end_inset
30215
30216
30217 \begin_inset Phantom HPhantom
30218 status open
30219
30220 \begin_layout Plain Layout
30221
30222 \series bold
30223 \begin_inset space ~
30224 \end_inset
30225
30226
30227 \end_layout
30228
30229 \end_inset
30230
30231 {
30232 \backslash
30233 usepackage{graphicx}}{}
30234 \end_layout
30235
30236 \begin_layout Standard
30237 \begin_inset Note Greyedout
30238 status open
30239
30240 \begin_layout Plain Layout
30241
30242 \series bold
30243 Nota: 
30244 \series default
30245 Algunos visores DVI no pueden mostrar material girado o a escala.
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Standard
30254 \begin_inset Note Greyedout
30255 status open
30256
30257 \begin_layout Plain Layout
30258
30259 \series bold
30260 Nota:
30261 \series default
30262  Los marcos girados o a escala no pueden contener flotantes.
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Subsection
30271 Marcos girados
30272 \begin_inset Index idx
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Marcos ! Girar
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Index idx
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286 Material rotado
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \begin_inset Index idx
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Figuras ! Rotar
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \begin_inset Index idx
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306 Cuadros ! Girar
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \begin_layout Standard
30315 Para girar material debes ponerlo en un marco girado.
30316  Los marcos girados se crean con el comando 
30317 \series bold
30318
30319 \backslash
30320 rotatebox
30321 \series default
30322  en código TeX, según el esquema:
30323 \end_layout
30324
30325 \begin_layout Standard
30326
30327 \series bold
30328
30329 \backslash
30330 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30331 \end_layout
30332
30333 \begin_layout Standard
30334 El origen de rotación se especifica en la forma 
30335 \series bold
30336 origin=position
30337 \series default
30338 .
30339  Son posibles las posiciones siguientes: 
30340 \emph on
30341 c
30342 \emph default
30343  (center), 
30344 \emph on
30345 l
30346 \emph default
30347  (left), 
30348 \emph on
30349 r
30350 \emph default
30351  (right), 
30352 \emph on
30353 b
30354 \emph default
30355  (bottom), 
30356 \emph on
30357 t
30358 \emph default
30359  (top), así como combinaciones adecuadas de las posiciones básicas.
30360  Por ejemplo, 
30361 \emph on
30362 lt
30363 \emph default
30364  significa que el origen de rotación es la esquina superior izquierda del
30365  marco.
30366  Si no se especifica origen de rotación se usará la posición 
30367 \emph on
30368 l
30369 \emph default
30370 .
30371  El ángulo de rotación es un número de grados, y puede ser negativo.
30372  El sentido de giro es contrario al de las agujas del reloj.
30373 \end_layout
30374
30375 \begin_layout Standard
30376 En el siguiente ejemplo se ha insertado el comando 
30377 \series bold
30378
30379 \backslash
30380 rotatebox[origin=c]{60}{ 
30381 \series default
30382 como código TeX delante del texto «con rotación»; después del texto, el
30383  marco se ha cerrado con llave en código TeX.
30384 \end_layout
30385
30386 \begin_layout Standard
30387 Esta línea contiene texto 
30388 \begin_inset ERT
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392
30393
30394 \backslash
30395 rotatebox[origin=c]{60}{
30396 \end_layout
30397
30398 \end_inset
30399
30400 con rotación
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406 }
30407 \end_layout
30408
30409 \end_inset
30410
30411 .
30412 \end_layout
30413
30414 \begin_layout Standard
30415 El contenido del marco puede ser también otro marco o una ecuación en línea:
30416 \end_layout
30417
30418 \begin_layout Standard
30419 En esta línea hay texto enmarcado 
30420 \begin_inset ERT
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425
30426 \backslash
30427 rotatebox[origin=r]{-60}{
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \begin_inset Box Doublebox
30434 position "c"
30435 hor_pos "c"
30436 has_inner_box 0
30437 inner_pos "c"
30438 use_parbox 0
30439 use_makebox 0
30440 width "1in"
30441 special "width"
30442 height "1in"
30443 height_special "totalheight"
30444 status open
30445
30446 \begin_layout Plain Layout
30447 con rotación
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \begin_inset ERT
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457
30458 }
30459 \end_layout
30460
30461 \end_inset
30462
30463  y 
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 rotatebox[origin=lb]{60}{
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30478 \end_inset
30479
30480
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486 }
30487 \end_layout
30488
30489 \end_inset
30490
30491  una ecuación.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 O una imagen o un cuadro:
30496 \end_layout
30497
30498 \begin_layout Standard
30499 Aquí hay una imagen girada 
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 rotatebox[origin=lb]{90}{
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \begin_inset Graphics
30514         filename ../clipart/platypus.eps
30515         lyxscale 50
30516         width 25col%
30517
30518 \end_inset
30519
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526 }
30527 \end_layout
30528
30529 \end_inset
30530
30531  y un cuadro girado 
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 rotatebox[origin=l]{-90}{
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \begin_inset Tabular
30546 <lyxtabular version="3" rows="2" columns="2">
30547 <features tabularvalignment="middle">
30548 <column alignment="center" valignment="top" width="0">
30549 <column alignment="center" valignment="top" width="0">
30550 <row>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 q
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 w
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 </row>
30570 <row>
30571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575 e
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30581 \begin_inset Text
30582
30583 \begin_layout Plain Layout
30584 r
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 </row>
30590 </lyxtabular>
30591
30592 \end_inset
30593
30594
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600 }
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Subsection
30609 Marcos para variar la escala
30610 \begin_inset Index idx
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614 Marcos ! para variar la escala
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \begin_inset Index idx
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 Material a escala
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \begin_inset Index idx
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634 Figuras ! a escala
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \begin_inset Index idx
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 Cuadros ! a escala
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 Para modificar las proporciones de un material se pueden usar los comandos
30654  
30655 \series bold
30656
30657 \backslash
30658 scalebox
30659 \series default
30660  y 
30661 \series bold
30662
30663 \backslash
30664 resizebox 
30665 \series default
30666 en código TeX.
30667 \end_layout
30668
30669 \begin_layout Standard
30670
30671 \series bold
30672
30673 \backslash
30674 scalebox
30675 \series default
30676  se usa con el esquema siguiente:
30677 \end_layout
30678
30679 \begin_layout Standard
30680
30681 \series bold
30682
30683 \backslash
30684 scalebox{horizontal}[vertical]{contenido del marco}
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Horizontal y vertical son los factores de escala correspondientes.
30689  Si no se especifica factor vertical, su valor será el mismo que el factor
30690  de escala horizontal.
30691  
30692 \end_layout
30693
30694 \begin_layout Standard
30695 Por ejemplo, el comando 
30696 \series bold
30697
30698 \backslash
30699 scalebox{2}{Hola} 
30700 \series default
30701 crea un 
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707
30708 \backslash
30709 scalebox{2}{
30710 \end_layout
30711
30712 \end_inset
30713
30714 Hola
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720 }
30721 \end_layout
30722
30723 \end_inset
30724
30725  de doble tamaño que el texto normal del documento.
30726 \end_layout
30727
30728 \begin_layout Standard
30729 El comando 
30730 \series bold
30731
30732 \backslash
30733 scalebox{2}[1]{Hola} 
30734 \series default
30735 distorsiona el 
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741
30742 \backslash
30743 scalebox{2}[1]{
30744 \end_layout
30745
30746 \end_inset
30747
30748 Hola
30749 \begin_inset ERT
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753
30754 }
30755 \end_layout
30756
30757 \end_inset
30758
30759 .
30760 \end_layout
30761
30762 \begin_layout Standard
30763 Si un factor de escala es negativo el contenido del marco es reflejado.
30764  Por eso el comando 
30765 \series bold
30766
30767 \backslash
30768 scalebox{-1}[1]{Hola} 
30769 \series default
30770 puede usarse para reflejar un texto: 
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776
30777 \backslash
30778 scalebox{-1}[1]{
30779 \end_layout
30780
30781 \end_inset
30782
30783 Hola
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789 }
30790 \end_layout
30791
30792 \end_inset
30793
30794 .
30795 \end_layout
30796
30797 \begin_layout Standard
30798
30799 \series bold
30800
30801 \backslash
30802 scalebox{1}[-1]{Hola} 
30803 \series default
30804 refleja el 
30805 \begin_inset ERT
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809
30810
30811 \backslash
30812 scalebox{1}[-1]{
30813 \end_layout
30814
30815 \end_inset
30816
30817 Hola
30818 \begin_inset ERT
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822
30823 }
30824 \end_layout
30825
30826 \end_inset
30827
30828  sobre la base.
30829 \end_layout
30830
30831 \begin_layout Standard
30832 El comando 
30833 \series bold
30834
30835 \backslash
30836 scalebox{-1}[1]{contenido del cuadro} 
30837 \series default
30838 puede sustituirse por 
30839 \series bold
30840
30841 \begin_inset Newline newline
30842 \end_inset
30843
30844
30845 \backslash
30846 reflectbox{contenido del cuadro}
30847 \begin_inset VSpace defskip
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 El comando 
30855 \series bold
30856
30857 \backslash
30858 resizebox
30859 \series default
30860  sirve para redimensionar el marco a una altura y anchura definidas, según
30861  el esquema:
30862 \end_layout
30863
30864 \begin_layout Standard
30865
30866 \series bold
30867
30868 \backslash
30869 resizebox{anchura}{altura}{contenido del marco}
30870 \end_layout
30871
30872 \begin_layout Standard
30873 Si uno de los argumentos del comando es un signo de exclamación, 
30874 \series bold
30875 !
30876 \series default
30877 , la escala se hace de forma que se mantiene la relación de las dimensiones
30878  originales del contenido del marco.
30879  
30880 \end_layout
30881
30882 \begin_layout Standard
30883 El comando 
30884 \series bold
30885
30886 \backslash
30887 resizebox{2cm}{1cm}{Hola}
30888 \series default
30889  genera: 
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 resizebox{2cm}{1cm}{
30898 \end_layout
30899
30900 \end_inset
30901
30902 Hola
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908 }
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Newline newline
30915 \end_inset
30916
30917 El comando 
30918 \series bold
30919
30920 \backslash
30921 resizebox{2cm}{!}{Hola}
30922 \series default
30923  genera: 
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929
30930 \backslash
30931 resizebox{2cm}{!}{
30932 \end_layout
30933
30934 \end_inset
30935
30936 Hola
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 }
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 \begin_inset VSpace defskip
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 \begin_inset Note Greyedout
30959 status open
30960
30961 \begin_layout Plain Layout
30962
30963 \series bold
30964 Nota: 
30965 \series default
30966 Si los argumentos de 
30967 \series bold
30968
30969 \backslash
30970 scalebox
30971 \series default
30972  o 
30973 \series bold
30974
30975 \backslash
30976 resizebox
30977 \series default
30978  son cero, no se generan errores de LaTeX al exportar el documento, pero
30979  puede suceder que la salida no se muestre o que sea incompleta.
30980  
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \begin_inset VSpace defskip
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \begin_layout Standard
30993 Los marcos se pueden combinar en cualquier orden.
30994  Por ejemplo, el comando
30995 \series bold
30996
30997 \begin_inset Newline newline
30998 \end_inset
30999
31000
31001 \backslash
31002 rotatebox[origin=c]{-45}{
31003 \backslash
31004 resizebox{2cm}{!}{
31005 \backslash
31006 reflectbox{Hola}}}
31007 \begin_inset Newline newline
31008 \end_inset
31009
31010
31011 \series default
31012 genera:
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \noindent
31017 \align center
31018 \begin_inset ERT
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022
31023
31024 \backslash
31025 rotatebox[origin=c]{-45}{
31026 \backslash
31027 resizebox{2cm}{!}{
31028 \backslash
31029 reflectbox{
31030 \end_layout
31031
31032 \end_inset
31033
31034 Hola
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 Standard
31049 \noindent
31050 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31051 \end_layout
31052
31053 \begin_layout Standard
31054 \align center
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060
31061 \backslash
31062 rotatebox[origin=c]{-30}{
31063 \backslash
31064 resizebox{2cm}{!}{
31065 \backslash
31066 reflectbox{
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \begin_inset Graphics
31073         filename ../clipart/platypus.eps
31074         lyxscale 50
31075         width 25col%
31076
31077 \end_inset
31078
31079
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085 }}}
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096
31097 \backslash
31098 rotatebox[origin=c]{-45}{
31099 \backslash
31100 resizebox{2cm}{!}{
31101 \backslash
31102 reflectbox{
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \begin_inset Tabular
31109 <lyxtabular version="3" rows="2" columns="2">
31110 <features tabularvalignment="middle">
31111 <column alignment="center" valignment="top" width="0">
31112 <column alignment="center" valignment="top" width="0">
31113 <row>
31114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31115 \begin_inset Text
31116
31117 \begin_layout Plain Layout
31118 q
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31124 \begin_inset Text
31125
31126 \begin_layout Plain Layout
31127 w
31128 \end_layout
31129
31130 \end_inset
31131 </cell>
31132 </row>
31133 <row>
31134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31135 \begin_inset Text
31136
31137 \begin_layout Plain Layout
31138 e
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31144 \begin_inset Text
31145
31146 \begin_layout Plain Layout
31147 r
31148 \end_layout
31149
31150 \end_inset
31151 </cell>
31152 </row>
31153 </lyxtabular>
31154
31155 \end_inset
31156
31157
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163 }}}
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 rotatebox[origin=c]{-45}{
31177 \backslash
31178 resizebox{2cm}{!}{
31179 \backslash
31180 reflectbox{
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31187 \end_inset
31188
31189
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195 }}}
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 Si se usa el estilo global 
31205 \series bold
31206 fleqn
31207 \series default
31208  para las ecuaciones del documento,
31209 \begin_inset Foot
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Si «fleqn» se añade a las opciones de clase del documento.
31214 \end_layout
31215
31216 \end_inset
31217
31218  también se puede variar la escala de las ecuaciones en estilo presentación.
31219 \end_layout
31220
31221 \begin_layout Chapter
31222
31223 \lang english
31224 Objects Surrounded by Text
31225 \begin_inset Index idx
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229
31230 \lang english
31231 Surrounded by text
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Section
31240 Flotantes envueltos
31241 \begin_inset CommandInset label
31242 LatexCommand label
31243 name "sec:Flotantes-envueltos"
31244
31245 \end_inset
31246
31247
31248 \begin_inset Index idx
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 Flotantes ! Envoltorio
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \lang english
31259
31260 \begin_inset Index idx
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265 \lang english
31266 Surrounded by text ! Wrap Floats
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \end_layout
31273
31274 \begin_layout Standard
31275 \begin_inset Wrap figure
31276 lines 0
31277 placement l
31278 overhang 1cm
31279 width "40col%"
31280 status open
31281
31282 \begin_layout Plain Layout
31283 \begin_inset Graphics
31284         filename ../clipart/mobius.eps
31285         width 40col%
31286         rotateOrigin center
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Plain Layout
31294 \begin_inset Caption
31295
31296 \begin_layout Plain Layout
31297 \begin_inset CommandInset label
31298 LatexCommand label
31299 name "fig:Envoltorio-de-figura"
31300
31301 \end_inset
31302
31303 Figura envuelta en el texto
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \end_inset
31312
31313  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
31314  de modo que ocupe sólo una parte del ancho de columna.
31315  Se inserta con el menú 
31316 \family sans
31317 Insertar\SpecialChar \menuseparator
31318 Flotante\SpecialChar \menuseparator
31319 Figura
31320 \begin_inset space ~
31321 \end_inset
31322
31323 envuelta
31324 \family default
31325
31326 \begin_inset space \thinspace{}
31327 \end_inset
31328
31329 /
31330 \begin_inset space \thinspace{}
31331 \end_inset
31332
31333
31334 \family sans
31335 Cuadro
31336 \begin_inset space ~
31337 \end_inset
31338
31339 envuelto
31340 \family default
31341  si está instalado el paquete LaTeX 
31342 \series bold
31343 wrapfig
31344 \series default
31345
31346 \begin_inset Index idx
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350 LaTeX-paquetes ! wrapfig
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356
31357 \backslash
31358 vspace{4mm}
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \end_inset
31367
31368 .
31369 \begin_inset Foot
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 La instalación de paquetes LaTeX se explica en el manual 
31374 \emph on
31375 Configuración de LaTeX
31376 \emph default
31377 .
31378 \end_layout
31379
31380 \end_inset
31381
31382  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
31383  con clic derecho sobre el cuadro del flotante.
31384  Son obligatorias la 
31385 \family sans
31386 Ubicación
31387 \family default
31388  y la 
31389 \family sans
31390 Anchura
31391 \family default
31392 .
31393  Son opcionales 
31394 \family sans
31395 Extensión al margen
31396 \family default
31397 , que especifica la anchura de invasión del margen, y 
31398 \family sans
31399 Extender
31400 \begin_inset space ~
31401 \end_inset
31402
31403 a
31404 \begin_inset space ~
31405 \end_inset
31406
31407 líneas
31408 \family default
31409 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
31410  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
31411  opción sólo si encuentras problemas en la colocación del flotante.
31412  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
31413  del párrafo o en los párrafos adyacentes.
31414  La figura
31415 \begin_inset space ~
31416 \end_inset
31417
31418
31419 \begin_inset CommandInset ref
31420 LatexCommand ref
31421 reference "fig:Envoltorio-de-figura"
31422
31423 \end_inset
31424
31425  es un ejemplo de envoltorio con una anchura de columna del 40
31426 \begin_inset space \thinspace{}
31427 \end_inset
31428
31429 %, ubicado a la izquierda y 1
31430 \begin_inset space \thinspace{}
31431 \end_inset
31432
31433 cm de invasión de margen.
31434 \end_layout
31435
31436 \begin_layout Standard
31437 \begin_inset Note Greyedout
31438 status open
31439
31440 \begin_layout Plain Layout
31441
31442 \series bold
31443 Nota:
31444 \series default
31445  ¡Los flotantes envueltos son frágiles! P.
31446 \begin_inset space \thinspace{}
31447 \end_inset
31448
31449 e.
31450 \begin_inset space ~
31451 \end_inset
31452
31453 si una figura está demasiado cerca de la parte inferior de la página se
31454  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
31455  o situarse junto a otro texto.
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Standard
31464 En general:
31465 \end_layout
31466
31467 \begin_layout Itemize
31468 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
31469  salto de página.
31470  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
31471  esté casi listo y puedas prever los saltos de página.
31472 \end_layout
31473
31474 \begin_layout Itemize
31475 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
31476  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
31477 \end_layout
31478
31479 \begin_layout Itemize
31480 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
31481  que procura que haya un párrafo de texto entre ellos.
31482 \end_layout
31483
31484 \begin_layout Itemize
31485 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
31486 \end_layout
31487
31488 \begin_layout Itemize
31489
31490 \lang english
31491 Their numbering and referencing works as described in chap.
31492 \lang spanish
31493
31494 \begin_inset space \thinspace{}
31495 \end_inset
31496
31497
31498 \begin_inset CommandInset ref
31499 LatexCommand ref
31500 reference "chap:Flotantes"
31501
31502 \end_inset
31503
31504 .
31505 \end_layout
31506
31507 \begin_layout Section
31508
31509 \lang english
31510 Surrounded Fixed Objects
31511 \begin_inset Index idx
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515
31516 \lang english
31517 Surrounded by text ! Fixed objects
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526
31527 \lang english
31528 The wrap floats described in sec.
31529 \lang spanish
31530
31531 \begin_inset space \thinspace{}
31532 \end_inset
31533
31534
31535 \begin_inset CommandInset ref
31536 LatexCommand ref
31537 reference "sec:Flotantes-envueltos"
31538
31539 \end_inset
31540
31541  
31542 \lang english
31543 have these positions in the paragraph:
31544 \end_layout
31545
31546 \begin_layout Standard
31547 \noindent
31548 \align center
31549
31550 \lang english
31551 \begin_inset Tabular
31552 <lyxtabular version="3" rows="2" columns="2">
31553 <features tabularvalignment="middle">
31554 <column alignment="center" valignment="top" width="0">
31555 <column alignment="center" valignment="top" width="0">
31556 <row>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561
31562 \lang english
31563 \begin_inset Graphics
31564         filename ../../images/dialog-show-new-inset_graphics.png
31565         scale 70
31566         scaleBeforeRotation
31567         BoundingBox 0bp 6bp 22bp 22bp
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31577 \begin_inset Text
31578
31579 \begin_layout Plain Layout
31580
31581 \lang english
31582 text
31583 \end_layout
31584
31585 \end_inset
31586 </cell>
31587 </row>
31588 <row>
31589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31590 \begin_inset Text
31591
31592 \begin_layout Plain Layout
31593
31594 \lang english
31595 text
31596 \end_layout
31597
31598 \end_inset
31599 </cell>
31600 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31601 \begin_inset Text
31602
31603 \begin_layout Plain Layout
31604
31605 \lang english
31606 text
31607 \end_layout
31608
31609 \end_inset
31610 </cell>
31611 </row>
31612 </lyxtabular>
31613
31614 \end_inset
31615
31616  y 
31617 \begin_inset Tabular
31618 <lyxtabular version="3" rows="2" columns="2">
31619 <features tabularvalignment="middle">
31620 <column alignment="center" valignment="top" width="0">
31621 <column alignment="center" valignment="top" width="0">
31622 <row>
31623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627
31628 \lang english
31629 text
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638
31639 \lang english
31640 \begin_inset Graphics
31641         filename ../../images/dialog-show-new-inset_graphics.png
31642         scale 70
31643         scaleBeforeRotation
31644         BoundingBox 0bp 6bp 22bp 22bp
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 </row>
31654 <row>
31655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31656 \begin_inset Text
31657
31658 \begin_layout Plain Layout
31659
31660 \lang english
31661 text
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670
31671 \lang english
31672 text
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 </row>
31678 </lyxtabular>
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Standard
31686
31687 \lang english
31688 To get an object exactly at the position where it is inserted, for example
31689  to get one of these positions:
31690 \begin_inset VSpace defskip
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 \noindent
31698 \align center
31699
31700 \lang english
31701 \begin_inset Tabular
31702 <lyxtabular version="3" rows="2" columns="2">
31703 <features tabularvalignment="middle">
31704 <column alignment="center" valignment="top" width="0">
31705 <column alignment="center" valignment="top" width="0">
31706 <row>
31707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31708 \begin_inset Text
31709
31710 \begin_layout Plain Layout
31711
31712 \lang english
31713 text
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722
31723 \lang english
31724 text
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 </row>
31730 <row>
31731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31732 \begin_inset Text
31733
31734 \begin_layout Plain Layout
31735
31736 \lang english
31737 \begin_inset Graphics
31738         filename ../../images/dialog-show-new-inset_graphics.png
31739         scale 70
31740         scaleBeforeRotation
31741         BoundingBox 0bp 6bp 22bp 22bp
31742
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \end_inset
31749 </cell>
31750 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31751 \begin_inset Text
31752
31753 \begin_layout Plain Layout
31754
31755 \lang english
31756 text
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 </row>
31762 </lyxtabular>
31763
31764 \end_inset
31765
31766  
31767 \begin_inset Tabular
31768 <lyxtabular version="3" rows="2" columns="2">
31769 <features tabularvalignment="middle">
31770 <column alignment="center" valignment="top" width="0">
31771 <column alignment="center" valignment="top" width="0">
31772 <row>
31773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777
31778 \lang english
31779 text
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788
31789 \lang english
31790 text
31791 \end_layout
31792
31793 \end_inset
31794 </cell>
31795 </row>
31796 <row>
31797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801
31802 \lang english
31803 text
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812
31813 \lang english
31814 \begin_inset Graphics
31815         filename ../../images/dialog-show-new-inset_graphics.png
31816         scale 70
31817         scaleBeforeRotation
31818         BoundingBox 0bp 6bp 22bp 22bp
31819
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 </row>
31828 </lyxtabular>
31829
31830 \end_inset
31831
31832  
31833 \begin_inset Tabular
31834 <lyxtabular version="3" rows="2" columns="3">
31835 <features tabularvalignment="middle">
31836 <column alignment="center" valignment="top" width="0">
31837 <column alignment="center" valignment="top" width="0">
31838 <column alignment="center" valignment="top" width="0">
31839 <row>
31840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31841 \begin_inset Text
31842
31843 \begin_layout Plain Layout
31844
31845 \lang english
31846 text
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 <cell alignment="center" valignment="top" topline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855
31856 \lang english
31857 \begin_inset Graphics
31858         filename ../../images/dialog-show-new-inset_graphics.png
31859         scale 70
31860         scaleBeforeRotation
31861         BoundingBox 0bp 6bp 22bp 22bp
31862
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874
31875 \lang english
31876 text
31877 \end_layout
31878
31879 \end_inset
31880 </cell>
31881 </row>
31882 <row>
31883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31884 \begin_inset Text
31885
31886 \begin_layout Plain Layout
31887
31888 \lang english
31889 text
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31895 \begin_inset Text
31896
31897 \begin_layout Plain Layout
31898
31899 \lang english
31900 text
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909
31910 \lang english
31911 text
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 </row>
31917 </lyxtabular>
31918
31919 \end_inset
31920
31921  
31922 \begin_inset Tabular
31923 <lyxtabular version="3" rows="2" columns="3">
31924 <features tabularvalignment="middle">
31925 <column alignment="center" valignment="top" width="0">
31926 <column alignment="center" valignment="top" width="0">
31927 <column alignment="center" valignment="top" width="0">
31928 <row>
31929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31930 \begin_inset Text
31931
31932 \begin_layout Plain Layout
31933
31934 \lang english
31935 text
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 <cell alignment="center" valignment="top" topline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Plain Layout
31944
31945 \lang english
31946 text
31947 \end_layout
31948
31949 \end_inset
31950 </cell>
31951 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31952 \begin_inset Text
31953
31954 \begin_layout Plain Layout
31955
31956 \lang english
31957 text
31958 \end_layout
31959
31960 \end_inset
31961 </cell>
31962 </row>
31963 <row>
31964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31965 \begin_inset Text
31966
31967 \begin_layout Plain Layout
31968
31969 \lang english
31970 text
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979
31980 \lang english
31981 \begin_inset Graphics
31982         filename ../../images/dialog-show-new-inset_graphics.png
31983         scale 70
31984         scaleBeforeRotation
31985         BoundingBox 0bp 6bp 22bp 22bp
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \end_inset
31993 </cell>
31994 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Plain Layout
31998
31999 \lang english
32000 text
32001 \end_layout
32002
32003 \end_inset
32004 </cell>
32005 </row>
32006 </lyxtabular>
32007
32008 \end_inset
32009
32010
32011 \end_layout
32012
32013 \begin_layout Standard
32014 \noindent
32015 \align center
32016
32017 \lang english
32018 \begin_inset Tabular
32019 <lyxtabular version="3" rows="3" columns="2">
32020 <features tabularvalignment="middle">
32021 <column alignment="center" valignment="top" width="0">
32022 <column alignment="center" valignment="top" width="0">
32023 <row>
32024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32025 \begin_inset Text
32026
32027 \begin_layout Plain Layout
32028
32029 \lang english
32030 text
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32036 \begin_inset Text
32037
32038 \begin_layout Plain Layout
32039
32040 \lang english
32041 text
32042 \end_layout
32043
32044 \end_inset
32045 </cell>
32046 </row>
32047 <row>
32048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052
32053 \lang english
32054 \begin_inset Graphics
32055         filename ../../images/dialog-show-new-inset_graphics.png
32056         scale 70
32057         scaleBeforeRotation
32058         BoundingBox 0bp 6bp 22bp 22bp
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071
32072 \lang english
32073 text
32074 \end_layout
32075
32076 \end_inset
32077 </cell>
32078 </row>
32079 <row>
32080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32081 \begin_inset Text
32082
32083 \begin_layout Plain Layout
32084
32085 \lang english
32086 text
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095
32096 \lang english
32097 text
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 </row>
32103 </lyxtabular>
32104
32105 \end_inset
32106
32107  
32108 \begin_inset Tabular
32109 <lyxtabular version="3" rows="3" columns="3">
32110 <features tabularvalignment="middle">
32111 <column alignment="center" valignment="top" width="0">
32112 <column alignment="center" valignment="top" width="0">
32113 <column alignment="center" valignment="top" width="0">
32114 <row>
32115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32116 \begin_inset Text
32117
32118 \begin_layout Plain Layout
32119
32120 \lang english
32121 text
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 <cell alignment="center" valignment="top" topline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130
32131 \lang english
32132 text
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141
32142 \lang english
32143 text
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 </row>
32149 <row>
32150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154
32155 \lang english
32156 text
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 <cell alignment="center" valignment="top" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165
32166 \lang english
32167 \begin_inset Graphics
32168         filename ../../images/dialog-show-new-inset_graphics.png
32169         scale 70
32170         scaleBeforeRotation
32171         BoundingBox 0bp 6bp 22bp 22bp
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184
32185 \lang english
32186 text
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 </row>
32192 <row>
32193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197
32198 \lang english
32199 text
32200 \end_layout
32201
32202 \end_inset
32203 </cell>
32204 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208
32209 \lang english
32210 text
32211 \end_layout
32212
32213 \end_inset
32214 </cell>
32215 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32216 \begin_inset Text
32217
32218 \begin_layout Plain Layout
32219
32220 \lang english
32221 text
32222 \end_layout
32223
32224 \end_inset
32225 </cell>
32226 </row>
32227 </lyxtabular>
32228
32229 \end_inset
32230
32231  
32232 \begin_inset Tabular
32233 <lyxtabular version="3" rows="3" columns="2">
32234 <features tabularvalignment="middle">
32235 <column alignment="center" valignment="top" width="0">
32236 <column alignment="center" valignment="top" width="0">
32237 <row>
32238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32239 \begin_inset Text
32240
32241 \begin_layout Plain Layout
32242
32243 \lang english
32244 text
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253
32254 \lang english
32255 text
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 </row>
32261 <row>
32262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266
32267 \lang english
32268 text
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277
32278 \lang english
32279 \begin_inset Graphics
32280         filename ../../images/dialog-show-new-inset_graphics.png
32281         scale 70
32282         scaleBeforeRotation
32283         BoundingBox 0bp 6bp 22bp 22bp
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 </row>
32293 <row>
32294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298
32299 \lang english
32300 text
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309
32310 \lang english
32311 text
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 </row>
32317 </lyxtabular>
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 \noindent
32326
32327 \lang english
32328 you can use the LaTeX-package
32329 \lang spanish
32330  
32331 \series bold
32332 picinpar
32333 \series default
32334
32335 \begin_inset Index idx
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339 LaTeX-paquetes ! picinpar
32340 \end_layout
32341
32342 \end_inset
32343
32344 .
32345  
32346 \lang english
32347 Here is an example
32348 \lang spanish
32349 :
32350 \end_layout
32351
32352 \begin_layout Standard
32353 \begin_inset ERT
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357
32358
32359 \backslash
32360 ifpicinpar
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \begin_inset Note Note
32367 status open
32368
32369 \begin_layout Plain Layout
32370 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
32371  LaTeX 
32372 \series bold
32373 picinpar
32374 \series default
32375 .
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \begin_layout Standard
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389
32390 \backslash
32391 begin{window}[2,c,{
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \begin_inset Graphics
32398         filename ../clipart/mobius.eps
32399         lyxscale 60
32400         width 40col%
32401         scaleBeforeRotation
32402         rotateOrigin center
32403
32404 \end_inset
32405
32406
32407 \begin_inset ERT
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411
32412 },]
32413 \end_layout
32414
32415 \begin_layout Plain Layout
32416
32417 {}
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \size small
32424 \lang english
32425 It was in the spring of the year 1894 that all London was interested, and
32426  the fashionable world dismayed, by the murder of the Honourable Ronald
32427  Adair under most unusual and inexplicable circumstances.
32428  The public has already learned those particulars of the crime which
32429 \size default
32430
32431 \begin_inset ERT
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435
32436
32437 \backslash
32438 footnotemark{}
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \size small
32445  came out in the police investigation, but a good deal was suppressed upon
32446  that occasion, since the case for the prosecution was so overwhelmingly
32447  strong that it was not necessary to bring forward all the facts.
32448  Only now, at the end of nearly ten years, am I allowed to supply those
32449  missing links which make up the whole of that remarkable chain
32450 \lang spanish
32451 .
32452 \size default
32453
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459
32460 \backslash
32461 end{window}
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \end_layout
32468
32469 \begin_layout Standard
32470
32471 \lang english
32472 \begin_inset ERT
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477
32478 \backslash
32479 footnotetext{
32480 \end_layout
32481
32482 \end_inset
32483
32484 Footnote of the paragraph with the fixed object.
32485 \begin_inset ERT
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489
32490 }
32491 \end_layout
32492
32493 \end_inset
32494
32495
32496 \end_layout
32497
32498 \begin_layout Standard
32499
32500 \lang english
32501 Surrounded fixed objects are used to let text float around them, at which
32502  the object's position in the paragraph can be determined by the number
32503  of lines above it.
32504  In contrary to floats is it not possible to have a numbered caption.
32505 \end_layout
32506
32507 \begin_layout Standard
32508
32509 \lang english
32510 A fixed object is inserted by adding the command
32511 \end_layout
32512
32513 \begin_layout Standard
32514
32515 \series bold
32516
32517 \backslash
32518 begin{window}[2,c,{
32519 \end_layout
32520
32521 \begin_layout Standard
32522
32523 \lang english
32524 as TeX Code at the beginning of the paragraph.
32525  The first parameter in the bracket, here '2', defines the number of lines
32526  above the object, the second, here 'c', the position of the object.
32527  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
32528  Behind the command you insert the object.
32529  In this example an image with a width of 40
32530 \begin_inset space \thinspace{}
32531 \end_inset
32532
32533 % of the text column width was inserted.
32534  The object can also be a table, a box or an equation.
32535  Behind the object the command
32536 \end_layout
32537
32538 \begin_layout Standard
32539
32540 \series bold
32541 },description text]
32542 \begin_inset Newline newline
32543 \end_inset
32544
32545 {}
32546 \end_layout
32547
32548 \begin_layout Standard
32549
32550 \lang english
32551 is inserted.
32552  Note that the 
32553 \begin_inset Quotes eld
32554 \end_inset
32555
32556
32557 \series bold
32558 {}
32559 \series default
32560
32561 \begin_inset Quotes erd
32562 \end_inset
32563
32564  is in the second line.
32565  The description text is optional.
32566  The text surrounding the object must be in the same paragraph as the object,
32567  so it must begin directly after the 
32568 \series bold
32569 {}
32570 \series default
32571 .
32572  At the end of the paragraph insert the command:
32573 \end_layout
32574
32575 \begin_layout Standard
32576
32577 \series bold
32578
32579 \backslash
32580 end{window}
32581 \end_layout
32582
32583 \begin_layout Standard
32584
32585 \lang english
32586 Within a paragraph with a fixed object, you cannot insert footnotes in the
32587  normal way.
32588  You have to use instead the command 
32589 \series bold
32590
32591 \backslash
32592 footnotemark
32593 \series default
32594  inside the paragraph and outside the command 
32595 \series bold
32596
32597 \backslash
32598 footnotetext
32599 \series default
32600  as described in sec.
32601 \lang spanish
32602
32603 \begin_inset space \thinspace{}
32604 \end_inset
32605
32606
32607 \begin_inset CommandInset ref
32608 LatexCommand ref
32609 reference "sec:Notas-al-pie"
32610
32611 \end_inset
32612
32613 .
32614 \end_layout
32615
32616 \begin_layout Standard
32617 \begin_inset ERT
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621
32622
32623 \backslash
32624 else
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \begin_inset Note Note
32631 status open
32632
32633 \begin_layout Plain Layout
32634 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
32635  
32636 \series bold
32637 picinpar
32638 \series default
32639 .
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Standard
32648 Debes instalar el paquete LaTeX 
32649 \series bold
32650 picinpar
32651 \series default
32652  para ver la parte siguiente en la salida.
32653 \end_layout
32654
32655 \begin_layout Standard
32656 \begin_inset ERT
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660
32661
32662 \backslash
32663 fi
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Section
32672
32673 \lang english
32674 Initials
32675 \begin_inset Index idx
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679
32680 \lang english
32681 Initials
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \begin_inset Index idx
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691
32692 \lang english
32693 Surrounded by text ! Initials
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Standard
32702
32703 \lang english
32704 To use initials, you must have the LaTeX package
32705 \lang spanish
32706  
32707 \series bold
32708 lettrine
32709 \series default
32710
32711 \begin_inset Index idx
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 LaTeX-paquetes ! lettrine
32716 \end_layout
32717
32718 \end_inset
32719
32720  
32721 \lang english
32722 installed and use the module 
32723 \family sans
32724 Initials
32725 \family default
32726  in your document (menu 
32727 \family sans
32728 Document\SpecialChar \menuseparator
32729 Settings\SpecialChar \menuseparator
32730 Modules
32731 \family default
32732 ).
32733  To insert an initial, use the style 
32734 \family sans
32735 Initial
32736 \family default
32737 .
32738  This style has a mandatory and an optional argument.
32739  The mandatory argument is inserted via the menu 
32740 \family sans
32741 Insert\SpecialChar \menuseparator
32742 Short
32743 \begin_inset space ~
32744 \end_inset
32745
32746 Title
32747 \family default
32748  and contains the letter that is the initial.
32749  To use the also the optional argument, insert another argument in front
32750  of the mandatory argument.
32751  This one contains parameters to modify the initial.
32752  For more information about the possible parameters see the documentation
32753  of 
32754 \series bold
32755 \lang spanish
32756 lettrine
32757 \series default
32758
32759 \begin_inset CommandInset citation
32760 LatexCommand cite
32761 key "lettrine"
32762
32763 \end_inset
32764
32765 .
32766  
32767 \lang english
32768 The style itself contains the text that is surrounding the initial.
32769  The usual style is hereby that the word whose first letter is the initial,
32770  is printed with 
32771 \shape smallcaps
32772 small caps
32773 \shape default
32774 .
32775  To tell LaTeX where this word is finished, add a closing brace '
32776 \series bold
32777 }
32778 \series default
32779 ' as TeX Code behind it.
32780  At the end of the style there must be an opening brace '
32781 \series bold
32782 {
32783 \series default
32784 ' as TeX Code.
32785 \end_layout
32786
32787 \begin_layout Standard
32788
32789 \lang english
32790 Here are some examples:
32791 \end_layout
32792
32793 \begin_layout Enumerate
32794
32795 \lang english
32796 No optional argument, the initial is the letter 'I' in the math font 
32797 \begin_inset Formula $\mathfrak{Fraktur}$
32798 \end_inset
32799
32800 :
32801 \end_layout
32802
32803 \begin_deeper
32804 \begin_layout Initial
32805 \begin_inset Argument
32806 status open
32807
32808 \begin_layout Plain Layout
32809 \begin_inset Formula $\mathfrak{I}$
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \end_inset
32816
32817 t
32818 \begin_inset ERT
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822
32823 }
32824 \end_layout
32825
32826 \end_inset
32827
32828  
32829 \lang english
32830 was in the spring of the year 1894 that all London was interested, and the
32831  fashionable world dismayed, by the murder of the Honourable Ronald Adair
32832  under most unusual and inexplicable circumstances.
32833  The public has already learned those particulars of the crime which came
32834  out in the police investigation, but a good deal was suppressed upon that
32835  occasion, since the case for the prosecution was so overwhelmingly strong
32836  that it was not necessary to bring forward all the facts.
32837 \lang spanish
32838
32839 \begin_inset ERT
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843
32844 {
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \begin_inset Newpage newpage
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \end_deeper
32857 \begin_layout Enumerate
32858
32859 \lang english
32860 Only one line is surrounding the initial, which is formed by two letters
32861  in standard font and no text is printed in small caps:
32862 \end_layout
32863
32864 \begin_deeper
32865 \begin_layout Initial
32866 \begin_inset Argument
32867 status open
32868
32869 \begin_layout Plain Layout
32870 lines=1
32871 \end_layout
32872
32873 \end_inset
32874
32875
32876 \begin_inset Argument
32877 status open
32878
32879 \begin_layout Plain Layout
32880 It
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \begin_inset ERT
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890
32891 }
32892 \end_layout
32893
32894 \end_inset
32895
32896  
32897 \lang english
32898 was in the spring of the year 1894 that all London was interested, and the
32899  fashionable world dismayed, by the murder of the Honourable Ronald Adair
32900  under most unusual and inexplicable circumstances.
32901  The public has already learned those particulars of the crime which came
32902  out in the police investigation, but a good deal was suppressed upon that
32903  occasion, since the case for the prosecution was so overwhelmingly strong
32904  that it was not necessary to bring forward all the facts.
32905 \lang spanish
32906
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912 {
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \end_deeper
32921 \begin_layout Enumerate
32922
32923 \lang english
32924 Magenta, hanging initial over 3
32925 \begin_inset space ~
32926 \end_inset
32927
32928 lines in the math font 
32929 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
32930 \end_inset
32931
32932 , the text 
32933 \begin_inset Quotes eld
32934 \end_inset
32935
32936 t was in the spring
32937 \begin_inset Quotes erd
32938 \end_inset
32939
32940  is in 
32941 \shape smallcaps
32942 small caps
32943 \shape default
32944 ; to color the initial, you must insert this command before the initial:
32945 \begin_inset Newline newline
32946 \end_inset
32947
32948
32949 \series bold
32950 \lang spanish
32951
32952 \backslash
32953 renewcommand{
32954 \backslash
32955 LettrineFontHook}{
32956 \backslash
32957 color{color}}
32958 \series default
32959 \lang english
32960
32961 \begin_inset Newline newline
32962 \end_inset
32963
32964 where the second 
32965 \emph on
32966 color
32967 \emph default
32968  can be 
32969 \begin_inset Quotes eld
32970 \end_inset
32971
32972 red
32973 \begin_inset Quotes erd
32974 \end_inset
32975
32976
32977 \begin_inset Quotes eld
32978 \end_inset
32979
32980 blue
32981 \begin_inset Quotes erd
32982 \end_inset
32983
32984
32985 \begin_inset Quotes eld
32986 \end_inset
32987
32988 green
32989 \begin_inset Quotes erd
32990 \end_inset
32991
32992
32993 \begin_inset Quotes eld
32994 \end_inset
32995
32996 yellow
32997 \begin_inset Quotes erd
32998 \end_inset
32999
33000
33001 \begin_inset Quotes eld
33002 \end_inset
33003
33004 cyan
33005 \begin_inset Quotes erd
33006 \end_inset
33007
33008
33009 \begin_inset Quotes eld
33010 \end_inset
33011
33012 magenta
33013 \begin_inset Quotes erd
33014 \end_inset
33015
33016
33017 \begin_inset Quotes eld
33018 \end_inset
33019
33020 black
33021 \begin_inset Quotes erd
33022 \end_inset
33023
33024  or 
33025 \begin_inset Quotes eld
33026 \end_inset
33027
33028 white
33029 \begin_inset Quotes erd
33030 \end_inset
33031
33032 , and add this command to the document preamble
33033 \lang spanish
33034 :
33035 \begin_inset Newline newline
33036 \end_inset
33037
33038
33039 \series bold
33040
33041 \backslash
33042 @ifundefined{textcolor}
33043 \begin_inset Newline newline
33044 \end_inset
33045
33046
33047 \begin_inset space ~
33048 \end_inset
33049
33050 {
33051 \backslash
33052 usepackage{color}}{}
33053 \end_layout
33054
33055 \begin_deeper
33056 \begin_layout Standard
33057 \begin_inset ERT
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061
33062
33063 \backslash
33064 renewcommand{
33065 \backslash
33066 LettrineFontHook}{
33067 \backslash
33068 color{magenta}}
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \lang english
33075
33076 \begin_inset Note Note
33077 status collapsed
33078
33079 \begin_layout Plain Layout
33080
33081 \lang english
33082 makes the initial magenta
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \begin_layout Initial
33091 \begin_inset Argument
33092 status open
33093
33094 \begin_layout Plain Layout
33095 lines=3, lhang=0.33, loversize=0.25
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \begin_inset Argument
33102 status open
33103
33104 \begin_layout Plain Layout
33105 \begin_inset Formula $\mathcal{I}$
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \lang english
33115 t was in the spring
33116 \lang spanish
33117
33118 \begin_inset ERT
33119 status collapsed
33120
33121 \begin_layout Plain Layout
33122
33123 }
33124 \end_layout
33125
33126 \end_inset
33127
33128  
33129 \lang english
33130 of the year 1894 that all London was interested, and the fashionable world
33131  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33132  and inexplicable circumstances.
33133  The public has already learned those particulars of the crime which came
33134  out in the police investigation, but a good deal was suppressed upon that
33135  occasion, since the case for the prosecution was so overwhelmingly strong
33136  that it was not necessary to bring forward all the facts.
33137 \lang spanish
33138
33139 \begin_inset ERT
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143
33144 {
33145 \end_layout
33146
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \end_deeper
33153 \begin_layout Chapter
33154 Archivos externos
33155 \begin_inset Index idx
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159 Archivos externos
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Standard
33168 Con el menú 
33169 \family sans
33170 Insertar\SpecialChar \menuseparator
33171 Archivo 
33172 \family default
33173 se pueden insertar archivos externos en un documento.
33174  Estos pueden ser:
33175 \end_layout
33176
33177 \begin_layout Description
33178 Documento
33179 \begin_inset space ~
33180 \end_inset
33181
33182 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
33183 \end_layout
33184
33185 \begin_layout Description
33186 Texto
33187 \begin_inset space ~
33188 \end_inset
33189
33190 simple Un documento de texto; cada línea del mismo se inserta en tu documento
33191  como párrafo propio.
33192 \end_layout
33193
33194 \begin_layout Description
33195 Texto
33196 \begin_inset space ~
33197 \end_inset
33198
33199 simple,
33200 \begin_inset space ~
33201 \end_inset
33202
33203 unir
33204 \begin_inset space ~
33205 \end_inset
33206
33207 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
33208  Las líneas vacías generan un nuevo párrafo en tu documento.
33209 \end_layout
33210
33211 \begin_layout Description
33212 Material
33213 \begin_inset space ~
33214 \end_inset
33215
33216 externo Archivos en diversos formatos.
33217 \end_layout
33218
33219 \begin_layout Description
33220 Documento
33221 \begin_inset space ~
33222 \end_inset
33223
33224 hijo Documentos LyX, LaTeX o texto simple.
33225 \end_layout
33226
33227 \begin_layout Section
33228 Material externo
33229 \begin_inset Index idx
33230 status collapsed
33231
33232 \begin_layout Plain Layout
33233 Material externo
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Standard
33242 Esta característica te permite insertar archivos en tu documento sin convertirlo
33243 s previamente a un formato legible en la salida, ya que LyX se ocupa de
33244  las necesarias conversiones.
33245  Esto es parecido a la inserción de imágenes en diversos formatos en los
33246  documentos LyX.
33247  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
33248  en 
33249 \family sans
33250 Apariencia
33251 \family default
33252 \SpecialChar \menuseparator
33253 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
33254  en LyX.
33255 \end_layout
33256
33257 \begin_layout Standard
33258 El material externo se puede insertar mediante el diálogo que surge a partir
33259  del menú 
33260 \family sans
33261 Insertar\SpecialChar \menuseparator
33262 Archivo\SpecialChar \menuseparator
33263 Material
33264 \begin_inset space ~
33265 \end_inset
33266
33267 externo
33268 \family default
33269 .
33270  Actualmente se permiten los siguientes tipos de archivo (
33271 \family sans
33272 Plantillas
33273 \family default
33274 ):
33275 \end_layout
33276
33277 \begin_layout Description
33278 Diagrama
33279 \begin_inset space ~
33280 \end_inset
33281
33282 de
33283 \begin_inset space ~
33284 \end_inset
33285
33286 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
33287  con el programa 
33288 \series bold
33289
33290 \begin_inset CommandInset href
33291 LatexCommand href
33292 name "XBoard"
33293 target "http://en.wikipedia.org/wiki/XBoard"
33294
33295 \end_inset
33296
33297
33298 \series default
33299 .
33300 \end_layout
33301
33302 \begin_layout Description
33303 Dia Esta plantilla soporta diagramas creados con el programa 
33304 \series bold
33305
33306 \begin_inset CommandInset href
33307 LatexCommand href
33308 name "Dia"
33309 target "http://en.wikipedia.org/wiki/Dia_(software)"
33310
33311 \end_inset
33312
33313
33314 \series default
33315 .
33316 \end_layout
33317
33318 \begin_layout Description
33319 Fecha Esta inserta la fecha en el formato 
33320 \emph on
33321 Día-Mes-Año.
33322
33323 \emph default
33324  A continuación hay una fecha insertada como material externo: 
33325 \begin_inset External
33326         template Date
33327         filename es/...
33328
33329 \end_inset
33330
33331
33332 \begin_inset space ~
33333 \end_inset
33334
33335
33336 \begin_inset Note Note
33337 status collapsed
33338
33339 \begin_layout Plain Layout
33340 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \begin_inset Newline newline
33347 \end_inset
33348
33349 La fecha no se muestra en LyX, sólo en la salida.
33350  Hay otros dos métodos de insertar una fecha, con el menú 
33351 \family sans
33352 Insertar\SpecialChar \menuseparator
33353 Fecha
33354 \family default
33355  y con el comando LaTeX 
33356 \series bold
33357
33358 \backslash
33359 today
33360 \series default
33361  en código TeX.
33362  Los distintos métodos se comparan en el cuadro
33363 \begin_inset space ~
33364 \end_inset
33365
33366
33367 \begin_inset CommandInset ref
33368 LatexCommand ref
33369 reference "tab:Comparación-de"
33370
33371 \end_inset
33372
33373 .
33374 \end_layout
33375
33376 \begin_layout Description
33377 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
33378 \begin_inset Newline linebreak
33379 \end_inset
33380
33381
33382 \series bold
33383
33384 \begin_inset CommandInset href
33385 LatexCommand href
33386 name "LilyPond"
33387 target "http://en.wikipedia.org/wiki/LilyPond"
33388
33389 \end_inset
33390
33391
33392 \series default
33393 .
33394 \end_layout
33395
33396 \begin_layout Description
33397 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
33398  Para insertar algunas o todas las páginas de un documento PDF, utiliza
33399  la opción 
33400 \emph on
33401 pages
33402 \emph default
33403  en el campo 
33404 \family sans
33405 Opción
33406 \family default
33407  de la pestaña 
33408 \family sans
33409 Opciones de LaTeX y LyX
33410 \family default
33411 , según la descripción de la plantilla en el diálogo.
33412  Si no se usa la opción 
33413 \emph on
33414 pages
33415 \emph default
33416 , sólo se inserta la primera página del PDF.
33417 \end_layout
33418
33419 \begin_layout Description
33420 RasterImage Sirve para insertar imágenes bitmap.
33421  Casi todos los formatos populares de imágenes están soportados.
33422  Las imágenes se pueden tratar en el diálogo 
33423 \family sans
33424 Material Externo
33425 \family default
33426  como las que habitualmente se incluyen mediante el diálogo 
33427 \family sans
33428 Gráficos
33429 \family default
33430 , tal como se explica en la sección
33431 \begin_inset space ~
33432 \end_inset
33433
33434
33435 \begin_inset CommandInset ref
33436 LatexCommand ref
33437 reference "sec:Diálogo-Gráficos"
33438
33439 \end_inset
33440
33441 .
33442  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
33443  PDF y EPS no están soportadas.
33444 \end_layout
33445
33446 \begin_layout Description
33447 XFig Esta plantilla soporta imágenes creadas con el programa 
33448 \series bold
33449
33450 \begin_inset CommandInset href
33451 LatexCommand href
33452 name "Xfig"
33453 target "http://en.wikipedia.org/wiki/Xfig"
33454
33455 \end_inset
33456
33457
33458 \series default
33459 .
33460 \end_layout
33461
33462 \begin_layout Standard
33463 \begin_inset Float table
33464 placement h
33465 wide false
33466 sideways false
33467 status open
33468
33469 \begin_layout Plain Layout
33470 \begin_inset Caption
33471
33472 \begin_layout Plain Layout
33473 \begin_inset CommandInset label
33474 LatexCommand label
33475 name "tab:Comparación-de"
33476
33477 \end_inset
33478
33479 Comparación de los métodos de inserción de fecha.
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Plain Layout
33488 \align center
33489 \begin_inset Tabular
33490 <lyxtabular version="3" rows="4" columns="4">
33491 <features tabularvalignment="middle">
33492 <column alignment="center" valignment="top" width="0">
33493 <column alignment="center" valignment="top" width="0">
33494 <column alignment="center" valignment="top" width="0">
33495 <column alignment="center" valignment="top" width="0">
33496 <row>
33497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33498 \begin_inset Text
33499
33500 \begin_layout Plain Layout
33501 Documento
33502 \end_layout
33503
33504 \end_inset
33505 </cell>
33506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33507 \begin_inset Text
33508
33509 \begin_layout Plain Layout
33510
33511 \family sans
33512 Material externo\SpecialChar \menuseparator
33513 Fecha
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33519 \begin_inset Text
33520
33521 \begin_layout Plain Layout
33522
33523 \family sans
33524 Insertar\SpecialChar \menuseparator
33525 Fecha
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 comando 
33535 \series bold
33536
33537 \backslash
33538 today
33539 \end_layout
33540
33541 \end_inset
33542 </cell>
33543 </row>
33544 <row>
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 LyX
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33555 \begin_inset Text
33556
33557 \begin_layout Plain Layout
33558 como recuadro
33559 \end_layout
33560
33561 \end_inset
33562 </cell>
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 como fecha
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576 como cuadro código TeX
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 </row>
33582 <row>
33583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 LaTeX
33588 \end_layout
33589
33590 \end_inset
33591 </cell>
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Plain Layout
33596 como fecha
33597 \end_layout
33598
33599 \end_inset
33600 </cell>
33601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Plain Layout
33605 como fecha
33606 \end_layout
33607
33608 \end_inset
33609 </cell>
33610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33611 \begin_inset Text
33612
33613 \begin_layout Plain Layout
33614 como comando
33615 \end_layout
33616
33617 \end_inset
33618 </cell>
33619 </row>
33620 <row>
33621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 DVI, PDF, PS
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634 como fecha
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33640 \begin_inset Text
33641
33642 \begin_layout Plain Layout
33643 como fecha
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33649 \begin_inset Text
33650
33651 \begin_layout Plain Layout
33652 como fecha
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 </row>
33658 </lyxtabular>
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 Si utilizas la opción 
33672 \family sans
33673 Borrador
33674 \family default
33675  en la solapa 
33676 \family sans
33677 Archivo
33678 \family default
33679  del diálogo 
33680 \family sans
33681 Material Externo
33682 \family default
33683 , en el documento de salida sólo se muestra la ruta al archivo insertado.
33684 \family sans
33685
33686 \begin_inset Newline newline
33687 \end_inset
33688
33689
33690 \family default
33691 El material externo se muestra en LyX como un recuadro del tipo:
33692 \family sans
33693  
33694 \family default
33695
33696 \begin_inset Graphics
33697         filename clipart/MaterialExternoQt4.png
33698         scale 80
33699
33700 \end_inset
33701
33702  o como imagen, dependiendo de si se marca la opción 
33703 \family sans
33704 Mostrar en LyX 
33705 \family default
33706 de la pestaña 
33707 \family sans
33708 Opciones de LaTeX y LyX
33709 \family default
33710  del diálogo
33711 \family sans
33712 .
33713 \end_layout
33714
33715 \begin_layout Standard
33716 En el manual 
33717 \emph on
33718 Personalización
33719 \emph default
33720  se explica cómo definir tus propias plantillas.
33721 \end_layout
33722
33723 \begin_layout Section
33724 Documento hijo
33725 \begin_inset CommandInset label
33726 LatexCommand label
33727 name "sec:Documento-Hijo"
33728
33729 \end_inset
33730
33731
33732 \begin_inset Index idx
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 Documento hijo
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 Los documentos hijos se emplean en el caso de tener un documento extenso
33746  compuesto por varias partes o secciones más grandes.
33747  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
33748  en varios archivos que pueden ser revisados por separado.
33749  Estos archivos se conocen como documentos hijos, y el llamado documento
33750  maestro los conecta con el fin de imprimirlos como un todo o por partes.
33751  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
33752  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
33753 \end_layout
33754
33755 \begin_layout Standard
33756 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
33757  en el menú 
33758 \family sans
33759 Documento\SpecialChar \menuseparator
33760 Configuración\SpecialChar \menuseparator
33761 Clase del documento
33762 \family default
33763  del documento hijo especifica el documento maestro predeterminado.
33764  Este maestro será usado entonces por LyX en un segundo plano cuando edites
33765  el documento hijo.
33766 \end_layout
33767
33768 \begin_layout Standard
33769 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
33770  recuadros del tipo: 
33771 \begin_inset Graphics
33772         filename clipart/DocumentoHijoQt4.png
33773         scale 80
33774
33775 \end_inset
33776
33777 .
33778  Para incluir documentos hijos en un documento maestro utiliza el menú 
33779 \family sans
33780 Insertar
33781 \family default
33782 \SpecialChar \menuseparator
33783
33784 \family sans
33785 Archivo
33786 \family default
33787 \SpecialChar \menuseparator
33788
33789 \family sans
33790 Documento
33791 \begin_inset space ~
33792 \end_inset
33793
33794 hijo
33795 \family default
33796 .
33797  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
33798 \end_layout
33799
33800 \begin_layout Description
33801 Anexar Puedes incluir documentos LyX y documentos LaTeX.
33802  Al pulsar el botón 
33803 \family sans
33804 Aceptar
33805 \family default
33806  en el diálogo 
33807 \family sans
33808 Documento hijo
33809 \family default
33810 , los documentos incluidos se abrirán en una nueva solapa de archivo en
33811  la ventana de LyX y así puedes modificarlos si quieres.
33812 \end_layout
33813
33814 \begin_layout Standard
33815 Aquí hay un archivo insertado con el método 
33816 \family sans
33817 Anexar
33818 \family default
33819
33820 \begin_inset CommandInset include
33821 LatexCommand include
33822 filename "DocumentoPostizo1.lyx"
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 La numeración de secciones tiene en cuenta las secciones de los archivos
33831  incluidos en el orden en que están insertados en el documento maestro.
33832  El documento incluido de ejemplo tiene una subsección que se numera como
33833  subsección de la presente sección.
33834  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
33835 \begin_inset space ~
33836 \end_inset
33837
33838
33839 \begin_inset CommandInset ref
33840 LatexCommand ref
33841 reference "sub:Subsección-Externa-1"
33842
33843 \end_inset
33844
33845 .
33846 \end_layout
33847
33848 \begin_layout Standard
33849 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
33850  del documento maestro.
33851  Las ramas en los documentos hijos serán ignoradas por el documento maestro
33852  si éste no tiene una rama con el mismo nombre.
33853  Los documentos anexados se insertan comenzando una página nueva y acabando
33854  con un salto de página.
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \begin_inset Note Greyedout
33859 status open
33860
33861 \begin_layout Plain Layout
33862
33863 \series bold
33864 Nota:
33865 \series default
33866  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
33867  a la del documento maestro, recibirás una advertencia al exportar/ver el
33868  documento, ya que esto podría dar resultados inesperados.
33869 \end_layout
33870
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \begin_layout Description
33877 Incorporar Este método es muy parecido al método 
33878 \family sans
33879 Anexar
33880 \family default
33881 .
33882  Las diferencias son:
33883 \end_layout
33884
33885 \begin_deeper
33886 \begin_layout Itemize
33887 Los archivos incorporados no comienzan en página nueva ni acaban con un
33888  salto de página.
33889 \end_layout
33890
33891 \begin_layout Itemize
33892 Los archivos incorporados pueden visualizar en LyX si la 
33893 \family sans
33894 Vista
33895 \begin_inset space ~
33896 \end_inset
33897
33898 preliminar
33899 \begin_inset space ~
33900 \end_inset
33901
33902 inmediata 
33903 \family default
33904 está activada en el diálogo 
33905 \family sans
33906 Herramientas\SpecialChar \menuseparator
33907 Preferencias
33908 \family default
33909 , apartado 
33910 \family sans
33911 Apariencia\SpecialChar \menuseparator
33912 Visualización
33913 \family default
33914 .
33915 \end_layout
33916
33917 \begin_layout Itemize
33918 Los archivos incorporados no se pueden excluir mediante el menú 
33919 \family sans
33920 Documento\SpecialChar \menuseparator
33921 Configuración\SpecialChar \menuseparator
33922 Documentos hijo
33923 \family default
33924 .
33925 \end_layout
33926
33927 \end_deeper
33928 \begin_layout Standard
33929 Aquí hay un documento hijo insertado con el método 
33930 \family sans
33931 Incorporar
33932 \family default
33933 :
33934 \end_layout
33935
33936 \begin_layout Standard
33937 \begin_inset CommandInset include
33938 LatexCommand input
33939 filename "DocumentoPostizo2.lyx"
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Description
33947 Literal Con este método se puede incluir cualquier archivo de texto.
33948  El archivo aparece en la salida con su código fuente, y si contiene comandos
33949  no se ejecutan.
33950  Con la opción 
33951 \family sans
33952 Marcar espacios en la salida
33953 \family default
33954  cada espacio en el código fuente se muestra en la salida con el carácter
33955  «
33956 \begin_inset ERT
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960
33961
33962 \backslash
33963 textvisiblespace
33964 \end_layout
33965
33966 \end_inset
33967
33968 ».
33969  La diferencia con el método de inserción mediante el menú 
33970 \family sans
33971 Insertar
33972 \family default
33973 \SpecialChar \menuseparator
33974
33975 \family sans
33976 Archivo
33977 \family default
33978 \SpecialChar \menuseparator
33979
33980 \family sans
33981 Texto
33982 \begin_inset space ~
33983 \end_inset
33984
33985 simple
33986 \family default
33987  es que en este caso el contenido del archivo se ve en LyX, mientras que
33988  en modo 
33989 \family sans
33990 Literal 
33991 \family default
33992 no se muestra el contenido, sino un recuadro con el nombre.
33993
33994 \family sans
33995  
33996 \end_layout
33997
33998 \begin_layout Standard
33999 Aquí se inserta un documento hijo en modo Literal:
34000 \begin_inset CommandInset include
34001 LatexCommand verbatiminput
34002 filename "DocumentoTextoPostizo.txt"
34003
34004 \end_inset
34005
34006
34007 \begin_inset VSpace bigskip
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \begin_layout Standard
34014 Aquí se inserta un documento hijo en modo Literal con la opción 
34015 \family sans
34016 Marcar espacios en la salida
34017 \family default
34018 :
34019 \begin_inset CommandInset include
34020 LatexCommand verbatiminput*
34021 filename "DocumentoTextoPostizo.txt"
34022
34023 \end_inset
34024
34025
34026 \begin_inset VSpace bigskip
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Standard
34033 \begin_inset Note Greyedout
34034 status open
34035
34036 \begin_layout Plain Layout
34037
34038 \series bold
34039 Nota:
34040 \series default
34041  Como puedes ver en los ejemplos anteriores, el texto de los documentos
34042  incluidos en modo 
34043 \family sans
34044 literal
34045 \family default
34046  no contiene saltos de línea, a no ser que se incluyan expresamente en el
34047  archivo de texto.
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \end_layout
34054
34055 \begin_layout Description
34056 Listado
34057 \begin_inset space ~
34058 \end_inset
34059
34060 de
34061 \begin_inset space ~
34062 \end_inset
34063
34064 programa Este tipo se describe en el capítulo
34065 \begin_inset space ~
34066 \end_inset
34067
34068
34069 \begin_inset CommandInset ref
34070 LatexCommand ref
34071 reference "cap:Listado-de-programa"
34072
34073 \end_inset
34074
34075 .
34076 \end_layout
34077
34078 \begin_layout Standard
34079 \begin_inset Note Greyedout
34080 status open
34081
34082 \begin_layout Plain Layout
34083
34084 \series bold
34085 Nota:
34086 \series default
34087  Incluir el mismo documento dos veces con métodos diferentes podría causar
34088  problemas en LaTeX.
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 Si quieres ver o exportar solo determinados hijos del documento maestro,
34098  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
34099  individuales del libro, puedes excluir hijos en la salida.
34100  Esto se consigue mediante el menú 
34101 \family sans
34102 Documento\SpecialChar \menuseparator
34103 Configuración\SpecialChar \menuseparator
34104 Documento hijo
34105 \family default
34106 .
34107  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
34108  (esto solo funciona para documentos insertados mediante 
34109 \begin_inset Quotes fld
34110 \end_inset
34111
34112 Anexar
34113 \begin_inset Quotes frd
34114 \end_inset
34115
34116 , no con 
34117 \begin_inset Quotes fld
34118 \end_inset
34119
34120 Incorporar
34121 \begin_inset Quotes frd
34122 \end_inset
34123
34124 ).
34125  Si se marca la opción 
34126 \family sans
34127 Mantener contadores y referencias
34128 \family default
34129  LyX garantiza que todos los números de página, referencias, etc., se respetan
34130  como si se procesara el documento completo.
34131  No obstante, LyX tiene que procesar el documento entero en segundo plano
34132  para que esta característica funcione.
34133  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
34134  los contadores y referencias, desmarca esta casilla.
34135 \end_layout
34136
34137 \begin_layout Standard
34138 Alternativamente, se puede poner cada archivo incluido en una rama.
34139 \begin_inset Foot
34140 status collapsed
34141
34142 \begin_layout Plain Layout
34143 Las ramas se describen en la sección
34144 \emph on
34145  Ramas
34146 \emph default
34147  de la 
34148 \emph on
34149 Guía del usuario
34150 \emph default
34151  de LyX.
34152 \end_layout
34153
34154 \end_inset
34155
34156  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
34157  aparecerán en la salida.
34158  Esto tiene la ventaja de que también funciona con hijos incluidos con 
34159 \begin_inset Quotes fld
34160 \end_inset
34161
34162 Incorporar
34163 \begin_inset Quotes frd
34164 \end_inset
34165
34166 .
34167  Sin embargo, los contadores y las referencias no se mantendrán usando este
34168  método.
34169 \end_layout
34170
34171 \begin_layout Chapter
34172 Listado de programa
34173 \begin_inset CommandInset label
34174 LatexCommand label
34175 name "cap:Listado-de-programa"
34176
34177 \end_inset
34178
34179
34180 \begin_inset Index idx
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184 Listado de programa
34185 \end_layout
34186
34187 \end_inset
34188
34189
34190 \begin_inset Index idx
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 Código de programa
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \begin_inset Index idx
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204 Flotantes ! Listado de programa
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \begin_layout Standard
34213 Para incluir y tipografiar código de programación puedes usar la opción
34214  de menú disponible en 
34215 \family sans
34216 Insertar\SpecialChar \menuseparator
34217 Listado
34218 \begin_inset space ~
34219 \end_inset
34220
34221 de
34222 \begin_inset space ~
34223 \end_inset
34224
34225 programa.
34226  
34227 \family default
34228 El paquete LaTeX 
34229 \series bold
34230 listings
34231 \series default
34232
34233 \begin_inset Index idx
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237 LaTeX-paquetes ! listings
34238 \end_layout
34239
34240 \end_inset
34241
34242  provee un mecanismo potente y flexible para insertar código fuente en tu
34243  documento.
34244 \end_layout
34245
34246 \begin_layout Standard
34247 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
34248  incorporado en el que puedes configurar su formato.
34249 \end_layout
34250
34251 \begin_layout Standard
34252 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
34253  La opción de ubicación 
34254 \family sans
34255 Listado
34256 \begin_inset space ~
34257 \end_inset
34258
34259 en
34260 \begin_inset space ~
34261 \end_inset
34262
34263 línea
34264 \family default
34265  lo imprime en la línea, como este ejemplo: 
34266 \begin_inset listings
34267 lstparams "language={C++}"
34268 inline true
34269 status open
34270
34271 \begin_layout Plain Layout
34272
34273 int a=5;
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \family sans
34280
34281 \begin_inset Newline newline
34282 \end_inset
34283
34284
34285 \family default
34286 La opción 
34287 \family sans
34288 Flotante
34289 \family default
34290  crea un listado flotante cuya colocación se puede especificar mediante
34291  las opciones «
34292 \family sans
34293 h
34294 \family default
34295 », «
34296 \family sans
34297 t
34298 \family default
34299 », «
34300 \family sans
34301 b
34302 \family default
34303 » y «
34304 \family sans
34305 p
34306 \family default
34307 », correspondientes a las opciones de colocación de flotantes descritas
34308  en la sección
34309 \family sans
34310
34311 \begin_inset space ~
34312 \end_inset
34313
34314
34315 \begin_inset CommandInset ref
34316 LatexCommand ref
34317 reference "sec:Colocación-de-Flotantes"
34318
34319 \end_inset
34320
34321
34322 \family default
34323 .
34324  Las opciones de colocación se pueden mezclar y se escriben sin separación,
34325  p.
34326 \family sans
34327
34328 \begin_inset space \thinspace{}
34329 \end_inset
34330
34331
34332 \family default
34333 e.
34334 \begin_inset space ~
34335 \end_inset
34336
34337 «
34338 \family sans
34339 htbp
34340 \family default
34341 ».
34342  La opción «
34343 \family sans
34344 h
34345 \family default
34346 » a veces no tiene efecto, pero no necesitas usar la opción 
34347 \family sans
34348 Flotante
34349 \family default
34350  en ese caso puesto que los listados de programa no flotantes también pueden
34351  tener leyendas y ser referenciadas.
34352 \end_layout
34353
34354 \begin_layout Standard
34355 Se puede añadir una leyenda a un listado de programa con el menú 
34356 \family sans
34357 Insertar\SpecialChar \menuseparator
34358 Leyenda
34359 \family default
34360
34361 \begin_inset Foot
34362 status open
34363
34364 \begin_layout Plain Layout
34365 Para traducir la etiqueta 
34366 \begin_inset Quotes eld
34367 \end_inset
34368
34369 Listado
34370 \begin_inset Quotes erd
34371 \end_inset
34372
34373  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
34374  comando 
34375 \series bold
34376
34377 \backslash
34378 renewcommand{
34379 \backslash
34380 lstlistingname}{Listado}
34381 \series default
34382 .
34383  (
34384 \emph on
34385 N.
34386 \begin_inset space \thinspace{}
34387 \end_inset
34388
34389 del t.
34390 \emph default
34391 )
34392 \end_layout
34393
34394 \end_inset
34395
34396 .
34397  Los listados de programa se pueden referenciar como los flotantes: Listado
34398 \begin_inset space ~
34399 \end_inset
34400
34401
34402 \begin_inset CommandInset ref
34403 LatexCommand ref
34404 reference "lst:Ejemplo-de-listado-de-programa"
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 \begin_inset listings
34413 lstparams "language=Python"
34414 inline false
34415 status open
34416
34417 \begin_layout Plain Layout
34418
34419 \begin_inset Caption
34420
34421 \begin_layout Plain Layout
34422 \begin_inset CommandInset label
34423 LatexCommand label
34424 name "lst:Ejemplo-de-listado-de-programa"
34425
34426 \end_inset
34427
34428 Ejemplo de listado de programa flotante
34429 \end_layout
34430
34431 \end_inset
34432
34433 # Ejemplo de listado flotante
34434 \end_layout
34435
34436 \begin_layout Plain Layout
34437
34438 def func(param):
34439 \end_layout
34440
34441 \begin_layout Plain Layout
34442
34443     'this is a python function'
34444 \end_layout
34445
34446 \begin_layout Plain Layout
34447
34448     pass
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Standard
34457 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
34458  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
34459  y tipografiadas de manera especial en la salida.
34460  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
34461  negrita.
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset Note Greyedout
34466 status open
34467
34468 \begin_layout Plain Layout
34469
34470 \series bold
34471 Nota:
34472 \series default
34473  Si no consigues caracteres en negrita cuando usas tipografías de ancho
34474  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
34475  En este caso selecciona una tipografía distinta en el menú 
34476 \family sans
34477 Documento
34478 \family default
34479 \SpecialChar \menuseparator
34480
34481 \family sans
34482 Configuración
34483 \family default
34484 \SpecialChar \menuseparator
34485
34486 \family sans
34487 Tipografías.
34488  
34489 \family default
34490 (Las tipografías 
34491 \emph on
34492 LuxiMono, BeraMono
34493 \emph default
34494  y 
34495 \emph on
34496 Courier 
34497 \emph default
34498 suministran negritas.)
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 En la sección 
34508 \family sans
34509 Numeración
34510 \begin_inset space ~
34511 \end_inset
34512
34513 de
34514 \begin_inset space ~
34515 \end_inset
34516
34517 líneas
34518 \family default
34519  del diálogo puedes elegir el estilo de numeración de las líneas.
34520  En el campo 
34521 \family sans
34522 Paso 
34523 \family default
34524 puedes insertar un número para determinar qué líneas se numeran.
34525  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
34526  
34527 \end_layout
34528
34529 \begin_layout Standard
34530 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
34531  en la salida.
34532  La opción 
34533 \family sans
34534 Mapa
34535 \begin_inset space ~
34536 \end_inset
34537
34538 de
34539 \begin_inset space ~
34540 \end_inset
34541
34542 caracteres
34543 \begin_inset space ~
34544 \end_inset
34545
34546 tradicional
34547 \begin_inset space ~
34548 \end_inset
34549
34550 mejorado
34551 \family default
34552  debería emplearse si se usan en el código caracteres nacionales como la
34553  diéresis alemana.
34554 \begin_inset Newline newline
34555 \end_inset
34556
34557 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
34558  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
34559  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
34560 \begin_inset listings
34561 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34562 inline false
34563 status open
34564
34565 \begin_layout Plain Layout
34566
34567 def func(param):
34568 \end_layout
34569
34570 \begin_layout Plain Layout
34571
34572     'this is a python function'
34573 \end_layout
34574
34575 \begin_layout Plain Layout
34576
34577     pass
34578 \end_layout
34579
34580 \begin_layout Plain Layout
34581
34582 def func(param):
34583 \end_layout
34584
34585 \begin_layout Plain Layout
34586
34587 'This is a German word: Tschüß'
34588 \end_layout
34589
34590 \begin_layout Plain Layout
34591
34592 pass
34593 \end_layout
34594
34595 \begin_layout Plain Layout
34596
34597 def func(param):
34598 \end_layout
34599
34600 \begin_layout Plain Layout
34601
34602 'this is a python function'
34603 \end_layout
34604
34605 \begin_layout Plain Layout
34606
34607 pass
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \begin_layout Standard
34616 \begin_inset Note Greyedout
34617 status open
34618
34619 \begin_layout Plain Layout
34620
34621 \series bold
34622 Nota:
34623 \series default
34624  Debido a un error en el paquete 
34625 \series bold
34626 listings
34627 \series default
34628  la numeración de líneas cambia en una línea por cada listado previo.
34629  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
34630  3 y 6.
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 \begin_inset VSpace bigskip
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Standard
34646 También es posible imprimir como listado de programa líneas de un archivo.
34647  Para hacer esto, usa el menú 
34648 \family sans
34649 Insertar\SpecialChar \menuseparator
34650 Archivo\SpecialChar \menuseparator
34651 Documento
34652 \begin_inset space ~
34653 \end_inset
34654
34655 hijo 
34656 \family default
34657 y elige el tipo 
34658 \family sans
34659 Listado de programa
34660 \family default
34661 .
34662 \begin_inset Foot
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 Los restantes tipos de documento hijo se describen en la sección
34667 \begin_inset space ~
34668 \end_inset
34669
34670
34671 \begin_inset CommandInset ref
34672 LatexCommand ref
34673 reference "sec:Documento-Hijo"
34674
34675 \end_inset
34676
34677 .
34678 \end_layout
34679
34680 \end_inset
34681
34682  En el diálogo de documento hijo puedes especificar los parámetros del listado
34683  en el cuadro de texto.
34684  Para ver una lista de los parámetros disponibles teclea una interrogación
34685  «?» en el cuadro.
34686 \end_layout
34687
34688 \begin_layout Standard
34689 Para referenciar un documento hijo tipo listado, escribe el texto de la
34690  etiqueta en el campo correspondiente del diálogo de documento hijo.
34691  Después se puede referenciar la etiqueta con el menú 
34692 \family sans
34693 Insertar\SpecialChar \menuseparator
34694 Referencia cruzada.
34695 \end_layout
34696
34697 \begin_layout Standard
34698 A continuación hay un ejemplo, Listado
34699 \begin_inset space ~
34700 \end_inset
34701
34702
34703 \begin_inset CommandInset ref
34704 LatexCommand ref
34705 reference "lst:archivo-listado"
34706
34707 \end_inset
34708
34709 , de inserción de líneas de un archivo; en él se incluye el rango de las
34710  líneas 10
34711 \begin_inset space \thinspace{}
34712 \end_inset
34713
34714 -
34715 \begin_inset space \thinspace{}
34716 \end_inset
34717
34718 15 de este archivo LyX.
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset CommandInset include
34723 LatexCommand lstinputlisting
34724 filename "EmbeddedObjects.lyx"
34725 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733 \begin_inset VSpace bigskip
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
34741 \end_layout
34742
34743 \begin_layout Enumerate
34744 Abre el diálogo de listado y añade
34745 \begin_inset Newline newline
34746 \end_inset
34747
34748
34749 \family sans
34750 mathescape=true
34751 \begin_inset Newline newline
34752 \end_inset
34753
34754
34755 \family default
34756 en el campo de texto de la solapa 
34757 \family sans
34758 Avanzado
34759 \end_layout
34760
34761 \begin_layout Enumerate
34762 Crea una ecuación fuera del listado
34763 \end_layout
34764
34765 \begin_layout Enumerate
34766 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
34767  (teclas 
34768 \family sans
34769 Ctrl+C
34770 \family default
34771 )
34772 \end_layout
34773
34774 \begin_layout Enumerate
34775 En el listado escribe 
34776 \begin_inset Quotes eld
34777 \end_inset
34778
34779
34780 \family sans
34781 $$
34782 \family default
34783
34784 \begin_inset Quotes erd
34785 \end_inset
34786
34787  y pega desde el portapapeles entre los símbolos dólar (teclas 
34788 \family sans
34789 Ctrl+V
34790 \family default
34791 )
34792 \end_layout
34793
34794 \begin_layout Standard
34795 \begin_inset listings
34796 lstparams "language=Python,mathescape=true"
34797 inline false
34798 status open
34799
34800 \begin_layout Plain Layout
34801
34802 \begin_inset Caption
34803
34804 \begin_layout Plain Layout
34805 Ejemplo de listado flotante con una ecuación
34806 \end_layout
34807
34808 \end_inset
34809
34810 # Ejemplo de listado flotante
34811 \end_layout
34812
34813 \begin_layout Plain Layout
34814
34815 def func(param):
34816 \end_layout
34817
34818 \begin_layout Plain Layout
34819
34820     # $
34821 \backslash
34822 prod_{n=1}^{
34823 \backslash
34824 infty}
34825 \backslash
34826 ,
34827 \backslash
34828 frac{1}{x^{2}}$
34829 \end_layout
34830
34831 \begin_layout Plain Layout
34832
34833     pass
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Standard
34842 \begin_inset VSpace bigskip
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849 Los parámetros globales para listados de programa se pueden establecer en
34850  el diálogo 
34851 \family sans
34852 Documento\SpecialChar \menuseparator
34853 Configuración\SpecialChar \menuseparator
34854 Listados.
34855  
34856 \family default
34857 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
34858  «?» en el campo de texto.
34859 \end_layout
34860
34861 \begin_layout Standard
34862 Para más información sobre el paquete 
34863 \series bold
34864 listings
34865 \series default
34866 , consulta su documentación
34867 \begin_inset space ~
34868 \end_inset
34869
34870
34871 \begin_inset CommandInset citation
34872 LatexCommand cite
34873 key "listings"
34874
34875 \end_inset
34876
34877 .
34878 \end_layout
34879
34880 \begin_layout Standard
34881 \begin_inset Newpage newpage
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Chapter
34888 \start_of_appendix
34889 Unidades disponibles en LyX
34890 \begin_inset Index idx
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894 Unidades
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \begin_inset CommandInset label
34901 LatexCommand label
34902 name "cap:Unidades-disponibles-en"
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \begin_layout Standard
34910 Para comprender las unidades utilizadas en este manual, el cuadro
34911 \begin_inset space ~
34912 \end_inset
34913
34914
34915 \begin_inset CommandInset ref
34916 LatexCommand ref
34917 reference "tab:Unidades"
34918
34919 \end_inset
34920
34921  describe todas las unidades disponibles en LyX.
34922 \end_layout
34923
34924 \begin_layout Standard
34925 \begin_inset Float table
34926 placement h
34927 wide false
34928 sideways false
34929 status open
34930
34931 \begin_layout Plain Layout
34932 \begin_inset Caption
34933
34934 \begin_layout Plain Layout
34935 \begin_inset CommandInset label
34936 LatexCommand label
34937 name "tab:Unidades"
34938
34939 \end_inset
34940
34941 Unidades
34942 \end_layout
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Plain Layout
34950 \begin_inset VSpace medskip
34951 \end_inset
34952
34953
34954 \end_layout
34955
34956 \begin_layout Plain Layout
34957 \align center
34958 \begin_inset Tabular
34959 <lyxtabular version="3" rows="20" columns="2">
34960 <features tabularvalignment="middle">
34961 <column alignment="center" valignment="top" width="0">
34962 <column alignment="center" valignment="top" width="0">
34963 <row>
34964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968 unidad
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 nombre/descripción
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 </row>
34983 <row>
34984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988 mm
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997 milímetro
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 <row>
35004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008 cm
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35014 \begin_inset Text
35015
35016 \begin_layout Plain Layout
35017 centímetro
35018 \end_layout
35019
35020 \end_inset
35021 </cell>
35022 </row>
35023 <row>
35024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028 in
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 pulgada
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 </row>
35043 <row>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 pt
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057 punto (72.27
35058 \begin_inset space \thinspace{}
35059 \end_inset
35060
35061 pt = 1
35062 \begin_inset space \thinspace{}
35063 \end_inset
35064
35065 in)
35066 \end_layout
35067
35068 \end_inset
35069 </cell>
35070 </row>
35071 <row>
35072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076 pc
35077 \end_layout
35078
35079 \end_inset
35080 </cell>
35081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35082 \begin_inset Text
35083
35084 \begin_layout Plain Layout
35085 pica (1
35086 \begin_inset space \thinspace{}
35087 \end_inset
35088
35089 pc = 12
35090 \begin_inset space \thinspace{}
35091 \end_inset
35092
35093 pt)
35094 \end_layout
35095
35096 \end_inset
35097 </cell>
35098 </row>
35099 <row>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104 sp
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113 punto a escala (65536
35114 \begin_inset space \thinspace{}
35115 \end_inset
35116
35117 sp = 1
35118 \begin_inset space \thinspace{}
35119 \end_inset
35120
35121 pt)
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 </row>
35127 <row>
35128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35129 \begin_inset Text
35130
35131 \begin_layout Plain Layout
35132 bp
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141 punto grande (72
35142 \begin_inset space \thinspace{}
35143 \end_inset
35144
35145 bp = 1
35146 \begin_inset space \thinspace{}
35147 \end_inset
35148
35149 in)
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 </row>
35155 <row>
35156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35157 \begin_inset Text
35158
35159 \begin_layout Plain Layout
35160 dd
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35166 \begin_inset Text
35167
35168 \begin_layout Plain Layout
35169 didot (1
35170 \begin_inset space \thinspace{}
35171 \end_inset
35172
35173 dd 
35174 \begin_inset Formula $\approx$
35175 \end_inset
35176
35177  0.376
35178 \begin_inset space \thinspace{}
35179 \end_inset
35180
35181 mm)
35182 \end_layout
35183
35184 \end_inset
35185 </cell>
35186 </row>
35187 <row>
35188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192 cc
35193 \end_layout
35194
35195 \end_inset
35196 </cell>
35197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35198 \begin_inset Text
35199
35200 \begin_layout Plain Layout
35201 cicero (1
35202 \begin_inset space \thinspace{}
35203 \end_inset
35204
35205 cc = 12
35206 \begin_inset space \thinspace{}
35207 \end_inset
35208
35209 dd)
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 </row>
35215 <row>
35216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220 escala
35221 \begin_inset space \thinspace{}
35222 \end_inset
35223
35224 %
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 % del tamaño original de la imagen
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 texto
35245 \begin_inset space \thinspace{}
35246 \end_inset
35247
35248 %
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257 % de anchura de texto
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 </row>
35263 <row>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268 columna
35269 \begin_inset space \thinspace{}
35270 \end_inset
35271
35272 %
35273 \end_layout
35274
35275 \end_inset
35276 </cell>
35277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281 % de anchura de columna
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 </row>
35287 <row>
35288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292 página
35293 \begin_inset space \thinspace{}
35294 \end_inset
35295
35296 %
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35302 \begin_inset Text
35303
35304 \begin_layout Plain Layout
35305 % de anchura de página
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 </row>
35311 <row>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 línea
35317 \begin_inset space \thinspace{}
35318 \end_inset
35319
35320 %
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 % de anchura de línea
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 </row>
35335 <row>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 alt.
35341  texto
35342 \begin_inset space \thinspace{}
35343 \end_inset
35344
35345 %
35346 \end_layout
35347
35348 \end_inset
35349 </cell>
35350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35351 \begin_inset Text
35352
35353 \begin_layout Plain Layout
35354 % de altura de texto
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 </row>
35360 <row>
35361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35362 \begin_inset Text
35363
35364 \begin_layout Plain Layout
35365 alt.
35366  pág.
35367 \begin_inset space \thinspace{}
35368 \end_inset
35369
35370 %
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35376 \begin_inset Text
35377
35378 \begin_layout Plain Layout
35379 % de altura de página
35380 \end_layout
35381
35382 \end_inset
35383 </cell>
35384 </row>
35385 <row>
35386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35387 \begin_inset Text
35388
35389 \begin_layout Plain Layout
35390 ex
35391 \end_layout
35392
35393 \end_inset
35394 </cell>
35395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35396 \begin_inset Text
35397
35398 \begin_layout Plain Layout
35399 altura de la letra 
35400 \emph on
35401 x
35402 \emph default
35403  en la tipografía actual
35404 \end_layout
35405
35406 \end_inset
35407 </cell>
35408 </row>
35409 <row>
35410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35411 \begin_inset Text
35412
35413 \begin_layout Plain Layout
35414 em
35415 \end_layout
35416
35417 \end_inset
35418 </cell>
35419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35420 \begin_inset Text
35421
35422 \begin_layout Plain Layout
35423 anchura de la letra 
35424 \emph on
35425 M
35426 \emph default
35427  en la tipografía actual
35428 \end_layout
35429
35430 \end_inset
35431 </cell>
35432 </row>
35433 <row>
35434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35435 \begin_inset Text
35436
35437 \begin_layout Plain Layout
35438 mu
35439 \end_layout
35440
35441 \end_inset
35442 </cell>
35443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35444 \begin_inset Text
35445
35446 \begin_layout Plain Layout
35447 unidad matemática (1
35448 \begin_inset space \thinspace{}
35449 \end_inset
35450
35451 mu = 1/18
35452 \begin_inset space \thinspace{}
35453 \end_inset
35454
35455 em)
35456 \end_layout
35457
35458 \end_inset
35459 </cell>
35460 </row>
35461 </lyxtabular>
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \begin_layout Chapter
35474 Formatos de archivos de salida con gráficos
35475 \begin_inset CommandInset label
35476 LatexCommand label
35477 name "cap:Formatos-de-Archivos-de-Salida"
35478
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \begin_layout Section
35485 DVI
35486 \begin_inset Index idx
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 Formatos de archivo ! DVI
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \begin_inset Index idx
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500 DVI|see
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506 {
35507 \end_layout
35508
35509 \end_inset
35510
35511 Formatos de archivo
35512 \begin_inset ERT
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516
35517 }
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Standard
35531 Este tipo de archivo tiene la extensión «
35532 \family typewriter
35533 .dvi
35534 \family default
35535 ».
35536  Se denomina «device-independent» (DVI), porque es completamente portable;
35537  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
35538  En la época en que se desarrolló este formato, esto no era un asunto baladí.
35539  Los DVI se usan para vistas preliminares rápidas y como preparación para
35540  otros formatos de salida como PostScript.
35541 \end_layout
35542
35543 \begin_layout Standard
35544 \begin_inset Note Greyedout
35545 status open
35546
35547 \begin_layout Plain Layout
35548
35549 \series bold
35550 Nota:
35551 \series default
35552  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
35553 \end_layout
35554
35555 \end_inset
35556
35557  Por tanto no debes olvidar esto si mueves archivos 
35558 \family typewriter
35559 .dvi
35560 \family default
35561  a otro ordenador.
35562  Esta característica también puede retardar la visualización del archivo,
35563  porque el visor DVI tiene que convertir la imagen en segundo plano para
35564  hacerla visible al deslizar el visor.
35565  Así pues recomendamos usar PDF para archivos con muchas imágenes.
35566 \end_layout
35567
35568 \begin_layout Standard
35569 Un documento se exporta a DVI con el menú 
35570 \family sans
35571 Archivo\SpecialChar \menuseparator
35572 Exportar\SpecialChar \menuseparator
35573 DVI
35574 \family default
35575 .
35576  Puedes ver la salida del documento en DVI con el menú 
35577 \family sans
35578 Ver\SpecialChar \menuseparator
35579 DVI 
35580 \family default
35581 o con el botón
35582 \begin_inset space ~
35583 \end_inset
35584
35585
35586 \begin_inset Graphics
35587         filename ../../images/buffer-view_dvi.png
35588         scale 85
35589
35590 \end_inset
35591
35592 .
35593 \end_layout
35594
35595 \begin_layout Section
35596 PostScript
35597 \begin_inset CommandInset label
35598 LatexCommand label
35599 name "sec:PostScript"
35600
35601 \end_inset
35602
35603
35604 \begin_inset Index idx
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608 Formatos de archivo ! PostScript
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \begin_inset Index idx
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 PostScript|see
35619 \begin_inset ERT
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623
35624 {
35625 \end_layout
35626
35627 \end_inset
35628
35629 Formatos de archivo
35630 \begin_inset ERT
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634
35635 }
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \end_layout
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \begin_layout Standard
35649 Este tipo de archivo tiene la extensión «
35650 \family typewriter
35651 .ps
35652 \family default
35653 ».
35654  PostScript fue desarrollado por la compañía 
35655 \family typewriter
35656 Adobe
35657 \family default
35658  como lenguaje para impresoras.
35659  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
35660  PostScript puede considerarse como un «lenguaje de programación»; con él
35661  puedes calcular y dibujar imágenes y diagramas.
35662 \begin_inset Foot
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666 Si estás interesado en este tema acude al paquete LaTeX 
35667 \series bold
35668 PSTricks
35669 \series default
35670  
35671 \begin_inset CommandInset citation
35672 LatexCommand cite
35673 key "pstricks"
35674
35675 \end_inset
35676
35677 .
35678 \end_layout
35679
35680 \end_inset
35681
35682  Por esto los archivos suelen ser más grandes que los PDF.
35683 \end_layout
35684
35685 \begin_layout Standard
35686 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
35687 d PostScript» (EPS, extensión «
35688 \family typewriter
35689 .eps
35690 \family default
35691 »).
35692  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
35693  en segundo plano para convertir las imágenes a EPS.
35694  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
35695  cada vez que veas o exportes el documento.
35696  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
35697  puedes evitar el problema insertando las imágenes directamente en EPS.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 El documento se puede exportar a PostScript con el menú 
35702 \family sans
35703 Archivo\SpecialChar \menuseparator
35704 Exportar\SpecialChar \menuseparator
35705 Postscript
35706 \family default
35707 .
35708  Se puede ver la salida en PostScript con el menú 
35709 \family sans
35710 Ver\SpecialChar \menuseparator
35711 Postscript 
35712 \family default
35713 o con el botón
35714 \begin_inset space ~
35715 \end_inset
35716
35717
35718 \begin_inset Graphics
35719         filename ../../images/buffer-view_ps.png
35720
35721 \end_inset
35722
35723 .
35724 \end_layout
35725
35726 \begin_layout Section
35727 PDF
35728 \begin_inset Index idx
35729 status collapsed
35730
35731 \begin_layout Plain Layout
35732 Formatos de archivo ! PDF
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \begin_inset Index idx
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742 PDF
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 Este tipo de archivo tiene la extensión «
35752 \family typewriter
35753 .pdf
35754 \family default
35755 ».
35756  El formato «Portable Document Format» (PDF) fue desarrollado por 
35757 \family typewriter
35758 Adobe
35759 \family default
35760  como derivado de PostScript.
35761  Es más comprimido y utiliza muchos menos comandos que PostScript.
35762  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
35763  operativo y la salida impresa se muestra exactamente igual.
35764 \end_layout
35765
35766 \begin_layout Standard
35767 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
35768  Photographic Experts Group» (JPG, extensión «
35769 \family typewriter
35770 .jpg
35771 \family default
35772 » o «
35773 \family typewriter
35774 .jpeg
35775 \family default
35776 »), y en el formato «Portable Network Graphics» (PNG, extensión «
35777 \family typewriter
35778 .png
35779 \family default
35780 »).
35781  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
35782  en segundo plano a alguno de los anteriores.
35783  Pero como se ha comentado en la sección sobre PostScript, la conversión
35784  de gráficos ralentiza el trabajo.
35785  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
35786  mencionados.
35787 \end_layout
35788
35789 \begin_layout Standard
35790 Un documento se puede exportar a PDF con el menú 
35791 \family sans
35792 Archivo\SpecialChar \menuseparator
35793 Exportar
35794 \family default
35795  en tres modos diferentes:
35796 \end_layout
35797
35798 \begin_layout Description
35799 PDF
35800 \begin_inset space ~
35801 \end_inset
35802
35803 (ps2pdf) Este utiliza el programa 
35804 \family typewriter
35805 ps2pdf
35806 \family default
35807  que crea un PDF a partir de una versión PostScript del archivo.
35808  La versión PostScript es producida por el programa 
35809 \family typewriter
35810 dvips
35811 \family default
35812  que usa una versión DVI como paso intermedio.
35813  Así que este modo de exportación consta de tres conversiones.
35814 \end_layout
35815
35816 \begin_layout Description
35817 PDF
35818 \begin_inset space ~
35819 \end_inset
35820
35821 (dvipdfm) Este utiliza el programa 
35822 \family typewriter
35823 dvipdfm
35824 \family default
35825  que convierte el archivo a DVI en segundo plano y en un segundo paso a
35826  PDF.
35827 \end_layout
35828
35829 \begin_layout Description
35830 PDF
35831 \begin_inset space ~
35832 \end_inset
35833
35834 (pdflatex) Este utiliza el programa 
35835 \family typewriter
35836 pdftex
35837 \family default
35838  que convierte directamente el archivo a PDF.
35839 \end_layout
35840
35841 \begin_layout Standard
35842 Se recomienda usar 
35843 \family sans
35844 PDF
35845 \begin_inset space ~
35846 \end_inset
35847
35848 (pdflatex)
35849 \family default
35850  porque 
35851 \family typewriter
35852 pdftex
35853 \family default
35854  soporta todas las características de las versiones actuales de PDF, es
35855  rápido y estable.
35856  El programa 
35857 \family typewriter
35858 dvipdfm
35859 \family default
35860  ya no se desarrolla y está un poco obsoleto.
35861 \end_layout
35862
35863 \begin_layout Standard
35864 La salida en formato PDF se puede ver con el menú 
35865 \family sans
35866 Ver 
35867 \family default
35868 o con el botón
35869 \begin_inset space ~
35870 \end_inset
35871
35872
35873 \begin_inset Graphics
35874         filename ../../images/buffer-view_pdf2.png
35875         scale 85
35876
35877 \end_inset
35878
35879  (que usa 
35880 \family sans
35881 PDF
35882 \begin_inset space ~
35883 \end_inset
35884
35885 (pdflatex)
35886 \family default
35887 ).
35888 \end_layout
35889
35890 \begin_layout Chapter
35891 Explicación de la ecuación
35892 \begin_inset space ~
35893 \end_inset
35894
35895 (
35896 \begin_inset CommandInset ref
35897 LatexCommand ref
35898 reference "eq:Wgn"
35899
35900 \end_inset
35901
35902 )
35903 \begin_inset CommandInset label
35904 LatexCommand label
35905 name "cap:Explicación-de-la-Ecuación"
35906
35907 \end_inset
35908
35909
35910 \end_layout
35911
35912 \begin_layout Standard
35913 La anchura total de 
35914 \emph on
35915 n
35916 \emph default
35917  celdas de un cuadro 
35918 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35919 \end_inset
35920
35921  puede calcularse con
35922 \end_layout
35923
35924 \begin_layout Standard
35925 \begin_inset Formula 
35926 \begin{equation}
35927 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35928 \end{equation}
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \begin_layout Standard
35936 donde 
35937 \begin_inset Formula $W_{g\, n}$
35938 \end_inset
35939
35940  es el ancho dado de todas las celdas.
35941  
35942 \series bold
35943
35944 \backslash
35945 tabcolsep
35946 \series default
35947  es la longitud LaTeX entre el texto y el borde de la celda, 6
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 pt por omisión.
35952  
35953 \series bold
35954
35955 \backslash
35956 arrayrulewidth
35957 \series default
35958  es el grosor de línea del borde, 0.4
35959 \begin_inset space \thinspace{}
35960 \end_inset
35961
35962 pt por omisión.
35963 \end_layout
35964
35965 \begin_layout Standard
35966 Procediendo como en la ecuación
35967 \begin_inset space ~
35968 \end_inset
35969
35970
35971 \begin_inset CommandInset ref
35972 LatexCommand eqref
35973 reference "eq:Wtot_n"
35974
35975 \end_inset
35976
35977 , el ancho total de una multicolumna, 
35978 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35979 \end_inset
35980
35981  es
35982 \end_layout
35983
35984 \begin_layout Standard
35985 \begin_inset Formula 
35986 \begin{equation}
35987 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35988 \end{equation}
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 Igualando las ecuaciones
35997 \begin_inset space ~
35998 \end_inset
35999
36000
36001 \begin_inset CommandInset ref
36002 LatexCommand eqref
36003 reference "eq:Wtot_n"
36004
36005 \end_inset
36006
36007  y 
36008 \begin_inset CommandInset ref
36009 LatexCommand eqref
36010 reference "eq:Wtot_mult"
36011
36012 \end_inset
36013
36014  podemos calcular el ancho dado necesario 
36015 \begin_inset Formula $W_{g\, n}$
36016 \end_inset
36017
36018  cuando se expanden 
36019 \emph on
36020 n
36021 \emph default
36022  columnas, de forma que cada una de ellas tiene una anchura total 
36023 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36024 \end_inset
36025
36026 :
36027 \end_layout
36028
36029 \begin_layout Standard
36030 \begin_inset Formula 
36031 \begin{equation}
36032 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36033 \end{equation}
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Bibliography
36041 \labelwidthstring Bibliografía
36042 \begin_inset CommandInset bibitem
36043 LatexCommand bibitem
36044 key "latexcompanion"
36045
36046 \end_inset
36047
36048 Frank Mittelbach and Michel Goossens: 
36049 \emph on
36050 The LaTeX Companion Second Edition.
36051
36052 \emph default
36053  Addison-Wesley, 2004
36054 \end_layout
36055
36056 \begin_layout Bibliography
36057 \labelwidthstring Bibliografía
36058 \begin_inset CommandInset bibitem
36059 LatexCommand bibitem
36060 key "latexguide"
36061
36062 \end_inset
36063
36064 Helmut Kopka and Patrick W.
36065  Daly: 
36066 \emph on
36067 A Guide to LaTeX Fourth Edition.
36068
36069 \emph default
36070  Addison-Wesley, 2003
36071 \end_layout
36072
36073 \begin_layout Bibliography
36074 \labelwidthstring Bibliografía
36075 \begin_inset CommandInset bibitem
36076 LatexCommand bibitem
36077 key "latexbook"
36078
36079 \end_inset
36080
36081 Leslie Lamport: 
36082 \emph on
36083 LaTeX: A Document Preparation System.
36084
36085 \emph default
36086  Addison-Wesley, second edition, 1994
36087 \end_layout
36088
36089 \begin_layout Bibliography
36090 \labelwidthstring Bibliografía
36091 \begin_inset CommandInset bibitem
36092 LatexCommand bibitem
36093 key "booktabs"
36094
36095 \end_inset
36096
36097 Documentación del paquete LaTeX 
36098 \series bold
36099
36100 \begin_inset CommandInset href
36101 LatexCommand href
36102 name "booktabs"
36103 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36104
36105 \end_inset
36106
36107
36108 \series default
36109
36110 \begin_inset Index idx
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114 LaTeX-paquetes ! booktabs
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Bibliography
36123 \labelwidthstring Bibliografía
36124 \begin_inset CommandInset bibitem
36125 LatexCommand bibitem
36126 key "caption"
36127
36128 \end_inset
36129
36130 Documentación del paquete LaTeX 
36131 \series bold
36132
36133 \begin_inset CommandInset href
36134 LatexCommand href
36135 name "caption"
36136 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
36137
36138 \end_inset
36139
36140
36141 \series default
36142
36143 \begin_inset Index idx
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147 LaTeX-paquetes ! caption
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \begin_layout Bibliography
36156 \labelwidthstring Bibliografía
36157 \begin_inset CommandInset bibitem
36158 LatexCommand bibitem
36159 key "endfloat"
36160
36161 \end_inset
36162
36163 Documentación del paquete LaTeX 
36164 \series bold
36165
36166 \begin_inset CommandInset href
36167 LatexCommand href
36168 name "endfloat"
36169 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36170
36171 \end_inset
36172
36173
36174 \series default
36175
36176 \begin_inset Index idx
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180 LaTeX-paquetes ! endfloat
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \begin_layout Bibliography
36189 \labelwidthstring Bibliografía
36190 \begin_inset CommandInset bibitem
36191 LatexCommand bibitem
36192 key "wrapfig"
36193
36194 \end_inset
36195
36196 Documentación del paquete LaTeX 
36197 \series bold
36198
36199 \begin_inset CommandInset href
36200 LatexCommand href
36201 name "wrapfig"
36202 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36203
36204 \end_inset
36205
36206
36207 \series default
36208
36209 \begin_inset Index idx
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 LaTeX-paquetes ! wrapfig
36214 \begin_inset ERT
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218
36219
36220 \backslash
36221 vspace{4mm}
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Bibliography
36235 \labelwidthstring Bibliografía
36236 \begin_inset CommandInset bibitem
36237 LatexCommand bibitem
36238 key "footmisc"
36239
36240 \end_inset
36241
36242 Documentación del paquete LaTeX 
36243 \series bold
36244
36245 \begin_inset CommandInset href
36246 LatexCommand href
36247 name "footmisc"
36248 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36249
36250 \end_inset
36251
36252
36253 \series default
36254
36255 \begin_inset Index idx
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259 LaTeX-paquetes ! footmisc
36260 \end_layout
36261
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \begin_layout Bibliography
36268 \labelwidthstring Bibliografía
36269 \begin_inset CommandInset bibitem
36270 LatexCommand bibitem
36271 key "hypcap"
36272
36273 \end_inset
36274
36275 Documentación del paquete LaTeX 
36276 \series bold
36277
36278 \begin_inset CommandInset href
36279 LatexCommand href
36280 name "hypcap"
36281 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36282
36283 \end_inset
36284
36285
36286 \series default
36287
36288 \begin_inset Index idx
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292 LaTeX-paquetes ! hyperref
36293 \end_layout
36294
36295 \end_inset
36296
36297
36298 \end_layout
36299
36300 \begin_layout Bibliography
36301 \labelwidthstring Bibliografía
36302 \begin_inset CommandInset bibitem
36303 LatexCommand bibitem
36304 key "hyperref"
36305
36306 \end_inset
36307
36308 Documentación del paquete LaTeX 
36309 \series bold
36310
36311 \begin_inset CommandInset href
36312 LatexCommand href
36313 name "hyperref"
36314 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36315
36316 \end_inset
36317
36318
36319 \series default
36320
36321 \begin_inset Index idx
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325 LaTeX-paquetes ! hyperref
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Bibliography
36334 \labelwidthstring Bibliografía
36335 \begin_inset CommandInset bibitem
36336 LatexCommand bibitem
36337 key "KOMA-Script"
36338
36339 \end_inset
36340
36341 Documentación del paquete LaTeX 
36342 \series bold
36343
36344 \begin_inset CommandInset href
36345 LatexCommand href
36346 name "KOMA-Script"
36347 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36348
36349 \end_inset
36350
36351
36352 \series default
36353
36354 \begin_inset Index idx
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358 LaTeX-paquetes ! KOMA-Script
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \begin_layout Bibliography
36367 \labelwidthstring Bibliografía
36368 \begin_inset CommandInset bibitem
36369 LatexCommand bibitem
36370 key "listings"
36371
36372 \end_inset
36373
36374 Documentación del paquete LaTeX 
36375 \series bold
36376
36377 \begin_inset CommandInset href
36378 LatexCommand href
36379 name "listings"
36380 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36381
36382 \end_inset
36383
36384
36385 \series default
36386
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 LaTeX-paquetes ! listings
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Bibliography
36400 \labelwidthstring Bibliografía
36401 \begin_inset CommandInset bibitem
36402 LatexCommand bibitem
36403 key "marginnote"
36404
36405 \end_inset
36406
36407 Documentación del paquete LaTeX 
36408 \series bold
36409
36410 \begin_inset CommandInset href
36411 LatexCommand href
36412 name "marginnote"
36413 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36414
36415 \end_inset
36416
36417
36418 \series default
36419
36420 \begin_inset Index idx
36421 status collapsed
36422
36423 \begin_layout Plain Layout
36424 LaTeX-paquetes ! marginnote
36425 \end_layout
36426
36427 \end_inset
36428
36429
36430 \end_layout
36431
36432 \begin_layout Bibliography
36433 \labelwidthstring Bibliografía
36434 \begin_inset CommandInset bibitem
36435 LatexCommand bibitem
36436 key "lettrine"
36437
36438 \end_inset
36439
36440 Documentación del paquete LaTeX 
36441 \series bold
36442
36443 \begin_inset CommandInset href
36444 LatexCommand href
36445 name "lettrine"
36446 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
36447
36448 \end_inset
36449
36450
36451 \series default
36452  y un 
36453 \begin_inset CommandInset href
36454 LatexCommand href
36455 name "ejemplo"
36456 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
36457
36458 \end_inset
36459
36460
36461 \begin_inset Index idx
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465 LaTeX-paquetes ! lettrine
36466 \end_layout
36467
36468 \end_inset
36469
36470
36471 \end_layout
36472
36473 \begin_layout Bibliography
36474 \labelwidthstring Bibliografía
36475 \begin_inset CommandInset bibitem
36476 LatexCommand bibitem
36477 key "pstricks"
36478
36479 \end_inset
36480
36481 Página web del paquete LaTeX 
36482 \series bold
36483
36484 \begin_inset CommandInset href
36485 LatexCommand href
36486 name "PSTricks"
36487 target "http://tug.org/PSTricks/"
36488
36489 \end_inset
36490
36491
36492 \series default
36493
36494 \begin_inset Index idx
36495 status collapsed
36496
36497 \begin_layout Plain Layout
36498 LaTeX-paquetes ! PSTricks
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Bibliography
36507 \labelwidthstring Bibliografía
36508 \begin_inset CommandInset bibitem
36509 LatexCommand bibitem
36510 key "sidecap"
36511
36512 \end_inset
36513
36514 Documentación del paquete LaTeX 
36515 \series bold
36516
36517 \begin_inset CommandInset href
36518 LatexCommand href
36519 name "sidecap"
36520 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36521
36522 \end_inset
36523
36524
36525 \series default
36526
36527 \begin_inset Index idx
36528 status collapsed
36529
36530 \begin_layout Plain Layout
36531 LaTeX-paquetes ! sidecap
36532 \end_layout
36533
36534 \end_inset
36535
36536
36537 \end_layout
36538
36539 \begin_layout Bibliography
36540 \labelwidthstring Bibliografía
36541 \begin_inset CommandInset bibitem
36542 LatexCommand bibitem
36543 key "prettyref"
36544
36545 \end_inset
36546
36547 Documentación del paquete LaTeX 
36548 \series bold
36549
36550 \begin_inset CommandInset href
36551 LatexCommand href
36552 name "prettyref"
36553 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36554
36555 \end_inset
36556
36557
36558 \series default
36559
36560 \begin_inset Index idx
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 LaTeX-paquetes ! prettyref
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Bibliography
36573 \labelwidthstring Bibliografía
36574 \begin_inset CommandInset bibitem
36575 LatexCommand bibitem
36576 key "refstyle"
36577
36578 \end_inset
36579
36580 Documentación del paquete LaTeX 
36581 \series bold
36582
36583 \begin_inset CommandInset href
36584 LatexCommand href
36585 name "refstyle"
36586 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36587
36588 \end_inset
36589
36590
36591 \series default
36592
36593 \begin_inset Index idx
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597 LaTeX-paquetes ! refstyle
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \end_layout
36604
36605 \begin_layout Bibliography
36606 \labelwidthstring Bibliografía
36607 \begin_inset CommandInset bibitem
36608 LatexCommand bibitem
36609 key "NewInLyX20"
36610
36611 \end_inset
36612
36613
36614 \begin_inset CommandInset href
36615 LatexCommand href
36616 name "Página wiki"
36617 target "http://wiki.lyx.org/LyX/NewInLyX20"
36618
36619 \end_inset
36620
36621  sobre características nuevas para la versión 
36622 \family sans
36623 LyX
36624 \begin_inset space ~
36625 \end_inset
36626
36627 2.0
36628 \family default
36629 .
36630 \end_layout
36631
36632 \begin_layout Standard
36633 \begin_inset CommandInset index_print
36634 LatexCommand printindex
36635 type "idx"
36636
36637 \end_inset
36638
36639
36640 \end_layout
36641
36642 \end_body
36643 \end_document