]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- UserGuide.lyx: LyX supports now setting of the paragraph indent width
[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 % redefine the \LyX macro for PDF bookmarks
152 \def\LyX{\texorpdfstring{%
153   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
154   {LyX}}
155
156 % to translate the listing label
157 % para traducir la etiqueta listing
158 \renewcommand{\lstlistingname}{Listado}
159 \end_preamble
160 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
161 \use_default_options false
162 \maintain_unincluded_children false
163 \language spanish
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \use_non_tex_fonts false
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \default_output_format default
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
186 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \use_mhchem 1
204 \use_mathdots 1
205 \cite_engine basic
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \use_refstyle 0
211 \notefontcolor #0000ff
212 \index Índice
213 \shortcut idx
214 \color #008000
215 \end_index
216 \secnumdepth 3
217 \tocdepth 3
218 \paragraph_separation skip
219 \defskip medskip
220 \quotes_language french
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle default
224 \bullet 1 1 34 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes false
228 \output_changes false
229 \html_math_output 0
230 \html_css_as_file 0
231 \html_be_strict false
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 Manual detallado de Figuras, Cuadros, Flotantes, Notas, Marcos y Archivos
238  en LyX
239 \end_layout
240
241 \begin_layout Author
242 por el Equipo LyX
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
249  de Documentación de LyX: 
250 \begin_inset CommandInset href
251 LatexCommand href
252 name "lyx-docs@lists.lyx.org"
253 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
254 type "mailto:"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 Autor: Uwe Stöhr
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Note Note
275 status collapsed
276
277 \begin_layout Plain Layout
278 Traducción de: Ignacio García
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \family sans
293 Versión 2.0.x
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset CommandInset toc
298 LatexCommand tableofcontents
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Note Note
307 status collapsed
308
309 \begin_layout Plain Layout
310 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
311  estar instalados los paquetes LaTeX 
312 \series bold
313 arydshln
314 \series default
315
316 \series bold
317 colortbl
318 \series default
319
320 \series bold
321 marginnote
322 \series default
323  y 
324 \series bold
325 sidecap
326 \series default
327 .
328  Si no están instalados, también podrás exportar el documento, pero las
329  secciones en que dichos paquetes son necesarios no aparecen en la salida.
330 \end_layout
331
332 \begin_layout Plain Layout
333 La última versión en PDF de este documento puede encontrarse aquí:
334 \series bold
335
336 \begin_inset Newline newline
337 \end_inset
338
339 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
340 \end_layout
341
342 \end_inset
343
344
345 \end_layout
346
347 \begin_layout Chapter
348 Figuras
349 \begin_inset Index idx
350 status collapsed
351
352 \begin_layout Plain Layout
353 Figuras
354 \end_layout
355
356 \end_inset
357
358
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Gráficos|see
364 \begin_inset ERT
365 status collapsed
366
367 \begin_layout Plain Layout
368
369 {
370 \end_layout
371
372 \end_inset
373
374 Figuras
375 \begin_inset ERT
376 status collapsed
377
378 \begin_layout Plain Layout
379
380 }
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 Diálogo de gráficos
395 \begin_inset CommandInset label
396 LatexCommand label
397 name "sec:Diálogo-Gráficos"
398
399 \end_inset
400
401
402 \begin_inset Index idx
403 status collapsed
404
405 \begin_layout Plain Layout
406 Figuras ! Diálogo de gráficos
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Standard
415 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
416  texto que desees y haz clic en el icono 
417 \begin_inset Graphics
418         filename ../../images/dialog-show-new-inset_graphics.png
419         scale 85
420
421 \end_inset
422
423  o en el menú 
424 \family sans
425 Insertar\SpecialChar \menuseparator
426 Imagen
427 \family default
428 .
429  Aparecerá un diálogo para escoger el archivo a cargar.
430  La imagen aparecerá en el archivo de salida exactamente en la misma posición
431  en la que la has colocado.
432 \end_layout
433
434 \begin_layout Standard
435 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
436  una imagen.
437  Este diálogo tiene tres pestañas:
438 \end_layout
439
440 \begin_layout Description
441 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
442  presentación en LyX y en la salida.
443  En el apéndice
444 \begin_inset space ~
445 \end_inset
446
447
448 \begin_inset CommandInset ref
449 LatexCommand ref
450 reference "cap:Unidades-disponibles-en"
451
452 \end_inset
453
454  se detallan las unidades disponibles para el tamaño del gráfico.
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index idx
460 status collapsed
461
462 \begin_layout Plain Layout
463 Figuras ! Rotar
464 \end_layout
465
466 \end_inset
467
468 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
469  un ángulo y un origen de rotación.
470  La imagen también gira en LyX.
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status open
477
478 \begin_layout Plain Layout
479 Figuras ! Redimensionar
480 \end_layout
481
482 \end_inset
483
484 Las imágenes se pueden redimensionar mediante un porcentaje o fijando explícitam
485 ente la altura y la anchura.
486  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
487  automáticamente.
488  Si fijas ambas dimensiones
489 \family sans
490 ,
491 \family default
492  la imagen se adaptará a ellas, posiblemente distorsionada.
493  Para evitar distorsión en la imagen marca la opción 
494 \family sans
495 Mantener
496 \begin_inset space ~
497 \end_inset
498
499 proporción
500 \family default
501 .
502  En ese caso la imagen será modificada de forma que su anchura y su altura
503  no excedan de las dimensiones especificadas.
504 \begin_inset Newline newline
505 \end_inset
506
507 Las imágenes se pueden abrir en el programa de tu elección con la entrada
508 \family sans
509  Editar
510 \begin_inset space ~
511 \end_inset
512
513  externamente
514 \family default
515  del menú contextual que aparece al hacer clic derecho sobre la imagen.
516  Los programas visor y editor para cada formato de imagen se pueden establecer
517  en la configuración de formatos de archivo de las preferencias de LyX.
518 \end_layout
519
520 \begin_layout Description
521 Recorte Como alternativa para cambiar el tamaño, es posible establecer las
522  coordenadas de la imagen para ajustar su altura y anchura en la salida.
523  Además, las coordenadas se pueden calcular automáticamente pinchando el
524  botón 
525 \family sans
526 Obtener
527 \begin_inset space ~
528 \end_inset
529
530 de
531 \begin_inset space ~
532 \end_inset
533
534 archivo
535 \family default
536 .
537  El botón 
538 \family sans
539 Recortar
540 \begin_inset space ~
541 \end_inset
542
543 al
544 \begin_inset space ~
545 \end_inset
546
547 cuadro
548 \begin_inset space ~
549 \end_inset
550
551 delimitador
552 \family default
553  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
554 as.
555  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
556 \end_layout
557
558 \begin_layout Description
559 Opciones
560 \begin_inset space ~
561 \end_inset
562
563 de
564 \begin_inset space ~
565 \end_inset
566
567 LaTeX
568 \begin_inset space ~
569 \end_inset
570
571 y
572 \begin_inset space ~
573 \end_inset
574
575 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
576  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
577 \begin_inset Newline newline
578 \end_inset
579
580 La opción 
581 \family sans
582 Modo
583 \begin_inset space ~
584 \end_inset
585
586 borrador
587 \family default
588  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
589 \begin_inset Newline newline
590 \end_inset
591
592 La opción 
593 \family sans
594 No
595 \begin_inset space ~
596 \end_inset
597
598 descomprimir
599 \begin_inset space ~
600 \end_inset
601
602 al
603 \begin_inset space ~
604 \end_inset
605
606 exportar
607 \family default
608  sólo afecta a los gráficos EPS comprimidos, por ejemplo
609 \begin_inset space ~
610 \end_inset
611
612
613 \emph on
614 x.eps.gz
615 \emph default
616 .
617  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
618  puesto que LaTeX puede manejarlas como están.
619 \begin_inset Newline newline
620 \end_inset
621
622 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
623  utiliza PostScript como formato de salida, véase apéndice
624 \begin_inset space ~
625 \end_inset
626
627
628 \begin_inset CommandInset ref
629 LatexCommand ref
630 reference "sec:PostScript"
631
632 \end_inset
633
634 .
635  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
636  o en consola de Windows:
637 \begin_inset Newline newline
638 \end_inset
639
640
641 \series bold
642 gzip x.eps
643 \series default
644
645 \begin_inset Newline newline
646 \end_inset
647
648
649 \series bold
650 zgrep %%Bounding x.eps.gz > x.eps.bb
651 \series default
652
653 \begin_inset Newline newline
654 \end_inset
655
656 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
657  LaTeX para gráficos comprimidos.
658 \begin_inset Newline newline
659 \end_inset
660
661 El campo 
662 \family sans
663 Nombre
664 \begin_inset space ~
665 \end_inset
666
667 de
668 \begin_inset space ~
669 \end_inset
670
671 grupo
672 \family default
673  permite definir un conjunto de ajustes de imagen.
674 \begin_inset Index idx
675 status collapsed
676
677 \begin_layout Plain Layout
678 Figuras ! Agrupación de ajustes
679 \end_layout
680
681 \end_inset
682
683  Las imágenes incluidas en un grupo comparten sus características, de modo
684  que al modificar las de una imagen del grupo se modifican igualmente las
685  de las demás imágenes del grupo.
686  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
687  necesidad de hacerlo individualmente para cada una de ellas.
688  Además se puede integrar una imagen en un grupo existente marcando el nombre
689  del mismo en el menú contextual de la imagen.
690  
691 \end_layout
692
693 \begin_layout Standard
694 \begin_inset VSpace bigskip
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 Esto es un ejemplo de imagen en formato EPS
702 \begin_inset Foot
703 status collapsed
704
705 \begin_layout Plain Layout
706 Los formatos de imagen se explican en el sección
707 \begin_inset space ~
708 \end_inset
709
710
711 \begin_inset CommandInset ref
712 LatexCommand ref
713 reference "sec:Formatos-de-imagen"
714
715 \end_inset
716
717 .
718 \end_layout
719
720 \end_inset
721
722  en un párrafo separado centrado horizontalmente:
723 \end_layout
724
725 \begin_layout Standard
726 \align center
727 \begin_inset Graphics
728         filename ../clipart/mobius.eps
729         scale 70
730         clip
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 Esta es la misma imagen pero en modo borrador:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename ../clipart/mobius.eps
746         scale 70
747         draft
748         rotateOrigin center
749
750 \end_inset
751
752
753 \begin_inset Newpage newpage
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Section
760 Figuras flotantes
761 \begin_inset CommandInset label
762 LatexCommand label
763 name "sec:Figuras-Flotantes"
764
765 \end_inset
766
767
768 \begin_inset Index idx
769 status collapsed
770
771 \begin_layout Plain Layout
772 Flotantes ! Figuras
773 \end_layout
774
775 \end_inset
776
777
778 \begin_inset Index idx
779 status collapsed
780
781 \begin_layout Plain Layout
782 Figuras ! Flotantes
783 \end_layout
784
785 \end_inset
786
787
788 \end_layout
789
790 \begin_layout Standard
791 Para información general sobre flotantes, echa una ojeada a la sección
792 \begin_inset space ~
793 \end_inset
794
795
796 \begin_inset CommandInset ref
797 LatexCommand ref
798 reference "sec:Introducción-Flotantes"
799
800 \end_inset
801
802 .
803 \end_layout
804
805 \begin_layout Standard
806 El botón 
807 \begin_inset Graphics
808         filename ../../images/float-insert_figure.png
809         scale 85
810
811 \end_inset
812
813  y el menú 
814 \family sans
815 Insertar\SpecialChar \menuseparator
816 Flotante\SpecialChar \menuseparator
817 Figura
818 \family default
819  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
820  La imagen se puede insertar sobre la leyenda, como en la figura
821 \begin_inset space ~
822 \end_inset
823
824
825 \begin_inset CommandInset ref
826 LatexCommand ref
827 reference "fig:kill-plat"
828
829 \end_inset
830
831 , o bajo ella, como en la figura
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "fig:escher"
839
840 \end_inset
841
842 .
843  Más información sobre ubicación de leyendas en la sección
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "sec:Colocación-de-leyendas"
851
852 \end_inset
853
854 .
855 \end_layout
856
857 \begin_layout Standard
858 \begin_inset Float figure
859 wide false
860 sideways false
861 status open
862
863 \begin_layout Plain Layout
864 \align center
865 \begin_inset Graphics
866         filename ../clipart/platypus.eps
867         width 50col%
868         rotateOrigin center
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \begin_inset Caption
877
878 \begin_layout Plain Layout
879 \begin_inset CommandInset label
880 LatexCommand label
881 name "fig:kill-plat"
882
883 \end_inset
884
885 Un ornitorrinco muy distorsionado en un flotante.
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "fig:escher"
911
912 \end_inset
913
914 M.C.
915  Escher en ácido.
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Plain Layout
924 \align center
925 \begin_inset Graphics
926         filename ../clipart/escher-lsd.eps
927         scale 80
928         rotateOrigin center
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Index idx
942 status collapsed
943
944 \begin_layout Plain Layout
945 Referencias ! a figuras
946 \end_layout
947
948 \end_inset
949
950 Las figuras
951 \begin_inset space ~
952 \end_inset
953
954
955 \begin_inset CommandInset ref
956 LatexCommand ref
957 reference "fig:kill-plat"
958
959 \end_inset
960
961  y 
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "fig:escher"
965
966 \end_inset
967
968  son ejemplos de figuras con referencias cruzadas.
969  Las figuras pueden tener referencias cruzadas en el documento mediante
970  referencia a su etiqueta.
971  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
972 \family sans
973 Insertar\SpecialChar \menuseparator
974 Etiqueta
975 \family default
976  o el botón 
977 \begin_inset Graphics
978         filename ../../images/label-insert.png
979         scale 85
980
981 \end_inset
982
983 .
984  Ahora puedes referirte a la etiqueta usando el menú 
985 \family sans
986 Insertar\SpecialChar \menuseparator
987 Referencia
988 \begin_inset space ~
989 \end_inset
990
991 cruzada
992 \family default
993  o el botón 
994 \begin_inset Graphics
995         filename ../../images/dialog-show-new-inset_ref.png
996         scale 85
997
998 \end_inset
999
1000 .
1001  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1002  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1003  en el documento final, podría no quedar «arriba» precisamente.
1004 \begin_inset Newline newline
1005 \end_inset
1006
1007 Las referencias se explican con detalle en la sección
1008 \begin_inset space ~
1009 \end_inset
1010
1011
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "sec:Referencias-a-Flotantes"
1015
1016 \end_inset
1017
1018 .
1019 \end_layout
1020
1021 \begin_layout Standard
1022 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1023  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1024  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1025  existente.
1026  La figura
1027 \begin_inset space ~
1028 \end_inset
1029
1030
1031 \begin_inset CommandInset ref
1032 LatexCommand ref
1033 reference "fig:Dos-imágenes-distorsionadas"
1034
1035 \end_inset
1036
1037  es un ejemplo de figura flotante con dos imágenes adosadas.
1038  También se pueden poner una sobre otra.
1039  Las subfiguras son
1040 \begin_inset space ~
1041 \end_inset
1042
1043
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "fig:Estructura-indefinible"
1047
1048 \end_inset
1049
1050  y
1051 \begin_inset space ~
1052 \end_inset
1053
1054
1055 \begin_inset CommandInset ref
1056 LatexCommand ref
1057 reference "fig:Ornitorrinco"
1058
1059 \end_inset
1060
1061 .
1062 \end_layout
1063
1064 \begin_layout Standard
1065 \begin_inset Float figure
1066 wide false
1067 sideways false
1068 status open
1069
1070 \begin_layout Plain Layout
1071 \begin_inset space \hfill{}
1072 \end_inset
1073
1074
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status open
1079
1080 \begin_layout Plain Layout
1081 \begin_inset Caption
1082
1083 \begin_layout Plain Layout
1084 \begin_inset CommandInset label
1085 LatexCommand label
1086 name "fig:Estructura-indefinible"
1087
1088 \end_inset
1089
1090 Estructura indefinible
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Graphics
1100         filename ../clipart/escher-lsd.eps
1101         width 45col%
1102         groupId distorsionadas
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \begin_inset space \hfill{}
1113 \end_inset
1114
1115
1116 \begin_inset Float figure
1117 wide false
1118 sideways false
1119 status open
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Caption
1123
1124 \begin_layout Plain Layout
1125 \begin_inset CommandInset label
1126 LatexCommand label
1127 name "fig:Ornitorrinco"
1128
1129 \end_inset
1130
1131 Ornitorrinco
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \begin_layout Plain Layout
1140 \begin_inset Graphics
1141         filename ../clipart/platypus.eps
1142         width 45col%
1143         groupId distorsionadas
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \begin_inset space \hfill{}
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Caption
1161
1162 \begin_layout Plain Layout
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "fig:Dos-imágenes-distorsionadas"
1166
1167 \end_inset
1168
1169 Dos imágenes distorsionadas.
1170  Ambas están en el grupo llamado «distorsionadas».
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \end_inset
1179
1180
1181 \begin_inset Newpage newpage
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \begin_layout Section
1188 Formatos de imagen
1189 \begin_inset CommandInset label
1190 LatexCommand label
1191 name "sec:Formatos-de-imagen"
1192
1193 \end_inset
1194
1195
1196 \begin_inset Index idx
1197 status collapsed
1198
1199 \begin_layout Plain Layout
1200 Formatos de imagen
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \begin_inset Index idx
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210 Figuras ! Formatos de imagen
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Standard
1219 Puedes insertar imágenes en cualquier formato.
1220  Pero como se explica en el apéndice
1221 \begin_inset space ~
1222 \end_inset
1223
1224
1225 \begin_inset CommandInset ref
1226 LatexCommand ref
1227 reference "cap:Formatos-de-Archivos-de-Salida"
1228
1229 \end_inset
1230
1231 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1232  de archivo de imagen.
1233  Por eso LyX usa el programa 
1234 \family typewriter
1235 ImageMagick
1236 \family default
1237  en segundo plano para convertir imágenes al formato adecuado.
1238  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1239  los formatos de imagen admitidos en el formato de archivo de salida.
1240  Los formatos de salida se explican en el apéndice
1241 \begin_inset space ~
1242 \end_inset
1243
1244
1245 \begin_inset CommandInset ref
1246 LatexCommand ref
1247 reference "cap:Formatos-de-Archivos-de-Salida"
1248
1249 \end_inset
1250
1251 .
1252 \end_layout
1253
1254 \begin_layout Standard
1255 Como en el caso de las tipografías, hay dos tipos de formatos de imagen:
1256 \end_layout
1257
1258 \begin_layout Description
1259 Imágenes
1260 \begin_inset space ~
1261 \end_inset
1262
1263 mapa
1264 \begin_inset space ~
1265 \end_inset
1266
1267 de
1268 \begin_inset space ~
1269 \end_inset
1270
1271 bits
1272 \begin_inset space ~
1273 \end_inset
1274
1275 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1276  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1277  de zoom.
1278  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1279  Format» (GIF, extensión «
1280 \family typewriter
1281 .gif
1282 \family default
1283 »)
1284 \begin_inset Index idx
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288 GIF|see
1289 \begin_inset ERT
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293
1294 {
1295 \end_layout
1296
1297 \end_inset
1298
1299 Formatos de imagen
1300 \begin_inset ERT
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304
1305 }
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \end_layout
1312
1313 \end_inset
1314
1315 , «Portable Network Graphics» (PNG, extensión «
1316 \family typewriter
1317 .png
1318 \family default
1319 »)
1320 \begin_inset Index idx
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 PNG|see
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 {
1331 \end_layout
1332
1333 \end_inset
1334
1335 Formatos de imagen
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 }
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351 , y «Joint Photographic Experts Group» (JPG, extensión «
1352 \family typewriter
1353 .jpg
1354 \family default
1355 » o «
1356 \family typewriter
1357 .jpeg
1358 \family default
1359 »)
1360 \begin_inset Index idx
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 JPG|see
1365 \begin_inset ERT
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369
1370 {
1371 \end_layout
1372
1373 \end_inset
1374
1375 Formatos de imagen
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 }
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391 .
1392 \end_layout
1393
1394 \begin_layout Description
1395 Imágenes
1396 \begin_inset space ~
1397 \end_inset
1398
1399 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1400 ) y por tanto su tamaño puede modificarse a cualquier escala sin pérdidas.
1401  La posibilidad de variar la escala hace falta para crear presentaciones,
1402  porque éstas siempre son redimensionadas por el proyector.
1403  La modificación de la escala también es útil en los documentos en línea
1404  para permitir el zoom en diagramas.
1405 \begin_inset Newline newline
1406 \end_inset
1407
1408 Formatos de imagen que admiten escala pueden ser «Scalable Vector Graphics»
1409  (SVG, extensión «
1410 \family typewriter
1411 .svg
1412 \family default
1413 »)
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 SVG|see
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 {
1425 \end_layout
1426
1427 \end_inset
1428
1429 Formatos de imagen
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 }
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \end_inset
1444
1445 , «Encapsulated PostScript» (EPS, extensión «
1446 \family typewriter
1447 .eps
1448 \family default
1449 »)
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 EPS|see
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 {
1461 \end_layout
1462
1463 \end_inset
1464
1465 Formatos de imagen
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 }
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480
1481 , «Portable Document Format» (PDF, extensión «
1482 \family typewriter
1483 .pdf
1484 \family default
1485 »)
1486 \begin_inset Index idx
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490 PDF|see
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 {
1497 \end_layout
1498
1499 \end_inset
1500
1501 Formatos de imagen
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 }
1508 \end_layout
1509
1510 \end_inset
1511
1512
1513 \end_layout
1514
1515 \end_inset
1516
1517 , y «Windows Metafile» (WMF, extensión «
1518 \family typewriter
1519 .wmf
1520 \family default
1521 »)
1522 \begin_inset Index idx
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526 WMF|see
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 {
1533 \end_layout
1534
1535 \end_inset
1536
1537 Formatos de imagen
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 }
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \end_inset
1552
1553 .
1554  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1555  a PDF o EPS y el resultado será todavía una imagen bitmap.
1556  En estos casos sólo se añade a la imagen original una cabecera con las
1557  propiedades de la imagen.
1558 \begin_inset Foot
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562 En el caso de PDF, además se comprime la imagen original.
1563 \end_layout
1564
1565 \end_inset
1566
1567  Por ejemplo, los archivos PDF generados por 
1568 \family typewriter
1569 Adobe Photoshop
1570 \family default
1571  son imágenes bitmap.
1572 \end_layout
1573
1574 \begin_layout Standard
1575 Normalmente no es posible convertir una imagen bitmap a un formato que admite
1576  escala pero sí al contrario.
1577  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1578  archivos de salida PDF y PostScript, respectivamente.
1579  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1580  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1581 \begin_inset Formula $\to$
1582 \end_inset
1583
1584  PDF/EPS.
1585 \end_layout
1586
1587 \begin_layout Chapter
1588 Cuadros y tablas
1589 \begin_inset Index idx
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593 Cuadros
1594 \end_layout
1595
1596 \end_inset
1597
1598
1599 \begin_inset Index idx
1600 status open
1601
1602 \begin_layout Plain Layout
1603 Tablas|see 
1604 \begin_inset ERT
1605 status open
1606
1607 \begin_layout Plain Layout
1608
1609 {
1610 \end_layout
1611
1612 \end_inset
1613
1614 Cuadros
1615 \begin_inset ERT
1616 status open
1617
1618 \begin_layout Plain Layout
1619
1620 }
1621 \end_layout
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \begin_layout Section
1634 Introducción
1635 \begin_inset Index idx
1636 status open
1637
1638 \begin_layout Plain Layout
1639 Cuadros ! Introducción
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \begin_layout Standard
1648 Puede insertarse un cuadro mediante el botón 
1649 \begin_inset Graphics
1650         filename ../../images/tabular-insert.png
1651         scale 85
1652
1653 \end_inset
1654
1655  o el menú 
1656 \family sans
1657 Insertar\SpecialChar \menuseparator
1658 Cuadro/Tabla
1659 \family default
1660 .
1661  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1662  el número de filas y de columnas del cuadro.
1663  Si usas el menú aparece un diálogo en el que se pide el número de filas
1664  y columnas.
1665  
1666 \begin_inset Newline newline
1667 \end_inset
1668
1669 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1670  fila aparece separada por una línea doble: el borde inferior de la primera
1671  fila y el borde superior de la segunda fila.
1672  Ejemplo de cuadro:
1673 \end_layout
1674
1675 \begin_layout Standard
1676 \align center
1677 \begin_inset Tabular
1678 <lyxtabular version="3" rows="4" columns="4">
1679 <features tabularvalignment="middle">
1680 <column alignment="center" valignment="top" width="0">
1681 <column alignment="center" valignment="top" width="0pt">
1682 <column alignment="center" valignment="top" width="0in">
1683 <column alignment="center" valignment="top" width="0pt">
1684 <row>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698
1699 \family roman
1700 \series medium
1701 \shape up
1702 \size normal
1703 \emph off
1704 \bar no
1705 \noun off
1706 \color none
1707 1
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716 2
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725 3
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 </row>
1731 <row>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \family roman
1738 \series medium
1739 \shape up
1740 \size normal
1741 \emph off
1742 \bar no
1743 \noun off
1744 \color none
1745 A
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 </row>
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 B
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \size normal
1812 \noun off
1813 \color none
1814  
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 </row>
1829 <row>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \family roman
1836 \series medium
1837 \shape up
1838 \size normal
1839 \emph off
1840 \bar no
1841 \noun off
1842 \color none
1843 C
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 </lyxtabular>
1877
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \begin_layout Section
1884 Diálogo de cuadros
1885 \begin_inset Index idx
1886 status open
1887
1888 \begin_layout Plain Layout
1889 Cuadros ! Configuración
1890 \end_layout
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1899  ella con el botón derecho del ratón.
1900  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1901  encuentra el cursor.
1902  La mayoría de opciones también trabajan sobre una selección de celdas,
1903  de filas o de columnas.
1904  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1905  su 
1906 \emph on
1907 contenido
1908 \emph default
1909 .
1910 \begin_inset Newline newline
1911 \end_inset
1912
1913 Con la opción del diálogo 
1914 \family sans
1915 Aplicar inmediatamente
1916 \family default
1917  cada cambio que hagas se aplica directamente.
1918  Si mueves el cursor a otra celda el diálogo también se actualizará con
1919  los parámetros de la nueva celda.
1920  Si cambias valores de longitud debes pulsar la tecla 
1921 \family sans
1922 Entrar
1923 \family default
1924  para aplicar los cambios.
1925 \begin_inset Newline newline
1926 \end_inset
1927
1928 En el cuadro de diálogo aparecen las siguientes solapas:
1929 \end_layout
1930
1931 \begin_layout Description
1932
1933 \family sans
1934 Configuración
1935 \begin_inset space ~
1936 \end_inset
1937
1938 del
1939 \begin_inset space ~
1940 \end_inset
1941
1942 cuadro
1943 \family default
1944  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1945  actual o del cuadro completo.
1946 \begin_inset Index idx
1947 status open
1948
1949 \begin_layout Plain Layout
1950 Cuadros ! Anchura
1951 \end_layout
1952
1953 \end_inset
1954
1955  La alineación 
1956 \family sans
1957 Al separador decimal
1958 \family default
1959  se describe en la sección
1960 \begin_inset space ~
1961 \end_inset
1962
1963
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "sub:Alineación-especial-de"
1967
1968 \end_inset
1969
1970 .
1971  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1972  Una anchura determinada permite tener saltos de línea y distintos párrafos
1973  de texto, véase sección
1974 \begin_inset space ~
1975 \end_inset
1976
1977
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "sub:Líneas-Múltiples-en"
1981
1982 \end_inset
1983
1984 .
1985  Si no estableces anchura, la columna será tan ancha como el contenido de
1986  la celda más ancha.
1987 \begin_inset Newline newline
1988 \end_inset
1989
1990 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1991  véase sección
1992 \begin_inset space ~
1993 \end_inset
1994
1995
1996 \begin_inset CommandInset ref
1997 LatexCommand ref
1998 reference "sub:Multicolumnas"
1999
2000 \end_inset
2001
2002 , o las celdas de una columna como celda multifila, véase sección
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "sub:Multifilas"
2010
2011 \end_inset
2012
2013 .
2014 \begin_inset Newline newline
2015 \end_inset
2016
2017 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2018  90º en el sentido de las agujas del reloj.
2019  La rotación no se ve en LyX, sí en la salida.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023
2024 \begin_inset Note Greyedout
2025 status open
2026
2027 \begin_layout Plain Layout
2028
2029 \series bold
2030 Nota:
2031 \series default
2032  no todos los visores DVI pueden mostrar rotaciones.
2033 \end_layout
2034
2035 \end_inset
2036
2037
2038 \begin_inset Newline newline
2039 \end_inset
2040
2041 La alineación vertical del cuadro completo se usa para cuadros en líneas
2042  de texto:
2043 \begin_inset Newline newline
2044 \end_inset
2045
2046 Línea con cuadros con diferentes alineaciones: 
2047 \begin_inset Tabular
2048 <lyxtabular version="3" rows="2" columns="2">
2049 <features tabularvalignment="top">
2050 <column alignment="center" valignment="top" width="0pt">
2051 <column alignment="center" valignment="top" width="0">
2052 <row>
2053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066 1
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 </row>
2072 <row>
2073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077 A
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2083 \begin_inset Text
2084
2085 \begin_layout Plain Layout
2086
2087 \end_layout
2088
2089 \end_inset
2090 </cell>
2091 </row>
2092 </lyxtabular>
2093
2094 \end_inset
2095
2096  
2097 \begin_inset Tabular
2098 <lyxtabular version="3" rows="2" columns="2">
2099 <features tabularvalignment="middle">
2100 <column alignment="center" valignment="top" width="0">
2101 <column alignment="center" valignment="top" width="0">
2102 <row>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Plain Layout
2107
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116 1
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 </row>
2122 <row>
2123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127 A
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 </row>
2142 </lyxtabular>
2143
2144 \end_inset
2145
2146  
2147 \begin_inset Tabular
2148 <lyxtabular version="3" rows="2" columns="2">
2149 <features tabularvalignment="bottom">
2150 <column alignment="center" valignment="top" width="0pt">
2151 <column alignment="center" valignment="top" width="0">
2152 <row>
2153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2154 \begin_inset Text
2155
2156 \begin_layout Plain Layout
2157
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166 1
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 </row>
2172 <row>
2173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2174 \begin_inset Text
2175
2176 \begin_layout Plain Layout
2177 A
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Plain Layout
2186
2187 \end_layout
2188
2189 \end_inset
2190 </cell>
2191 </row>
2192 </lyxtabular>
2193
2194 \end_inset
2195
2196
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200 También es posible introducir argumentos LaTeX necesarios para formatos
2201  especiales, véanse las secciones
2202 \begin_inset space ~
2203 \end_inset
2204
2205
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sub:Cálculos-en-Multicolumnas"
2209
2210 \end_inset
2211
2212  y
2213 \begin_inset space ~
2214 \end_inset
2215
2216
2217 \begin_inset CommandInset ref
2218 LatexCommand ref
2219 reference "sec:Cuadros-Coloreados"
2220
2221 \end_inset
2222
2223 .
2224 \end_layout
2225
2226 \begin_layout Description
2227
2228 \family sans
2229 Bordes
2230 \family default
2231  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2232  Puedes elegir para el cuadro un estilo 
2233 \family sans
2234 Formal
2235 \family default
2236 , como se describe en la sección
2237 \begin_inset space ~
2238 \end_inset
2239
2240
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "sec:Cuadros-Formales"
2244
2245 \end_inset
2246
2247 .
2248 \begin_inset Newline newline
2249 \end_inset
2250
2251 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2252  se describe en la sección
2253 \begin_inset space ~
2254 \end_inset
2255
2256
2257 \begin_inset CommandInset ref
2258 LatexCommand ref
2259 reference "sub:Espacio-adicional"
2260
2261 \end_inset
2262
2263
2264 \end_layout
2265
2266 \begin_layout Description
2267
2268 \family sans
2269 Cuadro
2270 \begin_inset space ~
2271 \end_inset
2272
2273 largo
2274 \family default
2275  Para hacer 
2276 \emph on
2277 cuadros largos
2278 \emph default
2279  que pueden extenderse por varias páginas.
2280  Las secciones
2281 \begin_inset space ~
2282 \end_inset
2283
2284
2285 \begin_inset CommandInset ref
2286 LatexCommand ref
2287 reference "sec:Cuadros-Largos"
2288
2289 \end_inset
2290
2291  y 
2292 \begin_inset CommandInset ref
2293 LatexCommand ref
2294 reference "sec:Particularidades-cuadros-largos"
2295
2296 \end_inset
2297
2298  describen sus características en detalle.
2299 \end_layout
2300
2301 \begin_layout Section
2302 Barra de herramientas de cuadros
2303 \begin_inset Index idx
2304 status open
2305
2306 \begin_layout Plain Layout
2307 Cuadros ! Barra de herramientas
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 La barra de herramientas de cuadros es una alternativa a la ventana de diálogo
2317  para cambiar los cuadros de manera más rápida.
2318  Normalmente debería aparecer en la parte inferior de la ventana principal
2319  de LyX cuando el cursor está dentro de un cuadro.
2320  En cualquier momento se puede presentar esta barra pulsando con el botón
2321  derecho del ratón en cualquier punto de la barra principal de menú.
2322 \end_layout
2323
2324 \begin_layout Standard
2325 La barra de herramientas tiene los siguientes iconos:
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_append-row.png
2332
2333 \end_inset
2334
2335  añade una fila bajo la celda actual o selección
2336 \end_layout
2337
2338 \begin_layout Labeling
2339 \labelwidthstring 00.00.0000
2340 \begin_inset Graphics
2341         filename ../../images/tabular-feature_append-column.png
2342
2343 \end_inset
2344
2345  añade una columna a la derecha de la celda actual o selección
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Graphics
2351         filename ../../images/tabular-feature_delete-row.png
2352
2353 \end_inset
2354
2355  borra la fila actual o selección
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Graphics
2361         filename ../../images/tabular-feature_delete-column.png
2362
2363 \end_inset
2364
2365  borra la columna actual o selección
2366 \end_layout
2367
2368 \begin_layout Labeling
2369 \labelwidthstring 00.00.0000
2370 \begin_inset Graphics
2371         filename ../../images/tabular-feature_toggle-line-top.png
2372
2373 \end_inset
2374
2375  añade un borde superior en la celda/fila actual o la selección
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Graphics
2381         filename ../../images/tabular-feature_toggle-line-bottom.png
2382
2383 \end_inset
2384
2385  añade un borde inferior en la celda/fila actual o la selección
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390 \begin_inset Graphics
2391         filename ../../images/tabular-feature_toggle-line-left.png
2392
2393 \end_inset
2394
2395  añade un borde a la izquierda en la celda/fila actual o la selección
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Graphics
2401         filename ../../images/tabular-feature_toggle-line-right.png
2402
2403 \end_inset
2404
2405  añade un borde a la derecha en la celda/fila actual o la selección
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../../images/tabular-feature_set-all-lines.png
2412
2413 \end_inset
2414
2415  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2416  no es multicolumna esto afecta también a la fila y a la columna)
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_unset-all-lines.png
2423
2424 \end_inset
2425
2426  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2427  actual no es multicolumna esto afecta también a la fila y a la columna)
2428 \end_layout
2429
2430 \begin_layout Labeling
2431 \labelwidthstring 00.00.0000
2432 \begin_inset Graphics
2433         filename ../../images/tabular-feature_m-align-left.png
2434
2435 \end_inset
2436
2437  alinea a la izquierda el contenido de la celda/columna
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Graphics
2443         filename ../../images/tabular-feature_m-align-center.png
2444
2445 \end_inset
2446
2447  centra el contenido de la celda/columna horizontalmente
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Graphics
2453         filename ../../images/tabular-feature_m-align-right.png
2454
2455 \end_inset
2456
2457  alinea a la derecha el contenido de la celda/columna
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Graphics
2463         filename ../../images/tabular-feature_align-decimal.png
2464         scaleBeforeRotation
2465
2466 \end_inset
2467
2468  alinea el contenido de la celda/columna a un carácter
2469 \end_layout
2470
2471 \begin_layout Labeling
2472 \labelwidthstring 00.00.0000
2473 \begin_inset Graphics
2474         filename ../../images/tabular-feature_m-valign-top.png
2475
2476 \end_inset
2477
2478  alinea arriba el contenido de la celda
2479 \end_layout
2480
2481 \begin_layout Labeling
2482 \labelwidthstring 00.00.0000
2483 \begin_inset Graphics
2484         filename ../../images/tabular-feature_m-valign-middle.png
2485
2486 \end_inset
2487
2488  centra verticalmente el contenido de la celda
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Graphics
2494         filename ../../images/tabular-feature_m-valign-bottom.png
2495
2496 \end_inset
2497
2498  alinea abajo el contenido de la celda
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Graphics
2504         filename ../../images/tabular-feature_set-rotate-cell.png
2505
2506 \end_inset
2507
2508  gira la celda o selección 90° como las agujas de reloj
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513 \begin_inset Graphics
2514         filename ../../images/tabular-feature_set-rotate-tabular.png
2515
2516 \end_inset
2517
2518  gira todo el cuadro 90° como agujas del reloj
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523 \begin_inset Graphics
2524         filename ../../images/tabular-feature_multicolumn.png
2525
2526 \end_inset
2527
2528  establece la celda actual o selección como multicolumna
2529 \end_layout
2530
2531 \begin_layout Labeling
2532 \labelwidthstring 00.00.0000
2533 \begin_inset Graphics
2534         filename ../../images/tabular-feature_multirow.png
2535         scaleBeforeRotation
2536
2537 \end_inset
2538
2539  establece la celda actual o selección como multifila
2540 \end_layout
2541
2542 \begin_layout Standard
2543 \begin_inset Note Greyedout
2544 status open
2545
2546 \begin_layout Plain Layout
2547
2548 \series bold
2549 Nota:
2550 \series default
2551  En la salida se emplea la alineación vertical de la primera celda de una
2552  fila para todas las celdas restantes de la fila.
2553 \end_layout
2554
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \begin_layout Section
2561 Menú Editar cuadro
2562 \begin_inset Index idx
2563 status open
2564
2565 \begin_layout Plain Layout
2566 Cuadros ! Editar
2567 \end_layout
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 Además del diálogo y la barra de herramientas, el menú 
2576 \family sans
2577 Editar\SpecialChar \menuseparator
2578 Cuadro/Tabla
2579 \family default
2580  permite añadir y borrar bordes para la fila/columna actual y establecer
2581  la selección como multicolumna.
2582  El menú sólo está disponible si el cursor está en el cuadro.
2583 \end_layout
2584
2585 \begin_layout Section
2586 Cuadros flotantes
2587 \begin_inset CommandInset label
2588 LatexCommand label
2589 name "sec:Cuadros-Flotantes"
2590
2591 \end_inset
2592
2593
2594 \begin_inset Index idx
2595 status open
2596
2597 \begin_layout Plain Layout
2598 Flotantes ! Cuadros
2599 \end_layout
2600
2601 \end_inset
2602
2603
2604 \begin_inset Index idx
2605 status open
2606
2607 \begin_layout Plain Layout
2608 Cuadros ! Flotantes
2609 \end_layout
2610
2611 \end_inset
2612
2613
2614 \end_layout
2615
2616 \begin_layout Standard
2617 Para una explicación general sobre flotantes, echa un vistazo a la sección
2618 \begin_inset space ~
2619 \end_inset
2620
2621
2622 \begin_inset CommandInset ref
2623 LatexCommand ref
2624 reference "sec:Introducción-Flotantes"
2625
2626 \end_inset
2627
2628 .
2629 \end_layout
2630
2631 \begin_layout Standard
2632 \begin_inset Float table
2633 placement h
2634 wide false
2635 sideways false
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 \begin_inset Caption
2640
2641 \begin_layout Plain Layout
2642 \begin_inset CommandInset label
2643 LatexCommand label
2644 name "tab:un cuadro flotante"
2645
2646 \end_inset
2647
2648 Un cuadro flotante.
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \end_layout
2655
2656 \begin_layout Plain Layout
2657 \align center
2658 \begin_inset Tabular
2659 <lyxtabular version="3" rows="3" columns="3">
2660 <features tabularvalignment="middle">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <column alignment="center" valignment="top" width="0pt">
2663 <column alignment="center" valignment="top" width="0pt">
2664 <row>
2665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Plain Layout
2669
2670 \family roman
2671 \series medium
2672 \shape up
2673 \size normal
2674 \emph off
2675 \bar no
2676 \noun off
2677 \color none
2678 1
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687
2688 \family roman
2689 \series medium
2690 \shape up
2691 \size normal
2692 \emph off
2693 \bar no
2694 \noun off
2695 \color none
2696 2
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705
2706 \family roman
2707 \series medium
2708 \shape up
2709 \size normal
2710 \emph off
2711 \bar no
2712 \noun off
2713 \color none
2714 3
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 </row>
2720 <row>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 Pepe
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743
2744 \family roman
2745 \series medium
2746 \shape up
2747 \size normal
2748 \emph off
2749 \bar no
2750 \noun off
2751 \color none
2752 Mari
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761
2762 \family roman
2763 \series medium
2764 \shape up
2765 \size normal
2766 \emph off
2767 \bar no
2768 \noun off
2769 \color none
2770 Teo
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 </row>
2776 <row>
2777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \family roman
2783 \series medium
2784 \shape up
2785 \size normal
2786 \emph off
2787 \bar no
2788 \noun off
2789 \color none
2790 \begin_inset Formula $\int x^{2}dx$
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802
2803 \family roman
2804 \series medium
2805 \shape up
2806 \size normal
2807 \emph off
2808 \bar no
2809 \noun off
2810 \color none
2811 \begin_inset Formula $\left[\begin{array}{cc}
2812 a & b\\
2813 c & d
2814 \end{array}\right]$
2815 \end_inset
2816
2817
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826
2827 \family roman
2828 \series medium
2829 \shape up
2830 \size normal
2831 \emph off
2832 \bar no
2833 \noun off
2834 \color none
2835 \begin_inset Formula $1+1=2$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 </lyxtabular>
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \begin_layout Standard
2857 Los cuadros flotantes pueden insertarse con el menú 
2858 \family sans
2859 Insertar\SpecialChar \menuseparator
2860 Flotante\SpecialChar \menuseparator
2861 Cuadro
2862 \family default
2863  o con el botón 
2864 \begin_inset Graphics
2865         filename ../../images/float-insert_table.png
2866         scale 85
2867
2868 \end_inset
2869
2870 .
2871 \end_layout
2872
2873 \begin_layout Standard
2874 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2875 \begin_inset space ~
2876 \end_inset
2877
2878 #:» (# es el número actual).
2879  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2880  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2881  texto del encabezado y se pulsa 
2882 \family sans
2883 Entrar
2884 \family default
2885 .
2886  La leyenda se imprime encima del cuadro.
2887 \end_layout
2888
2889 \begin_layout Standard
2890 El cuadro
2891 \begin_inset space ~
2892 \end_inset
2893
2894
2895 \begin_inset CommandInset ref
2896 LatexCommand ref
2897 reference "tab:un cuadro flotante"
2898
2899 \end_inset
2900
2901  es un ejemplo de cuadro flotante.
2902 \end_layout
2903
2904 \begin_layout Standard
2905 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2906  no es soportado en las clases estándar de LaTeX.
2907  Esto significa que si estás usando las clases de documento 
2908 \family sans
2909 article
2910 \family default
2911
2912 \family sans
2913 book
2914 \family default
2915
2916 \family sans
2917 letter
2918 \family default
2919  o 
2920 \family sans
2921 report
2922 \family default
2923  no habrá espacio entre la leyenda y el cuadro.
2924  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2925  del documento la siguiente opción al comando del paquete LaTeX 
2926 \series bold
2927 caption
2928 \series default
2929
2930 \begin_inset Index idx
2931 status collapsed
2932
2933 \begin_layout Plain Layout
2934 LaTeX-paquetes ! caption
2935 \end_layout
2936
2937 \end_inset
2938
2939 :
2940 \begin_inset Foot
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944 Para más información ve a la sección
2945 \begin_inset space ~
2946 \end_inset
2947
2948
2949 \begin_inset CommandInset ref
2950 LatexCommand ref
2951 reference "sec:Colocación-de-leyendas"
2952
2953 \end_inset
2954
2955 .
2956 \end_layout
2957
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \begin_layout Standard
2964
2965 \series bold
2966 tableposition=top
2967 \end_layout
2968
2969 \begin_layout Standard
2970 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2971 \series bold
2972 caption
2973 \series default
2974  como se describe en la sección
2975 \begin_inset space ~
2976 \end_inset
2977
2978
2979 \begin_inset CommandInset ref
2980 LatexCommand ref
2981 reference "sec:Formato-de-leyendas"
2982
2983 \end_inset
2984
2985 .
2986  
2987 \end_layout
2988
2989 \begin_layout Standard
2990 \begin_inset Index idx
2991 status open
2992
2993 \begin_layout Plain Layout
2994 Referencias ! a cuadros
2995 \end_layout
2996
2997 \end_inset
2998
2999 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3000  su etiqueta.
3001  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3002 \family sans
3003 Insertar\SpecialChar \menuseparator
3004 Etiqueta
3005 \family default
3006  o con el botón 
3007 \begin_inset Graphics
3008         filename ../../images/label-insert.png
3009         scale 85
3010
3011 \end_inset
3012
3013 .
3014  Ahora puedes referenciar la etiqueta con el menú 
3015 \family sans
3016 Insertar\SpecialChar \menuseparator
3017 Referencia
3018 \begin_inset space ~
3019 \end_inset
3020
3021 cruzada
3022 \family default
3023  o con el botón 
3024 \begin_inset Graphics
3025         filename ../../images/dialog-show-new-inset_ref.png
3026         scale 85
3027
3028 \end_inset
3029
3030 .
3031 \begin_inset Newline newline
3032 \end_inset
3033
3034 Las referencias se explican con detalle en la sección
3035 \begin_inset space ~
3036 \end_inset
3037
3038
3039 \begin_inset CommandInset ref
3040 LatexCommand ref
3041 reference "sec:Referencias-a-Flotantes"
3042
3043 \end_inset
3044
3045 .
3046 \end_layout
3047
3048 \begin_layout Section
3049 Cuadros largos
3050 \begin_inset CommandInset label
3051 LatexCommand label
3052 name "sec:Cuadros-Largos"
3053
3054 \end_inset
3055
3056
3057 \begin_inset Index idx
3058 status open
3059
3060 \begin_layout Plain Layout
3061 Cuadros ! Largos|see
3062 \begin_inset ERT
3063 status open
3064
3065 \begin_layout Plain Layout
3066
3067 {
3068 \end_layout
3069
3070 \end_inset
3071
3072 Cuadros largos
3073 \begin_inset ERT
3074 status open
3075
3076 \begin_layout Plain Layout
3077
3078 }
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \begin_layout Standard
3092 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3093 \family sans
3094 Usar
3095 \begin_inset space ~
3096 \end_inset
3097
3098 cuadro
3099 \begin_inset space ~
3100 \end_inset
3101
3102 largo
3103 \family default
3104  en la solapa 
3105 \family sans
3106 Cuadro
3107 \begin_inset space ~
3108 \end_inset
3109
3110 largo
3111 \family default
3112  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3113  páginas.
3114  Al hacerlo se habilitan las siguientes opciones:
3115 \end_layout
3116
3117 \begin_layout Description
3118 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3119  las páginas del cuadro, excepto para la primera página si 
3120 \family sans
3121 Primer
3122 \begin_inset space ~
3123 \end_inset
3124
3125 encabezado
3126 \family default
3127  está definido.
3128  Este se denomina encabezado principal.
3129 \end_layout
3130
3131 \begin_layout Description
3132 Primer
3133 \begin_inset space ~
3134 \end_inset
3135
3136 encabezado: La fila actual se define como encabezado de la primera página
3137  del cuadro.
3138 \end_layout
3139
3140 \begin_layout Description
3141 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3142  del cuadrotabla, excepto para la última página si se define 
3143 \family sans
3144 Último
3145 \begin_inset space ~
3146 \end_inset
3147
3148 pie.
3149 \end_layout
3150
3151 \begin_layout Description
3152 Último
3153 \begin_inset space ~
3154 \end_inset
3155
3156 pie:
3157 \family sans
3158  
3159 \family default
3160 La fila actual se define como pie de la última página del cuadro.
3161 \end_layout
3162
3163 \begin_layout Description
3164 Leyenda: La fila actual contiene la leyenda del cuadro.
3165  La primera fila se reajusta como columna única y se inserta una leyenda.
3166  Más detalles sobre leyendas en cuadros largos en la sec.
3167 \begin_inset space \thinspace{}
3168 \end_inset
3169
3170
3171 \begin_inset CommandInset ref
3172 LatexCommand ref
3173 reference "sub:Leyendas-en-Cuadros"
3174
3175 \end_inset
3176
3177 .
3178 \end_layout
3179
3180 \begin_layout Standard
3181 También se puede especificar en el diálogo en qué fila se ha de cortar el
3182  cuadro.
3183  El siguiente cuadro muestra cómo funciona:
3184 \end_layout
3185
3186 \begin_layout Standard
3187 \align center
3188 \begin_inset Tabular
3189 <lyxtabular version="3" rows="69" columns="3">
3190 <features islongtable="true" longtabularalignment="center">
3191 <column alignment="left" valignment="top" width="0cm">
3192 <column alignment="left" valignment="top" width="0pt">
3193 <column alignment="right" valignment="top" width="0pt">
3194 <row endfirsthead="true">
3195 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \series bold
3201 Ejemplo de lista telefónica (ignore los nombres)
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 </row>
3225 <row endfirsthead="true">
3226 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \series bold
3232 NOMBRE
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \series bold
3252 TEL.
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row endhead="true">
3259 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Ejemplo de lista telefónica
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row endhead="true">
3290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 NOMBRE
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \series bold
3316 TEL.
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 </row>
3322 <row endfoot="true">
3323 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327  continúa en la página siguiente
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Annovi
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Silvia
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Bertoli
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Stefano
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Bozzi
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Walter
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Cachia
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Maria
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Cachia
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Maurizio
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Cinquemani
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Giusi
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Colin
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Bernard
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Concli
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Gianfranco
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Dal Bosco
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Carolina
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Dalpiaz
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Annamaria
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Feliciello
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Domenico
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Focarelli
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Paola
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Galletti
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Oreste
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Gasparini
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Franca
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Rizzardi
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Paola
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Lassini
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Giancarlo
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Malfatti
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Luciano
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Malfatti
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Valeriano
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Meneguzzo
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Roberto
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Mezzadra
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Roberto
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Pirpamer
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Erich
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Pochiesa
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Paolo
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111, 222
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Radina
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Claudio
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Stuffer
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Oskar
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Tacchelli
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Ugo
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Tezzele
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Margit
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Unterkalmsteiner
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Frieda
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Vieider
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Hilde
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 111
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Vigna
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Jürgen
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 111
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Weber
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Maurizio
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 111
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Winkler
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Franz
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 111
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317  
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Annovi
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Silvia
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Bertoli
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Stefano
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Bozzi
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Walter
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Cachia
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Maria
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Cachia
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Maurizio
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Cinquemani
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Giusi
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Colin
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Bernard
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Concli
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Gianfranco
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Dal Bosco
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Carolina
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Dalpiaz
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Annamaria
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Feliciello
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Domenico
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Focarelli
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Paola
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Galletti
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Oreste
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Gasparini
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Franca
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Rizzardi
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Paola
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Lassini
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Giancarlo
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Malfatti
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Luciano
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Malfatti
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Valeriano
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Meneguzzo
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Roberto
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Mezzadra
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Roberto
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Pirpamer
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Erich
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Pochiesa
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Paolo
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555, 222
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Radina
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Claudio
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Stuffer
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Oskar
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Tacchelli
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Ugo
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 555
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Tezzele
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Margit
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Unterkalmsteiner
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Frieda
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row>
5179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Vieider
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 Hilde
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 555
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 <row>
5210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \series bold
5216 Vigna
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 Jürgen
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 999
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \series bold
5247 Weber
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 Maurizio
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 555
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \series bold
5278 Winkler
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 Franz
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 555
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 </row>
5302 <row endlastfoot="true">
5303 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 fin
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 </lyxtabular>
5332
5333 \end_inset
5334
5335
5336 \begin_inset ERT
5337 status collapsed
5338
5339 \begin_layout Plain Layout
5340
5341
5342 \backslash
5343 addtocounter{table}{-1}
5344 \end_layout
5345
5346 \end_inset
5347
5348
5349 \begin_inset Note Note
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353 Para comprender el uso de este comando, lee al final de la sección
5354 \begin_inset space ~
5355 \end_inset
5356
5357
5358 \begin_inset CommandInset ref
5359 LatexCommand ref
5360 reference "sub:Leyendas-en-Cuadros"
5361
5362 \end_inset
5363
5364  la primera nota resaltada en gris.
5365  
5366 \end_layout
5367
5368 \end_inset
5369
5370
5371 \end_layout
5372
5373 \begin_layout Subsection
5374 Notas al pie en cuadros largos
5375 \begin_inset CommandInset label
5376 LatexCommand label
5377 name "sub:Notas-al-pie-en-Cuadros-Largos"
5378
5379 \end_inset
5380
5381
5382 \begin_inset Index idx
5383 status open
5384
5385 \begin_layout Plain Layout
5386 Cuadros largos ! Notas al pie
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \begin_layout Standard
5395 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5396  Las notas se muestran en la parte inferior de la página en la que esté
5397  la celda con la nota.
5398  El cuadro
5399 \begin_inset space ~
5400 \end_inset
5401
5402
5403 \begin_inset CommandInset ref
5404 LatexCommand ref
5405 reference "tab:DifLeyendas"
5406
5407 \end_inset
5408
5409  tiene un ejemplo de nota al pie.
5410 \end_layout
5411
5412 \begin_layout Subsection
5413 Alineación de cuadros largos
5414 \begin_inset Index idx
5415 status open
5416
5417 \begin_layout Plain Layout
5418 Cuadros largos ! Alineación
5419 \end_layout
5420
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \begin_layout Standard
5427 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5428  de configuración de cuadros.
5429  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5430  página.
5431  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5432  al centro y cambiar el valor de las longitudes 
5433 \series bold
5434
5435 \backslash
5436 LTleft
5437 \series default
5438  y 
5439 \series bold
5440
5441 \backslash
5442 LTright 
5443 \series default
5444 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5445  largo:
5446 \end_layout
5447
5448 \begin_layout Standard
5449
5450 \series bold
5451
5452 \backslash
5453 setlength{
5454 \backslash
5455 LTleft}{valor}
5456 \end_layout
5457
5458 \begin_layout Standard
5459 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5460 \begin_inset space ~
5461 \end_inset
5462
5463
5464 \begin_inset CommandInset ref
5465 LatexCommand ref
5466 reference "tab:Unidades"
5467
5468 \end_inset
5469
5470 .
5471  
5472 \series bold
5473
5474 \backslash
5475 LTlent 
5476 \series default
5477 controla la distancia entre el borde izquierdo de la página y el cuadro.
5478  
5479 \series bold
5480
5481 \backslash
5482 LTright 
5483 \series default
5484 la distancia desde el lado derecho.
5485  El valor predeterminado para ambas longitudes es 
5486 \series bold
5487
5488 \backslash
5489 fill
5490 \series default
5491 , que en este caso es lo mismo que un relleno horizontal en LyX.
5492 \end_layout
5493
5494 \begin_layout Standard
5495 El siguiente cuadro largo se ha alineado centrado y 
5496 \series bold
5497
5498 \backslash
5499 LTleft
5500 \series default
5501  establecido en 
5502 \family sans
5503 0.1
5504 \backslash
5505 columnwidth
5506 \family default
5507 :
5508 \begin_inset ERT
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512
5513
5514 \backslash
5515 setlength{
5516 \backslash
5517 LTleft}{0.1
5518 \backslash
5519 columnwidth}
5520 \end_layout
5521
5522 \end_inset
5523
5524
5525 \end_layout
5526
5527 \begin_layout Standard
5528 \begin_inset Tabular
5529 <lyxtabular version="3" rows="5" columns="5">
5530 <features islongtable="true" longtabularalignment="center">
5531 <column alignment="center" valignment="top" width="0">
5532 <column alignment="center" valignment="top" width="0">
5533 <column alignment="center" valignment="top" width="0">
5534 <column alignment="center" valignment="top" width="0">
5535 <column alignment="center" valignment="top" width="0">
5536 <row>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 1
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 2
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 3
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 4
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 5
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 <row>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 asd
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 s
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 s
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 s
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 asd
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 s
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 s
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 s
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 asd
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 asd
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 s
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 asd
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 </lyxtabular>
5772
5773 \end_inset
5774
5775
5776 \begin_inset ERT
5777 status collapsed
5778
5779 \begin_layout Plain Layout
5780
5781
5782 \backslash
5783 setlength{
5784 \backslash
5785 LTleft}{
5786 \backslash
5787 fill}
5788 \end_layout
5789
5790 \end_inset
5791
5792
5793 \begin_inset ERT
5794 status collapsed
5795
5796 \begin_layout Plain Layout
5797
5798
5799 \backslash
5800 addtocounter{table}{-1}
5801 \end_layout
5802
5803 \end_inset
5804
5805
5806 \begin_inset Note Note
5807 status open
5808
5809 \begin_layout Plain Layout
5810 Para comprender el uso de este comando, lee al final de la sección
5811 \begin_inset space ~
5812 \end_inset
5813
5814
5815 \begin_inset CommandInset ref
5816 LatexCommand ref
5817 reference "sub:Leyendas-en-Cuadros"
5818
5819 \end_inset
5820
5821  la primera nota resaltada en gris.
5822  
5823 \end_layout
5824
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \begin_layout Subsection
5831 Leyendas en cuadros largos
5832 \begin_inset Index idx
5833 status open
5834
5835 \begin_layout Plain Layout
5836 Cuadros largos ! Leyendas
5837 \end_layout
5838
5839 \end_inset
5840
5841
5842 \begin_inset CommandInset label
5843 LatexCommand label
5844 name "sub:Leyendas-en-Cuadros"
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5853  estar en una página.
5854  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5855  utilizando para una fila de un cuadro largo la opción 
5856 \family sans
5857 Leyenda
5858 \family default
5859 , como se explica en la sec.
5860 \begin_inset space \thinspace{}
5861 \end_inset
5862
5863
5864 \begin_inset CommandInset ref
5865 LatexCommand ref
5866 reference "sec:Cuadros-Largos"
5867
5868 \end_inset
5869
5870 .
5871  Sólo una fila puede contener la leyenda.
5872 \end_layout
5873
5874 \begin_layout Standard
5875 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5876 \end_layout
5877
5878 \begin_layout Standard
5879 \begin_inset Tabular
5880 <lyxtabular version="3" rows="6" columns="5">
5881 <features islongtable="true" longtabularalignment="center">
5882 <column alignment="center" valignment="top" width="0">
5883 <column alignment="center" valignment="top" width="0">
5884 <column alignment="center" valignment="top" width="0">
5885 <column alignment="center" valignment="top" width="0">
5886 <column alignment="center" valignment="top" width="0">
5887 <row caption="true">
5888 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Caption
5893
5894 \begin_layout Plain Layout
5895 Cuadro largo con leyenda
5896 \begin_inset Argument
5897 status open
5898
5899 \begin_layout Plain Layout
5900 Cuadro largo
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 1
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 2
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 3
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 4
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 5
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 s
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 asd
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 <row>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 s
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 s
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 s
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 s
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 s
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 s
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 asd
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 asd
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 </lyxtabular>
6188
6189 \end_inset
6190
6191
6192 \end_layout
6193
6194 \begin_layout Standard
6195 \begin_inset VSpace medskip
6196 \end_inset
6197
6198
6199 \begin_inset Note Greyedout
6200 status open
6201
6202 \begin_layout Plain Layout
6203
6204 \series bold
6205 Nota
6206 \begin_inset space ~
6207 \end_inset
6208
6209 1:
6210 \series default
6211  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6212  leyenda en alguna de ellas.
6213  Por esto podría suceder que, p.
6214 \begin_inset space \thinspace{}
6215 \end_inset
6216
6217 e., el cuadro
6218 \begin_inset space ~
6219 \end_inset
6220
6221 2.4 siga al cuadro
6222 \begin_inset space ~
6223 \end_inset
6224
6225 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6226  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6227  en código TeX:
6228 \end_layout
6229
6230 \begin_layout Plain Layout
6231
6232 \series bold
6233
6234 \backslash
6235 addtocounter{table}{-1}
6236 \end_layout
6237
6238 \begin_layout Plain Layout
6239 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6240  el siguiente código en el preámbulo del documento:
6241 \end_layout
6242
6243 \begin_layout Plain Layout
6244
6245 \series bold
6246
6247 \backslash
6248 let
6249 \backslash
6250 myEnd
6251 \backslash
6252 endlongtable
6253 \begin_inset Newline newline
6254 \end_inset
6255
6256
6257 \backslash
6258 renewcommand{
6259 \backslash
6260 endlongtable}{
6261 \backslash
6262 myEnd
6263 \backslash
6264 addtocounter{table}{-1}}
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \begin_inset Note Greyedout
6274 status open
6275
6276 \begin_layout Plain Layout
6277
6278 \series bold
6279 Nota
6280 \begin_inset space ~
6281 \end_inset
6282
6283 2:
6284 \series default
6285  Si utilizas 
6286 \series bold
6287 hyperref
6288 \series default
6289
6290 \begin_inset Index idx
6291 status collapsed
6292
6293 \begin_layout Plain Layout
6294 LaTeX-paquetes ! hyperref
6295 \end_layout
6296
6297 \end_inset
6298
6299  en las 
6300 \family sans
6301 Propiedades PDF 
6302 \family default
6303 del diálogo 
6304 \family sans
6305 Configuración del documento 
6306 \family default
6307 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6308  llevan siempre al principio del documento.
6309 \end_layout
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Subsubsection
6317 Referencias a cuadros largos
6318 \begin_inset Index idx
6319 status open
6320
6321 \begin_layout Plain Layout
6322 Cuadros largos ! Referencias a
6323 \end_layout
6324
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \begin_layout Standard
6331 \begin_inset Tabular
6332 <lyxtabular version="3" rows="6" columns="5">
6333 <features islongtable="true" longtabularalignment="center">
6334 <column alignment="center" valignment="top" width="0">
6335 <column alignment="center" valignment="top" width="0">
6336 <column alignment="center" valignment="top" width="0">
6337 <column alignment="center" valignment="top" width="0">
6338 <column alignment="center" valignment="top" width="0">
6339 <row caption="true">
6340 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 \begin_inset Caption
6345
6346 \begin_layout Plain Layout
6347 Cuadro largo con referencia
6348 \begin_inset CommandInset label
6349 LatexCommand label
6350 name "tab:RefEjemplo"
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 1
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 2
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 3
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 4
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 5
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 <row>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 asd
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 s
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 s
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 s
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 asd
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 s
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 s
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 s
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 asd
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 </row>
6542 <row>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 asd
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 s
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 s
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 s
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 asd
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 </row>
6589 <row>
6590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 asd
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 sad
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 asd
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 asd
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 </row>
6636 </lyxtabular>
6637
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \begin_layout Standard
6644 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6645  
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Esto es una referencia al cuadro
6650 \begin_inset space ~
6651 \end_inset
6652
6653
6654 \begin_inset CommandInset ref
6655 LatexCommand ref
6656 reference "tab:RefEjemplo"
6657
6658 \end_inset
6659
6660 .
6661 \end_layout
6662
6663 \begin_layout Standard
6664 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6665  del documento mediante el paquete LaTeX 
6666 \series bold
6667 caption
6668 \series default
6669
6670 \begin_inset Index idx
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674 LaTeX-paquetes ! caption
6675 \end_layout
6676
6677 \end_inset
6678
6679 , véase sección
6680 \begin_inset space ~
6681 \end_inset
6682
6683
6684 \begin_inset CommandInset ref
6685 LatexCommand ref
6686 reference "sec:Formato-de-leyendas"
6687
6688 \end_inset
6689
6690 .
6691 \end_layout
6692
6693 \begin_layout Subsubsection
6694 Anchura de la leyenda
6695 \begin_inset Index idx
6696 status open
6697
6698 \begin_layout Plain Layout
6699 Cuadros largos ! Anchura de la leyenda
6700 \end_layout
6701
6702 \end_inset
6703
6704
6705 \end_layout
6706
6707 \begin_layout Standard
6708 La anchura máxima de la leyenda se define por la longitud 
6709 \series bold
6710
6711 \backslash
6712 LTcapwidth
6713 \series default
6714 .
6715  Por omisión, su valor es 4
6716 \begin_inset space \thinspace{}
6717 \end_inset
6718
6719 in (4
6720 \begin_inset space ~
6721 \end_inset
6722
6723 pulgadas).
6724  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6725  en el propio documento antes del cuadro largo al que deba afectar
6726 \end_layout
6727
6728 \begin_layout Standard
6729
6730 \series bold
6731
6732 \backslash
6733 setlength{
6734 \backslash
6735 LTcapwidth}{anchura}
6736 \end_layout
6737
6738 \begin_layout Standard
6739 donde la anchura puede ser una de las unidades listadas en el apéndice
6740 \begin_inset space ~
6741 \end_inset
6742
6743
6744 \begin_inset CommandInset ref
6745 LatexCommand ref
6746 reference "cap:Unidades-disponibles-en"
6747
6748 \end_inset
6749
6750 .
6751 \end_layout
6752
6753 \begin_layout Standard
6754 Los cuadros siguientes muestran la diferencia:
6755 \end_layout
6756
6757 \begin_layout Standard
6758 \begin_inset Tabular
6759 <lyxtabular version="3" rows="6" columns="5">
6760 <features islongtable="true" longtabularalignment="center">
6761 <column alignment="center" valignment="top" width="0">
6762 <column alignment="center" valignment="top" width="0">
6763 <column alignment="center" valignment="top" width="0">
6764 <column alignment="center" valignment="top" width="0">
6765 <column alignment="center" valignment="top" width="0">
6766 <row caption="true">
6767 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 \begin_inset Caption
6772
6773 \begin_layout Plain Layout
6774 Leyenda larga completa con anchura predeterminada leyenda larga completa
6775  con anchura predeterminada
6776 \begin_inset Argument
6777 status collapsed
6778
6779 \begin_layout Plain Layout
6780 Leyenda con anchura predeterminada
6781 \end_layout
6782
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \end_inset
6789
6790
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 </row>
6832 <row>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 1
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 2
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 3
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 4
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 5
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 </row>
6879 <row>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 s
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 s
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 s
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 asd
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 </row>
6926 <row>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 asd
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 s
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 s
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 s
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 asd
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 </row>
6973 <row>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 asd
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 s
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 s
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 s
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 asd
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 </row>
7020 <row>
7021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 asd
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 sad
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 asd
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 asd
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 asd
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 </row>
7067 </lyxtabular>
7068
7069 \end_inset
7070
7071
7072 \end_layout
7073
7074 \begin_layout Standard
7075 \begin_inset ERT
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079
7080
7081 \backslash
7082 setlength{
7083 \backslash
7084 LTcapwidth}{5cm}
7085 \end_layout
7086
7087 \end_inset
7088
7089
7090 \begin_inset Tabular
7091 <lyxtabular version="3" rows="6" columns="5">
7092 <features islongtable="true" longtabularalignment="center">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <column alignment="center" valignment="top" width="0">
7097 <column alignment="center" valignment="top" width="0">
7098 <row caption="true">
7099 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 \begin_inset Caption
7104
7105 \begin_layout Plain Layout
7106 Leyenda larga completa con una anchura de 5
7107 \begin_inset space \thinspace{}
7108 \end_inset
7109
7110 cm leyenda larga completa con una anchura de 5
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 cm 
7115 \begin_inset Argument
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119 Leyenda con anchura
7120 \begin_inset space \thinspace{}
7121 \end_inset
7122
7123 =
7124 \begin_inset space \thinspace{}
7125 \end_inset
7126
7127 5
7128 \begin_inset space \thinspace{}
7129 \end_inset
7130
7131 cm
7132 \end_layout
7133
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 1
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 2
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 3
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 4
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 5
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 asd
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 </row>
7277 <row>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 s
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 asd
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 </row>
7324 <row>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 asd
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 s
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 s
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 asd
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row>
7372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 asd
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 sad
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 asd
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 asd
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 </row>
7418 </lyxtabular>
7419
7420 \end_inset
7421
7422
7423 \begin_inset ERT
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427
7428
7429 \backslash
7430 setlength{
7431 \backslash
7432 LTcapwidth}{4in}
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 \begin_inset Note Greyedout
7442 status collapsed
7443
7444 \begin_layout Plain Layout
7445
7446 \series bold
7447 Nota: 
7448 \series default
7449 Si se usa el paquete LaTeX 
7450 \series bold
7451 caption
7452 \series default
7453
7454 \begin_inset Index idx
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 LaTeX-paquetes ! caption
7459 \end_layout
7460
7461 \end_inset
7462
7463 , como en este documento, para la leyenda se utiliza toda la anchura de
7464  la página cuando se deja el valor por omisión de 4
7465 \begin_inset space \thinspace{}
7466 \end_inset
7467
7468 in para 
7469 \series bold
7470
7471 \backslash
7472 LTcapwidth
7473 \series default
7474 .
7475  En este caso, para conseguir una leyenda de 4
7476 \begin_inset space \thinspace{}
7477 \end_inset
7478
7479 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7480 \begin_inset space \thinspace{}
7481 \end_inset
7482
7483 in, p.
7484 \begin_inset space \thinspace{}
7485 \end_inset
7486
7487 e.
7488  3.99
7489 \begin_inset space \thinspace{}
7490 \end_inset
7491
7492 in, o bien emplear el comando LaTeX 
7493 \series bold
7494
7495 \backslash
7496 captionsetup{width=valor}
7497 \series default
7498 , suministrado por el paquete 
7499 \series bold
7500 caption
7501 \series default
7502 .
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \begin_layout Subsubsection
7511 Leyendas distintas para cada página
7512 \begin_inset Index idx
7513 status open
7514
7515 \begin_layout Plain Layout
7516 Cuadros largos ! Leyendas ! distintas para cada página
7517 \end_layout
7518
7519 \end_inset
7520
7521
7522 \end_layout
7523
7524 \begin_layout Standard
7525 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7526  de la leyenda de la primera página del cuadro, se insertan con el comando
7527  en código TeX
7528 \end_layout
7529
7530 \begin_layout Standard
7531
7532 \series bold
7533
7534 \backslash
7535 caption*{texto de la leyenda}
7536 \backslash
7537
7538 \backslash
7539 %
7540 \end_layout
7541
7542 \begin_layout Standard
7543 en una fila postiza que se marca como encabezado.
7544  El cuadro
7545 \begin_inset space ~
7546 \end_inset
7547
7548
7549 \begin_inset CommandInset ref
7550 LatexCommand ref
7551 reference "tab:DifLeyendas"
7552
7553 \end_inset
7554
7555  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7556  no incluye número de cuadro.
7557 \end_layout
7558
7559 \begin_layout Standard
7560 \align center
7561 \begin_inset Tabular
7562 <lyxtabular version="3" rows="59" columns="3">
7563 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7564 <column alignment="left" valignment="top" width="0cm">
7565 <column alignment="left" valignment="top" width="0pt">
7566 <column alignment="right" valignment="top" width="0pt">
7567 <row caption="true">
7568 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset Caption
7573
7574 \begin_layout Plain Layout
7575 Ejemplo de lista telefónica
7576 \begin_inset CommandInset label
7577 LatexCommand label
7578 name "tab:DifLeyendas"
7579
7580 \end_inset
7581
7582
7583 \begin_inset Argument
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587 Ejemplo de lista telefónica
7588 \end_layout
7589
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row endfirsthead="true">
7622 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 Ejemplo de lista telefónica (ignore los nombres)
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row endfirsthead="true">
7653 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \series bold
7659 NOMBRE
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \series bold
7679 TEL.
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 <row endhead="true">
7686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 \begin_inset ERT
7691 status open
7692
7693 \begin_layout Plain Layout
7694
7695
7696 \backslash
7697 caption*{continúa Ejemplo de lista telefónica}
7698 \backslash
7699
7700 \backslash
7701 %
7702 \end_layout
7703
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row endhead="true">
7731 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \series bold
7737 Ejemplo de lista telefónica
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row endhead="true">
7762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768 NOMBRE
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \series bold
7788 TEL.
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row endfoot="true">
7795 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 continúa en página siguiente
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 Annovi
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 Silvia
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 111
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row>
7855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \series bold
7861 Bertoli
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 Stefano
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 111
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Bozzi
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Walter
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Cachia
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Maria
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Cachia
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 Maurizio
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 111
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Cinquemani
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Giusi
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Colin
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Bernard
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Concli
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Gianfranco
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Dal Bosco
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Carolina
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Dalpiaz
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Annamaria
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Feliciello
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Domenico
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Focarelli
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Paola
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Galletti
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Oreste
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Gasparini
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Franca
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Rizzardi
8265 \series default
8266
8267 \begin_inset Foot
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271 Ejemplo de nota a pie de página
8272 \end_layout
8273
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Paola
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Lassini
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Giancarlo
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Malfatti
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Luciano
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Malfatti
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Valeriano
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Meneguzzo
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Roberto
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Mezzadra
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Roberto
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Pirpamer
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Erich
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Pochiesa
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Paolo
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111, 222
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Radina
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Claudio
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Stuffer
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Oskar
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Tacchelli
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Ugo
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Tezzele
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Margit
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Unterkalmsteiner
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Frieda
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Vieider
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Hilde
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Vigna
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Jürgen
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Weber
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Maurizio
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Winkler
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Franz
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801  
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Annovi
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Silvia
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 555
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Bertoli
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Stefano
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 555
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Bozzi
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Walter
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Cachia
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Maria
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Cachia
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Maurizio
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Cinquemani
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Giusi
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Colin
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Bernard
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Concli
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Gianfranco
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Dal Bosco
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Carolina
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Dalpiaz
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Annamaria
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Feliciello
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Domenico
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Focarelli
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Paola
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Galletti
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Oreste
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Gasparini
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Franca
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Rizzardi
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Paola
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Lassini
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Giancarlo
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Malfatti
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Luciano
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Malfatti
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Valeriano
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Meneguzzo
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Roberto
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Mezzadra
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Roberto
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 </lyxtabular>
9446
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \begin_layout Section
9453 Particularidades de los cuadros largos
9454 \begin_inset CommandInset label
9455 LatexCommand label
9456 name "sec:Particularidades-cuadros-largos"
9457
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \begin_layout Subsection
9464 Cálculos
9465 \begin_inset Index idx
9466 status open
9467
9468 \begin_layout Plain Layout
9469 Cuadros largos ! Cálculos
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \begin_layout Standard
9478 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9479  utilizando los denominados «trozos», que son partes del cuadro presentes
9480  en la memoria de LaTeX.
9481  El valor predeterminado está establecido a sólo 20 filas.
9482  Si estás usando cuadros largos con muchas páginas, la generación del documento
9483  puede hacerse muy lenta.
9484  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9485  el siguiente comando en el preámbulo del documento:
9486 \end_layout
9487
9488 \begin_layout Standard
9489
9490 \series bold
9491
9492 \backslash
9493 setcounter{LTchunksize}{100}
9494 \end_layout
9495
9496 \begin_layout Subsection
9497 Flotantes y cuadros largos
9498 \begin_inset Index idx
9499 status open
9500
9501 \begin_layout Plain Layout
9502 Cuadros largos ! Flotantes
9503 \end_layout
9504
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \begin_layout Standard
9511 Podría haber problemas si un flotante aparece en la misma página donde comienza
9512  un cuadro largo.
9513  Para evitarlo, añade un 
9514 \begin_inset Quotes fld
9515 \end_inset
9516
9517 salto de página limpia
9518 \begin_inset Quotes frd
9519 \end_inset
9520
9521  (menú 
9522 \family sans
9523 Insertar\SpecialChar \menuseparator
9524 Formato\SpecialChar \menuseparator
9525 Limpiar
9526 \begin_inset space ~
9527 \end_inset
9528
9529 página
9530 \family default
9531 ) antes del cuadro.
9532 \end_layout
9533
9534 \begin_layout Subsection
9535 Saltos de página forzados
9536 \begin_inset Index idx
9537 status open
9538
9539 \begin_layout Plain Layout
9540 Cuadros largos ! Saltos de página forzados
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \begin_layout Standard
9549 Por omisión, los cuadros sólo se cortan entre filas.
9550  Si tienes una celda con líneas múltiples y necesitas un salto de página
9551  dentro de la celda, inserta el comando de nueva línea «
9552 \series bold
9553
9554 \backslash
9555
9556 \backslash
9557
9558 \series default
9559 » en código TeX en el punto en que quieras cortar.
9560  Antes del comando «
9561 \series bold
9562
9563 \backslash
9564
9565 \backslash
9566
9567 \series default
9568 » debes insertar en código TeX tantos caracteres «
9569 \series bold
9570 &
9571 \series default
9572 » como columnas siguientes del cuadro.
9573  
9574 \series bold
9575 &
9576 \series default
9577  es el carácter para separar celdas.
9578  Escribe en código TeX después de cada 
9579 \series bold
9580 &
9581 \series default
9582  el contenido de la celda siguiente correspondiente y borra el contenido
9583  de esas celdas.
9584 \begin_inset Newline newline
9585 \end_inset
9586
9587 Detrás del comando 
9588 \series bold
9589
9590 \backslash
9591
9592 \backslash
9593
9594 \series default
9595 , inserta tantos 
9596 \series bold
9597 &
9598 \series default
9599  como columnas haya delante de la actual.
9600  Enl cuadro
9601 \begin_inset space ~
9602 \end_inset
9603
9604
9605 \begin_inset CommandInset ref
9606 LatexCommand ref
9607 reference "tab:Saltos de Página Forzados"
9608
9609 \end_inset
9610
9611  la celda que debería cortarse está en la segunda columna seguida de otra
9612  columna.
9613  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9614  de «
9615 \emph on
9616 Castelchiodato,
9617 \emph default
9618 »:
9619 \end_layout
9620
9621 \begin_layout Standard
9622
9623 \series bold
9624 & 111
9625 \backslash
9626
9627 \backslash
9628  
9629 \backslash
9630 newpage
9631 \begin_inset Newline newline
9632 \end_inset
9633
9634 &
9635 \end_layout
9636
9637 \begin_layout Standard
9638 El «111» en la tercera columna de la fila se ha borrado.
9639
9640 \series bold
9641  
9642 \backslash
9643 newpage 
9644 \series default
9645 es necesario solo si en esta posición debiera ir definitivamente un salto
9646  de página, de otro modo es sólamente una posibilidad de salto.
9647  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9648  superior pero quisieras una línea horizontal donde se corta la celda, usa
9649  este comando alternativo:
9650 \end_layout
9651
9652 \begin_layout Standard
9653
9654 \series bold
9655 & 111
9656 \backslash
9657
9658 \backslash
9659
9660 \begin_inset Newline newline
9661 \end_inset
9662
9663
9664 \backslash
9665 hline &
9666 \end_layout
9667
9668 \begin_layout Standard
9669 Cuando la celda a cortar está en la última columna, el comando
9670 \end_layout
9671
9672 \begin_layout Standard
9673
9674 \series bold
9675
9676 \backslash
9677 setlength{
9678 \backslash
9679 parfillskip}{0pt}
9680 \end_layout
9681
9682 \begin_layout Standard
9683 debe insertarse en código TeX al principio de la celda.
9684  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9685  aparecerá con toda su anchura.
9686 \end_layout
9687
9688 \begin_layout Standard
9689 \align center
9690 \begin_inset Tabular
9691 <lyxtabular version="3" rows="38" columns="3">
9692 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9693 <column alignment="left" valignment="top" width="0cm">
9694 <column alignment="left" valignment="top" width="3cm">
9695 <column alignment="right" valignment="top" width="0pt">
9696 <row caption="true">
9697 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 \begin_inset Caption
9702
9703 \begin_layout Plain Layout
9704 Cuadro con salto de página forzado en celda
9705 \begin_inset CommandInset label
9706 LatexCommand label
9707 name "tab:Saltos de Página Forzados"
9708
9709 \end_inset
9710
9711
9712 \begin_inset Argument
9713 status open
9714
9715 \begin_layout Plain Layout
9716 Cuadro con salto de página forzado
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \end_layout
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 </row>
9750 <row endfirsthead="true">
9751 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755
9756 \series bold
9757 Ejemplo de lista telefónica (ignore los nombres)
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row endfirsthead="true">
9782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \series bold
9788 NOMBRE
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \series bold
9808 TEL.
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row endhead="true">
9815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset ERT
9820 status collapsed
9821
9822 \begin_layout Plain Layout
9823
9824
9825 \backslash
9826 caption*{continúa Ejemplo de lista telefónica}
9827 \backslash
9828
9829 \backslash
9830 %
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row endhead="true">
9860 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864  
9865 \series bold
9866 Ejemplo de lista telefónica
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row endhead="true">
9891 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 NOMBRE
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917 TEL.
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row endfoot="true">
9924 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 continúa en página siguiente
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Annovi
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Silvia
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Bertoli
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Stefano
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Bozzi
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Walter
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 111
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 </row>
10045 <row>
10046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \series bold
10052 Cachia
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 Maria
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070 111
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Cachia
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Maurizio
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Cinquemani
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Giusi
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Colin
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Bernard
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Concli
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Gianfranco
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Dal Bosco
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Carolina
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Dalpiaz
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Annamaria
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Feliciello
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Domenico
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Focarelli
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Paola
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Galletti
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Oreste
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Gasparini
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Franca
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Lassini
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Giancarlo
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Malfatti
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Luciano
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Malfatti
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Valeriano
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Meneguzzo
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Roberto
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Mezzadra
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Roberto
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Pirpamer
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Erich
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \series bold
10579 Pochiesa
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 Paolo
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 111, 222
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 </row>
10603 <row>
10604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608
10609 \series bold
10610 Radina
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 Claudio
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 111
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 </row>
10634 <row>
10635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \series bold
10641 Rizzardi
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 Paolo, 11.
10651  Fürst von Montecompatri, 11.
10652  Fürst von Sulmona und Vivaro, 10.
10653  Fürst von Rossano, 5.
10654  Herzog von Canemorte, 11.
10655  Herzog von Palombara, 5.
10656  Herzog von Castelchiodato,
10657 \begin_inset ERT
10658 status open
10659
10660 \begin_layout Plain Layout
10661
10662 & 111
10663 \backslash
10664
10665 \backslash
10666  
10667 \backslash
10668 newpage
10669 \end_layout
10670
10671 \begin_layout Plain Layout
10672
10673 &
10674 \end_layout
10675
10676 \end_inset
10677
10678  11.
10679  Herzog von Poggionativo, 11.
10680  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10681  Graf von Valinfreda, 11.
10682  Baron von Cropalati, 11.
10683  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Stuffer
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Oskar
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Tacchelli
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Ugo
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 111
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row>
10761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \series bold
10767 Tezzele
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 Margit
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 111
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row>
10792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \series bold
10798 Unterkalmsteiner
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 Frieda
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 111
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 <row>
10823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \series bold
10829 Vieider
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Hilde
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 111
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \series bold
10860 Vigna
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 Jürgen
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 111
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \series bold
10891 Weber
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Maurizio
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 111
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \series bold
10922 Winkler
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 Franz
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 111
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 </lyxtabular>
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Section
10954 Líneas múltiples en columnas y filas
10955 \end_layout
10956
10957 \begin_layout Subsection
10958 Líneas múltiples en celdas
10959 \begin_inset CommandInset label
10960 LatexCommand label
10961 name "sub:Líneas-Múltiples-en"
10962
10963 \end_inset
10964
10965
10966 \begin_inset Index idx
10967 status collapsed
10968
10969 \begin_layout Plain Layout
10970 Lineas@Líneas múltiples en celdas
10971 \end_layout
10972
10973 \end_inset
10974
10975
10976 \begin_inset Index idx
10977 status open
10978
10979 \begin_layout Plain Layout
10980 Cuadros ! Saltos de línea
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \begin_layout Standard
10989 \noindent
10990 \begin_inset Float table
10991 placement H
10992 wide false
10993 sideways false
10994 status open
10995
10996 \begin_layout Plain Layout
10997 \begin_inset Caption
10998
10999 \begin_layout Plain Layout
11000 \begin_inset CommandInset label
11001 LatexCommand label
11002 name "tab:Cuadro-con-múltiples"
11003
11004 \end_inset
11005
11006 Cuadro con líneas múltiples en celda
11007 \end_layout
11008
11009 \end_inset
11010
11011
11012 \end_layout
11013
11014 \begin_layout Plain Layout
11015 \align center
11016 \begin_inset Tabular
11017 <lyxtabular version="3" rows="3" columns="3">
11018 <features tabularvalignment="middle">
11019 <column alignment="center" valignment="middle" width="2.5cm">
11020 <column alignment="center" valignment="middle" width="0">
11021 <column alignment="center" valignment="middle" width="0">
11022 <row>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 líneas
11028 \begin_inset Newline linebreak
11029 \end_inset
11030
11031 múltiples
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 b
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 c
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 </row>
11055 <row>
11056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 d
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 e
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 f
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 g
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 h
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 i
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 </lyxtabular>
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \begin_layout Standard
11126 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11127  párrafos con varias líneas y guionado.
11128 \end_layout
11129
11130 \begin_layout Standard
11131 Para generar el cuadro
11132 \begin_inset space ~
11133 \end_inset
11134
11135
11136 \begin_inset CommandInset ref
11137 LatexCommand ref
11138 reference "tab:Cuadro-con-múltiples"
11139
11140 \end_inset
11141
11142 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11143  En el diálogo que surge establece una anchura de 2.5
11144 \begin_inset space \thinspace{}
11145 \end_inset
11146
11147 cm y escoge centro en alineación vertical y horizontal.
11148  La alineación vertical se utiliza para todas las celdas de la fila.
11149  Como nuestro texto es menor de 2.5
11150 \begin_inset space \thinspace{}
11151 \end_inset
11152
11153 cm, sólo aparece una línea.
11154  Para poner dos añadimos un salto de línea justificado, (atajo 
11155 \family sans
11156 Ctrl+Mayúsculas+Entrar
11157 \family default
11158 ).
11159  Si el texto es más ancho que la celda será automáticamente dividido en
11160  líneas.
11161 \end_layout
11162
11163 \begin_layout Standard
11164 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11165  con guión si es la primera entrada.
11166  Por eso hay que insertar algo para que dicha palabra no sea la primera
11167  entrada: añade un espacio horizontal de 0
11168 \begin_inset space \thinspace{}
11169 \end_inset
11170
11171 pt delante de la palabra.
11172  Como el espacio es 0 la salida no cambia.
11173  El cuadro
11174 \begin_inset space ~
11175 \end_inset
11176
11177
11178 \begin_inset CommandInset ref
11179 LatexCommand ref
11180 reference "tab:Cuadro-con-y"
11181
11182 \end_inset
11183
11184  muestra el efecto.
11185 \end_layout
11186
11187 \begin_layout Standard
11188 \begin_inset Float table
11189 placement b
11190 wide false
11191 sideways false
11192 status open
11193
11194 \begin_layout Plain Layout
11195 \begin_inset Caption
11196
11197 \begin_layout Plain Layout
11198 \begin_inset CommandInset label
11199 LatexCommand label
11200 name "tab:Cuadro-con-y"
11201
11202 \end_inset
11203
11204 Cuadros con y sin guión
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \begin_layout Plain Layout
11213 \begin_inset space \hfill{}
11214 \end_inset
11215
11216
11217 \begin_inset Tabular
11218 <lyxtabular version="3" rows="3" columns="3">
11219 <features tabularvalignment="middle">
11220 <column alignment="center" valignment="middle" width="2.5cm">
11221 <column alignment="center" valignment="middle" width="0">
11222 <column alignment="center" valignment="middle" width="0">
11223 <row>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 celdaconpalabramuylarga
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 b
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 c
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 </row>
11252 <row>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 d
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 e
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 f
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 <row>
11282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 g
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 h
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 i
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 </row>
11310 </lyxtabular>
11311
11312 \end_inset
11313
11314
11315 \begin_inset space \hfill{}
11316 \end_inset
11317
11318
11319 \begin_inset Tabular
11320 <lyxtabular version="3" rows="3" columns="3">
11321 <features tabularvalignment="middle">
11322 <column alignment="center" valignment="middle" width="2.5cm">
11323 <column alignment="center" valignment="middle" width="0">
11324 <column alignment="center" valignment="middle" width="0">
11325 <row>
11326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 \begin_inset space \hspace{}
11331 \length 0pt
11332 \end_inset
11333
11334 celdaconpalabramuylarga
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 b
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 c
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 d
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 e
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 f
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 <row>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 g
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 h
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 i
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 </lyxtabular>
11417
11418 \end_inset
11419
11420
11421 \begin_inset space \hfill{}
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Subsection
11433 Multicolumnas
11434 \begin_inset CommandInset label
11435 LatexCommand label
11436 name "sub:Multicolumnas"
11437
11438 \end_inset
11439
11440
11441 \begin_inset Index idx
11442 status open
11443
11444 \begin_layout Plain Layout
11445 Multicolumnas
11446 \end_layout
11447
11448 \end_inset
11449
11450
11451 \begin_inset Index idx
11452 status open
11453
11454 \begin_layout Plain Layout
11455 Cuadros ! Multicolumnas
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Subsubsection
11464 Fundamentos de multicolumnas
11465 \end_layout
11466
11467 \begin_layout Standard
11468 Para extender una celda sobre varias columnas, se marcan las celdas que
11469  se desee combinar y se usa el botón 
11470 \begin_inset Graphics
11471         filename ../../images/tabular-feature_multicolumn.png
11472         scale 85
11473
11474 \end_inset
11475
11476 , el menú 
11477 \family sans
11478 Editar\SpecialChar \menuseparator
11479 Cuadro\SpecialChar \menuseparator
11480 Multicolumna
11481 \family default
11482 , o clic derecho sobre las celdas marcadas y elige 
11483 \family sans
11484 Multicolumna 
11485 \family default
11486 en el menú contextual.
11487 \end_layout
11488
11489 \begin_layout Standard
11490 Las multicolumnas tienen su propia configuración de celdas.
11491  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11492  multicolumna.
11493  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11494  última fila sin borde superior:
11495 \end_layout
11496
11497 \begin_layout Standard
11498 \align center
11499 \begin_inset Tabular
11500 <lyxtabular version="3" rows="3" columns="4">
11501 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11502 <column alignment="center" valignment="top" width="0pt">
11503 <column alignment="center" valignment="middle" width="0">
11504 <column alignment="center" valignment="top" width="0in">
11505 <column alignment="center" valignment="top" width="0pt">
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 abc
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 def ghi
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 jkl
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 </row>
11544 <row>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549
11550 \family roman
11551 \series medium
11552 \shape up
11553 \size normal
11554 \emph off
11555 \bar no
11556 \noun off
11557 \color none
11558 A
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 B
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 C
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 D
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 <row>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 1
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 2
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 3
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 4
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Subsubsection
11637 Cálculos en multicolumnas
11638 \begin_inset CommandInset label
11639 LatexCommand label
11640 name "sub:Cálculos-en-Multicolumnas"
11641
11642 \end_inset
11643
11644
11645 \begin_inset Index idx
11646 status open
11647
11648 \begin_layout Plain Layout
11649 Cuadros ! Multicolumnas ! Cálculos
11650 \end_layout
11651
11652 \end_inset
11653
11654
11655 \end_layout
11656
11657 \begin_layout Standard
11658 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11659  la anchura de celda de las columnas combinadas en la celda multicolumna.
11660 \end_layout
11661
11662 \begin_layout Standard
11663 \begin_inset Float table
11664 placement h
11665 wide false
11666 sideways false
11667 status open
11668
11669 \begin_layout Plain Layout
11670 \begin_inset Caption
11671
11672 \begin_layout Plain Layout
11673 \begin_inset CommandInset label
11674 LatexCommand label
11675 name "tab:Cuadro-con-centrado"
11676
11677 \end_inset
11678
11679 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11680  exactamente la mitad de anchura que la celda multicolumna
11681 \begin_inset Argument
11682 status open
11683
11684 \begin_layout Plain Layout
11685 Cuadro multicolumna perfecta
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \begin_layout Plain Layout
11699 \align center
11700 \begin_inset Tabular
11701 <lyxtabular version="3" rows="3" columns="3">
11702 <features tabularvalignment="middle">
11703 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11704 <column alignment="center" valignment="middle" width="0">
11705 <column alignment="center" valignment="top" width="0">
11706 <row>
11707 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 multicolumna línea múltiple
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 c
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 d
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 e
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 f
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 </row>
11764 <row>
11765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 g
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 h
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 i
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 </lyxtabular>
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Standard
11806 Por ejemplo, para crear el cuadro
11807 \begin_inset space ~
11808 \end_inset
11809
11810
11811 \begin_inset CommandInset ref
11812 LatexCommand ref
11813 reference "tab:Cuadro-con-centrado"
11814
11815 \end_inset
11816
11817 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11818  clic derecho.
11819  En el diálogo marca 
11820 \emph on
11821 multicolumna
11822 \emph default
11823
11824 \emph on
11825 alineación centro
11826 \emph default
11827  y una anchura de 2.5
11828 \begin_inset space \thinspace{}
11829 \end_inset
11830
11831 cm.
11832  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11833  de la celda multicolumna, así que deberías ajustar 1.25
11834 \begin_inset space \thinspace{}
11835 \end_inset
11836
11837 cm para la primera columna.
11838  La segunda columna tendrá entonces automáticamente 1.25
11839 \begin_inset space \thinspace{}
11840 \end_inset
11841
11842 cm de anchura.
11843  Para el cuadro
11844 \begin_inset space ~
11845 \end_inset
11846
11847
11848 \begin_inset CommandInset ref
11849 LatexCommand ref
11850 reference "tab:Cuadro-sin-mitad"
11851
11852 \end_inset
11853
11854  se ha procedido de la siguiente manera:
11855 \end_layout
11856
11857 \begin_layout Standard
11858 \begin_inset Float table
11859 wide false
11860 sideways false
11861 status open
11862
11863 \begin_layout Plain Layout
11864 \begin_inset Caption
11865
11866 \begin_layout Plain Layout
11867 \begin_inset CommandInset label
11868 LatexCommand label
11869 name "tab:Cuadro-sin-mitad"
11870
11871 \end_inset
11872
11873 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11874  de anchura que la celda multicolumna
11875 \begin_inset Argument
11876 status open
11877
11878 \begin_layout Plain Layout
11879 Cuadro multicolumna imperfecta
11880 \end_layout
11881
11882 \end_inset
11883
11884
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \begin_layout Plain Layout
11893 \align center
11894 \begin_inset Tabular
11895 <lyxtabular version="3" rows="3" columns="3">
11896 <features tabularvalignment="middle">
11897 <column alignment="center" valignment="top" width="1.25cm">
11898 <column alignment="center" valignment="top" width="0">
11899 <column alignment="center" valignment="top" width="0">
11900 <row>
11901 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 multicolumna línea múltiple
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 c
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 <row>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 d
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 e
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 f
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 </row>
11958 <row>
11959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 g
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 h
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 i
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 </row>
11987 </lyxtabular>
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \end_inset
11995
11996
11997 \end_layout
11998
11999 \begin_layout Standard
12000 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12001 a, es un poco mayor.
12002  La razón es que la anchura dada para una celda 
12003 \begin_inset Formula $W_{g}$
12004 \end_inset
12005
12006  no es su anchura total 
12007 \begin_inset Formula $W_{\mathrm{tot}}$
12008 \end_inset
12009
12010  porque una celda es siempre algo mayor que la anchura dada.
12011  El apéndice
12012 \begin_inset space ~
12013 \end_inset
12014
12015
12016 \begin_inset CommandInset ref
12017 LatexCommand eqref
12018 reference "cap:Explicación-de-la-Ecuación"
12019
12020 \end_inset
12021
12022  lo explica con detalle.
12023 \end_layout
12024
12025 \begin_layout Standard
12026 La anchura dada 
12027 \begin_inset Formula $W_{g\, n}$
12028 \end_inset
12029
12030  necesaria para combinar 
12031 \emph on
12032 n
12033 \emph default
12034  columnas puede calcularse de manera que cada columna tenga una anchura
12035  total de 
12036 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12037 \end_inset
12038
12039 :
12040 \begin_inset Formula 
12041 \begin{equation}
12042 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12043 \end{equation}
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \begin_layout Standard
12051 En nuestro caso tenemos 
12052 \begin_inset Formula $n=2$
12053 \end_inset
12054
12055
12056 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12057 \end_inset
12058
12059
12060 \begin_inset space \thinspace{}
12061 \end_inset
12062
12063 cm y los valores predeterminados para longitudes, así la ecuación
12064 \begin_inset space ~
12065 \end_inset
12066
12067
12068 \begin_inset CommandInset ref
12069 LatexCommand ref
12070 reference "eq:Wgn"
12071
12072 \end_inset
12073
12074  queda
12075 \begin_inset Formula 
12076 \begin{equation}
12077 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12078 \end{equation}
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Standard
12086 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12087  
12088 \series bold
12089 calc
12090 \series default
12091  con la línea
12092 \begin_inset Index idx
12093 status collapsed
12094
12095 \begin_layout Plain Layout
12096 LaTeX-paquetes ! calc
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \begin_layout Standard
12105
12106 \series bold
12107
12108 \backslash
12109 usepackage{calc}
12110 \end_layout
12111
12112 \begin_layout Standard
12113 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12114  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12115  He aquí un repaso de los argumentos:
12116 \end_layout
12117
12118 \begin_layout Itemize
12119
12120 \series bold
12121 p{ancho}
12122 \series default
12123  crea celdas con anchura fija, el texto alineado arriba
12124 \end_layout
12125
12126 \begin_layout Itemize
12127
12128 \series bold
12129 m{ancho}
12130 \series default
12131  crea celdas con anchura fija, el texto con alineación vertical centrada
12132  
12133 \end_layout
12134
12135 \begin_layout Itemize
12136
12137 \series bold
12138 b{ancho}
12139 \series default
12140  crea celdas con anchura fija, el texto alineado abajo
12141 \end_layout
12142
12143 \begin_layout Standard
12144 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12145  en el diálogo se ignoran.
12146 \end_layout
12147
12148 \begin_layout Standard
12149 \begin_inset Note Greyedout
12150 status open
12151
12152 \begin_layout Plain Layout
12153
12154 \series bold
12155 Nota:
12156 \series default
12157  Debido a un error, LyX muestra de todas formas estas propiedades.
12158 \end_layout
12159
12160 \end_inset
12161
12162  
12163 \end_layout
12164
12165 \begin_layout Standard
12166 El comando 
12167 \series bold
12168
12169 \backslash
12170 centering
12171 \series default
12172  centra horizontalmente el texto.
12173  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12174  columna extendida:
12175 \end_layout
12176
12177 \begin_layout Standard
12178
12179 \series bold
12180 >{
12181 \backslash
12182 centering}m{1.25cm-6.2pt}
12183 \end_layout
12184
12185 \begin_layout Standard
12186 El comando 
12187 \series bold
12188 >{ }
12189 \series default
12190  significa que los comandos entre llaves se aplican antes de crear la celda.
12191 \end_layout
12192
12193 \begin_layout Standard
12194 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12195 , aún está alineado a la izquierda.
12196  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12197  Así que para multicolumnas hemos de usar el argumento de LaTeX
12198 \end_layout
12199
12200 \begin_layout Standard
12201
12202 \series bold
12203 >{
12204 \backslash
12205 centering}m{2.5cm}
12206 \end_layout
12207
12208 \begin_layout Subsection
12209 Multifilas
12210 \begin_inset CommandInset label
12211 LatexCommand label
12212 name "sub:Multifilas"
12213
12214 \end_inset
12215
12216
12217 \begin_inset Index idx
12218 status collapsed
12219
12220 \begin_layout Plain Layout
12221 Multifilas
12222 \end_layout
12223
12224 \end_inset
12225
12226
12227 \begin_inset Index idx
12228 status open
12229
12230 \begin_layout Plain Layout
12231 Cuadros ! Multifilas
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \begin_layout Standard
12240 Para extender una celda sobre varias filas, se marcan las celdas que se
12241  desee combinar y se usa el botón 
12242 \begin_inset Graphics
12243         filename ../../images/tabular-feature_multirow.png
12244         scale 85
12245         scaleBeforeRotation
12246
12247 \end_inset
12248
12249 , el menú 
12250 \family sans
12251 Editar\SpecialChar \menuseparator
12252 Cuadro\SpecialChar \menuseparator
12253 Multifila
12254 \family default
12255 , o haz clic derecho sobre las celdas marcadas y elige 
12256 \family sans
12257 Multifila 
12258 \family default
12259 en el menú contextual.
12260 \end_layout
12261
12262 \begin_layout Standard
12263 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12264 \end_layout
12265
12266 \begin_layout Standard
12267 \align center
12268 \begin_inset Tabular
12269 <lyxtabular version="3" rows="3" columns="3">
12270 <features tabularvalignment="middle">
12271 <column alignment="center" valignment="top" width="0pt">
12272 <column alignment="center" valignment="top" width="0">
12273 <column alignment="center" valignment="top" width="0">
12274 <row>
12275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 entrada en una celda larga
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288 b
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 c
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 </row>
12303 <row>
12304 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 multifila
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 e
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 f
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 </row>
12332 <row>
12333 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 h
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 i
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 </row>
12361 </lyxtabular>
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Standard
12369 La anchura de las celdas multifila se establece poniendo la anchura y la
12370  alineación para toda la columna.
12371  El 
12372 \family sans
12373 Desplazamiento vertical
12374 \family default
12375  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12376 gativo.
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Si la columna de una celda multifila no tiene anchura explícita, la celda
12381  multifila hereda el alineamiento de la columna.
12382  Por otra parte, se alinea a la izquierda por omisión.
12383  Para cambiar esto renombra el comando 
12384 \series bold
12385
12386 \backslash
12387 multirowsetup
12388 \series default
12389  con el comando
12390 \end_layout
12391
12392 \begin_layout Standard
12393
12394 \series bold
12395
12396 \backslash
12397 renewcommand{
12398 \backslash
12399 multirowsetup}{
12400 \backslash
12401 centering}
12402 \end_layout
12403
12404 \begin_layout Standard
12405 en el preámbulo del documento.
12406  Entonces se centran todas las entradas de celdas multifila en el documento.
12407  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12408  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12409  Si el texto debe estar alineado a la derecha, reemplaza 
12410 \series bold
12411
12412 \backslash
12413 centering
12414 \series default
12415  por 
12416 \series bold
12417
12418 \backslash
12419 raggedleft
12420 \series default
12421 .
12422  Para volver a alineado a la izquierda usa 
12423 \series bold
12424
12425 \backslash
12426 raggedright
12427 \series default
12428 .
12429 \end_layout
12430
12431 \begin_layout Standard
12432 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12433  que tiene un desplazamiento vertical de -4
12434 \begin_inset space \thinspace{}
12435 \end_inset
12436
12437 mm y está en una columna de 3
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 cm de ancho:
12442 \end_layout
12443
12444 \begin_layout Standard
12445 \noindent
12446 \align center
12447 \begin_inset ERT
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451
12452
12453 \backslash
12454 renewcommand{
12455 \backslash
12456 multirowsetup}{
12457 \backslash
12458 raggedleft}
12459 \end_layout
12460
12461 \end_inset
12462
12463
12464 \begin_inset Tabular
12465 <lyxtabular version="3" rows="4" columns="3">
12466 <features tabularvalignment="middle">
12467 <column alignment="center" valignment="top" width="3cm">
12468 <column alignment="center" valignment="top" width="0">
12469 <column alignment="center" valignment="top" width="0">
12470 <row>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 entrada en una celda larga
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 b
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 c
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 </row>
12499 <row>
12500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 t
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 n
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 m
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 </row>
12528 <row>
12529 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 multifila
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 e
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 f
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 </row>
12557 <row>
12558 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 h
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 i
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 </row>
12586 </lyxtabular>
12587
12588 \end_inset
12589
12590
12591 \begin_inset ERT
12592 status collapsed
12593
12594 \begin_layout Plain Layout
12595
12596
12597 \backslash
12598 renewcommand{
12599 \backslash
12600 multirowsetup}{
12601 \backslash
12602 raggedright}
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Section
12611 Cuadros formales
12612 \begin_inset CommandInset label
12613 LatexCommand label
12614 name "sec:Cuadros-Formales"
12615
12616 \end_inset
12617
12618
12619 \begin_inset Index idx
12620 status open
12621
12622 \begin_layout Plain Layout
12623 Cuadros ! Formales
12624 \end_layout
12625
12626 \end_inset
12627
12628  
12629 \end_layout
12630
12631 \begin_layout Standard
12632 En los libros, los cuadros se suelen presentar en un formato como el del
12633  cuadro 
12634 \begin_inset space ~
12635 \end_inset
12636
12637
12638 \begin_inset CommandInset ref
12639 LatexCommand ref
12640 reference "tab:Ejemplo-cuadro-formal"
12641
12642 \end_inset
12643
12644 .
12645  Se denominan cuadros 
12646 \emph on
12647 formales
12648 \emph default
12649 .
12650  Para hacer cuadros con este diseño, elige 
12651 \family sans
12652 Estilo
12653 \family default
12654
12655 \begin_inset space ~
12656 \end_inset
12657
12658
12659 \family sans
12660 Formal
12661 \family default
12662  en la solapa 
12663 \family sans
12664 Bordes
12665 \family default
12666  del diálogo de cuadros.
12667 \end_layout
12668
12669 \begin_layout Standard
12670 \begin_inset Float table
12671 placement h
12672 wide false
12673 sideways false
12674 status open
12675
12676 \begin_layout Plain Layout
12677 \begin_inset Caption
12678
12679 \begin_layout Plain Layout
12680 \begin_inset CommandInset label
12681 LatexCommand label
12682 name "tab:Ejemplo-cuadro-formal"
12683
12684 \end_inset
12685
12686 Ejemplo de cuadro formal
12687 \end_layout
12688
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \begin_layout Plain Layout
12695 \align center
12696 \begin_inset Tabular
12697 <lyxtabular version="3" rows="8" columns="4">
12698 <features booktabs="true" tabularvalignment="middle">
12699 <column alignment="center" valignment="top" width="0">
12700 <column alignment="center" valignment="top" width="0">
12701 <column alignment="center" valignment="top" width="0">
12702 <column alignment="center" valignment="top" width="0">
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 System
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 Chip
12718 \begin_inset space \thinspace{}
12719 \end_inset
12720
12721 1
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 Chip
12731 \begin_inset space \thinspace{}
12732 \end_inset
12733
12734 2
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 </row>
12749 <row>
12750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 \begin_inset ERT
12755 status collapsed
12756
12757 \begin_layout Plain Layout
12758
12759
12760 \backslash
12761 cmidrule(r){2-2}
12762 \end_layout
12763
12764 \end_inset
12765
12766
12767 \begin_inset ERT
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771
12772
12773 \backslash
12774 cmidrule(l){3-4}
12775 \end_layout
12776
12777 \end_inset
12778
12779 Detector thickness in µm
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 300
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 300
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 700
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 <row>
12813 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 Edge angle in °
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 3.55
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 2.71
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 7.99
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 </row>
12850 <row topspace="default">
12851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 Spatial resolution in µm
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 4.26
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 10.17
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 10.56
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 </row>
12888 <row topspace="default">
12889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 MTF at 
12894 \begin_inset Formula $f_{\mathrm{max}}$
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 0.53
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 0.37
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 0.39
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 </row>
12930 <row topspace="default">
12931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 cmidrule(l{10pt}){1-1}
12943 \end_layout
12944
12945 \end_inset
12946
12947 LSF-spatial resolution
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 <cell alignment="center" valignment="top" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 <cell alignment="center" valignment="top" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 <row>
12981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 in µm
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 129.7
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 52.75
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 50.78
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row>
13019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 in % of pixel size
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032 76.3
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 95.9
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 92.3
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 </row>
13056 </lyxtabular>
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \begin_layout Standard
13069 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
13070  correspondientes que se encuentran en la solapa 
13071 \family sans
13072 Bordes 
13073 \family default
13074 del diálogo
13075 \family sans
13076  Configuración
13077 \begin_inset space ~
13078 \end_inset
13079
13080 del
13081 \begin_inset space ~
13082 \end_inset
13083
13084 cuadro
13085 \family default
13086 , como se explica en la sección
13087 \begin_inset space ~
13088 \end_inset
13089
13090
13091 \begin_inset CommandInset ref
13092 LatexCommand ref
13093 reference "sub:Espacio-adicional"
13094
13095 \end_inset
13096
13097 .
13098 \end_layout
13099
13100 \begin_layout Standard
13101 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
13102  verticales.
13103  Las líneas horizontales se pueden poner o no como en los cuadros normales,
13104  pero en la salida se mostrarán con distinto grosor:
13105 \begin_inset Newline newline
13106 \end_inset
13107
13108 Las líneas primera y última tienen un grosor predeterminado de 0.08
13109 \begin_inset space \thinspace{}
13110 \end_inset
13111
13112 em, las demás tienen un grosor predeterminado de 0.05
13113 \begin_inset space \thinspace{}
13114 \end_inset
13115
13116 em.
13117 \end_layout
13118
13119 \begin_layout Standard
13120 Estos valores predeterminados se pueden cambiar
13121 \series bold
13122  
13123 \series default
13124 con las líneas de preámbulo:
13125 \end_layout
13126
13127 \begin_layout Standard
13128
13129 \series bold
13130
13131 \backslash
13132 let
13133 \backslash
13134 mytoprule
13135 \backslash
13136 toprule
13137 \begin_inset Newline newline
13138 \end_inset
13139
13140
13141 \backslash
13142 renewcommand{
13143 \backslash
13144 toprule}{
13145 \backslash
13146 mytoprule[grosor]}
13147 \end_layout
13148
13149 \begin_layout Standard
13150 Este ejemplo es para la primera línea, la denominada 
13151 \series bold
13152 toprule
13153 \series default
13154 .
13155  Si quieres cambiar el grosor de la última línea, reemplaza 
13156 \series bold
13157 toprule
13158 \series default
13159  por 
13160 \series bold
13161 bottomrule
13162 \series default
13163 .
13164  Y para cambiar el grosor de las demás líneas cambia 
13165 \series bold
13166 toprule
13167 \series default
13168  por 
13169 \series bold
13170 midrule
13171 \series default
13172 .
13173  Puedes usar cualquiera de las unidades listadas en el apéndice
13174 \begin_inset space ~
13175 \end_inset
13176
13177
13178 \begin_inset CommandInset ref
13179 LatexCommand ref
13180 reference "cap:Unidades-disponibles-en"
13181
13182 \end_inset
13183
13184  para establecer el grosor.
13185 \end_layout
13186
13187 \begin_layout Standard
13188 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
13189  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13190  LyX empleará internamente el comando 
13191 \series bold
13192
13193 \backslash
13194 cmidrule
13195 \series default
13196  para dibujar la línea.
13197  El esquema completo es
13198 \end_layout
13199
13200 \begin_layout Standard
13201
13202 \series bold
13203
13204 \backslash
13205 cmidrule[grosor](recorte){inicol-fincol}
13206 \end_layout
13207
13208 \begin_layout Standard
13209 Por el momento, LyX no soporta las opciones de 
13210 \series bold
13211
13212 \backslash
13213 cmidrule
13214 \series default
13215 , así que para usarlas hay que emplear código TeX.
13216  Las líneas 
13217 \series bold
13218
13219 \backslash
13220 cmidrule
13221 \series default
13222  se pueden insertar manualmente con el comando en código TeX como primera
13223  entrada de la primera celda de una fila.
13224  En la salida se dibujará la línea sobre dicha fila.
13225 \end_layout
13226
13227 \begin_layout Standard
13228 El grosor predeterminado es 0.03
13229 \begin_inset space \thinspace{}
13230 \end_inset
13231
13232 em.
13233  
13234 \series bold
13235 inicol
13236 \series default
13237  es el número de la columna en la que comienza la línea y 
13238 \series bold
13239 fincol
13240 \series default
13241  es el número de la columna en la que acaba la línea.
13242  El valor 
13243 \series bold
13244 fincol
13245 \series default
13246  debe especificarse siempre, aunque la línea se extienda sobre una sola
13247  columna.
13248  El parámetro opcional 
13249 \series bold
13250 recorte
13251 \series default
13252  debe ser 
13253 \emph on
13254 l{recorte}
13255 \emph default
13256  o 
13257 \emph on
13258 r{recorte}
13259 \emph default
13260 , donde 
13261 \emph on
13262 recorte
13263 \emph default
13264  también es opcional.
13265  Por ejemplo, el parámetro 
13266 \emph on
13267 l{2pt}
13268 \emph default
13269  significa que la línea se recorta 2
13270 \begin_inset space \thinspace{}
13271 \end_inset
13272
13273 pt por su izquierda.
13274  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
13275 \begin_inset space \thinspace{}
13276 \end_inset
13277
13278 em.
13279
13280 \series bold
13281  
13282 \end_layout
13283
13284 \begin_layout Standard
13285 \begin_inset VSpace bigskip
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 El cuadro
13293 \begin_inset space ~
13294 \end_inset
13295
13296
13297 \begin_inset CommandInset ref
13298 LatexCommand ref
13299 reference "tab:Ejemplo-cuadro-formal"
13300
13301 \end_inset
13302
13303  se ha creado con los comandos
13304 \end_layout
13305
13306 \begin_layout Standard
13307
13308 \series bold
13309
13310 \backslash
13311 cmidrule(r){2-2}
13312 \backslash
13313 cmidrule(l){3-4}
13314 \end_layout
13315
13316 \begin_layout Standard
13317 en la segunda fila, 
13318 \series bold
13319
13320 \backslash
13321 midrule
13322 \series default
13323  en la tercera, y
13324 \end_layout
13325
13326 \begin_layout Standard
13327
13328 \series bold
13329
13330 \backslash
13331 cmidrule(l{10pt}){1-1}
13332 \end_layout
13333
13334 \begin_layout Standard
13335 en la sexta fila.
13336 \end_layout
13337
13338 \begin_layout Standard
13339 \begin_inset VSpace bigskip
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \begin_layout Standard
13346 Quizá quieras superponer líneas 
13347 \series bold
13348
13349 \backslash
13350 cmidrules
13351 \series default
13352  como enl cuadro
13353 \begin_inset space ~
13354 \end_inset
13355
13356
13357 \begin_inset CommandInset ref
13358 LatexCommand ref
13359 reference "tab:Cuadro-formal-especial"
13360
13361 \end_inset
13362
13363 .
13364  Esto se consigue con el comando en código TeX
13365 \end_layout
13366
13367 \begin_layout Standard
13368
13369 \series bold
13370
13371 \backslash
13372 morecmidrules
13373 \end_layout
13374
13375 \begin_layout Standard
13376 El comando que se ha utilizado para la segunda fila del cuadro
13377 \begin_inset space ~
13378 \end_inset
13379
13380
13381 \begin_inset CommandInset ref
13382 LatexCommand ref
13383 reference "tab:Cuadro-formal-especial"
13384
13385 \end_inset
13386
13387  es
13388 \end_layout
13389
13390 \begin_layout Standard
13391
13392 \series bold
13393
13394 \backslash
13395 cmidrule(r){2-2}
13396 \backslash
13397 cmidrule(l){3-4}
13398 \backslash
13399 morecmidrules
13400 \backslash
13401 cmidrule{2-4}
13402 \end_layout
13403
13404 \begin_layout Standard
13405 El comando para la sexta fila es
13406 \end_layout
13407
13408 \begin_layout Standard
13409
13410 \series bold
13411
13412 \backslash
13413 midrule
13414 \backslash
13415 morecmidrules
13416 \backslash
13417 cmidrule{3-4}
13418 \series default
13419
13420 \begin_inset VSpace bigskip
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \begin_layout Standard
13427 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13428  el siguiente comando para dibujar líneas que se extienden sobre todas las
13429  columnas
13430 \end_layout
13431
13432 \begin_layout Standard
13433
13434 \series bold
13435
13436 \backslash
13437 specialrule{anchura}{espacio superior}{espacio inferior}
13438 \end_layout
13439
13440 \begin_layout Standard
13441 Para más información sobre estas características especiales, acude al manual
13442  del paquete LaTeX 
13443 \series bold
13444 booktabs
13445 \series default
13446
13447 \begin_inset CommandInset citation
13448 LatexCommand cite
13449 key "booktabs"
13450
13451 \end_inset
13452
13453 .
13454 \begin_inset Index idx
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458 LaTeX-paquetes ! booktabs
13459 \end_layout
13460
13461 \end_inset
13462
13463  
13464 \begin_inset VSpace bigskip
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \begin_layout Standard
13471 \begin_inset Float table
13472 placement h
13473 wide false
13474 sideways false
13475 status open
13476
13477 \begin_layout Plain Layout
13478 \begin_inset Caption
13479
13480 \begin_layout Plain Layout
13481 \begin_inset CommandInset label
13482 LatexCommand label
13483 name "tab:Cuadro-formal-especial"
13484
13485 \end_inset
13486
13487 Cuadro formal especial
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Plain Layout
13496 \align center
13497 \begin_inset Tabular
13498 <lyxtabular version="3" rows="8" columns="4">
13499 <features booktabs="true" tabularvalignment="middle">
13500 <column alignment="center" valignment="top" width="0">
13501 <column alignment="center" valignment="top" width="0">
13502 <column alignment="center" valignment="top" width="0">
13503 <column alignment="center" valignment="top" width="0">
13504 <row>
13505 <cell alignment="center" valignment="top" topline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 System
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 <cell alignment="center" valignment="top" topline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 Chip
13519 \begin_inset space \thinspace{}
13520 \end_inset
13521
13522 1
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531 Chip
13532 \begin_inset space \thinspace{}
13533 \end_inset
13534
13535 2
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 </row>
13550 <row>
13551 <cell alignment="center" valignment="top" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 \begin_inset ERT
13556 status collapsed
13557
13558 \begin_layout Plain Layout
13559
13560
13561 \backslash
13562 cmidrule(r){2-2}
13563 \end_layout
13564
13565 \end_inset
13566
13567
13568 \begin_inset ERT
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572
13573
13574 \backslash
13575 cmidrule(l){3-4}
13576 \end_layout
13577
13578 \end_inset
13579
13580
13581 \begin_inset ERT
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585
13586
13587 \backslash
13588 morecmidrules 
13589 \end_layout
13590
13591 \end_inset
13592
13593
13594 \begin_inset ERT
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598
13599
13600 \backslash
13601 cmidrule{2-4}
13602 \end_layout
13603
13604 \end_inset
13605
13606 Detector thickness in µm
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 300
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 300
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 700
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 </row>
13639 <row>
13640 <cell alignment="center" valignment="top" topline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 Edge angle in °
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" topline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 3.55
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" topline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 2.71
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 7.99
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 </row>
13677 <row topspace="default">
13678 <cell alignment="center" valignment="top" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 Spatial resolution in µm
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 4.26
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 10.17
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 10.56
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 </row>
13715 <row topspace="default">
13716 <cell alignment="center" valignment="top" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 MTF at 
13721 \begin_inset Formula $f_{\mathrm{max}}$
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 0.53
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 0.37
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 0.39
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 </row>
13757 <row>
13758 <cell alignment="center" valignment="top" topline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 \begin_inset ERT
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766
13767
13768 \backslash
13769 morecmidrules 
13770 \end_layout
13771
13772 \end_inset
13773
13774
13775 \begin_inset ERT
13776 status collapsed
13777
13778 \begin_layout Plain Layout
13779
13780
13781 \backslash
13782 cmidrule{3-4}
13783 \end_layout
13784
13785 \end_inset
13786
13787 LSF-spatial resolution
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row>
13821 <cell alignment="center" valignment="top" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 in µm
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 129.7
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 52.75
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 50.78
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 in % of pixel size
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 76.3
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 95.9
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 92.3
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 </row>
13896 </lyxtabular>
13897
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \begin_layout Section
13909 Alineación vertical de cuadros
13910 \begin_inset Index idx
13911 status open
13912
13913 \begin_layout Plain Layout
13914 Cuadros ! Alineación vertical
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \begin_layout Standard
13923 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
13924  estar en un marco.
13925  Después el marco se puede alinear verticalmente como se describe en la
13926  sección
13927 \begin_inset space ~
13928 \end_inset
13929
13930
13931 \begin_inset CommandInset ref
13932 LatexCommand ref
13933 reference "sec:Diálogo-Marcos"
13934
13935 \end_inset
13936
13937 .
13938  
13939 \end_layout
13940
13941 \begin_layout Standard
13942 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
13943 \begin_inset Foot
13944 status open
13945
13946 \begin_layout Plain Layout
13947 Las minipáginas se describen en la sección
13948 \begin_inset space ~
13949 \end_inset
13950
13951
13952 \begin_inset CommandInset ref
13953 LatexCommand ref
13954 reference "sec:Minipáginas"
13955
13956 \end_inset
13957
13958 .
13959 \end_layout
13960
13961 \end_inset
13962
13963  que tiene una anchura del 15
13964 \begin_inset space \thinspace{}
13965 \end_inset
13966
13967 % de columna:
13968 \end_layout
13969
13970 \begin_layout Itemize
13971 test 
13972 \begin_inset Box Frameless
13973 position "t"
13974 hor_pos "c"
13975 has_inner_box 1
13976 inner_pos "c"
13977 use_parbox 0
13978 use_makebox 0
13979 width "15col%"
13980 special "none"
13981 height "1in"
13982 height_special "totalheight"
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986 \begin_inset Tabular
13987 <lyxtabular version="3" rows="3" columns="3">
13988 <features tabularvalignment="middle">
13989 <column alignment="center" valignment="top" width="0">
13990 <column alignment="center" valignment="top" width="0">
13991 <column alignment="center" valignment="top" width="0">
13992 <row>
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 a
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 d
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 g
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 </row>
14021 <row>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 b
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 e
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 h
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 </row>
14050 <row>
14051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 c
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 f
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 i
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 </row>
14079 </lyxtabular>
14080
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \end_inset
14087
14088  test 
14089 \begin_inset ERT
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093
14094
14095 \backslash
14096 raisebox{0.85
14097 \backslash
14098 baselineskip}{
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \begin_inset Box Frameless
14105 position "t"
14106 hor_pos "c"
14107 has_inner_box 1
14108 inner_pos "c"
14109 use_parbox 0
14110 use_makebox 0
14111 width "15col%"
14112 special "none"
14113 height "1in"
14114 height_special "totalheight"
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118 \begin_inset Tabular
14119 <lyxtabular version="3" rows="3" columns="3">
14120 <features tabularvalignment="middle">
14121 <column alignment="center" valignment="top" width="0">
14122 <column alignment="center" valignment="top" width="0">
14123 <column alignment="center" valignment="top" width="0">
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 a
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 d
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 g
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 b
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 e
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 h
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 c
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 f
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 i
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 </row>
14211 </lyxtabular>
14212
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \end_inset
14219
14220
14221 \begin_inset ERT
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225
14226 }
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Itemize
14235 test 
14236 \begin_inset Box Frameless
14237 position "c"
14238 hor_pos "c"
14239 has_inner_box 1
14240 inner_pos "c"
14241 use_parbox 0
14242 use_makebox 0
14243 width "15col%"
14244 special "none"
14245 height "1in"
14246 height_special "totalheight"
14247 status collapsed
14248
14249 \begin_layout Plain Layout
14250 \begin_inset Tabular
14251 <lyxtabular version="3" rows="3" columns="3">
14252 <features tabularvalignment="middle">
14253 <column alignment="center" valignment="top" width="0">
14254 <column alignment="center" valignment="top" width="0">
14255 <column alignment="center" valignment="top" width="0">
14256 <row>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 a
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 d
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 g
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 <row>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 b
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 e
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 h
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 c
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 f
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 i
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 </lyxtabular>
14344
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Itemize
14356 test 
14357 \begin_inset Box Frameless
14358 position "b"
14359 hor_pos "c"
14360 has_inner_box 1
14361 inner_pos "c"
14362 use_parbox 0
14363 use_makebox 0
14364 width "15col%"
14365 special "none"
14366 height "1in"
14367 height_special "totalheight"
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371 \begin_inset Tabular
14372 <lyxtabular version="3" rows="3" columns="3">
14373 <features tabularvalignment="middle">
14374 <column alignment="center" valignment="top" width="0">
14375 <column alignment="center" valignment="top" width="0">
14376 <column alignment="center" valignment="top" width="0">
14377 <row>
14378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 a
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 d
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 g
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 </row>
14406 <row>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 b
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 e
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 h
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 </row>
14435 <row>
14436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 c
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 f
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 i
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 </row>
14464 </lyxtabular>
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \end_inset
14472
14473  test 
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479
14480 \backslash
14481 raisebox{-0.32
14482 \backslash
14483 baselineskip}{
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \begin_inset Box Frameless
14490 position "b"
14491 hor_pos "c"
14492 has_inner_box 1
14493 inner_pos "c"
14494 use_parbox 0
14495 use_makebox 0
14496 width "15col%"
14497 special "none"
14498 height "1in"
14499 height_special "totalheight"
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503 \begin_inset Tabular
14504 <lyxtabular version="3" rows="3" columns="3">
14505 <features tabularvalignment="middle">
14506 <column alignment="center" valignment="top" width="0">
14507 <column alignment="center" valignment="top" width="0">
14508 <column alignment="center" valignment="top" width="0">
14509 <row>
14510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 a
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 d
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 g
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 b
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 e
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 h
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 <row>
14568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 c
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 f
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 i
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 </lyxtabular>
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \begin_inset ERT
14607 status collapsed
14608
14609 \begin_layout Plain Layout
14610
14611 }
14612 \end_layout
14613
14614 \end_inset
14615
14616
14617 \end_layout
14618
14619 \begin_layout Standard
14620 Como ves, los contenidos de la primera y última filas no se alinean correctament
14621 e con la línea de texto donde está el cuadro.
14622  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14623  un cuadro elevado («raisebox»
14624 \begin_inset Foot
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628 El uso del comando 
14629 \series bold
14630
14631 \backslash
14632 raisebox
14633 \series default
14634  se explica en la sección
14635 \begin_inset space ~
14636 \end_inset
14637
14638
14639 \begin_inset CommandInset ref
14640 LatexCommand ref
14641 reference "sub:Alineación-Vertical"
14642
14643 \end_inset
14644
14645 .
14646 \end_layout
14647
14648 \end_inset
14649
14650 ).
14651  En el ejemplo anterior, el segundo marco del primer ítem está alineado
14652  usando el comando en código TeX
14653 \end_layout
14654
14655 \begin_layout Standard
14656
14657 \series bold
14658
14659 \backslash
14660 raisebox{0.85
14661 \backslash
14662 baselineskip}{
14663 \end_layout
14664
14665 \begin_layout Standard
14666 antes del marco.
14667  Tras él, se pone la llave de cierre 
14668 \series bold
14669 }
14670 \series default
14671  también en código TeX.
14672  Para el segundo marco en el tercer ítem se usa el comando 
14673 \end_layout
14674
14675 \begin_layout Standard
14676
14677 \series bold
14678
14679 \backslash
14680 raisebox{-0.32
14681 \backslash
14682 baselineskip}{
14683 \end_layout
14684
14685 \begin_layout Standard
14686 \begin_inset Note Greyedout
14687 status open
14688
14689 \begin_layout Plain Layout
14690
14691 \series bold
14692 Not
14693 \series default
14694 a: La alineación del contenido de la fila con la línea del texto adyacente
14695  no es exacta.
14696  El factor necesario del comando 
14697 \series bold
14698
14699 \backslash
14700 raisebox
14701 \series default
14702  para este alineamiento depende de la tipografía del documento, del tamaño
14703  de letra y del grosor de línea del cuadro.
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \begin_layout Section
14712 Cuadros coloreados
14713 \begin_inset CommandInset label
14714 LatexCommand label
14715 name "sec:Cuadros-Coloreados"
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Subsection
14723 Celdas coloreadas
14724 \begin_inset Index idx
14725 status open
14726
14727 \begin_layout Plain Layout
14728 Cuadros ! Color ! en celdas
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index idx
14735 status open
14736
14737 \begin_layout Plain Layout
14738 Color ! en celdas de cuadros
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \begin_layout Standard
14747 \begin_inset Float table
14748 placement h
14749 wide false
14750 sideways false
14751 status open
14752
14753 \begin_layout Plain Layout
14754 \begin_inset Caption
14755
14756 \begin_layout Plain Layout
14757 \begin_inset CommandInset label
14758 LatexCommand label
14759 name "tab:Cuadro-coloreado-sin"
14760
14761 \end_inset
14762
14763 Cuadro coloreado sin usar el paquete 
14764 \series bold
14765 colortbl
14766 \series default
14767
14768 \begin_inset Argument
14769 status open
14770
14771 \begin_layout Plain Layout
14772 Cuadro sin colortbl
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Plain Layout
14786 \align center
14787 \begin_inset Tabular
14788 <lyxtabular version="3" rows="3" columns="3">
14789 <features tabularvalignment="middle">
14790 <column alignment="center" valignment="top" width="0">
14791 <column alignment="center" valignment="top" width="0">
14792 <column alignment="center" valignment="top" width="0">
14793 <row>
14794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798
14799 \color green
14800 a
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809
14810 \color red
14811 b
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820
14821 \color red
14822 c
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 </row>
14828 <row>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833
14834 \color green
14835 d
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \color blue
14846 e
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \color blue
14857 f
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \color green
14870 g
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \color blue
14881 h
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890
14891 \color blue
14892 i
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 </lyxtabular>
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \begin_layout Standard
14911 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14912  el menú 
14913 \family sans
14914 Editar\SpecialChar \menuseparator
14915 Estilo
14916 \begin_inset space ~
14917 \end_inset
14918
14919 del
14920 \begin_inset space ~
14921 \end_inset
14922
14923 Texto
14924 \family default
14925 .
14926  Esto se ha hecho enl cuadro
14927 \begin_inset space ~
14928 \end_inset
14929
14930
14931 \begin_inset CommandInset ref
14932 LatexCommand ref
14933 reference "tab:Cuadro-coloreado-sin"
14934
14935 \end_inset
14936
14937 .
14938  En cualquier otro caso hay que usar el paquete LaTeX 
14939 \series bold
14940 colortbl
14941 \series default
14942 .
14943 \begin_inset Index idx
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947 LaTeX-paquetes ! colortbl
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 \begin_inset ERT
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960
14961
14962 \backslash
14963 ifcolortbl
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \begin_inset Note Note
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14974  LaTeX 
14975 \series bold
14976 colortbl
14977 \series default
14978 .
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \begin_layout Standard
14987 Para crear cuadros coloreados, 
14988 \series bold
14989 colortbl
14990 \series default
14991  debe cargarse en el preámbulo con la línea
14992 \end_layout
14993
14994 \begin_layout Standard
14995
14996 \series bold
14997
14998 \backslash
14999 usepackage{colortbl}
15000 \end_layout
15001
15002 \begin_layout Standard
15003 El color de una columna se define con el comando
15004 \end_layout
15005
15006 \begin_layout Standard
15007
15008 \series bold
15009
15010 \backslash
15011 columncolor{nombre del color}
15012 \end_layout
15013
15014 \begin_layout Standard
15015 dentro del comando 
15016 \series bold
15017 >{ }
15018 \series default
15019 .
15020  Más sobre el comando 
15021 \series bold
15022 >{}
15023 \series default
15024  se explica en la sección
15025 \begin_inset space ~
15026 \end_inset
15027
15028
15029 \begin_inset CommandInset ref
15030 LatexCommand ref
15031 reference "sub:Cálculos-en-Multicolumnas"
15032
15033 \end_inset
15034
15035 .
15036 \end_layout
15037
15038 \begin_layout Standard
15039 Los siguientes nombres de color están predefinidos:
15040 \end_layout
15041
15042 \begin_layout Standard
15043
15044 \family sans
15045 red
15046 \family default
15047
15048 \family sans
15049 green
15050 \family default
15051
15052 \family sans
15053 yellow, blue
15054 \family default
15055
15056 \family sans
15057 cyan
15058 \family default
15059 \series bold
15060 ,
15061 \series default
15062  
15063 \family sans
15064 magenta, black
15065 \family default
15066
15067 \family sans
15068 white
15069 \end_layout
15070
15071 \begin_layout Standard
15072 \begin_inset VSpace medskip
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \begin_layout Standard
15079 Puedes definir tus propios colores con el comando
15080 \end_layout
15081
15082 \begin_layout Standard
15083
15084 \series bold
15085
15086 \backslash
15087 definecolor{nombre del color}{modelo de color}{valores de color}
15088 \end_layout
15089
15090 \begin_layout Standard
15091 El modelo de color puede ser
15092 \end_layout
15093
15094 \begin_layout Labeling
15095 \labelwidthstring 00.00.0000
15096 cmyk: cyan, magenta, yellow, black
15097 \end_layout
15098
15099 \begin_layout Labeling
15100 \labelwidthstring 00.00.0000
15101 rgb: red, green, blue
15102 \end_layout
15103
15104 \begin_layout Labeling
15105 \labelwidthstring 00.00.0000
15106 gray: gray
15107 \end_layout
15108
15109 \begin_layout Standard
15110 y los valores de color son números separados por comas entre 0 y 1 que describen
15111  el factor para el color correspondiente del modelo de color.
15112 \end_layout
15113
15114 \begin_layout Standard
15115 Por ejemplo, puedes definir el color
15116 \series bold
15117  
15118 \series default
15119 «
15120 \emph on
15121 verde oscuro
15122 \emph default
15123 » en el preámbulo con
15124 \end_layout
15125
15126 \begin_layout Standard
15127
15128 \series bold
15129
15130 \backslash
15131 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15132 \end_layout
15133
15134 \begin_layout Standard
15135 y el color «
15136 \emph on
15137 gris claro
15138 \emph default
15139 » con
15140 \end_layout
15141
15142 \begin_layout Standard
15143
15144 \series bold
15145
15146 \backslash
15147 definecolor{grisclaro}{gray}{0.8}
15148 \end_layout
15149
15150 \begin_layout Standard
15151 \begin_inset VSpace medskip
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \begin_layout Standard
15158 Las líneas se colorean con el comando
15159 \end_layout
15160
15161 \begin_layout Standard
15162
15163 \series bold
15164
15165 \backslash
15166 rowcolor{nombre del color}
15167 \end_layout
15168
15169 \begin_layout Standard
15170 y las celdas se colorean con el comando
15171 \end_layout
15172
15173 \begin_layout Standard
15174
15175 \series bold
15176
15177 \backslash
15178 cellcolor{nombre del color}
15179 \end_layout
15180
15181 \begin_layout Standard
15182 Ambos comandos se insertan al principio de una celda en código TeX.
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
15187 \family sans
15188 Editar\SpecialChar \menuseparator
15189 Estilo
15190 \begin_inset space ~
15191 \end_inset
15192
15193 del
15194 \begin_inset space ~
15195 \end_inset
15196
15197 Texto
15198 \family default
15199 .
15200  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15201  TeX en color puede ocasionar errores de LaTeX.
15202 \end_layout
15203
15204 \begin_layout Standard
15205 \begin_inset Note Greyedout
15206 status open
15207
15208 \begin_layout Plain Layout
15209
15210 \series bold
15211 Nota:
15212 \series default
15213  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15214 \end_layout
15215
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \begin_layout Standard
15222 \begin_inset VSpace bigskip
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \begin_layout Standard
15229 Para crear el cuadro
15230 \begin_inset space ~
15231 \end_inset
15232
15233
15234 \begin_inset CommandInset ref
15235 LatexCommand ref
15236 reference "tab:Cuadro-coloreado-con"
15237
15238 \end_inset
15239
15240  haz lo siguiente: el color de la primera columna debe ser 
15241 \emph on
15242 verde oscuro
15243 \emph default
15244 , entonces inserta
15245 \end_layout
15246
15247 \begin_layout Standard
15248
15249 \series bold
15250 >{
15251 \backslash
15252 columncolor{verdeoscuro}
15253 \backslash
15254 centering}c
15255 \end_layout
15256
15257 \begin_layout Standard
15258 como argumento LaTeX para esta columna.
15259  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15260 \end_layout
15261
15262 \begin_layout Standard
15263
15264 \series bold
15265
15266 \backslash
15267 rowcolor{cyan}
15268 \end_layout
15269
15270 \begin_layout Standard
15271 en la primera celda de esta fila.
15272  Observa que esto sobreescribe el color de la columna para la primera celda.
15273  La última celda de la última fila se colorea magenta insertando el comando
15274  en código TeX
15275 \end_layout
15276
15277 \begin_layout Standard
15278
15279 \series bold
15280
15281 \backslash
15282 cellcolor{magenta}
15283 \end_layout
15284
15285 \begin_layout Standard
15286 Ahora podrían colorearse los caracteres usando el menú 
15287 \family sans
15288 Editar\SpecialChar \menuseparator
15289 Estilo
15290 \begin_inset space ~
15291 \end_inset
15292
15293 del
15294 \begin_inset space ~
15295 \end_inset
15296
15297 Texto
15298 \family default
15299 .
15300 \end_layout
15301
15302 \begin_layout Standard
15303 \begin_inset Float table
15304 placement h
15305 wide false
15306 sideways false
15307 status open
15308
15309 \begin_layout Plain Layout
15310 \begin_inset Caption
15311
15312 \begin_layout Plain Layout
15313 \begin_inset CommandInset label
15314 LatexCommand label
15315 name "tab:Cuadro-coloreado-con"
15316
15317 \end_inset
15318
15319 Cuadro coloreado con el paquete 
15320 \series bold
15321 colortbl
15322 \series default
15323
15324 \begin_inset Argument
15325 status open
15326
15327 \begin_layout Plain Layout
15328 Cuadro con 
15329 \series bold
15330 colortbl
15331 \end_layout
15332
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \begin_layout Plain Layout
15344 \align center
15345 \begin_inset Tabular
15346 <lyxtabular version="3" rows="3" columns="3">
15347 <features tabularvalignment="middle">
15348 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15349 <column alignment="center" valignment="top" width="0">
15350 <column alignment="center" valignment="top" width="0">
15351 <row>
15352 <cell alignment="center" valignment="top" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 \begin_inset ERT
15357 status collapsed
15358
15359 \begin_layout Plain Layout
15360
15361
15362 \backslash
15363 rowcolor{cyan}
15364 \end_layout
15365
15366 \end_inset
15367
15368
15369 \color magenta
15370 a
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \color red
15381 b
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \color red
15392 c
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 <row>
15399 <cell alignment="center" valignment="top" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \color yellow
15405 d
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \color blue
15416 e
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \color blue
15427 f
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \color yellow
15440 g
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \color blue
15451 h
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460 \begin_inset ERT
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464
15465
15466 \backslash
15467 cellcolor{magenta}
15468 \end_layout
15469
15470 \end_inset
15471
15472
15473 \color green
15474 i
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 </row>
15480 </lyxtabular>
15481
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \begin_layout Standard
15493 \begin_inset ERT
15494 status collapsed
15495
15496 \begin_layout Plain Layout
15497
15498
15499 \backslash
15500 else
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \begin_inset Note Note
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15511  
15512 \series bold
15513 colortbl
15514 \series default
15515 .
15516 \end_layout
15517
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \begin_layout Standard
15524 Debes instalar el paquete LaTeX 
15525 \series bold
15526 colortbl
15527 \series default
15528  para ver la parte siguiente en la salida.
15529 \end_layout
15530
15531 \begin_layout Standard
15532 \begin_inset ERT
15533 status collapsed
15534
15535 \begin_layout Plain Layout
15536
15537
15538 \backslash
15539 fi
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Subsection
15548 Líneas coloreadas
15549 \begin_inset Index idx
15550 status open
15551
15552 \begin_layout Plain Layout
15553 Cuadros ! Color ! en líneas
15554 \end_layout
15555
15556 \end_inset
15557
15558
15559 \begin_inset Index idx
15560 status open
15561
15562 \begin_layout Plain Layout
15563 Color ! en bordes de cuadros
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \begin_layout Standard
15572 Como se describe en la sección
15573 \begin_inset space ~
15574 \end_inset
15575
15576
15577 \begin_inset CommandInset ref
15578 LatexCommand ref
15579 reference "sub:Grosor-de-Líneas"
15580
15581 \end_inset
15582
15583 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
15584  
15585 \series bold
15586
15587 \backslash
15588 arrayrulewidth
15589 \series default
15590 .
15591  Se ha puesto 1.5
15592 \begin_inset space \thinspace{}
15593 \end_inset
15594
15595 pt para todos los cuadros de esta sección.
15596 \begin_inset ERT
15597 status collapsed
15598
15599 \begin_layout Plain Layout
15600
15601
15602 \backslash
15603 setlength{
15604 \backslash
15605 arrayrulewidth}{1.5pt}
15606 \end_layout
15607
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \begin_layout Standard
15614 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15615  el preámbulo del documento el siguiente formato de columna, de acuerdo
15616  a lo descrito en la sección
15617 \begin_inset space ~
15618 \end_inset
15619
15620
15621 \begin_inset CommandInset ref
15622 LatexCommand ref
15623 reference "sub:Formato-Personalizado"
15624
15625 \end_inset
15626
15627 :
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 newcolumntype{W}{!{
15636 \backslash
15637 color{green}
15638 \backslash
15639 vline}}
15640 \end_layout
15641
15642 \begin_layout Standard
15643 Para el cuadro
15644 \begin_inset space ~
15645 \end_inset
15646
15647
15648 \begin_inset CommandInset ref
15649 LatexCommand ref
15650 reference "tab:Cuadro-con-verticales-coloreadas"
15651
15652 \end_inset
15653
15654  se usó el argumento LaTeX
15655 \series bold
15656  WcW
15657 \series default
15658  para la última columna y
15659 \series bold
15660  Wc
15661 \series default
15662  para las demás.
15663 \end_layout
15664
15665 \begin_layout Standard
15666 Si quieres tener varios colores, define más formatos de columna.
15667 \end_layout
15668
15669 \begin_layout Standard
15670 \begin_inset Float table
15671 placement h
15672 wide false
15673 sideways false
15674 status open
15675
15676 \begin_layout Plain Layout
15677 \begin_inset Caption
15678
15679 \begin_layout Plain Layout
15680 \begin_inset CommandInset label
15681 LatexCommand label
15682 name "tab:Cuadro-con-verticales-coloreadas"
15683
15684 \end_inset
15685
15686 Cuadro con líneas verticales coloreadas
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \begin_layout Plain Layout
15695 \align center
15696 \begin_inset Tabular
15697 <lyxtabular version="3" rows="3" columns="3">
15698 <features tabularvalignment="middle">
15699 <column alignment="center" valignment="top" width="0" special="Wc">
15700 <column alignment="center" valignment="top" width="0" special="Wc">
15701 <column alignment="center" valignment="top" width="0" special="WcW">
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 sd
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" topline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" topline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row>
15732 <cell alignment="center" valignment="top" topline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 sd
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" topline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 <row>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 sd
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 </row>
15789 </lyxtabular>
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \begin_layout Standard
15802 \begin_inset VSpace bigskip
15803 \end_inset
15804
15805 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
15806 \begin_inset space ~
15807 \end_inset
15808
15809
15810 \begin_inset CommandInset ref
15811 LatexCommand ref
15812 reference "tab:Cuadro-con-horizontales-coloreadas"
15813
15814 \end_inset
15815
15816 , inserta estos comandos en código TeX antes del cuadro o del flotante:
15817 \end_layout
15818
15819 \begin_layout Standard
15820
15821 \series bold
15822
15823 \backslash
15824 let
15825 \backslash
15826 myHlineC
15827 \backslash
15828 hline
15829 \begin_inset Newline newline
15830 \end_inset
15831
15832
15833 \backslash
15834 renewcommand{
15835 \backslash
15836 hline}
15837 \begin_inset Newline newline
15838 \end_inset
15839
15840
15841 \begin_inset Phantom HPhantom
15842 status open
15843
15844 \begin_layout Plain Layout
15845
15846 \series bold
15847 \begin_inset space ~
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854
15855 {
15856 \backslash
15857 arrayrulecolor{red}
15858 \backslash
15859 myHlineC
15860 \backslash
15861 arrayrulecolor{black}}
15862 \end_layout
15863
15864 \begin_layout Standard
15865 \begin_inset ERT
15866 status collapsed
15867
15868 \begin_layout Plain Layout
15869
15870
15871 \backslash
15872 let
15873 \backslash
15874 myHlineC
15875 \backslash
15876 hline
15877 \end_layout
15878
15879 \begin_layout Plain Layout
15880
15881
15882 \backslash
15883 renewcommand{
15884 \backslash
15885 hline}
15886 \end_layout
15887
15888 \begin_layout Plain Layout
15889
15890  {
15891 \backslash
15892 arrayrulecolor{red}
15893 \backslash
15894 myHlineC
15895 \backslash
15896 arrayrulecolor{black}}
15897 \end_layout
15898
15899 \end_inset
15900
15901
15902 \begin_inset Float table
15903 placement h
15904 wide false
15905 sideways false
15906 status open
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Caption
15910
15911 \begin_layout Plain Layout
15912 \begin_inset CommandInset label
15913 LatexCommand label
15914 name "tab:Cuadro-con-horizontales-coloreadas"
15915
15916 \end_inset
15917
15918 Cuadro con líneas horizontales coloreadas
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Plain Layout
15927 \align center
15928 \begin_inset Tabular
15929 <lyxtabular version="3" rows="3" columns="3">
15930 <features tabularvalignment="middle">
15931 <column alignment="center" valignment="top" width="0">
15932 <column alignment="center" valignment="top" width="0">
15933 <column alignment="center" valignment="top" width="0">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 sd
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 sd
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 sd
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 </lyxtabular>
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Standard
16034 Para volver al color de línea negro predeterminado inserta este comando
16035  en código TeX detrás del cuadro o el flotante:
16036 \end_layout
16037
16038 \begin_layout Standard
16039
16040 \series bold
16041
16042 \backslash
16043 renewcommand{
16044 \backslash
16045 hline}{
16046 \backslash
16047 myHlineC}
16048 \end_layout
16049
16050 \begin_layout Standard
16051 El cuadro
16052 \begin_inset space ~
16053 \end_inset
16054
16055
16056 \begin_inset CommandInset ref
16057 LatexCommand ref
16058 reference "tab:Cuadro-con-líneas-coloreadas"
16059
16060 \end_inset
16061
16062  es un ejemplo con líneas verticales y horizontales coloreadas.
16063 \end_layout
16064
16065 \begin_layout Standard
16066 \begin_inset Float table
16067 placement h
16068 wide false
16069 sideways false
16070 status open
16071
16072 \begin_layout Plain Layout
16073 \begin_inset Caption
16074
16075 \begin_layout Plain Layout
16076 \begin_inset CommandInset label
16077 LatexCommand label
16078 name "tab:Cuadro-con-líneas-coloreadas"
16079
16080 \end_inset
16081
16082 Cuadro con líneas coloreadas
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \end_layout
16089
16090 \begin_layout Plain Layout
16091 \align center
16092 \begin_inset Tabular
16093 <lyxtabular version="3" rows="3" columns="3">
16094 <features tabularvalignment="middle">
16095 <column alignment="center" valignment="top" width="0" special="Wc">
16096 <column alignment="center" valignment="top" width="0" special="Wc">
16097 <column alignment="center" valignment="top" width="0" special="WcW">
16098 <row>
16099 <cell alignment="center" valignment="top" topline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 sd
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 <row>
16128 <cell alignment="center" valignment="top" topline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 sd
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 <row>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 sd
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 </lyxtabular>
16186
16187 \end_inset
16188
16189
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \end_layout
16196
16197 \begin_layout Standard
16198 \begin_inset ERT
16199 status collapsed
16200
16201 \begin_layout Plain Layout
16202
16203
16204 \backslash
16205 renewcommand{
16206 \backslash
16207 hline}{
16208 \backslash
16209 myHlineC}
16210 \end_layout
16211
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \begin_layout Standard
16218 \begin_inset ERT
16219 status collapsed
16220
16221 \begin_layout Plain Layout
16222
16223
16224 \backslash
16225 setlength{
16226 \backslash
16227 arrayrulewidth}{0.4pt}
16228 \end_layout
16229
16230 \end_inset
16231
16232
16233 \end_layout
16234
16235 \begin_layout Section
16236 Personalización de cuadros
16237 \begin_inset Index idx
16238 status open
16239
16240 \begin_layout Plain Layout
16241 Cuadros ! Personalización
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Subsection
16250 Espacio adicional en filas
16251 \begin_inset CommandInset label
16252 LatexCommand label
16253 name "sub:Espacio-adicional"
16254
16255 \end_inset
16256
16257
16258 \begin_inset Index idx
16259 status open
16260
16261 \begin_layout Plain Layout
16262 Cuadros ! Personalización ! Espacio adicional en filas
16263 \end_layout
16264
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \begin_layout Standard
16271 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
16272  
16273 \family sans
16274 Bordes
16275 \family default
16276  del diálogo de configuración de cuadros.
16277  En el marco 
16278 \family sans
16279 Espacio
16280 \begin_inset space ~
16281 \end_inset
16282
16283 adicional
16284 \family default
16285  dispones de tres posibilidades:
16286 \end_layout
16287
16288 \begin_layout Description
16289 Superior
16290 \begin_inset space ~
16291 \end_inset
16292
16293 de
16294 \begin_inset space ~
16295 \end_inset
16296
16297 la
16298 \begin_inset space ~
16299 \end_inset
16300
16301 fila añade espacio sobre los caracteres de la fila.
16302  Si el cuadro es de estilo formal
16303 \begin_inset Foot
16304 status open
16305
16306 \begin_layout Plain Layout
16307 Los cuadros formales se explican en la sección
16308 \begin_inset space ~
16309 \end_inset
16310
16311
16312 \begin_inset CommandInset ref
16313 LatexCommand ref
16314 reference "sec:Cuadros-Formales"
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \end_inset
16322
16323  LyX insertará 0.5
16324 \begin_inset space \thinspace{}
16325 \end_inset
16326
16327 em por omisión.
16328  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
16329  verticales, como se ve en el cuadro siguiente:
16330 \begin_inset VSpace medskip
16331 \end_inset
16332
16333
16334 \begin_inset Newline newline
16335 \end_inset
16336
16337
16338 \begin_inset space \hspace*{}
16339 \length 0pt
16340 \end_inset
16341
16342
16343 \begin_inset space \hfill{}
16344 \end_inset
16345
16346
16347 \begin_inset Tabular
16348 <lyxtabular version="3" rows="3" columns="1">
16349 <features tabularvalignment="middle">
16350 <column alignment="center" valignment="top" width="0">
16351 <row>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 A
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 <row topspace="3mm">
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 3
16368 \begin_inset space \thinspace{}
16369 \end_inset
16370
16371 mm sobre la fila
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row>
16378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 C
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 </lyxtabular>
16389
16390 \end_inset
16391
16392
16393 \begin_inset space \hfill{}
16394 \end_inset
16395
16396
16397 \begin_inset space \hspace*{}
16398 \length 0pt
16399 \end_inset
16400
16401
16402 \begin_inset VSpace medskip
16403 \end_inset
16404
16405
16406 \begin_inset Newline newline
16407 \end_inset
16408
16409 Así pues, insertar espacio superior en cuadros normales sólo es útil en
16410  cuadros sin líneas verticales.
16411 \end_layout
16412
16413 \begin_layout Description
16414 Inferior
16415 \begin_inset space ~
16416 \end_inset
16417
16418 de
16419 \begin_inset space ~
16420 \end_inset
16421
16422 la
16423 \begin_inset space ~
16424 \end_inset
16425
16426 fila añade espacio bajo los caracteres de la fila.
16427  Si el cuadro es formal LyX inserta por omisión 0.5
16428 \begin_inset space \thinspace{}
16429 \end_inset
16430
16431 em; si el cuadro es normal inserta 2
16432 \begin_inset space \thinspace{}
16433 \end_inset
16434
16435 pt.
16436  
16437 \end_layout
16438
16439 \begin_layout Description
16440 Entre
16441 \begin_inset space ~
16442 \end_inset
16443
16444 las
16445 \begin_inset space ~
16446 \end_inset
16447
16448 filas añade espacio entre la fila actual y la siguiente.
16449  Si el cuadro es formal LyX inserta 0.5
16450 \begin_inset space \thinspace{}
16451 \end_inset
16452
16453 em por omisión.
16454  En cuadros normales, el espacio adicional destruirá las líneas verticales
16455  del cuadro, como se ve en la siguiente:
16456 \begin_inset VSpace medskip
16457 \end_inset
16458
16459
16460 \begin_inset Newline newline
16461 \end_inset
16462
16463
16464 \begin_inset space \hspace*{}
16465 \length 0pt
16466 \end_inset
16467
16468
16469 \begin_inset space \hfill{}
16470 \end_inset
16471
16472
16473 \begin_inset Tabular
16474 <lyxtabular version="3" rows="3" columns="1">
16475 <features tabularvalignment="middle">
16476 <column alignment="center" valignment="top" width="0">
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 A
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 </row>
16488 <row interlinespace="3mm">
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 \begin_inset Formula $\downarrow$
16494 \end_inset
16495
16496  3
16497 \begin_inset space \thinspace{}
16498 \end_inset
16499
16500 mm entre las filas
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 \begin_inset Formula $\uparrow$
16512 \end_inset
16513
16514  3
16515 \begin_inset space \thinspace{}
16516 \end_inset
16517
16518 mm entre las filas 
16519 \begin_inset Formula $\uparrow$
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 </row>
16528 </lyxtabular>
16529
16530 \end_inset
16531
16532
16533 \begin_inset space \hfill{}
16534 \end_inset
16535
16536
16537 \begin_inset space \hspace*{}
16538 \length 0pt
16539 \end_inset
16540
16541
16542 \begin_inset VSpace medskip
16543 \end_inset
16544
16545
16546 \begin_inset Newline newline
16547 \end_inset
16548
16549 Así pues, los espacios adicionales entre filas de cuadros normales sólo
16550  sirven para cuadros sin líneas verticales.
16551 \end_layout
16552
16553 \begin_layout Standard
16554 \begin_inset VSpace bigskip
16555 \end_inset
16556
16557 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
16558  utiliza los siguientes comandos en el preámbulo:
16559 \end_layout
16560
16561 \begin_layout Standard
16562
16563 \series bold
16564
16565 \backslash
16566 @ifundefined{extrarowheight}
16567 \begin_inset Newline newline
16568 \end_inset
16569
16570
16571 \begin_inset Phantom HPhantom
16572 status open
16573
16574 \begin_layout Plain Layout
16575
16576 \series bold
16577 \begin_inset space ~
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584
16585 {
16586 \backslash
16587 usepackage{array}}{}
16588 \begin_inset Newline newline
16589 \end_inset
16590
16591
16592 \backslash
16593 setlength{
16594 \backslash
16595 extrarowheight}{altura}
16596 \end_layout
16597
16598 \begin_layout Standard
16599 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16600  centrado en vertical.
16601  (Lyx cargará automáticamente el paquete 
16602 \series bold
16603 array
16604 \series default
16605  cuando uses formatos de cuadro autodefinidos.
16606  Para evitar que sea cargado dos veces se pone al principio el comando 
16607 \series bold
16608
16609 \backslash
16610 @ifundefined
16611 \series default
16612 .)
16613 \end_layout
16614
16615 \begin_layout Standard
16616 En el caso de usar tipografías de mayor tamaño que el normal, los bordes
16617  del cuadro están a veces demasiado cerca de las letras.
16618  Esto se puede corregir insertando el comando 
16619 \series bold
16620
16621 \backslash
16622 strut
16623 \series default
16624  en código TeX al principio de la fila del cuadro.
16625  El cuadro
16626 \begin_inset space ~
16627 \end_inset
16628
16629
16630 \begin_inset CommandInset ref
16631 LatexCommand ref
16632 reference "tab:Alineación-vertical"
16633
16634 \end_inset
16635
16636  muestra el efecto:
16637 \end_layout
16638
16639 \begin_layout Standard
16640 \noindent
16641 \begin_inset Float table
16642 placement h
16643 wide false
16644 sideways false
16645 status open
16646
16647 \begin_layout Plain Layout
16648 \begin_inset Caption
16649
16650 \begin_layout Plain Layout
16651 \begin_inset CommandInset label
16652 LatexCommand label
16653 name "tab:Alineación-vertical"
16654
16655 \end_inset
16656
16657 Alineación vertical de texto con letras grandes
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \begin_layout Plain Layout
16666 \begin_inset space \hfill{}
16667 \end_inset
16668
16669
16670 \begin_inset Float table
16671 wide false
16672 sideways false
16673 status open
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Caption
16677
16678 \begin_layout Plain Layout
16679 Cuadro normal
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Plain Layout
16688 \noindent
16689 \align center
16690 \begin_inset Tabular
16691 <lyxtabular version="3" rows="6" columns="1">
16692 <features tabularvalignment="middle">
16693 <column alignment="left" valignment="top" width="0">
16694 <row>
16695 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 Normal, g
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 <row>
16706 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \size large
16712 Grande
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 <row>
16719 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \size larger
16725 Más grande
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \size largest
16738 Grandísima
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \size huge
16751 Enorme
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row>
16758 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762
16763 \size huge
16764 Más enorme
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 </lyxtabular>
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \begin_inset space \hfill{}
16781 \end_inset
16782
16783
16784 \begin_inset Float table
16785 wide false
16786 sideways false
16787 status open
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Caption
16791
16792 \begin_layout Plain Layout
16793 Cuadro con comando 
16794 \series bold
16795
16796 \backslash
16797 strut
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Plain Layout
16806 \noindent
16807 \align center
16808 \begin_inset Tabular
16809 <lyxtabular version="3" rows="6" columns="1">
16810 <features tabularvalignment="middle">
16811 <column alignment="left" valignment="top" width="0">
16812 <row>
16813 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 Normal, g
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \size large
16830 \begin_inset ERT
16831 status collapsed
16832
16833 \begin_layout Plain Layout
16834
16835
16836 \backslash
16837 strut 
16838 \end_layout
16839
16840 \end_inset
16841
16842 Grande
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \size larger
16855 \begin_inset ERT
16856 status collapsed
16857
16858 \begin_layout Plain Layout
16859
16860
16861 \backslash
16862 strut 
16863 \end_layout
16864
16865 \end_inset
16866
16867 Más grande
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \size largest
16880 \begin_inset ERT
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884
16885
16886 \backslash
16887 strut 
16888 \end_layout
16889
16890 \end_inset
16891
16892 Grandísima
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \size huge
16905 \begin_inset ERT
16906 status collapsed
16907
16908 \begin_layout Plain Layout
16909
16910
16911 \backslash
16912 strut 
16913 \end_layout
16914
16915 \end_inset
16916
16917 Enorme
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 <row>
16924 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \size giant
16930 \begin_inset ERT
16931 status collapsed
16932
16933 \begin_layout Plain Layout
16934
16935
16936 \backslash
16937 strut 
16938 \end_layout
16939
16940 \end_inset
16941
16942
16943 \size huge
16944 Más enorme
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 </lyxtabular>
16951
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \begin_inset space \hfill{}
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \begin_layout Subsection
16972 Alineación especial de celdas
16973 \begin_inset CommandInset label
16974 LatexCommand label
16975 name "sub:Alineación-especial-de"
16976
16977 \end_inset
16978
16979
16980 \begin_inset Index idx
16981 status open
16982
16983 \begin_layout Plain Layout
16984 Cuadros ! Personalización ! Alineación especial de celdas
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 A veces mejora la presentación si las entradas en las celdas de una columna
16994  se alinean con un carácter determinado, p.
16995 \begin_inset space \thinspace{}
16996 \end_inset
16997
16998 e.
16999 \begin_inset space ~
17000 \end_inset
17001
17002 el separador decimal, como en el cuadro
17003 \begin_inset space ~
17004 \end_inset
17005
17006
17007 \begin_inset CommandInset ref
17008 LatexCommand ref
17009 reference "tab:Cuadro-celdas-alineadas"
17010
17011 \end_inset
17012
17013 .
17014  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17015  el botón 
17016 \begin_inset Graphics
17017         filename ../../images/tabular-feature_align-decimal.png
17018         scale 85
17019         scaleBeforeRotation
17020
17021 \end_inset
17022
17023  de la barra de herramientas o eligiendo la alineación 
17024 \family sans
17025 Al separador decimal
17026 \family default
17027  en la configuración del cuadro.
17028  Ahí se puede especificar también el carácter deseado para la alineación.
17029 \end_layout
17030
17031 \begin_layout Standard
17032 \begin_inset Float table
17033 wide false
17034 sideways false
17035 status open
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Caption
17039
17040 \begin_layout Plain Layout
17041 \begin_inset CommandInset label
17042 LatexCommand label
17043 name "tab:Cuadro-celdas-alineadas"
17044
17045 \end_inset
17046
17047 Cuadro con celdas alineadas con el separador decimal.
17048 \end_layout
17049
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \begin_layout Plain Layout
17056 \align center
17057 \begin_inset Tabular
17058 <lyxtabular version="3" rows="4" columns="1">
17059 <features booktabs="true" tabularvalignment="middle">
17060 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17061 <row>
17062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 leyenda
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" topline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 12,6
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 0,68
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 -123,0
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 </lyxtabular>
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \begin_layout Standard
17118 \begin_inset Float table
17119 wide false
17120 sideways false
17121 status open
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Caption
17125
17126 \begin_layout Plain Layout
17127 \begin_inset CommandInset label
17128 LatexCommand label
17129 name "tab:Cuadro-con-celdas-de"
17130
17131 \end_inset
17132
17133 Cuadro con celdas alineadas con los operadores.
17134 \end_layout
17135
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \begin_layout Plain Layout
17142 \align center
17143 \begin_inset Tabular
17144 <lyxtabular version="3" rows="4" columns="2">
17145 <features booktabs="true" tabularvalignment="middle">
17146 <column alignment="right" valignment="top" width="0pt">
17147 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17148 <row>
17149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 leyenda
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $12\,+$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\,6$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $0\,-$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Formula $\,68$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 <row>
17221 <cell alignment="center" valignment="top" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $-123\,/$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 \begin_inset Formula $\,0$
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 </row>
17246 </lyxtabular>
17247
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 Para alinear con caracteres en ecuaciones este método no funciona porque
17260  el campo para especificar el carácter no permite ecuaciones.
17261  En este caso hay que usar el método del cuadro
17262 \begin_inset space ~
17263 \end_inset
17264
17265
17266 \begin_inset CommandInset ref
17267 LatexCommand ref
17268 reference "tab:Cuadro-con-celdas-de"
17269
17270 \end_inset
17271
17272 .
17273  Es un cuadro 4×2.
17274  La leyenda es una multicolumna centrada.
17275  La primera columna está alineada a la derecha y contiene la primera parte
17276  incluyendo el operador.
17277  La segunda columna está alineada a la izquierda y contiene la parte restante.
17278  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17279  columna para mantener el espacio habitual alrededor de los operadores.
17280  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17281  el siguiente argumento LaTeX para la segunda columna:
17282 \end_layout
17283
17284 \begin_layout Standard
17285
17286 \series bold
17287 @{}l
17288 \end_layout
17289
17290 \begin_layout Standard
17291 El cuadro
17292 \begin_inset space ~
17293 \end_inset
17294
17295
17296 \begin_inset CommandInset ref
17297 LatexCommand ref
17298 reference "tab:Varias-alineaciones"
17299
17300 \end_inset
17301
17302  muestra varios ejemplos de alineación.
17303  Para alinear al signo de relación se ha añadido un pequeño espacio como
17304  en la segunda columna del cuadro
17305 \begin_inset space ~
17306 \end_inset
17307
17308
17309 \begin_inset CommandInset ref
17310 LatexCommand ref
17311 reference "tab:Cuadro-con-celdas-de"
17312
17313 \end_inset
17314
17315 .
17316 \end_layout
17317
17318 \begin_layout Standard
17319 \begin_inset Float table
17320 placement h
17321 wide false
17322 sideways false
17323 status open
17324
17325 \begin_layout Plain Layout
17326 \begin_inset Caption
17327
17328 \begin_layout Plain Layout
17329 \begin_inset CommandInset label
17330 LatexCommand label
17331 name "tab:Varias-alineaciones"
17332
17333 \end_inset
17334
17335 Cuadro con varias alineaciones.
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \begin_layout Plain Layout
17344 \align center
17345 \begin_inset Tabular
17346 <lyxtabular version="3" rows="4" columns="6">
17347 <features tabularvalignment="middle">
17348 <column alignment="right" valignment="top" width="0">
17349 <column alignment="left" valignment="top" width="0" special="@{}l">
17350 <column alignment="right" valignment="top" width="0">
17351 <column alignment="left" valignment="top" width="0" special="@{}l">
17352 <column alignment="right" valignment="top" width="0">
17353 <column alignment="left" valignment="top" width="0" special="@{}l">
17354 <row>
17355 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 unidades
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 exponentes
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 relaciones
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 12×
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 24
17425 \begin_inset space \thinspace{}
17426 \end_inset
17427
17428 bottles
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 <cell alignment="center" valignment="top" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 \begin_inset Formula $10\cdot$
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 \begin_inset Formula $10^{\mbox{-}17}$
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 \begin_inset Formula $\Gamma(t)\propto$
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 \begin_inset Formula $\:\Upsilon(t)$
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 <row>
17483 <cell alignment="center" valignment="top" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 1024×
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 768
17497 \begin_inset space \thinspace{}
17498 \end_inset
17499
17500 Pixels
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 \begin_inset Formula $5.78\cdot$
17510 \end_inset
17511
17512
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 \begin_inset Formula $10^{7}$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 \begin_inset Formula $A\ne$
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 \begin_inset Formula $\: B_{\mathrm{red}}$
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 <row>
17555 <cell alignment="center" valignment="top" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 32×
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 6
17569 \begin_inset space \thinspace{}
17570 \end_inset
17571
17572 cm
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 -
17582 \begin_inset Formula $33.5\cdot$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Formula $10^{4}$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 \begin_inset Formula $\sen(\alpha)\ge$
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $\:\sen(\beta)$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 </lyxtabular>
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \begin_layout Subsection
17640 Formato personalizado de celda/columna
17641 \begin_inset CommandInset label
17642 LatexCommand label
17643 name "sub:Formato-Personalizado"
17644
17645 \end_inset
17646
17647
17648 \begin_inset Index idx
17649 status open
17650
17651 \begin_layout Plain Layout
17652 Cuadros ! Personalización ! Formato de celda/columna
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \begin_layout Standard
17661 El cálculo de la anchura necesaria para columnas extendidas descrito en
17662  la sección
17663 \begin_inset space ~
17664 \end_inset
17665
17666
17667 \begin_inset CommandInset ref
17668 LatexCommand ref
17669 reference "sub:Cálculos-en-Multicolumnas"
17670
17671 \end_inset
17672
17673  es muy pesado si tienes varios cuadros con multicolumnas.
17674  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17675 mna aplicable a todos los cuadros del documento.
17676  El formato se define con el comando
17677 \end_layout
17678
17679 \begin_layout Standard
17680
17681 \series bold
17682
17683 \backslash
17684 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17685 \end_layout
17686
17687 \begin_layout Standard
17688 El nombre de formato puede ser una sola letra.
17689  Las letras 
17690 \emph on
17691 b, c, l, m, p
17692 \emph default
17693  y 
17694 \emph on
17695 r
17696 \emph default
17697  están predefinidas y no pueden usarse.
17698  Pero se permiten todas las mayúsculas.
17699 \end_layout
17700
17701 \begin_layout Standard
17702 \begin_inset VSpace medskip
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \begin_layout Standard
17709 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17710  fija puedes definir el formato de celda
17711 \end_layout
17712
17713 \begin_layout Standard
17714
17715 \series bold
17716
17717 \backslash
17718 newcolumntype{M}[1]{>{
17719 \backslash
17720 centering
17721 \backslash
17722 hspace{0pt}}m{#1}}
17723 \end_layout
17724
17725 \begin_layout Standard
17726 donde 
17727 \series bold
17728
17729 \backslash
17730 hspace{0pt}
17731 \series default
17732  evita el problema de partir con guión la primera palabra, como se describe
17733  en la sección
17734 \begin_inset space ~
17735 \end_inset
17736
17737
17738 \begin_inset CommandInset ref
17739 LatexCommand ref
17740 reference "sub:Líneas-Múltiples-en"
17741
17742 \end_inset
17743
17744 .
17745  Ahora puedes introducir simplemente
17746 \end_layout
17747
17748 \begin_layout Standard
17749
17750 \series bold
17751 M{ancho}
17752 \end_layout
17753
17754 \begin_layout Standard
17755 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
17756 \end_layout
17757
17758 \begin_layout Standard
17759 \begin_inset VSpace bigskip
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \begin_layout Standard
17766 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17767 \end_layout
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772
17773 \backslash
17774 newcolumntype{S}[2]{>{
17775 \backslash
17776 centering
17777 \backslash
17778 hspace{0pt}}
17779 \begin_inset Newline newline
17780 \end_inset
17781
17782
17783 \begin_inset Phantom HPhantom
17784 status open
17785
17786 \begin_layout Plain Layout
17787
17788 \series bold
17789
17790 \backslash
17791 newcolumntype
17792 \end_layout
17793
17794 \end_inset
17795
17796 m{(#1+(2
17797 \backslash
17798 tabcolsep+
17799 \backslash
17800 arrayrulewidth)*(1-#2))/#2}}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Este formato usa la ecuación 
17805 \begin_inset CommandInset ref
17806 LatexCommand eqref
17807 reference "eq:Wgn"
17808
17809 \end_inset
17810
17811  para calcular la anchura necesaria para que cada celda extendida tenga
17812  la misma anchura.
17813 \end_layout
17814
17815 \begin_layout Standard
17816 Ahora puedes introducir
17817 \end_layout
17818
17819 \begin_layout Standard
17820
17821 \series bold
17822 S{ancho de la celda multicolumna}{número de columnas extendidas}
17823 \end_layout
17824
17825 \begin_layout Standard
17826 como argumento LaTeX de la columna.
17827 \end_layout
17828
17829 \begin_layout Standard
17830 \begin_inset VSpace bigskip
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 Para columnas coloreadas puedes definir
17838 \end_layout
17839
17840 \begin_layout Standard
17841
17842 \series bold
17843
17844 \backslash
17845 newcolumntype{K}[1]{>{
17846 \backslash
17847 columncolor{#1}
17848 \backslash
17849 hspace{0pt}}c}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17854  horizontalmente.
17855  Ahora puedes introducir
17856 \end_layout
17857
17858 \begin_layout Standard
17859
17860 \series bold
17861 K{nombre del color}
17862 \end_layout
17863
17864 \begin_layout Standard
17865 como argumento LaTeX.
17866 \end_layout
17867
17868 \begin_layout Standard
17869 \begin_inset VSpace bigskip
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \begin_layout Standard
17876 Para crear el cuadro
17877 \begin_inset space ~
17878 \end_inset
17879
17880
17881 \begin_inset CommandInset ref
17882 LatexCommand ref
17883 reference "tab:Cuadro-con-formatos-definidos-por"
17884
17885 \end_inset
17886
17887  usa los argumentos LaTeX
17888 \end_layout
17889
17890 \begin_layout Standard
17891
17892 \series bold
17893 M{2.5cm}
17894 \end_layout
17895
17896 \begin_layout Standard
17897 para la primera columna y la multicolumna,
17898 \end_layout
17899
17900 \begin_layout Standard
17901
17902 \series bold
17903 K{red}
17904 \end_layout
17905
17906 \begin_layout Standard
17907 para la última columna y
17908 \end_layout
17909
17910 \begin_layout Standard
17911
17912 \series bold
17913 S{2.5cm}{2}
17914 \end_layout
17915
17916 \begin_layout Standard
17917 para las celdas en la segunda columna.
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset Float table
17922 placement h
17923 wide false
17924 sideways false
17925 status open
17926
17927 \begin_layout Plain Layout
17928 \begin_inset Caption
17929
17930 \begin_layout Plain Layout
17931 \begin_inset CommandInset label
17932 LatexCommand label
17933 name "tab:Cuadro-con-formatos-definidos-por"
17934
17935 \end_inset
17936
17937 Cuadro con formatos definidos por el usuario
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Plain Layout
17946 \align center
17947 \begin_inset Tabular
17948 <lyxtabular version="3" rows="3" columns="4">
17949 <features tabularvalignment="middle">
17950 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17951 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17952 <column alignment="center" valignment="middle" width="0">
17953 <column alignment="center" valignment="middle" width="0" special="K{red}">
17954 <row>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 palabramuylargaenceldadecuadro
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 multicolumna línea múltiple
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 c
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 </row>
17992 <row>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 d
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 e
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 f
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 g
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 </row>
18030 <row>
18031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 h
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 i
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 j
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 k
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 </lyxtabular>
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Subsection
18081 Grosor de líneas
18082 \begin_inset CommandInset label
18083 LatexCommand label
18084 name "sub:Grosor-de-Líneas"
18085
18086 \end_inset
18087
18088
18089 \begin_inset Index idx
18090 status open
18091
18092 \begin_layout Plain Layout
18093 Cuadros ! Personalización ! Grosor de línea
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \begin_layout Standard
18102 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
18103  
18104 \series bold
18105
18106 \backslash
18107 arrayrulewidth
18108 \series default
18109 .
18110  Por ejemplo, para poner un grosor de línea de 1.5
18111 \begin_inset space \thinspace{}
18112 \end_inset
18113
18114 pt, como en el cuadro
18115 \begin_inset space ~
18116 \end_inset
18117
18118
18119 \begin_inset CommandInset ref
18120 LatexCommand ref
18121 reference "tab:Cuadro-con-líneas"
18122
18123 \end_inset
18124
18125 , inserta el comando
18126 \end_layout
18127
18128 \begin_layout Standard
18129
18130 \series bold
18131
18132 \backslash
18133 setlength{
18134 \backslash
18135 arrayrulewidth}{1.5pt}
18136 \end_layout
18137
18138 \begin_layout Standard
18139 en código TeX antes del cuadro o flotante.
18140  Este cambio es válido para todos los siguientes cuadros.
18141  Para volver al valor predeterminado, define 
18142 \series bold
18143
18144 \backslash
18145 arrayrulewidth
18146 \series default
18147  a 0.4
18148 \begin_inset space \thinspace{}
18149 \end_inset
18150
18151 pt en código TeX detrás del cuadro o flotante.
18152 \end_layout
18153
18154 \begin_layout Standard
18155 \begin_inset ERT
18156 status collapsed
18157
18158 \begin_layout Plain Layout
18159
18160
18161 \backslash
18162 setlength{
18163 \backslash
18164 arrayrulewidth}{1.5pt}
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \begin_inset Float table
18171 wide false
18172 sideways false
18173 status open
18174
18175 \begin_layout Plain Layout
18176 \begin_inset Caption
18177
18178 \begin_layout Plain Layout
18179 \begin_inset CommandInset label
18180 LatexCommand label
18181 name "tab:Cuadro-con-líneas"
18182
18183 \end_inset
18184
18185 Cuadro con líneas de grosor 1.5
18186 \begin_inset space \thinspace{}
18187 \end_inset
18188
18189 pt
18190 \end_layout
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \begin_layout Plain Layout
18198 \align center
18199 \begin_inset Tabular
18200 <lyxtabular version="3" rows="3" columns="3">
18201 <features tabularvalignment="middle">
18202 <column alignment="center" valignment="top" width="0">
18203 <column alignment="center" valignment="top" width="0">
18204 <column alignment="center" valignment="top" width="0">
18205 <row>
18206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 sd
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 sd
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 </row>
18263 <row>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 sd
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 </row>
18292 </lyxtabular>
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \begin_inset ERT
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306
18307
18308 \backslash
18309 setlength{
18310 \backslash
18311 arrayrulewidth}{0.4pt}
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 \begin_inset VSpace bigskip
18321 \end_inset
18322
18323 Para definir un grosor de 1.5
18324 \begin_inset space \thinspace{}
18325 \end_inset
18326
18327 pt sólo para líneas horizontales, como en el cuadro
18328 \begin_inset space ~
18329 \end_inset
18330
18331
18332 \begin_inset CommandInset ref
18333 LatexCommand ref
18334 reference "tab:Cuadro-con-horizontales"
18335
18336 \end_inset
18337
18338 , inserta estos comandos en código TeX antes del cuadro o flotante:
18339 \end_layout
18340
18341 \begin_layout Standard
18342
18343 \series bold
18344
18345 \backslash
18346 let
18347 \backslash
18348 myHline
18349 \backslash
18350 hline
18351 \begin_inset Newline newline
18352 \end_inset
18353
18354
18355 \backslash
18356 renewcommand{
18357 \backslash
18358 hline}
18359 \begin_inset Newline newline
18360 \end_inset
18361
18362  {
18363 \backslash
18364 noalign{
18365 \backslash
18366 global
18367 \backslash
18368 arrayrulewidth 1.5pt}
18369 \begin_inset Newline newline
18370 \end_inset
18371
18372  
18373 \backslash
18374 myHline
18375 \backslash
18376 noalign{
18377 \backslash
18378 global
18379 \backslash
18380 arrayrulewidth 0.4pt}}
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Para volver al grosor predeterminado, inserta este comando en código TeX
18385  detrás del cuadro o flotante:
18386 \end_layout
18387
18388 \begin_layout Standard
18389
18390 \series bold
18391
18392 \backslash
18393 renewcommand{
18394 \backslash
18395 hline}{
18396 \backslash
18397 myHline}
18398 \end_layout
18399
18400 \begin_layout Standard
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 let
18409 \backslash
18410 myHline
18411 \backslash
18412 hline
18413 \end_layout
18414
18415 \begin_layout Plain Layout
18416
18417
18418 \backslash
18419 renewcommand{
18420 \backslash
18421 hline}
18422 \end_layout
18423
18424 \begin_layout Plain Layout
18425
18426  {
18427 \backslash
18428 noalign{
18429 \backslash
18430 global
18431 \backslash
18432 arrayrulewidth 1.5pt}
18433 \end_layout
18434
18435 \begin_layout Plain Layout
18436
18437   
18438 \backslash
18439 myHline
18440 \backslash
18441 noalign{
18442 \backslash
18443 global
18444 \backslash
18445 arrayrulewidth 0.4pt}}
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \begin_inset Float table
18452 wide false
18453 sideways false
18454 status open
18455
18456 \begin_layout Plain Layout
18457 \begin_inset Caption
18458
18459 \begin_layout Plain Layout
18460 \begin_inset CommandInset label
18461 LatexCommand label
18462 name "tab:Cuadro-con-horizontales"
18463
18464 \end_inset
18465
18466 Cuadro con líneas horizontales de 1.5
18467 \begin_inset space \thinspace{}
18468 \end_inset
18469
18470 pt
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Plain Layout
18479 \align center
18480 \begin_inset Tabular
18481 <lyxtabular version="3" rows="3" columns="3">
18482 <features tabularvalignment="middle">
18483 <column alignment="center" valignment="top" width="0">
18484 <column alignment="center" valignment="top" width="0">
18485 <column alignment="center" valignment="top" width="0">
18486 <row>
18487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 sd
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 sd
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 <row>
18545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 sd
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 </lyxtabular>
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \begin_inset ERT
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587
18588
18589 \backslash
18590 renewcommand{
18591 \backslash
18592 hline}{
18593 \backslash
18594 myHline}
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Standard
18603 \begin_inset VSpace bigskip
18604 \end_inset
18605
18606 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18607  siguiente formato de columna en el preámbulo del documento, de acuerdo
18608  con lo descrito en la sección
18609 \begin_inset space ~
18610 \end_inset
18611
18612
18613 \begin_inset CommandInset ref
18614 LatexCommand ref
18615 reference "sub:Formato-Personalizado"
18616
18617 \end_inset
18618
18619 :
18620 \end_layout
18621
18622 \begin_layout Standard
18623
18624 \series bold
18625
18626 \backslash
18627 newcolumntype{V}{!{
18628 \backslash
18629 vrule width 1.5pt}}
18630 \end_layout
18631
18632 \begin_layout Standard
18633 Para el cuadro
18634 \begin_inset space ~
18635 \end_inset
18636
18637
18638 \begin_inset CommandInset ref
18639 LatexCommand ref
18640 reference "tab:Cuadro-con-verticales"
18641
18642 \end_inset
18643
18644  se usó el argumento LaTeX
18645 \end_layout
18646
18647 \begin_layout Standard
18648
18649 \series bold
18650 VcV
18651 \end_layout
18652
18653 \begin_layout Standard
18654 para la última columna y
18655 \end_layout
18656
18657 \begin_layout Standard
18658
18659 \series bold
18660 Vc
18661 \end_layout
18662
18663 \begin_layout Standard
18664 para las otras.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 \begin_inset Float table
18669 wide false
18670 sideways false
18671 status open
18672
18673 \begin_layout Plain Layout
18674 \begin_inset Caption
18675
18676 \begin_layout Plain Layout
18677 \begin_inset CommandInset label
18678 LatexCommand label
18679 name "tab:Cuadro-con-verticales"
18680
18681 \end_inset
18682
18683 Cuadro con líneas verticales de 1.5
18684 \begin_inset space \thinspace{}
18685 \end_inset
18686
18687 pt de grosor
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Plain Layout
18696 \align center
18697 \begin_inset Tabular
18698 <lyxtabular version="3" rows="3" columns="3">
18699 <features tabularvalignment="middle">
18700 <column alignment="center" valignment="top" width="0" special="Vc">
18701 <column alignment="center" valignment="top" width="0" special="Vc">
18702 <column alignment="center" valignment="top" width="0" special="VcV">
18703 <row>
18704 <cell alignment="center" valignment="top" topline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708 sd
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 <cell alignment="center" valignment="top" topline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 <row>
18733 <cell alignment="center" valignment="top" topline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746 sd
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 <cell alignment="center" valignment="top" topline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 </row>
18761 <row>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 sd
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 </row>
18790 </lyxtabular>
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Subsection
18803 Líneas de trazos
18804 \begin_inset Index idx
18805 status open
18806
18807 \begin_layout Plain Layout
18808 Cuadros ! Personalización ! Líneas de trazos
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Standard
18817 \begin_inset ERT
18818 status collapsed
18819
18820 \begin_layout Plain Layout
18821
18822
18823 \backslash
18824 ifarydshln
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \begin_inset Note Note
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18835  LaTeX 
18836 \series bold
18837 arydshln
18838 \series default
18839 .
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Standard
18848 \begin_inset Float table
18849 placement H
18850 wide false
18851 sideways false
18852 status open
18853
18854 \begin_layout Plain Layout
18855 \begin_inset Caption
18856
18857 \begin_layout Plain Layout
18858 \begin_inset CommandInset label
18859 LatexCommand label
18860 name "tab:Cuadro-con-trazos"
18861
18862 \end_inset
18863
18864 Cuadro con líneas de trazos
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \end_layout
18871
18872 \begin_layout Plain Layout
18873 \align center
18874 \begin_inset Tabular
18875 <lyxtabular version="3" rows="5" columns="5">
18876 <features tabularvalignment="middle">
18877 <column alignment="center" valignment="top" width="0">
18878 <column alignment="center" valignment="top" width="0">
18879 <column alignment="center" valignment="top" width="0" special=":c">
18880 <column alignment="center" valignment="top" width="0">
18881 <column alignment="center" valignment="top" width="0">
18882 <row>
18883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 a
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896 b
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 c
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914 d
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 e
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 </row>
18929 <row>
18930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 f
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 g
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" topline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 h
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 i
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 j
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 \begin_inset ERT
18982 status collapsed
18983
18984 \begin_layout Plain Layout
18985
18986
18987 \backslash
18988 hdashline 
18989 \end_layout
18990
18991 \end_inset
18992
18993 k
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002 l
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 m
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 n
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 o
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 \begin_inset ERT
19041 status collapsed
19042
19043 \begin_layout Plain Layout
19044
19045
19046 \backslash
19047 cdashline{4-5}
19048 \end_layout
19049
19050 \end_inset
19051
19052 p
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 q
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 r
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 s
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 t
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 u
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 v
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 w
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 x
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 </lyxtabular>
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \begin_layout Standard
19154 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19155  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19156 \series bold
19157 arydshln
19158 \series default
19159
19160 \begin_inset Index idx
19161 status collapsed
19162
19163 \begin_layout Plain Layout
19164 LaTeX-paquetes ! arydshln
19165 \end_layout
19166
19167 \end_inset
19168
19169  con el comando 
19170 \end_layout
19171
19172 \begin_layout Standard
19173
19174 \series bold
19175
19176 \backslash
19177 usepackage{arydshln}
19178 \end_layout
19179
19180 \begin_layout Standard
19181 Para hacer una línea vertical a trazos, introduce dos puntos «
19182 \series bold
19183 :
19184 \series default
19185 » junto con el carácter para alineación horizontal como argumento LaTeX
19186  en el diálogo de celdas de cuadros.
19187 \end_layout
19188
19189 \begin_layout Standard
19190 Para una línea de trazos horizontal añade el comando
19191 \end_layout
19192
19193 \begin_layout Standard
19194
19195 \series bold
19196
19197 \backslash
19198 hdashline
19199 \end_layout
19200
19201 \begin_layout Standard
19202 en código TeX como primer elemento de la primera celda en la fila.
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Para líneas de trazos en multicolumna usa el comando
19207 \end_layout
19208
19209 \begin_layout Standard
19210
19211 \series bold
19212
19213 \backslash
19214 cdashline{número de líneas}
19215 \end_layout
19216
19217 \begin_layout Standard
19218 en código TeX como primer elemento de la primera celda en la fila.
19219  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19220  4 y quieres una línea de trazos por encima, añade el comando
19221 \end_layout
19222
19223 \begin_layout Standard
19224
19225 \series bold
19226
19227 \backslash
19228 cdashline{2-4}
19229 \end_layout
19230
19231 \begin_layout Standard
19232 como primer elemento de la primera celda en la fila de la multicolumna.
19233 \end_layout
19234
19235 \begin_layout Standard
19236 \begin_inset VSpace bigskip
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \begin_layout Standard
19243 El cuadro
19244 \begin_inset space ~
19245 \end_inset
19246
19247
19248 \begin_inset CommandInset ref
19249 LatexCommand ref
19250 reference "tab:Cuadro-con-trazos"
19251
19252 \end_inset
19253
19254  se ha hecho usando «
19255 \series bold
19256 :c
19257 \series default
19258 » como argumento LaTeX de la tercera columna.
19259  El comando en código TeX 
19260 \series bold
19261
19262 \backslash
19263 hdashline
19264 \series default
19265  se ha insertado en la primera celda de la tercera fila y el comando en
19266  código TeX
19267 \begin_inset Newline newline
19268 \end_inset
19269
19270
19271 \series bold
19272
19273 \backslash
19274 cdashline{4-5}
19275 \series default
19276  en la primera celda de la cuarta fila.
19277 \end_layout
19278
19279 \begin_layout Standard
19280 \begin_inset Note Greyedout
19281 status open
19282
19283 \begin_layout Plain Layout
19284
19285 \series bold
19286 Nota:
19287 \series default
19288  Aparentemente el paquete LaTeX 
19289 \series bold
19290 arydshln
19291 \series default
19292  no es compatible con el paquete LaTeX 
19293 \series bold
19294 colortbl
19295 \series default
19296
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 LaTeX-paquetes ! colortbl
19302 \end_layout
19303
19304 \end_inset
19305
19306  que se usa para cuadros coloreados en la sección
19307 \begin_inset space ~
19308 \end_inset
19309
19310
19311 \begin_inset CommandInset ref
19312 LatexCommand ref
19313 reference "sec:Cuadros-Coloreados"
19314
19315 \end_inset
19316
19317 .
19318  Esto implica que los cuadros coloreados no pueden tener líneas de trazos.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \begin_inset ERT
19328 status collapsed
19329
19330 \begin_layout Plain Layout
19331
19332
19333 \backslash
19334 else
19335 \end_layout
19336
19337 \end_inset
19338
19339
19340 \begin_inset Note Note
19341 status collapsed
19342
19343 \begin_layout Plain Layout
19344 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19345  
19346 \series bold
19347 arydshln
19348 \series default
19349 .
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \begin_layout Standard
19358 Debes instalar el paquete LaTeX 
19359 \series bold
19360 arydshln
19361 \series default
19362  para ver la parte siguiente en la salida.
19363 \end_layout
19364
19365 \begin_layout Standard
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371
19372 \backslash
19373 fi
19374 \end_layout
19375
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \begin_layout Chapter
19382 Flotantes
19383 \begin_inset Index idx
19384 status collapsed
19385
19386 \begin_layout Plain Layout
19387 Flotantes
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Section
19396 Introducción
19397 \begin_inset CommandInset label
19398 LatexCommand label
19399 name "sec:Introducción-Flotantes"
19400
19401 \end_inset
19402
19403
19404 \begin_inset Index idx
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408 Flotantes ! Introducción
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \begin_layout Standard
19417 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19418  no tiene posición fija.
19419  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19420  Las 
19421 \family sans
19422 Notas
19423 \begin_inset space ~
19424 \end_inset
19425
19426 al
19427 \begin_inset space ~
19428 \end_inset
19429
19430 pie
19431 \family default
19432  y 
19433 \family sans
19434 Notas
19435 \begin_inset space ~
19436 \end_inset
19437
19438 al
19439 \begin_inset space ~
19440 \end_inset
19441
19442 margen
19443 \family default
19444  también son flotantes, porque pueden flotar a la página siguiente cuando
19445  hay demasiadas notas en la página.
19446 \end_layout
19447
19448 \begin_layout Standard
19449 Los flotantes permiten composiciones de alta calidad.
19450  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
19451  para impedir espacios en blanco y páginas sin texto.
19452  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
19453  cada flotante puede ser referenciado en el texto.
19454  Por lo tanto los flotantes están numerados.
19455  Las referencias se describen en la sección
19456 \begin_inset space ~
19457 \end_inset
19458
19459
19460 \begin_inset CommandInset ref
19461 LatexCommand ref
19462 reference "sec:Referencias-a-Flotantes"
19463
19464 \end_inset
19465
19466 .
19467 \end_layout
19468
19469 \begin_layout Standard
19470 Para insertar un flotante, usa el menú 
19471 \family sans
19472 Insertar\SpecialChar \menuseparator
19473 Flotante
19474 \family default
19475 .
19476  Esto inserta una 
19477 \family sans
19478 Leyenda,
19479 \family default
19480  un cuadro con una etiqueta.
19481  La etiqueta se traducirá automáticamente al idioma del documento.
19482  Tras la etiqueta puedes insertar el texto de la leyenda.
19483  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
19484  separado dentro del flotante.
19485  La colocación de leyendas se describe en la sección
19486 \begin_inset space ~
19487 \end_inset
19488
19489
19490 \begin_inset CommandInset ref
19491 LatexCommand ref
19492 reference "sec:Colocación-de-leyendas"
19493
19494 \end_inset
19495
19496 .
19497  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19498  con clic izquierdo sobre él.
19499  Un cuadro cerrado se muestra así: 
19500 \begin_inset Graphics
19501         filename clipart/flotanteQt4.png
19502         scale 70
19503
19504 \end_inset
19505
19506  —un cuadro gris con etiqueta en rojo—.
19507 \end_layout
19508
19509 \begin_layout Standard
19510 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19511  errores de LaTeX si el texto circundante se formatea de modo especial.
19512 \end_layout
19513
19514 \begin_layout Standard
19515 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
19516  y pinchando el botón correspondiente de la barra de herramientas para un
19517  flotante nuevo.
19518 \end_layout
19519
19520 \begin_layout Section
19521 Tipos de flotantes
19522 \end_layout
19523
19524 \begin_layout Standard
19525 Además de los flotantes de imagen y de cuadro que se describen en la sección
19526 \begin_inset space ~
19527 \end_inset
19528
19529
19530 \begin_inset CommandInset ref
19531 LatexCommand ref
19532 reference "sec:Figuras-Flotantes"
19533
19534 \end_inset
19535
19536  y 
19537 \begin_inset CommandInset ref
19538 LatexCommand ref
19539 reference "sec:Cuadros-Flotantes"
19540
19541 \end_inset
19542
19543 , respectivamente, LyX ofrece los tipos 
19544 \series bold
19545 Algoritmo
19546 \series default
19547  y 
19548 \series bold
19549 Envoltorio
19550 \series default
19551 .
19552 \end_layout
19553
19554 \begin_layout Subsection
19555 Algoritmos flotantes
19556 \begin_inset Index idx
19557 status collapsed
19558
19559 \begin_layout Plain Layout
19560 Flotantes ! Algoritmos
19561 \end_layout
19562
19563 \end_inset
19564
19565
19566 \begin_inset CommandInset label
19567 LatexCommand label
19568 name "sub:Algoritmos-Flotantes"
19569
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \begin_layout Standard
19576 \begin_inset Float algorithm
19577 placement h
19578 wide false
19579 sideways false
19580 status open
19581
19582 \begin_layout Plain Layout
19583 \begin_inset Caption
19584
19585 \begin_layout Plain Layout
19586 \begin_inset CommandInset label
19587 LatexCommand label
19588 name "alg:Ejemplo-de-Algoritmo-flotante"
19589
19590 \end_inset
19591
19592 Ejemplo de algoritmo flotante
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout LyX-Code
19601 for I in 1..N loop
19602 \begin_inset Newline newline
19603 \end_inset
19604
19605  Sum:= Sum + A(I); /*comment*/
19606 \begin_inset Newline newline
19607 \end_inset
19608
19609 end loop
19610 \begin_inset VSpace -4mm
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \begin_layout Standard
19622 Este tipo de flotante se inserta con el menú 
19623 \family sans
19624 Insertar\SpecialChar \menuseparator
19625 Flotante\SpecialChar \menuseparator
19626 Algoritmo
19627 \family default
19628 .
19629  Se usa para códigos y descripciones de algoritmos y se puede considerar
19630  una alternativa al listado de código de programa, que se explica en el
19631  capítulo
19632 \begin_inset space ~
19633 \end_inset
19634
19635
19636 \begin_inset CommandInset ref
19637 LatexCommand ref
19638 reference "cap:Listado-de-programa"
19639
19640 \end_inset
19641
19642 .
19643  Un posible entorno para algoritmos es 
19644 \family sans
19645 Código-LyX
19646 \family default
19647 , descrito en la 
19648 \emph on
19649 Guía del usuario
19650 \emph default
19651  de LyX.
19652  El algoritmo
19653 \begin_inset space ~
19654 \end_inset
19655
19656
19657 \begin_inset CommandInset ref
19658 LatexCommand ref
19659 reference "alg:Ejemplo-de-Algoritmo-flotante"
19660
19661 \end_inset
19662
19663  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19664  vertical de -4
19665 \begin_inset space \thinspace{}
19666 \end_inset
19667
19668 mm al final para tener la línea inferior exactamente bajo la última línea
19669  de texto.
19670 \end_layout
19671
19672 \begin_layout Standard
19673 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19674  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19675 \end_layout
19676
19677 \begin_layout Standard
19678
19679 \series bold
19680
19681 \backslash
19682 floatname{algorithm}{nombre}
19683 \end_layout
19684
19685 \begin_layout Standard
19686 donde 
19687 \family sans
19688 nombre
19689 \family default
19690  es la palabra «
19691 \emph on
19692 algoritmo
19693 \emph default
19694 » en el idioma deseado.
19695 \end_layout
19696
19697 \begin_layout Standard
19698 Para insertar el índice de algoritmos puedes usar el menú 
19699 \family sans
19700 Insertar\SpecialChar \menuseparator
19701 Índice\SpecialChar \menuseparator
19702 Índice de algoritmos
19703 \family default
19704 , si el documento está en el mismo idioma que los menús de LyX.
19705  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \series bold
19711
19712 \backslash
19713 listof{algorithm}{nombre}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 donde 
19718 \family sans
19719 nombre
19720 \family default
19721  es, por ejemplo, «
19722 \emph on
19723 Índice de algoritmos
19724 \emph default
19725 » en el idioma del documento.
19726 \end_layout
19727
19728 \begin_layout Standard
19729 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19730  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
19731 itmo».
19732  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19733  documento:
19734 \end_layout
19735
19736 \begin_layout Standard
19737
19738 \series bold
19739
19740 \backslash
19741 numberwithin{algorithm}{chapter}
19742 \end_layout
19743
19744 \begin_layout Standard
19745 Para poder usar el comando 
19746 \series bold
19747
19748 \backslash
19749 numberwithin
19750 \series default
19751 , marca la opción 
19752 \family sans
19753 Usar
19754 \begin_inset space ~
19755 \end_inset
19756
19757 el
19758 \begin_inset space ~
19759 \end_inset
19760
19761 paquete
19762 \begin_inset space ~
19763 \end_inset
19764
19765 AMS
19766 \family default
19767  en el menú 
19768 \family sans
19769 Documento\SpecialChar \menuseparator
19770 Configuración\SpecialChar \menuseparator
19771 Opciones para ecuaciones
19772 \family default
19773 .
19774 \end_layout
19775
19776 \begin_layout Subsection
19777 Flotantes envueltos
19778 \begin_inset Index idx
19779 status collapsed
19780
19781 \begin_layout Plain Layout
19782 Flotantes ! Envoltorio
19783 \end_layout
19784
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \begin_layout Standard
19791 \begin_inset Wrap figure
19792 lines 0
19793 placement l
19794 overhang 1cm
19795 width "40col%"
19796 status open
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Graphics
19800         filename ../clipart/mobius.eps
19801         width 40col%
19802         rotateOrigin center
19803
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \begin_layout Plain Layout
19810 \begin_inset Caption
19811
19812 \begin_layout Plain Layout
19813 \begin_inset CommandInset label
19814 LatexCommand label
19815 name "fig:Envoltorio-de-figura"
19816
19817 \end_inset
19818
19819 Figura envuelta en el texto
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828
19829  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
19830  de modo que ocupe sólo una parte del ancho de columna.
19831  Se inserta con el menú 
19832 \family sans
19833 Insertar\SpecialChar \menuseparator
19834 Flotante\SpecialChar \menuseparator
19835 Figura
19836 \begin_inset space ~
19837 \end_inset
19838
19839 envuelta
19840 \family default
19841
19842 \begin_inset space \thinspace{}
19843 \end_inset
19844
19845 /
19846 \begin_inset space \thinspace{}
19847 \end_inset
19848
19849
19850 \family sans
19851 Cuadro
19852 \begin_inset space ~
19853 \end_inset
19854
19855 envuelto
19856 \family default
19857  si está instalado el paquete LaTeX 
19858 \series bold
19859 wrapfig
19860 \series default
19861
19862 \begin_inset Index idx
19863 status collapsed
19864
19865 \begin_layout Plain Layout
19866 LaTeX-paquetes ! wrapfig
19867 \begin_inset ERT
19868 status collapsed
19869
19870 \begin_layout Plain Layout
19871
19872
19873 \backslash
19874 vspace{4mm}
19875 \end_layout
19876
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \end_inset
19883
19884 .
19885 \begin_inset Foot
19886 status collapsed
19887
19888 \begin_layout Plain Layout
19889 La instalación de paquetes LaTeX se explica en el manual 
19890 \emph on
19891 Configuración de LaTeX
19892 \emph default
19893 .
19894 \end_layout
19895
19896 \end_inset
19897
19898  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19899  con clic derecho sobre el cuadro del flotante.
19900  Son obligatorias la 
19901 \family sans
19902 Ubicación
19903 \family default
19904  y la 
19905 \family sans
19906 Anchura
19907 \family default
19908 .
19909  Son opcionales 
19910 \family sans
19911 Extensión al margen
19912 \family default
19913 , que especifica la anchura de invasión del margen, y 
19914 \family sans
19915 Extender
19916 \begin_inset space ~
19917 \end_inset
19918
19919 a
19920 \begin_inset space ~
19921 \end_inset
19922
19923 líneas
19924 \family default
19925 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19926  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19927  opción sólo si encuentras problemas en la colocación del flotante.
19928  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19929  del párrafo o en los párrafos adyacentes.
19930  La figura
19931 \begin_inset space ~
19932 \end_inset
19933
19934
19935 \begin_inset CommandInset ref
19936 LatexCommand ref
19937 reference "fig:Envoltorio-de-figura"
19938
19939 \end_inset
19940
19941  es un ejemplo de envoltorio con una anchura de columna del 40
19942 \begin_inset space \thinspace{}
19943 \end_inset
19944
19945 %, ubicado a la izquierda y 1
19946 \begin_inset space \thinspace{}
19947 \end_inset
19948
19949 cm de invasión de margen.
19950 \begin_inset Foot
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954 Consulta las unidades disponibles en el apéndice
19955 \begin_inset space ~
19956 \end_inset
19957
19958
19959 \begin_inset CommandInset ref
19960 LatexCommand ref
19961 reference "cap:Unidades-disponibles-en"
19962
19963 \end_inset
19964
19965 .
19966 \end_layout
19967
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \begin_layout Standard
19974 \begin_inset Note Greyedout
19975 status open
19976
19977 \begin_layout Plain Layout
19978
19979 \series bold
19980 Nota:
19981 \series default
19982  ¡Los flotantes envueltos son frágiles! P.
19983 \begin_inset space \thinspace{}
19984 \end_inset
19985
19986 e.
19987 \begin_inset space ~
19988 \end_inset
19989
19990 si una figura está demasiado cerca de la parte inferior de la página se
19991  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19992  o situarse junto a otro texto.
19993 \end_layout
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 En general:
20002 \end_layout
20003
20004 \begin_layout Itemize
20005 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
20006  salto de página.
20007  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
20008  esté casi listo y puedas prever los saltos de página.
20009 \end_layout
20010
20011 \begin_layout Itemize
20012 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
20013  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
20014 \end_layout
20015
20016 \begin_layout Itemize
20017 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
20018  que procura que haya un párrafo de texto entre ellos.
20019 \end_layout
20020
20021 \begin_layout Itemize
20022 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
20023 \end_layout
20024
20025 \begin_layout Section
20026 Numeración de flotantes
20027 \begin_inset Index idx
20028 status collapsed
20029
20030 \begin_layout Plain Layout
20031 Flotantes ! Numeración
20032 \end_layout
20033
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \begin_layout Standard
20040 En general, los flotantes se numeran independientemente de las secciones
20041  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
20042  dependiendo de la clase de documento utilizada.
20043 \end_layout
20044
20045 \begin_layout Standard
20046 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
20047  comando en el preámbulo del documento:
20048 \end_layout
20049
20050 \begin_layout Standard
20051
20052 \series bold
20053
20054 \backslash
20055 renewcommand{
20056 \backslash
20057 thetable}{
20058 \backslash
20059 roman{table}}
20060 \end_layout
20061
20062 \begin_layout Standard
20063
20064 \series bold
20065
20066 \backslash
20067 thetable 
20068 \series default
20069 es el comando que imprime el número del cuadro, para figuras flotantes el
20070  comando sería 
20071 \series bold
20072
20073 \backslash
20074 thefigure
20075 \series default
20076 .
20077  El comando 
20078 \series bold
20079
20080 \backslash
20081 roman
20082 \series default
20083  imprime el número de cuadro en números romanos en minúscula.
20084 \end_layout
20085
20086 \begin_layout Standard
20087 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
20088  usa este comando en el preámbulo:
20089 \end_layout
20090
20091 \begin_layout Standard
20092
20093 \series bold
20094
20095 \backslash
20096 numberwithin{table}{subsection}
20097 \end_layout
20098
20099 \begin_layout Standard
20100 Para poder usar el comando 
20101 \series bold
20102
20103 \backslash
20104 numberwithin
20105 \series default
20106 , debes marcar la opción 
20107 \family sans
20108 Usar
20109 \begin_inset space ~
20110 \end_inset
20111
20112 el
20113 \begin_inset space ~
20114 \end_inset
20115
20116 paquete
20117 \begin_inset space ~
20118 \end_inset
20119
20120 AMS 
20121 \family default
20122 en el apartado 
20123 \family sans
20124 Opciones para ecuaciones 
20125 \family default
20126 de las preferencias del documento.
20127 \end_layout
20128
20129 \begin_layout Standard
20130 Puedes ver más detalles y notas importantes sobre comandos de numeración
20131  en la sección
20132 \begin_inset space ~
20133 \end_inset
20134
20135
20136 \begin_inset CommandInset ref
20137 LatexCommand ref
20138 reference "sub:Numeración-de-Notas-al-Pie"
20139
20140 \end_inset
20141
20142 .
20143 \end_layout
20144
20145 \begin_layout Section
20146 Referencias a flotantes
20147 \begin_inset CommandInset label
20148 LatexCommand label
20149 name "sec:Referencias-a-Flotantes"
20150
20151 \end_inset
20152
20153
20154 \begin_inset Index idx
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158 Flotantes ! Referencias
20159 \end_layout
20160
20161 \end_inset
20162
20163
20164 \begin_inset Index idx
20165 status collapsed
20166
20167 \begin_layout Plain Layout
20168 Referencias
20169 \end_layout
20170
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Standard
20177 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20178  menú 
20179 \family sans
20180 Insertar\SpecialChar \menuseparator
20181 Etiqueta
20182 \family default
20183  o el botón 
20184 \begin_inset Graphics
20185         filename ../../images/label-insert.png
20186         scale 85
20187
20188 \end_inset
20189
20190 .
20191  Aparece una ventana esperando la introducción del texto de la etiqueta
20192  y se inserta un cuadro gris como este: 
20193 \begin_inset Graphics
20194         filename clipart/etiquetaQt4.png
20195         scale 85
20196
20197 \end_inset
20198
20199 .
20200  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20201  El prefijo depende del tipo de flotante, p.
20202 \begin_inset space \thinspace{}
20203 \end_inset
20204
20205 e.
20206 \begin_inset space ~
20207 \end_inset
20208
20209 para figuras el prefijo será «
20210 \family sans
20211 fig:
20212 \family default
20213 ».
20214 \end_layout
20215
20216 \begin_layout Standard
20217 La etiqueta se usa como ancla y el nombre para la referencia.
20218  Puedes referenciar la etiqueta usando el menú 
20219 \family sans
20220 Insertar\SpecialChar \menuseparator
20221 Referencia
20222 \family default
20223
20224 \begin_inset space ~
20225 \end_inset
20226
20227
20228 \family sans
20229 cruzada
20230 \family default
20231  o el botón 
20232 \begin_inset Graphics
20233         filename ../../images/dialog-show-new-inset_ref.png
20234         scale 85
20235
20236 \end_inset
20237
20238 .
20239  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20240  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
20241  trabajando de la lista desplegable de la parte superior del diálogo.
20242  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20243  Se inserta un cuadro gris como este: 
20244 \begin_inset Graphics
20245         filename clipart/referenciaQt4.png
20246         scale 85
20247
20248 \end_inset
20249
20250 .
20251  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20252 \end_layout
20253
20254 \begin_layout Standard
20255 Se recomienda poner un espacio protegido entre el nombre de la referencia
20256  cruzada y su número para evitar saltos de línea entre ellos.
20257  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20258  dos interrogaciones en la salida.
20259 \end_layout
20260
20261 \begin_layout Standard
20262 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20263  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20264  al texto de la etiqueta nueva, no te preocupes por eso.
20265 \end_layout
20266
20267 \begin_layout Standard
20268 El botón 
20269 \family sans
20270 Ir
20271 \begin_inset space ~
20272 \end_inset
20273
20274 a
20275 \begin_inset space ~
20276 \end_inset
20277
20278 la
20279 \begin_inset space ~
20280 \end_inset
20281
20282 etiqueta
20283 \family default
20284  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20285  y el texto del botón cambia a 
20286 \family sans
20287 Volver
20288 \family default
20289 , con el que se puede retornar a la referencia.
20290  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20291  hasta la etiqueta pero sin opción de volver.
20292 \end_layout
20293
20294 \begin_layout Subsection
20295 Formatos de referencia cruzada
20296 \begin_inset CommandInset label
20297 LatexCommand label
20298 name "sub:Formatos-referencia-cruzada"
20299
20300 \end_inset
20301
20302
20303 \begin_inset Index idx
20304 status collapsed
20305
20306 \begin_layout Plain Layout
20307 Referencias ! Formatos
20308 \end_layout
20309
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \begin_layout Standard
20316 Hay seis variedades de referencias cruzadas:
20317 \end_layout
20318
20319 \begin_layout Description
20320 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20321  
20322 \begin_inset CommandInset ref
20323 LatexCommand ref
20324 reference "fig:Dos-imágenes-distorsionadas"
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Description
20332 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20333  habitual para referirse a fórmulas, especialmente si se omite el nombre
20334  «Ecuación»: 
20335 \begin_inset CommandInset ref
20336 LatexCommand eqref
20337 reference "eq:Wgn"
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Description
20345 <página>: imprime el número de página: Página
20346 \begin_inset space ~
20347 \end_inset
20348
20349
20350 \begin_inset CommandInset ref
20351 LatexCommand pageref
20352 reference "fig:Dos-imágenes-distorsionadas"
20353
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \begin_layout Description
20360 en
20361 \begin_inset space ~
20362 \end_inset
20363
20364 página
20365 \begin_inset space ~
20366 \end_inset
20367
20368 <página>: imprime el texto «en la página» y el número de página: 
20369 \begin_inset CommandInset ref
20370 LatexCommand vpageref
20371 reference "fig:Dos-imágenes-distorsionadas"
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \begin_layout Description
20379 <referencia>
20380 \begin_inset space ~
20381 \end_inset
20382
20383 en
20384 \begin_inset space ~
20385 \end_inset
20386
20387 página
20388 \begin_inset space ~
20389 \end_inset
20390
20391 <página>: imprime el número flotante, el texto «en la página» y el número
20392  de página: 
20393 \begin_inset CommandInset ref
20394 LatexCommand vref
20395 reference "fig:Dos-imágenes-distorsionadas"
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \begin_layout Description
20403 Referencia
20404 \begin_inset space ~
20405 \end_inset
20406
20407 con
20408 \begin_inset space ~
20409 \end_inset
20410
20411 formato: imprime un formato personalizado.
20412 \begin_inset Newline newline
20413 \end_inset
20414
20415
20416 \begin_inset Note Greyedout
20417 status open
20418
20419 \begin_layout Plain Layout
20420
20421 \series bold
20422 Nota:
20423 \series default
20424  Esta característica sólo está disponible si está instalado el paquete LaTeX
20425  
20426 \series bold
20427 prettyref
20428 \series default
20429  o 
20430 \series bold
20431 refstyle
20432 \series default
20433 .
20434 \begin_inset Index idx
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438 LaTeX-paquetes ! prettyref
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \begin_inset Index idx
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448 LaTeX-paquetes ! refstyle
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457
20458
20459 \begin_inset Newline newline
20460 \end_inset
20461
20462 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20463  la opción 
20464 \family sans
20465 Usar refstyle (no prettyref) para las referencias cruzadas
20466 \family default
20467  en el menú 
20468 \family sans
20469 Documento\SpecialChar \menuseparator
20470 Configuración\SpecialChar \menuseparator
20471 Clase de documento
20472 \family default
20473 .
20474  El formato se especifica añadiendo el comando 
20475 \series bold
20476
20477 \backslash
20478 newrefformat
20479 \series default
20480  (prettyref) o 
20481 \series bold
20482
20483 \backslash
20484 newref
20485 \series default
20486  (refstyle) en el preámbulo del documento.
20487  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20488  la etiqueta 
20489 \begin_inset Quotes fld
20490 \end_inset
20491
20492
20493 \family sans
20494 fig
20495 \family default
20496
20497 \begin_inset Quotes frd
20498 \end_inset
20499
20500 ) se usa el comando
20501 \begin_inset Newline newline
20502 \end_inset
20503
20504
20505 \series bold
20506
20507 \backslash
20508 newref{fig}{refcmd={Imagen en la página 
20509 \backslash
20510 pageref{#1}}}
20511 \series default
20512
20513 \begin_inset Newline newline
20514 \end_inset
20515
20516 Para más información sobre este formato echa un vistazo a la documentación
20517  de
20518 \begin_inset space ~
20519 \end_inset
20520
20521
20522 \begin_inset CommandInset citation
20523 LatexCommand cite
20524 key "prettyref,refstyle"
20525
20526 \end_inset
20527
20528 .
20529 \end_layout
20530
20531 \begin_layout Description
20532 Referencia
20533 \begin_inset space ~
20534 \end_inset
20535
20536 textual: imprime la leyenda de la referencia: 
20537 \begin_inset CommandInset ref
20538 LatexCommand nameref
20539 reference "fig:Dos-imágenes-distorsionadas"
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Standard
20547
20548 \family sans
20549 <página>
20550 \family default
20551
20552 \begin_inset space \thinspace{}
20553 \end_inset
20554
20555  no imprime el número si la etiqueta está en la misma página, en la anterior
20556  o en la siguiente.
20557  En su lugar verás p.
20558 \begin_inset space \thinspace{}
20559 \end_inset
20560
20561 e.
20562 \begin_inset space ~
20563 \end_inset
20564
20565 el texto «
20566 \family sans
20567 en esta página
20568 \family default
20569 ».
20570  El estilo 
20571 \family sans
20572 <referencia>
20573 \begin_inset space ~
20574 \end_inset
20575
20576 en
20577 \begin_inset space ~
20578 \end_inset
20579
20580 página
20581 \begin_inset space ~
20582 \end_inset
20583
20584 <página> 
20585 \family default
20586 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20587 \end_layout
20588
20589 \begin_layout Standard
20590 El número y página actual de la parte del documento referida es automáticamente
20591  calculado por LaTeX en la salida.
20592  Las variedades se ajustan en el campo 
20593 \family sans
20594 Formato
20595 \family default
20596  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20597 \end_layout
20598
20599 \begin_layout Standard
20600 \begin_inset Note Greyedout
20601 status collapsed
20602
20603 \begin_layout Plain Layout
20604
20605 \series bold
20606 Nota: 
20607 \series default
20608 Se recomienda usar el paquete LaTeX 
20609 \series bold
20610 refstyle
20611 \series default
20612
20613 \begin_inset Index idx
20614 status collapsed
20615
20616 \begin_layout Plain Layout
20617 LaTeX-paquetes ! refstyle
20618 \end_layout
20619
20620 \end_inset
20621
20622  porque 
20623 \series bold
20624 prettyref
20625 \series default
20626
20627 \begin_inset Index idx
20628 status collapsed
20629
20630 \begin_layout Plain Layout
20631 LaTeX-paquetes ! prettyref
20632 \end_layout
20633
20634 \end_inset
20635
20636  no reconoce todas las abreviaturas de etiquetas
20637 \begin_inset Foot
20638 status collapsed
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Quotes fld
20642 \end_inset
20643
20644 fig:
20645 \begin_inset Quotes frd
20646 \end_inset
20647
20648 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20649  figuras.
20650 \end_layout
20651
20652 \end_inset
20653
20654  posibles en LyX y no está internacionalizado.
20655 \end_layout
20656
20657 \end_inset
20658
20659
20660 \end_layout
20661
20662 \begin_layout Standard
20663 \begin_inset Note Greyedout
20664 status open
20665
20666 \begin_layout Plain Layout
20667
20668 \series bold
20669 Nota:
20670 \series default
20671  Debido a un fallo en el paquete LaTeX 
20672 \series bold
20673 varioref
20674 \series default
20675  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20676  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20677  el francés).
20678  Para una solución provisional, véase 
20679 \begin_inset Newline newline
20680 \end_inset
20681
20682
20683 \begin_inset CommandInset href
20684 LatexCommand href
20685 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20686
20687 \end_inset
20688
20689 .
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Subsection
20698 Designación automática de referencias
20699 \begin_inset Index idx
20700 status collapsed
20701
20702 \begin_layout Plain Layout
20703 Referencias ! Designación automática
20704 \end_layout
20705
20706 \end_inset
20707
20708
20709 \end_layout
20710
20711 \begin_layout Standard
20712 El paquete LaTeX 
20713 \series bold
20714 hyperref
20715 \series default
20716
20717 \begin_inset Index idx
20718 status collapsed
20719
20720 \begin_layout Plain Layout
20721 LaTeX-paquetes ! hyperref
20722 \end_layout
20723
20724 \end_inset
20725
20726 , que se habilita en 
20727 \family sans
20728 Propiedades PDF
20729 \family default
20730  del diálogo 
20731 \family sans
20732 Documento\SpecialChar \menuseparator
20733 Configuración
20734 \family default
20735 , dispone de una característica muy útil que permite incluir automáticamente
20736  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20737  de texto como 
20738 \emph on
20739 sección
20740 \emph default
20741 ).
20742  Así, por ejemplo, no tendrás que escribir la palabra «Figura» delante de
20743  cada referencia a una figura.
20744  Para usar esta característica habilita el soporte para 
20745 \series bold
20746 hyperref
20747 \series default
20748  e inserta la siguiente línea en el preámbulo LaTeX:
20749 \end_layout
20750
20751 \begin_layout Standard
20752
20753 \series bold
20754
20755 \backslash
20756 AtBeginDocument{
20757 \backslash
20758 renewcommand{
20759 \backslash
20760 ref}[1]{
20761 \backslash
20762 mbox{
20763 \backslash
20764 autoref{#1}}}}
20765 \end_layout
20766
20767 \begin_layout Standard
20768 Si prefieres otros nombres para las referencias distintos de los predeterminados
20769 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20770  lo siguiente en el preámbulo:
20771 \end_layout
20772
20773 \begin_layout Standard
20774
20775 \series bold
20776
20777 \backslash
20778 addto
20779 \backslash
20780 extrasenglish{
20781 \backslash
20782 renewcommand{
20783 \backslash
20784 sectionautorefname}
20785 \begin_inset Newline newline
20786 \end_inset
20787
20788
20789 \begin_inset Phantom HPhantom
20790 status open
20791
20792 \begin_layout Plain Layout
20793
20794 \series bold
20795 \begin_inset space ~
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802
20803 {sec.
20804 \backslash
20805 negthinspace}}
20806 \end_layout
20807
20808 \begin_layout Standard
20809 Si estás usando un idioma de documento distinto del inglés, reemplaza
20810 \begin_inset Newline newline
20811 \end_inset
20812
20813  
20814 \series bold
20815
20816 \backslash
20817 extrasenglish
20818 \series default
20819  por
20820 \series bold
20821  
20822 \backslash
20823 extras***
20824 \series default
20825 , donde *** es el nombre del idioma utilizado.
20826 \end_layout
20827
20828 \begin_layout Standard
20829 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20830  por ejemplo no para ecuaciones, usa este código de preámbulo:
20831 \end_layout
20832
20833 \begin_layout Standard
20834
20835 \series bold
20836
20837 \backslash
20838 newlength{
20839 \backslash
20840 abc}
20841 \begin_inset Newline newline
20842 \end_inset
20843
20844
20845 \backslash
20846 settowidth{
20847 \backslash
20848 abc}{
20849 \backslash
20850 space}
20851 \begin_inset Newline newline
20852 \end_inset
20853
20854
20855 \backslash
20856 addto
20857 \backslash
20858 extrasenglish{
20859 \backslash
20860 renewcommand{
20861 \backslash
20862 equationautorefname}
20863 \begin_inset Newline newline
20864 \end_inset
20865
20866
20867 \begin_inset Phantom HPhantom
20868 status open
20869
20870 \begin_layout Plain Layout
20871
20872 \series bold
20873 \begin_inset space ~
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880
20881 {
20882 \backslash
20883 hspace{-
20884 \backslash
20885 abc}}
20886 \end_layout
20887
20888 \begin_layout Standard
20889 En la documentación de 
20890 \series bold
20891 hyperref
20892 \series default
20893  
20894 \begin_inset CommandInset citation
20895 LatexCommand cite
20896 key "hyperref"
20897
20898 \end_inset
20899
20900  puedes encontrar más información.
20901
20902 \series bold
20903  
20904 \end_layout
20905
20906 \begin_layout Standard
20907 \begin_inset Note Greyedout
20908 status open
20909
20910 \begin_layout Plain Layout
20911
20912 \series bold
20913 Nota:
20914 \series default
20915  La designación automática de referencias no puede usarse en el estilo 
20916 \family sans
20917 Referencia
20918 \begin_inset space ~
20919 \end_inset
20920
20921 con
20922 \begin_inset space ~
20923 \end_inset
20924
20925 formato
20926 \family default
20927 , descrita en la sección
20928 \begin_inset space ~
20929 \end_inset
20930
20931
20932 \begin_inset CommandInset ref
20933 LatexCommand ref
20934 reference "sub:Formatos-referencia-cruzada"
20935
20936 \end_inset
20937
20938 .
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Standard
20947 El manual 
20948 \emph on
20949 Ecuaciones
20950 \emph default
20951  es un ejemplo de documento en el que se ha utilizado designación automática
20952  de referencias.
20953 \end_layout
20954
20955 \begin_layout Subsection
20956 Colocación de referencias
20957 \begin_inset CommandInset label
20958 LatexCommand label
20959 name "sub:Colocación-de-Referencias"
20960
20961 \end_inset
20962
20963
20964 \begin_inset Index idx
20965 status collapsed
20966
20967 \begin_layout Plain Layout
20968 Referencias ! Colocación
20969 \end_layout
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \begin_layout Standard
20977 Si usas 
20978 \series bold
20979 hyperref
20980 \series default
20981
20982 \begin_inset Index idx
20983 status collapsed
20984
20985 \begin_layout Plain Layout
20986 LaTeX-paquetes ! hyperref
20987 \end_layout
20988
20989 \end_inset
20990
20991 , en las 
20992 \family sans
20993 Preferencias PDF 
20994 \family default
20995 del diálogo 
20996 \family sans
20997 Documento\SpecialChar \menuseparator
20998 Configuración
20999 \family default
21000 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
21001  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
21002  La leyenda será la primera parte del texto en pantalla, de forma que para
21003  ver la imagen debes deslizar.
21004  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
21005  Usando el paquete 
21006 \series bold
21007 hypcap
21008 \series default
21009
21010 \begin_inset Index idx
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 LaTeX-paquetes ! hypcap
21015 \end_layout
21016
21017 \end_inset
21018
21019 , que forma parte del paquete LaTeX 
21020 \series bold
21021 oberdiek
21022 \series default
21023
21024 \begin_inset Index idx
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028 LaTeX-paquetes ! oberdiek
21029 \end_layout
21030
21031 \end_inset
21032
21033 , el ancla de enlace se sitúa al comienzo de un flotante.
21034  Para usar esta característica para figuras flotantes carga 
21035 \series bold
21036 hypcap
21037 \series default
21038  en el preámbulo con
21039 \end_layout
21040
21041 \begin_layout Standard
21042
21043 \series bold
21044
21045 \backslash
21046 usepackage[figure]{hypcap}
21047 \end_layout
21048
21049 \begin_layout Standard
21050 Puedes usar 
21051 \series bold
21052 hypcap
21053 \series default
21054  para todos los flotantes aunque no se recomienda por razones de estabilidad.
21055  Más información en el manual de 
21056 \series bold
21057 hypcap
21058 \series default
21059  
21060 \begin_inset CommandInset citation
21061 LatexCommand cite
21062 key "hypcap"
21063
21064 \end_inset
21065
21066 .
21067 \end_layout
21068
21069 \begin_layout Standard
21070 \begin_inset Note Greyedout
21071 status open
21072
21073 \begin_layout Plain Layout
21074
21075 \series bold
21076 Nota:
21077 \series default
21078  
21079 \series bold
21080 hypcap
21081 \series default
21082  no funciona para las referencias a subfiguras.
21083 \end_layout
21084
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \begin_layout Section
21091 Colocación de flotantes
21092 \begin_inset CommandInset label
21093 LatexCommand label
21094 name "sec:Colocación-de-Flotantes"
21095
21096 \end_inset
21097
21098
21099 \begin_inset Index idx
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103 Flotantes ! Colocación
21104 \end_layout
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \begin_layout Standard
21112 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21113  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21114  los flotantes.
21115 \begin_inset Newline newline
21116 \end_inset
21117
21118 La opción 
21119 \family sans
21120 Extender
21121 \begin_inset space ~
21122 \end_inset
21123
21124 columnas
21125 \family default
21126  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21127  abarcará ambas columnas en lugar de una sola.
21128 \begin_inset Newline newline
21129 \end_inset
21130
21131 La opción 
21132 \family sans
21133 Girar
21134 \begin_inset space ~
21135 \end_inset
21136
21137 a
21138 \begin_inset space ~
21139 \end_inset
21140
21141 un
21142 \begin_inset space ~
21143 \end_inset
21144
21145 lado
21146 \family default
21147  sirve para girar flotantes, véase sección
21148 \begin_inset space ~
21149 \end_inset
21150
21151
21152 \begin_inset CommandInset ref
21153 LatexCommand ref
21154 reference "sec:Rotación-de-Flotantes"
21155
21156 \end_inset
21157
21158 .
21159  
21160 \end_layout
21161
21162 \begin_layout Standard
21163 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21164  la posición de un flotante si desmarcas la opción 
21165 \family sans
21166 Usar
21167 \begin_inset space ~
21168 \end_inset
21169
21170 ubicación
21171 \begin_inset space ~
21172 \end_inset
21173
21174 predeterminada
21175 \family default
21176 :
21177 \end_layout
21178
21179 \begin_layout Description
21180
21181 \family sans
21182 \series bold
21183 Aquí
21184 \begin_inset space ~
21185 \end_inset
21186
21187 si
21188 \begin_inset space ~
21189 \end_inset
21190
21191 es
21192 \begin_inset space ~
21193 \end_inset
21194
21195 posible
21196 \family default
21197 \series default
21198  intenta situar el flotante en la posición en la que se inserta
21199 \end_layout
21200
21201 \begin_layout Description
21202
21203 \family sans
21204 \series bold
21205 Principio
21206 \begin_inset space ~
21207 \end_inset
21208
21209 de
21210 \begin_inset space ~
21211 \end_inset
21212
21213 página
21214 \family default
21215 \series default
21216  intenta situar el flotante al principio de la página actual
21217 \end_layout
21218
21219 \begin_layout Description
21220
21221 \family sans
21222 \series bold
21223 Fin
21224 \begin_inset space ~
21225 \end_inset
21226
21227 de
21228 \begin_inset space ~
21229 \end_inset
21230
21231 página
21232 \family default
21233 \series default
21234  intenta situar el flotante al final de la página actual
21235 \end_layout
21236
21237 \begin_layout Description
21238
21239 \family sans
21240 \series bold
21241 Página
21242 \begin_inset space ~
21243 \end_inset
21244
21245 de
21246 \begin_inset space ~
21247 \end_inset
21248
21249 flotantes
21250 \family default
21251 \series default
21252  intenta situar el flotante en una página propia 
21253 \end_layout
21254
21255 \begin_layout Standard
21256 LaTeX usa 
21257 \emph on
21258 siempre
21259 \emph default
21260  ese orden de opciones.
21261  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21262  lugar 
21263 \family sans
21264 Aquí
21265 \begin_inset space ~
21266 \end_inset
21267
21268 si
21269 \begin_inset space ~
21270 \end_inset
21271
21272 es
21273 \begin_inset space ~
21274 \end_inset
21275
21276 posible
21277 \family default
21278 , luego 
21279 \family sans
21280 Principio
21281 \begin_inset space ~
21282 \end_inset
21283
21284 de
21285 \begin_inset space ~
21286 \end_inset
21287
21288 página
21289 \family default
21290 , y después las otras.
21291  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21292  pero en dicho orden.
21293  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21294  pero intenta poner el flotante en la página siguiente.
21295 \end_layout
21296
21297 \begin_layout Standard
21298 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21299 \end_layout
21300
21301 \begin_layout Labeling
21302 \labelwidthstring 00.00.0000
21303
21304 \family sans
21305 Principio
21306 \begin_inset space ~
21307 \end_inset
21308
21309 de
21310 \begin_inset space ~
21311 \end_inset
21312
21313 página:
21314 \family default
21315  sólo si el flotante ocupa menos del 70
21316 \begin_inset space \thinspace{}
21317 \end_inset
21318
21319 % de la página puede ubicarse al principio de página (
21320 \series bold
21321
21322 \backslash
21323 topfraction
21324 \series default
21325 )
21326 \end_layout
21327
21328 \begin_layout Labeling
21329 \labelwidthstring 00.00.0000
21330
21331 \family sans
21332 Fin
21333 \begin_inset space ~
21334 \end_inset
21335
21336 de
21337 \begin_inset space ~
21338 \end_inset
21339
21340 página:
21341 \family default
21342  sólo si el flotante ocupa menos del 30
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 % de la página puede ubicarse al fin de página.
21347  (
21348 \series bold
21349
21350 \backslash
21351 bottomfraction
21352 \series default
21353 )
21354 \end_layout
21355
21356 \begin_layout Labeling
21357 \labelwidthstring 00.00.0000
21358
21359 \family sans
21360 Página
21361 \begin_inset space ~
21362 \end_inset
21363
21364 de
21365 \begin_inset space ~
21366 \end_inset
21367
21368 flotantes:
21369 \family default
21370  sólo si más del 50
21371 \begin_inset space \thinspace{}
21372 \end_inset
21373
21374 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21375  página.
21376  (
21377 \series bold
21378
21379 \backslash
21380 floatpagefraction
21381 \series default
21382 )
21383 \end_layout
21384
21385 \begin_layout Standard
21386 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21387  
21388 \family sans
21389 Ignorar
21390 \begin_inset space ~
21391 \end_inset
21392
21393 reglas
21394 \begin_inset space ~
21395 \end_inset
21396
21397 de
21398 \begin_inset space ~
21399 \end_inset
21400
21401 LaTeX
21402 \family default
21403 .
21404 \begin_inset Newline newline
21405 \end_inset
21406
21407 También puedes redefinir las reglas con los comandos LaTeX que van entre
21408  paréntesis tras la descripción de las reglas anteriores.
21409  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21410  la regla 
21411 \family sans
21412 Fin
21413 \family default
21414
21415 \begin_inset space ~
21416 \end_inset
21417
21418
21419 \family sans
21420 de
21421 \family default
21422
21423 \begin_inset space ~
21424 \end_inset
21425
21426
21427 \family sans
21428 página
21429 \family default
21430  al 50
21431 \begin_inset space \thinspace{}
21432 \end_inset
21433
21434 %, añade esta línea en el preámbulo:
21435 \end_layout
21436
21437 \begin_layout Standard
21438
21439 \series bold
21440
21441 \backslash
21442 renewcommand{
21443 \backslash
21444 bottomfraction}{0.5}
21445 \end_layout
21446
21447 \begin_layout Standard
21448 En determinados casos podrías necesitar ubicar un flotante exactamente en
21449  la posición en la que se inserta.
21450  Para esto puedes usar la opción 
21451 \family sans
21452 Aquí
21453 \begin_inset space ~
21454 \end_inset
21455
21456 definitivamente
21457 \family default
21458 .
21459  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21460  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21461  se podría estropear el diseño de la página.
21462 \end_layout
21463
21464 \begin_layout Standard
21465 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21466  rodeados por texto de un párrafo determinado.
21467 \begin_inset VSpace bigskip
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \begin_layout Standard
21474 A veces surge el problema de que un flotante se sitúa al principio de la
21475  página mientras que su sección correspondiente empieza en mitad de la página,
21476  así que el lector podría creer que el flotante forma parte de la sección
21477  anterior.
21478  Para evitarlo puede emplearse el comando LaTeX 
21479 \series bold
21480
21481 \backslash
21482 suppressfloats
21483 \series default
21484 , que suprime la ubicación de un flotante dado en la página donde se inserta
21485  y además puede servir para evitar que el flotante se coloque antes del
21486  inicio de sección.
21487  Para ello, añade estos comandos al preámbulo:
21488 \end_layout
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493
21494 \backslash
21495 let
21496 \backslash
21497 mySection
21498 \backslash
21499 section
21500 \begin_inset Newline newline
21501 \end_inset
21502
21503
21504 \backslash
21505 renewcommand{
21506 \backslash
21507 section}{
21508 \backslash
21509 suppressfloats[t]
21510 \backslash
21511 mySection}
21512 \end_layout
21513
21514 \begin_layout Standard
21515 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21516  subsecciones.
21517  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21518  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21519 \end_layout
21520
21521 \begin_layout Standard
21522 \begin_inset VSpace bigskip
21523 \end_inset
21524
21525 En ciertos casos se quieren tener todas las figuras/cuadros al final del
21526  documento.
21527  Para estos casos está el paquete LaTeX 
21528 \series bold
21529 endfloat
21530 \series default
21531
21532 \begin_inset Index idx
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536 LaTeX-paquetes ! endfloat
21537 \end_layout
21538
21539 \end_inset
21540
21541 .
21542  Pone todas las figuras y cuadros flotantes al final del documento en secciones
21543  propias.
21544  En la posición original del flotante se inserta una indicación como «
21545 \family sans
21546 [Figure
21547 \begin_inset space ~
21548 \end_inset
21549
21550 3.2 about here.]
21551 \family default
21552 ».
21553  El paquete 
21554 \series bold
21555 endfloat
21556 \series default
21557  se carga en el preámbulo con la línea
21558 \end_layout
21559
21560 \begin_layout Standard
21561
21562 \series bold
21563
21564 \backslash
21565 usepackage[options]{endfloat}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
21570  Para más información véase la documentación 
21571 \begin_inset CommandInset citation
21572 LatexCommand cite
21573 key "endfloat"
21574
21575 \end_inset
21576
21577 .
21578 \begin_inset Newline newline
21579 \end_inset
21580
21581
21582 \begin_inset Note Greyedout
21583 status open
21584
21585 \begin_layout Plain Layout
21586
21587 \series bold
21588 Nota: endfloat
21589 \series default
21590  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21591  véase sección
21592 \begin_inset space ~
21593 \end_inset
21594
21595 4 en 
21596 \begin_inset CommandInset citation
21597 LatexCommand cite
21598 key "endfloat"
21599
21600 \end_inset
21601
21602 .
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \begin_inset Newline newline
21609 \end_inset
21610
21611
21612 \begin_inset Note Greyedout
21613 status open
21614
21615 \begin_layout Plain Layout
21616
21617 \series bold
21618 Nota:
21619 \series default
21620  Actualmente hay un error en 
21621 \series bold
21622 endfloat
21623 \series default
21624  cuando la leyenda contiene el carácter alemán «ß».
21625  Usa en ese caso el comando «
21626 \series bold
21627
21628 \backslash
21629 ss
21630 \series default
21631 » en código TeX en vez de «ß».
21632 \end_layout
21633
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \begin_layout Standard
21640 \begin_inset VSpace bigskip
21641 \end_inset
21642
21643 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21644 \begin_inset CommandInset citation
21645 LatexCommand cite
21646 key "latexcompanion,latexguide,latexbook"
21647
21648 \end_inset
21649
21650 .
21651 \end_layout
21652
21653 \begin_layout Section
21654 Rotación de flotantes
21655 \begin_inset CommandInset label
21656 LatexCommand label
21657 name "sec:Rotación-de-Flotantes"
21658
21659 \end_inset
21660
21661
21662 \begin_inset Index idx
21663 status collapsed
21664
21665 \begin_layout Plain Layout
21666 Flotantes ! Rotación
21667 \end_layout
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \begin_layout Standard
21675 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
21676  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21677  la opción 
21678 \family sans
21679 Girar
21680 \begin_inset space ~
21681 \end_inset
21682
21683 a
21684 \begin_inset space ~
21685 \end_inset
21686
21687 un
21688 \begin_inset space ~
21689 \end_inset
21690
21691 lado
21692 \family default
21693 .
21694 \end_layout
21695
21696 \begin_layout Standard
21697 Los flotantes girados son puestos siempre en su propia página (o columna
21698  si el documento es de dos columnas).
21699  Se les puede permitir abarcar varias columnas con la opción de configuración
21700  
21701 \family sans
21702 Extender
21703 \begin_inset space ~
21704 \end_inset
21705
21706 columnas
21707 \family default
21708 .
21709  Se rotan de forma que puedes leerlos desde el margen externo.
21710  Para forzar determinada dirección de rotación para todas las páginas, puedes
21711  añadir una de las opciones 
21712 \series bold
21713 figuresleft
21714 \series default
21715  o 
21716 \series bold
21717 figuresright
21718 \series default
21719  a las opciones de clase del documento.
21720 \end_layout
21721
21722 \begin_layout Standard
21723 Los flotantes girados se refieren igual que los normales, y el formato de
21724  la leyenda también es el mismo: un ejemplo es el cuadro
21725 \begin_inset space ~
21726 \end_inset
21727
21728
21729 \begin_inset CommandInset ref
21730 LatexCommand ref
21731 reference "tab:Cuadro-girado"
21732
21733 \end_inset
21734
21735 .
21736 \end_layout
21737
21738 \begin_layout Standard
21739 \begin_inset Note Greyedout
21740 status open
21741
21742 \begin_layout Plain Layout
21743
21744 \series bold
21745 Nota:
21746 \series default
21747  No todos los visores DVI pueden mostrar cuadros girados.
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Standard
21756 \begin_inset Float table
21757 wide false
21758 sideways true
21759 status open
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Caption
21763
21764 \begin_layout Plain Layout
21765 \begin_inset CommandInset label
21766 LatexCommand label
21767 name "tab:Cuadro-girado"
21768
21769 \end_inset
21770
21771 Cuadro girado
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Plain Layout
21780 \align center
21781 \begin_inset Tabular
21782 <lyxtabular version="3" rows="1" columns="5">
21783 <features tabularvalignment="middle">
21784 <column alignment="center" valignment="top" width="0">
21785 <column alignment="center" valignment="top" width="0">
21786 <column alignment="center" valignment="top" width="0">
21787 <column alignment="center" valignment="top" width="0">
21788 <column alignment="center" valignment="top" width="0">
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 test
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 b
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 c
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 d
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 e
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 </lyxtabular>
21837
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \begin_layout Section
21849 Subflotantes
21850 \begin_inset Index idx
21851 status collapsed
21852
21853 \begin_layout Plain Layout
21854 Flotantes ! Subflotantes
21855 \end_layout
21856
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21864  imágenes.
21865  Se crean insertando un flotante dentro de otro.
21866  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21867  como se muestra en los cuadros
21868 \begin_inset space ~
21869 \end_inset
21870
21871
21872 \begin_inset CommandInset ref
21873 LatexCommand ref
21874 reference "tab:Dos-subcuadros-adosados"
21875
21876 \end_inset
21877
21878  y
21879 \begin_inset space ~
21880 \end_inset
21881
21882
21883 \begin_inset CommandInset ref
21884 LatexCommand ref
21885 reference "tab:Dos-subcuadros-uno-sobre"
21886
21887 \end_inset
21888
21889 .
21890 \end_layout
21891
21892 \begin_layout Standard
21893 Las referencias a subflotantes funcionan como en los flotantes normales:
21894  el cuadro
21895 \begin_inset space ~
21896 \end_inset
21897
21898
21899 \begin_inset CommandInset ref
21900 LatexCommand ref
21901 reference "tab:Este-es-el-subcuadro-a"
21902
21903 \end_inset
21904
21905  y el cuadro
21906 \begin_inset space ~
21907 \end_inset
21908
21909
21910 \begin_inset CommandInset ref
21911 LatexCommand ref
21912 reference "tab:Este-es-el-subcuadro-b"
21913
21914 \end_inset
21915
21916  son subcuadros del cuadro
21917 \begin_inset space ~
21918 \end_inset
21919
21920
21921 \begin_inset CommandInset ref
21922 LatexCommand ref
21923 reference "tab:Dos-subcuadros-adosados"
21924
21925 \end_inset
21926
21927 .
21928 \end_layout
21929
21930 \begin_layout Standard
21931 \begin_inset Float table
21932 wide false
21933 sideways false
21934 status open
21935
21936 \begin_layout Plain Layout
21937 \begin_inset Caption
21938
21939 \begin_layout Plain Layout
21940 \begin_inset CommandInset label
21941 LatexCommand label
21942 name "tab:Dos-subcuadros-adosados"
21943
21944 \end_inset
21945
21946 Dos subcuadros adosados
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \begin_layout Plain Layout
21955 \begin_inset space \hfill{}
21956 \end_inset
21957
21958
21959 \begin_inset Float table
21960 wide false
21961 sideways false
21962 status open
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Caption
21966
21967 \begin_layout Plain Layout
21968 \begin_inset CommandInset label
21969 LatexCommand label
21970 name "tab:Este-es-el-subcuadro-a"
21971
21972 \end_inset
21973
21974 Este es el subcuadro a
21975 \end_layout
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Plain Layout
21983 \align center
21984 \begin_inset Tabular
21985 <lyxtabular version="3" rows="1" columns="5">
21986 <features tabularvalignment="middle">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <column alignment="center" valignment="top" width="0">
21990 <column alignment="center" valignment="top" width="0">
21991 <column alignment="center" valignment="top" width="0">
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 test 
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 b
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 c
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 d
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 e
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 </row>
22039 </lyxtabular>
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047
22048
22049 \begin_inset space \hfill{}
22050 \end_inset
22051
22052
22053 \begin_inset Float table
22054 wide false
22055 sideways false
22056 status open
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Caption
22060
22061 \begin_layout Plain Layout
22062 \begin_inset CommandInset label
22063 LatexCommand label
22064 name "tab:Este-es-el-subcuadro-b"
22065
22066 \end_inset
22067
22068 Esta es la subtabla b
22069 \end_layout
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Plain Layout
22077 \align center
22078 \begin_inset Tabular
22079 <lyxtabular version="3" rows="1" columns="5">
22080 <features tabularvalignment="middle">
22081 <column alignment="center" valignment="top" width="0">
22082 <column alignment="center" valignment="top" width="0">
22083 <column alignment="center" valignment="top" width="0">
22084 <column alignment="center" valignment="top" width="0">
22085 <column alignment="center" valignment="top" width="0">
22086 <row>
22087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 e
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 d
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 c
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 b
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 test
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 </lyxtabular>
22134
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \begin_inset space \hfill{}
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Standard
22155 \begin_inset Float table
22156 wide false
22157 sideways false
22158 status open
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Caption
22162
22163 \begin_layout Plain Layout
22164 \begin_inset CommandInset label
22165 LatexCommand label
22166 name "tab:Dos-subcuadros-uno-sobre"
22167
22168 \end_inset
22169
22170 Dos subcuadros colocados una sobre otra.
22171  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \begin_layout Plain Layout
22180 \noindent
22181 \align center
22182 \begin_inset Float table
22183 wide false
22184 sideways false
22185 status open
22186
22187 \begin_layout Plain Layout
22188 \begin_inset Caption
22189
22190 \begin_layout Plain Layout
22191
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \begin_layout Plain Layout
22200 \align center
22201 \begin_inset Tabular
22202 <lyxtabular version="3" rows="1" columns="4">
22203 <features tabularvalignment="middle">
22204 <column alignment="center" valignment="top" width="0">
22205 <column alignment="center" valignment="top" width="0">
22206 <column alignment="center" valignment="top" width="0">
22207 <column alignment="center" valignment="top" width="0">
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 test
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 test
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 test
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 test
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 </lyxtabular>
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Plain Layout
22259 \align center
22260 \begin_inset Float table
22261 wide false
22262 sideways false
22263 status open
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Caption
22267
22268 \begin_layout Plain Layout
22269
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \begin_layout Plain Layout
22278 \align center
22279 \begin_inset Tabular
22280 <lyxtabular version="3" rows="1" columns="5">
22281 <features tabularvalignment="middle">
22282 <column alignment="center" valignment="top" width="0">
22283 <column alignment="center" valignment="top" width="0">
22284 <column alignment="center" valignment="top" width="0">
22285 <column alignment="center" valignment="top" width="0">
22286 <column alignment="center" valignment="top" width="0">
22287 <row>
22288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 a
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 b
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 c
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 d
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 e
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 </row>
22334 </lyxtabular>
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Section
22352 Flotantes adosados
22353 \begin_inset Index idx
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357 Flotantes ! Adosados
22358 \end_layout
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \begin_layout Standard
22366 Para colocar flotantes unos junto a otros, como en la figura
22367 \begin_inset space ~
22368 \end_inset
22369
22370
22371 \begin_inset CommandInset ref
22372 LatexCommand ref
22373 reference "fig:Flotante-izquierda"
22374
22375 \end_inset
22376
22377  y 
22378 \begin_inset CommandInset ref
22379 LatexCommand ref
22380 reference "fig:Flotante-derecha"
22381
22382 \end_inset
22383
22384 , se pone 
22385 \emph on
22386 un
22387 \emph default
22388  solo flotante.
22389  En él se insertan dos cuadros tipo minipágina.
22390 \begin_inset Foot
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394 Las minipáginas se explican en la sección
22395 \begin_inset space ~
22396 \end_inset
22397
22398
22399 \begin_inset CommandInset ref
22400 LatexCommand ref
22401 reference "sec:Minipáginas"
22402
22403 \end_inset
22404
22405 .
22406 \end_layout
22407
22408 \end_inset
22409
22410  La anchura de la columna se establece en 45-50
22411 \begin_inset space \thinspace{}
22412 \end_inset
22413
22414 % y la alineación en 
22415 \family sans
22416 Inferior
22417 \family default
22418  para cada minipágina.
22419  Las minipáginas contienen la imagen y su título, de igual forma que en
22420  los flotantes.
22421  La única diferencia es que el 
22422 \family sans
22423 Ancho
22424 \begin_inset space ~
22425 \end_inset
22426
22427 de
22428 \begin_inset space ~
22429 \end_inset
22430
22431 columna
22432 \begin_inset space ~
22433 \end_inset
22434
22435 %
22436 \family default
22437  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22438 \end_layout
22439
22440 \begin_layout Standard
22441 \begin_inset Float figure
22442 placement h
22443 wide false
22444 sideways false
22445 status open
22446
22447 \begin_layout Plain Layout
22448 \begin_inset Box Frameless
22449 position "b"
22450 hor_pos "c"
22451 has_inner_box 1
22452 inner_pos "t"
22453 use_parbox 0
22454 use_makebox 0
22455 width "45col%"
22456 special "none"
22457 height "1in"
22458 height_special "totalheight"
22459 status open
22460
22461 \begin_layout Plain Layout
22462 \align center
22463 \begin_inset Graphics
22464         filename ../clipart/mobius.eps
22465         lyxscale 50
22466         width 100col%
22467         scaleBeforeRotation
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Caption
22476
22477 \begin_layout Plain Layout
22478 \begin_inset CommandInset label
22479 LatexCommand label
22480 name "fig:Flotante-izquierda"
22481
22482 \end_inset
22483
22484 Flotante en el lado izquierdo.
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \begin_inset space \hfill{}
22496 \end_inset
22497
22498
22499 \begin_inset Box Frameless
22500 position "b"
22501 hor_pos "c"
22502 has_inner_box 1
22503 inner_pos "t"
22504 use_parbox 0
22505 use_makebox 0
22506 width "45col%"
22507 special "none"
22508 height "1in"
22509 height_special "totalheight"
22510 status open
22511
22512 \begin_layout Plain Layout
22513 \align center
22514 \begin_inset Graphics
22515         filename ../clipart/platypus.eps
22516         lyxscale 50
22517         width 100col%
22518         scaleBeforeRotation
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Plain Layout
22526 \begin_inset Caption
22527
22528 \begin_layout Plain Layout
22529 \begin_inset CommandInset label
22530 LatexCommand label
22531 name "fig:Flotante-derecha"
22532
22533 \end_inset
22534
22535 Flotante en el lado derecho.
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \begin_layout Section
22554 Formato de las leyendas
22555 \begin_inset Index idx
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559 Leyendas ! Formato
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \begin_inset Index idx
22566 status collapsed
22567
22568 \begin_layout Plain Layout
22569 Flotantes ! Formato de las leyendas
22570 \end_layout
22571
22572 \end_inset
22573
22574
22575 \begin_inset CommandInset label
22576 LatexCommand label
22577 name "sec:Formato-de-leyendas"
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \begin_layout Standard
22585 El entorno 
22586 \family sans
22587 Leyenda
22588 \family default
22589  es el predeterminado para los 
22590 \family sans
22591 Flotantes
22592 \family default
22593 .
22594  En LyX las leyendas se muestran como etiqueta, p.
22595 \begin_inset space \thinspace{}
22596 \end_inset
22597
22598 e.
22599 \begin_inset space ~
22600 \end_inset
22601
22602 «
22603 \family sans
22604 Figura #
22605 \family default
22606 :» seguida por el texto.
22607  «#» es el número real de referencia.
22608  Por omisión la etiqueta y el número usan la misma tipografía que el texto
22609  de la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22610  del texto.
22611  El entorno leyenda no es apropiado para todos los tipos de documento.
22612  
22613 \end_layout
22614
22615 \begin_layout Standard
22616 Para cambiar el formato predeterminado carga el paquete LaTeX 
22617 \series bold
22618 caption
22619 \series default
22620
22621 \begin_inset Index idx
22622 status collapsed
22623
22624 \begin_layout Plain Layout
22625 LaTeX-paquetes ! caption
22626 \end_layout
22627
22628 \end_inset
22629
22630  en el preámbulo del documento con la línea:
22631 \end_layout
22632
22633 \begin_layout Standard
22634
22635 \series bold
22636
22637 \backslash
22638 usepackage[definición de formato]{caption}
22639 \end_layout
22640
22641 \begin_layout Standard
22642 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22643  las leyendas de cuadro siempre sobre él como en este documento, usa el
22644  comando:
22645 \end_layout
22646
22647 \begin_layout Standard
22648
22649 \series bold
22650
22651 \backslash
22652 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22653 \end_layout
22654
22655 \begin_layout Standard
22656 También puedes definir distintos formatos de leyenda para los distintos
22657  tipos de flotantes.
22658  En ese caso carga el paquete 
22659 \series bold
22660 caption
22661 \series default
22662  sin opciones específicas y define los distintos formatos con ayuda del
22663  comando
22664 \end_layout
22665
22666 \begin_layout Standard
22667
22668 \series bold
22669
22670 \backslash
22671 captionsetup[tipo de flotante]{definición de formato}
22672 \end_layout
22673
22674 \begin_layout Standard
22675 en el preámbulo del documento.
22676  Por ejemplo las leyendas de la Figura
22677 \begin_inset space ~
22678 \end_inset
22679
22680
22681 \begin_inset CommandInset ref
22682 LatexCommand ref
22683 reference "fig:Esto-es-una-fig"
22684
22685 \end_inset
22686
22687  y el cuadro
22688 \begin_inset space ~
22689 \end_inset
22690
22691
22692 \begin_inset CommandInset ref
22693 LatexCommand ref
22694 reference "tab:Esto-es-un-cuadro"
22695
22696 \end_inset
22697
22698  pueden crearse usando los siguientes comandos en el preámbulo:
22699 \end_layout
22700
22701 \begin_layout Standard
22702
22703 \series bold
22704
22705 \backslash
22706 usepackage[tableposition=top]{caption}
22707 \series default
22708
22709 \begin_inset Newline newline
22710 \end_inset
22711
22712
22713 \series bold
22714
22715 \backslash
22716 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22717 \begin_inset Newline newline
22718 \end_inset
22719
22720
22721 \begin_inset Phantom HPhantom
22722 status open
22723
22724 \begin_layout Plain Layout
22725
22726 \series bold
22727
22728 \backslash
22729 captionsetup[figure]{
22730 \end_layout
22731
22732 \end_inset
22733
22734 labelsep=period}
22735 \begin_inset Newline newline
22736 \end_inset
22737
22738
22739 \backslash
22740 captionsetup[table]{labelfont={bf,sf}}
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset Note Greyedout
22745 status open
22746
22747 \begin_layout Plain Layout
22748
22749 \series bold
22750 Nota: 
22751 \series default
22752 La opción 
22753 \series bold
22754 tableposition=top
22755 \series default
22756  no tiene efecto si se usa una clase de documento 
22757 \series bold
22758 KOMA-Script
22759 \series default
22760 .
22761  En este caso debe utilizarse la opción de clase de documento 
22762 \series bold
22763 captions=tableheading
22764 \series default
22765 .
22766  
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \begin_layout Standard
22775 Para más información sobre el paquete 
22776 \series bold
22777 caption
22778 \series default
22779  acude a su documentación 
22780 \begin_inset CommandInset citation
22781 LatexCommand cite
22782 key "caption"
22783
22784 \end_inset
22785
22786 .
22787 \end_layout
22788
22789 \begin_layout Standard
22790 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22791 \begin_inset space \thinspace{}
22792 \end_inset
22793
22794 e., usa el siguiente comando de preámbulo:
22795 \end_layout
22796
22797 \begin_layout Standard
22798
22799 \series bold
22800
22801 \backslash
22802 renewcommand{
22803 \backslash
22804 fnum@figure}{Imagen~
22805 \backslash
22806 thefigure}
22807 \end_layout
22808
22809 \begin_layout Standard
22810 donde 
22811 \series bold
22812
22813 \backslash
22814 thefigure
22815 \series default
22816  inserta el número de figura y «~» genera un espacio protegido.
22817
22818 \series bold
22819  
22820 \end_layout
22821
22822 \begin_layout Standard
22823 \begin_inset VSpace bigskip
22824 \end_inset
22825
22826 Si estás usando la clase de documento 
22827 \series bold
22828 KOMA-Script
22829 \series default
22830
22831 \begin_inset Index idx
22832 status collapsed
22833
22834 \begin_layout Plain Layout
22835 LaTeX-paquetes ! KOMA-Script
22836 \end_layout
22837
22838 \end_inset
22839
22840  (
22841 \family sans
22842 article (KOMA-Script)
22843 \family default
22844
22845 \family sans
22846 book (KOMA-Script)
22847 \family default
22848
22849 \family sans
22850 letter (KOMA-Script)
22851 \family default
22852 , o 
22853 \family sans
22854 report (KOMA-Script)
22855 \family default
22856
22857 \begin_inset space \thinspace{}
22858 \end_inset
22859
22860 ), puedes emplear en vez del paquete 
22861 \series bold
22862 caption
22863 \series default
22864  el comando 
22865 \series bold
22866
22867 \backslash
22868 setkomafont
22869 \series default
22870  incluido en 
22871 \series bold
22872 KOMA-Script
22873 \series default
22874 .
22875  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22876  comando en el preámbulo del documento:
22877 \end_layout
22878
22879 \begin_layout Standard
22880
22881 \series bold
22882
22883 \backslash
22884 setkomafont{captionlabel}{
22885 \backslash
22886 bfseries}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 Más información sobre 
22891 \series bold
22892
22893 \backslash
22894 setkomafont
22895 \series default
22896  en la documentación de 
22897 \series bold
22898 KOMA-Script
22899 \series default
22900  
22901 \begin_inset CommandInset citation
22902 LatexCommand cite
22903 key "KOMA-Script"
22904
22905 \end_inset
22906
22907 .
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset ERT
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916
22917 \backslash
22918 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22919 }
22920 \end_layout
22921
22922 \end_inset
22923
22924
22925 \begin_inset Note Note
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \begin_layout Standard
22938 \begin_inset Float figure
22939 placement !p
22940 wide false
22941 sideways false
22942 status open
22943
22944 \begin_layout Plain Layout
22945 \align center
22946 \begin_inset Graphics
22947         filename ../clipart/mobius.eps
22948         lyxscale 50
22949         scale 50
22950
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Caption
22958
22959 \begin_layout Plain Layout
22960 \begin_inset CommandInset label
22961 LatexCommand label
22962 name "fig:Esto-es-una-fig"
22963
22964 \end_inset
22965
22966
22967 \begin_inset Argument
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971 Figura con leyenda muy larga
22972 \end_layout
22973
22974 \end_inset
22975
22976 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22977  mostrar el formato diferente.
22978  Aquí se usa una leyenda personalizada.
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 \begin_inset ERT
22993 status collapsed
22994
22995 \begin_layout Plain Layout
22996
22997
22998 \backslash
22999 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23000 on}
23001 \end_layout
23002
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \begin_layout Standard
23009 \begin_inset Float table
23010 placement !p
23011 wide false
23012 sideways false
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016 \begin_inset Caption
23017
23018 \begin_layout Plain Layout
23019 \begin_inset CommandInset label
23020 LatexCommand label
23021 name "tab:Esto-es-un-cuadro"
23022
23023 \end_inset
23024
23025
23026 \begin_inset Argument
23027 status open
23028
23029 \begin_layout Plain Layout
23030 Cuadro con leyenda muy larga
23031 \end_layout
23032
23033 \end_inset
23034
23035 Este es un ejemplo de leyenda de cuadro mayor que una línea para mostrar
23036  el formato diferente.
23037  Aquí se usa el formato de leyenda estándar para los cuadros.
23038 \end_layout
23039
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \begin_layout Plain Layout
23046 \align center
23047 \begin_inset Tabular
23048 <lyxtabular version="3" rows="1" columns="5">
23049 <features tabularvalignment="middle">
23050 <column alignment="center" valignment="top" width="0">
23051 <column alignment="center" valignment="top" width="0">
23052 <column alignment="center" valignment="top" width="0">
23053 <column alignment="center" valignment="top" width="0">
23054 <column alignment="center" valignment="top" width="0">
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 a
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 b
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 c
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 d
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 e
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 </row>
23102 </lyxtabular>
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \begin_layout Section
23115 Colocación de leyendas
23116 \begin_inset Index idx
23117 status collapsed
23118
23119 \begin_layout Plain Layout
23120 Leyendas ! Colocación
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \begin_inset Index idx
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 Flotantes ! Colocación de leyendas
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \begin_inset CommandInset label
23137 LatexCommand label
23138 name "sec:Colocación-de-leyendas"
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Standard
23146 La norma habitual para colocar las leyendas es:
23147 \end_layout
23148
23149 \begin_layout Description
23150 Figura: La leyenda al pie de la figura
23151 \end_layout
23152
23153 \begin_layout Description
23154 cuadro: La leyenda sobre el cuadro
23155 \end_layout
23156
23157 \begin_layout Standard
23158 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23159  el cuadro.
23160  Esto implica que si usas las clases de documento 
23161 \family sans
23162 article
23163 \family default
23164
23165 \family sans
23166 book
23167 \family default
23168
23169 \family sans
23170 letter
23171 \family default
23172 , o 
23173 \family sans
23174 report
23175 \family default
23176  no habrá espacio entre la leyenda y el cuadro.
23177  Para insertar el espacio adecuado añade la siguiente opción al comando
23178  del paquete LaTeX 
23179 \series bold
23180 caption
23181 \series default
23182  en el preámbulo del documento:
23183 \begin_inset Foot
23184 status collapsed
23185
23186 \begin_layout Plain Layout
23187 Véase la sección
23188 \begin_inset space ~
23189 \end_inset
23190
23191
23192 \begin_inset CommandInset ref
23193 LatexCommand ref
23194 reference "sec:Formato-de-leyendas"
23195
23196 \end_inset
23197
23198  para más información sobre el paquete 
23199 \series bold
23200 caption
23201 \series default
23202 .
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \end_layout
23209
23210 \begin_layout Standard
23211
23212 \series bold
23213 tableposition=top
23214 \end_layout
23215
23216 \begin_layout Standard
23217 Si estás usando la clase 
23218 \series bold
23219 KOMA-Script
23220 \series default
23221
23222 \begin_inset Index idx
23223 status collapsed
23224
23225 \begin_layout Plain Layout
23226 LaTeX-paquetes ! KOMA-Script
23227 \end_layout
23228
23229 \end_inset
23230
23231  (
23232 \family sans
23233 article (KOMA-Script)
23234 \family default
23235
23236 \family sans
23237 book (KOMA-Script)
23238 \family default
23239
23240 \family sans
23241 letter (KOMA-Script)
23242 \family default
23243 , o 
23244 \family sans
23245 report (KOMA-Script)
23246 \family default
23247
23248 \begin_inset space \thinspace{}
23249 \end_inset
23250
23251 ), en vez de 
23252 \series bold
23253 caption
23254 \series default
23255  puedes poner la opción 
23256 \series bold
23257 captions=tableheading
23258 \series default
23259  de la clase de documento.
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset VSpace bigskip
23264 \end_inset
23265
23266 También es posible poner la leyenda junto a una figura o cuadro.
23267  Para conseguirlo hay que cargar el paquete LaTeX 
23268 \series bold
23269 sidecap
23270 \series default
23271
23272 \begin_inset Index idx
23273 status collapsed
23274
23275 \begin_layout Plain Layout
23276 LaTeX-paquetes ! sidecap
23277 \end_layout
23278
23279 \end_inset
23280
23281  añadiendo en el preámbulo del documento la línea
23282 \end_layout
23283
23284 \begin_layout Standard
23285
23286 \series bold
23287
23288 \backslash
23289 usepackage[option]{sidecap}
23290 \end_layout
23291
23292 \begin_layout Standard
23293 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23294  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23295  Puedes cambiar la colocación al margen interno con la opción 
23296 \series bold
23297 innercaption
23298 \series default
23299 .
23300  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23301  opciones 
23302 \series bold
23303 rightcaption
23304 \series default
23305  o 
23306 \series bold
23307 leftcaption
23308 \series default
23309 , respectivamente.
23310 \end_layout
23311
23312 \begin_layout Standard
23313 \begin_inset ERT
23314 status collapsed
23315
23316 \begin_layout Plain Layout
23317
23318
23319 \backslash
23320 ifsidecap
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \begin_inset Note Note
23327 status collapsed
23328
23329 \begin_layout Plain Layout
23330 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23331  LaTeX 
23332 \series bold
23333 sidecap
23334 \series default
23335 .
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \begin_layout Standard
23344 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23345  estos comandos al preámbulo del documento:
23346 \end_layout
23347
23348 \begin_layout Standard
23349 \noindent
23350 \begin_inset CommandInset line
23351 LatexCommand rule
23352 offset "0.5ex"
23353 width "100line%"
23354 height "1pt"
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362
23363 \series bold
23364
23365 \backslash
23366 newcommand{
23367 \backslash
23368 TabBesBeg}{%
23369 \begin_inset Newline newline
23370 \end_inset
23371
23372
23373 \begin_inset Phantom HPhantom
23374 status open
23375
23376 \begin_layout Plain Layout
23377
23378 \series bold
23379 \begin_inset space ~
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \end_inset
23386
23387
23388 \backslash
23389 let
23390 \backslash
23391 MyTable
23392 \backslash
23393 table
23394 \begin_inset Newline newline
23395 \end_inset
23396
23397
23398 \begin_inset Phantom HPhantom
23399 status open
23400
23401 \begin_layout Plain Layout
23402
23403 \series bold
23404 \begin_inset space ~
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \end_inset
23411
23412
23413 \backslash
23414 let
23415 \backslash
23416 MyEndtable
23417 \backslash
23418 endtable
23419 \begin_inset Newline newline
23420 \end_inset
23421
23422
23423 \begin_inset Phantom HPhantom
23424 status open
23425
23426 \begin_layout Plain Layout
23427
23428 \series bold
23429 \begin_inset space ~
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \end_inset
23436
23437
23438 \backslash
23439 renewenvironment{table}{
23440 \backslash
23441 begin{SCtable}}{
23442 \backslash
23443 end{SCtable}}}
23444 \end_layout
23445
23446 \begin_layout Standard
23447
23448 \series bold
23449
23450 \backslash
23451 newcommand{
23452 \backslash
23453 TabBesEnd}{%
23454 \begin_inset Newline newline
23455 \end_inset
23456
23457
23458 \begin_inset Phantom HPhantom
23459 status open
23460
23461 \begin_layout Plain Layout
23462
23463 \series bold
23464 \begin_inset space ~
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \backslash
23474 let
23475 \backslash
23476 table
23477 \backslash
23478 MyTable
23479 \begin_inset Newline newline
23480 \end_inset
23481
23482
23483 \begin_inset Phantom HPhantom
23484 status open
23485
23486 \begin_layout Plain Layout
23487
23488 \series bold
23489 \begin_inset space ~
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \backslash
23499 let
23500 \backslash
23501 endtable
23502 \backslash
23503 MyEndtable
23504 \end_layout
23505
23506 \begin_layout Standard
23507
23508 \series bold
23509
23510 \backslash
23511 newcommand{
23512 \backslash
23513 FigBesBeg}{%
23514 \begin_inset Newline newline
23515 \end_inset
23516
23517
23518 \begin_inset Phantom HPhantom
23519 status open
23520
23521 \begin_layout Plain Layout
23522
23523 \series bold
23524 \begin_inset space ~
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531
23532
23533 \backslash
23534 let
23535 \backslash
23536 MyFigure
23537 \backslash
23538 figure
23539 \begin_inset Newline newline
23540 \end_inset
23541
23542
23543 \begin_inset Phantom HPhantom
23544 status open
23545
23546 \begin_layout Plain Layout
23547
23548 \series bold
23549 \begin_inset space ~
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \backslash
23559 let
23560 \backslash
23561 MyEndfigure
23562 \backslash
23563 endfigure
23564 \begin_inset Newline newline
23565 \end_inset
23566
23567
23568 \begin_inset Phantom HPhantom
23569 status open
23570
23571 \begin_layout Plain Layout
23572
23573 \series bold
23574 \begin_inset space ~
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \backslash
23584 renewenvironment{figure}{
23585 \backslash
23586 begin{SCfigure}}{
23587 \backslash
23588 end{SCfigure}}}
23589 \end_layout
23590
23591 \begin_layout Standard
23592
23593 \series bold
23594
23595 \backslash
23596 newcommand{
23597 \backslash
23598 FigBesEnd}{%
23599 \begin_inset Newline newline
23600 \end_inset
23601
23602
23603 \begin_inset Phantom HPhantom
23604 status open
23605
23606 \begin_layout Plain Layout
23607
23608 \series bold
23609 \begin_inset space ~
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \backslash
23619 let
23620 \backslash
23621 figure
23622 \backslash
23623 MyFigure
23624 \begin_inset Newline newline
23625 \end_inset
23626
23627
23628 \begin_inset Phantom HPhantom
23629 status open
23630
23631 \begin_layout Plain Layout
23632
23633 \series bold
23634 \begin_inset space ~
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \backslash
23644 let
23645 \backslash
23646 endfigure
23647 \backslash
23648 MyEndfigure}
23649 \end_layout
23650
23651 \begin_layout Standard
23652 \noindent
23653 \begin_inset CommandInset line
23654 LatexCommand rule
23655 offset "0.5ex"
23656 width "100line%"
23657 height "1pt"
23658
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \begin_layout Standard
23665 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23666  en un lado.
23667  Para figuras flotantes usa el comando
23668 \end_layout
23669
23670 \begin_layout Standard
23671
23672 \series bold
23673
23674 \backslash
23675 FigBesBeg
23676 \end_layout
23677
23678 \begin_layout Standard
23679 en código TeX antes del flotante.
23680  Detrás del flotante inserta
23681 \end_layout
23682
23683 \begin_layout Standard
23684
23685 \series bold
23686
23687 \backslash
23688 FigBesEnd
23689 \end_layout
23690
23691 \begin_layout Standard
23692 en código TeX para volver a la definición original de flotantes.
23693 \end_layout
23694
23695 \begin_layout Standard
23696 Para cuadros flotantes usa los comandos correspondientes
23697 \end_layout
23698
23699 \begin_layout Standard
23700
23701 \series bold
23702
23703 \backslash
23704 TabBesBeg
23705 \series default
23706  y 
23707 \series bold
23708
23709 \backslash
23710 TabBesEnd
23711 \end_layout
23712
23713 \begin_layout Standard
23714 La figura
23715 \begin_inset space ~
23716 \end_inset
23717
23718
23719 \begin_inset CommandInset ref
23720 LatexCommand ref
23721 reference "fig:encab-al-lado"
23722
23723 \end_inset
23724
23725  y el cuadro
23726 \begin_inset space ~
23727 \end_inset
23728
23729
23730 \begin_inset CommandInset ref
23731 LatexCommand ref
23732 reference "tab:encab-al-lado"
23733
23734 \end_inset
23735
23736  son ejemplos en los que el título se sitúa al lado.
23737 \end_layout
23738
23739 \begin_layout Standard
23740 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23741  en cuadros flotantes y debajo en las figuras flotantes.
23742  Para cambiarlo, puedes usar el comando
23743 \end_layout
23744
23745 \begin_layout Standard
23746
23747 \series bold
23748
23749 \backslash
23750 sidecaptionvpos{tipo de flotante}{colocación}
23751 \end_layout
23752
23753 \begin_layout Standard
23754 en el preámbulo o en código TeX antes del flotante.
23755  El tipo de flotante es 
23756 \family sans
23757 figure
23758 \family default
23759  o 
23760 \family sans
23761 table
23762 \family default
23763 , la colocación puede ser «
23764 \family sans
23765 t
23766 \family default
23767 » por «top» (arriba), «
23768 \family sans
23769 c
23770 \family default
23771 » por «center» (centro), o «
23772 \family sans
23773 b
23774 \family default
23775 » por «bottom» (abajo).
23776  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23777  usa el comando
23778 \end_layout
23779
23780 \begin_layout Standard
23781
23782 \series bold
23783
23784 \backslash
23785 sidecaptionvpos{figure}{c}
23786 \end_layout
23787
23788 \begin_layout Standard
23789 Esto se ha hecho en la figura
23790 \begin_inset space ~
23791 \end_inset
23792
23793
23794 \begin_inset CommandInset ref
23795 LatexCommand ref
23796 reference "fig:encab-al-lado-de-fig"
23797
23798 \end_inset
23799
23800 .
23801 \end_layout
23802
23803 \begin_layout Standard
23804 \begin_inset VSpace medskip
23805 \end_inset
23806
23807 Más información sobre el paquete 
23808 \series bold
23809 sidecap
23810 \series default
23811  en su documentación 
23812 \begin_inset CommandInset citation
23813 LatexCommand cite
23814 key "sidecap"
23815
23816 \end_inset
23817
23818 .
23819 \end_layout
23820
23821 \begin_layout Standard
23822 \begin_inset Note Greyedout
23823 status open
23824
23825 \begin_layout Plain Layout
23826
23827 \series bold
23828 Nota:
23829 \series default
23830  El paquete LaTeX 
23831 \series bold
23832 hypcap
23833 \series default
23834
23835 \begin_inset Index idx
23836 status collapsed
23837
23838 \begin_layout Plain Layout
23839 LaTeX-paquetes ! hypcap
23840 \end_layout
23841
23842 \end_inset
23843
23844 , descrito en la sección
23845 \begin_inset space ~
23846 \end_inset
23847
23848
23849 \begin_inset CommandInset ref
23850 LatexCommand ref
23851 reference "sub:Colocación-de-Referencias"
23852
23853 \end_inset
23854
23855 , no afecta a flotantes con la leyenda al lado.
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \begin_layout Standard
23864 \begin_inset ERT
23865 status collapsed
23866
23867 \begin_layout Plain Layout
23868
23869
23870 \backslash
23871 FigBesBeg 
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 \begin_inset Float figure
23881 wide false
23882 sideways false
23883 status open
23884
23885 \begin_layout Plain Layout
23886 \begin_inset Graphics
23887         filename ../clipart/escher-lsd.eps
23888         scale 75
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Caption
23897
23898 \begin_layout Plain Layout
23899 \begin_inset CommandInset label
23900 LatexCommand label
23901 name "fig:encab-al-lado"
23902
23903 \end_inset
23904
23905 Leyenda al lado de una figura.
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \begin_layout Standard
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923
23924
23925 \backslash
23926 TabBesBeg 
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \begin_layout Standard
23935 \begin_inset Float table
23936 wide false
23937 sideways false
23938 status open
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Caption
23942
23943 \begin_layout Plain Layout
23944 \begin_inset CommandInset label
23945 LatexCommand label
23946 name "tab:encab-al-lado"
23947
23948 \end_inset
23949
23950 Leyenda al lado de un cuadro.
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Tabular
23960 <lyxtabular version="3" rows="4" columns="5">
23961 <features tabularvalignment="middle">
23962 <column alignment="center" valignment="top" width="0">
23963 <column alignment="center" valignment="top" width="0">
23964 <column alignment="center" valignment="top" width="0">
23965 <column alignment="center" valignment="top" width="0">
23966 <column alignment="center" valignment="top" width="0">
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 a
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 b
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 c
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 d
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 e
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 f
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 g
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 h
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 </row>
24108 <row>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 i
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 j
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 </lyxtabular>
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset ERT
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172
24173
24174 \backslash
24175 TabBesEnd
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \begin_layout Standard
24184 \begin_inset ERT
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188
24189
24190 \backslash
24191 sidecaptionvpos{figure}{c}
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \begin_inset Float figure
24198 wide false
24199 sideways false
24200 status open
24201
24202 \begin_layout Plain Layout
24203 \begin_inset Graphics
24204         filename ../clipart/escher-lsd.eps
24205         scale 75
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Plain Layout
24213 \begin_inset Caption
24214
24215 \begin_layout Plain Layout
24216 \begin_inset CommandInset label
24217 LatexCommand label
24218 name "fig:encab-al-lado-de-fig"
24219
24220 \end_inset
24221
24222 Leyenda centrada verticalmente junto a una figura.
24223 \end_layout
24224
24225 \end_inset
24226
24227
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Standard
24236 \begin_inset ERT
24237 status collapsed
24238
24239 \begin_layout Plain Layout
24240
24241
24242 \backslash
24243 FigBesEnd
24244 \end_layout
24245
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \begin_layout Standard
24252 \begin_inset ERT
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256
24257
24258 \backslash
24259 else
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \begin_inset Note Note
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24270  
24271 \series bold
24272 sidecap
24273 \series default
24274 .
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Standard
24283 Debes instalar el paquete LaTeX 
24284 \series bold
24285 sidecap
24286 \series default
24287  para ver la parte siguiente en la salida.
24288 \end_layout
24289
24290 \begin_layout Standard
24291 \begin_inset ERT
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295
24296
24297 \backslash
24298 fi
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Section
24307 Índice de flotantes
24308 \begin_inset Index idx
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312 Flotantes ! Índice de
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Standard
24321 Igual que en el índice general se listan las secciones del documento, hay
24322  índices para todos los tipos de flotantes, como las figuras.
24323  Se pueden insertar mediante los submenús 
24324 \family sans
24325 Insertar\SpecialChar \menuseparator
24326 Índice
24327 \family default
24328 .
24329 \end_layout
24330
24331 \begin_layout Standard
24332 Las entradas de los índices son las leyendas del flotante o su título breve,
24333  el número de flotante y el número de la página del documento en la que
24334  aparecen.
24335 \end_layout
24336
24337 \begin_layout Standard
24338 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24339 \end_layout
24340
24341 \begin_layout Chapter
24342 Notas
24343 \end_layout
24344
24345 \begin_layout Section
24346 Notas en LyX
24347 \begin_inset Index idx
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351 Notas ! en LyX
24352 \end_layout
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout Standard
24360 Las notas se insertan con el botón 
24361 \begin_inset Graphics
24362         filename ../../images/note-insert.png
24363         scale 85
24364
24365 \end_inset
24366
24367  o con el menú 
24368 \family sans
24369 Insertar\SpecialChar \menuseparator
24370 Nota
24371 \family default
24372 .
24373  Hay cinco tipos de notas:
24374 \end_layout
24375
24376 \begin_layout Description
24377 Nota
24378 \begin_inset space ~
24379 \end_inset
24380
24381 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24382  Su cuadro se muestra como este:
24383 \begin_inset Newline newline
24384 \end_inset
24385
24386
24387 \begin_inset Newline newline
24388 \end_inset
24389
24390
24391 \begin_inset Graphics
24392         filename clipart/NotaLyXImagenQt4.png
24393         display false
24394         scale 75
24395
24396 \end_inset
24397
24398  
24399 \begin_inset Note Note
24400 status collapsed
24401
24402 \begin_layout Plain Layout
24403 Este es un texto en un recuadro que no se muestra en la salida.
24404 \end_layout
24405
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \begin_layout Description
24412 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24413  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24414 \family sans
24415 Archivo\SpecialChar \menuseparator
24416 Exportar\SpecialChar \menuseparator
24417 LaTeX (pdflatex) / (plain)
24418 \family default
24419 .
24420  Su recuadro se ve así:
24421 \begin_inset Newline newline
24422 \end_inset
24423
24424
24425 \begin_inset Newline newline
24426 \end_inset
24427
24428
24429 \begin_inset Graphics
24430         filename clipart/ComentNotaImagenQt4.png
24431         display false
24432         scale 75
24433
24434 \end_inset
24435
24436  
24437 \begin_inset Note Comment
24438 status collapsed
24439
24440 \begin_layout Plain Layout
24441 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24442 \end_layout
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Description
24450 Resaltado
24451 \begin_inset space ~
24452 \end_inset
24453
24454 en
24455 \begin_inset space ~
24456 \end_inset
24457
24458 gris Esta nota aparece en la salida como texto resaltado en gris.
24459  Su recuadro se parece a este:
24460 \begin_inset Newline newline
24461 \end_inset
24462
24463
24464 \begin_inset Newline newline
24465 \end_inset
24466
24467
24468 \begin_inset Graphics
24469         filename clipart/GrisNotaImagenQt4.png
24470         display false
24471         scale 75
24472
24473 \end_inset
24474
24475
24476 \begin_inset Newline newline
24477 \end_inset
24478
24479
24480 \begin_inset ERT
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484
24485
24486 \backslash
24487 renewenvironment{lyxgreyedout}
24488 \end_layout
24489
24490 \begin_layout Plain Layout
24491
24492 {
24493 \backslash
24494 textcolor[gray]{0.8}
24495 \backslash
24496 bgroup}{
24497 \backslash
24498 egroup}
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \begin_inset Note Greyedout
24505 status open
24506
24507 \begin_layout Plain Layout
24508 Este es el texto
24509 \begin_inset Foot
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24514 \end_layout
24515
24516 \end_inset
24517
24518  de un comentario que se muestra resaltado en gris.
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \begin_inset ERT
24525 status collapsed
24526
24527 \begin_layout Plain Layout
24528
24529
24530 \backslash
24531 renewenvironment{lyxgreyedout}
24532 \end_layout
24533
24534 \begin_layout Plain Layout
24535
24536 {
24537 \backslash
24538 textcolor{blue}
24539 \backslash
24540 bgroup}{
24541 \backslash
24542 egroup}
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \begin_inset Note Note
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24553  original de LyX, ya que en el preámbulo de este documento se han redefinido
24554  estas notas para que salgan en azul, como se indica más adelante.
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \begin_inset Newline newline
24561 \end_inset
24562
24563
24564 \begin_inset Newline newline
24565 \end_inset
24566
24567 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24568  está un poco sangrada, y por otra parte pueden tener notas al pie.
24569 \end_layout
24570
24571 \begin_layout Standard
24572 \begin_inset VSpace bigskip
24573 \end_inset
24574
24575 Si usas el botón de la barra de herramientas 
24576 \begin_inset Graphics
24577         filename ../../images/note-insert.png
24578         scale 85
24579
24580 \end_inset
24581
24582  para insertar notas, se inserta una 
24583 \family sans
24584 Nota
24585 \begin_inset space ~
24586 \end_inset
24587
24588 LyX
24589 \family default
24590 .
24591  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24592  recuadro.
24593  
24594 \family roman
24595 \series medium
24596 \bar no
24597 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24598  botón de herramienta 
24599 \family sans
24600 \series default
24601 \bar default
24602 Nota
24603 \family default
24604 .
24605  Para cambiar una nota a texto, pulsa la tecla 
24606 \family sans
24607 Retroceso
24608 \family default
24609  cuando el cursor está en la primera posición de una nota, o la tecla 
24610 \family sans
24611 Supr
24612 \family default
24613  cuando el cursor está en la última posición de la nota, respectivamente.
24614 \end_layout
24615
24616 \begin_layout Standard
24617 \begin_inset VSpace bigskip
24618 \end_inset
24619
24620
24621 \lang english
24622 You can change the text color of the greyed out notes in the menu 
24623 \family sans
24624 Document\SpecialChar \menuseparator
24625 Settings\SpecialChar \menuseparator
24626 Colors
24627 \family default
24628 .
24629 \end_layout
24630
24631 \begin_layout Section
24632 Notas al pie
24633 \begin_inset CommandInset label
24634 LatexCommand label
24635 name "sec:Notas-al-pie"
24636
24637 \end_inset
24638
24639
24640 \begin_inset Index idx
24641 status collapsed
24642
24643 \begin_layout Plain Layout
24644 Notas ! al pie
24645 \end_layout
24646
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \begin_layout Standard
24653 Las notas al pie se insertan con el botón 
24654 \begin_inset Graphics
24655         filename ../../images/footnote-insert.png
24656         scale 85
24657
24658 \end_inset
24659
24660  o el menú 
24661 \family sans
24662 Insertar\SpecialChar \menuseparator
24663 Nota
24664 \begin_inset space ~
24665 \end_inset
24666
24667 al
24668 \begin_inset space ~
24669 \end_inset
24670
24671 pie
24672 \family default
24673 .
24674  
24675 \family roman
24676 \series medium
24677 \bar no
24678 Aparece un recuadro como este:
24679 \family default
24680 \series default
24681 \bar default
24682  
24683 \begin_inset Graphics
24684         filename clipart/notapieQt4.png
24685         scale 80
24686
24687 \end_inset
24688
24689  
24690 \family roman
24691 \series medium
24692 \bar no
24693 donde puedes introducir el texto.
24694  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24695  sobre el
24696 \family default
24697 \series default
24698 \bar default
24699  
24700 \family roman
24701 \series medium
24702 \bar no
24703 botón
24704 \family default
24705 \series default
24706 \bar default
24707 .
24708  Para cambiar una nota al pie a texto, pulsa la tecla 
24709 \family sans
24710 Retroceso
24711 \family default
24712  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24713  
24714 \family sans
24715 Supr
24716 \family default
24717  cuando el cursor está en la última posición de la nota, respectivamente.
24718 \end_layout
24719
24720 \begin_layout Standard
24721 Aquí hay un ejemplo de nota al pie:
24722 \family roman
24723 \series medium
24724 \bar no
24725
24726 \begin_inset Foot
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 \begin_inset CommandInset label
24731 LatexCommand label
24732 name "pie:Esto-es-una"
24733
24734 \end_inset
24735
24736 Ejemplo de nota al pie.
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \family default
24743 \series default
24744 \bar default
24745
24746 \begin_inset ERT
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750
24751
24752 \backslash
24753 newcounter{MyRepeatFoot}
24754 \end_layout
24755
24756 \begin_layout Plain Layout
24757
24758
24759 \backslash
24760 setcounter{MyRepeatFoot}{
24761 \backslash
24762 thefootnote}
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 En la salida, el pie se muestra como número voladito en el lugar del texto
24772  donde se coloca el recuadro.
24773  El texto se coloca al final de la página actual.
24774  Los números de las notas son calculados por LaTeX, y son consecutivos.
24775  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24776 \end_layout
24777
24778 \begin_layout Standard
24779 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24780  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24781  se describe en la sección
24782 \begin_inset space ~
24783 \end_inset
24784
24785
24786 \begin_inset CommandInset ref
24787 LatexCommand ref
24788 reference "sec:Referencias-a-Flotantes"
24789
24790 \end_inset
24791
24792 .
24793 \begin_inset Newline newline
24794 \end_inset
24795
24796 Esto es una referencia cruzada a la Nota al pie
24797 \begin_inset space ~
24798 \end_inset
24799
24800
24801 \begin_inset CommandInset ref
24802 LatexCommand ref
24803 reference "pie:Esto-es-una"
24804
24805 \end_inset
24806
24807 .
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset VSpace defskip
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
24819  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24820  se inserta el comando 
24821 \series bold
24822
24823 \backslash
24824 footnotemark{}
24825 \series default
24826  en código TeX.
24827  El texto de la nota se introduce como argumento del comando
24828 \series bold
24829  
24830 \backslash
24831 footnotetext
24832 \series default
24833  después del cuadro.
24834 \begin_inset Newline newline
24835 \end_inset
24836
24837 Esto es lo que se ha hecho para el siguiente cuadro con el comando
24838 \end_layout
24839
24840 \begin_layout Standard
24841
24842 \series bold
24843
24844 \backslash
24845 footnotetext{
24846 \series default
24847 Texto de la nota del cuadro.
24848 \series bold
24849 }
24850 \end_layout
24851
24852 \begin_layout Standard
24853 \begin_inset Tabular
24854 <lyxtabular version="3" rows="2" columns="1">
24855 <features tabularvalignment="middle">
24856 <column alignment="center" valignment="top" width="0">
24857 <row>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 Texto de ejemplo.
24863 \begin_inset Foot
24864 status open
24865
24866 \begin_layout Plain Layout
24867 ¡Esta nota no se imprimirá!
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 </row>
24878 <row>
24879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 Texto de ejemplo.
24884 \begin_inset ERT
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888
24889
24890 \backslash
24891 footnotemark{}
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 </row>
24902 </lyxtabular>
24903
24904 \end_inset
24905
24906
24907 \begin_inset ERT
24908 status collapsed
24909
24910 \begin_layout Plain Layout
24911
24912
24913 \backslash
24914 footnotetext{
24915 \end_layout
24916
24917 \end_inset
24918
24919 Texto de la nota del cuadro.
24920 \begin_inset ERT
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924
24925 }
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934 Las notas al pie en cuadros largos se describen en la sección
24935 \begin_inset space ~
24936 \end_inset
24937
24938
24939 \begin_inset CommandInset ref
24940 LatexCommand ref
24941 reference "sub:Notas-al-pie-en-Cuadros-Largos"
24942
24943 \end_inset
24944
24945 .
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24950  y con numeración diferente debido a que una minipágina es como una página
24951  dentro de otra.
24952  (Más información sobre minipáginas en la sección
24953 \begin_inset space ~
24954 \end_inset
24955
24956
24957 \begin_inset CommandInset ref
24958 LatexCommand ref
24959 reference "sec:Minipáginas"
24960
24961 \end_inset
24962
24963 ).
24964  Para poner notas en una minipágina que se impriman a pie de página como
24965  las notas al pie normales, se puede usar también el método de 
24966 \series bold
24967
24968 \backslash
24969 footnotemark{}
24970 \series default
24971  y 
24972 \series bold
24973
24974 \backslash
24975 footnotetext
24976 \series default
24977 .
24978 \end_layout
24979
24980 \begin_layout Standard
24981 \begin_inset Box Frameless
24982 position "t"
24983 hor_pos "c"
24984 has_inner_box 1
24985 inner_pos "t"
24986 use_parbox 0
24987 use_makebox 0
24988 width "100col%"
24989 special "none"
24990 height "1in"
24991 height_special "totalheight"
24992 status open
24993
24994 \begin_layout Plain Layout
24995 Muestra de texto en una minipágina.
24996 \begin_inset Foot
24997 status open
24998
24999 \begin_layout Plain Layout
25000 Nota en la minipágina.
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Plain Layout
25009 Muestra de texto en una minipágina.
25010 \begin_inset ERT
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014
25015
25016 \backslash
25017 footnotemark{}
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Standard
25031 \begin_inset ERT
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035
25036
25037 \backslash
25038 footnotetext{
25039 \end_layout
25040
25041 \end_inset
25042
25043 Nota fuera de la minipágina.
25044 \begin_inset ERT
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048
25049 }
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \begin_inset VSpace defskip
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25066  cada vez, usa el comando 
25067 \series bold
25068
25069 \backslash
25070 footnotemark[number]
25071 \series default
25072  en código TeX.
25073 \begin_inset Newline newline
25074 \end_inset
25075
25076 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25077  hay que guardarlo.
25078  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25079  comandos en código TeX después de la nota al pie
25080 \begin_inset space ~
25081 \end_inset
25082
25083
25084 \begin_inset CommandInset ref
25085 LatexCommand ref
25086 reference "pie:Esto-es-una"
25087
25088 \end_inset
25089
25090  para guardar el número de la nota: 
25091 \end_layout
25092
25093 \begin_layout Standard
25094
25095 \series bold
25096
25097 \backslash
25098 newcounter{MyRepeatFoot}
25099 \begin_inset Newline newline
25100 \end_inset
25101
25102
25103 \backslash
25104 setcounter{MyRepeatFoot}{
25105 \backslash
25106 thefootnote}
25107 \end_layout
25108
25109 \begin_layout Standard
25110 La marca de la nota se ha creado después con el comando:
25111 \end_layout
25112
25113 \begin_layout Standard
25114
25115 \series bold
25116
25117 \backslash
25118 footnotemark[
25119 \backslash
25120 theMyRepeatFoot]
25121 \end_layout
25122
25123 \begin_layout Standard
25124 Aquí hay una nota repetida:
25125 \begin_inset ERT
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129
25130
25131 \backslash
25132 footnotemark[
25133 \backslash
25134 theMyRepeatFoot]
25135 \end_layout
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \begin_layout Standard
25143 Para repetir la nota al pie previa, se puede omitir el guardado del número
25144  de la nota y usar en su lugar el comando:
25145 \end_layout
25146
25147 \begin_layout Standard
25148
25149 \series bold
25150
25151 \backslash
25152 footnotemark[
25153 \backslash
25154 thefootnote]
25155 \end_layout
25156
25157 \begin_layout Standard
25158 Aquí hay otra nota repetida:
25159 \begin_inset ERT
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163
25164
25165 \backslash
25166 footnotemark[
25167 \backslash
25168 thefootnote]
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \begin_layout Subsection
25177 Numeración de notas al pie
25178 \begin_inset CommandInset label
25179 LatexCommand label
25180 name "sub:Numeración-de-Notas-al-Pie"
25181
25182 \end_inset
25183
25184
25185 \begin_inset Index idx
25186 status open
25187
25188 \begin_layout Plain Layout
25189 Notas ! al pie ! numeración
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Standard
25198 Para reiniciar el número de pie a 1 en cada sección añade
25199 \family roman
25200  en el preámbulo el comando:
25201 \end_layout
25202
25203 \begin_layout Standard
25204
25205 \series bold
25206
25207 \backslash
25208 @addtoreset{footnote}{section}
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \begin_inset VSpace bigskip
25213 \end_inset
25214
25215 El siguiente comando en el preámbulo cambia el estilo de numeración del
25216  pie a números romanos en minúsculas:
25217 \end_layout
25218
25219 \begin_layout Standard
25220
25221 \series bold
25222
25223 \backslash
25224 renewcommand{
25225 \backslash
25226 thefootnote}{
25227 \backslash
25228 roman{footnote}}
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \begin_inset ERT
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236
25237
25238 \backslash
25239 renewcommand{
25240 \backslash
25241 thefootnote}{
25242 \backslash
25243 roman{footnote}}
25244 \end_layout
25245
25246 \end_inset
25247
25248  Nota al pie en números romanos:
25249 \begin_inset Foot
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 Ejemplo de nota al pie en números romanos.
25254 \end_layout
25255
25256 \end_inset
25257
25258
25259 \begin_inset ERT
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263
25264
25265 \backslash
25266 renewcommand{
25267 \backslash
25268 thefootnote}{
25269 \backslash
25270 arabic{footnote}}
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \begin_layout Standard
25279 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25280  
25281 \series bold
25282
25283 \backslash
25284 roman
25285 \series default
25286  por 
25287 \series bold
25288
25289 \backslash
25290 Roman
25291 \series default
25292 .
25293  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25294 \series bold
25295
25296 \backslash
25297 Alph
25298 \series default
25299  o 
25300 \series bold
25301
25302 \backslash
25303 alph
25304 \series default
25305 , respectivamente.
25306  Para ordenar las notas al pie con símbolos usa 
25307 \series bold
25308
25309 \backslash
25310 fnsymbol
25311 \series default
25312 .
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \begin_inset Note Greyedout
25317 status open
25318
25319 \begin_layout Plain Layout
25320
25321 \series bold
25322 Nota:
25323 \series default
25324  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25325  simples.
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \begin_inset Newline newline
25332 \end_inset
25333
25334
25335 \begin_inset Note Greyedout
25336 status open
25337
25338 \begin_layout Plain Layout
25339
25340 \series bold
25341 Nota:
25342 \series default
25343  sólo puedes ordenar hasta 9 pies con símbolos.
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 Para volver al estilo de numeración predeterminado cuando has cambiado a
25353  otro estilo, usa 
25354 \series bold
25355
25356 \backslash
25357 arabic
25358 \series default
25359  en vez de 
25360 \series bold
25361
25362 \backslash
25363 roman
25364 \series default
25365  en el comando anterior.
25366 \begin_inset ERT
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370
25371
25372 \backslash
25373 renewcommand{
25374 \backslash
25375 thefootnote}{
25376 \backslash
25377 arabic{footnote}}
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Standard
25386 \begin_inset VSpace bigskip
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Standard
25393 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25394  comando al preámbulo del documento:
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \series bold
25400
25401 \backslash
25402 numberwithin{footnote}{chapter}
25403 \end_layout
25404
25405 \begin_layout Standard
25406 Para poder usar el comando 
25407 \series bold
25408
25409 \backslash
25410 numberwithin
25411 \series default
25412 , marca la opción 
25413 \family sans
25414 Usar
25415 \family default
25416
25417 \begin_inset space ~
25418 \end_inset
25419
25420
25421 \family sans
25422 el
25423 \family default
25424
25425 \begin_inset space ~
25426 \end_inset
25427
25428
25429 \family sans
25430 paquete
25431 \family default
25432
25433 \begin_inset space ~
25434 \end_inset
25435
25436
25437 \family sans
25438 AMS
25439 \family default
25440  en la sección 
25441 \family sans
25442 Opciones para ecuaciones
25443 \family default
25444  de la configuración del documento.
25445 \end_layout
25446
25447 \begin_layout Standard
25448 \begin_inset ERT
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452
25453
25454 \backslash
25455 numberwithin{footnote}{chapter}
25456 \end_layout
25457
25458 \end_inset
25459
25460 Esto es otro ejemplo de nota al pie:
25461 \series bold
25462
25463 \begin_inset Foot
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467 Nota al pie numerada en el esquema 
25468 \begin_inset Quotes eld
25469 \end_inset
25470
25471 capítulo.nota
25472 \begin_inset Quotes erd
25473 \end_inset
25474
25475 .
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \series default
25482
25483 \begin_inset ERT
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487
25488
25489 \backslash
25490 renewcommand{
25491 \backslash
25492 thefootnote}{
25493 \backslash
25494 arabic{footnote}}
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset Note Greyedout
25504 status open
25505
25506 \begin_layout Plain Layout
25507
25508 \series bold
25509 Nota: 
25510 \backslash
25511 numberwithin 
25512 \series default
25513 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25514  previas para obtener números no arábigos se sobreescriben.
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 Así, para obtener por ejemplo el esquema «capítulo.
25524 \backslash
25525 Roman{footnote}», usa este comando en vez de 
25526 \series bold
25527
25528 \backslash
25529 numberwithin
25530 \series default
25531 :
25532 \end_layout
25533
25534 \begin_layout Standard
25535
25536 \series bold
25537
25538 \backslash
25539 renewcommand{
25540 \backslash
25541 thefootnote}{
25542 \backslash
25543 thechapter.
25544 \backslash
25545 Roman{footnote}}
25546 \end_layout
25547
25548 \begin_layout Subsection
25549 Colocación de notas al pie
25550 \begin_inset Index idx
25551 status open
25552
25553 \begin_layout Plain Layout
25554 Notas ! al pie ! colocación
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \begin_layout Standard
25563 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25564  entre ellas al final de la página.
25565  Para hacerlas más legibles puedes añadir 1.5
25566 \begin_inset space \thinspace{}
25567 \end_inset
25568
25569 mm, p.
25570 \begin_inset space \thinspace{}
25571 \end_inset
25572
25573 e., con el comando siguiente en el preámbulo:
25574 \end_layout
25575
25576 \begin_layout Standard
25577
25578 \series bold
25579
25580 \backslash
25581 let
25582 \backslash
25583 myFoot
25584 \backslash
25585 footnote
25586 \begin_inset Newline newline
25587 \end_inset
25588
25589
25590 \backslash
25591 renewcommand{
25592 \backslash
25593 footnote}[1]{
25594 \backslash
25595 myFoot{#1
25596 \backslash
25597 vspace{1.5mm}}}
25598 \end_layout
25599
25600 \begin_layout Standard
25601 \begin_inset VSpace bigskip
25602 \end_inset
25603
25604 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25605  véase la figura
25606 \begin_inset space ~
25607 \end_inset
25608
25609
25610 \begin_inset CommandInset ref
25611 LatexCommand ref
25612 reference "fig:Colocación-standard-del-pie"
25613
25614 \end_inset
25615
25616 .
25617  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25618  en la figura
25619 \begin_inset space ~
25620 \end_inset
25621
25622
25623 \begin_inset CommandInset ref
25624 LatexCommand ref
25625 reference "fig:Colocación-del-pie-en"
25626
25627 \end_inset
25628
25629 , usa el paquete LaTeX 
25630 \series bold
25631 ftnright
25632 \series default
25633
25634 \begin_inset Index idx
25635 status collapsed
25636
25637 \begin_layout Plain Layout
25638 LaTeX-paquetes ! ftnright
25639 \end_layout
25640
25641 \end_inset
25642
25643  con este comando en el preámbulo:
25644 \end_layout
25645
25646 \begin_layout Standard
25647
25648 \series bold
25649
25650 \backslash
25651 usepackage{ftnright}
25652 \end_layout
25653
25654 \begin_layout Standard
25655 \begin_inset Float figure
25656 placement !h
25657 wide false
25658 sideways false
25659 status open
25660
25661 \begin_layout Plain Layout
25662 \begin_inset ERT
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666
25667
25668 \backslash
25669 framebox{
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \begin_inset Graphics
25676         filename ../clipart/without_fntright.pdf
25677         width 100col%
25678
25679 \end_inset
25680
25681
25682 \begin_inset ERT
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686
25687 }
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Caption
25697
25698 \begin_layout Plain Layout
25699 \begin_inset CommandInset label
25700 LatexCommand label
25701 name "fig:Colocación-standard-del-pie"
25702
25703 \end_inset
25704
25705 Colocación estándar de notas al pie en documentos a dos columnas.
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 \begin_inset Float figure
25720 placement !h
25721 wide false
25722 sideways false
25723 status open
25724
25725 \begin_layout Plain Layout
25726 \begin_inset ERT
25727 status collapsed
25728
25729 \begin_layout Plain Layout
25730
25731
25732 \backslash
25733 framebox{
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \begin_inset Graphics
25740         filename ../clipart/with_fntright.pdf
25741         width 100col%
25742
25743 \end_inset
25744
25745
25746 \begin_inset ERT
25747 status collapsed
25748
25749 \begin_layout Plain Layout
25750
25751 }
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \begin_layout Plain Layout
25760 \begin_inset Caption
25761
25762 \begin_layout Plain Layout
25763 \begin_inset CommandInset label
25764 LatexCommand label
25765 name "fig:Colocación-del-pie-en"
25766
25767 \end_inset
25768
25769 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25770  el paquete LaTeX 
25771 \series bold
25772 ftnright
25773 \series default
25774 .
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788 \begin_inset VSpace bigskip
25789 \end_inset
25790
25791 En alguna literatura científica es habitual reunir las notas para imprimirlas
25792  en un párrafo separado al final de la sección, como en la figura
25793 \begin_inset space ~
25794 \end_inset
25795
25796
25797 \begin_inset CommandInset ref
25798 LatexCommand ref
25799 reference "fig:Notas-al-pie-al-final"
25800
25801 \end_inset
25802
25803 .
25804  Para reunir las notas al final
25805 \begin_inset Index idx
25806 status collapsed
25807
25808 \begin_layout Plain Layout
25809 Notas ! al final
25810 \end_layout
25811
25812 \end_inset
25813
25814  en vez de a pie de página, carga en el menú 
25815 \family sans
25816 Documento\SpecialChar \menuseparator
25817 Configuratión\SpecialChar \menuseparator
25818 Módulos
25819 \family default
25820  el módulo 
25821 \family sans
25822 Pie
25823 \begin_inset space ~
25824 \end_inset
25825
25826 al
25827 \begin_inset space ~
25828 \end_inset
25829
25830 final
25831 \family default
25832 .
25833  Para insertar la colección de notas, escribe el comando
25834 \end_layout
25835
25836 \begin_layout Standard
25837
25838 \series bold
25839
25840 \backslash
25841 theendnotes
25842 \end_layout
25843
25844 \begin_layout Standard
25845 en código TeX al final de una sección o capítulo.
25846 \end_layout
25847
25848 \begin_layout Standard
25849 \begin_inset Float figure
25850 wide false
25851 sideways false
25852 status open
25853
25854 \begin_layout Plain Layout
25855 \align center
25856 \begin_inset ERT
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860
25861
25862 \backslash
25863 framebox{
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \begin_inset Graphics
25870         filename ../clipart/endnotes.pdf
25871
25872 \end_inset
25873
25874
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879
25880 }
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Plain Layout
25889 \begin_inset Caption
25890
25891 \begin_layout Plain Layout
25892 \begin_inset CommandInset label
25893 LatexCommand label
25894 name "fig:Notas-al-pie-al-final"
25895
25896 \end_inset
25897
25898 Notas al final: notas impresas en párrafo separado al final de la sección
25899  o del capítulo.
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset VSpace medskip
25914 \end_inset
25915
25916 La cabecera de párrafo para las notas finales no se traduce automáticamente
25917  al lenguaje del documento, hay que hacerlo manualmente.
25918  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
25919  español «Notas»:
25920 \end_layout
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 renewcommand{
25928 \backslash
25929 notesname}{Notas}
25930 \end_layout
25931
25932 \begin_layout Standard
25933 \begin_inset VSpace medskip
25934 \end_inset
25935
25936 La numeración de notas finales puede cambiarse como la de las notas al pie,
25937  como se describe en la sección
25938 \begin_inset space ~
25939 \end_inset
25940
25941
25942 \begin_inset CommandInset ref
25943 LatexCommand ref
25944 reference "sub:Numeración-de-Notas-al-Pie"
25945
25946 \end_inset
25947
25948 ; sólo hay que reemplazar el comando 
25949 \series bold
25950
25951 \backslash
25952 thefootnote
25953 \series default
25954  por 
25955 \series bold
25956
25957 \backslash
25958 theendnote
25959 \series default
25960 .
25961  Para restablecer la numeración usa el comando 
25962 \series bold
25963
25964 \backslash
25965 @addtoreset
25966 \series default
25967  como se describe en la sección
25968 \begin_inset space ~
25969 \end_inset
25970
25971
25972 \begin_inset CommandInset ref
25973 LatexCommand ref
25974 reference "sub:Numeración-de-Notas-al-Pie"
25975
25976 \end_inset
25977
25978  y sustituye el parámetro de comando 
25979 \series bold
25980 footnote
25981 \series default
25982  por 
25983 \series bold
25984 endnote
25985 \series default
25986 .
25987 \end_layout
25988
25989 \begin_layout Standard
25990 Para notas al final hay el comando el comando 
25991 \series bold
25992
25993 \backslash
25994 endnotemark[número]
25995 \series default
25996  similar al comando 
25997 \series bold
25998
25999 \backslash
26000 footnotemark
26001 \series default
26002 , descrito en la sección
26003 \begin_inset space ~
26004 \end_inset
26005
26006
26007 \begin_inset CommandInset ref
26008 LatexCommand ref
26009 reference "sec:Notas-al-pie"
26010
26011 \end_inset
26012
26013 .
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset VSpace bigskip
26018 \end_inset
26019
26020 Las notas al pie también pueden colocarse al margen de la página y la alineación
26021  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26022 \series bold
26023 footmisc
26024 \series default
26025
26026 \begin_inset Index idx
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030 LaTeX-paquetes ! footmisc
26031 \end_layout
26032
26033 \end_inset
26034
26035  
26036 \begin_inset CommandInset citation
26037 LatexCommand cite
26038 key "footmisc"
26039
26040 \end_inset
26041
26042  para más información.
26043 \end_layout
26044
26045 \begin_layout Standard
26046 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26047  
26048 \begin_inset CommandInset citation
26049 LatexCommand cite
26050 key "latexcompanion,latexguide,latexbook"
26051
26052 \end_inset
26053
26054 .
26055  
26056 \lang english
26057 If you are using a
26058 \lang spanish
26059  
26060 \series bold
26061 KOMA-Script
26062 \series default
26063
26064 \begin_inset Index idx
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068 LaTeX-paquetes ! KOMA-Script
26069 \end_layout
26070
26071 \end_inset
26072
26073  
26074 \lang english
26075 document class, you can adjust all footnote settings using class-specific
26076  commands, see
26077 \lang spanish
26078  
26079 \begin_inset CommandInset citation
26080 LatexCommand cite
26081 key "KOMA-Script"
26082
26083 \end_inset
26084
26085 .
26086 \end_layout
26087
26088 \begin_layout Section
26089 Notas al margen
26090 \begin_inset Index idx
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094 Notas ! al margen
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \begin_layout Standard
26103 Las notas al margen se ven y se comportan en LyX como notas al pie.
26104  Se insertan con el menú 
26105 \family sans
26106 Insertar\SpecialChar \menuseparator
26107 Nota
26108 \begin_inset space ~
26109 \end_inset
26110
26111 al
26112 \begin_inset space ~
26113 \end_inset
26114
26115 margen
26116 \family default
26117  o con el botón 
26118 \begin_inset Graphics
26119         filename ../../images/marginalnote-insert.png
26120         scale 85
26121
26122 \end_inset
26123
26124 .
26125  Aparece un cuadro gris con la etiqueta 
26126 \family roman
26127 \series medium
26128 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26129 \end_layout
26130
26131 \begin_layout Standard
26132 Al lado hay un ejemplo de nota al margen.
26133
26134 \family roman
26135 \series medium
26136  
26137 \begin_inset Marginal
26138 status open
26139
26140 \begin_layout Plain Layout
26141 Esto es una nota al margen.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 Estas notas salen en el margen derecho en documentos a una cara.
26151  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26152  en páginas pares, derecho en páginas impares—.
26153  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26154  a la derecha si la nota aparece en el margen izquierdo—.
26155  La primera línea de la nota se sitúa en la posición de la línea del texto
26156  en la que se inserta en el documento.
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \begin_inset VSpace bigskip
26161 \end_inset
26162
26163 Para colocar la nota en el margen interno añade el comando
26164 \end_layout
26165
26166 \begin_layout Standard
26167
26168 \series bold
26169
26170 \backslash
26171 reversemarginpar
26172 \end_layout
26173
26174 \begin_layout Standard
26175 en código TeX antes de la nota.
26176  La nueva colocación es válida para todas las siguientes notas al margen.
26177  
26178 \begin_inset ERT
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182
26183
26184 \backslash
26185 reversemarginpar 
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \begin_inset Marginal
26192 status open
26193
26194 \begin_layout Plain Layout
26195 Esto es una nota en el margen interno.
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \series bold
26202
26203 \begin_inset Newline newline
26204 \end_inset
26205
26206
26207 \series default
26208
26209 \begin_inset Note Greyedout
26210 status open
26211
26212 \begin_layout Plain Layout
26213
26214 \series bold
26215 Nota:
26216 \series default
26217  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26218  no se mostrará correctamente en la salida.
26219 \end_layout
26220
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \begin_layout Standard
26227 Para volver a la ubicación predeterminada inserta en código TeX el comando
26228 \begin_inset ERT
26229 status collapsed
26230
26231 \begin_layout Plain Layout
26232
26233
26234 \backslash
26235 normalmarginpar 
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Standard
26244
26245 \series bold
26246
26247 \backslash
26248 normalmarginpar
26249 \end_layout
26250
26251 \begin_layout Standard
26252 \begin_inset Note Greyedout
26253 status open
26254
26255 \begin_layout Plain Layout
26256
26257 \series bold
26258 Nota:
26259 \series default
26260  El comando se ignora si en el mismo párrafo está también presente el comando
26261  
26262 \series bold
26263
26264 \backslash
26265 reversemarginpar
26266 \series default
26267 .
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Standard
26276 \begin_inset VSpace bigskip
26277 \end_inset
26278
26279
26280 \family roman
26281 \series medium
26282
26283 \begin_inset Marginal
26284 status open
26285
26286 \begin_layout Plain Layout
26287 PalabraMuyLargaAlMargen no partida con guión.
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \family default
26294 \series default
26295  Como en el caso descrito en la sección
26296 \begin_inset space ~
26297 \end_inset
26298
26299
26300 \begin_inset CommandInset ref
26301 LatexCommand ref
26302 reference "sub:Líneas-Múltiples-en"
26303
26304 \end_inset
26305
26306 , una palabra larga no puede partirse con guión cuando es la primera en
26307  la nota al margen.
26308  Para evitar esto, inserta un espacio horizontal de 0
26309 \begin_inset space \thinspace{}
26310 \end_inset
26311
26312 pt antes de la palabra
26313 \family roman
26314 \series medium
26315 .
26316 \end_layout
26317
26318 \begin_layout Standard
26319
26320 \family roman
26321 \series medium
26322 \begin_inset Marginal
26323 status open
26324
26325 \begin_layout Plain Layout
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 hspace{0pt}
26334 \end_layout
26335
26336 \end_inset
26337
26338 PalabraMuyLargaAlMargen partida con guión.
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \begin_layout Standard
26347 \begin_inset VSpace bigskip
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Standard
26354 \begin_inset Note Greyedout
26355 status open
26356
26357 \begin_layout Plain Layout
26358
26359 \series bold
26360 Nota:
26361 \series default
26362  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26363  y notas al pie.
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \begin_layout Standard
26372 \begin_inset VSpace bigskip
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \begin_layout Standard
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384
26385 \backslash
26386 ifmarginnote
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \begin_inset Note Note
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26397  LaTeX 
26398 \series bold
26399 marginnote
26400 \series default
26401 .
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \begin_layout Standard
26410 Esta restricción se puede salvar con el paquete LaTeX 
26411 \series bold
26412 marginnote
26413 \series default
26414
26415 \begin_inset Index idx
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419 LaTeX-paquetes ! marginnote
26420 \end_layout
26421
26422 \end_inset
26423
26424 .
26425  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26426  notas al margen es redefinido para usar el comando proporcionado por el
26427  paquete 
26428 \series bold
26429 marginnote
26430 \series default
26431 :
26432 \end_layout
26433
26434 \begin_layout Standard
26435
26436 \series bold
26437
26438 \backslash
26439 usepackage{marginnote}
26440 \begin_inset Newline newline
26441 \end_inset
26442
26443
26444 \backslash
26445 let
26446 \backslash
26447 marginpar
26448 \backslash
26449 marginnote
26450 \end_layout
26451
26452 \begin_layout Standard
26453 Esto se ha utilizado en el presente documento porque 
26454 \series bold
26455 marginnote
26456 \series default
26457  tiene una característica adicional útil: Puedes establecer un desplazamiento
26458  vertical a la nota.
26459  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26460  diseño de la página.
26461  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26462  en código TeX
26463 \end_layout
26464
26465 \begin_layout Standard
26466
26467 \series bold
26468 [desplazamiento]
26469 \end_layout
26470
26471 \begin_layout Standard
26472 donde desplazamiento es una longitud en una de las unidades del cuadro
26473 \begin_inset space ~
26474 \end_inset
26475
26476
26477 \begin_inset CommandInset ref
26478 LatexCommand ref
26479 reference "tab:Unidades"
26480
26481 \end_inset
26482
26483 .
26484  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26485  abajo.
26486  
26487 \family roman
26488 \series medium
26489 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26490 \begin_inset space \thinspace{}
26491 \end_inset
26492
26493 cm arriba con el comando en código TeX 
26494 \begin_inset Quotes eld
26495 \end_inset
26496
26497
26498 \family default
26499 \series bold
26500 [-1.5cm]
26501 \family roman
26502 \series medium
26503
26504 \begin_inset Quotes erd
26505 \end_inset
26506
26507
26508 \begin_inset Marginal
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512 Esta nota está 1.5
26513 \begin_inset space \thinspace{}
26514 \end_inset
26515
26516 cm por encima de su posición original.
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \family default
26523 \series default
26524
26525 \begin_inset ERT
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529
26530 [-1.5cm]
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \begin_inset VSpace medskip
26540 \end_inset
26541
26542 Con 
26543 \series bold
26544 marginnote
26545 \series default
26546  también puedes cambiar la alineación del texto en el margen.
26547  Por ejemplo los comandos
26548 \end_layout
26549
26550 \begin_layout Standard
26551
26552 \series bold
26553
26554 \backslash
26555 renewcommand*{
26556 \backslash
26557 raggedleftmarginnote}{
26558 \backslash
26559 centering}
26560 \begin_inset Newline newline
26561 \end_inset
26562
26563
26564 \backslash
26565 renewcommand*{
26566 \backslash
26567 raggedrightmarginnote}{
26568 \backslash
26569 centering}
26570 \end_layout
26571
26572 \begin_layout Standard
26573 producen alineación centrada.
26574  
26575 \series bold
26576
26577 \backslash
26578 raggedleftmarginnote
26579 \series default
26580  identifica las notas que aparecen al lado izquierdo.
26581 \family roman
26582 \series medium
26583
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588
26589
26590 \backslash
26591 renewcommand*{
26592 \backslash
26593 raggedleftmarginnote}{
26594 \backslash
26595 centering}
26596 \end_layout
26597
26598 \begin_layout Plain Layout
26599
26600
26601 \backslash
26602 renewcommand*{
26603 \backslash
26604 raggedrightmarginnote}{
26605 \backslash
26606 centering}
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \begin_inset Marginal
26613 status open
26614
26615 \begin_layout Plain Layout
26616 El texto de esta nota está centrado.
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \family default
26623 \series default
26624  El valor predeterminado es 
26625 \end_layout
26626
26627 \begin_layout Standard
26628
26629 \series bold
26630
26631 \backslash
26632 renewcommand*{
26633 \backslash
26634 raggedleftmarginnote}{
26635 \backslash
26636 raggedleft}
26637 \begin_inset Newline newline
26638 \end_inset
26639
26640
26641 \backslash
26642 renewcommand*{
26643 \backslash
26644 raggedrightmarginnote}{
26645 \backslash
26646 raggedright}
26647 \family roman
26648 \series medium
26649
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 renewcommand*{
26658 \backslash
26659 raggedleftmarginnote}{
26660 \backslash
26661 raggedleft}
26662 \end_layout
26663
26664 \begin_layout Plain Layout
26665
26666
26667 \backslash
26668 renewcommand*{
26669 \backslash
26670 raggedrightmarginnote}{
26671 \backslash
26672 raggedright}
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Standard
26681 \begin_inset VSpace medskip
26682 \end_inset
26683
26684 Para otras características de 
26685 \series bold
26686 marginnote
26687 \series default
26688  mira en su documentación 
26689 \begin_inset CommandInset citation
26690 LatexCommand cite
26691 key "marginnote"
26692
26693 \end_inset
26694
26695 .
26696 \end_layout
26697
26698 \begin_layout Standard
26699 \begin_inset VSpace bigskip
26700 \end_inset
26701
26702 El diseño de las notas al margen puede ser redefinido.
26703  Por ejemplo, para crear una cabecera para todas las notas con el texto
26704  
26705 \begin_inset Quotes eld
26706 \end_inset
26707
26708
26709 \series bold
26710 \bar under
26711 ¡
26712 \family sans
26713 Atención
26714 \family default
26715 !
26716 \series default
26717 \bar default
26718
26719 \begin_inset Quotes erd
26720 \end_inset
26721
26722 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26723 \end_layout
26724
26725 \begin_layout Standard
26726
26727 \series bold
26728
26729 \backslash
26730 let
26731 \backslash
26732 myMarginpar
26733 \backslash
26734 marginpar
26735 \begin_inset Newline newline
26736 \end_inset
26737
26738
26739 \backslash
26740 renewcommand{
26741 \backslash
26742 marginpar}[1]{
26743 \backslash
26744 myMarginpar{%
26745 \begin_inset Newline newline
26746 \end_inset
26747
26748
26749 \begin_inset Phantom HPhantom
26750 status open
26751
26752 \begin_layout Plain Layout
26753
26754 \series bold
26755 \begin_inset space ~
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \backslash
26765 hspace{0pt}
26766 \backslash
26767 textsf{
26768 \backslash
26769 textbf{
26770 \backslash
26771 underbar{¡Atención!}}}%
26772 \begin_inset Newline newline
26773 \end_inset
26774
26775
26776 \begin_inset Phantom HPhantom
26777 status open
26778
26779 \begin_layout Plain Layout
26780
26781 \series bold
26782 \begin_inset space ~
26783 \end_inset
26784
26785
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \backslash
26792 vspace{1.5mm}
26793 \backslash
26794
26795 \backslash
26796 #1}}
26797 \end_layout
26798
26799 \begin_layout Standard
26800
26801 \family roman
26802 \series medium
26803 \begin_inset ERT
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807
26808
26809 \backslash
26810 let
26811 \backslash
26812 myMarginpar
26813 \backslash
26814 marginpar
26815 \end_layout
26816
26817 \begin_layout Plain Layout
26818
26819
26820 \backslash
26821 renewcommand{
26822 \backslash
26823 marginpar}[1]{
26824 \backslash
26825 myMarginpar{%
26826 \end_layout
26827
26828 \begin_layout Plain Layout
26829
26830    
26831 \backslash
26832 textsf{
26833 \backslash
26834 textbf{
26835 \backslash
26836 underbar{¡Atención!}}}%
26837 \end_layout
26838
26839 \begin_layout Plain Layout
26840
26841    
26842 \backslash
26843 vspace{1.5mm}
26844 \backslash
26845
26846 \backslash
26847 #1}}
26848 \end_layout
26849
26850 \end_inset
26851
26852
26853 \begin_inset Marginal
26854 status open
26855
26856 \begin_layout Plain Layout
26857 Esta es una nota con una cabecera definida.
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \family default
26864 \series default
26865
26866 \begin_inset ERT
26867 status collapsed
26868
26869 \begin_layout Plain Layout
26870
26871 [-1.5cm]
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \family roman
26878 \series medium
26879
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 renewcommand{
26888 \backslash
26889 marginpar}[1]{
26890 \backslash
26891 myMarginpar{#1}}
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \family default
26898 \series default
26899
26900 \begin_inset Note Note
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \begin_layout Standard
26913 \begin_inset ERT
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917
26918
26919 \backslash
26920 else
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \begin_inset Note Note
26927 status collapsed
26928
26929 \begin_layout Plain Layout
26930 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26931  
26932 \series bold
26933 marginnote
26934 \series default
26935 .
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Debes instalar el paquete LaTeX 
26945 \series bold
26946 marginnote
26947 \series default
26948  para ver la parte siguiente en la salida.
26949 \end_layout
26950
26951 \begin_layout Standard
26952 \begin_inset ERT
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956
26957
26958 \backslash
26959 fi
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Chapter
26968 Marcos
26969 \end_layout
26970
26971 \begin_layout Section
26972 Introducción
26973 \begin_inset Index idx
26974 status open
26975
26976 \begin_layout Plain Layout
26977 Marcos ! Introducción
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \begin_layout Standard
26986 Los marcos se emplean para dar formato a bloques de texto.
26987  Se pueden usar para escribir documentos con varios idiomas, véase sección
26988 \begin_inset space ~
26989 \end_inset
26990
26991
26992 \begin_inset CommandInset ref
26993 LatexCommand ref
26994 reference "sec:Minipáginas"
26995
26996 \end_inset
26997
26998 , enmarcar textos, véase sección
26999 \begin_inset space ~
27000 \end_inset
27001
27002
27003 \begin_inset CommandInset ref
27004 LatexCommand ref
27005 reference "sec:Decoración"
27006
27007 \end_inset
27008
27009 , evitar la división de palabras, véase sección
27010 \begin_inset space ~
27011 \end_inset
27012
27013
27014 \begin_inset CommandInset ref
27015 LatexCommand ref
27016 reference "sec:Evitar-la-Partición"
27017
27018 \end_inset
27019
27020 , alinear texto, véase sección
27021 \begin_inset space ~
27022 \end_inset
27023
27024
27025 \begin_inset CommandInset ref
27026 LatexCommand ref
27027 reference "sub:Alineación-Vertical"
27028
27029 \end_inset
27030
27031 , o para poner color de fondo a un texto, véase sección
27032 \begin_inset space ~
27033 \end_inset
27034
27035
27036 \begin_inset CommandInset ref
27037 LatexCommand ref
27038 reference "sec:Marcos-Coloreados"
27039
27040 \end_inset
27041
27042 .
27043 \end_layout
27044
27045 \begin_layout Standard
27046 Se insertan con el menú 
27047 \family sans
27048 Insertar\SpecialChar \menuseparator
27049 Marco
27050 \family default
27051  o con el botón 
27052 \begin_inset Graphics
27053         filename ../../images/box-insert.png
27054         scale 85
27055
27056 \end_inset
27057
27058 .
27059  Surge un recuadro gris con la etiqueta 
27060 \family sans
27061 Marco (Minipágina)
27062 \family default
27063
27064 \begin_inset Graphics
27065         filename clipart/CuadroMinipagQt4.png
27066         scale 75
27067         keepAspectRatio
27068
27069 \end_inset
27070
27071 .
27072  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
27073  
27074 \family sans
27075 Configuración
27076 \family default
27077 .
27078  Sale un diálogo en el que 
27079 \family sans
27080 Marco
27081 \family default
27082
27083 \begin_inset space ~
27084 \end_inset
27085
27086
27087 \family sans
27088 interior
27089 \family default
27090  permite escoger los tipos
27091 \family sans
27092  Minipágina
27093 \family default
27094
27095 \family sans
27096 Marco de párrafo
27097 \family default
27098  y 
27099 \family sans
27100 Marco de 
27101 \family default
27102 línea.
27103  
27104 \family sans
27105 Minipágina
27106 \family default
27107  es el predeterminado para nuevos marcos y se explica en la sección
27108 \begin_inset space ~
27109 \end_inset
27110
27111
27112 \begin_inset CommandInset ref
27113 LatexCommand ref
27114 reference "sec:Minipáginas"
27115
27116 \end_inset
27117
27118 ; el tipo 
27119 \family sans
27120 Marco de párrafo
27121 \family default
27122  se describe en la sección
27123 \begin_inset space ~
27124 \end_inset
27125
27126
27127 \begin_inset CommandInset ref
27128 LatexCommand ref
27129 reference "sec:Marcos-de-Párrafo"
27130
27131 \end_inset
27132
27133  y el tipo 
27134 \family sans
27135 Marco de línea
27136 \family default
27137  se describe en la sección
27138 \begin_inset space ~
27139 \end_inset
27140
27141
27142 \begin_inset CommandInset ref
27143 LatexCommand ref
27144 reference "sec:Evitar-la-Partición"
27145
27146 \end_inset
27147
27148 .
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
27153  o las notas al pie.
27154 \end_layout
27155
27156 \begin_layout Standard
27157 \begin_inset Note Greyedout
27158 status open
27159
27160 \begin_layout Plain Layout
27161
27162 \series bold
27163 Nota:
27164 \series default
27165  Los marcos no deben ser el ítem en un entorno 
27166 \family sans
27167 Enumeración*
27168 \family default
27169  o 
27170 \family sans
27171 Descripción
27172 \family default
27173 .
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \begin_layout Standard
27182 \begin_inset Note Greyedout
27183 status open
27184
27185 \begin_layout Plain Layout
27186
27187 \series bold
27188 Nota:
27189 \series default
27190  Por razones desconocidas sólo se puede poner el tipo 
27191 \family sans
27192 Marco
27193 \begin_inset space ~
27194 \end_inset
27195
27196 interior
27197 \family default
27198  en 
27199 \family sans
27200 Ninguno
27201 \family default
27202  cuando se emplea un marco enmarcado.
27203  Los marcos sin ningún tipo de 
27204 \family sans
27205 Marco
27206 \begin_inset space ~
27207 \end_inset
27208
27209 interior
27210 \family default
27211  y sin bordes se explican en la sección
27212 \begin_inset space ~
27213 \end_inset
27214
27215
27216 \begin_inset CommandInset ref
27217 LatexCommand ref
27218 reference "sec:Evitar-la-Partición"
27219
27220 \end_inset
27221
27222 .
27223 \end_layout
27224
27225 \end_inset
27226
27227
27228 \end_layout
27229
27230 \begin_layout Section
27231 Diálogo de marcos
27232 \begin_inset CommandInset label
27233 LatexCommand label
27234 name "sec:Diálogo-Marcos"
27235
27236 \end_inset
27237
27238
27239 \begin_inset Index idx
27240 status open
27241
27242 \begin_layout Plain Layout
27243 Marcos ! Configuración
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \begin_layout Subsection
27252 Tamaño
27253 \begin_inset Index idx
27254 status open
27255
27256 \begin_layout Plain Layout
27257 Marcos ! Tamaño
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Standard
27266 En el diálogo puedes ajustar la geometría del marco en los campos 
27267 \family sans
27268 Ancho
27269 \family default
27270  y 
27271 \family sans
27272 Alto
27273 \family default
27274 .
27275  Las unidades disponibles para la geometría se describen en el cuadro
27276 \begin_inset space ~
27277 \end_inset
27278
27279
27280 \begin_inset CommandInset ref
27281 LatexCommand ref
27282 reference "tab:Unidades"
27283
27284 \end_inset
27285
27286 .
27287  El campo 
27288 \family sans
27289 Alto
27290 \family default
27291  ofrece los siguientes tamaños adicionales:
27292 \end_layout
27293
27294 \begin_layout Description
27295 Profundidad Es la 
27296 \begin_inset Quotes fld
27297 \end_inset
27298
27299 altura
27300 \begin_inset Quotes frd
27301 \end_inset
27302
27303  del texto plano.
27304  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27305  marco:
27306 \begin_inset Newline newline
27307 \end_inset
27308
27309
27310 \begin_inset Newline newline
27311 \end_inset
27312
27313
27314 \begin_inset Newline newline
27315 \end_inset
27316
27317
27318 \begin_inset Newline newline
27319 \end_inset
27320
27321
27322 \begin_inset Box Boxed
27323 position "c"
27324 hor_pos "c"
27325 has_inner_box 1
27326 inner_pos "c"
27327 use_parbox 0
27328 use_makebox 0
27329 width "12col%"
27330 special "none"
27331 height "1in"
27332 height_special "depth"
27333 status open
27334
27335 \begin_layout Plain Layout
27336 \align center
27337 Marco con altura establecida en 1
27338 \begin_inset space \thinspace{}
27339 \end_inset
27340
27341 Profundidad
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \begin_inset Newline newline
27348 \end_inset
27349
27350
27351 \begin_inset Newline newline
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \begin_layout Description
27358 Alto Es la altura del texto que está dentro del marco.
27359  Un valor de, p.
27360 \begin_inset space \thinspace{}
27361 \end_inset
27362
27363 e.
27364 \begin_inset space ~
27365 \end_inset
27366
27367 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27368  
27369 \begin_inset Box Boxed
27370 position "c"
27371 hor_pos "c"
27372 has_inner_box 1
27373 inner_pos "c"
27374 use_parbox 0
27375 use_makebox 0
27376 width "20col%"
27377 special "none"
27378 height "2in"
27379 height_special "height"
27380 status open
27381
27382 \begin_layout Plain Layout
27383 \align center
27384 Marco con altura puesta en 2
27385 \begin_inset space \thinspace{}
27386 \end_inset
27387
27388 Alto
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Description
27397 Alto
27398 \begin_inset space ~
27399 \end_inset
27400
27401 total Esto es el Alto
27402 \begin_inset space \thinspace{}
27403 \end_inset
27404
27405 +
27406 \begin_inset space \thinspace{}
27407 \end_inset
27408
27409 Profundidad: 
27410 \begin_inset Box Boxed
27411 position "c"
27412 hor_pos "c"
27413 has_inner_box 1
27414 inner_pos "c"
27415 use_parbox 0
27416 use_makebox 0
27417 width "20col%"
27418 special "none"
27419 height "1in"
27420 height_special "totalheight"
27421 status open
27422
27423 \begin_layout Plain Layout
27424 \align center
27425 Marco con altura puesta a 1
27426 \begin_inset space \thinspace{}
27427 \end_inset
27428
27429 Alto
27430 \begin_inset space ~
27431 \end_inset
27432
27433 total
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Description
27442 Ancho Esto determina al ancho del marco como altura: 
27443 \begin_inset Box Boxed
27444 position "c"
27445 hor_pos "c"
27446 has_inner_box 1
27447 inner_pos "c"
27448 use_parbox 0
27449 use_makebox 0
27450 width "12col%"
27451 special "none"
27452 height "1in"
27453 height_special "width"
27454 status open
27455
27456 \begin_layout Plain Layout
27457 \align center
27458 Marco con altura puesta en 1
27459 \begin_inset space \thinspace{}
27460 \end_inset
27461
27462 Ancho
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Subsection
27471 Alineación
27472 \begin_inset Index idx
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 Marcos ! Alineación
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 Si has elegido un 
27486 \family sans
27487 Marco
27488 \begin_inset space ~
27489 \end_inset
27490
27491 interior
27492 \family default
27493 , la alineación vertical del marco puede ser:
27494 \end_layout
27495
27496 \begin_layout Description
27497 Superior Ejemplo de línea de texto.
27498  
27499 \begin_inset Box Boxed
27500 position "t"
27501 hor_pos "c"
27502 has_inner_box 1
27503 inner_pos "c"
27504 use_parbox 0
27505 use_makebox 0
27506 width "12col%"
27507 special "none"
27508 height "1in"
27509 height_special "totalheight"
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 \align center
27514 marco alineado arriba.
27515 \end_layout
27516
27517 \end_inset
27518
27519  Ejemplo de línea de texto.
27520 \end_layout
27521
27522 \begin_layout Description
27523 Medio Ejemplo de línea de texto.
27524  
27525 \begin_inset Box Boxed
27526 position "c"
27527 hor_pos "c"
27528 has_inner_box 1
27529 inner_pos "c"
27530 use_parbox 0
27531 use_makebox 0
27532 width "12col%"
27533 special "none"
27534 height "1in"
27535 height_special "totalheight"
27536 status collapsed
27537
27538 \begin_layout Plain Layout
27539 \align center
27540 marco alineado en medio.
27541 \end_layout
27542
27543 \end_inset
27544
27545  Ejemplo de línea de texto.
27546 \end_layout
27547
27548 \begin_layout Description
27549 Inferior Ejemplo de línea de texto.
27550  
27551 \begin_inset Box Boxed
27552 position "b"
27553 hor_pos "c"
27554 has_inner_box 1
27555 inner_pos "c"
27556 use_parbox 0
27557 use_makebox 0
27558 width "12col%"
27559 special "none"
27560 height "1in"
27561 height_special "totalheight"
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 \align center
27566 marco alineado abajo.
27567 \end_layout
27568
27569 \end_inset
27570
27571  Ejemplo de línea de texto.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 \begin_inset Note Greyedout
27576 status open
27577
27578 \begin_layout Plain Layout
27579
27580 \series bold
27581 Nota:
27582 \series default
27583  La alineación vertical puede desaparecer en la salida si hay dos marcos
27584  en una línea y, p.
27585 \begin_inset space \thinspace{}
27586 \end_inset
27587
27588 e., uno de ellos tiene sombreado y el otro no.
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597 La alineación horizontal del marco puede establecerse en el diálogo de configura
27598 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27599 \end_layout
27600
27601 \begin_layout Standard
27602 \begin_inset VSpace bigskip
27603 \end_inset
27604
27605 Si has escogido un 
27606 \family sans
27607 Marco
27608 \begin_inset space ~
27609 \end_inset
27610
27611 interior
27612 \family default
27613 , el contenido puede alinearse verticalmente a:
27614 \end_layout
27615
27616 \begin_layout Description
27617 Superior Ejemplo de línea de texto.
27618  
27619 \begin_inset Box Boxed
27620 position "c"
27621 hor_pos "c"
27622 has_inner_box 1
27623 inner_pos "t"
27624 use_parbox 0
27625 use_makebox 0
27626 width "12col%"
27627 special "none"
27628 height "1.5in"
27629 height_special "totalheight"
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633 \align center
27634 marco con texto alineado arriba.
27635 \end_layout
27636
27637 \end_inset
27638
27639  Ejemplo de línea de texto.
27640 \end_layout
27641
27642 \begin_layout Description
27643 Medio Ejemplo de línea de texto.
27644  
27645 \begin_inset Box Boxed
27646 position "c"
27647 hor_pos "c"
27648 has_inner_box 1
27649 inner_pos "c"
27650 use_parbox 0
27651 use_makebox 0
27652 width "12col%"
27653 special "none"
27654 height "1.5in"
27655 height_special "totalheight"
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 \align center
27660 marco con texto alineado en medio.
27661 \end_layout
27662
27663 \end_inset
27664
27665  Ejemplo de línea de texto.
27666 \end_layout
27667
27668 \begin_layout Description
27669 Inferior Ejemplo de línea de texto.
27670  
27671 \begin_inset Box Boxed
27672 position "c"
27673 hor_pos "c"
27674 has_inner_box 1
27675 inner_pos "b"
27676 use_parbox 0
27677 use_makebox 0
27678 width "12col%"
27679 special "none"
27680 height "1.5in"
27681 height_special "totalheight"
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 \align center
27686 marco con texto alineado abajo.
27687 \end_layout
27688
27689 \end_inset
27690
27691  Ejemplo de línea de texto.
27692 \end_layout
27693
27694 \begin_layout Description
27695 Estirado Ejemplo de línea de texto.
27696  
27697 \begin_inset Box Boxed
27698 position "c"
27699 hor_pos "c"
27700 has_inner_box 1
27701 inner_pos "s"
27702 use_parbox 0
27703 use_makebox 0
27704 width "12col%"
27705 special "none"
27706 height "1.5in"
27707 height_special "totalheight"
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 \align center
27712 Este texto
27713 \end_layout
27714
27715 \begin_layout Plain Layout
27716 \align center
27717 está
27718 \end_layout
27719
27720 \begin_layout Plain Layout
27721 \align center
27722 estirado.
27723 \end_layout
27724
27725 \end_inset
27726
27727  Ejemplo de línea de texto.
27728 \end_layout
27729
27730 \begin_layout Standard
27731 Para estirar el contenido debe tener más de un párrafo.
27732  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27733 \end_layout
27734
27735 \begin_layout Standard
27736 \begin_inset VSpace bigskip
27737 \end_inset
27738
27739 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27740  LyX cuando hayas escogido un 
27741 \family sans
27742 Marco
27743 \begin_inset space ~
27744 \end_inset
27745
27746 interior
27747 \family default
27748 .
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \align center
27753 \begin_inset Box Boxed
27754 position "c"
27755 hor_pos "c"
27756 has_inner_box 1
27757 inner_pos "s"
27758 use_parbox 0
27759 use_makebox 0
27760 width "15col%"
27761 special "none"
27762 height "1.25in"
27763 height_special "totalheight"
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 \align left
27768 marco
27769 \end_layout
27770
27771 \begin_layout Plain Layout
27772 \align center
27773 con texto
27774 \end_layout
27775
27776 \begin_layout Plain Layout
27777 \align right
27778 estirado
27779 \end_layout
27780
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \begin_layout Standard
27787 Si no has establecido un 
27788 \family sans
27789 Marco
27790 \begin_inset space ~
27791 \end_inset
27792
27793 interior
27794 \family default
27795 , puedes alinear horizontalmente el contenido del marco en el diálogo de
27796  marcos.
27797 \end_layout
27798
27799 \begin_layout Standard
27800 \align center
27801 \begin_inset Box Boxed
27802 position "c"
27803 hor_pos "s"
27804 has_inner_box 0
27805 inner_pos "s"
27806 use_parbox 0
27807 use_makebox 0
27808 width "90col%"
27809 special "none"
27810 height "1.25in"
27811 height_special "totalheight"
27812 status open
27813
27814 \begin_layout Plain Layout
27815 Texto estirado horizontalmente.
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Subsection
27824 Decoración
27825 \begin_inset CommandInset label
27826 LatexCommand label
27827 name "sec:Decoración"
27828
27829 \end_inset
27830
27831
27832 \begin_inset Index idx
27833 status open
27834
27835 \begin_layout Plain Layout
27836 Marcos ! Decoración
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Standard
27845 El estilo de borde del marco se puede determinar en la lista desplegable
27846  
27847 \family sans
27848 Tipo
27849 \family default
27850  del diálogo de marcos.
27851  Son posibles los siguientes bordes:
27852 \end_layout
27853
27854 \begin_layout Description
27855 Sin
27856 \begin_inset space ~
27857 \end_inset
27858
27859 borde No se dibuja ninguno.
27860 \end_layout
27861
27862 \begin_layout Description
27863 Borde
27864 \begin_inset space ~
27865 \end_inset
27866
27867 rectangular
27868 \begin_inset space ~
27869 \end_inset
27870
27871 sencillo Dibuja un borde rectangular alrededor del marco.
27872  El grosor del borde depende de 
27873 \series bold
27874
27875 \backslash
27876 fboxrule
27877 \series default
27878 .
27879  
27880 \begin_inset Box Boxed
27881 position "c"
27882 hor_pos "c"
27883 has_inner_box 1
27884 inner_pos "c"
27885 use_parbox 0
27886 use_makebox 0
27887 width "25col%"
27888 special "none"
27889 height "1in"
27890 height_special "totalheight"
27891 status open
27892
27893 \begin_layout Plain Layout
27894 \align center
27895 Marco rectangular
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \begin_layout Description
27904 Borde
27905 \begin_inset space ~
27906 \end_inset
27907
27908 ovalado,
27909 \begin_inset space ~
27910 \end_inset
27911
27912 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
27913 \begin_inset space \thinspace{}
27914 \end_inset
27915
27916 pt.
27917  
27918 \begin_inset Box ovalbox
27919 position "c"
27920 hor_pos "c"
27921 has_inner_box 1
27922 inner_pos "c"
27923 use_parbox 0
27924 use_makebox 0
27925 width "25col%"
27926 special "none"
27927 height "1in"
27928 height_special "totalheight"
27929 status open
27930
27931 \begin_layout Plain Layout
27932 \align center
27933 Borde ovalado, fino
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \end_layout
27940
27941 \begin_layout Description
27942 Borde
27943 \begin_inset space ~
27944 \end_inset
27945
27946 ovalado,
27947 \begin_inset space ~
27948 \end_inset
27949
27950 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
27951 \begin_inset space \thinspace{}
27952 \end_inset
27953
27954 pt.
27955  
27956 \begin_inset Box Ovalbox
27957 position "c"
27958 hor_pos "c"
27959 has_inner_box 1
27960 inner_pos "c"
27961 use_parbox 0
27962 use_makebox 0
27963 width "30col%"
27964 special "none"
27965 height "1in"
27966 height_special "totalheight"
27967 status open
27968
27969 \begin_layout Plain Layout
27970 \align center
27971 Borde ovalado, grueso
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Description
27980 Borde
27981 \begin_inset space ~
27982 \end_inset
27983
27984 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
27985  El grosor de la línea tiene el tamaño dado por 
27986 \series bold
27987
27988 \backslash
27989 fboxrule
27990 \series default
27991 , la sombra tiene una anchura de 4
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 pt.
27996  
27997 \begin_inset Box Shadowbox
27998 position "c"
27999 hor_pos "c"
28000 has_inner_box 1
28001 inner_pos "c"
28002 use_parbox 0
28003 use_makebox 0
28004 width "20col%"
28005 special "none"
28006 height "1in"
28007 height_special "totalheight"
28008 status open
28009
28010 \begin_layout Plain Layout
28011 \align center
28012 Borde sombrado
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \begin_layout Description
28021 Fondo
28022 \begin_inset space ~
28023 \end_inset
28024
28025 coloreado Dibuja un cuadro con fondo de color rojo.
28026  A diferencia de los cuadros coloreados,
28027 \begin_inset Foot
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 véase sec.
28032  
28033 \begin_inset CommandInset ref
28034 LatexCommand ref
28035 reference "sec:Marcos-Coloreados"
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \end_inset
28043
28044  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28045 \begin_inset Box Shaded
28046 position "t"
28047 hor_pos "c"
28048 has_inner_box 0
28049 inner_pos "t"
28050 use_parbox 0
28051 use_makebox 0
28052 width "50col%"
28053 special "none"
28054 height "1in"
28055 height_special "totalheight"
28056 status open
28057
28058 \begin_layout Plain Layout
28059 Cuadro con fondo sombreado
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \begin_layout Description
28068 Borde
28069 \begin_inset space ~
28070 \end_inset
28071
28072 rectangular
28073 \begin_inset space ~
28074 \end_inset
28075
28076 doble Dibuja un rectángulo de línea doble alrededor.
28077  El grosor de la línea interior es 0.75
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081
28082 \series bold
28083
28084 \backslash
28085 fboxrule
28086 \series default
28087 , el de la línea exterior es 1.5
28088 \begin_inset space \thinspace{}
28089 \end_inset
28090
28091
28092 \series bold
28093
28094 \backslash
28095 fboxrule
28096 \series default
28097 .
28098  La distancia entre líneas es 1.5
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102
28103 \series bold
28104
28105 \backslash
28106 fboxrule
28107 \series default
28108
28109 \begin_inset space \thinspace{}
28110 \end_inset
28111
28112 +
28113 \begin_inset space \thinspace{}
28114 \end_inset
28115
28116 0.5
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120 pt.
28121  
28122 \begin_inset Box Doublebox
28123 position "c"
28124 hor_pos "c"
28125 has_inner_box 1
28126 inner_pos "c"
28127 use_parbox 0
28128 use_makebox 0
28129 width "20col%"
28130 special "none"
28131 height "1in"
28132 height_special "totalheight"
28133 status open
28134
28135 \begin_layout Plain Layout
28136 \align center
28137 Borde doble
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
28147  Para poder utilizar los distintos bordes, debe estar instalado el paquete
28148  LaTeX 
28149 \series bold
28150 fancybox
28151 \series default
28152
28153 \begin_inset Index idx
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157 LaTeX-paquetes ! fancybox
28158 \end_layout
28159
28160 \end_inset
28161
28162 .
28163 \end_layout
28164
28165 \begin_layout Standard
28166 \begin_inset VSpace bigskip
28167 \end_inset
28168
28169 Si usas la decoración 
28170 \family sans
28171 borde rectangular sencillo
28172 \family default
28173  sin marco interior, puedes permitir saltos de página dentro del marco.
28174  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
28175  el borde usa siempre todo el ancho de columna, el marco se establece como
28176  su párrafo propio y 
28177 \series bold
28178
28179 \backslash
28180 fboxrule
28181 \series default
28182  y 
28183 \series bold
28184
28185 \backslash
28186 fboxsep
28187 \series default
28188  no funcionan.
28189  El grosor del borde tiene el tamaño de 
28190 \series bold
28191
28192 \backslash
28193 FrameRule
28194 \series default
28195 .
28196 \begin_inset Box Framed
28197 position "t"
28198 hor_pos "c"
28199 has_inner_box 0
28200 inner_pos "t"
28201 use_parbox 0
28202 use_makebox 0
28203 width "100col%"
28204 special "none"
28205 height "1in"
28206 height_special "totalheight"
28207 status collapsed
28208
28209 \begin_layout Plain Layout
28210 Cuadro que permite saltos de página
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Section
28219 Personalización de marcos
28220 \begin_inset Index idx
28221 status open
28222
28223 \begin_layout Plain Layout
28224 Marcos ! Personalizar
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Standard
28233 El valor predeterminado por 
28234 \series bold
28235
28236 \backslash
28237 fboxrule
28238 \series default
28239  es 0.4
28240 \begin_inset space \thinspace{}
28241 \end_inset
28242
28243 pt.
28244  Puede cambiarse con el siguiente comando en código TeX, p.
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 e.
28249 \begin_inset space ~
28250 \end_inset
28251
28252 a
28253 \begin_inset space ~
28254 \end_inset
28255
28256 2
28257 \begin_inset space \thinspace{}
28258 \end_inset
28259
28260 pt:
28261 \end_layout
28262
28263 \begin_layout Standard
28264
28265 \series bold
28266
28267 \backslash
28268 setlength{
28269 \backslash
28270 fboxrule}{2pt}
28271 \end_layout
28272
28273 \begin_layout Standard
28274 \begin_inset ERT
28275 status collapsed
28276
28277 \begin_layout Plain Layout
28278
28279
28280 \backslash
28281 setlength{
28282 \backslash
28283 fboxrule}{2pt}
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \begin_inset Box Boxed
28290 position "c"
28291 hor_pos "c"
28292 has_inner_box 1
28293 inner_pos "c"
28294 use_parbox 0
28295 use_makebox 0
28296 width "25col%"
28297 special "none"
28298 height "1in"
28299 height_special "totalheight"
28300 status open
28301
28302 \begin_layout Plain Layout
28303 \align center
28304 Marco rectangular con 
28305 \series bold
28306
28307 \backslash
28308 fboxrule
28309 \series default
28310
28311 \begin_inset space \thinspace{}
28312 \end_inset
28313
28314 =
28315 \begin_inset space \thinspace{}
28316 \end_inset
28317
28318 2
28319 \begin_inset space \thinspace{}
28320 \end_inset
28321
28322 pt
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \begin_inset ERT
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332
28333
28334 \backslash
28335 setlength{
28336 \backslash
28337 fboxrule}{0.4pt}
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \begin_layout Standard
28346 \begin_inset VSpace bigskip
28347 \end_inset
28348
28349 El espacio entre el borde y el contenido del cuadro es 3
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 pt por omisión para todos los estilos.
28354  Se puede cambiar mediante la longitud 
28355 \series bold
28356
28357 \backslash
28358 fboxsep
28359 \series default
28360 .
28361  Por ejemplo el comando
28362 \end_layout
28363
28364 \begin_layout Standard
28365
28366 \series bold
28367
28368 \backslash
28369 setlength{
28370 \backslash
28371 fboxsep}{10pt}
28372 \end_layout
28373
28374 \begin_layout Standard
28375 determina un valor de 10
28376 \begin_inset space \thinspace{}
28377 \end_inset
28378
28379 pt, como en el siguiente marco:
28380 \end_layout
28381
28382 \begin_layout Standard
28383 \begin_inset ERT
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387
28388
28389 \backslash
28390 setlength{
28391 \backslash
28392 fboxsep}{10pt}
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \begin_inset Box Boxed
28399 position "c"
28400 hor_pos "c"
28401 has_inner_box 1
28402 inner_pos "c"
28403 use_parbox 0
28404 use_makebox 0
28405 width "25col%"
28406 special "none"
28407 height "1in"
28408 height_special "totalheight"
28409 status open
28410
28411 \begin_layout Plain Layout
28412 \align center
28413 Marco rectangular con 
28414 \series bold
28415
28416 \backslash
28417 fboxsep
28418 \series default
28419
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 =
28424 \begin_inset space \thinspace{}
28425 \end_inset
28426
28427 10
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 pt
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 setlength{
28445 \backslash
28446 fboxsep}{3pt}
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 \begin_inset VSpace bigskip
28456 \end_inset
28457
28458 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28459  el comando 
28460 \series bold
28461
28462 \backslash
28463 cornersize
28464 \series default
28465 .
28466  El comando
28467 \end_layout
28468
28469 \begin_layout Standard
28470
28471 \series bold
28472
28473 \backslash
28474 cornersize*{1cm}
28475 \end_layout
28476
28477 \begin_layout Standard
28478 establece un diámetro de 1
28479 \begin_inset space \thinspace{}
28480 \end_inset
28481
28482 cm.
28483  El comando
28484 \end_layout
28485
28486 \begin_layout Standard
28487
28488 \series bold
28489
28490 \backslash
28491 cornersize{num}
28492 \end_layout
28493
28494 \begin_layout Standard
28495 fija el diámetro en 
28496 \family sans
28497 num
28498 \begin_inset space \thinspace{}
28499 \end_inset
28500
28501 ×
28502 \begin_inset space \thinspace{}
28503 \end_inset
28504
28505 mínimo
28506 \family default
28507  
28508 \family sans
28509 (ancho y alto del marco)
28510 \family default
28511 .
28512  Por omisión es 
28513 \series bold
28514
28515 \backslash
28516 cornersize{0.5}
28517 \series default
28518 .
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 cornersize*{1.5cm}
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \begin_inset Box Ovalbox
28536 position "c"
28537 hor_pos "c"
28538 has_inner_box 1
28539 inner_pos "c"
28540 use_parbox 0
28541 use_makebox 0
28542 width "28col%"
28543 special "none"
28544 height "1in"
28545 height_special "totalheight"
28546 status open
28547
28548 \begin_layout Plain Layout
28549 \align center
28550 Marco ovalado con 
28551 \series bold
28552
28553 \backslash
28554 cornersize
28555 \series default
28556
28557 \begin_inset space \thinspace{}
28558 \end_inset
28559
28560 =
28561 \begin_inset space \thinspace{}
28562 \end_inset
28563
28564 1.5
28565 \begin_inset space \thinspace{}
28566 \end_inset
28567
28568 cm
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \begin_inset ERT
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578
28579
28580 \backslash
28581 cornersize{0.5}
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Standard
28590 \begin_inset VSpace bigskip
28591 \end_inset
28592
28593 El tamaño de la sombra se puede ajustar cambiando la longitud 
28594 \series bold
28595
28596 \backslash
28597 shadowsize
28598 \series default
28599 .
28600  Este comando la ajusta a 2
28601 \begin_inset space \thinspace{}
28602 \end_inset
28603
28604 pt en el marco siguiente:
28605 \end_layout
28606
28607 \begin_layout Standard
28608
28609 \series bold
28610
28611 \backslash
28612 setlength{
28613 \backslash
28614 shadowsize}{2pt}
28615 \end_layout
28616
28617 \begin_layout Standard
28618 \begin_inset ERT
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622
28623
28624 \backslash
28625 setlength{
28626 \backslash
28627 shadowsize}{2pt}
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \begin_inset Box Shadowbox
28634 position "c"
28635 hor_pos "c"
28636 has_inner_box 1
28637 inner_pos "c"
28638 use_parbox 0
28639 use_makebox 0
28640 width "28col%"
28641 special "none"
28642 height "1in"
28643 height_special "totalheight"
28644 status open
28645
28646 \begin_layout Plain Layout
28647 \align center
28648 Borde sombreado con 
28649 \series bold
28650
28651 \backslash
28652 shadowsize
28653 \series default
28654
28655 \begin_inset space \thinspace{}
28656 \end_inset
28657
28658 =
28659 \begin_inset space \thinspace{}
28660 \end_inset
28661
28662 2
28663 \begin_inset space \thinspace{}
28664 \end_inset
28665
28666 pt
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \begin_inset ERT
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676
28677
28678 \backslash
28679 setlength{
28680 \backslash
28681 shadowsize}{4pt}
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 \begin_inset VSpace bigskip
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \begin_layout Standard
28697 Por omisión, el tamaño 
28698 \series bold
28699
28700 \backslash
28701 FrameRule
28702 \series default
28703  es 0,4
28704 \begin_inset space \thinspace{}
28705 \end_inset
28706
28707 pt.
28708  El espacio por omisión entre el contenido de la nota y el marco es 9
28709 \begin_inset space \thinspace{}
28710 \end_inset
28711
28712 pt; puede cambiarse con el valor de 
28713 \series bold
28714
28715 \backslash
28716 FrameSep
28717 \series default
28718 .
28719  Por ejemplo, el borde del marco siguiente se establece con los comandos
28720  en código TeX
28721 \end_layout
28722
28723 \begin_layout Standard
28724
28725 \series bold
28726
28727 \backslash
28728 setlength{
28729 \backslash
28730 FrameRule}{5pt}
28731 \begin_inset Newline newline
28732 \end_inset
28733
28734
28735 \backslash
28736 setlength{
28737 \backslash
28738 FrameSep}{0.5cm}
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 setlength{
28750 \backslash
28751 FrameRule}{5pt}
28752 \end_layout
28753
28754 \begin_layout Plain Layout
28755
28756
28757 \backslash
28758 setlength{
28759 \backslash
28760 FrameSep}{0.5cm}
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \begin_inset Box Framed
28767 position "t"
28768 hor_pos "c"
28769 has_inner_box 0
28770 inner_pos "t"
28771 use_parbox 0
28772 use_makebox 0
28773 width "100col%"
28774 special "none"
28775 height "1in"
28776 height_special "totalheight"
28777 status open
28778
28779 \begin_layout Plain Layout
28780 Texto en un marco con borde sencillo de 5
28781 \begin_inset space \thinspace{}
28782 \end_inset
28783
28784 pt.
28785  que permite
28786 \family sans
28787  
28788 \family default
28789 salto de página.
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \begin_inset ERT
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799
28800
28801 \backslash
28802 setlength{
28803 \backslash
28804 FrameRule}{0.4pt}
28805 \end_layout
28806
28807 \begin_layout Plain Layout
28808
28809
28810 \backslash
28811 setlength{
28812 \backslash
28813 FrameSep}{9pt}
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \begin_inset VSpace bigskip
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 Para los marcos con 
28830 \family sans
28831 fondo
28832 \begin_inset space ~
28833 \end_inset
28834
28835 coloreado
28836 \family default
28837  el espacio por omisión entre el contenido y el borde es 3
28838 \begin_inset space \thinspace{}
28839 \end_inset
28840
28841 pt; se puede cambiar con el valor de 
28842 \series bold
28843
28844 \backslash
28845 fboxsep
28846 \series default
28847 .
28848  El color rojo predeterminado se puede cambiar en el sitio con el comando
28849  
28850 \series bold
28851
28852 \backslash
28853 definecolor{shadecolor}
28854 \series default
28855  o globalmente con el menú 
28856 \family sans
28857 Herramientas
28858 \family default
28859 \SpecialChar \menuseparator
28860
28861 \family sans
28862 Preferencias
28863 \family default
28864 \SpecialChar \menuseparator
28865
28866 \family sans
28867 Colores
28868 \family default
28869 \SpecialChar \menuseparator
28870
28871 \family sans
28872 marco
28873 \begin_inset space ~
28874 \end_inset
28875
28876 coloreado
28877 \family default
28878 .
28879  El esquema del comando 
28880 \series bold
28881
28882 \backslash
28883 definecolor
28884 \series default
28885  se explica en la sección
28886 \begin_inset space ~
28887 \end_inset
28888
28889
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "sec:Cuadros-Coloreados"
28893
28894 \end_inset
28895
28896 .
28897 \begin_inset Foot
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901 El comando 
28902 \series bold
28903
28904 \backslash
28905 definecolor
28906 \series default
28907  requiere el paquete LaTeX 
28908 \series bold
28909 color
28910 \series default
28911  en el preámbulo, véase la sección
28912 \begin_inset space ~
28913 \end_inset
28914
28915
28916 \begin_inset CommandInset ref
28917 LatexCommand ref
28918 reference "sec:Marcos-Coloreados"
28919
28920 \end_inset
28921
28922 .
28923 \end_layout
28924
28925 \end_inset
28926
28927  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28928 \end_layout
28929
28930 \begin_layout Standard
28931
28932 \series bold
28933
28934 \backslash
28935 setlength{
28936 \backslash
28937 fboxsep}{0.5cm}
28938 \series default
28939
28940 \begin_inset Newline newline
28941 \end_inset
28942
28943
28944 \series bold
28945
28946 \backslash
28947 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956
28957 \backslash
28958 setlength{
28959 \backslash
28960 fboxsep}{0.5cm}
28961 \end_layout
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \begin_inset Box Shaded
28974 position "t"
28975 hor_pos "c"
28976 has_inner_box 0
28977 inner_pos "t"
28978 use_parbox 0
28979 use_makebox 0
28980 width "100col%"
28981 special "none"
28982 height "1in"
28983 height_special "totalheight"
28984 status open
28985
28986 \begin_layout Plain Layout
28987
28988 \color yellow
28989 Texto amarillo en un marco con fondo coloreado en verde oscuro.
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000
29001 \backslash
29002 setlength{
29003 \backslash
29004 fboxsep}{3pt}
29005 \end_layout
29006
29007 \begin_layout Plain Layout
29008
29009
29010 \backslash
29011 definecolor{shadecolor}{rgb}{1,0,0}
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 \begin_inset VSpace bigskip
29021 \end_inset
29022
29023 Los cambios en las dimensiones son válidos para todos los marcos que siguen
29024  a los comandos.
29025 \end_layout
29026
29027 \begin_layout Section
29028 Minipáginas
29029 \begin_inset CommandInset label
29030 LatexCommand label
29031 name "sec:Minipáginas"
29032
29033 \end_inset
29034
29035
29036 \begin_inset Index idx
29037 status open
29038
29039 \begin_layout Plain Layout
29040 Marcos ! Minipáginas
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29050  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29051 \end_layout
29052
29053 \begin_layout Standard
29054 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29055 \end_layout
29056
29057 \begin_layout Standard
29058 A continuación hay dos ejemplos de minipáginas adosadas.
29059  Su anchura está puesta en 45
29060 \begin_inset space \thinspace{}
29061 \end_inset
29062
29063 % y separadas por un relleno horizontal, insertado mediante el menú 
29064 \family sans
29065 Insertar\SpecialChar \menuseparator
29066 Formato\SpecialChar \menuseparator
29067 Relleno
29068 \begin_inset space ~
29069 \end_inset
29070
29071 horizontal
29072 \family default
29073 .
29074 \end_layout
29075
29076 \begin_layout Standard
29077 \begin_inset Box Frameless
29078 position "t"
29079 hor_pos "c"
29080 has_inner_box 1
29081 inner_pos "c"
29082 use_parbox 0
29083 use_makebox 0
29084 width "45col%"
29085 special "none"
29086 height "1in"
29087 height_special "totalheight"
29088 status open
29089
29090 \begin_layout Plain Layout
29091
29092 \lang german
29093 Dies ist ein deutscher Text.
29094  Dies ist ein deutscher Text.
29095  Dies ist ein deutscher Text.
29096  Dies ist ein deutscher Text.
29097  Dies ist ein deutscher Text.
29098  Dies ist ein deutscher Text.
29099  Dies ist ein deutscher Text.
29100  Dies ist ein deutscher Text.
29101  Dies ist ein deutscher Text.
29102  Dies ist ein deutscher Text.
29103  Dies ist ein deutscher Text.
29104  Dies ist ein deutscher Text.
29105  Dies ist ein deutscher Text
29106 \begin_inset Foot
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111 \lang german
29112 Dies ist eine deutsche Fußnote.
29113 \end_layout
29114
29115 \end_inset
29116
29117 .
29118  Dies ist ein deutscher Text.
29119  Dies ist ein deutscher Text.
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \begin_inset space \hfill{}
29126 \end_inset
29127
29128
29129 \begin_inset Box Frameless
29130 position "t"
29131 hor_pos "c"
29132 has_inner_box 1
29133 inner_pos "c"
29134 use_parbox 0
29135 use_makebox 0
29136 width "45col%"
29137 special "none"
29138 height "1in"
29139 height_special "totalheight"
29140 status open
29141
29142 \begin_layout Plain Layout
29143
29144 \lang english
29145 This is an English Text.
29146  This is an English Text.
29147  This is an English Text.
29148  This is an English Text.
29149  This is an English Text.
29150  This is an English Text.
29151  This is an English Text.
29152  This is an English Text.
29153  This is an English Text.
29154  This is an English Text.
29155  This is an English Text.
29156  This is an English Text.
29157  This is an English Text.
29158  This is an English Text.
29159  This is an English Text.
29160  This is an English Text.
29161 \begin_inset Foot
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165
29166 \lang english
29167 This is an English footnote.
29168 \end_layout
29169
29170 \end_inset
29171
29172  This is an English Text.
29173  
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 \begin_inset VSpace bigskip
29183 \end_inset
29184
29185 La configuración global de párrafos se ignora en las minipáginas.
29186  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29187  pongas p.
29188 \begin_inset space \thinspace{}
29189 \end_inset
29190
29191 e.
29192 \begin_inset space ~
29193 \end_inset
29194
29195
29196 \family sans
29197 Salto
29198 \begin_inset space ~
29199 \end_inset
29200
29201 medio
29202 \family default
29203  en la configuración del documento.
29204 \end_layout
29205
29206 \begin_layout Standard
29207 Las minipáginas también sirven para poner un color de fondo para partes
29208  de texto, véase sección
29209 \begin_inset space ~
29210 \end_inset
29211
29212
29213 \begin_inset CommandInset ref
29214 LatexCommand ref
29215 reference "sub:Color-en-Párrafos"
29216
29217 \end_inset
29218
29219 .
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset Note Greyedout
29224 status open
29225
29226 \begin_layout Plain Layout
29227
29228 \series bold
29229 Nota:
29230 \series default
29231  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29232  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \begin_layout Section
29241 Marcos de párrafo
29242 \begin_inset CommandInset label
29243 LatexCommand label
29244 name "sec:Marcos-de-Párrafo"
29245
29246 \end_inset
29247
29248
29249 \begin_inset Index idx
29250 status open
29251
29252 \begin_layout Plain Layout
29253 Marcos ! de párrafo
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \begin_layout Standard
29262 Los marcos de párrafo son similares a las minipáginas con la diferencia
29263  de que no pueden contener notas al pie.
29264 \end_layout
29265
29266 \begin_layout Standard
29267 \align center
29268 \begin_inset Box Frameless
29269 position "t"
29270 hor_pos "c"
29271 has_inner_box 1
29272 inner_pos "t"
29273 use_parbox 1
29274 use_makebox 0
29275 width "33col%"
29276 special "none"
29277 height "1in"
29278 height_special "totalheight"
29279 status open
29280
29281 \begin_layout Plain Layout
29282 Texto en un marco de párrafo.
29283  Texto en un marco de párrafo.
29284  Esta nota no aparece:
29285 \begin_inset Foot
29286 status open
29287
29288 \begin_layout Plain Layout
29289 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \begin_layout Section
29303 Marcos para palabras y caracteres
29304 \begin_inset Index idx
29305 status open
29306
29307 \begin_layout Plain Layout
29308 Marcos ! para palabras y caracteres
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Subsection
29317 Evitar la partición de palabras
29318 \begin_inset CommandInset label
29319 LatexCommand label
29320 name "sec:Evitar-la-Partición"
29321
29322 \end_inset
29323
29324
29325 \begin_inset Index idx
29326 status open
29327
29328 \begin_layout Plain Layout
29329 Marcos ! para evitar partición de palabras
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 El marco tipo 
29339 \family sans
29340 Marco de línea
29341 \family default
29342  sirve para evitar que una palabra sea partida con guión.
29343 \begin_inset Newline newline
29344 \end_inset
29345
29346 He aquí un ejemplo:
29347 \end_layout
29348
29349 \begin_layout Standard
29350 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29351 palabra».
29352 \end_layout
29353
29354 \begin_layout Standard
29355 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29356  un marco, establece el 
29357 \family sans
29358 Marco interior
29359 \family default
29360  en 
29361 \family sans
29362 Marco de línea
29363 \family default
29364  y el ancho en 
29365 \family sans
29366 1
29367 \begin_inset space \thinspace{}
29368 \end_inset
29369
29370 Ancho
29371 \family default
29372 .
29373 \end_layout
29374
29375 \begin_layout Standard
29376 Este es el resultado:
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29381 \begin_inset Box Frameless
29382 position "t"
29383 hor_pos "c"
29384 has_inner_box 1
29385 inner_pos "t"
29386 use_parbox 0
29387 use_makebox 1
29388 width "1in"
29389 special "width"
29390 height "1in"
29391 height_special "totalheight"
29392 status open
29393
29394 \begin_layout Plain Layout
29395 «estalarguísimapalabra»
29396 \end_layout
29397
29398 \end_inset
29399
29400 .
29401 \end_layout
29402
29403 \begin_layout Standard
29404 Como alternativa puedes poner el comando «
29405 \series bold
29406
29407 \backslash
29408 -
29409 \series default
29410 » en código TeX directamente antes de la palabra:
29411 \end_layout
29412
29413 \begin_layout Standard
29414 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 -
29423 \end_layout
29424
29425 \end_inset
29426
29427 estalarguísimapalabra».
29428 \end_layout
29429
29430 \begin_layout Standard
29431 Por supuesto, la palabra sobresale del margen.
29432  Para evitarlo añade, con el menú 
29433 \family sans
29434 Insertar\SpecialChar \menuseparator
29435 Formato\SpecialChar \menuseparator
29436 Salto
29437 \begin_inset space ~
29438 \end_inset
29439
29440 de
29441 \begin_inset space ~
29442 \end_inset
29443
29444 línea
29445 \begin_inset space ~
29446 \end_inset
29447
29448 cortada
29449 \family default
29450  (atajo 
29451 \family sans
29452 Ctrl+Entrar
29453 \family default
29454 ), un salto de línea antes de la palabra:
29455 \end_layout
29456
29457 \begin_layout Standard
29458 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29459 \begin_inset Newline newline
29460 \end_inset
29461
29462
29463 \begin_inset Box Frameless
29464 position "t"
29465 hor_pos "c"
29466 has_inner_box 1
29467 inner_pos "t"
29468 use_parbox 0
29469 use_makebox 1
29470 width "1in"
29471 special "width"
29472 height "1in"
29473 height_special "totalheight"
29474 status open
29475
29476 \begin_layout Plain Layout
29477 «estalarguísimapalabra»
29478 \end_layout
29479
29480 \end_inset
29481
29482 .
29483 \end_layout
29484
29485 \begin_layout Subsection
29486 Alineación vertical
29487 \begin_inset CommandInset label
29488 LatexCommand label
29489 name "sub:Alineación-Vertical"
29490
29491 \end_inset
29492
29493
29494 \begin_inset Index idx
29495 status open
29496
29497 \begin_layout Plain Layout
29498 Marcos ! para alineación vertical
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Con ayuda del comando 
29508 \series bold
29509
29510 \backslash
29511 raisebox
29512 \series default
29513  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29514  
29515 \series bold
29516
29517 \backslash
29518 raisebox
29519 \series default
29520  se utiliza según el esquema:
29521 \end_layout
29522
29523 \begin_layout Standard
29524
29525 \series bold
29526
29527 \backslash
29528 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29529 \end_layout
29530
29531 \begin_layout Standard
29532 La elevación puede ser un valor positivo para subir el marco o negativo
29533  para bajarlo.
29534 \end_layout
29535
29536 \begin_layout Standard
29537 Para alinear una palabra, p.
29538 \begin_inset space \thinspace{}
29539 \end_inset
29540
29541 e
29542 \begin_inset space ~
29543 \end_inset
29544
29545 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29546  en la línea de base, inserta el comando
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 raisebox{
29555 \backslash
29556 depth}{
29557 \end_layout
29558
29559 \begin_layout Standard
29560 en código TeX antes de la palabra.
29561  Detrás de la palabra inserta una llave de cierre «
29562 \series bold
29563 }
29564 \series default
29565 » en código TeX.
29566 \begin_inset Newline newline
29567 \end_inset
29568
29569 Este es el resultado:
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Esto es una línea de texto con la palabra 
29574 \begin_inset ERT
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578
29579
29580 \backslash
29581 raisebox{
29582 \backslash
29583 depth}{
29584 \end_layout
29585
29586 \end_inset
29587
29588 «prevención»
29589 \begin_inset ERT
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593
29594 }
29595 \end_layout
29596
29597 \end_inset
29598
29599  elevada.
29600 \end_layout
29601
29602 \begin_layout Standard
29603 \begin_inset VSpace bigskip
29604 \end_inset
29605
29606 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29607 \end_layout
29608
29609 \begin_layout Standard
29610 Esto es una línea de texto con la palabra 
29611 \begin_inset ERT
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615
29616
29617 \backslash
29618 raisebox{-
29619 \backslash
29620 depth}{
29621 \end_layout
29622
29623 \end_inset
29624
29625 «prevención»
29626 \begin_inset ERT
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630
29631 }
29632 \end_layout
29633
29634 \end_inset
29635
29636  bajada.
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640 Esto es una línea de texto con la palabra 
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 raisebox{0.5cm}{
29649 \end_layout
29650
29651 \end_inset
29652
29653 «testigo»
29654 \begin_inset ERT
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658
29659 }
29660 \end_layout
29661
29662 \end_inset
29663
29664  elevada.
29665 \end_layout
29666
29667 \begin_layout Standard
29668 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29669  Por ejemplo
29670 \end_layout
29671
29672 \begin_layout Standard
29673
29674 \series bold
29675
29676 \backslash
29677 raisebox{-
29678 \backslash
29679 depth}[0pt]{
29680 \end_layout
29681
29682 \begin_layout Standard
29683 Esto es una línea de texto con la palabra 
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 raisebox{-
29692 \backslash
29693 depth}[0pt]{
29694 \end_layout
29695
29696 \end_inset
29697
29698 «prevención»
29699 \begin_inset ERT
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703
29704 }
29705 \end_layout
29706
29707 \end_inset
29708
29709  bajada.
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713 Esto es una línea de texto con la palabra 
29714 \begin_inset ERT
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718
29719
29720 \backslash
29721 raisebox{0.5cm}[0pt]{
29722 \end_layout
29723
29724 \end_inset
29725
29726 «testigo»
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732 }
29733 \end_layout
29734
29735 \end_inset
29736
29737  elevada.
29738 \end_layout
29739
29740 \begin_layout Section
29741 Marcos coloreados
29742 \begin_inset CommandInset label
29743 LatexCommand label
29744 name "sec:Marcos-Coloreados"
29745
29746 \end_inset
29747
29748
29749 \begin_inset Index idx
29750 status open
29751
29752 \begin_layout Plain Layout
29753 Marcos ! Colorear
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Subsection
29762 Colorear el fondo de un texto
29763 \begin_inset Index idx
29764 status open
29765
29766 \begin_layout Plain Layout
29767 Color ! de fondo en un texto
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \begin_layout Standard
29776 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
29777  Esto requiere cargar el paquete LaTeX 
29778 \series bold
29779 color
29780 \series default
29781
29782 \begin_inset Index idx
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786 LaTeX-paquetes ! color
29787 \end_layout
29788
29789 \end_inset
29790
29791  en el preámbulo del documento con
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 @ifundef\SpecialChar \textcompwordmark{}
29800 ined{textcolor}
29801 \begin_inset Newline newline
29802 \end_inset
29803
29804
29805 \begin_inset Phantom HPhantom
29806 status open
29807
29808 \begin_layout Plain Layout
29809
29810 \series bold
29811 \begin_inset space ~
29812 \end_inset
29813
29814
29815 \end_layout
29816
29817 \end_inset
29818
29819 {
29820 \backslash
29821 usepackage{color}}{}
29822 \end_layout
29823
29824 \begin_layout Standard
29825 LyX cargará automáticamente el paquete 
29826 \series bold
29827 color
29828 \series default
29829  cuando colorees texto.
29830 \begin_inset Foot
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 Para evitar cargarlo dos veces se usa el comando 
29835 \series bold
29836
29837 \backslash
29838 @ifundef\SpecialChar \textcompwordmark{}
29839 ined
29840 \series default
29841 .
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \end_layout
29848
29849 \begin_layout Standard
29850 \begin_inset VSpace medskip
29851 \end_inset
29852
29853 Los marcos coloreados se crean con el comando 
29854 \series bold
29855
29856 \backslash
29857 colorbox
29858 \series default
29859 , de acuerdo con el siguiente esquema:
29860 \end_layout
29861
29862 \begin_layout Standard
29863
29864 \series bold
29865
29866 \backslash
29867 colorbox{color}{contenido del marco}
29868 \end_layout
29869
29870 \begin_layout Standard
29871 El contenido también puede ser un marco y los marcos coloreados también
29872  pueden estar en otros marcos.
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Los siguientes colores están predefinidos:
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880
29881 \family sans
29882 red
29883 \family default
29884
29885 \family sans
29886 green
29887 \family default
29888
29889 \family sans
29890 yellow, blue
29891 \family default
29892
29893 \family sans
29894 cyan
29895 \family default
29896 \series bold
29897 ,
29898 \series default
29899  
29900 \family sans
29901 magenta, black
29902 \family default
29903
29904 \family sans
29905 white
29906 \family default
29907 .
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911 También puedes definir tus propios colores según se explica en la sección
29912 \begin_inset space ~
29913 \end_inset
29914
29915
29916 \begin_inset CommandInset ref
29917 LatexCommand ref
29918 reference "sec:Cuadros-Coloreados"
29919
29920 \end_inset
29921
29922 .
29923 \end_layout
29924
29925 \begin_layout Standard
29926 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29927 \end_layout
29928
29929 \begin_layout Standard
29930
29931 \series bold
29932
29933 \backslash
29934 colorbox{red}{
29935 \end_layout
29936
29937 \begin_layout Standard
29938 en código TeX antes de la palabra.
29939  Tras la palabra inserta una llave de cierre «
29940 \series bold
29941 }
29942 \series default
29943 » en código TeX.
29944 \begin_inset Newline newline
29945 \end_inset
29946
29947 Este es el resultado:
29948 \end_layout
29949
29950 \begin_layout Standard
29951 Línea en la que la palabra 
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957
29958 \backslash
29959 colorbox{red}{
29960 \end_layout
29961
29962 \end_inset
29963
29964 «¡Atención!»
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970 }
29971 \end_layout
29972
29973 \end_inset
29974
29975  tiene fondo rojo.
29976 \end_layout
29977
29978 \begin_layout Standard
29979 \begin_inset VSpace bigskip
29980 \end_inset
29981
29982 Si quieres un borde de distinto color, puedes emplear el comando 
29983 \series bold
29984
29985 \backslash
29986 fcolorbox
29987 \series default
29988  con el esquema siguiente:
29989 \end_layout
29990
29991 \begin_layout Standard
29992
29993 \series bold
29994
29995 \backslash
29996 fcolorbox{color del borde}{color del fondo}{contenido del marco}
29997 \end_layout
29998
29999 \begin_layout Standard
30000
30001 \series bold
30002
30003 \backslash
30004 fcolorbox
30005 \series default
30006  es una extensión de 
30007 \series bold
30008
30009 \backslash
30010 colorbox
30011 \series default
30012 .
30013  El grosor del borde y el espacio entre él y el contenido se puede ajustar
30014  con las longitudes 
30015 \series bold
30016
30017 \backslash
30018 fboxrule
30019 \series default
30020  y 
30021 \series bold
30022
30023 \backslash
30024 fboxsep
30025 \series default
30026 , respectivamente, como se describe en la sección
30027 \begin_inset space ~
30028 \end_inset
30029
30030
30031 \begin_inset CommandInset ref
30032 LatexCommand ref
30033 reference "sec:Decoración"
30034
30035 \end_inset
30036
30037 .
30038 \end_layout
30039
30040 \begin_layout Standard
30041 Para el ejemplo siguiente se ha utilizado el comando
30042 \end_layout
30043
30044 \begin_layout Standard
30045
30046 \series bold
30047
30048 \backslash
30049 fcolorbox{cyan}{magenta}{
30050 \end_layout
30051
30052 \begin_layout Standard
30053 Este es un ejemplo en el que se ha puesto un grosor de 1
30054 \begin_inset space \thinspace{}
30055 \end_inset
30056
30057 mm para la línea del borde:
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 fboxrule 1mm 
30070 \backslash
30071 fboxsep 1mm
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \begin_inset ERT
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081
30082
30083 \backslash
30084 fcolorbox{cyan}{magenta}{
30085 \end_layout
30086
30087 \end_inset
30088
30089 Texto en un marco con fondo y borde en distintos colores.
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095 }
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Standard
30104 \begin_inset VSpace bigskip
30105 \end_inset
30106
30107 Por supuesto, también puedes colorear el texto en un marco coloreado:
30108 \begin_inset Newline newline
30109 \end_inset
30110
30111
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117
30118 \backslash
30119 fcolorbox{cyan}{magenta}{
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \color yellow
30126 Marco con texto, fondo y borde en distintos colores.
30127 \color none
30128
30129 \begin_inset ERT
30130 status collapsed
30131
30132 \begin_layout Plain Layout
30133
30134 }
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145
30146 \backslash
30147 fboxrule 0.4pt 
30148 \backslash
30149 fboxsep 3pt
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158
30159 \series bold
30160 \begin_inset VSpace medskip
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Standard
30167 \begin_inset Note Greyedout
30168 status open
30169
30170 \begin_layout Plain Layout
30171
30172 \series bold
30173 Nota:
30174 \series default
30175  El texto en marcos con fondo coloreado no puede tener saltos de línea.
30176  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
30177  coloreado como se describe a continuación.
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Subsection
30186 Colorear el fondo de párrafos
30187 \begin_inset CommandInset label
30188 LatexCommand label
30189 name "sub:Color-en-Párrafos"
30190
30191 \end_inset
30192
30193
30194 \begin_inset Index idx
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198 Color ! en párrafos
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \begin_layout Standard
30207 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30208  Antes de la minipágina inserta el comando 
30209 \series bold
30210
30211 \backslash
30212 colorbox
30213 \series default
30214  en código TeX
30215 \end_layout
30216
30217 \begin_layout Standard
30218
30219 \series bold
30220
30221 \backslash
30222 colorbox{color}{
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Detrás de la minipágina inserta una llave de cierre «
30227 \series bold
30228 }
30229 \series default
30230 », también en código TeX.
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239
30240 \backslash
30241 colorbox{grisclaro}{
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \begin_inset Box Frameless
30248 position "t"
30249 hor_pos "c"
30250 has_inner_box 1
30251 inner_pos "t"
30252 use_parbox 0
30253 use_makebox 0
30254 width "100col%"
30255 special "none"
30256 height "1in"
30257 height_special "totalheight"
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261 Texto con color de fondo.
30262  Texto con color de fondo.
30263 \end_layout
30264
30265 \begin_layout Plain Layout
30266 \begin_inset VSpace defskip
30267 \end_inset
30268
30269 El texto puede tener notas al pie
30270 \begin_inset Foot
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 Otro ejemplo de nota
30275 \end_layout
30276
30277 \end_inset
30278
30279  y puede incluir cuadros y figuras.
30280 \end_layout
30281
30282 \begin_layout Plain Layout
30283 \align center
30284 \begin_inset Tabular
30285 <lyxtabular version="3" rows="3" columns="3">
30286 <features tabularvalignment="middle">
30287 <column alignment="center" valignment="top" width="0">
30288 <column alignment="center" valignment="top" width="0">
30289 <column alignment="center" valignment="top" width="0">
30290 <row>
30291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30292 \begin_inset Text
30293
30294 \begin_layout Plain Layout
30295 a
30296 \end_layout
30297
30298 \end_inset
30299 </cell>
30300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30301 \begin_inset Text
30302
30303 \begin_layout Plain Layout
30304 !
30305 \end_layout
30306
30307 \end_inset
30308 </cell>
30309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30310 \begin_inset Text
30311
30312 \begin_layout Plain Layout
30313 3
30314 \end_layout
30315
30316 \end_inset
30317 </cell>
30318 </row>
30319 <row>
30320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Plain Layout
30324 <
30325 \end_layout
30326
30327 \end_inset
30328 </cell>
30329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30330 \begin_inset Text
30331
30332 \begin_layout Plain Layout
30333 b2
30334 \begin_inset Quotes erd
30335 \end_inset
30336
30337 |
30338 \end_layout
30339
30340 \end_inset
30341 </cell>
30342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30343 \begin_inset Text
30344
30345 \begin_layout Plain Layout
30346 >
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 </row>
30352 <row>
30353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30354 \begin_inset Text
30355
30356 \begin_layout Plain Layout
30357 1
30358 \end_layout
30359
30360 \end_inset
30361 </cell>
30362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30363 \begin_inset Text
30364
30365 \begin_layout Plain Layout
30366 §
30367 \end_layout
30368
30369 \end_inset
30370 </cell>
30371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375 c
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 </row>
30381 </lyxtabular>
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396 }
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \end_layout
30403
30404 \begin_layout Section
30405 Marcos girados y a escala
30406 \end_layout
30407
30408 \begin_layout Standard
30409 Para poder usar los comandos descritos en esta sección hay que cargar el
30410  paquete LaTeX 
30411 \series bold
30412 graphicx
30413 \series default
30414
30415 \begin_inset Index idx
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 LaTeX-paquetes ! graphicx
30420 \end_layout
30421
30422 \end_inset
30423
30424  en el preámbulo del documento, con el comando
30425 \end_layout
30426
30427 \begin_layout Standard
30428
30429 \series bold
30430
30431 \backslash
30432 @ifundefined{rotatebox}
30433 \begin_inset Newline newline
30434 \end_inset
30435
30436
30437 \begin_inset Phantom HPhantom
30438 status open
30439
30440 \begin_layout Plain Layout
30441
30442 \series bold
30443 \begin_inset space ~
30444 \end_inset
30445
30446
30447 \end_layout
30448
30449 \end_inset
30450
30451 {
30452 \backslash
30453 usepackage{graphicx}}{}
30454 \end_layout
30455
30456 \begin_layout Standard
30457 \begin_inset Note Greyedout
30458 status open
30459
30460 \begin_layout Plain Layout
30461
30462 \series bold
30463 Nota: 
30464 \series default
30465 Algunos visores DVI no pueden mostrar material girado o a escala.
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \end_layout
30472
30473 \begin_layout Standard
30474 \begin_inset Note Greyedout
30475 status open
30476
30477 \begin_layout Plain Layout
30478
30479 \series bold
30480 Nota:
30481 \series default
30482  Los marcos girados o a escala no pueden contener flotantes.
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \begin_layout Subsection
30491 Marcos girados
30492 \begin_inset Index idx
30493 status open
30494
30495 \begin_layout Plain Layout
30496 Marcos ! Girar
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \begin_inset Index idx
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506 Material rotado
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \begin_inset Index idx
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516 Figuras ! Rotar
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \begin_inset Index idx
30523 status open
30524
30525 \begin_layout Plain Layout
30526 Cuadros ! Girar
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Standard
30535 Para girar material debes ponerlo en un marco girado.
30536  Los marcos girados se crean con el comando 
30537 \series bold
30538
30539 \backslash
30540 rotatebox
30541 \series default
30542  en código TeX, según el esquema:
30543 \end_layout
30544
30545 \begin_layout Standard
30546
30547 \series bold
30548
30549 \backslash
30550 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30551 \end_layout
30552
30553 \begin_layout Standard
30554 El origen de rotación se especifica en la forma 
30555 \series bold
30556 origin=position
30557 \series default
30558 .
30559  Son posibles las posiciones siguientes: 
30560 \emph on
30561 c
30562 \emph default
30563  (center), 
30564 \emph on
30565 l
30566 \emph default
30567  (left), 
30568 \emph on
30569 r
30570 \emph default
30571  (right), 
30572 \emph on
30573 b
30574 \emph default
30575  (bottom), 
30576 \emph on
30577 t
30578 \emph default
30579  (top), así como combinaciones adecuadas de las posiciones básicas.
30580  Por ejemplo, 
30581 \emph on
30582 lt
30583 \emph default
30584  significa que el origen de rotación es la esquina superior izquierda del
30585  marco.
30586  Si no se especifica origen de rotación se usará la posición 
30587 \emph on
30588 l
30589 \emph default
30590 .
30591  El ángulo de rotación es un número de grados, y puede ser negativo.
30592  El sentido de giro es contrario al de las agujas del reloj.
30593 \end_layout
30594
30595 \begin_layout Standard
30596 En el siguiente ejemplo se ha insertado el comando 
30597 \series bold
30598
30599 \backslash
30600 rotatebox[origin=c]{60}{ 
30601 \series default
30602 como código TeX delante del texto «con rotación»; después del texto, el
30603  marco se ha cerrado con llave en código TeX.
30604 \end_layout
30605
30606 \begin_layout Standard
30607 Esta línea contiene texto 
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 rotatebox[origin=c]{60}{
30616 \end_layout
30617
30618 \end_inset
30619
30620 con rotación
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626 }
30627 \end_layout
30628
30629 \end_inset
30630
30631 .
30632 \end_layout
30633
30634 \begin_layout Standard
30635 El contenido del marco puede ser también otro marco o una ecuación en línea:
30636 \end_layout
30637
30638 \begin_layout Standard
30639 En esta línea hay texto enmarcado 
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 rotatebox[origin=r]{-60}{
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \begin_inset Box Doublebox
30654 position "c"
30655 hor_pos "c"
30656 has_inner_box 0
30657 inner_pos "c"
30658 use_parbox 0
30659 use_makebox 0
30660 width "1in"
30661 special "width"
30662 height "1in"
30663 height_special "totalheight"
30664 status open
30665
30666 \begin_layout Plain Layout
30667 con rotación
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678 }
30679 \end_layout
30680
30681 \end_inset
30682
30683  y 
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 rotatebox[origin=lb]{60}{
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30698 \end_inset
30699
30700
30701 \begin_inset ERT
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705
30706 }
30707 \end_layout
30708
30709 \end_inset
30710
30711  una ecuación.
30712 \end_layout
30713
30714 \begin_layout Standard
30715 O una imagen o un cuadro:
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Aquí hay una imagen girada 
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725
30726 \backslash
30727 rotatebox[origin=lb]{90}{
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \begin_inset Graphics
30734         filename ../clipart/platypus.eps
30735         lyxscale 50
30736         width 25col%
30737
30738 \end_inset
30739
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746 }
30747 \end_layout
30748
30749 \end_inset
30750
30751  y un cuadro girado 
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757
30758 \backslash
30759 rotatebox[origin=l]{-90}{
30760 \end_layout
30761
30762 \end_inset
30763
30764
30765 \begin_inset Tabular
30766 <lyxtabular version="3" rows="2" columns="2">
30767 <features tabularvalignment="middle">
30768 <column alignment="center" valignment="top" width="0">
30769 <column alignment="center" valignment="top" width="0">
30770 <row>
30771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30772 \begin_inset Text
30773
30774 \begin_layout Plain Layout
30775 q
30776 \end_layout
30777
30778 \end_inset
30779 </cell>
30780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30781 \begin_inset Text
30782
30783 \begin_layout Plain Layout
30784 w
30785 \end_layout
30786
30787 \end_inset
30788 </cell>
30789 </row>
30790 <row>
30791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30792 \begin_inset Text
30793
30794 \begin_layout Plain Layout
30795 e
30796 \end_layout
30797
30798 \end_inset
30799 </cell>
30800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30801 \begin_inset Text
30802
30803 \begin_layout Plain Layout
30804 r
30805 \end_layout
30806
30807 \end_inset
30808 </cell>
30809 </row>
30810 </lyxtabular>
30811
30812 \end_inset
30813
30814
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 }
30821 \end_layout
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Subsection
30829 Marcos para variar la escala
30830 \begin_inset Index idx
30831 status open
30832
30833 \begin_layout Plain Layout
30834 Marcos ! para variar la escala
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \begin_inset Index idx
30841 status open
30842
30843 \begin_layout Plain Layout
30844 Material a escala
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset Index idx
30851 status open
30852
30853 \begin_layout Plain Layout
30854 Figuras ! a escala
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \begin_inset Index idx
30861 status open
30862
30863 \begin_layout Plain Layout
30864 Cuadros ! a escala
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Standard
30873 Para modificar las proporciones de un material se pueden usar los comandos
30874  
30875 \series bold
30876
30877 \backslash
30878 scalebox
30879 \series default
30880  y 
30881 \series bold
30882
30883 \backslash
30884 resizebox 
30885 \series default
30886 en código TeX.
30887 \end_layout
30888
30889 \begin_layout Standard
30890
30891 \series bold
30892
30893 \backslash
30894 scalebox
30895 \series default
30896  se usa con el esquema siguiente:
30897 \end_layout
30898
30899 \begin_layout Standard
30900
30901 \series bold
30902
30903 \backslash
30904 scalebox{horizontal}[vertical]{contenido del marco}
30905 \end_layout
30906
30907 \begin_layout Standard
30908 Horizontal y vertical son los factores de escala correspondientes.
30909  Si no se especifica factor vertical, su valor será el mismo que el factor
30910  de escala horizontal.
30911  
30912 \end_layout
30913
30914 \begin_layout Standard
30915 Por ejemplo, el comando 
30916 \series bold
30917
30918 \backslash
30919 scalebox{2}{Hola} 
30920 \series default
30921 crea un 
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 scalebox{2}{
30930 \end_layout
30931
30932 \end_inset
30933
30934 Hola
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940 }
30941 \end_layout
30942
30943 \end_inset
30944
30945  de doble tamaño que el texto normal del documento.
30946 \end_layout
30947
30948 \begin_layout Standard
30949 El comando 
30950 \series bold
30951
30952 \backslash
30953 scalebox{2}[1]{Hola} 
30954 \series default
30955 distorsiona el 
30956 \begin_inset ERT
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960
30961
30962 \backslash
30963 scalebox{2}[1]{
30964 \end_layout
30965
30966 \end_inset
30967
30968 Hola
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974 }
30975 \end_layout
30976
30977 \end_inset
30978
30979 .
30980 \end_layout
30981
30982 \begin_layout Standard
30983 Si un factor de escala es negativo el contenido del marco es reflejado.
30984  Por eso el comando 
30985 \series bold
30986
30987 \backslash
30988 scalebox{-1}[1]{Hola} 
30989 \series default
30990 puede usarse para reflejar un texto: 
30991 \begin_inset ERT
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995
30996
30997 \backslash
30998 scalebox{-1}[1]{
30999 \end_layout
31000
31001 \end_inset
31002
31003 Hola
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009 }
31010 \end_layout
31011
31012 \end_inset
31013
31014 .
31015 \end_layout
31016
31017 \begin_layout Standard
31018
31019 \series bold
31020
31021 \backslash
31022 scalebox{1}[-1]{Hola} 
31023 \series default
31024 refleja el 
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 scalebox{1}[-1]{
31033 \end_layout
31034
31035 \end_inset
31036
31037 Hola
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043 }
31044 \end_layout
31045
31046 \end_inset
31047
31048  sobre la base.
31049 \end_layout
31050
31051 \begin_layout Standard
31052 El comando 
31053 \series bold
31054
31055 \backslash
31056 scalebox{-1}[1]{contenido del cuadro} 
31057 \series default
31058 puede sustituirse por 
31059 \series bold
31060
31061 \begin_inset Newline newline
31062 \end_inset
31063
31064
31065 \backslash
31066 reflectbox{contenido del cuadro}
31067 \begin_inset VSpace defskip
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 El comando 
31075 \series bold
31076
31077 \backslash
31078 resizebox
31079 \series default
31080  sirve para redimensionar el marco a una altura y anchura definidas, según
31081  el esquema:
31082 \end_layout
31083
31084 \begin_layout Standard
31085
31086 \series bold
31087
31088 \backslash
31089 resizebox{anchura}{altura}{contenido del marco}
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Si uno de los argumentos del comando es un signo de exclamación, 
31094 \series bold
31095 !
31096 \series default
31097 , la escala se hace de forma que se mantiene la relación de las dimensiones
31098  originales del contenido del marco.
31099  
31100 \end_layout
31101
31102 \begin_layout Standard
31103 El comando 
31104 \series bold
31105
31106 \backslash
31107 resizebox{2cm}{1cm}{Hola}
31108 \series default
31109  genera: 
31110 \begin_inset ERT
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115
31116 \backslash
31117 resizebox{2cm}{1cm}{
31118 \end_layout
31119
31120 \end_inset
31121
31122 Hola
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128 }
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset Newline newline
31135 \end_inset
31136
31137 El comando 
31138 \series bold
31139
31140 \backslash
31141 resizebox{2cm}{!}{Hola}
31142 \series default
31143  genera: 
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 resizebox{2cm}{!}{
31152 \end_layout
31153
31154 \end_inset
31155
31156 Hola
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162 }
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \begin_inset VSpace defskip
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \begin_layout Standard
31178 \begin_inset Note Greyedout
31179 status open
31180
31181 \begin_layout Plain Layout
31182
31183 \series bold
31184 Nota: 
31185 \series default
31186 Si los argumentos de 
31187 \series bold
31188
31189 \backslash
31190 scalebox
31191 \series default
31192  o 
31193 \series bold
31194
31195 \backslash
31196 resizebox
31197 \series default
31198  son cero, no se generan errores de LaTeX al exportar el documento, pero
31199  puede suceder que la salida no se muestre o que sea incompleta.
31200  
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \begin_inset VSpace defskip
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Los marcos se pueden combinar en cualquier orden.
31214  Por ejemplo, el comando
31215 \series bold
31216
31217 \begin_inset Newline newline
31218 \end_inset
31219
31220
31221 \backslash
31222 rotatebox[origin=c]{-45}{
31223 \backslash
31224 resizebox{2cm}{!}{
31225 \backslash
31226 reflectbox{Hola}}}
31227 \begin_inset Newline newline
31228 \end_inset
31229
31230
31231 \series default
31232 genera:
31233 \end_layout
31234
31235 \begin_layout Standard
31236 \noindent
31237 \align center
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243
31244 \backslash
31245 rotatebox[origin=c]{-45}{
31246 \backslash
31247 resizebox{2cm}{!}{
31248 \backslash
31249 reflectbox{
31250 \end_layout
31251
31252 \end_inset
31253
31254 Hola
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260 }}}
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Standard
31269 \noindent
31270 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31271 \end_layout
31272
31273 \begin_layout Standard
31274 \align center
31275 \begin_inset ERT
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279
31280
31281 \backslash
31282 rotatebox[origin=c]{-30}{
31283 \backslash
31284 resizebox{2cm}{!}{
31285 \backslash
31286 reflectbox{
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \begin_inset Graphics
31293         filename ../clipart/platypus.eps
31294         lyxscale 50
31295         width 25col%
31296
31297 \end_inset
31298
31299
31300 \begin_inset ERT
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304
31305 }}}
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \begin_inset ERT
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315
31316
31317 \backslash
31318 rotatebox[origin=c]{-45}{
31319 \backslash
31320 resizebox{2cm}{!}{
31321 \backslash
31322 reflectbox{
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \begin_inset Tabular
31329 <lyxtabular version="3" rows="2" columns="2">
31330 <features tabularvalignment="middle">
31331 <column alignment="center" valignment="top" width="0">
31332 <column alignment="center" valignment="top" width="0">
31333 <row>
31334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31335 \begin_inset Text
31336
31337 \begin_layout Plain Layout
31338 q
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Plain Layout
31347 w
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 </row>
31353 <row>
31354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358 e
31359 \end_layout
31360
31361 \end_inset
31362 </cell>
31363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367 r
31368 \end_layout
31369
31370 \end_inset
31371 </cell>
31372 </row>
31373 </lyxtabular>
31374
31375 \end_inset
31376
31377
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383 }}}
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset ERT
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393
31394
31395 \backslash
31396 rotatebox[origin=c]{-45}{
31397 \backslash
31398 resizebox{2cm}{!}{
31399 \backslash
31400 reflectbox{
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31407 \end_inset
31408
31409
31410 \begin_inset ERT
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414
31415 }}}
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 Si se usa el estilo global 
31425 \series bold
31426 fleqn
31427 \series default
31428  para las ecuaciones del documento,
31429 \begin_inset Foot
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 Si «fleqn» se añade a las opciones de clase del documento.
31434 \end_layout
31435
31436 \end_inset
31437
31438  también se puede variar la escala de las ecuaciones en estilo presentación.
31439 \end_layout
31440
31441 \begin_layout Chapter
31442 Archivos externos
31443 \begin_inset Index idx
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447 Archivos externos
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Con el menú 
31457 \family sans
31458 Insertar\SpecialChar \menuseparator
31459 Archivo 
31460 \family default
31461 se pueden insertar archivos externos en un documento.
31462  Estos pueden ser:
31463 \end_layout
31464
31465 \begin_layout Description
31466 Documento
31467 \begin_inset space ~
31468 \end_inset
31469
31470 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31471 \end_layout
31472
31473 \begin_layout Description
31474 Texto
31475 \begin_inset space ~
31476 \end_inset
31477
31478 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31479  como párrafo propio.
31480 \end_layout
31481
31482 \begin_layout Description
31483 Texto
31484 \begin_inset space ~
31485 \end_inset
31486
31487 simple,
31488 \begin_inset space ~
31489 \end_inset
31490
31491 unir
31492 \begin_inset space ~
31493 \end_inset
31494
31495 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31496  Las líneas vacías generan un nuevo párrafo en tu documento.
31497 \end_layout
31498
31499 \begin_layout Description
31500 Material
31501 \begin_inset space ~
31502 \end_inset
31503
31504 externo Archivos en diversos formatos.
31505 \end_layout
31506
31507 \begin_layout Description
31508 Documento
31509 \begin_inset space ~
31510 \end_inset
31511
31512 hijo Documentos LyX, LaTeX o texto simple.
31513 \end_layout
31514
31515 \begin_layout Section
31516 Material externo
31517 \begin_inset Index idx
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 Material externo
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 Esta característica te permite insertar archivos en tu documento sin convertirlo
31531 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31532  las necesarias conversiones.
31533  Esto es parecido a la inserción de imágenes en diversos formatos en los
31534  documentos LyX.
31535  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31536  en 
31537 \family sans
31538 Apariencia
31539 \family default
31540 \SpecialChar \menuseparator
31541 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31542  en LyX.
31543 \end_layout
31544
31545 \begin_layout Standard
31546 El material externo se puede insertar mediante el diálogo que surge a partir
31547  del menú 
31548 \family sans
31549 Insertar\SpecialChar \menuseparator
31550 Archivo\SpecialChar \menuseparator
31551 Material
31552 \begin_inset space ~
31553 \end_inset
31554
31555 externo
31556 \family default
31557 .
31558  Actualmente se permiten los siguientes tipos de archivo (
31559 \family sans
31560 Plantillas
31561 \family default
31562 ):
31563 \end_layout
31564
31565 \begin_layout Description
31566 Diagrama
31567 \begin_inset space ~
31568 \end_inset
31569
31570 de
31571 \begin_inset space ~
31572 \end_inset
31573
31574 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31575  con el programa 
31576 \series bold
31577
31578 \begin_inset CommandInset href
31579 LatexCommand href
31580 name "XBoard"
31581 target "http://en.wikipedia.org/wiki/XBoard"
31582
31583 \end_inset
31584
31585
31586 \series default
31587 .
31588 \end_layout
31589
31590 \begin_layout Description
31591 Dia Esta plantilla soporta diagramas creados con el programa 
31592 \series bold
31593
31594 \begin_inset CommandInset href
31595 LatexCommand href
31596 name "Dia"
31597 target "http://en.wikipedia.org/wiki/Dia_(software)"
31598
31599 \end_inset
31600
31601
31602 \series default
31603 .
31604 \end_layout
31605
31606 \begin_layout Description
31607 Fecha Esta inserta la fecha en el formato 
31608 \emph on
31609 Día-Mes-Año.
31610
31611 \emph default
31612  A continuación hay una fecha insertada como material externo: 
31613 \begin_inset External
31614         template Date
31615         filename es/...
31616
31617 \end_inset
31618
31619
31620 \begin_inset space ~
31621 \end_inset
31622
31623
31624 \begin_inset Note Note
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \begin_inset Newline newline
31635 \end_inset
31636
31637 La fecha no se muestra en LyX, sólo en la salida.
31638  Hay otros dos métodos de insertar una fecha, con el menú 
31639 \family sans
31640 Insertar\SpecialChar \menuseparator
31641 Fecha
31642 \family default
31643  y con el comando LaTeX 
31644 \series bold
31645
31646 \backslash
31647 today
31648 \series default
31649  en código TeX.
31650  Los distintos métodos se comparan en el cuadro
31651 \begin_inset space ~
31652 \end_inset
31653
31654
31655 \begin_inset CommandInset ref
31656 LatexCommand ref
31657 reference "tab:Comparación-de"
31658
31659 \end_inset
31660
31661 .
31662 \end_layout
31663
31664 \begin_layout Description
31665 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31666 \begin_inset Newline linebreak
31667 \end_inset
31668
31669
31670 \series bold
31671
31672 \begin_inset CommandInset href
31673 LatexCommand href
31674 name "LilyPond"
31675 target "http://en.wikipedia.org/wiki/LilyPond"
31676
31677 \end_inset
31678
31679
31680 \series default
31681 .
31682 \end_layout
31683
31684 \begin_layout Description
31685 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31686  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31687  la opción 
31688 \emph on
31689 pages
31690 \emph default
31691  en el campo 
31692 \family sans
31693 Opción
31694 \family default
31695  de la pestaña 
31696 \family sans
31697 Opciones de LaTeX y LyX
31698 \family default
31699 , según la descripción de la plantilla en el diálogo.
31700  Si no se usa la opción 
31701 \emph on
31702 pages
31703 \emph default
31704 , sólo se inserta la primera página del PDF.
31705 \end_layout
31706
31707 \begin_layout Description
31708 RasterImage Sirve para insertar imágenes bitmap.
31709  Casi todos los formatos populares de imágenes están soportados.
31710  Las imágenes se pueden tratar en el diálogo 
31711 \family sans
31712 Material Externo
31713 \family default
31714  como las que habitualmente se incluyen mediante el diálogo 
31715 \family sans
31716 Gráficos
31717 \family default
31718 , tal como se explica en la sección
31719 \begin_inset space ~
31720 \end_inset
31721
31722
31723 \begin_inset CommandInset ref
31724 LatexCommand ref
31725 reference "sec:Diálogo-Gráficos"
31726
31727 \end_inset
31728
31729 .
31730  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31731  PDF y EPS no están soportadas.
31732 \end_layout
31733
31734 \begin_layout Description
31735 XFig Esta plantilla soporta imágenes creadas con el programa 
31736 \series bold
31737
31738 \begin_inset CommandInset href
31739 LatexCommand href
31740 name "Xfig"
31741 target "http://en.wikipedia.org/wiki/Xfig"
31742
31743 \end_inset
31744
31745
31746 \series default
31747 .
31748 \end_layout
31749
31750 \begin_layout Standard
31751 \begin_inset Float table
31752 placement h
31753 wide false
31754 sideways false
31755 status open
31756
31757 \begin_layout Plain Layout
31758 \begin_inset Caption
31759
31760 \begin_layout Plain Layout
31761 \begin_inset CommandInset label
31762 LatexCommand label
31763 name "tab:Comparación-de"
31764
31765 \end_inset
31766
31767 Comparación de los métodos de inserción de fecha.
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Plain Layout
31776 \align center
31777 \begin_inset Tabular
31778 <lyxtabular version="3" rows="4" columns="4">
31779 <features tabularvalignment="middle">
31780 <column alignment="center" valignment="top" width="0">
31781 <column alignment="center" valignment="top" width="0">
31782 <column alignment="center" valignment="top" width="0">
31783 <column alignment="center" valignment="top" width="0">
31784 <row>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Plain Layout
31789 Documento
31790 \end_layout
31791
31792 \end_inset
31793 </cell>
31794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31795 \begin_inset Text
31796
31797 \begin_layout Plain Layout
31798
31799 \family sans
31800 Material externo\SpecialChar \menuseparator
31801 Fecha
31802 \end_layout
31803
31804 \end_inset
31805 </cell>
31806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31807 \begin_inset Text
31808
31809 \begin_layout Plain Layout
31810
31811 \family sans
31812 Insertar\SpecialChar \menuseparator
31813 Fecha
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 comando 
31823 \series bold
31824
31825 \backslash
31826 today
31827 \end_layout
31828
31829 \end_inset
31830 </cell>
31831 </row>
31832 <row>
31833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31834 \begin_inset Text
31835
31836 \begin_layout Plain Layout
31837 LyX
31838 \end_layout
31839
31840 \end_inset
31841 </cell>
31842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846 como recuadro
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 como fecha
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864 como cuadro código TeX
31865 \end_layout
31866
31867 \end_inset
31868 </cell>
31869 </row>
31870 <row>
31871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31872 \begin_inset Text
31873
31874 \begin_layout Plain Layout
31875 LaTeX
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout Plain Layout
31884 como fecha
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893 como fecha
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902 como comando
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 </row>
31908 <row>
31909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913 DVI, PDF, PS
31914 \end_layout
31915
31916 \end_inset
31917 </cell>
31918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922 como fecha
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 como fecha
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940 como fecha
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 </lyxtabular>
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 Si utilizas la opción 
31960 \family sans
31961 Borrador
31962 \family default
31963  en la solapa 
31964 \family sans
31965 Archivo
31966 \family default
31967  del diálogo 
31968 \family sans
31969 Material Externo
31970 \family default
31971 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31972 \family sans
31973
31974 \begin_inset Newline newline
31975 \end_inset
31976
31977
31978 \family default
31979 El material externo se muestra en LyX como un recuadro del tipo:
31980 \family sans
31981  
31982 \family default
31983
31984 \begin_inset Graphics
31985         filename clipart/MaterialExternoQt4.png
31986         scale 80
31987
31988 \end_inset
31989
31990  o como imagen, dependiendo de si se marca la opción 
31991 \family sans
31992 Mostrar en LyX 
31993 \family default
31994 de la pestaña 
31995 \family sans
31996 Opciones de LaTeX y LyX
31997 \family default
31998  del diálogo
31999 \family sans
32000 .
32001 \end_layout
32002
32003 \begin_layout Standard
32004 En el manual 
32005 \emph on
32006 Personalización
32007 \emph default
32008  se explica cómo definir tus propias plantillas.
32009 \end_layout
32010
32011 \begin_layout Section
32012 Documento hijo
32013 \begin_inset CommandInset label
32014 LatexCommand label
32015 name "sec:Documento-Hijo"
32016
32017 \end_inset
32018
32019
32020 \begin_inset Index idx
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 Documento hijo
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Los documentos hijos se emplean en el caso de tener un documento extenso
32034  compuesto por varias partes o secciones más grandes.
32035  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
32036  en varios archivos que pueden ser revisados por separado.
32037  Estos archivos se conocen como documentos hijos, y el llamado documento
32038  maestro los conecta con el fin de imprimirlos como un todo o por partes.
32039  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
32040  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
32041 \end_layout
32042
32043 \begin_layout Standard
32044 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
32045  en el menú 
32046 \family sans
32047 Documento\SpecialChar \menuseparator
32048 Configuración\SpecialChar \menuseparator
32049 Clase del documento
32050 \family default
32051  del documento hijo especifica el documento maestro predeterminado.
32052  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32053  el documento hijo.
32054 \end_layout
32055
32056 \begin_layout Standard
32057 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32058  recuadros del tipo: 
32059 \begin_inset Graphics
32060         filename clipart/DocumentoHijoQt4.png
32061         scale 80
32062
32063 \end_inset
32064
32065 .
32066  Para incluir documentos hijos en un documento maestro utiliza el menú 
32067 \family sans
32068 Insertar
32069 \family default
32070 \SpecialChar \menuseparator
32071
32072 \family sans
32073 Archivo
32074 \family default
32075 \SpecialChar \menuseparator
32076
32077 \family sans
32078 Documento
32079 \begin_inset space ~
32080 \end_inset
32081
32082 hijo
32083 \family default
32084 .
32085  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32086 \end_layout
32087
32088 \begin_layout Description
32089 Anexar Puedes incluir documentos LyX y documentos LaTeX.
32090  Al pulsar el botón 
32091 \family sans
32092 Aceptar
32093 \family default
32094  en el diálogo 
32095 \family sans
32096 Documento hijo
32097 \family default
32098 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32099  la ventana de LyX y así puedes modificarlos si quieres.
32100 \end_layout
32101
32102 \begin_layout Standard
32103 Aquí hay un archivo insertado con el método 
32104 \family sans
32105 Anexar
32106 \family default
32107
32108 \begin_inset CommandInset include
32109 LatexCommand include
32110 filename "DocumentoPostizo1.lyx"
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Standard
32118 La numeración de secciones tiene en cuenta las secciones de los archivos
32119  incluidos en el orden en que están insertados en el documento maestro.
32120  El documento incluido de ejemplo tiene una subsección que se numera como
32121  subsección de la presente sección.
32122  Las etiquetas de los documentos incluidos pueden tener referencias: Subsección
32123 \begin_inset space ~
32124 \end_inset
32125
32126
32127 \begin_inset CommandInset ref
32128 LatexCommand ref
32129 reference "sub:Subsección-Externa-1"
32130
32131 \end_inset
32132
32133 .
32134 \end_layout
32135
32136 \begin_layout Standard
32137 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32138  del documento maestro.
32139  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32140  si éste no tiene una rama con el mismo nombre.
32141  Los documentos anexados se insertan comenzando una página nueva y acabando
32142  con un salto de página.
32143 \end_layout
32144
32145 \begin_layout Standard
32146 \begin_inset Note Greyedout
32147 status open
32148
32149 \begin_layout Plain Layout
32150
32151 \series bold
32152 Nota:
32153 \series default
32154  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32155  a la del documento maestro, recibirás una advertencia al exportar/ver el
32156  documento, ya que esto podría dar resultados inesperados.
32157 \end_layout
32158
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \begin_layout Description
32165 Incorporar Este método es muy parecido al método 
32166 \family sans
32167 Anexar
32168 \family default
32169 .
32170  Las diferencias son:
32171 \end_layout
32172
32173 \begin_deeper
32174 \begin_layout Itemize
32175 Los archivos incorporados no comienzan en página nueva ni acaban con un
32176  salto de página.
32177 \end_layout
32178
32179 \begin_layout Itemize
32180 Los archivos incorporados pueden visualizar en LyX si la 
32181 \family sans
32182 Vista
32183 \begin_inset space ~
32184 \end_inset
32185
32186 preliminar
32187 \begin_inset space ~
32188 \end_inset
32189
32190 inmediata 
32191 \family default
32192 está activada en el diálogo 
32193 \family sans
32194 Herramientas\SpecialChar \menuseparator
32195 Preferencias
32196 \family default
32197 , apartado 
32198 \family sans
32199 Apariencia\SpecialChar \menuseparator
32200 Visualización
32201 \family default
32202 .
32203 \end_layout
32204
32205 \begin_layout Itemize
32206 Los archivos incorporados no se pueden excluir mediante el menú 
32207 \family sans
32208 Documento\SpecialChar \menuseparator
32209 Configuración\SpecialChar \menuseparator
32210 Documentos hijo
32211 \family default
32212 .
32213 \end_layout
32214
32215 \end_deeper
32216 \begin_layout Standard
32217 Aquí hay un documento hijo insertado con el método 
32218 \family sans
32219 Incorporar
32220 \family default
32221 :
32222 \end_layout
32223
32224 \begin_layout Standard
32225 \begin_inset CommandInset include
32226 LatexCommand input
32227 filename "DocumentoPostizo2.lyx"
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Description
32235 Literal Con este método se puede incluir cualquier archivo de texto.
32236  El archivo aparece en la salida con su código fuente, y si contiene comandos
32237  no se ejecutan.
32238  Con la opción 
32239 \family sans
32240 Marcar espacios en la salida
32241 \family default
32242  cada espacio en el código fuente se muestra en la salida con el carácter
32243  «
32244 \begin_inset ERT
32245 status collapsed
32246
32247 \begin_layout Plain Layout
32248
32249
32250 \backslash
32251 textvisiblespace
32252 \end_layout
32253
32254 \end_inset
32255
32256 ».
32257  La diferencia con el método de inserción mediante el menú 
32258 \family sans
32259 Insertar
32260 \family default
32261 \SpecialChar \menuseparator
32262
32263 \family sans
32264 Archivo
32265 \family default
32266 \SpecialChar \menuseparator
32267
32268 \family sans
32269 Texto
32270 \begin_inset space ~
32271 \end_inset
32272
32273 simple
32274 \family default
32275  es que en este caso el contenido del archivo se ve en LyX, mientras que
32276  en modo 
32277 \family sans
32278 Literal 
32279 \family default
32280 no se muestra el contenido, sino un recuadro con el nombre.
32281
32282 \family sans
32283  
32284 \end_layout
32285
32286 \begin_layout Standard
32287 Aquí se inserta un documento hijo en modo Literal:
32288 \begin_inset CommandInset include
32289 LatexCommand verbatiminput
32290 filename "DocumentoTextoPostizo.txt"
32291
32292 \end_inset
32293
32294
32295 \begin_inset VSpace bigskip
32296 \end_inset
32297
32298
32299 \end_layout
32300
32301 \begin_layout Standard
32302 Aquí se inserta un documento hijo en modo Literal con la opción 
32303 \family sans
32304 Marcar espacios en la salida
32305 \family default
32306 :
32307 \begin_inset CommandInset include
32308 LatexCommand verbatiminput*
32309 filename "DocumentoTextoPostizo.txt"
32310
32311 \end_inset
32312
32313
32314 \begin_inset VSpace bigskip
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 \begin_inset Note Greyedout
32322 status open
32323
32324 \begin_layout Plain Layout
32325
32326 \series bold
32327 Nota:
32328 \series default
32329  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32330  incluidos en modo 
32331 \family sans
32332 literal
32333 \family default
32334  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32335  archivo de texto.
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Description
32344 Listado
32345 \begin_inset space ~
32346 \end_inset
32347
32348 de
32349 \begin_inset space ~
32350 \end_inset
32351
32352 programa Este tipo se describe en el capítulo
32353 \begin_inset space ~
32354 \end_inset
32355
32356
32357 \begin_inset CommandInset ref
32358 LatexCommand ref
32359 reference "cap:Listado-de-programa"
32360
32361 \end_inset
32362
32363 .
32364 \end_layout
32365
32366 \begin_layout Standard
32367 \begin_inset Note Greyedout
32368 status open
32369
32370 \begin_layout Plain Layout
32371
32372 \series bold
32373 Nota:
32374 \series default
32375  Incluir el mismo documento dos veces con métodos diferentes podría causar
32376  problemas en LaTeX.
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Si quieres ver o exportar solo determinados hijos del documento maestro,
32386  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
32387  individuales del libro, puedes excluir hijos en la salida.
32388  Esto se consigue mediante el menú 
32389 \family sans
32390 Documento\SpecialChar \menuseparator
32391 Configuración\SpecialChar \menuseparator
32392 Documento hijo
32393 \family default
32394 .
32395  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
32396  (esto solo funciona para documentos insertados mediante 
32397 \begin_inset Quotes fld
32398 \end_inset
32399
32400 Anexar
32401 \begin_inset Quotes frd
32402 \end_inset
32403
32404 , no con 
32405 \begin_inset Quotes fld
32406 \end_inset
32407
32408 Incorporar
32409 \begin_inset Quotes frd
32410 \end_inset
32411
32412 ).
32413  Si se marca la opción 
32414 \family sans
32415 Mantener contadores y referencias
32416 \family default
32417  LyX garantiza que todos los números de página, referencias, etc., se respetan
32418  como si se procesara el documento completo.
32419  No obstante, LyX tiene que procesar el documento entero en segundo plano
32420  para que esta característica funcione.
32421  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
32422  los contadores y referencias, desmarca esta casilla.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Alternativamente, se puede poner cada archivo incluido en una rama.
32427 \begin_inset Foot
32428 status collapsed
32429
32430 \begin_layout Plain Layout
32431 Las ramas se describen en la sección
32432 \emph on
32433  Ramas
32434 \emph default
32435  de la 
32436 \emph on
32437 Guía del usuario
32438 \emph default
32439  de LyX.
32440 \end_layout
32441
32442 \end_inset
32443
32444  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
32445  aparecerán en la salida.
32446  Esto tiene la ventaja de que también funciona con hijos incluidos con 
32447 \begin_inset Quotes fld
32448 \end_inset
32449
32450 Incorporar
32451 \begin_inset Quotes frd
32452 \end_inset
32453
32454 .
32455  Sin embargo, los contadores y las referencias no se mantendrán usando este
32456  método.
32457 \end_layout
32458
32459 \begin_layout Chapter
32460 Listado de programa
32461 \begin_inset CommandInset label
32462 LatexCommand label
32463 name "cap:Listado-de-programa"
32464
32465 \end_inset
32466
32467
32468 \begin_inset Index idx
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 Listado de programa
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \begin_inset Index idx
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 Código de programa
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \begin_inset Index idx
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492 Flotantes ! Listado de programa
32493 \end_layout
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Para incluir y tipografiar código de programación puedes usar la opción
32502  de menú disponible en 
32503 \family sans
32504 Insertar\SpecialChar \menuseparator
32505 Listado
32506 \begin_inset space ~
32507 \end_inset
32508
32509 de
32510 \begin_inset space ~
32511 \end_inset
32512
32513 programa.
32514  
32515 \family default
32516 El paquete LaTeX 
32517 \series bold
32518 listings
32519 \series default
32520
32521 \begin_inset Index idx
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525 LaTeX-paquetes ! listings
32526 \end_layout
32527
32528 \end_inset
32529
32530  provee un mecanismo potente y flexible para insertar código fuente en tu
32531  documento.
32532 \end_layout
32533
32534 \begin_layout Standard
32535 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32536  incorporado en el que puedes configurar su formato.
32537 \end_layout
32538
32539 \begin_layout Standard
32540 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32541  La opción de ubicación 
32542 \family sans
32543 Listado
32544 \begin_inset space ~
32545 \end_inset
32546
32547 en
32548 \begin_inset space ~
32549 \end_inset
32550
32551 línea
32552 \family default
32553  lo imprime en la línea, como este ejemplo: 
32554 \begin_inset listings
32555 lstparams "language={C++}"
32556 inline true
32557 status open
32558
32559 \begin_layout Plain Layout
32560
32561 int a=5;
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \family sans
32568
32569 \begin_inset Newline newline
32570 \end_inset
32571
32572
32573 \family default
32574 La opción 
32575 \family sans
32576 Flotante
32577 \family default
32578  crea un listado flotante cuya colocación se puede especificar mediante
32579  las opciones «
32580 \family sans
32581 h
32582 \family default
32583 », «
32584 \family sans
32585 t
32586 \family default
32587 », «
32588 \family sans
32589 b
32590 \family default
32591 » y «
32592 \family sans
32593 p
32594 \family default
32595 », correspondientes a las opciones de colocación de flotantes descritas
32596  en la sección
32597 \family sans
32598
32599 \begin_inset space ~
32600 \end_inset
32601
32602
32603 \begin_inset CommandInset ref
32604 LatexCommand ref
32605 reference "sec:Colocación-de-Flotantes"
32606
32607 \end_inset
32608
32609
32610 \family default
32611 .
32612  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32613  p.
32614 \family sans
32615
32616 \begin_inset space \thinspace{}
32617 \end_inset
32618
32619
32620 \family default
32621 e.
32622 \begin_inset space ~
32623 \end_inset
32624
32625 «
32626 \family sans
32627 htbp
32628 \family default
32629 ».
32630  La opción «
32631 \family sans
32632 h
32633 \family default
32634 » a veces no tiene efecto, pero no necesitas usar la opción 
32635 \family sans
32636 Flotante
32637 \family default
32638  en ese caso puesto que los listados de programa no flotantes también pueden
32639  tener leyendas y ser referenciadas.
32640 \end_layout
32641
32642 \begin_layout Standard
32643 Se puede añadir una leyenda a un listado de programa con el menú 
32644 \family sans
32645 Insertar\SpecialChar \menuseparator
32646 Leyenda
32647 \family default
32648
32649 \begin_inset Foot
32650 status open
32651
32652 \begin_layout Plain Layout
32653 Para traducir la etiqueta 
32654 \begin_inset Quotes eld
32655 \end_inset
32656
32657 Listado
32658 \begin_inset Quotes erd
32659 \end_inset
32660
32661  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
32662  comando 
32663 \series bold
32664
32665 \backslash
32666 renewcommand{
32667 \backslash
32668 lstlistingname}{Listado}
32669 \series default
32670 .
32671  (
32672 \emph on
32673 N.
32674 \begin_inset space \thinspace{}
32675 \end_inset
32676
32677 del t.
32678 \emph default
32679 )
32680 \end_layout
32681
32682 \end_inset
32683
32684 .
32685  Los listados de programa se pueden referenciar como los flotantes: Listado
32686 \begin_inset space ~
32687 \end_inset
32688
32689
32690 \begin_inset CommandInset ref
32691 LatexCommand ref
32692 reference "lst:Ejemplo-de-listado-de-programa"
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 \begin_inset listings
32701 lstparams "language=Python"
32702 inline false
32703 status open
32704
32705 \begin_layout Plain Layout
32706
32707 \begin_inset Caption
32708
32709 \begin_layout Plain Layout
32710 \begin_inset CommandInset label
32711 LatexCommand label
32712 name "lst:Ejemplo-de-listado-de-programa"
32713
32714 \end_inset
32715
32716 Ejemplo de listado de programa flotante
32717 \end_layout
32718
32719 \end_inset
32720
32721 # Ejemplo de listado flotante
32722 \end_layout
32723
32724 \begin_layout Plain Layout
32725
32726 def func(param):
32727 \end_layout
32728
32729 \begin_layout Plain Layout
32730
32731     'this is a python function'
32732 \end_layout
32733
32734 \begin_layout Plain Layout
32735
32736     pass
32737 \end_layout
32738
32739 \end_inset
32740
32741
32742 \end_layout
32743
32744 \begin_layout Standard
32745 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32746  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32747  y tipografiadas de manera especial en la salida.
32748  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32749  negrita.
32750 \end_layout
32751
32752 \begin_layout Standard
32753 \begin_inset Note Greyedout
32754 status open
32755
32756 \begin_layout Plain Layout
32757
32758 \series bold
32759 Nota:
32760 \series default
32761  Si no consigues caracteres en negrita cuando usas tipografías de ancho
32762  fijo, se debe probablemente a que dicha tipografía no suministra negritas.
32763  En este caso selecciona una tipografía distinta en el menú 
32764 \family sans
32765 Documento
32766 \family default
32767 \SpecialChar \menuseparator
32768
32769 \family sans
32770 Configuración
32771 \family default
32772 \SpecialChar \menuseparator
32773
32774 \family sans
32775 Tipografías.
32776  
32777 \family default
32778 (Las tipografías 
32779 \emph on
32780 LuxiMono, BeraMono
32781 \emph default
32782  y 
32783 \emph on
32784 Courier 
32785 \emph default
32786 suministran negritas.)
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Standard
32795 En la sección 
32796 \family sans
32797 Numeración
32798 \begin_inset space ~
32799 \end_inset
32800
32801 de
32802 \begin_inset space ~
32803 \end_inset
32804
32805 líneas
32806 \family default
32807  del diálogo puedes elegir el estilo de numeración de las líneas.
32808  En el campo 
32809 \family sans
32810 Paso 
32811 \family default
32812 puedes insertar un número para determinar qué líneas se numeran.
32813  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32814  
32815 \end_layout
32816
32817 \begin_layout Standard
32818 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32819  en la salida.
32820  La opción 
32821 \family sans
32822 Mapa
32823 \begin_inset space ~
32824 \end_inset
32825
32826 de
32827 \begin_inset space ~
32828 \end_inset
32829
32830 caracteres
32831 \begin_inset space ~
32832 \end_inset
32833
32834 tradicional
32835 \begin_inset space ~
32836 \end_inset
32837
32838 mejorado
32839 \family default
32840  debería emplearse si se usan en el código caracteres nacionales como la
32841  diéresis alemana.
32842 \begin_inset Newline newline
32843 \end_inset
32844
32845 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32846  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
32847  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
32848 \begin_inset listings
32849 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32850 inline false
32851 status open
32852
32853 \begin_layout Plain Layout
32854
32855 def func(param):
32856 \end_layout
32857
32858 \begin_layout Plain Layout
32859
32860     'this is a python function'
32861 \end_layout
32862
32863 \begin_layout Plain Layout
32864
32865     pass
32866 \end_layout
32867
32868 \begin_layout Plain Layout
32869
32870 def func(param):
32871 \end_layout
32872
32873 \begin_layout Plain Layout
32874
32875 'This is a German word: Tschüß'
32876 \end_layout
32877
32878 \begin_layout Plain Layout
32879
32880 pass
32881 \end_layout
32882
32883 \begin_layout Plain Layout
32884
32885 def func(param):
32886 \end_layout
32887
32888 \begin_layout Plain Layout
32889
32890 'this is a python function'
32891 \end_layout
32892
32893 \begin_layout Plain Layout
32894
32895 pass
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \begin_layout Standard
32904 \begin_inset Note Greyedout
32905 status open
32906
32907 \begin_layout Plain Layout
32908
32909 \series bold
32910 Nota:
32911 \series default
32912  Debido a un error en el paquete 
32913 \series bold
32914 listings
32915 \series default
32916  la numeración de líneas cambia en una línea por cada listado previo.
32917  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32918  3 y 6.
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Standard
32927 \begin_inset VSpace bigskip
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934 También es posible imprimir como listado de programa líneas de un archivo.
32935  Para hacer esto, usa el menú 
32936 \family sans
32937 Insertar\SpecialChar \menuseparator
32938 Archivo\SpecialChar \menuseparator
32939 Documento
32940 \begin_inset space ~
32941 \end_inset
32942
32943 hijo 
32944 \family default
32945 y elige el tipo 
32946 \family sans
32947 Listado de programa
32948 \family default
32949 .
32950 \begin_inset Foot
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954 Los restantes tipos de documento hijo se describen en la sección
32955 \begin_inset space ~
32956 \end_inset
32957
32958
32959 \begin_inset CommandInset ref
32960 LatexCommand ref
32961 reference "sec:Documento-Hijo"
32962
32963 \end_inset
32964
32965 .
32966 \end_layout
32967
32968 \end_inset
32969
32970  En el diálogo de documento hijo puedes especificar los parámetros del listado
32971  en el cuadro de texto.
32972  Para ver una lista de los parámetros disponibles teclea una interrogación
32973  «?» en el cuadro.
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Para referenciar un documento hijo tipo listado, escribe el texto de la
32978  etiqueta en el campo correspondiente del diálogo de documento hijo.
32979  Después se puede referenciar la etiqueta con el menú 
32980 \family sans
32981 Insertar\SpecialChar \menuseparator
32982 Referencia cruzada.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 A continuación hay un ejemplo, Listado
32987 \begin_inset space ~
32988 \end_inset
32989
32990
32991 \begin_inset CommandInset ref
32992 LatexCommand ref
32993 reference "lst:archivo-listado"
32994
32995 \end_inset
32996
32997 , de inserción de líneas de un archivo; en él se incluye el rango de las
32998  líneas 10
32999 \begin_inset space \thinspace{}
33000 \end_inset
33001
33002 -
33003 \begin_inset space \thinspace{}
33004 \end_inset
33005
33006 15 de este archivo LyX.
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset CommandInset include
33011 LatexCommand lstinputlisting
33012 filename "EmbeddedObjects.lyx"
33013 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
33014
33015 \end_inset
33016
33017
33018 \end_layout
33019
33020 \begin_layout Standard
33021 \begin_inset VSpace bigskip
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \begin_layout Standard
33028 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
33029 \end_layout
33030
33031 \begin_layout Enumerate
33032 Abre el diálogo de listado y añade
33033 \begin_inset Newline newline
33034 \end_inset
33035
33036
33037 \family sans
33038 mathescape=true
33039 \begin_inset Newline newline
33040 \end_inset
33041
33042
33043 \family default
33044 en el campo de texto de la solapa 
33045 \family sans
33046 Avanzado
33047 \end_layout
33048
33049 \begin_layout Enumerate
33050 Crea una ecuación fuera del listado
33051 \end_layout
33052
33053 \begin_layout Enumerate
33054 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
33055  (teclas 
33056 \family sans
33057 Ctrl+C
33058 \family default
33059 )
33060 \end_layout
33061
33062 \begin_layout Enumerate
33063 En el listado escribe 
33064 \begin_inset Quotes eld
33065 \end_inset
33066
33067
33068 \family sans
33069 $$
33070 \family default
33071
33072 \begin_inset Quotes erd
33073 \end_inset
33074
33075  y pega desde el portapapeles entre los símbolos dólar (teclas 
33076 \family sans
33077 Ctrl+V
33078 \family default
33079 )
33080 \end_layout
33081
33082 \begin_layout Standard
33083 \begin_inset listings
33084 lstparams "language=Python,mathescape=true"
33085 inline false
33086 status open
33087
33088 \begin_layout Plain Layout
33089
33090 \begin_inset Caption
33091
33092 \begin_layout Plain Layout
33093 Ejemplo de listado flotante con una ecuación
33094 \end_layout
33095
33096 \end_inset
33097
33098 # Ejemplo de listado flotante
33099 \end_layout
33100
33101 \begin_layout Plain Layout
33102
33103 def func(param):
33104 \end_layout
33105
33106 \begin_layout Plain Layout
33107
33108     # $
33109 \backslash
33110 prod_{n=1}^{
33111 \backslash
33112 infty}
33113 \backslash
33114 ,
33115 \backslash
33116 frac{1}{x^{2}}$
33117 \end_layout
33118
33119 \begin_layout Plain Layout
33120
33121     pass
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \begin_inset VSpace bigskip
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \begin_layout Standard
33137 Los parámetros globales para listados de programa se pueden establecer en
33138  el diálogo 
33139 \family sans
33140 Documento\SpecialChar \menuseparator
33141 Configuración\SpecialChar \menuseparator
33142 Listados.
33143  
33144 \family default
33145 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33146  «?» en el campo de texto.
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Para más información sobre el paquete 
33151 \series bold
33152 listings
33153 \series default
33154 , consulta su documentación
33155 \begin_inset space ~
33156 \end_inset
33157
33158
33159 \begin_inset CommandInset citation
33160 LatexCommand cite
33161 key "listings"
33162
33163 \end_inset
33164
33165 .
33166 \end_layout
33167
33168 \begin_layout Standard
33169 \begin_inset Newpage newpage
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Chapter
33176 \start_of_appendix
33177 Unidades disponibles en LyX
33178 \begin_inset Index idx
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182 Unidades
33183 \end_layout
33184
33185 \end_inset
33186
33187
33188 \begin_inset CommandInset label
33189 LatexCommand label
33190 name "cap:Unidades-disponibles-en"
33191
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \begin_layout Standard
33198 Para comprender las unidades utilizadas en este manual, el cuadro
33199 \begin_inset space ~
33200 \end_inset
33201
33202
33203 \begin_inset CommandInset ref
33204 LatexCommand ref
33205 reference "tab:Unidades"
33206
33207 \end_inset
33208
33209  describe todas las unidades disponibles en LyX.
33210 \end_layout
33211
33212 \begin_layout Standard
33213 \begin_inset Float table
33214 placement h
33215 wide false
33216 sideways false
33217 status open
33218
33219 \begin_layout Plain Layout
33220 \begin_inset Caption
33221
33222 \begin_layout Plain Layout
33223 \begin_inset CommandInset label
33224 LatexCommand label
33225 name "tab:Unidades"
33226
33227 \end_inset
33228
33229 Unidades
33230 \end_layout
33231
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \begin_layout Plain Layout
33238 \begin_inset VSpace medskip
33239 \end_inset
33240
33241
33242 \end_layout
33243
33244 \begin_layout Plain Layout
33245 \align center
33246 \begin_inset Tabular
33247 <lyxtabular version="3" rows="20" columns="2">
33248 <features tabularvalignment="middle">
33249 <column alignment="center" valignment="top" width="0">
33250 <column alignment="center" valignment="top" width="0">
33251 <row>
33252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Plain Layout
33256 unidad
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265 nombre/descripción
33266 \end_layout
33267
33268 \end_inset
33269 </cell>
33270 </row>
33271 <row>
33272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 mm
33277 \end_layout
33278
33279 \end_inset
33280 </cell>
33281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 milímetro
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 </row>
33291 <row>
33292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 cm
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 centímetro
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row>
33312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316 in
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 pulgada
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 </row>
33331 <row>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336 pt
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 punto (72.27
33346 \begin_inset space \thinspace{}
33347 \end_inset
33348
33349 pt = 1
33350 \begin_inset space \thinspace{}
33351 \end_inset
33352
33353 in)
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 </row>
33359 <row>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364 pc
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 pica (1
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 pc = 12
33378 \begin_inset space \thinspace{}
33379 \end_inset
33380
33381 pt)
33382 \end_layout
33383
33384 \end_inset
33385 </cell>
33386 </row>
33387 <row>
33388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Plain Layout
33392 sp
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33398 \begin_inset Text
33399
33400 \begin_layout Plain Layout
33401 punto a escala (65536
33402 \begin_inset space \thinspace{}
33403 \end_inset
33404
33405 sp = 1
33406 \begin_inset space \thinspace{}
33407 \end_inset
33408
33409 pt)
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 <row>
33416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 bp
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 punto grande (72
33430 \begin_inset space \thinspace{}
33431 \end_inset
33432
33433 bp = 1
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 in)
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 </row>
33443 <row>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 dd
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 didot (1
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 dd 
33462 \begin_inset Formula $\approx$
33463 \end_inset
33464
33465  0.376
33466 \begin_inset space \thinspace{}
33467 \end_inset
33468
33469 mm)
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 </row>
33475 <row>
33476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480 cc
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489 cicero (1
33490 \begin_inset space \thinspace{}
33491 \end_inset
33492
33493 cc = 12
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 dd)
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 </row>
33503 <row>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 escala
33509 \begin_inset space \thinspace{}
33510 \end_inset
33511
33512 %
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521 % del tamaño original de la imagen
33522 \end_layout
33523
33524 \end_inset
33525 </cell>
33526 </row>
33527 <row>
33528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33529 \begin_inset Text
33530
33531 \begin_layout Plain Layout
33532 texto
33533 \begin_inset space \thinspace{}
33534 \end_inset
33535
33536 %
33537 \end_layout
33538
33539 \end_inset
33540 </cell>
33541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545 % de anchura de texto
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 columna
33557 \begin_inset space \thinspace{}
33558 \end_inset
33559
33560 %
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33566 \begin_inset Text
33567
33568 \begin_layout Plain Layout
33569 % de anchura de columna
33570 \end_layout
33571
33572 \end_inset
33573 </cell>
33574 </row>
33575 <row>
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580 página
33581 \begin_inset space \thinspace{}
33582 \end_inset
33583
33584 %
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593 % de anchura de página
33594 \end_layout
33595
33596 \end_inset
33597 </cell>
33598 </row>
33599 <row>
33600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33601 \begin_inset Text
33602
33603 \begin_layout Plain Layout
33604 línea
33605 \begin_inset space \thinspace{}
33606 \end_inset
33607
33608 %
33609 \end_layout
33610
33611 \end_inset
33612 </cell>
33613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33614 \begin_inset Text
33615
33616 \begin_layout Plain Layout
33617 % de anchura de línea
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 </row>
33623 <row>
33624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 alt.
33629  texto
33630 \begin_inset space \thinspace{}
33631 \end_inset
33632
33633 %
33634 \end_layout
33635
33636 \end_inset
33637 </cell>
33638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33639 \begin_inset Text
33640
33641 \begin_layout Plain Layout
33642 % de altura de texto
33643 \end_layout
33644
33645 \end_inset
33646 </cell>
33647 </row>
33648 <row>
33649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33650 \begin_inset Text
33651
33652 \begin_layout Plain Layout
33653 alt.
33654  pág.
33655 \begin_inset space \thinspace{}
33656 \end_inset
33657
33658 %
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33664 \begin_inset Text
33665
33666 \begin_layout Plain Layout
33667 % de altura de página
33668 \end_layout
33669
33670 \end_inset
33671 </cell>
33672 </row>
33673 <row>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 ex
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687 altura de la letra 
33688 \emph on
33689 x
33690 \emph default
33691  en la tipografía actual
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 </row>
33697 <row>
33698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33699 \begin_inset Text
33700
33701 \begin_layout Plain Layout
33702 em
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711 anchura de la letra 
33712 \emph on
33713 M
33714 \emph default
33715  en la tipografía actual
33716 \end_layout
33717
33718 \end_inset
33719 </cell>
33720 </row>
33721 <row>
33722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726 mu
33727 \end_layout
33728
33729 \end_inset
33730 </cell>
33731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33732 \begin_inset Text
33733
33734 \begin_layout Plain Layout
33735 unidad matemática (1
33736 \begin_inset space \thinspace{}
33737 \end_inset
33738
33739 mu = 1/18
33740 \begin_inset space \thinspace{}
33741 \end_inset
33742
33743 em)
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 </row>
33749 </lyxtabular>
33750
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Chapter
33762 Formatos de archivos de salida con gráficos
33763 \begin_inset CommandInset label
33764 LatexCommand label
33765 name "cap:Formatos-de-Archivos-de-Salida"
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Section
33773 DVI
33774 \begin_inset Index idx
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778 Formatos de archivo ! DVI
33779 \end_layout
33780
33781 \end_inset
33782
33783
33784 \begin_inset Index idx
33785 status collapsed
33786
33787 \begin_layout Plain Layout
33788 DVI|see
33789 \begin_inset ERT
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793
33794 {
33795 \end_layout
33796
33797 \end_inset
33798
33799 Formatos de archivo
33800 \begin_inset ERT
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804
33805 }
33806 \end_layout
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \end_layout
33817
33818 \begin_layout Standard
33819 Este tipo de archivo tiene la extensión «
33820 \family typewriter
33821 .dvi
33822 \family default
33823 ».
33824  Se denomina «device-independent» (DVI), porque es completamente portable;
33825  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33826  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33827  Los DVI se usan para vistas preliminares rápidas y como preparación para
33828  otros formatos de salida como PostScript.
33829 \end_layout
33830
33831 \begin_layout Standard
33832 \begin_inset Note Greyedout
33833 status open
33834
33835 \begin_layout Plain Layout
33836
33837 \series bold
33838 Nota:
33839 \series default
33840  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33841 \end_layout
33842
33843 \end_inset
33844
33845  Por tanto no debes olvidar esto si mueves archivos 
33846 \family typewriter
33847 .dvi
33848 \family default
33849  a otro ordenador.
33850  Esta característica también puede retardar la visualización del archivo,
33851  porque el visor DVI tiene que convertir la imagen en segundo plano para
33852  hacerla visible al deslizar el visor.
33853  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33854 \end_layout
33855
33856 \begin_layout Standard
33857 Un documento se exporta a DVI con el menú 
33858 \family sans
33859 Archivo\SpecialChar \menuseparator
33860 Exportar\SpecialChar \menuseparator
33861 DVI
33862 \family default
33863 .
33864  Puedes ver la salida del documento en DVI con el menú 
33865 \family sans
33866 Ver\SpecialChar \menuseparator
33867 DVI 
33868 \family default
33869 o con el botón
33870 \begin_inset space ~
33871 \end_inset
33872
33873
33874 \begin_inset Graphics
33875         filename ../../images/buffer-view_dvi.png
33876         scale 85
33877
33878 \end_inset
33879
33880 .
33881 \end_layout
33882
33883 \begin_layout Section
33884 PostScript
33885 \begin_inset CommandInset label
33886 LatexCommand label
33887 name "sec:PostScript"
33888
33889 \end_inset
33890
33891
33892 \begin_inset Index idx
33893 status collapsed
33894
33895 \begin_layout Plain Layout
33896 Formatos de archivo ! PostScript
33897 \end_layout
33898
33899 \end_inset
33900
33901
33902 \begin_inset Index idx
33903 status collapsed
33904
33905 \begin_layout Plain Layout
33906 PostScript|see
33907 \begin_inset ERT
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911
33912 {
33913 \end_layout
33914
33915 \end_inset
33916
33917 Formatos de archivo
33918 \begin_inset ERT
33919 status collapsed
33920
33921 \begin_layout Plain Layout
33922
33923 }
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \begin_layout Standard
33937 Este tipo de archivo tiene la extensión «
33938 \family typewriter
33939 .ps
33940 \family default
33941 ».
33942  PostScript fue desarrollado por la compañía 
33943 \family typewriter
33944 Adobe
33945 \family default
33946  como lenguaje para impresoras.
33947  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33948  PostScript puede considerarse como un «lenguaje de programación»; con él
33949  puedes calcular y dibujar imágenes y diagramas.
33950 \begin_inset Foot
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954 Si estás interesado en este tema acude al paquete LaTeX 
33955 \series bold
33956 PSTricks
33957 \series default
33958  
33959 \begin_inset CommandInset citation
33960 LatexCommand cite
33961 key "pstricks"
33962
33963 \end_inset
33964
33965 .
33966 \end_layout
33967
33968 \end_inset
33969
33970  Por esto los archivos suelen ser más grandes que los PDF.
33971 \end_layout
33972
33973 \begin_layout Standard
33974 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33975 d PostScript» (EPS, extensión «
33976 \family typewriter
33977 .eps
33978 \family default
33979 »).
33980  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33981  en segundo plano para convertir las imágenes a EPS.
33982  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33983  cada vez que veas o exportes el documento.
33984  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33985  puedes evitar el problema insertando las imágenes directamente en EPS.
33986 \end_layout
33987
33988 \begin_layout Standard
33989 El documento se puede exportar a PostScript con el menú 
33990 \family sans
33991 Archivo\SpecialChar \menuseparator
33992 Exportar\SpecialChar \menuseparator
33993 Postscript
33994 \family default
33995 .
33996  Se puede ver la salida en PostScript con el menú 
33997 \family sans
33998 Ver\SpecialChar \menuseparator
33999 Postscript 
34000 \family default
34001 o con el botón
34002 \begin_inset space ~
34003 \end_inset
34004
34005
34006 \begin_inset Graphics
34007         filename ../../images/buffer-view_ps.png
34008
34009 \end_inset
34010
34011 .
34012 \end_layout
34013
34014 \begin_layout Section
34015 PDF
34016 \begin_inset Index idx
34017 status collapsed
34018
34019 \begin_layout Plain Layout
34020 Formatos de archivo ! PDF
34021 \end_layout
34022
34023 \end_inset
34024
34025
34026 \begin_inset Index idx
34027 status collapsed
34028
34029 \begin_layout Plain Layout
34030 PDF
34031 \end_layout
34032
34033 \end_inset
34034
34035
34036 \end_layout
34037
34038 \begin_layout Standard
34039 Este tipo de archivo tiene la extensión «
34040 \family typewriter
34041 .pdf
34042 \family default
34043 ».
34044  El formato «Portable Document Format» (PDF) fue desarrollado por 
34045 \family typewriter
34046 Adobe
34047 \family default
34048  como derivado de PostScript.
34049  Es más comprimido y utiliza muchos menos comandos que PostScript.
34050  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
34051  operativo y la salida impresa se muestra exactamente igual.
34052 \end_layout
34053
34054 \begin_layout Standard
34055 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
34056  Photographic Experts Group» (JPG, extensión «
34057 \family typewriter
34058 .jpg
34059 \family default
34060 » o «
34061 \family typewriter
34062 .jpeg
34063 \family default
34064 »), y en el formato «Portable Network Graphics» (PNG, extensión «
34065 \family typewriter
34066 .png
34067 \family default
34068 »).
34069  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
34070  en segundo plano a alguno de los anteriores.
34071  Pero como se ha comentado en la sección sobre PostScript, la conversión
34072  de gráficos ralentiza el trabajo.
34073  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
34074  mencionados.
34075 \end_layout
34076
34077 \begin_layout Standard
34078 Un documento se puede exportar a PDF con el menú 
34079 \family sans
34080 Archivo\SpecialChar \menuseparator
34081 Exportar
34082 \family default
34083  en tres modos diferentes:
34084 \end_layout
34085
34086 \begin_layout Description
34087 PDF
34088 \begin_inset space ~
34089 \end_inset
34090
34091 (ps2pdf) Este utiliza el programa 
34092 \family typewriter
34093 ps2pdf
34094 \family default
34095  que crea un PDF a partir de una versión PostScript del archivo.
34096  La versión PostScript es producida por el programa 
34097 \family typewriter
34098 dvips
34099 \family default
34100  que usa una versión DVI como paso intermedio.
34101  Así que este modo de exportación consta de tres conversiones.
34102 \end_layout
34103
34104 \begin_layout Description
34105 PDF
34106 \begin_inset space ~
34107 \end_inset
34108
34109 (dvipdfm) Este utiliza el programa 
34110 \family typewriter
34111 dvipdfm
34112 \family default
34113  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34114  PDF.
34115 \end_layout
34116
34117 \begin_layout Description
34118 PDF
34119 \begin_inset space ~
34120 \end_inset
34121
34122 (pdflatex) Este utiliza el programa 
34123 \family typewriter
34124 pdftex
34125 \family default
34126  que convierte directamente el archivo a PDF.
34127 \end_layout
34128
34129 \begin_layout Standard
34130 Se recomienda usar 
34131 \family sans
34132 PDF
34133 \begin_inset space ~
34134 \end_inset
34135
34136 (pdflatex)
34137 \family default
34138  porque 
34139 \family typewriter
34140 pdftex
34141 \family default
34142  soporta todas las características de las versiones actuales de PDF, es
34143  rápido y estable.
34144  El programa 
34145 \family typewriter
34146 dvipdfm
34147 \family default
34148  ya no se desarrolla y está un poco obsoleto.
34149 \end_layout
34150
34151 \begin_layout Standard
34152 La salida en formato PDF se puede ver con el menú 
34153 \family sans
34154 Ver 
34155 \family default
34156 o con el botón
34157 \begin_inset space ~
34158 \end_inset
34159
34160
34161 \begin_inset Graphics
34162         filename ../../images/buffer-view_pdf2.png
34163         scale 85
34164
34165 \end_inset
34166
34167  (que usa 
34168 \family sans
34169 PDF
34170 \begin_inset space ~
34171 \end_inset
34172
34173 (pdflatex)
34174 \family default
34175 ).
34176 \end_layout
34177
34178 \begin_layout Chapter
34179 Explicación de la ecuación
34180 \begin_inset space ~
34181 \end_inset
34182
34183 (
34184 \begin_inset CommandInset ref
34185 LatexCommand ref
34186 reference "eq:Wgn"
34187
34188 \end_inset
34189
34190 )
34191 \begin_inset CommandInset label
34192 LatexCommand label
34193 name "cap:Explicación-de-la-Ecuación"
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Standard
34201 La anchura total de 
34202 \emph on
34203 n
34204 \emph default
34205  celdas de un cuadro 
34206 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34207 \end_inset
34208
34209  puede calcularse con
34210 \end_layout
34211
34212 \begin_layout Standard
34213 \begin_inset Formula 
34214 \begin{equation}
34215 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34216 \end{equation}
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Standard
34224 donde 
34225 \begin_inset Formula $W_{g\, n}$
34226 \end_inset
34227
34228  es el ancho dado de todas las celdas.
34229  
34230 \series bold
34231
34232 \backslash
34233 tabcolsep
34234 \series default
34235  es la longitud LaTeX entre el texto y el borde de la celda, 6
34236 \begin_inset space \thinspace{}
34237 \end_inset
34238
34239 pt por omisión.
34240  
34241 \series bold
34242
34243 \backslash
34244 arrayrulewidth
34245 \series default
34246  es el grosor de línea del borde, 0.4
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 pt por omisión.
34251 \end_layout
34252
34253 \begin_layout Standard
34254 Procediendo como en la ecuación
34255 \begin_inset space ~
34256 \end_inset
34257
34258
34259 \begin_inset CommandInset ref
34260 LatexCommand eqref
34261 reference "eq:Wtot_n"
34262
34263 \end_inset
34264
34265 , el ancho total de una multicolumna, 
34266 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34267 \end_inset
34268
34269  es
34270 \end_layout
34271
34272 \begin_layout Standard
34273 \begin_inset Formula 
34274 \begin{equation}
34275 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34276 \end{equation}
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \begin_layout Standard
34284 Igualando las ecuaciones
34285 \begin_inset space ~
34286 \end_inset
34287
34288
34289 \begin_inset CommandInset ref
34290 LatexCommand eqref
34291 reference "eq:Wtot_n"
34292
34293 \end_inset
34294
34295  y 
34296 \begin_inset CommandInset ref
34297 LatexCommand eqref
34298 reference "eq:Wtot_mult"
34299
34300 \end_inset
34301
34302  podemos calcular el ancho dado necesario 
34303 \begin_inset Formula $W_{g\, n}$
34304 \end_inset
34305
34306  cuando se expanden 
34307 \emph on
34308 n
34309 \emph default
34310  columnas, de forma que cada una de ellas tiene una anchura total 
34311 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34312 \end_inset
34313
34314 :
34315 \end_layout
34316
34317 \begin_layout Standard
34318 \begin_inset Formula 
34319 \begin{equation}
34320 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34321 \end{equation}
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Bibliography
34329 \labelwidthstring Bibliografía
34330 \begin_inset CommandInset bibitem
34331 LatexCommand bibitem
34332 key "latexcompanion"
34333
34334 \end_inset
34335
34336 Frank Mittelbach and Michel Goossens: 
34337 \emph on
34338 The LaTeX Companion Second Edition.
34339
34340 \emph default
34341  Addison-Wesley, 2004
34342 \end_layout
34343
34344 \begin_layout Bibliography
34345 \labelwidthstring Bibliografía
34346 \begin_inset CommandInset bibitem
34347 LatexCommand bibitem
34348 key "latexguide"
34349
34350 \end_inset
34351
34352 Helmut Kopka and Patrick W.
34353  Daly: 
34354 \emph on
34355 A Guide to LaTeX Fourth Edition.
34356
34357 \emph default
34358  Addison-Wesley, 2003
34359 \end_layout
34360
34361 \begin_layout Bibliography
34362 \labelwidthstring Bibliografía
34363 \begin_inset CommandInset bibitem
34364 LatexCommand bibitem
34365 key "latexbook"
34366
34367 \end_inset
34368
34369 Leslie Lamport: 
34370 \emph on
34371 LaTeX: A Document Preparation System.
34372
34373 \emph default
34374  Addison-Wesley, second edition, 1994
34375 \end_layout
34376
34377 \begin_layout Bibliography
34378 \labelwidthstring Bibliografía
34379 \begin_inset CommandInset bibitem
34380 LatexCommand bibitem
34381 key "booktabs"
34382
34383 \end_inset
34384
34385 Documentación del paquete LaTeX 
34386 \series bold
34387
34388 \begin_inset CommandInset href
34389 LatexCommand href
34390 name "booktabs"
34391 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34392
34393 \end_inset
34394
34395
34396 \series default
34397
34398 \begin_inset Index idx
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 LaTeX-paquetes ! booktabs
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Bibliography
34411 \labelwidthstring Bibliografía
34412 \begin_inset CommandInset bibitem
34413 LatexCommand bibitem
34414 key "caption"
34415
34416 \end_inset
34417
34418 Documentación del paquete LaTeX 
34419 \series bold
34420
34421 \begin_inset CommandInset href
34422 LatexCommand href
34423 name "caption"
34424 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34425
34426 \end_inset
34427
34428
34429 \series default
34430
34431 \begin_inset Index idx
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 LaTeX-paquetes ! caption
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Bibliography
34444 \labelwidthstring Bibliografía
34445 \begin_inset CommandInset bibitem
34446 LatexCommand bibitem
34447 key "endfloat"
34448
34449 \end_inset
34450
34451 Documentación del paquete LaTeX 
34452 \series bold
34453
34454 \begin_inset CommandInset href
34455 LatexCommand href
34456 name "endfloat"
34457 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34458
34459 \end_inset
34460
34461
34462 \series default
34463
34464 \begin_inset Index idx
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468 LaTeX-paquetes ! endfloat
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \begin_layout Bibliography
34477 \labelwidthstring Bibliografía
34478 \begin_inset CommandInset bibitem
34479 LatexCommand bibitem
34480 key "wrapfig"
34481
34482 \end_inset
34483
34484 Documentación del paquete LaTeX 
34485 \series bold
34486
34487 \begin_inset CommandInset href
34488 LatexCommand href
34489 name "wrapfig"
34490 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34491
34492 \end_inset
34493
34494
34495 \series default
34496
34497 \begin_inset Index idx
34498 status collapsed
34499
34500 \begin_layout Plain Layout
34501 LaTeX-paquetes ! wrapfig
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 vspace{4mm}
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Bibliography
34523 \labelwidthstring Bibliografía
34524 \begin_inset CommandInset bibitem
34525 LatexCommand bibitem
34526 key "footmisc"
34527
34528 \end_inset
34529
34530 Documentación del paquete LaTeX 
34531 \series bold
34532
34533 \begin_inset CommandInset href
34534 LatexCommand href
34535 name "footmisc"
34536 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34537
34538 \end_inset
34539
34540
34541 \series default
34542
34543 \begin_inset Index idx
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 LaTeX-paquetes ! footmisc
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Bibliography
34556 \labelwidthstring Bibliografía
34557 \begin_inset CommandInset bibitem
34558 LatexCommand bibitem
34559 key "hypcap"
34560
34561 \end_inset
34562
34563 Documentación del paquete LaTeX 
34564 \series bold
34565
34566 \begin_inset CommandInset href
34567 LatexCommand href
34568 name "hypcap"
34569 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34570
34571 \end_inset
34572
34573
34574 \series default
34575
34576 \begin_inset Index idx
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580 LaTeX-paquetes ! hyperref
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \begin_layout Bibliography
34589 \labelwidthstring Bibliografía
34590 \begin_inset CommandInset bibitem
34591 LatexCommand bibitem
34592 key "hyperref"
34593
34594 \end_inset
34595
34596 Documentación del paquete LaTeX 
34597 \series bold
34598
34599 \begin_inset CommandInset href
34600 LatexCommand href
34601 name "hyperref"
34602 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34603
34604 \end_inset
34605
34606
34607 \series default
34608
34609 \begin_inset Index idx
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613 LaTeX-paquetes ! hyperref
34614 \end_layout
34615
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \begin_layout Bibliography
34622 \labelwidthstring Bibliografía
34623 \begin_inset CommandInset bibitem
34624 LatexCommand bibitem
34625 key "KOMA-Script"
34626
34627 \end_inset
34628
34629 Documentación del paquete LaTeX 
34630 \series bold
34631
34632 \begin_inset CommandInset href
34633 LatexCommand href
34634 name "KOMA-Script"
34635 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34636
34637 \end_inset
34638
34639
34640 \series default
34641
34642 \begin_inset Index idx
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 LaTeX-paquetes ! KOMA-Script
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Bibliography
34655 \labelwidthstring Bibliografía
34656 \begin_inset CommandInset bibitem
34657 LatexCommand bibitem
34658 key "listings"
34659
34660 \end_inset
34661
34662 Documentación del paquete LaTeX 
34663 \series bold
34664
34665 \begin_inset CommandInset href
34666 LatexCommand href
34667 name "listings"
34668 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34669
34670 \end_inset
34671
34672
34673 \series default
34674
34675 \begin_inset Index idx
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679 LaTeX-paquetes ! listings
34680 \end_layout
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \begin_layout Bibliography
34688 \labelwidthstring Bibliografía
34689 \begin_inset CommandInset bibitem
34690 LatexCommand bibitem
34691 key "marginnote"
34692
34693 \end_inset
34694
34695 Documentación del paquete LaTeX 
34696 \series bold
34697
34698 \begin_inset CommandInset href
34699 LatexCommand href
34700 name "marginnote"
34701 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34702
34703 \end_inset
34704
34705
34706 \series default
34707
34708 \begin_inset Index idx
34709 status collapsed
34710
34711 \begin_layout Plain Layout
34712 LaTeX-paquetes ! marginnote
34713 \end_layout
34714
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \begin_layout Bibliography
34721 \labelwidthstring Bibliografía
34722 \begin_inset CommandInset bibitem
34723 LatexCommand bibitem
34724 key "pstricks"
34725
34726 \end_inset
34727
34728 Página web del paquete LaTeX 
34729 \series bold
34730
34731 \begin_inset CommandInset href
34732 LatexCommand href
34733 name "PSTricks"
34734 target "http://tug.org/PSTricks/"
34735
34736 \end_inset
34737
34738
34739 \series default
34740
34741 \begin_inset Index idx
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745 LaTeX-paquetes ! PSTricks
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Bibliography
34754 \labelwidthstring Bibliografía
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "sidecap"
34758
34759 \end_inset
34760
34761 Documentación del paquete LaTeX 
34762 \series bold
34763
34764 \begin_inset CommandInset href
34765 LatexCommand href
34766 name "sidecap"
34767 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34768
34769 \end_inset
34770
34771
34772 \series default
34773
34774 \begin_inset Index idx
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 LaTeX-paquetes ! sidecap
34779 \end_layout
34780
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Bibliography
34787 \labelwidthstring Bibliografía
34788 \begin_inset CommandInset bibitem
34789 LatexCommand bibitem
34790 key "prettyref"
34791
34792 \end_inset
34793
34794 Documentación del paquete LaTeX 
34795 \series bold
34796
34797 \begin_inset CommandInset href
34798 LatexCommand href
34799 name "prettyref"
34800 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34801
34802 \end_inset
34803
34804
34805 \series default
34806
34807 \begin_inset Index idx
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811 LaTeX-paquetes ! prettyref
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Bibliography
34820 \labelwidthstring Bibliografía
34821 \begin_inset CommandInset bibitem
34822 LatexCommand bibitem
34823 key "refstyle"
34824
34825 \end_inset
34826
34827 Documentación del paquete LaTeX 
34828 \series bold
34829
34830 \begin_inset CommandInset href
34831 LatexCommand href
34832 name "refstyle"
34833 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34834
34835 \end_inset
34836
34837
34838 \series default
34839
34840 \begin_inset Index idx
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844 LaTeX-paquetes ! refstyle
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Bibliography
34853 \labelwidthstring Bibliografía
34854 \begin_inset CommandInset bibitem
34855 LatexCommand bibitem
34856 key "NewInLyX20"
34857
34858 \end_inset
34859
34860
34861 \begin_inset CommandInset href
34862 LatexCommand href
34863 name "Página wiki"
34864 target "http://wiki.lyx.org/LyX/NewInLyX20"
34865
34866 \end_inset
34867
34868  sobre características nuevas para la versión 
34869 \family sans
34870 LyX
34871 \begin_inset space ~
34872 \end_inset
34873
34874 2.0
34875 \family default
34876 .
34877 \end_layout
34878
34879 \begin_layout Standard
34880 \begin_inset CommandInset index_print
34881 LatexCommand printindex
34882 type "idx"
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \end_body
34890 \end_document