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