]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Complete update of Spanish manuals from Ignacio Garcia
[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 collapsed
477
478 \begin_layout Plain Layout
479 Figuras ! Escalar
480 \end_layout
481
482 \end_inset
483
484 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
485  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á escalada 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 Alternativamente al escalado, es posible establecer las coordenadas
522  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, p.
609 \begin_inset space \thinspace{}
610 \end_inset
611
612 e.
613 \begin_inset space ~
614 \end_inset
615
616
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
622  puesto que LaTeX puede manejarlas como están.
623 \begin_inset Newline newline
624 \end_inset
625
626 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
627  utiliza PostScript como formato de salida, véase apéndice
628 \begin_inset space ~
629 \end_inset
630
631
632 \begin_inset CommandInset ref
633 LatexCommand ref
634 reference "sec:PostScript"
635
636 \end_inset
637
638 .
639  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
640  o en consola de Windows:
641 \begin_inset Newline newline
642 \end_inset
643
644
645 \series bold
646 gzip x.eps
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 zgrep %%Bounding x.eps.gz > x.eps.bb
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
661  LaTeX para gráficos comprimidos.
662 \begin_inset Newline newline
663 \end_inset
664
665 El campo 
666 \family sans
667 Nombre
668 \begin_inset space ~
669 \end_inset
670
671 de
672 \begin_inset space ~
673 \end_inset
674
675 grupo
676 \family default
677  permite definir un conjunto de ajustes de imagen.
678 \begin_inset Index idx
679 status collapsed
680
681 \begin_layout Plain Layout
682 Figuras ! Agrupación de ajustes
683 \end_layout
684
685 \end_inset
686
687  Las imágenes incluidas en un grupo comparten sus características, de modo
688  que al modificar las de una imagen del grupo se modifican igualmente las
689  de las demás imágenes del grupo.
690  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
691  necesidad de hacerlo individualmente para cada una de ellas.
692  Además se puede integrar una imagen en un grupo existente marcando el nombre
693  del mismo en el menú contextual de la imagen.
694  
695 \end_layout
696
697 \begin_layout Standard
698 \begin_inset VSpace bigskip
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 Esto es un ejemplo de imagen en formato EPS
706 \begin_inset Foot
707 status collapsed
708
709 \begin_layout Plain Layout
710 Los formatos de imagen se explican en el sección
711 \begin_inset space ~
712 \end_inset
713
714
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "sec:Formatos-de-imagen"
718
719 \end_inset
720
721 .
722 \end_layout
723
724 \end_inset
725
726  en un párrafo separado centrado horizontalmente:
727 \end_layout
728
729 \begin_layout Standard
730 \align center
731 \begin_inset Graphics
732         filename ../clipart/mobius.eps
733         scale 70
734         clip
735         rotateOrigin center
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Standard
743 Esta es la misma imagen pero en modo borrador:
744 \end_layout
745
746 \begin_layout Standard
747 \align center
748 \begin_inset Graphics
749         filename ../clipart/mobius.eps
750         scale 70
751         draft
752         rotateOrigin center
753
754 \end_inset
755
756
757 \begin_inset Newpage newpage
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Section
764 Figuras flotantes
765 \begin_inset CommandInset label
766 LatexCommand label
767 name "sec:Figuras-Flotantes"
768
769 \end_inset
770
771
772 \begin_inset Index idx
773 status collapsed
774
775 \begin_layout Plain Layout
776 Flotantes ! Figuras
777 \end_layout
778
779 \end_inset
780
781
782 \begin_inset Index idx
783 status collapsed
784
785 \begin_layout Plain Layout
786 Figuras ! Flotantes
787 \end_layout
788
789 \end_inset
790
791
792 \end_layout
793
794 \begin_layout Standard
795 Para información general sobre flotantes, echa una ojeada a la sección
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "sec:Introducción-Flotantes"
803
804 \end_inset
805
806 .
807 \end_layout
808
809 \begin_layout Standard
810 El botón 
811 \begin_inset Graphics
812         filename ../../images/float-insert_figure.png
813         scale 85
814
815 \end_inset
816
817  y el menú 
818 \family sans
819 Insertar\SpecialChar \menuseparator
820 Flotante\SpecialChar \menuseparator
821 Figura
822 \family default
823  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
824  La imagen se puede insertar sobre la leyenda, como en la figura
825 \begin_inset space ~
826 \end_inset
827
828
829 \begin_inset CommandInset ref
830 LatexCommand ref
831 reference "fig:kill-plat"
832
833 \end_inset
834
835 , o bajo ella, como en la figura
836 \begin_inset space ~
837 \end_inset
838
839
840 \begin_inset CommandInset ref
841 LatexCommand ref
842 reference "fig:escher"
843
844 \end_inset
845
846 .
847  Más información sobre ubicación de leyendas en la sección
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "sec:Colocación-de-leyendas"
855
856 \end_inset
857
858 .
859 \end_layout
860
861 \begin_layout Standard
862 \begin_inset Float figure
863 wide false
864 sideways false
865 status open
866
867 \begin_layout Plain Layout
868 \align center
869 \begin_inset Graphics
870         filename ../clipart/platypus.eps
871         width 50col%
872         rotateOrigin center
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Plain Layout
880 \begin_inset Caption
881
882 \begin_layout Plain Layout
883 \begin_inset CommandInset label
884 LatexCommand label
885 name "fig:kill-plat"
886
887 \end_inset
888
889 Un ornitorrinco muy distorsionado en un flotante.
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Float figure
904 wide false
905 sideways false
906 status open
907
908 \begin_layout Plain Layout
909 \begin_inset Caption
910
911 \begin_layout Plain Layout
912 \begin_inset CommandInset label
913 LatexCommand label
914 name "fig:escher"
915
916 \end_inset
917
918 M.C.
919  Escher en ácido.
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Plain Layout
928 \align center
929 \begin_inset Graphics
930         filename ../clipart/escher-lsd.eps
931         scale 80
932         rotateOrigin center
933
934 \end_inset
935
936
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Index idx
946 status collapsed
947
948 \begin_layout Plain Layout
949 Referencias ! a figuras
950 \end_layout
951
952 \end_inset
953
954 Las figuras
955 \begin_inset space ~
956 \end_inset
957
958
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:kill-plat"
962
963 \end_inset
964
965  y 
966 \begin_inset CommandInset ref
967 LatexCommand ref
968 reference "fig:escher"
969
970 \end_inset
971
972  son ejemplos de figuras con referencias cruzadas.
973  Las figuras pueden tener referencias cruzadas en el documento mediante
974  referencia a su etiqueta.
975  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
976 \family sans
977 Insertar\SpecialChar \menuseparator
978 Etiqueta
979 \family default
980  o el botón 
981 \begin_inset Graphics
982         filename ../../images/label-insert.png
983         scale 85
984
985 \end_inset
986
987 .
988  Ahora puedes referirte a la etiqueta usando el menú 
989 \family sans
990 Insertar\SpecialChar \menuseparator
991 Referencia
992 \begin_inset space ~
993 \end_inset
994
995 cruzada
996 \family default
997  o el botón 
998 \begin_inset Graphics
999         filename ../../images/dialog-show-new-inset_ref.png
1000         scale 85
1001
1002 \end_inset
1003
1004 .
1005  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1006  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1007  en el documento final, podría no quedar «arriba» precisamente.
1008 \begin_inset Newline newline
1009 \end_inset
1010
1011 Las referencias se explican con detalle en la sección
1012 \begin_inset space ~
1013 \end_inset
1014
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "sec:Referencias-a-Flotantes"
1019
1020 \end_inset
1021
1022 .
1023 \end_layout
1024
1025 \begin_layout Standard
1026 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1027  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1028  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1029  existente.
1030  La figura
1031 \begin_inset space ~
1032 \end_inset
1033
1034
1035 \begin_inset CommandInset ref
1036 LatexCommand ref
1037 reference "fig:Dos-imágenes-distorsionadas"
1038
1039 \end_inset
1040
1041  es un ejemplo de figura flotante con dos imágenes adosadas.
1042  También se pueden poner una sobre otra.
1043  Las subfiguras son
1044 \begin_inset space ~
1045 \end_inset
1046
1047
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "fig:Estructura-indefinible"
1051
1052 \end_inset
1053
1054  y
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "fig:Ornitorrinco"
1062
1063 \end_inset
1064
1065 .
1066 \end_layout
1067
1068 \begin_layout Standard
1069 \begin_inset Float figure
1070 wide false
1071 sideways false
1072 status open
1073
1074 \begin_layout Plain Layout
1075 \begin_inset space \hfill{}
1076 \end_inset
1077
1078
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "fig:Estructura-indefinible"
1091
1092 \end_inset
1093
1094 Estructura indefinible
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Graphics
1104         filename ../clipart/escher-lsd.eps
1105         width 45col%
1106         groupId distorsionadas
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status open
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Ornitorrinco"
1132
1133 \end_inset
1134
1135 Ornitorrinco
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename ../clipart/platypus.eps
1146         width 45col%
1147         groupId distorsionadas
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \begin_inset space \hfill{}
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \begin_layout Plain Layout
1164 \begin_inset Caption
1165
1166 \begin_layout Plain Layout
1167 \begin_inset CommandInset label
1168 LatexCommand label
1169 name "fig:Dos-imágenes-distorsionadas"
1170
1171 \end_inset
1172
1173 Dos imágenes distorsionadas.
1174  Ambas están en el grupo llamado «distorsionadas».
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \begin_inset Newpage newpage
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Section
1192 Formatos de imagen
1193 \begin_inset CommandInset label
1194 LatexCommand label
1195 name "sec:Formatos-de-imagen"
1196
1197 \end_inset
1198
1199
1200 \begin_inset Index idx
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204 Formatos de imagen
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \begin_inset Index idx
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 Figuras ! Formatos de imagen
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Puedes insertar imágenes en cualquier formato.
1224  Pero como se explica en el apéndice
1225 \begin_inset space ~
1226 \end_inset
1227
1228
1229 \begin_inset CommandInset ref
1230 LatexCommand ref
1231 reference "cap:Formatos-de-Archivos-de-Salida"
1232
1233 \end_inset
1234
1235 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1236  de archivo de imagen.
1237  Por eso LyX usa el programa 
1238 \family typewriter
1239 ImageMagick
1240 \family default
1241  en segundo plano para convertir imágenes al formato adecuado.
1242  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1243  los formatos de imagen admitidos en el formato de archivo de salida.
1244  Los formatos de salida se explican en el apéndice
1245 \begin_inset space ~
1246 \end_inset
1247
1248
1249 \begin_inset CommandInset ref
1250 LatexCommand ref
1251 reference "cap:Formatos-de-Archivos-de-Salida"
1252
1253 \end_inset
1254
1255 .
1256 \end_layout
1257
1258 \begin_layout Standard
1259 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1260 \end_layout
1261
1262 \begin_layout Description
1263 Imágenes
1264 \begin_inset space ~
1265 \end_inset
1266
1267 mapa
1268 \begin_inset space ~
1269 \end_inset
1270
1271 de
1272 \begin_inset space ~
1273 \end_inset
1274
1275 bits
1276 \begin_inset space ~
1277 \end_inset
1278
1279 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1280  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1281  de zoom.
1282  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1283  Format» (GIF, extensión «
1284 \family typewriter
1285 .gif
1286 \family default
1287 »)
1288 \begin_inset Index idx
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292 GIF|see
1293 \begin_inset ERT
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297
1298 {
1299 \end_layout
1300
1301 \end_inset
1302
1303 Formatos de imagen
1304 \begin_inset ERT
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308
1309 }
1310 \end_layout
1311
1312 \end_inset
1313
1314
1315 \end_layout
1316
1317 \end_inset
1318
1319 , «Portable Network Graphics» (PNG, extensión «
1320 \family typewriter
1321 .png
1322 \family default
1323 »)
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 PNG|see
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 {
1335 \end_layout
1336
1337 \end_inset
1338
1339 Formatos de imagen
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 }
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355 , y «Joint Photographic Experts Group» (JPG, extensión «
1356 \family typewriter
1357 .jpg
1358 \family default
1359 » o «
1360 \family typewriter
1361 .jpeg
1362 \family default
1363 »)
1364 \begin_inset Index idx
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368 JPG|see
1369 \begin_inset ERT
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373
1374 {
1375 \end_layout
1376
1377 \end_inset
1378
1379 Formatos de imagen
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 }
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \end_inset
1394
1395 .
1396 \end_layout
1397
1398 \begin_layout Description
1399 Imágenes
1400 \begin_inset space ~
1401 \end_inset
1402
1403 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1404 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1405  La posibilidad de escalado hace falta para crear presentaciones, porque
1406  éstas siempre son escaladas por el proyector.
1407  El escalado también es útil en los documentos en línea para permitir el
1408  zoom en diagramas.
1409 \begin_inset Newline newline
1410 \end_inset
1411
1412 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1413  extensión «
1414 \family typewriter
1415 .svg
1416 \family default
1417 »)
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 SVG|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Formatos de imagen
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449 , «Encapsulated PostScript» (EPS, extensión «
1450 \family typewriter
1451 .eps
1452 \family default
1453 »)
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 EPS|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 Formatos de imagen
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485 , «Portable Document Format» (PDF, extensión «
1486 \family typewriter
1487 .pdf
1488 \family default
1489 »)
1490 \begin_inset Index idx
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494 PDF|see
1495 \begin_inset ERT
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499
1500 {
1501 \end_layout
1502
1503 \end_inset
1504
1505 Formatos de imagen
1506 \begin_inset ERT
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510
1511 }
1512 \end_layout
1513
1514 \end_inset
1515
1516
1517 \end_layout
1518
1519 \end_inset
1520
1521 , y «Windows Metafile» (WMF, extensión «
1522 \family typewriter
1523 .wmf
1524 \family default
1525 »)
1526 \begin_inset Index idx
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 WMF|see
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 {
1537 \end_layout
1538
1539 \end_inset
1540
1541 Formatos de imagen
1542 \begin_inset ERT
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 }
1548 \end_layout
1549
1550 \end_inset
1551
1552
1553 \end_layout
1554
1555 \end_inset
1556
1557 .
1558  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1559  a PDF o EPS y el resultado será todavía una imagen bitmap.
1560  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1561  a la imagen original.
1562 \begin_inset Foot
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 En el caso de PDF, además se comprime la imagen original.
1567 \end_layout
1568
1569 \end_inset
1570
1571  Por ejemplo, los archivos PDF generados por 
1572 \family typewriter
1573 Adobe Photoshop
1574 \family default
1575  son imágenes bitmap.
1576 \end_layout
1577
1578 \begin_layout Standard
1579 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1580  al contrario.
1581  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1582  archivos de salida PDF y PostScript, respectivamente.
1583  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1584  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1585 \begin_inset Formula $\to$
1586 \end_inset
1587
1588  PDF/EPS.
1589 \end_layout
1590
1591 \begin_layout Chapter
1592 Cuadros y tablas
1593 \begin_inset Index idx
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 Cuadros
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \begin_inset Index idx
1604 status open
1605
1606 \begin_layout Plain Layout
1607 Tablas|see 
1608 \begin_inset ERT
1609 status open
1610
1611 \begin_layout Plain Layout
1612
1613 {
1614 \end_layout
1615
1616 \end_inset
1617
1618 Cuadros
1619 \begin_inset ERT
1620 status open
1621
1622 \begin_layout Plain Layout
1623
1624 }
1625 \end_layout
1626
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633
1634
1635 \end_layout
1636
1637 \begin_layout Section
1638 Introducción
1639 \begin_inset Index idx
1640 status open
1641
1642 \begin_layout Plain Layout
1643 Cuadros ! Introducción
1644 \end_layout
1645
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \begin_layout Standard
1652 Puede insertarse un cuadro mediante el botón 
1653 \begin_inset Graphics
1654         filename ../../images/tabular-insert.png
1655         scale 85
1656
1657 \end_inset
1658
1659  o el menú 
1660 \family sans
1661 Insertar\SpecialChar \menuseparator
1662 Cuadro
1663 \family default
1664 .
1665  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1666  el número de filas y de columnas del cuadro.
1667  Si usas el menú aparece un diálogo en el que se pide el número de filas
1668  y columnas.
1669  
1670 \begin_inset Newline newline
1671 \end_inset
1672
1673 Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
1674  fila aparece separada por una línea doble: el borde inferior de la primera
1675  fila y el borde superior de la segunda fila.
1676  Ejemplo de cuadro:
1677 \end_layout
1678
1679 \begin_layout Standard
1680 \align center
1681 \begin_inset Tabular
1682 <lyxtabular version="3" rows="4" columns="4">
1683 <features tabularvalignment="middle">
1684 <column alignment="center" valignment="top" width="0">
1685 <column alignment="center" valignment="top" width="0pt">
1686 <column alignment="center" valignment="top" width="0in">
1687 <column alignment="center" valignment="top" width="0pt">
1688 <row>
1689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \family roman
1704 \series medium
1705 \shape up
1706 \size normal
1707 \emph off
1708 \bar no
1709 \noun off
1710 \color none
1711 1
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720 2
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729 3
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 </row>
1735 <row>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 A
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 </row>
1782 <row>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \family roman
1789 \series medium
1790 \shape up
1791 \size normal
1792 \emph off
1793 \bar no
1794 \noun off
1795 \color none
1796 B
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \size normal
1816 \noun off
1817 \color none
1818  
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 </row>
1833 <row>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838
1839 \family roman
1840 \series medium
1841 \shape up
1842 \size normal
1843 \emph off
1844 \bar no
1845 \noun off
1846 \color none
1847 C
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 </row>
1880 </lyxtabular>
1881
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \begin_layout Section
1888 Diálogo de cuadros
1889 \begin_inset Index idx
1890 status open
1891
1892 \begin_layout Plain Layout
1893 Cuadros ! Configuración
1894 \end_layout
1895
1896 \end_inset
1897
1898
1899 \end_layout
1900
1901 \begin_layout Standard
1902 Un cuadro se puede cambiar mediante el diálogo que aparece al pulsar sobre
1903  ella con el botón derecho del ratón.
1904  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1905  encuentra el cursor.
1906  La mayoría de opciones también trabajan sobre una selección de celdas,
1907  de filas o de columnas.
1908  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1909  su 
1910 \emph on
1911 contenido
1912 \emph default
1913 .
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Con la opción del diálogo 
1918 \family sans
1919 Aplicar inmediatamente
1920 \family default
1921  cada cambio que hagas se aplica directamente.
1922  Si mueves el cursor a otra celda el diálogo también se actualizará con
1923  los parámetros de la nueva celda.
1924  Si cambias valores de longitud debes pulsar la tecla 
1925 \family sans
1926 Entrar
1927 \family default
1928  para aplicar los cambios.
1929 \begin_inset Newline newline
1930 \end_inset
1931
1932 En el cuadro de diálogo aparecen las siguientes solapas:
1933 \end_layout
1934
1935 \begin_layout Description
1936
1937 \family sans
1938 Configuración
1939 \begin_inset space ~
1940 \end_inset
1941
1942 del
1943 \begin_inset space ~
1944 \end_inset
1945
1946 cuadro
1947 \family default
1948  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1949  actual o del cuadro completo.
1950 \begin_inset Index idx
1951 status open
1952
1953 \begin_layout Plain Layout
1954 Cuadros ! Anchura
1955 \end_layout
1956
1957 \end_inset
1958
1959  La alineación 
1960 \family sans
1961 Al separador decimal
1962 \family default
1963  se describe en la sección
1964 \begin_inset space ~
1965 \end_inset
1966
1967
1968 \begin_inset CommandInset ref
1969 LatexCommand ref
1970 reference "sub:Alineación-especial-de"
1971
1972 \end_inset
1973
1974 .
1975  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1976  Una anchura determinada permite tener saltos de línea y distintos párrafos
1977  de texto, véase sección
1978 \begin_inset space ~
1979 \end_inset
1980
1981
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "sub:Líneas-Múltiples-en"
1985
1986 \end_inset
1987
1988 .
1989  Si no estableces anchura, la columna será tan ancha como el contenido de
1990  la celda más ancha.
1991 \begin_inset Newline newline
1992 \end_inset
1993
1994 Además, puedes marcar una o más celdas de una fila como celda multicolumna,
1995  véase sección
1996 \begin_inset space ~
1997 \end_inset
1998
1999
2000 \begin_inset CommandInset ref
2001 LatexCommand ref
2002 reference "sub:Multicolumnas"
2003
2004 \end_inset
2005
2006 , o las celdas de una columna como celda multifila, véase sección
2007 \begin_inset space ~
2008 \end_inset
2009
2010
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "sub:Multifilas"
2014
2015 \end_inset
2016
2017 .
2018 \begin_inset Newline newline
2019 \end_inset
2020
2021 Las casillas de giro rotan la celda actual, una selección o toda el cuadro
2022  90º en el sentido de las agujas del reloj.
2023  La rotación no se ve en LyX, sí en la salida.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027
2028 \begin_inset Note Greyedout
2029 status open
2030
2031 \begin_layout Plain Layout
2032
2033 \series bold
2034 Nota:
2035 \series default
2036  no todos los visores DVI pueden mostrar rotaciones.
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 La alineación vertical del cuadro completo se usa para cuadros en líneas
2046  de texto:
2047 \begin_inset Newline newline
2048 \end_inset
2049
2050 Línea con cuadros con diferentes alineaciones: 
2051 \begin_inset Tabular
2052 <lyxtabular version="3" rows="2" columns="2">
2053 <features tabularvalignment="top">
2054 <column alignment="center" valignment="top" width="0pt">
2055 <column alignment="center" valignment="top" width="0">
2056 <row>
2057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2067 \begin_inset Text
2068
2069 \begin_layout Plain Layout
2070 1
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 </row>
2076 <row>
2077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2078 \begin_inset Text
2079
2080 \begin_layout Plain Layout
2081 A
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 </row>
2096 </lyxtabular>
2097
2098 \end_inset
2099
2100  
2101 \begin_inset Tabular
2102 <lyxtabular version="3" rows="2" columns="2">
2103 <features tabularvalignment="middle">
2104 <column alignment="center" valignment="top" width="0">
2105 <column alignment="center" valignment="top" width="0">
2106 <row>
2107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120 1
2121 \end_layout
2122
2123 \end_inset
2124 </cell>
2125 </row>
2126 <row>
2127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Plain Layout
2131 A
2132 \end_layout
2133
2134 \end_inset
2135 </cell>
2136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 </row>
2146 </lyxtabular>
2147
2148 \end_inset
2149
2150  
2151 \begin_inset Tabular
2152 <lyxtabular version="3" rows="2" columns="2">
2153 <features tabularvalignment="bottom">
2154 <column alignment="center" valignment="top" width="0pt">
2155 <column alignment="center" valignment="top" width="0">
2156 <row>
2157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Plain Layout
2170 1
2171 \end_layout
2172
2173 \end_inset
2174 </cell>
2175 </row>
2176 <row>
2177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2178 \begin_inset Text
2179
2180 \begin_layout Plain Layout
2181 A
2182 \end_layout
2183
2184 \end_inset
2185 </cell>
2186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2187 \begin_inset Text
2188
2189 \begin_layout Plain Layout
2190
2191 \end_layout
2192
2193 \end_inset
2194 </cell>
2195 </row>
2196 </lyxtabular>
2197
2198 \end_inset
2199
2200
2201 \begin_inset Newline newline
2202 \end_inset
2203
2204 También es posible introducir argumentos LaTeX necesarios para formatos
2205  especiales, véanse las secciones
2206 \begin_inset space ~
2207 \end_inset
2208
2209
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "sub:Cálculos-en-Multicolumnas"
2213
2214 \end_inset
2215
2216  y
2217 \begin_inset space ~
2218 \end_inset
2219
2220
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "sec:Cuadros-Coloreados"
2224
2225 \end_inset
2226
2227 .
2228 \end_layout
2229
2230 \begin_layout Description
2231
2232 \family sans
2233 Bordes
2234 \family default
2235  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2236  Puedes elegir para el cuadro un estilo 
2237 \family sans
2238 Formal
2239 \family default
2240 , como se describe en la sección
2241 \begin_inset space ~
2242 \end_inset
2243
2244
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "sec:Cuadros-Formales"
2248
2249 \end_inset
2250
2251 .
2252 \begin_inset Newline newline
2253 \end_inset
2254
2255 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2256  se describe en la sección
2257 \begin_inset space ~
2258 \end_inset
2259
2260
2261 \begin_inset CommandInset ref
2262 LatexCommand ref
2263 reference "sub:Espacio-adicional"
2264
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Description
2271
2272 \family sans
2273 Cuadro
2274 \begin_inset space ~
2275 \end_inset
2276
2277 largo
2278 \family default
2279  Para hacer 
2280 \emph on
2281 cuadros largos
2282 \emph default
2283  que pueden extenderse por varias páginas.
2284  Las secciones
2285 \begin_inset space ~
2286 \end_inset
2287
2288
2289 \begin_inset CommandInset ref
2290 LatexCommand ref
2291 reference "sec:Cuadros-Largos"
2292
2293 \end_inset
2294
2295  y 
2296 \begin_inset CommandInset ref
2297 LatexCommand ref
2298 reference "sec:Particularidades-cuadros-largos"
2299
2300 \end_inset
2301
2302  describen sus características en detalle.
2303 \end_layout
2304
2305 \begin_layout Section
2306 Barra de herramientas de cuadros
2307 \begin_inset Index idx
2308 status open
2309
2310 \begin_layout Plain Layout
2311 Cuadros ! Barra de herramientas
2312 \end_layout
2313
2314 \end_inset
2315
2316
2317 \end_layout
2318
2319 \begin_layout Standard
2320 La barra de herramientas de cuadros es una alternativa al cuadro de diálogo
2321  para cambiar los cuadros de manera más rápida.
2322  Normalmente debería aparecer en la parte inferior de la ventana principal
2323  de LyX cuando el cursor está dentro de un cuadro.
2324  En cualquier momento se puede presentar esta barra pulsando con el botón
2325  derecho del ratón en cualquier punto de la barra principal de menú.
2326 \end_layout
2327
2328 \begin_layout Standard
2329 La barra de herramientas tiene los siguientes iconos:
2330 \end_layout
2331
2332 \begin_layout Labeling
2333 \labelwidthstring 00.00.0000
2334 \begin_inset Graphics
2335         filename ../../images/tabular-feature_append-row.png
2336
2337 \end_inset
2338
2339  añade una fila bajo la celda actual o selección
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344 \begin_inset Graphics
2345         filename ../../images/tabular-feature_append-column.png
2346
2347 \end_inset
2348
2349  añade una columna a la derecha de la celda actual o selección
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354 \begin_inset Graphics
2355         filename ../../images/tabular-feature_delete-row.png
2356
2357 \end_inset
2358
2359  borra la fila actual o selección
2360 \end_layout
2361
2362 \begin_layout Labeling
2363 \labelwidthstring 00.00.0000
2364 \begin_inset Graphics
2365         filename ../../images/tabular-feature_delete-column.png
2366
2367 \end_inset
2368
2369  borra la columna actual o selección
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../../images/tabular-feature_toggle-line-top.png
2376
2377 \end_inset
2378
2379  añade un borde superior en la celda/fila actual o la selección
2380 \end_layout
2381
2382 \begin_layout Labeling
2383 \labelwidthstring 00.00.0000
2384 \begin_inset Graphics
2385         filename ../../images/tabular-feature_toggle-line-bottom.png
2386
2387 \end_inset
2388
2389  añade un borde inferior en la celda/fila actual o la selección
2390 \end_layout
2391
2392 \begin_layout Labeling
2393 \labelwidthstring 00.00.0000
2394 \begin_inset Graphics
2395         filename ../../images/tabular-feature_toggle-line-left.png
2396
2397 \end_inset
2398
2399  añade un borde a la izquierda en la celda/fila actual o la selección
2400 \end_layout
2401
2402 \begin_layout Labeling
2403 \labelwidthstring 00.00.0000
2404 \begin_inset Graphics
2405         filename ../../images/tabular-feature_toggle-line-right.png
2406
2407 \end_inset
2408
2409  añade un borde a la derecha en la celda/fila actual o la selección
2410 \end_layout
2411
2412 \begin_layout Labeling
2413 \labelwidthstring 00.00.0000
2414 \begin_inset Graphics
2415         filename ../../images/tabular-feature_set-all-lines.png
2416
2417 \end_inset
2418
2419  añade bordes en la celda actual o en las seleccionadas (si la celda actual
2420  no es multicolumna esto afecta también a la fila y a la columna)
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Graphics
2426         filename ../../images/tabular-feature_unset-all-lines.png
2427
2428 \end_inset
2429
2430  quita todos los bordes de la celda o celdas seleccionadas (si la celda
2431  actual no es multicolumna esto afecta también a la fila y a la columna)
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Graphics
2437         filename ../../images/tabular-feature_m-align-left.png
2438
2439 \end_inset
2440
2441  alinea a la izquierda el contenido de la celda/columna
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446 \begin_inset Graphics
2447         filename ../../images/tabular-feature_m-align-center.png
2448
2449 \end_inset
2450
2451  centra el contenido de la celda/columna horizontalmente
2452 \end_layout
2453
2454 \begin_layout Labeling
2455 \labelwidthstring 00.00.0000
2456 \begin_inset Graphics
2457         filename ../../images/tabular-feature_m-align-right.png
2458
2459 \end_inset
2460
2461  alinea a la derecha el contenido de la celda/columna
2462 \end_layout
2463
2464 \begin_layout Labeling
2465 \labelwidthstring 00.00.0000
2466 \begin_inset Graphics
2467         filename ../../images/tabular-feature_align-decimal.png
2468         scaleBeforeRotation
2469
2470 \end_inset
2471
2472  alinea el contenido de la celda/columna a un carácter
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Graphics
2478         filename ../../images/tabular-feature_m-valign-top.png
2479
2480 \end_inset
2481
2482  alinea arriba el contenido de la celda
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Graphics
2488         filename ../../images/tabular-feature_m-valign-middle.png
2489
2490 \end_inset
2491
2492  centra verticalmente el contenido de la celda
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Graphics
2498         filename ../../images/tabular-feature_m-valign-bottom.png
2499
2500 \end_inset
2501
2502  alinea abajo el contenido de la celda
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Graphics
2508         filename ../../images/tabular-feature_set-rotate-cell.png
2509
2510 \end_inset
2511
2512  gira la celda o selección 90° como las agujas de reloj
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Graphics
2518         filename ../../images/tabular-feature_set-rotate-tabular.png
2519
2520 \end_inset
2521
2522  gira todo el cuadro 90° como agujas del reloj
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Graphics
2528         filename ../../images/tabular-feature_multicolumn.png
2529
2530 \end_inset
2531
2532  establece la celda actual o selección como multicolumna
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Graphics
2538         filename ../../images/tabular-feature_multirow.png
2539         scaleBeforeRotation
2540
2541 \end_inset
2542
2543  establece la celda actual o selección como multifila
2544 \end_layout
2545
2546 \begin_layout Standard
2547 \begin_inset Note Greyedout
2548 status open
2549
2550 \begin_layout Plain Layout
2551
2552 \series bold
2553 Nota:
2554 \series default
2555  En la salida se emplea la alineación vertical de la primera celda de una
2556  fila para todas las celdas restantes de la fila.
2557 \end_layout
2558
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Section
2565 Menú Editar cuadro
2566 \begin_inset Index idx
2567 status open
2568
2569 \begin_layout Plain Layout
2570 Cuadros ! Editar
2571 \end_layout
2572
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Standard
2579 Además del diálogo y la barra de herramientas, el menú 
2580 \family sans
2581 Editar\SpecialChar \menuseparator
2582 Cuadro
2583 \family default
2584  permite añadir y borrar bordes para la fila/columna actual y establecer
2585  la selección como multicolumna.
2586  El menú sólo está disponible si el cursor está en el cuadro.
2587 \end_layout
2588
2589 \begin_layout Section
2590 Cuadros flotantes
2591 \begin_inset CommandInset label
2592 LatexCommand label
2593 name "sec:Cuadros-Flotantes"
2594
2595 \end_inset
2596
2597
2598 \begin_inset Index idx
2599 status open
2600
2601 \begin_layout Plain Layout
2602 Flotantes ! Cuadros
2603 \end_layout
2604
2605 \end_inset
2606
2607
2608 \begin_inset Index idx
2609 status open
2610
2611 \begin_layout Plain Layout
2612 Cuadros ! Flotantes
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Standard
2621 Para una explicación general sobre flotantes, echa un vistazo a la sección
2622 \begin_inset space ~
2623 \end_inset
2624
2625
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Introducción-Flotantes"
2629
2630 \end_inset
2631
2632 .
2633 \end_layout
2634
2635 \begin_layout Standard
2636 \begin_inset Float table
2637 placement h
2638 wide false
2639 sideways false
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 \begin_inset Caption
2644
2645 \begin_layout Plain Layout
2646 \begin_inset CommandInset label
2647 LatexCommand label
2648 name "tab:un cuadro flotante"
2649
2650 \end_inset
2651
2652 Un cuadro flotante.
2653 \end_layout
2654
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \begin_layout Plain Layout
2661 \align center
2662 \begin_inset Tabular
2663 <lyxtabular version="3" rows="3" columns="3">
2664 <features tabularvalignment="middle">
2665 <column alignment="center" valignment="top" width="0pt">
2666 <column alignment="center" valignment="top" width="0pt">
2667 <column alignment="center" valignment="top" width="0pt">
2668 <row>
2669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673
2674 \family roman
2675 \series medium
2676 \shape up
2677 \size normal
2678 \emph off
2679 \bar no
2680 \noun off
2681 \color none
2682 1
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family roman
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 2
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709
2710 \family roman
2711 \series medium
2712 \shape up
2713 \size normal
2714 \emph off
2715 \bar no
2716 \noun off
2717 \color none
2718 3
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 </row>
2724 <row>
2725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729
2730 \family roman
2731 \series medium
2732 \shape up
2733 \size normal
2734 \emph off
2735 \bar no
2736 \noun off
2737 \color none
2738 Pepe
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Plain Layout
2747
2748 \family roman
2749 \series medium
2750 \shape up
2751 \size normal
2752 \emph off
2753 \bar no
2754 \noun off
2755 \color none
2756 Mari
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \family roman
2767 \series medium
2768 \shape up
2769 \size normal
2770 \emph off
2771 \bar no
2772 \noun off
2773 \color none
2774 Teo
2775 \end_layout
2776
2777 \end_inset
2778 </cell>
2779 </row>
2780 <row>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785
2786 \family roman
2787 \series medium
2788 \shape up
2789 \size normal
2790 \emph off
2791 \bar no
2792 \noun off
2793 \color none
2794 \begin_inset Formula $\int x^{2}dx$
2795 \end_inset
2796
2797
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \family roman
2808 \series medium
2809 \shape up
2810 \size normal
2811 \emph off
2812 \bar no
2813 \noun off
2814 \color none
2815 \begin_inset Formula $\left[\begin{array}{cc}
2816 a & b\\
2817 c & d
2818 \end{array}\right]$
2819 \end_inset
2820
2821
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 \begin_inset Formula $1+1=2$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 </lyxtabular>
2849
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Los cuadros flotantes pueden insertarse con el menú 
2862 \family sans
2863 Insertar\SpecialChar \menuseparator
2864 Flotante\SpecialChar \menuseparator
2865 Cuadro
2866 \family default
2867  o con el botón 
2868 \begin_inset Graphics
2869         filename ../../images/float-insert_table.png
2870         scale 85
2871
2872 \end_inset
2873
2874 .
2875 \end_layout
2876
2877 \begin_layout Standard
2878 El flotante se muestra como un recuadro desplegable con la etiqueta «Cuadro
2879 \begin_inset space ~
2880 \end_inset
2881
2882 #:» (# es el número actual).
2883  El texto que sigue a dicha etiqueta es la leyenda del cuadro.
2884  Para insertar un cuadro en el flotante se sitúa el cursor al final del
2885  texto del encabezado y se pulsa 
2886 \family sans
2887 Entrar
2888 \family default
2889 .
2890  La leyenda se imprime encima del cuadro.
2891 \end_layout
2892
2893 \begin_layout Standard
2894 El cuadro
2895 \begin_inset space ~
2896 \end_inset
2897
2898
2899 \begin_inset CommandInset ref
2900 LatexCommand ref
2901 reference "tab:un cuadro flotante"
2902
2903 \end_inset
2904
2905  es un ejemplo de cuadro flotante.
2906 \end_layout
2907
2908 \begin_layout Standard
2909 Lo habitual es poner la leyenda sobre el cuadro, lo que desafortunadamente
2910  no es soportado en las clases estándar de LaTeX.
2911  Esto significa que si estás usando las clases de documento 
2912 \family sans
2913 article
2914 \family default
2915
2916 \family sans
2917 book
2918 \family default
2919
2920 \family sans
2921 letter
2922 \family default
2923  o 
2924 \family sans
2925 report
2926 \family default
2927  no habrá espacio entre la leyenda y el cuadro.
2928  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2929  del documento la siguiente opción al comando del paquete LaTeX 
2930 \series bold
2931 caption
2932 \series default
2933
2934 \begin_inset Index idx
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938 LaTeX-paquetes ! caption
2939 \end_layout
2940
2941 \end_inset
2942
2943 :
2944 \begin_inset Foot
2945 status collapsed
2946
2947 \begin_layout Plain Layout
2948 Para más información ve a la sección
2949 \begin_inset space ~
2950 \end_inset
2951
2952
2953 \begin_inset CommandInset ref
2954 LatexCommand ref
2955 reference "sec:Colocación-de-leyendas"
2956
2957 \end_inset
2958
2959 .
2960 \end_layout
2961
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \begin_layout Standard
2968
2969 \series bold
2970 tableposition=top
2971 \end_layout
2972
2973 \begin_layout Standard
2974 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2975 \series bold
2976 caption
2977 \series default
2978  como se describe en la sección
2979 \begin_inset space ~
2980 \end_inset
2981
2982
2983 \begin_inset CommandInset ref
2984 LatexCommand ref
2985 reference "sec:Formato-de-leyendas"
2986
2987 \end_inset
2988
2989 .
2990  
2991 \end_layout
2992
2993 \begin_layout Standard
2994 \begin_inset Index idx
2995 status open
2996
2997 \begin_layout Plain Layout
2998 Referencias ! a cuadros
2999 \end_layout
3000
3001 \end_inset
3002
3003 Los cuadros pueden tener referencias cruzadas en el texto referenciando
3004  su etiqueta.
3005  Para hacerlo inserta una etiqueta en la leyenda con el menú 
3006 \family sans
3007 Insertar\SpecialChar \menuseparator
3008 Etiqueta
3009 \family default
3010  o con el botón 
3011 \begin_inset Graphics
3012         filename ../../images/label-insert.png
3013         scale 85
3014
3015 \end_inset
3016
3017 .
3018  Ahora puedes referenciar la etiqueta con el menú 
3019 \family sans
3020 Insertar\SpecialChar \menuseparator
3021 Referencia
3022 \begin_inset space ~
3023 \end_inset
3024
3025 cruzada
3026 \family default
3027  o con el botón 
3028 \begin_inset Graphics
3029         filename ../../images/dialog-show-new-inset_ref.png
3030         scale 85
3031
3032 \end_inset
3033
3034 .
3035 \begin_inset Newline newline
3036 \end_inset
3037
3038 Las referencias se explican con detalle en la sección
3039 \begin_inset space ~
3040 \end_inset
3041
3042
3043 \begin_inset CommandInset ref
3044 LatexCommand ref
3045 reference "sec:Referencias-a-Flotantes"
3046
3047 \end_inset
3048
3049 .
3050 \end_layout
3051
3052 \begin_layout Section
3053 Cuadros largos
3054 \begin_inset CommandInset label
3055 LatexCommand label
3056 name "sec:Cuadros-Largos"
3057
3058 \end_inset
3059
3060
3061 \begin_inset Index idx
3062 status open
3063
3064 \begin_layout Plain Layout
3065 Cuadros ! Largos|see
3066 \begin_inset ERT
3067 status open
3068
3069 \begin_layout Plain Layout
3070
3071 {
3072 \end_layout
3073
3074 \end_inset
3075
3076 Cuadros largos
3077 \begin_inset ERT
3078 status open
3079
3080 \begin_layout Plain Layout
3081
3082 }
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Si el cuadro es demasiado largo para una página, puedes usar la opción 
3097 \family sans
3098 Usar
3099 \begin_inset space ~
3100 \end_inset
3101
3102 cuadro
3103 \begin_inset space ~
3104 \end_inset
3105
3106 largo
3107 \family default
3108  en la solapa 
3109 \family sans
3110 Cuadro
3111 \begin_inset space ~
3112 \end_inset
3113
3114 largo
3115 \family default
3116  del diálogo de cuadros, para repartir automáticamente el cuadro en varias
3117  páginas.
3118  Al hacerlo se habilitan las siguientes opciones:
3119 \end_layout
3120
3121 \begin_layout Description
3122 Encabezado: La fila actual se define como encabezado que aparecerá en todas
3123  las páginas del cuadro, excepto para la primera página si 
3124 \family sans
3125 Primer
3126 \begin_inset space ~
3127 \end_inset
3128
3129 encabezado
3130 \family default
3131  está definido.
3132  Este se denomina encabezado principal.
3133 \end_layout
3134
3135 \begin_layout Description
3136 Primer
3137 \begin_inset space ~
3138 \end_inset
3139
3140 encabezado: La fila actual se define como encabezado de la primera página
3141  del cuadro.
3142 \end_layout
3143
3144 \begin_layout Description
3145 Pie: La fila actual se define como pie que aparecerá en todas las páginas
3146  del cuadrotabla, excepto para la última página si se define 
3147 \family sans
3148 Último
3149 \begin_inset space ~
3150 \end_inset
3151
3152 pie.
3153 \end_layout
3154
3155 \begin_layout Description
3156 Último
3157 \begin_inset space ~
3158 \end_inset
3159
3160 pie:
3161 \family sans
3162  
3163 \family default
3164 La fila actual se define como pie de la última página del cuadro.
3165 \end_layout
3166
3167 \begin_layout Description
3168 Leyenda: La fila actual contiene la leyenda del cuadro.
3169  La primera fila se reajusta como columna única y se inserta una leyenda.
3170  Más detalles sobre leyendas en cuadros largos en la sec.
3171 \begin_inset space \thinspace{}
3172 \end_inset
3173
3174
3175 \begin_inset CommandInset ref
3176 LatexCommand ref
3177 reference "sub:Leyendas-en-Cuadros"
3178
3179 \end_inset
3180
3181 .
3182 \end_layout
3183
3184 \begin_layout Standard
3185 También se puede especificar en el diálogo en qué fila se ha de cortar el
3186  cuadro.
3187  El siguiente cuadro muestra cómo funciona:
3188 \end_layout
3189
3190 \begin_layout Standard
3191 \align center
3192 \begin_inset Tabular
3193 <lyxtabular version="3" rows="69" columns="3">
3194 <features islongtable="true" longtabularalignment="center">
3195 <column alignment="left" valignment="top" width="0cm">
3196 <column alignment="left" valignment="top" width="0pt">
3197 <column alignment="right" valignment="top" width="0pt">
3198 <row endfirsthead="true">
3199 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \series bold
3205 Ejemplo de lista telefónica (ignore los nombres)
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 </row>
3229 <row endfirsthead="true">
3230 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234
3235 \series bold
3236 NOMBRE
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \series bold
3256 TEL.
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row endhead="true">
3263 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \series bold
3269 Ejemplo de lista telefónica
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row endhead="true">
3294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \series bold
3300 NOMBRE
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \series bold
3320 TEL.
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row endfoot="true">
3327 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331  continúa en la página siguiente
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row>
3356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 Annovi
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 Silvia
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 111
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 Bertoli
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 Stefano
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 111
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row>
3418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \series bold
3424 Bozzi
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 Walter
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 111
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row>
3449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 Cachia
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 Maria
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 111
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 Cachia
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Maurizio
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 111
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Cinquemani
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Giusi
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 111
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 Colin
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Bernard
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 111
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 Concli
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 Gianfranco
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 111
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Dal Bosco
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Carolina
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Dalpiaz
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Annamaria
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Feliciello
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Domenico
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Focarelli
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Paola
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Galletti
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Oreste
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Gasparini
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Franca
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Rizzardi
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Paola
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Lassini
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Giancarlo
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Malfatti
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Luciano
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Malfatti
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Valeriano
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Meneguzzo
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Roberto
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Mezzadra
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Roberto
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Pirpamer
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Erich
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Pochiesa
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Paolo
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111, 222
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Radina
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Claudio
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Stuffer
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Oskar
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Tacchelli
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Ugo
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Tezzele
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Margit
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Unterkalmsteiner
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Frieda
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Vieider
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Hilde
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Vigna
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Jürgen
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Weber
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Maurizio
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Winkler
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Franz
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321  
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350
4351 \series bold
4352 Annovi
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 Silvia
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 555
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \series bold
4383 Bertoli
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 Stefano
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 555
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \series bold
4414 Bozzi
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 Walter
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 555
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \series bold
4445 Cachia
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 Maria
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 555
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \series bold
4476 Cachia
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 Maurizio
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 555
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \series bold
4507 Cinquemani
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Giusi
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 555
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \series bold
4538 Colin
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 Bernard
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 555
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \series bold
4569 Concli
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Gianfranco
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 555
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Dal Bosco
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Carolina
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Dalpiaz
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Annamaria
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Feliciello
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Domenico
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Focarelli
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Paola
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Galletti
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Oreste
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Gasparini
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Franca
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Rizzardi
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Paola
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Lassini
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Giancarlo
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Malfatti
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Luciano
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Malfatti
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Valeriano
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Meneguzzo
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Roberto
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Mezzadra
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Roberto
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Pirpamer
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Erich
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Pochiesa
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Paolo
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555, 222
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Radina
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Claudio
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Stuffer
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Oskar
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Tacchelli
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Ugo
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Tezzele
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Margit
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Unterkalmsteiner
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Frieda
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Vieider
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Hilde
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Vigna
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Jürgen
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 999
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Weber
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Maurizio
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Winkler
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Franz
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row endlastfoot="true">
5307 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 fin
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 </row>
5335 </lyxtabular>
5336
5337 \end_inset
5338
5339
5340 \begin_inset ERT
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344
5345
5346 \backslash
5347 addtocounter{table}{-1}
5348 \end_layout
5349
5350 \end_inset
5351
5352
5353 \begin_inset Note Note
5354 status collapsed
5355
5356 \begin_layout Plain Layout
5357 Para comprender el uso de este comando, lee al final de la sección
5358 \begin_inset space ~
5359 \end_inset
5360
5361
5362 \begin_inset CommandInset ref
5363 LatexCommand ref
5364 reference "sub:Leyendas-en-Cuadros"
5365
5366 \end_inset
5367
5368  la primera nota resaltada en gris.
5369  
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Subsection
5378 Notas al pie en cuadros largos
5379 \begin_inset CommandInset label
5380 LatexCommand label
5381 name "sub:Notas-al-pie-en-Cuadros-Largos"
5382
5383 \end_inset
5384
5385
5386 \begin_inset Index idx
5387 status open
5388
5389 \begin_layout Plain Layout
5390 Cuadros largos ! Notas al pie
5391 \end_layout
5392
5393 \end_inset
5394
5395
5396 \end_layout
5397
5398 \begin_layout Standard
5399 Se pueden insertar notas al pie en cada celda de un cuadro largo.
5400  Las notas se muestran en la parte inferior de la página en la que esté
5401  la celda con la nota.
5402  El cuadro
5403 \begin_inset space ~
5404 \end_inset
5405
5406
5407 \begin_inset CommandInset ref
5408 LatexCommand ref
5409 reference "tab:DifLeyendas"
5410
5411 \end_inset
5412
5413  tiene un ejemplo de nota al pie.
5414 \end_layout
5415
5416 \begin_layout Subsection
5417 Alineación de cuadros largos
5418 \begin_inset Index idx
5419 status open
5420
5421 \begin_layout Plain Layout
5422 Cuadros largos ! Alineación
5423 \end_layout
5424
5425 \end_inset
5426
5427
5428 \end_layout
5429
5430 \begin_layout Standard
5431 La alineación horizontal de cuadros largos se puede establecer en el diálogo
5432  de configuración de cuadros.
5433  Para las alineaciones izquierda y derecha el cuadro irá al borde de la
5434  página.
5435  Para poner espacio entre el cuadro y el borde hay que poner la alineación
5436  al centro y cambiar el valor de las longitudes 
5437 \series bold
5438
5439 \backslash
5440 LTleft
5441 \series default
5442  y 
5443 \series bold
5444
5445 \backslash
5446 LTright 
5447 \series default
5448 insertando la línea siguiente en código TeX antes del correspondiente cuadro
5449  largo:
5450 \end_layout
5451
5452 \begin_layout Standard
5453
5454 \series bold
5455
5456 \backslash
5457 setlength{
5458 \backslash
5459 LTleft}{valor}
5460 \end_layout
5461
5462 \begin_layout Standard
5463 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5464 \begin_inset space ~
5465 \end_inset
5466
5467
5468 \begin_inset CommandInset ref
5469 LatexCommand ref
5470 reference "tab:Unidades"
5471
5472 \end_inset
5473
5474 .
5475  
5476 \series bold
5477
5478 \backslash
5479 LTlent 
5480 \series default
5481 controla la distancia entre el borde izquierdo de la página y el cuadro.
5482  
5483 \series bold
5484
5485 \backslash
5486 LTright 
5487 \series default
5488 la distancia desde el lado derecho.
5489  El valor predeterminado para ambas longitudes es 
5490 \series bold
5491
5492 \backslash
5493 fill
5494 \series default
5495 , que en este caso es lo mismo que un relleno horizontal en LyX.
5496 \end_layout
5497
5498 \begin_layout Standard
5499 El siguiente cuadro largo se ha alineado centrado y 
5500 \series bold
5501
5502 \backslash
5503 LTleft
5504 \series default
5505  establecido en 
5506 \family sans
5507 0.1
5508 \backslash
5509 columnwidth
5510 \family default
5511 :
5512 \begin_inset ERT
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516
5517
5518 \backslash
5519 setlength{
5520 \backslash
5521 LTleft}{0.1
5522 \backslash
5523 columnwidth}
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Standard
5532 \begin_inset Tabular
5533 <lyxtabular version="3" rows="5" columns="5">
5534 <features islongtable="true" longtabularalignment="center">
5535 <column alignment="center" valignment="top" width="0">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <column alignment="center" valignment="top" width="0">
5539 <column alignment="center" valignment="top" width="0">
5540 <row>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 1
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 2
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 3
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 4
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 5
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 <row>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 asd
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 s
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 s
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 s
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 asd
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 </row>
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 asd
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 s
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 asd
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 </row>
5681 <row>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 asd
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 s
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 asd
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 asd
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 asd
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 </lyxtabular>
5776
5777 \end_inset
5778
5779
5780 \begin_inset ERT
5781 status collapsed
5782
5783 \begin_layout Plain Layout
5784
5785
5786 \backslash
5787 setlength{
5788 \backslash
5789 LTleft}{
5790 \backslash
5791 fill}
5792 \end_layout
5793
5794 \end_inset
5795
5796
5797 \begin_inset ERT
5798 status collapsed
5799
5800 \begin_layout Plain Layout
5801
5802
5803 \backslash
5804 addtocounter{table}{-1}
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \begin_inset Note Note
5811 status open
5812
5813 \begin_layout Plain Layout
5814 Para comprender el uso de este comando, lee al final de la sección
5815 \begin_inset space ~
5816 \end_inset
5817
5818
5819 \begin_inset CommandInset ref
5820 LatexCommand ref
5821 reference "sub:Leyendas-en-Cuadros"
5822
5823 \end_inset
5824
5825  la primera nota resaltada en gris.
5826  
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \begin_layout Subsection
5835 Leyendas en cuadros largos
5836 \begin_inset Index idx
5837 status open
5838
5839 \begin_layout Plain Layout
5840 Cuadros largos ! Leyendas
5841 \end_layout
5842
5843 \end_inset
5844
5845
5846 \begin_inset CommandInset label
5847 LatexCommand label
5848 name "sub:Leyendas-en-Cuadros"
5849
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \begin_layout Standard
5856 Un cuadro largo no se puede poner flotante porque los flotantes sólo pueden
5857  estar en una página.
5858  Pero el entorno leyenda de flotantes sí puede usarse para cuadros largos
5859  utilizando para una fila de un cuadro largo la opción 
5860 \family sans
5861 Leyenda
5862 \family default
5863 , como se explica en la sec.
5864 \begin_inset space \thinspace{}
5865 \end_inset
5866
5867
5868 \begin_inset CommandInset ref
5869 LatexCommand ref
5870 reference "sec:Cuadros-Largos"
5871
5872 \end_inset
5873
5874 .
5875  Sólo una fila puede contener la leyenda.
5876 \end_layout
5877
5878 \begin_layout Standard
5879 He aquí un pequeño cuadro largo para mostrar cómo funciona:
5880 \end_layout
5881
5882 \begin_layout Standard
5883 \begin_inset Tabular
5884 <lyxtabular version="3" rows="6" columns="5">
5885 <features islongtable="true" longtabularalignment="center">
5886 <column alignment="center" valignment="top" width="0">
5887 <column alignment="center" valignment="top" width="0">
5888 <column alignment="center" valignment="top" width="0">
5889 <column alignment="center" valignment="top" width="0">
5890 <column alignment="center" valignment="top" width="0">
5891 <row caption="true">
5892 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 \begin_inset Caption
5897
5898 \begin_layout Plain Layout
5899 Cuadro largo con leyenda
5900 \begin_inset Argument
5901 status open
5902
5903 \begin_layout Plain Layout
5904 Cuadro largo
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 1
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 2
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 3
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 4
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 5
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 </row>
6003 <row>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 s
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 s
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 asd
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 asd
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 s
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 s
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 asd
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 s
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 s
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 asd
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 asd
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 asd
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 asd
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 </lyxtabular>
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Standard
6199 \begin_inset VSpace medskip
6200 \end_inset
6201
6202
6203 \begin_inset Note Greyedout
6204 status open
6205
6206 \begin_layout Plain Layout
6207
6208 \series bold
6209 Nota
6210 \begin_inset space ~
6211 \end_inset
6212
6213 1:
6214 \series default
6215  El número del cuadro se incrementa para cada cuadro largo, aunque no pongas
6216  leyenda en alguna de ellas.
6217  Por esto podría suceder que, p.
6218 \begin_inset space \thinspace{}
6219 \end_inset
6220
6221 e., el cuadro
6222 \begin_inset space ~
6223 \end_inset
6224
6225 2.4 siga al cuadro
6226 \begin_inset space ~
6227 \end_inset
6228
6229 2.1 en el índice de cuadros debido a que hay dos cuadros largos sin leyenda.
6230  Para evitarlo, añade detrás de cada cuadro largo sin leyenda este comando
6231  en código TeX:
6232 \end_layout
6233
6234 \begin_layout Plain Layout
6235
6236 \series bold
6237
6238 \backslash
6239 addtocounter{table}{-1}
6240 \end_layout
6241
6242 \begin_layout Plain Layout
6243 Esto no es necesario si ninguna de los cuadros largos tiene leyenda y añades
6244  el siguiente código en el preámbulo del documento:
6245 \end_layout
6246
6247 \begin_layout Plain Layout
6248
6249 \series bold
6250
6251 \backslash
6252 let
6253 \backslash
6254 myEnd
6255 \backslash
6256 endlongtable
6257 \begin_inset Newline newline
6258 \end_inset
6259
6260
6261 \backslash
6262 renewcommand{
6263 \backslash
6264 endlongtable}{
6265 \backslash
6266 myEnd
6267 \backslash
6268 addtocounter{table}{-1}}
6269 \end_layout
6270
6271 \end_inset
6272
6273
6274 \end_layout
6275
6276 \begin_layout Standard
6277 \begin_inset Note Greyedout
6278 status open
6279
6280 \begin_layout Plain Layout
6281
6282 \series bold
6283 Nota
6284 \begin_inset space ~
6285 \end_inset
6286
6287 2:
6288 \series default
6289  Si utilizas 
6290 \series bold
6291 hyperref
6292 \series default
6293
6294 \begin_inset Index idx
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298 LaTeX-paquetes ! hyperref
6299 \end_layout
6300
6301 \end_inset
6302
6303  en las 
6304 \family sans
6305 Propiedades PDF 
6306 \family default
6307 del diálogo 
6308 \family sans
6309 Configuración del documento 
6310 \family default
6311 para enlazar referencias cruzadas en la salida, los enlaces a cuadros largos
6312  llevan siempre al principio del documento.
6313 \end_layout
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Subsubsection
6321 Referencias a cuadros largos
6322 \begin_inset Index idx
6323 status open
6324
6325 \begin_layout Plain Layout
6326 Cuadros largos ! Referencias a
6327 \end_layout
6328
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Standard
6335 \begin_inset Tabular
6336 <lyxtabular version="3" rows="6" columns="5">
6337 <features islongtable="true" longtabularalignment="center">
6338 <column alignment="center" valignment="top" width="0">
6339 <column alignment="center" valignment="top" width="0">
6340 <column alignment="center" valignment="top" width="0">
6341 <column alignment="center" valignment="top" width="0">
6342 <column alignment="center" valignment="top" width="0">
6343 <row caption="true">
6344 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 \begin_inset Caption
6349
6350 \begin_layout Plain Layout
6351 Cuadro largo con referencia
6352 \begin_inset CommandInset label
6353 LatexCommand label
6354 name "tab:RefEjemplo"
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 1
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 2
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 3
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 4
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 5
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 <row>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 s
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 s
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 asd
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 </row>
6499 <row>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 asd
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 s
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 s
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 asd
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 s
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 s
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 s
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 sad
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 asd
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 </lyxtabular>
6641
6642 \end_inset
6643
6644
6645 \end_layout
6646
6647 \begin_layout Standard
6648 Para referenciar un cuadro largo, inserta una etiqueta en la leyenda.
6649  
6650 \end_layout
6651
6652 \begin_layout Standard
6653 Esto es una referencia al cuadro
6654 \begin_inset space ~
6655 \end_inset
6656
6657
6658 \begin_inset CommandInset ref
6659 LatexCommand ref
6660 reference "tab:RefEjemplo"
6661
6662 \end_inset
6663
6664 .
6665 \end_layout
6666
6667 \begin_layout Standard
6668 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6669  del documento mediante el paquete LaTeX 
6670 \series bold
6671 caption
6672 \series default
6673
6674 \begin_inset Index idx
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678 LaTeX-paquetes ! caption
6679 \end_layout
6680
6681 \end_inset
6682
6683 , véase sección
6684 \begin_inset space ~
6685 \end_inset
6686
6687
6688 \begin_inset CommandInset ref
6689 LatexCommand ref
6690 reference "sec:Formato-de-leyendas"
6691
6692 \end_inset
6693
6694 .
6695 \end_layout
6696
6697 \begin_layout Subsubsection
6698 Anchura de la leyenda
6699 \begin_inset Index idx
6700 status open
6701
6702 \begin_layout Plain Layout
6703 Cuadros largos ! Anchura de la leyenda
6704 \end_layout
6705
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \begin_layout Standard
6712 La anchura máxima de la leyenda se define por la longitud 
6713 \series bold
6714
6715 \backslash
6716 LTcapwidth
6717 \series default
6718 .
6719  Por omisión, su valor es 4
6720 \begin_inset space \thinspace{}
6721 \end_inset
6722
6723 in (4
6724 \begin_inset space ~
6725 \end_inset
6726
6727 pulgadas).
6728  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6729  en el propio documento antes del cuadro largo al que deba afectar
6730 \end_layout
6731
6732 \begin_layout Standard
6733
6734 \series bold
6735
6736 \backslash
6737 setlength{
6738 \backslash
6739 LTcapwidth}{anchura}
6740 \end_layout
6741
6742 \begin_layout Standard
6743 donde la anchura puede ser una de las unidades listadas en el apéndice
6744 \begin_inset space ~
6745 \end_inset
6746
6747
6748 \begin_inset CommandInset ref
6749 LatexCommand ref
6750 reference "cap:Unidades-disponibles-en"
6751
6752 \end_inset
6753
6754 .
6755 \end_layout
6756
6757 \begin_layout Standard
6758 Los cuadros siguientes muestran la diferencia:
6759 \end_layout
6760
6761 \begin_layout Standard
6762 \begin_inset Tabular
6763 <lyxtabular version="3" rows="6" columns="5">
6764 <features islongtable="true" longtabularalignment="center">
6765 <column alignment="center" valignment="top" width="0">
6766 <column alignment="center" valignment="top" width="0">
6767 <column alignment="center" valignment="top" width="0">
6768 <column alignment="center" valignment="top" width="0">
6769 <column alignment="center" valignment="top" width="0">
6770 <row caption="true">
6771 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 \begin_inset Caption
6776
6777 \begin_layout Plain Layout
6778 Leyenda larga completa con anchura predeterminada leyenda larga completa
6779  con anchura predeterminada
6780 \begin_inset Argument
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784 Leyenda con anchura predeterminada
6785 \end_layout
6786
6787 \end_inset
6788
6789
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 1
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 2
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 3
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 4
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 5
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 s
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 asd
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 <row>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 asd
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 s
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 s
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 s
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 asd
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 <row>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 asd
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 s
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 s
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 s
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 asd
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 sad
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 asd
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 asd
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 </lyxtabular>
7072
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \begin_layout Standard
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 setlength{
7087 \backslash
7088 LTcapwidth}{5cm}
7089 \end_layout
7090
7091 \end_inset
7092
7093
7094 \begin_inset Tabular
7095 <lyxtabular version="3" rows="6" columns="5">
7096 <features islongtable="true" longtabularalignment="center">
7097 <column alignment="center" valignment="top" width="0">
7098 <column alignment="center" valignment="top" width="0">
7099 <column alignment="center" valignment="top" width="0">
7100 <column alignment="center" valignment="top" width="0">
7101 <column alignment="center" valignment="top" width="0">
7102 <row caption="true">
7103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 \begin_inset Caption
7108
7109 \begin_layout Plain Layout
7110 Leyenda larga completa con una anchura de 5
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 cm leyenda larga completa con una anchura de 5
7115 \begin_inset space \thinspace{}
7116 \end_inset
7117
7118 cm 
7119 \begin_inset Argument
7120 status collapsed
7121
7122 \begin_layout Plain Layout
7123 Leyenda con anchura
7124 \begin_inset space \thinspace{}
7125 \end_inset
7126
7127 =
7128 \begin_inset space \thinspace{}
7129 \end_inset
7130
7131 5
7132 \begin_inset space \thinspace{}
7133 \end_inset
7134
7135 cm
7136 \end_layout
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 1
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 2
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 3
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 4
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 5
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 <row>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 asd
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 s
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 </row>
7281 <row>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 asd
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 s
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 asd
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 </row>
7328 <row>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 s
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 asd
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 asd
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 sad
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 asd
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 </lyxtabular>
7423
7424 \end_inset
7425
7426
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432
7433 \backslash
7434 setlength{
7435 \backslash
7436 LTcapwidth}{4in}
7437 \end_layout
7438
7439 \end_inset
7440
7441
7442 \end_layout
7443
7444 \begin_layout Standard
7445 \begin_inset Note Greyedout
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449
7450 \series bold
7451 Nota: 
7452 \series default
7453 Si se usa el paquete LaTeX 
7454 \series bold
7455 caption
7456 \series default
7457
7458 \begin_inset Index idx
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 LaTeX-paquetes ! caption
7463 \end_layout
7464
7465 \end_inset
7466
7467 , como en este documento, para la leyenda se utiliza toda la anchura de
7468  la página cuando se deja el valor por omisión de 4
7469 \begin_inset space \thinspace{}
7470 \end_inset
7471
7472 in para 
7473 \series bold
7474
7475 \backslash
7476 LTcapwidth
7477 \series default
7478 .
7479  En este caso, para conseguir una leyenda de 4
7480 \begin_inset space \thinspace{}
7481 \end_inset
7482
7483 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7484 \begin_inset space \thinspace{}
7485 \end_inset
7486
7487 in, p.
7488 \begin_inset space \thinspace{}
7489 \end_inset
7490
7491 e.
7492  3.99
7493 \begin_inset space \thinspace{}
7494 \end_inset
7495
7496 in, o bien emplear el comando LaTeX 
7497 \series bold
7498
7499 \backslash
7500 captionsetup{width=valor}
7501 \series default
7502 , suministrado por el paquete 
7503 \series bold
7504 caption
7505 \series default
7506 .
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Subsubsection
7515 Leyendas distintas para cada página
7516 \begin_inset Index idx
7517 status open
7518
7519 \begin_layout Plain Layout
7520 Cuadros largos ! Leyendas ! distintas para cada página
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \begin_layout Standard
7529 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7530  de la leyenda de la primera página del cuadro, se insertan con el comando
7531  en código TeX
7532 \end_layout
7533
7534 \begin_layout Standard
7535
7536 \series bold
7537
7538 \backslash
7539 caption*{texto de la leyenda}
7540 \backslash
7541
7542 \backslash
7543 %
7544 \end_layout
7545
7546 \begin_layout Standard
7547 en una fila postiza que se marca como encabezado.
7548  El cuadro
7549 \begin_inset space ~
7550 \end_inset
7551
7552
7553 \begin_inset CommandInset ref
7554 LatexCommand ref
7555 reference "tab:DifLeyendas"
7556
7557 \end_inset
7558
7559  es un ejemplo de cuadro largo con encabezados distintos donde el segundo
7560  no incluye número de cuadro.
7561 \end_layout
7562
7563 \begin_layout Standard
7564 \align center
7565 \begin_inset Tabular
7566 <lyxtabular version="3" rows="59" columns="3">
7567 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7568 <column alignment="left" valignment="top" width="0cm">
7569 <column alignment="left" valignment="top" width="0pt">
7570 <column alignment="right" valignment="top" width="0pt">
7571 <row caption="true">
7572 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 \begin_inset Caption
7577
7578 \begin_layout Plain Layout
7579 Ejemplo de lista telefónica
7580 \begin_inset CommandInset label
7581 LatexCommand label
7582 name "tab:DifLeyendas"
7583
7584 \end_inset
7585
7586
7587 \begin_inset Argument
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591 Ejemplo de lista telefónica
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \end_layout
7598
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 </row>
7625 <row endfirsthead="true">
7626 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \series bold
7632 Ejemplo de lista telefónica (ignore los nombres)
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row endfirsthead="true">
7657 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \series bold
7663 NOMBRE
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 TEL.
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row endhead="true">
7690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 \begin_inset ERT
7695 status open
7696
7697 \begin_layout Plain Layout
7698
7699
7700 \backslash
7701 caption*{continúa Ejemplo de lista telefónica}
7702 \backslash
7703
7704 \backslash
7705 %
7706 \end_layout
7707
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row endhead="true">
7735 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \series bold
7741 Ejemplo de lista telefónica
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row endhead="true">
7766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \series bold
7772 NOMBRE
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 TEL.
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row endfoot="true">
7799 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 continúa en página siguiente
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 </row>
7827 <row>
7828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 Annovi
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 Silvia
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 111
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row>
7859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \series bold
7865 Bertoli
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 Stefano
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883 111
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row>
7890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \series bold
7896 Bozzi
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 Walter
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 111
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 Cachia
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 Maria
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 111
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \series bold
7958 Cachia
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 Maurizio
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 111
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \series bold
7989 Cinquemani
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 Giusi
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 111
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 Colin
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Bernard
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Concli
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Gianfranco
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Dal Bosco
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Carolina
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Dalpiaz
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Annamaria
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Feliciello
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Domenico
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Focarelli
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Paola
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Galletti
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Oreste
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Gasparini
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Franca
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Rizzardi
8269 \series default
8270
8271 \begin_inset Foot
8272 status collapsed
8273
8274 \begin_layout Plain Layout
8275 Ejemplo de nota a pie de página
8276 \end_layout
8277
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 Paola
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 111
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \series bold
8311 Lassini
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 Giancarlo
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 111
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \series bold
8342 Malfatti
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 Luciano
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 111
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 <row>
8367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371
8372 \series bold
8373 Malfatti
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 Valeriano
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 111
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \series bold
8404 Meneguzzo
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 Roberto
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 111
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 <row>
8429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433
8434 \series bold
8435 Mezzadra
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 Roberto
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 111
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \series bold
8466 Pirpamer
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 Erich
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 111
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \series bold
8497 Pochiesa
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 Paolo
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 111, 222
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \series bold
8528 Radina
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 Claudio
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 111
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \series bold
8559 Stuffer
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Oskar
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 111
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 Tacchelli
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Ugo
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 111
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \series bold
8621 Tezzele
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Margit
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 111
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Unterkalmsteiner
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Frieda
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 111
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Vieider
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Hilde
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 111
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Vigna
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Jürgen
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 111
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Weber
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Maurizio
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 111
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Winkler
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Franz
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 111
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805  
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Annovi
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Silvia
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 555
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Bertoli
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Stefano
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 555
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Bozzi
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Walter
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 555
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Cachia
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Maria
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 555
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \series bold
8960 Cachia
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Maurizio
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 555
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \series bold
8991 Cinquemani
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 Giusi
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 555
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \series bold
9022 Colin
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 Bernard
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 555
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \series bold
9053 Concli
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 Gianfranco
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 555
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \series bold
9084 Dal Bosco
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 Carolina
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 555
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \series bold
9115 Dalpiaz
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 Annamaria
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 555
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \series bold
9146 Feliciello
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 Domenico
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 555
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \series bold
9177 Focarelli
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 Paola
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 555
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \series bold
9208 Galletti
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 Oreste
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 555
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \series bold
9239 Gasparini
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 Franca
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 555
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row>
9264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \series bold
9270 Rizzardi
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 Paola
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 555
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \series bold
9301 Lassini
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 Giancarlo
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 555
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330
9331 \series bold
9332 Malfatti
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 Luciano
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 555
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \series bold
9363 Malfatti
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Valeriano
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 555
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 </row>
9387 <row>
9388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \series bold
9394 Meneguzzo
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 Roberto
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 555
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 <row>
9419 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \series bold
9425 Mezzadra
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 Roberto
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 555
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 </lyxtabular>
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \begin_layout Section
9457 Particularidades de los cuadros largos
9458 \begin_inset CommandInset label
9459 LatexCommand label
9460 name "sec:Particularidades-cuadros-largos"
9461
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Subsection
9468 Cálculos
9469 \begin_inset Index idx
9470 status open
9471
9472 \begin_layout Plain Layout
9473 Cuadros largos ! Cálculos
9474 \end_layout
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Standard
9482 LaTeX calcula la altura de las páginas con cuadro y sus saltos de página
9483  utilizando los denominados «trozos», que son partes del cuadro presentes
9484  en la memoria de LaTeX.
9485  El valor predeterminado está establecido a sólo 20 filas.
9486  Si estás usando cuadros largos con muchas páginas, la generación del documento
9487  puede hacerse muy lenta.
9488  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9489  el siguiente comando en el preámbulo del documento:
9490 \end_layout
9491
9492 \begin_layout Standard
9493
9494 \series bold
9495
9496 \backslash
9497 setcounter{LTchunksize}{100}
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 Flotantes y cuadros largos
9502 \begin_inset Index idx
9503 status open
9504
9505 \begin_layout Plain Layout
9506 Cuadros largos ! Flotantes
9507 \end_layout
9508
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \begin_layout Standard
9515 Podría haber problemas si un flotante aparece en la misma página donde comienza
9516  un cuadro largo.
9517  Para evitarlo, añade un 
9518 \begin_inset Quotes fld
9519 \end_inset
9520
9521 salto de página limpia
9522 \begin_inset Quotes frd
9523 \end_inset
9524
9525  (menú 
9526 \family sans
9527 Insertar\SpecialChar \menuseparator
9528 Formato\SpecialChar \menuseparator
9529 Limpiar
9530 \begin_inset space ~
9531 \end_inset
9532
9533 página
9534 \family default
9535 ) antes del cuadro.
9536 \end_layout
9537
9538 \begin_layout Subsection
9539 Saltos de página forzados
9540 \begin_inset Index idx
9541 status open
9542
9543 \begin_layout Plain Layout
9544 Cuadros largos ! Saltos de página forzados
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 Por omisión, los cuadros sólo se cortan entre filas.
9554  Si tienes una celda con líneas múltiples y necesitas un salto de página
9555  dentro de la celda, inserta el comando de nueva línea «
9556 \series bold
9557
9558 \backslash
9559
9560 \backslash
9561
9562 \series default
9563 » en código TeX en el punto en que quieras cortar.
9564  Antes del comando «
9565 \series bold
9566
9567 \backslash
9568
9569 \backslash
9570
9571 \series default
9572 » debes insertar en código TeX tantos caracteres «
9573 \series bold
9574 &
9575 \series default
9576 » como columnas siguientes del cuadro.
9577  
9578 \series bold
9579 &
9580 \series default
9581  es el carácter para separar celdas.
9582  Escribe en código TeX después de cada 
9583 \series bold
9584 &
9585 \series default
9586  el contenido de la celda siguiente correspondiente y borra el contenido
9587  de esas celdas.
9588 \begin_inset Newline newline
9589 \end_inset
9590
9591 Detrás del comando 
9592 \series bold
9593
9594 \backslash
9595
9596 \backslash
9597
9598 \series default
9599 , inserta tantos 
9600 \series bold
9601 &
9602 \series default
9603  como columnas haya delante de la actual.
9604  Enl cuadro
9605 \begin_inset space ~
9606 \end_inset
9607
9608
9609 \begin_inset CommandInset ref
9610 LatexCommand ref
9611 reference "tab:Saltos de Página Forzados"
9612
9613 \end_inset
9614
9615  la celda que debería cortarse está en la segunda columna seguida de otra
9616  columna.
9617  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9618  de «
9619 \emph on
9620 Castelchiodato,
9621 \emph default
9622 »:
9623 \end_layout
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628 & 111
9629 \backslash
9630
9631 \backslash
9632  
9633 \backslash
9634 newpage
9635 \begin_inset Newline newline
9636 \end_inset
9637
9638 &
9639 \end_layout
9640
9641 \begin_layout Standard
9642 El «111» en la tercera columna de la fila se ha borrado.
9643
9644 \series bold
9645  
9646 \backslash
9647 newpage 
9648 \series default
9649 es necesario solo si en esta posición debiera ir definitivamente un salto
9650  de página, de otro modo es sólamente una posibilidad de salto.
9651  Si la fila más baja de la cuadro largo no tiene, por alguna razón, línea
9652  superior pero quisieras una línea horizontal donde se corta la celda, usa
9653  este comando alternativo:
9654 \end_layout
9655
9656 \begin_layout Standard
9657
9658 \series bold
9659 & 111
9660 \backslash
9661
9662 \backslash
9663
9664 \begin_inset Newline newline
9665 \end_inset
9666
9667
9668 \backslash
9669 hline &
9670 \end_layout
9671
9672 \begin_layout Standard
9673 Cuando la celda a cortar está en la última columna, el comando
9674 \end_layout
9675
9676 \begin_layout Standard
9677
9678 \series bold
9679
9680 \backslash
9681 setlength{
9682 \backslash
9683 parfillskip}{0pt}
9684 \end_layout
9685
9686 \begin_layout Standard
9687 debe insertarse en código TeX al principio de la celda.
9688  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9689  aparecerá con toda su anchura.
9690 \end_layout
9691
9692 \begin_layout Standard
9693 \align center
9694 \begin_inset Tabular
9695 <lyxtabular version="3" rows="38" columns="3">
9696 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9697 <column alignment="left" valignment="top" width="0cm">
9698 <column alignment="left" valignment="top" width="3cm">
9699 <column alignment="right" valignment="top" width="0pt">
9700 <row caption="true">
9701 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 \begin_inset Caption
9706
9707 \begin_layout Plain Layout
9708 Cuadro con salto de página forzado en celda
9709 \begin_inset CommandInset label
9710 LatexCommand label
9711 name "tab:Saltos de Página Forzados"
9712
9713 \end_inset
9714
9715
9716 \begin_inset Argument
9717 status open
9718
9719 \begin_layout Plain Layout
9720 Cuadro con salto de página forzado
9721 \end_layout
9722
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row endfirsthead="true">
9755 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \series bold
9761 Ejemplo de lista telefónica (ignore los nombres)
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row endfirsthead="true">
9786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \series bold
9792 NOMBRE
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 TEL.
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row endhead="true">
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset ERT
9824 status collapsed
9825
9826 \begin_layout Plain Layout
9827
9828
9829 \backslash
9830 caption*{continúa Ejemplo de lista telefónica}
9831 \backslash
9832
9833 \backslash
9834 %
9835 \end_layout
9836
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row endhead="true">
9864 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868  
9869 \series bold
9870 Ejemplo de lista telefónica
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row endhead="true">
9895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 NOMBRE
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 TEL.
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row endfoot="true">
9928 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 continúa en página siguiente
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Annovi
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 Silvia
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 111
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 Bertoli
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Stefano
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 111
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Bozzi
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Walter
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 111
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 Cachia
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Maria
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 111
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Cachia
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Maurizio
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 111
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \series bold
10118 Cinquemani
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 Giusi
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 111
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Colin
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 Bernard
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 111
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 Concli
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Gianfranco
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 111
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \series bold
10211 Dal Bosco
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 Carolina
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 111
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Dalpiaz
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Annamaria
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Feliciello
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Domenico
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Focarelli
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Paola
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Galletti
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Oreste
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Gasparini
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Franca
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Lassini
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Giancarlo
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Malfatti
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Luciano
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Malfatti
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Valeriano
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Meneguzzo
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Roberto
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Mezzadra
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Roberto
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Pirpamer
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Erich
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Pochiesa
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Paolo
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111, 222
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Radina
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Claudio
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Rizzardi
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Paolo, 11.
10655  Fürst von Montecompatri, 11.
10656  Fürst von Sulmona und Vivaro, 10.
10657  Fürst von Rossano, 5.
10658  Herzog von Canemorte, 11.
10659  Herzog von Palombara, 5.
10660  Herzog von Castelchiodato,
10661 \begin_inset ERT
10662 status open
10663
10664 \begin_layout Plain Layout
10665
10666 & 111
10667 \backslash
10668
10669 \backslash
10670  
10671 \backslash
10672 newpage
10673 \end_layout
10674
10675 \begin_layout Plain Layout
10676
10677 &
10678 \end_layout
10679
10680 \end_inset
10681
10682  11.
10683  Herzog von Poggionativo, 11.
10684  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10685  Graf von Valinfreda, 11.
10686  Baron von Cropalati, 11.
10687  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Stuffer
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Oskar
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Tacchelli
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Ugo
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Tezzele
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Margit
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 111
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \series bold
10802 Unterkalmsteiner
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 Frieda
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \series bold
10833 Vieider
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Hilde
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 111
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \series bold
10864 Vigna
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 Jürgen
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 111
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 Weber
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Maurizio
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 111
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \series bold
10926 Winkler
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 Franz
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 111
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 </lyxtabular>
10951
10952 \end_inset
10953
10954
10955 \end_layout
10956
10957 \begin_layout Section
10958 Líneas múltiples en columnas y filas
10959 \end_layout
10960
10961 \begin_layout Subsection
10962 Líneas múltiples en celdas
10963 \begin_inset CommandInset label
10964 LatexCommand label
10965 name "sub:Líneas-Múltiples-en"
10966
10967 \end_inset
10968
10969
10970 \begin_inset Index idx
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 Lineas@Líneas múltiples en celdas
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \begin_inset Index idx
10981 status open
10982
10983 \begin_layout Plain Layout
10984 Cuadros ! Saltos de línea
10985 \end_layout
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 \noindent
10994 \begin_inset Float table
10995 placement H
10996 wide false
10997 sideways false
10998 status open
10999
11000 \begin_layout Plain Layout
11001 \begin_inset Caption
11002
11003 \begin_layout Plain Layout
11004 \begin_inset CommandInset label
11005 LatexCommand label
11006 name "tab:Cuadro-con-múltiples"
11007
11008 \end_inset
11009
11010 Cuadro con líneas múltiples en celda
11011 \end_layout
11012
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \begin_layout Plain Layout
11019 \align center
11020 \begin_inset Tabular
11021 <lyxtabular version="3" rows="3" columns="3">
11022 <features tabularvalignment="middle">
11023 <column alignment="center" valignment="middle" width="2.5cm">
11024 <column alignment="center" valignment="middle" width="0">
11025 <column alignment="center" valignment="middle" width="0">
11026 <row>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 líneas
11032 \begin_inset Newline linebreak
11033 \end_inset
11034
11035 múltiples
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 b
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 c
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 <row>
11060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 d
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 e
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 f
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 g
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 h
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 i
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 </lyxtabular>
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Standard
11130 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11131  párrafos con varias líneas y guionado.
11132 \end_layout
11133
11134 \begin_layout Standard
11135 Para generar el cuadro
11136 \begin_inset space ~
11137 \end_inset
11138
11139
11140 \begin_inset CommandInset ref
11141 LatexCommand ref
11142 reference "tab:Cuadro-con-múltiples"
11143
11144 \end_inset
11145
11146 , crea un cuadro 3×3, marca la primera celda y haz clic derecho sobre ella.
11147  En el diálogo que surge establece una anchura de 2.5
11148 \begin_inset space \thinspace{}
11149 \end_inset
11150
11151 cm y escoge centro en alineación vertical y horizontal.
11152  La alineación vertical se utiliza para todas las celdas de la fila.
11153  Como nuestro texto es menor de 2.5
11154 \begin_inset space \thinspace{}
11155 \end_inset
11156
11157 cm, sólo aparece una línea.
11158  Para poner dos añadimos un salto de línea justificado, (atajo 
11159 \family sans
11160 Ctrl+Mayúsculas+Entrar
11161 \family default
11162 ).
11163  Si el texto es más ancho que la celda será automáticamente dividido en
11164  líneas.
11165 \end_layout
11166
11167 \begin_layout Standard
11168 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11169  con guión si es la primera entrada.
11170  Por eso hay que insertar algo para que dicha palabra no sea la primera
11171  entrada: añade un espacio horizontal de 0
11172 \begin_inset space \thinspace{}
11173 \end_inset
11174
11175 pt delante de la palabra.
11176  Como el espacio es 0 la salida no cambia.
11177  El cuadro
11178 \begin_inset space ~
11179 \end_inset
11180
11181
11182 \begin_inset CommandInset ref
11183 LatexCommand ref
11184 reference "tab:Cuadro-con-y"
11185
11186 \end_inset
11187
11188  muestra el efecto.
11189 \end_layout
11190
11191 \begin_layout Standard
11192 \begin_inset Float table
11193 placement b
11194 wide false
11195 sideways false
11196 status open
11197
11198 \begin_layout Plain Layout
11199 \begin_inset Caption
11200
11201 \begin_layout Plain Layout
11202 \begin_inset CommandInset label
11203 LatexCommand label
11204 name "tab:Cuadro-con-y"
11205
11206 \end_inset
11207
11208 Cuadros con y sin guión
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \end_layout
11215
11216 \begin_layout Plain Layout
11217 \begin_inset space \hfill{}
11218 \end_inset
11219
11220
11221 \begin_inset Tabular
11222 <lyxtabular version="3" rows="3" columns="3">
11223 <features tabularvalignment="middle">
11224 <column alignment="center" valignment="middle" width="2.5cm">
11225 <column alignment="center" valignment="middle" width="0">
11226 <column alignment="center" valignment="middle" width="0">
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 celdaconpalabramuylarga
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 b
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 c
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 d
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 e
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 f
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 g
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 h
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 i
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 </lyxtabular>
11315
11316 \end_inset
11317
11318
11319 \begin_inset space \hfill{}
11320 \end_inset
11321
11322
11323 \begin_inset Tabular
11324 <lyxtabular version="3" rows="3" columns="3">
11325 <features tabularvalignment="middle">
11326 <column alignment="center" valignment="middle" width="2.5cm">
11327 <column alignment="center" valignment="middle" width="0">
11328 <column alignment="center" valignment="middle" width="0">
11329 <row>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 \begin_inset space \hspace{}
11335 \length 0pt
11336 \end_inset
11337
11338 celdaconpalabramuylarga
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \begin_inset space \hfill{}
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \begin_layout Subsection
11437 Multicolumnas
11438 \begin_inset CommandInset label
11439 LatexCommand label
11440 name "sub:Multicolumnas"
11441
11442 \end_inset
11443
11444
11445 \begin_inset Index idx
11446 status open
11447
11448 \begin_layout Plain Layout
11449 Multicolumnas
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \begin_inset Index idx
11456 status open
11457
11458 \begin_layout Plain Layout
11459 Cuadros ! Multicolumnas
11460 \end_layout
11461
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \begin_layout Subsubsection
11468 Fundamentos de multicolumnas
11469 \end_layout
11470
11471 \begin_layout Standard
11472 Para extender una celda sobre varias columnas, se marcan las celdas que
11473  se desee combinar y se usa el botón 
11474 \begin_inset Graphics
11475         filename ../../images/tabular-feature_multicolumn.png
11476         scale 85
11477
11478 \end_inset
11479
11480 , el menú 
11481 \family sans
11482 Editar\SpecialChar \menuseparator
11483 Cuadro\SpecialChar \menuseparator
11484 Multicolumna
11485 \family default
11486 , o clic derecho sobre las celdas marcadas y elige 
11487 \family sans
11488 Multicolumna 
11489 \family default
11490 en el menú contextual.
11491 \end_layout
11492
11493 \begin_layout Standard
11494 Las multicolumnas tienen su propia configuración de celdas.
11495  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11496  multicolumna.
11497  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11498  última fila sin borde superior:
11499 \end_layout
11500
11501 \begin_layout Standard
11502 \align center
11503 \begin_inset Tabular
11504 <lyxtabular version="3" rows="3" columns="4">
11505 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11506 <column alignment="center" valignment="top" width="0pt">
11507 <column alignment="center" valignment="middle" width="0">
11508 <column alignment="center" valignment="top" width="0in">
11509 <column alignment="center" valignment="top" width="0pt">
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 abc
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 def ghi
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 jkl
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553
11554 \family roman
11555 \series medium
11556 \shape up
11557 \size normal
11558 \emph off
11559 \bar no
11560 \noun off
11561 \color none
11562 A
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 B
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 C
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 D
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 <row>
11596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 1
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 2
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 3
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 4
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 </lyxtabular>
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsubsection
11641 Cálculos en multicolumnas
11642 \begin_inset CommandInset label
11643 LatexCommand label
11644 name "sub:Cálculos-en-Multicolumnas"
11645
11646 \end_inset
11647
11648
11649 \begin_inset Index idx
11650 status open
11651
11652 \begin_layout Plain Layout
11653 Cuadros ! Multicolumnas ! Cálculos
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Standard
11662 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11663  la anchura de celda de las columnas combinadas en la celda multicolumna.
11664 \end_layout
11665
11666 \begin_layout Standard
11667 \begin_inset Float table
11668 placement h
11669 wide false
11670 sideways false
11671 status open
11672
11673 \begin_layout Plain Layout
11674 \begin_inset Caption
11675
11676 \begin_layout Plain Layout
11677 \begin_inset CommandInset label
11678 LatexCommand label
11679 name "tab:Cuadro-con-centrado"
11680
11681 \end_inset
11682
11683 Cuadro con texto centrado en multicolumna sobre dos columnas que tienen
11684  exactamente la mitad de anchura que la celda multicolumna
11685 \begin_inset Argument
11686 status open
11687
11688 \begin_layout Plain Layout
11689 Cuadro multicolumna perfecta
11690 \end_layout
11691
11692 \end_inset
11693
11694
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Plain Layout
11703 \align center
11704 \begin_inset Tabular
11705 <lyxtabular version="3" rows="3" columns="3">
11706 <features tabularvalignment="middle">
11707 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11708 <column alignment="center" valignment="middle" width="0">
11709 <column alignment="center" valignment="top" width="0">
11710 <row>
11711 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 multicolumna línea múltiple
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 c
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 d
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 e
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 f
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 g
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 h
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 i
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 </lyxtabular>
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Standard
11810 Por ejemplo, para crear el cuadro
11811 \begin_inset space ~
11812 \end_inset
11813
11814
11815 \begin_inset CommandInset ref
11816 LatexCommand ref
11817 reference "tab:Cuadro-con-centrado"
11818
11819 \end_inset
11820
11821 , marca las dos primeras celdas en la primera fila deun cuadro 3×3 y haz
11822  clic derecho.
11823  En el diálogo marca 
11824 \emph on
11825 multicolumna
11826 \emph default
11827
11828 \emph on
11829 alineación centro
11830 \emph default
11831  y una anchura de 2.5
11832 \begin_inset space \thinspace{}
11833 \end_inset
11834
11835 cm.
11836  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11837  de la celda multicolumna, así que deberías ajustar 1.25
11838 \begin_inset space \thinspace{}
11839 \end_inset
11840
11841 cm para la primera columna.
11842  La segunda columna tendrá entonces automáticamente 1.25
11843 \begin_inset space \thinspace{}
11844 \end_inset
11845
11846 cm de anchura.
11847  Para el cuadro
11848 \begin_inset space ~
11849 \end_inset
11850
11851
11852 \begin_inset CommandInset ref
11853 LatexCommand ref
11854 reference "tab:Cuadro-sin-mitad"
11855
11856 \end_inset
11857
11858  se ha procedido de la siguiente manera:
11859 \end_layout
11860
11861 \begin_layout Standard
11862 \begin_inset Float table
11863 wide false
11864 sideways false
11865 status open
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Caption
11869
11870 \begin_layout Plain Layout
11871 \begin_inset CommandInset label
11872 LatexCommand label
11873 name "tab:Cuadro-sin-mitad"
11874
11875 \end_inset
11876
11877 Cuadro en el que las columnas combinadas no tienen exactamente la mitad
11878  de anchura que la celda multicolumna
11879 \begin_inset Argument
11880 status open
11881
11882 \begin_layout Plain Layout
11883 Cuadro multicolumna imperfecta
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Plain Layout
11897 \align center
11898 \begin_inset Tabular
11899 <lyxtabular version="3" rows="3" columns="3">
11900 <features tabularvalignment="middle">
11901 <column alignment="center" valignment="top" width="1.25cm">
11902 <column alignment="center" valignment="top" width="0">
11903 <column alignment="center" valignment="top" width="0">
11904 <row>
11905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 multicolumna línea múltiple
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 c
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 </row>
11933 <row>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 d
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 e
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 f
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 </row>
11962 <row>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 g
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 h
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 i
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 </lyxtabular>
11992
11993 \end_inset
11994
11995
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \begin_layout Standard
12004 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
12005 a, es un poco mayor.
12006  La razón es que la anchura dada para una celda 
12007 \begin_inset Formula $W_{g}$
12008 \end_inset
12009
12010  no es su anchura total 
12011 \begin_inset Formula $W_{\mathrm{tot}}$
12012 \end_inset
12013
12014  porque una celda es siempre algo mayor que la anchura dada.
12015  El apéndice
12016 \begin_inset space ~
12017 \end_inset
12018
12019
12020 \begin_inset CommandInset ref
12021 LatexCommand eqref
12022 reference "cap:Explicación-de-la-Ecuación"
12023
12024 \end_inset
12025
12026  lo explica con detalle.
12027 \end_layout
12028
12029 \begin_layout Standard
12030 La anchura dada 
12031 \begin_inset Formula $W_{g\, n}$
12032 \end_inset
12033
12034  necesaria para combinar 
12035 \emph on
12036 n
12037 \emph default
12038  columnas puede calcularse de manera que cada columna tenga una anchura
12039  total de 
12040 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12041 \end_inset
12042
12043 :
12044 \begin_inset Formula 
12045 \begin{equation}
12046 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12047 \end{equation}
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 En nuestro caso tenemos 
12056 \begin_inset Formula $n=2$
12057 \end_inset
12058
12059
12060 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12061 \end_inset
12062
12063
12064 \begin_inset space \thinspace{}
12065 \end_inset
12066
12067 cm y los valores predeterminados para longitudes, así la ecuación
12068 \begin_inset space ~
12069 \end_inset
12070
12071
12072 \begin_inset CommandInset ref
12073 LatexCommand ref
12074 reference "eq:Wgn"
12075
12076 \end_inset
12077
12078  queda
12079 \begin_inset Formula 
12080 \begin{equation}
12081 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12082 \end{equation}
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \begin_layout Standard
12090 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12091  
12092 \series bold
12093 calc
12094 \series default
12095  con la línea
12096 \begin_inset Index idx
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100 LaTeX-paquetes ! calc
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \begin_layout Standard
12109
12110 \series bold
12111
12112 \backslash
12113 usepackage{calc}
12114 \end_layout
12115
12116 \begin_layout Standard
12117 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12118  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12119  He aquí un repaso de los argumentos:
12120 \end_layout
12121
12122 \begin_layout Itemize
12123
12124 \series bold
12125 p{ancho}
12126 \series default
12127  crea celdas con anchura fija, el texto alineado arriba
12128 \end_layout
12129
12130 \begin_layout Itemize
12131
12132 \series bold
12133 m{ancho}
12134 \series default
12135  crea celdas con anchura fija, el texto con alineación vertical centrada
12136  
12137 \end_layout
12138
12139 \begin_layout Itemize
12140
12141 \series bold
12142 b{ancho}
12143 \series default
12144  crea celdas con anchura fija, el texto alineado abajo
12145 \end_layout
12146
12147 \begin_layout Standard
12148 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12149  en el diálogo se ignoran.
12150 \end_layout
12151
12152 \begin_layout Standard
12153 \begin_inset Note Greyedout
12154 status open
12155
12156 \begin_layout Plain Layout
12157
12158 \series bold
12159 Nota:
12160 \series default
12161  Debido a un error, LyX muestra de todas formas estas propiedades.
12162 \end_layout
12163
12164 \end_inset
12165
12166  
12167 \end_layout
12168
12169 \begin_layout Standard
12170 El comando 
12171 \series bold
12172
12173 \backslash
12174 centering
12175 \series default
12176  centra horizontalmente el texto.
12177  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12178  columna extendida:
12179 \end_layout
12180
12181 \begin_layout Standard
12182
12183 \series bold
12184 >{
12185 \backslash
12186 centering}m{1.25cm-6.2pt}
12187 \end_layout
12188
12189 \begin_layout Standard
12190 El comando 
12191 \series bold
12192 >{ }
12193 \series default
12194  significa que los comandos entre llaves se aplican antes de crear la celda.
12195 \end_layout
12196
12197 \begin_layout Standard
12198 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12199 , aún está alineado a la izquierda.
12200  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12201  Así que para multicolumnas hemos de usar el argumento de LaTeX
12202 \end_layout
12203
12204 \begin_layout Standard
12205
12206 \series bold
12207 >{
12208 \backslash
12209 centering}m{2.5cm}
12210 \end_layout
12211
12212 \begin_layout Subsection
12213 Multifilas
12214 \begin_inset CommandInset label
12215 LatexCommand label
12216 name "sub:Multifilas"
12217
12218 \end_inset
12219
12220
12221 \begin_inset Index idx
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 Multifilas
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \begin_inset Index idx
12232 status open
12233
12234 \begin_layout Plain Layout
12235 Cuadros ! Multifilas
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \begin_layout Standard
12244 Para extender una celda sobre varias filas, se marcan las celdas que se
12245  desee combinar y se usa el botón 
12246 \begin_inset Graphics
12247         filename ../../images/tabular-feature_multirow.png
12248         scale 85
12249         scaleBeforeRotation
12250
12251 \end_inset
12252
12253 , el menú 
12254 \family sans
12255 Editar\SpecialChar \menuseparator
12256 Cuadro\SpecialChar \menuseparator
12257 Multifila
12258 \family default
12259 , o haz clic derecho sobre las celdas marcadas y elige 
12260 \family sans
12261 Multifila 
12262 \family default
12263 en el menú contextual.
12264 \end_layout
12265
12266 \begin_layout Standard
12267 Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
12268 \end_layout
12269
12270 \begin_layout Standard
12271 \align center
12272 \begin_inset Tabular
12273 <lyxtabular version="3" rows="3" columns="3">
12274 <features tabularvalignment="middle">
12275 <column alignment="center" valignment="top" width="0pt">
12276 <column alignment="center" valignment="top" width="0">
12277 <column alignment="center" valignment="top" width="0">
12278 <row>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 entrada en una celda larga
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 b
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 c
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 </row>
12307 <row>
12308 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 multifila
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 e
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Plain Layout
12330 f
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 </row>
12336 <row>
12337 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12338 \begin_inset Text
12339
12340 \begin_layout Plain Layout
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 h
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 i
12360 \end_layout
12361
12362 \end_inset
12363 </cell>
12364 </row>
12365 </lyxtabular>
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373 La anchura de las celdas multifila se establece poniendo la anchura y la
12374  alineación para toda la columna.
12375  El 
12376 \family sans
12377 Desplazamiento vertical
12378 \family default
12379  cambia el contenido de la multifila arriba/abajo según su valor sea positivo/ne
12380 gativo.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Si la columna de una celda multifila no tiene anchura explícita, la celda
12385  multifila hereda el alineamiento de la columna.
12386  Por otra parte, se alinea a la izquierda por omisión.
12387  Para cambiar esto renombra el comando 
12388 \series bold
12389
12390 \backslash
12391 multirowsetup
12392 \series default
12393  con el comando
12394 \end_layout
12395
12396 \begin_layout Standard
12397
12398 \series bold
12399
12400 \backslash
12401 renewcommand{
12402 \backslash
12403 multirowsetup}{
12404 \backslash
12405 centering}
12406 \end_layout
12407
12408 \begin_layout Standard
12409 en el preámbulo del documento.
12410  Entonces se centran todas las entradas de celdas multifila en el documento.
12411  Si sólo queremos centrar en algunos cuadros, se puede renombrar el comando
12412  en código TeX justo antes del cuadro en lugar de en el preámbulo.
12413  Si el texto debe estar alineado a la derecha, reemplaza 
12414 \series bold
12415
12416 \backslash
12417 centering
12418 \series default
12419  por 
12420 \series bold
12421
12422 \backslash
12423 raggedleft
12424 \series default
12425 .
12426  Para volver a alineado a la izquierda usa 
12427 \series bold
12428
12429 \backslash
12430 raggedright
12431 \series default
12432 .
12433 \end_layout
12434
12435 \begin_layout Standard
12436 Este es un ejemplo de cuadro con una celda multifila alineada a la derecha
12437  que tiene un desplazamiento vertical de -4
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 mm y está en una columna de 3
12442 \begin_inset space \thinspace{}
12443 \end_inset
12444
12445 cm de ancho:
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \noindent
12450 \align center
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456
12457 \backslash
12458 renewcommand{
12459 \backslash
12460 multirowsetup}{
12461 \backslash
12462 raggedleft}
12463 \end_layout
12464
12465 \end_inset
12466
12467
12468 \begin_inset Tabular
12469 <lyxtabular version="3" rows="4" columns="3">
12470 <features tabularvalignment="middle">
12471 <column alignment="center" valignment="top" width="3cm">
12472 <column alignment="center" valignment="top" width="0">
12473 <column alignment="center" valignment="top" width="0">
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 entrada en una celda larga
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 b
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 c
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 </row>
12503 <row>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 t
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 n
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 m
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 </row>
12532 <row>
12533 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 multifila
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 e
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 f
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 </row>
12561 <row>
12562 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 h
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 i
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 </row>
12590 </lyxtabular>
12591
12592 \end_inset
12593
12594
12595 \begin_inset ERT
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599
12600
12601 \backslash
12602 renewcommand{
12603 \backslash
12604 multirowsetup}{
12605 \backslash
12606 raggedright}
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \begin_layout Section
12615 Cuadros formales
12616 \begin_inset CommandInset label
12617 LatexCommand label
12618 name "sec:Cuadros-Formales"
12619
12620 \end_inset
12621
12622
12623 \begin_inset Index idx
12624 status open
12625
12626 \begin_layout Plain Layout
12627 Cuadros ! Formales
12628 \end_layout
12629
12630 \end_inset
12631
12632  
12633 \end_layout
12634
12635 \begin_layout Standard
12636 En los libros, los cuadros se suelen presentar en un formato como el del
12637  cuadro 
12638 \begin_inset space ~
12639 \end_inset
12640
12641
12642 \begin_inset CommandInset ref
12643 LatexCommand ref
12644 reference "tab:Ejemplo-cuadro-formal"
12645
12646 \end_inset
12647
12648 .
12649  Se denominan cuadros 
12650 \emph on
12651 formales
12652 \emph default
12653 .
12654  Para hacer cuadros con este diseño, elige 
12655 \family sans
12656 Estilo
12657 \family default
12658
12659 \begin_inset space ~
12660 \end_inset
12661
12662
12663 \family sans
12664 Formal
12665 \family default
12666  en la solapa 
12667 \family sans
12668 Bordes
12669 \family default
12670  del diálogo de cuadros.
12671 \end_layout
12672
12673 \begin_layout Standard
12674 \begin_inset Float table
12675 placement h
12676 wide false
12677 sideways false
12678 status open
12679
12680 \begin_layout Plain Layout
12681 \begin_inset Caption
12682
12683 \begin_layout Plain Layout
12684 \begin_inset CommandInset label
12685 LatexCommand label
12686 name "tab:Ejemplo-cuadro-formal"
12687
12688 \end_inset
12689
12690 Ejemplo de cuadro formal
12691 \end_layout
12692
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \begin_layout Plain Layout
12699 \align center
12700 \begin_inset Tabular
12701 <lyxtabular version="3" rows="8" columns="4">
12702 <features booktabs="true" tabularvalignment="middle">
12703 <column alignment="center" valignment="top" width="0">
12704 <column alignment="center" valignment="top" width="0">
12705 <column alignment="center" valignment="top" width="0">
12706 <column alignment="center" valignment="top" width="0">
12707 <row>
12708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 System
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 Chip
12722 \begin_inset space \thinspace{}
12723 \end_inset
12724
12725 1
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 Chip
12735 \begin_inset space \thinspace{}
12736 \end_inset
12737
12738 2
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 </row>
12753 <row>
12754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 \begin_inset ERT
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762
12763
12764 \backslash
12765 cmidrule(r){2-2}
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 cmidrule(l){3-4}
12779 \end_layout
12780
12781 \end_inset
12782
12783 Detector thickness in µm
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 300
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 300
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 700
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 </row>
12816 <row>
12817 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 Edge angle in °
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 3.55
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" topline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 2.71
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 7.99
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 </row>
12854 <row topspace="default">
12855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 Spatial resolution in µm
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 4.26
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 10.17
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 10.56
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row topspace="default">
12893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 MTF at 
12898 \begin_inset Formula $f_{\mathrm{max}}$
12899 \end_inset
12900
12901
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 0.53
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 0.37
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 0.39
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row topspace="default">
12935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 \begin_inset ERT
12940 status collapsed
12941
12942 \begin_layout Plain Layout
12943
12944
12945 \backslash
12946 cmidrule(l{10pt}){1-1}
12947 \end_layout
12948
12949 \end_inset
12950
12951 LSF-spatial resolution
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 <row>
12985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 in µm
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 129.7
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 52.75
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 50.78
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 </row>
13022 <row>
13023 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 in % of pixel size
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 76.3
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 95.9
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 92.3
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 </row>
13060 </lyxtabular>
13061
13062 \end_inset
13063
13064
13065 \end_layout
13066
13067 \end_inset
13068
13069
13070 \end_layout
13071
13072 \begin_layout Standard
13073 Se puede añadir espacio adicional a las filas del cuadro mediante los botones
13074  correspondientes que se encuentran en la solapa 
13075 \family sans
13076 Bordes 
13077 \family default
13078 del diálogo
13079 \family sans
13080  Configuración
13081 \begin_inset space ~
13082 \end_inset
13083
13084 del
13085 \begin_inset space ~
13086 \end_inset
13087
13088 cuadro
13089 \family default
13090 , como se explica en la sección
13091 \begin_inset space ~
13092 \end_inset
13093
13094
13095 \begin_inset CommandInset ref
13096 LatexCommand ref
13097 reference "sub:Espacio-adicional"
13098
13099 \end_inset
13100
13101 .
13102 \end_layout
13103
13104 \begin_layout Standard
13105 A diferencia de los cuadros normales, los cuadros formales no tienen líneas
13106  verticales.
13107  Las líneas horizontales se pueden poner o no como en los cuadros normales,
13108  pero en la salida se mostrarán con distinto grosor:
13109 \begin_inset Newline newline
13110 \end_inset
13111
13112 Las líneas primera y última tienen un grosor predeterminado de 0.08
13113 \begin_inset space \thinspace{}
13114 \end_inset
13115
13116 em, las demás tienen un grosor predeterminado de 0.05
13117 \begin_inset space \thinspace{}
13118 \end_inset
13119
13120 em.
13121 \end_layout
13122
13123 \begin_layout Standard
13124 Estos valores predeterminados se pueden cambiar
13125 \series bold
13126  
13127 \series default
13128 con las líneas de preámbulo:
13129 \end_layout
13130
13131 \begin_layout Standard
13132
13133 \series bold
13134
13135 \backslash
13136 let
13137 \backslash
13138 mytoprule
13139 \backslash
13140 toprule
13141 \begin_inset Newline newline
13142 \end_inset
13143
13144
13145 \backslash
13146 renewcommand{
13147 \backslash
13148 toprule}{
13149 \backslash
13150 mytoprule[grosor]}
13151 \end_layout
13152
13153 \begin_layout Standard
13154 Este ejemplo es para la primera línea, la denominada 
13155 \series bold
13156 toprule
13157 \series default
13158 .
13159  Si quieres cambiar el grosor de la última línea, reemplaza 
13160 \series bold
13161 toprule
13162 \series default
13163  por 
13164 \series bold
13165 bottomrule
13166 \series default
13167 .
13168  Y para cambiar el grosor de las demás líneas cambia 
13169 \series bold
13170 toprule
13171 \series default
13172  por 
13173 \series bold
13174 midrule
13175 \series default
13176 .
13177  Puedes usar cualquiera de las unidades listadas en el apéndice
13178 \begin_inset space ~
13179 \end_inset
13180
13181
13182 \begin_inset CommandInset ref
13183 LatexCommand ref
13184 reference "cap:Unidades-disponibles-en"
13185
13186 \end_inset
13187
13188  para establecer el grosor.
13189 \end_layout
13190
13191 \begin_layout Standard
13192 Para dibujar líneas que no se extiendan a todas las columnas del cuadro,
13193  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13194  LyX empleará internamente el comando 
13195 \series bold
13196
13197 \backslash
13198 cmidrule
13199 \series default
13200  para dibujar la línea.
13201  El esquema completo es
13202 \end_layout
13203
13204 \begin_layout Standard
13205
13206 \series bold
13207
13208 \backslash
13209 cmidrule[grosor](recorte){inicol-fincol}
13210 \end_layout
13211
13212 \begin_layout Standard
13213 Por el momento, LyX no soporta las opciones de 
13214 \series bold
13215
13216 \backslash
13217 cmidrule
13218 \series default
13219 , así que para usarlas hay que emplear código TeX.
13220  Las líneas 
13221 \series bold
13222
13223 \backslash
13224 cmidrule
13225 \series default
13226  se pueden insertar manualmente con el comando en código TeX como primera
13227  entrada de la primera celda de una fila.
13228  En la salida se dibujará la línea sobre dicha fila.
13229 \end_layout
13230
13231 \begin_layout Standard
13232 El grosor predeterminado es 0.03
13233 \begin_inset space \thinspace{}
13234 \end_inset
13235
13236 em.
13237  
13238 \series bold
13239 inicol
13240 \series default
13241  es el número de la columna en la que comienza la línea y 
13242 \series bold
13243 fincol
13244 \series default
13245  es el número de la columna en la que acaba la línea.
13246  El valor 
13247 \series bold
13248 fincol
13249 \series default
13250  debe especificarse siempre, aunque la línea se extienda sobre una sola
13251  columna.
13252  El parámetro opcional 
13253 \series bold
13254 recorte
13255 \series default
13256  debe ser 
13257 \emph on
13258 l{recorte}
13259 \emph default
13260  o 
13261 \emph on
13262 r{recorte}
13263 \emph default
13264 , donde 
13265 \emph on
13266 recorte
13267 \emph default
13268  también es opcional.
13269  Por ejemplo, el parámetro 
13270 \emph on
13271 l{2pt}
13272 \emph default
13273  significa que la línea se recorta 2
13274 \begin_inset space \thinspace{}
13275 \end_inset
13276
13277 pt por su izquierda.
13278  Si no se especifica el tamaño las líneas se recortan por omisión en 0.5
13279 \begin_inset space \thinspace{}
13280 \end_inset
13281
13282 em.
13283
13284 \series bold
13285  
13286 \end_layout
13287
13288 \begin_layout Standard
13289 \begin_inset VSpace bigskip
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \begin_layout Standard
13296 El cuadro
13297 \begin_inset space ~
13298 \end_inset
13299
13300
13301 \begin_inset CommandInset ref
13302 LatexCommand ref
13303 reference "tab:Ejemplo-cuadro-formal"
13304
13305 \end_inset
13306
13307  se ha creado con los comandos
13308 \end_layout
13309
13310 \begin_layout Standard
13311
13312 \series bold
13313
13314 \backslash
13315 cmidrule(r){2-2}
13316 \backslash
13317 cmidrule(l){3-4}
13318 \end_layout
13319
13320 \begin_layout Standard
13321 en la segunda fila, 
13322 \series bold
13323
13324 \backslash
13325 midrule
13326 \series default
13327  en la tercera, y
13328 \end_layout
13329
13330 \begin_layout Standard
13331
13332 \series bold
13333
13334 \backslash
13335 cmidrule(l{10pt}){1-1}
13336 \end_layout
13337
13338 \begin_layout Standard
13339 en la sexta fila.
13340 \end_layout
13341
13342 \begin_layout Standard
13343 \begin_inset VSpace bigskip
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 Quizá quieras superponer líneas 
13351 \series bold
13352
13353 \backslash
13354 cmidrules
13355 \series default
13356  como enl cuadro
13357 \begin_inset space ~
13358 \end_inset
13359
13360
13361 \begin_inset CommandInset ref
13362 LatexCommand ref
13363 reference "tab:Cuadro-formal-especial"
13364
13365 \end_inset
13366
13367 .
13368  Esto se consigue con el comando en código TeX
13369 \end_layout
13370
13371 \begin_layout Standard
13372
13373 \series bold
13374
13375 \backslash
13376 morecmidrules
13377 \end_layout
13378
13379 \begin_layout Standard
13380 El comando que se ha utilizado para la segunda fila del cuadro
13381 \begin_inset space ~
13382 \end_inset
13383
13384
13385 \begin_inset CommandInset ref
13386 LatexCommand ref
13387 reference "tab:Cuadro-formal-especial"
13388
13389 \end_inset
13390
13391  es
13392 \end_layout
13393
13394 \begin_layout Standard
13395
13396 \series bold
13397
13398 \backslash
13399 cmidrule(r){2-2}
13400 \backslash
13401 cmidrule(l){3-4}
13402 \backslash
13403 morecmidrules
13404 \backslash
13405 cmidrule{2-4}
13406 \end_layout
13407
13408 \begin_layout Standard
13409 El comando para la sexta fila es
13410 \end_layout
13411
13412 \begin_layout Standard
13413
13414 \series bold
13415
13416 \backslash
13417 midrule
13418 \backslash
13419 morecmidrules
13420 \backslash
13421 cmidrule{3-4}
13422 \series default
13423
13424 \begin_inset VSpace bigskip
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13432  el siguiente comando para dibujar líneas que se extienden sobre todas las
13433  columnas
13434 \end_layout
13435
13436 \begin_layout Standard
13437
13438 \series bold
13439
13440 \backslash
13441 specialrule{anchura}{espacio superior}{espacio inferior}
13442 \end_layout
13443
13444 \begin_layout Standard
13445 Para más información sobre estas características especiales, acude al manual
13446  del paquete LaTeX 
13447 \series bold
13448 booktabs
13449 \series default
13450
13451 \begin_inset CommandInset citation
13452 LatexCommand cite
13453 key "booktabs"
13454
13455 \end_inset
13456
13457 .
13458 \begin_inset Index idx
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462 LaTeX-paquetes ! booktabs
13463 \end_layout
13464
13465 \end_inset
13466
13467  
13468 \begin_inset VSpace bigskip
13469 \end_inset
13470
13471
13472 \end_layout
13473
13474 \begin_layout Standard
13475 \begin_inset Float table
13476 placement h
13477 wide false
13478 sideways false
13479 status open
13480
13481 \begin_layout Plain Layout
13482 \begin_inset Caption
13483
13484 \begin_layout Plain Layout
13485 \begin_inset CommandInset label
13486 LatexCommand label
13487 name "tab:Cuadro-formal-especial"
13488
13489 \end_inset
13490
13491 Cuadro formal especial
13492 \end_layout
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \begin_layout Plain Layout
13500 \align center
13501 \begin_inset Tabular
13502 <lyxtabular version="3" rows="8" columns="4">
13503 <features booktabs="true" tabularvalignment="middle">
13504 <column alignment="center" valignment="top" width="0">
13505 <column alignment="center" valignment="top" width="0">
13506 <column alignment="center" valignment="top" width="0">
13507 <column alignment="center" valignment="top" width="0">
13508 <row>
13509 <cell alignment="center" valignment="top" topline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 System
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 Chip
13523 \begin_inset space \thinspace{}
13524 \end_inset
13525
13526 1
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 Chip
13536 \begin_inset space \thinspace{}
13537 \end_inset
13538
13539 2
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564
13565 \backslash
13566 cmidrule(r){2-2}
13567 \end_layout
13568
13569 \end_inset
13570
13571
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577
13578 \backslash
13579 cmidrule(l){3-4}
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \begin_inset ERT
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589
13590
13591 \backslash
13592 morecmidrules 
13593 \end_layout
13594
13595 \end_inset
13596
13597
13598 \begin_inset ERT
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602
13603
13604 \backslash
13605 cmidrule{2-4}
13606 \end_layout
13607
13608 \end_inset
13609
13610 Detector thickness in µm
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 300
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 300
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 700
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 <row>
13644 <cell alignment="center" valignment="top" topline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 Edge angle in °
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 3.55
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 2.71
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 7.99
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 </row>
13681 <row topspace="default">
13682 <cell alignment="center" valignment="top" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 Spatial resolution in µm
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 4.26
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 10.17
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 10.56
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row topspace="default">
13720 <cell alignment="center" valignment="top" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 MTF at 
13725 \begin_inset Formula $f_{\mathrm{max}}$
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 0.53
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 0.37
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 0.39
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 </row>
13761 <row>
13762 <cell alignment="center" valignment="top" topline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset ERT
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770
13771
13772 \backslash
13773 morecmidrules 
13774 \end_layout
13775
13776 \end_inset
13777
13778
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 cmidrule{3-4}
13787 \end_layout
13788
13789 \end_inset
13790
13791 LSF-spatial resolution
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 <cell alignment="center" valignment="top" topline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 </row>
13824 <row>
13825 <cell alignment="center" valignment="top" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 in µm
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 129.7
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 52.75
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 50.78
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 in % of pixel size
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 76.3
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 95.9
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 92.3
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 </lyxtabular>
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Section
13913 Alineación vertical de cuadros
13914 \begin_inset Index idx
13915 status open
13916
13917 \begin_layout Plain Layout
13918 Cuadros ! Alineación vertical
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 Para alinear cuadros verticalmente en una línea de texto, el cuadro debe
13928  estar en un marco.
13929  Después el marco se puede alinear verticalmente como se describe en la
13930  sección
13931 \begin_inset space ~
13932 \end_inset
13933
13934
13935 \begin_inset CommandInset ref
13936 LatexCommand ref
13937 reference "sec:Diálogo-Marcos"
13938
13939 \end_inset
13940
13941 .
13942  
13943 \end_layout
13944
13945 \begin_layout Standard
13946 En el ejemplo siguiente los cuadros están en un marco tipo minipágina
13947 \begin_inset Foot
13948 status open
13949
13950 \begin_layout Plain Layout
13951 Las minipáginas se describen en la sección
13952 \begin_inset space ~
13953 \end_inset
13954
13955
13956 \begin_inset CommandInset ref
13957 LatexCommand ref
13958 reference "sec:Minipáginas"
13959
13960 \end_inset
13961
13962 .
13963 \end_layout
13964
13965 \end_inset
13966
13967  que tiene una anchura del 15
13968 \begin_inset space \thinspace{}
13969 \end_inset
13970
13971 % de columna:
13972 \end_layout
13973
13974 \begin_layout Itemize
13975 test 
13976 \begin_inset Box Frameless
13977 position "t"
13978 hor_pos "c"
13979 has_inner_box 1
13980 inner_pos "c"
13981 use_parbox 0
13982 use_makebox 0
13983 width "15col%"
13984 special "none"
13985 height "1in"
13986 height_special "totalheight"
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990 \begin_inset Tabular
13991 <lyxtabular version="3" rows="3" columns="3">
13992 <features tabularvalignment="middle">
13993 <column alignment="center" valignment="top" width="0">
13994 <column alignment="center" valignment="top" width="0">
13995 <column alignment="center" valignment="top" width="0">
13996 <row>
13997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 a
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 d
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 g
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 b
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 e
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 h
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 <row>
14055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 c
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 f
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 i
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 </row>
14083 </lyxtabular>
14084
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \end_inset
14091
14092  test 
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098
14099 \backslash
14100 raisebox{0.85
14101 \backslash
14102 baselineskip}{
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \begin_inset Box Frameless
14109 position "t"
14110 hor_pos "c"
14111 has_inner_box 1
14112 inner_pos "c"
14113 use_parbox 0
14114 use_makebox 0
14115 width "15col%"
14116 special "none"
14117 height "1in"
14118 height_special "totalheight"
14119 status collapsed
14120
14121 \begin_layout Plain Layout
14122 \begin_inset Tabular
14123 <lyxtabular version="3" rows="3" columns="3">
14124 <features tabularvalignment="middle">
14125 <column alignment="center" valignment="top" width="0">
14126 <column alignment="center" valignment="top" width="0">
14127 <column alignment="center" valignment="top" width="0">
14128 <row>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 a
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 d
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 g
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 b
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 e
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 h
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 </row>
14186 <row>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 c
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 f
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 i
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 </lyxtabular>
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \end_inset
14223
14224
14225 \begin_inset ERT
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229
14230 }
14231 \end_layout
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \begin_layout Itemize
14239 test 
14240 \begin_inset Box Frameless
14241 position "c"
14242 hor_pos "c"
14243 has_inner_box 1
14244 inner_pos "c"
14245 use_parbox 0
14246 use_makebox 0
14247 width "15col%"
14248 special "none"
14249 height "1in"
14250 height_special "totalheight"
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254 \begin_inset Tabular
14255 <lyxtabular version="3" rows="3" columns="3">
14256 <features tabularvalignment="middle">
14257 <column alignment="center" valignment="top" width="0">
14258 <column alignment="center" valignment="top" width="0">
14259 <column alignment="center" valignment="top" width="0">
14260 <row>
14261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 a
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 d
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 g
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 </row>
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 b
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 e
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 h
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 <row>
14319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 c
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 f
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 i
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 </lyxtabular>
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \begin_layout Itemize
14360 test 
14361 \begin_inset Box Frameless
14362 position "b"
14363 hor_pos "c"
14364 has_inner_box 1
14365 inner_pos "c"
14366 use_parbox 0
14367 use_makebox 0
14368 width "15col%"
14369 special "none"
14370 height "1in"
14371 height_special "totalheight"
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375 \begin_inset Tabular
14376 <lyxtabular version="3" rows="3" columns="3">
14377 <features tabularvalignment="middle">
14378 <column alignment="center" valignment="top" width="0">
14379 <column alignment="center" valignment="top" width="0">
14380 <column alignment="center" valignment="top" width="0">
14381 <row>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 a
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 d
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 g
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 </row>
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 b
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 e
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 h
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 </row>
14439 <row>
14440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 c
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 f
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 i
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 </lyxtabular>
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \end_inset
14476
14477  test 
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 raisebox{-0.32
14486 \backslash
14487 baselineskip}{
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \begin_inset Box Frameless
14494 position "b"
14495 hor_pos "c"
14496 has_inner_box 1
14497 inner_pos "c"
14498 use_parbox 0
14499 use_makebox 0
14500 width "15col%"
14501 special "none"
14502 height "1in"
14503 height_special "totalheight"
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 \begin_inset Tabular
14508 <lyxtabular version="3" rows="3" columns="3">
14509 <features tabularvalignment="middle">
14510 <column alignment="center" valignment="top" width="0">
14511 <column alignment="center" valignment="top" width="0">
14512 <column alignment="center" valignment="top" width="0">
14513 <row>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 a
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 d
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 g
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 </row>
14542 <row>
14543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 b
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 e
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 h
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 <row>
14572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 c
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 f
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 i
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615 }
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 Como ves, los contenidos de la primera y última filas no se alinean correctament
14625 e con la línea de texto donde está el cuadro.
14626  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14627  un cuadro elevado («raisebox»
14628 \begin_inset Foot
14629 status collapsed
14630
14631 \begin_layout Plain Layout
14632 El uso del comando 
14633 \series bold
14634
14635 \backslash
14636 raisebox
14637 \series default
14638  se explica en la sección
14639 \begin_inset space ~
14640 \end_inset
14641
14642
14643 \begin_inset CommandInset ref
14644 LatexCommand ref
14645 reference "sub:Alineación-Vertical"
14646
14647 \end_inset
14648
14649 .
14650 \end_layout
14651
14652 \end_inset
14653
14654 ).
14655  En el ejemplo anterior, el segundo marco del primer ítem está alineado
14656  usando el comando en código TeX
14657 \end_layout
14658
14659 \begin_layout Standard
14660
14661 \series bold
14662
14663 \backslash
14664 raisebox{0.85
14665 \backslash
14666 baselineskip}{
14667 \end_layout
14668
14669 \begin_layout Standard
14670 antes del marco.
14671  Tras él, se pone la llave de cierre 
14672 \series bold
14673 }
14674 \series default
14675  también en código TeX.
14676  Para el segundo marco en el tercer ítem se usa el comando 
14677 \end_layout
14678
14679 \begin_layout Standard
14680
14681 \series bold
14682
14683 \backslash
14684 raisebox{-0.32
14685 \backslash
14686 baselineskip}{
14687 \end_layout
14688
14689 \begin_layout Standard
14690 \begin_inset Note Greyedout
14691 status open
14692
14693 \begin_layout Plain Layout
14694
14695 \series bold
14696 Not
14697 \series default
14698 a: La alineación del contenido de la fila con la línea del texto adyacente
14699  no es exacta.
14700  El factor necesario del comando 
14701 \series bold
14702
14703 \backslash
14704 raisebox
14705 \series default
14706  para este alineamiento depende de la fuente del documento, del tamaño de
14707  la fuente y del grosor de línea del cuadro.
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Section
14716 Cuadros coloreados
14717 \begin_inset CommandInset label
14718 LatexCommand label
14719 name "sec:Cuadros-Coloreados"
14720
14721 \end_inset
14722
14723
14724 \end_layout
14725
14726 \begin_layout Subsection
14727 Celdas coloreadas
14728 \begin_inset Index idx
14729 status open
14730
14731 \begin_layout Plain Layout
14732 Cuadros ! Color ! en celdas
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \begin_inset Index idx
14739 status open
14740
14741 \begin_layout Plain Layout
14742 Color ! en celdas de cuadros
14743 \end_layout
14744
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 \begin_inset Float table
14752 placement h
14753 wide false
14754 sideways false
14755 status open
14756
14757 \begin_layout Plain Layout
14758 \begin_inset Caption
14759
14760 \begin_layout Plain Layout
14761 \begin_inset CommandInset label
14762 LatexCommand label
14763 name "tab:Cuadro-coloreado-sin"
14764
14765 \end_inset
14766
14767 Cuadro coloreado sin usar el paquete 
14768 \series bold
14769 colortbl
14770 \series default
14771
14772 \begin_inset Argument
14773 status open
14774
14775 \begin_layout Plain Layout
14776 Cuadro sin colortbl
14777 \end_layout
14778
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \begin_layout Plain Layout
14790 \align center
14791 \begin_inset Tabular
14792 <lyxtabular version="3" rows="3" columns="3">
14793 <features tabularvalignment="middle">
14794 <column alignment="center" valignment="top" width="0">
14795 <column alignment="center" valignment="top" width="0">
14796 <column alignment="center" valignment="top" width="0">
14797 <row>
14798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802
14803 \color green
14804 a
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813
14814 \color red
14815 b
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \color red
14826 c
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 </row>
14832 <row>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837
14838 \color green
14839 d
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848
14849 \color blue
14850 e
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859
14860 \color blue
14861 f
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \color green
14874 g
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883
14884 \color blue
14885 h
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \color blue
14896 i
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 </lyxtabular>
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Standard
14915 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14916  el menú 
14917 \family sans
14918 Editar\SpecialChar \menuseparator
14919 Estilo
14920 \begin_inset space ~
14921 \end_inset
14922
14923 del
14924 \begin_inset space ~
14925 \end_inset
14926
14927 Texto
14928 \family default
14929 .
14930  Esto se ha hecho enl cuadro
14931 \begin_inset space ~
14932 \end_inset
14933
14934
14935 \begin_inset CommandInset ref
14936 LatexCommand ref
14937 reference "tab:Cuadro-coloreado-sin"
14938
14939 \end_inset
14940
14941 .
14942  En cualquier otro caso hay que usar el paquete LaTeX 
14943 \series bold
14944 colortbl
14945 \series default
14946 .
14947 \begin_inset Index idx
14948 status collapsed
14949
14950 \begin_layout Plain Layout
14951 LaTeX-paquetes ! colortbl
14952 \end_layout
14953
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \begin_layout Standard
14960 \begin_inset ERT
14961 status collapsed
14962
14963 \begin_layout Plain Layout
14964
14965
14966 \backslash
14967 ifcolortbl
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \begin_inset Note Note
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14978  LaTeX 
14979 \series bold
14980 colortbl
14981 \series default
14982 .
14983 \end_layout
14984
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \begin_layout Standard
14991 Para crear cuadros coloreados, 
14992 \series bold
14993 colortbl
14994 \series default
14995  debe cargarse en el preámbulo con la línea
14996 \end_layout
14997
14998 \begin_layout Standard
14999
15000 \series bold
15001
15002 \backslash
15003 usepackage{colortbl}
15004 \end_layout
15005
15006 \begin_layout Standard
15007 El color de una columna se define con el comando
15008 \end_layout
15009
15010 \begin_layout Standard
15011
15012 \series bold
15013
15014 \backslash
15015 columncolor{nombre del color}
15016 \end_layout
15017
15018 \begin_layout Standard
15019 dentro del comando 
15020 \series bold
15021 >{ }
15022 \series default
15023 .
15024  Más sobre el comando 
15025 \series bold
15026 >{}
15027 \series default
15028  se explica en la sección
15029 \begin_inset space ~
15030 \end_inset
15031
15032
15033 \begin_inset CommandInset ref
15034 LatexCommand ref
15035 reference "sub:Cálculos-en-Multicolumnas"
15036
15037 \end_inset
15038
15039 .
15040 \end_layout
15041
15042 \begin_layout Standard
15043 Los siguientes nombres de color están predefinidos:
15044 \end_layout
15045
15046 \begin_layout Standard
15047
15048 \family sans
15049 red
15050 \family default
15051
15052 \family sans
15053 green
15054 \family default
15055
15056 \family sans
15057 yellow, blue
15058 \family default
15059
15060 \family sans
15061 cyan
15062 \family default
15063 \series bold
15064 ,
15065 \series default
15066  
15067 \family sans
15068 magenta, black
15069 \family default
15070
15071 \family sans
15072 white
15073 \end_layout
15074
15075 \begin_layout Standard
15076 \begin_inset VSpace medskip
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 Puedes definir tus propios colores con el comando
15084 \end_layout
15085
15086 \begin_layout Standard
15087
15088 \series bold
15089
15090 \backslash
15091 definecolor{nombre del color}{modelo de color}{valores de color}
15092 \end_layout
15093
15094 \begin_layout Standard
15095 El modelo de color puede ser
15096 \end_layout
15097
15098 \begin_layout Labeling
15099 \labelwidthstring 00.00.0000
15100 cmyk: cyan, magenta, yellow, black
15101 \end_layout
15102
15103 \begin_layout Labeling
15104 \labelwidthstring 00.00.0000
15105 rgb: red, green, blue
15106 \end_layout
15107
15108 \begin_layout Labeling
15109 \labelwidthstring 00.00.0000
15110 gray: gray
15111 \end_layout
15112
15113 \begin_layout Standard
15114 y los valores de color son números separados por comas entre 0 y 1 que describen
15115  el factor para el color correspondiente del modelo de color.
15116 \end_layout
15117
15118 \begin_layout Standard
15119 Por ejemplo, puedes definir el color
15120 \series bold
15121  
15122 \series default
15123 «
15124 \emph on
15125 verde oscuro
15126 \emph default
15127 » en el preámbulo con
15128 \end_layout
15129
15130 \begin_layout Standard
15131
15132 \series bold
15133
15134 \backslash
15135 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15136 \end_layout
15137
15138 \begin_layout Standard
15139 y el color «
15140 \emph on
15141 gris claro
15142 \emph default
15143 » con
15144 \end_layout
15145
15146 \begin_layout Standard
15147
15148 \series bold
15149
15150 \backslash
15151 definecolor{grisclaro}{gray}{0.8}
15152 \end_layout
15153
15154 \begin_layout Standard
15155 \begin_inset VSpace medskip
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Standard
15162 Las líneas se colorean con el comando
15163 \end_layout
15164
15165 \begin_layout Standard
15166
15167 \series bold
15168
15169 \backslash
15170 rowcolor{nombre del color}
15171 \end_layout
15172
15173 \begin_layout Standard
15174 y las celdas se colorean con el comando
15175 \end_layout
15176
15177 \begin_layout Standard
15178
15179 \series bold
15180
15181 \backslash
15182 cellcolor{nombre del color}
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Ambos comandos se insertan al principio de una celda en código TeX.
15187 \end_layout
15188
15189 \begin_layout Standard
15190 Para colorear caracteres enl cuadro marca las celdas y usa el menú 
15191 \family sans
15192 Editar\SpecialChar \menuseparator
15193 Estilo
15194 \begin_inset space ~
15195 \end_inset
15196
15197 del
15198 \begin_inset space ~
15199 \end_inset
15200
15201 Texto
15202 \family default
15203 .
15204  Si una celda contiene código TeX marca sólo los caracteres, si no el código
15205  TeX en color puede ocasionar errores de LaTeX.
15206 \end_layout
15207
15208 \begin_layout Standard
15209 \begin_inset Note Greyedout
15210 status open
15211
15212 \begin_layout Plain Layout
15213
15214 \series bold
15215 Nota:
15216 \series default
15217  No todos los visores DVI pueden mostrar colores definidos por el usuario.
15218 \end_layout
15219
15220 \end_inset
15221
15222
15223 \end_layout
15224
15225 \begin_layout Standard
15226 \begin_inset VSpace bigskip
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Para crear el cuadro
15234 \begin_inset space ~
15235 \end_inset
15236
15237
15238 \begin_inset CommandInset ref
15239 LatexCommand ref
15240 reference "tab:Cuadro-coloreado-con"
15241
15242 \end_inset
15243
15244  haz lo siguiente: el color de la primera columna debe ser 
15245 \emph on
15246 verde oscuro
15247 \emph default
15248 , entonces inserta
15249 \end_layout
15250
15251 \begin_layout Standard
15252
15253 \series bold
15254 >{
15255 \backslash
15256 columncolor{verdeoscuro}
15257 \backslash
15258 centering}c
15259 \end_layout
15260
15261 \begin_layout Standard
15262 como argumento LaTeX para esta columna.
15263  La primera fila debe ser azul, por tanto inserta el comando en código TeX
15264 \end_layout
15265
15266 \begin_layout Standard
15267
15268 \series bold
15269
15270 \backslash
15271 rowcolor{cyan}
15272 \end_layout
15273
15274 \begin_layout Standard
15275 en la primera celda de esta fila.
15276  Observa que esto sobreescribe el color de la columna para la primera celda.
15277  La última celda de la última fila se colorea magenta insertando el comando
15278  en código TeX
15279 \end_layout
15280
15281 \begin_layout Standard
15282
15283 \series bold
15284
15285 \backslash
15286 cellcolor{magenta}
15287 \end_layout
15288
15289 \begin_layout Standard
15290 Ahora podrían colorearse los caracteres usando el menú 
15291 \family sans
15292 Editar\SpecialChar \menuseparator
15293 Estilo
15294 \begin_inset space ~
15295 \end_inset
15296
15297 del
15298 \begin_inset space ~
15299 \end_inset
15300
15301 Texto
15302 \family default
15303 .
15304 \end_layout
15305
15306 \begin_layout Standard
15307 \begin_inset Float table
15308 placement h
15309 wide false
15310 sideways false
15311 status open
15312
15313 \begin_layout Plain Layout
15314 \begin_inset Caption
15315
15316 \begin_layout Plain Layout
15317 \begin_inset CommandInset label
15318 LatexCommand label
15319 name "tab:Cuadro-coloreado-con"
15320
15321 \end_inset
15322
15323 Cuadro coloreado con el paquete 
15324 \series bold
15325 colortbl
15326 \series default
15327
15328 \begin_inset Argument
15329 status open
15330
15331 \begin_layout Plain Layout
15332 Cuadro con 
15333 \series bold
15334 colortbl
15335 \end_layout
15336
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \begin_layout Plain Layout
15348 \align center
15349 \begin_inset Tabular
15350 <lyxtabular version="3" rows="3" columns="3">
15351 <features tabularvalignment="middle">
15352 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15353 <column alignment="center" valignment="top" width="0">
15354 <column alignment="center" valignment="top" width="0">
15355 <row>
15356 <cell alignment="center" valignment="top" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 \begin_inset ERT
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364
15365
15366 \backslash
15367 rowcolor{cyan}
15368 \end_layout
15369
15370 \end_inset
15371
15372
15373 \color magenta
15374 a
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383
15384 \color red
15385 b
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \color red
15396 c
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \color yellow
15409 d
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418
15419 \color blue
15420 e
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \color blue
15431 f
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 </row>
15437 <row>
15438 <cell alignment="center" valignment="top" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Plain Layout
15442
15443 \color yellow
15444 g
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \color blue
15455 h
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464 \begin_inset ERT
15465 status collapsed
15466
15467 \begin_layout Plain Layout
15468
15469
15470 \backslash
15471 cellcolor{magenta}
15472 \end_layout
15473
15474 \end_inset
15475
15476
15477 \color green
15478 i
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 </row>
15484 </lyxtabular>
15485
15486 \end_inset
15487
15488
15489 \end_layout
15490
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \begin_layout Standard
15497 \begin_inset ERT
15498 status collapsed
15499
15500 \begin_layout Plain Layout
15501
15502
15503 \backslash
15504 else
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \begin_inset Note Note
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15515  
15516 \series bold
15517 colortbl
15518 \series default
15519 .
15520 \end_layout
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \begin_layout Standard
15528 Debes instalar el paquete LaTeX 
15529 \series bold
15530 colortbl
15531 \series default
15532  para ver la parte siguiente en la salida.
15533 \end_layout
15534
15535 \begin_layout Standard
15536 \begin_inset ERT
15537 status collapsed
15538
15539 \begin_layout Plain Layout
15540
15541
15542 \backslash
15543 fi
15544 \end_layout
15545
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \begin_layout Subsection
15552 Líneas coloreadas
15553 \begin_inset Index idx
15554 status open
15555
15556 \begin_layout Plain Layout
15557 Cuadros ! Color ! en líneas
15558 \end_layout
15559
15560 \end_inset
15561
15562
15563 \begin_inset Index idx
15564 status open
15565
15566 \begin_layout Plain Layout
15567 Color ! en bordes de cuadros
15568 \end_layout
15569
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \begin_layout Standard
15576 Como se describe en la sección
15577 \begin_inset space ~
15578 \end_inset
15579
15580
15581 \begin_inset CommandInset ref
15582 LatexCommand ref
15583 reference "sub:Grosor-de-Líneas"
15584
15585 \end_inset
15586
15587 , el grosor para todas las líneas en un cuadro puede ajustarse con el comando
15588  
15589 \series bold
15590
15591 \backslash
15592 arrayrulewidth
15593 \series default
15594 .
15595  Se ha puesto 1.5
15596 \begin_inset space \thinspace{}
15597 \end_inset
15598
15599 pt para todos los cuadros de esta sección.
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 setlength{
15608 \backslash
15609 arrayrulewidth}{1.5pt}
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Standard
15618 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15619  el preámbulo del documento el siguiente formato de columna, de acuerdo
15620  a lo descrito en la sección
15621 \begin_inset space ~
15622 \end_inset
15623
15624
15625 \begin_inset CommandInset ref
15626 LatexCommand ref
15627 reference "sub:Formato-Personalizado"
15628
15629 \end_inset
15630
15631 :
15632 \end_layout
15633
15634 \begin_layout Standard
15635
15636 \series bold
15637
15638 \backslash
15639 newcolumntype{W}{!{
15640 \backslash
15641 color{green}
15642 \backslash
15643 vline}}
15644 \end_layout
15645
15646 \begin_layout Standard
15647 Para el cuadro
15648 \begin_inset space ~
15649 \end_inset
15650
15651
15652 \begin_inset CommandInset ref
15653 LatexCommand ref
15654 reference "tab:Cuadro-con-verticales-coloreadas"
15655
15656 \end_inset
15657
15658  se usó el argumento LaTeX
15659 \series bold
15660  WcW
15661 \series default
15662  para la última columna y
15663 \series bold
15664  Wc
15665 \series default
15666  para las demás.
15667 \end_layout
15668
15669 \begin_layout Standard
15670 Si quieres tener varios colores, define más formatos de columna.
15671 \end_layout
15672
15673 \begin_layout Standard
15674 \begin_inset Float table
15675 placement h
15676 wide false
15677 sideways false
15678 status open
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Caption
15682
15683 \begin_layout Plain Layout
15684 \begin_inset CommandInset label
15685 LatexCommand label
15686 name "tab:Cuadro-con-verticales-coloreadas"
15687
15688 \end_inset
15689
15690 Cuadro con líneas verticales coloreadas
15691 \end_layout
15692
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \begin_layout Plain Layout
15699 \align center
15700 \begin_inset Tabular
15701 <lyxtabular version="3" rows="3" columns="3">
15702 <features tabularvalignment="middle">
15703 <column alignment="center" valignment="top" width="0" special="Wc">
15704 <column alignment="center" valignment="top" width="0" special="Wc">
15705 <column alignment="center" valignment="top" width="0" special="WcW">
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 sd
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 sd
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 <row>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 sd
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 </lyxtabular>
15794
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \begin_layout Standard
15806 \begin_inset VSpace bigskip
15807 \end_inset
15808
15809 Para colorear líneas horizontales, por ejemplo en rojo, como en el cuadro
15810 \begin_inset space ~
15811 \end_inset
15812
15813
15814 \begin_inset CommandInset ref
15815 LatexCommand ref
15816 reference "tab:Cuadro-con-horizontales-coloreadas"
15817
15818 \end_inset
15819
15820 , inserta estos comandos en código TeX antes del cuadro o del flotante:
15821 \end_layout
15822
15823 \begin_layout Standard
15824
15825 \series bold
15826
15827 \backslash
15828 let
15829 \backslash
15830 myHlineC
15831 \backslash
15832 hline
15833 \begin_inset Newline newline
15834 \end_inset
15835
15836
15837 \backslash
15838 renewcommand{
15839 \backslash
15840 hline}
15841 \begin_inset Newline newline
15842 \end_inset
15843
15844
15845 \begin_inset Phantom HPhantom
15846 status open
15847
15848 \begin_layout Plain Layout
15849
15850 \series bold
15851 \begin_inset space ~
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858
15859 {
15860 \backslash
15861 arrayrulecolor{red}
15862 \backslash
15863 myHlineC
15864 \backslash
15865 arrayrulecolor{black}}
15866 \end_layout
15867
15868 \begin_layout Standard
15869 \begin_inset ERT
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873
15874
15875 \backslash
15876 let
15877 \backslash
15878 myHlineC
15879 \backslash
15880 hline
15881 \end_layout
15882
15883 \begin_layout Plain Layout
15884
15885
15886 \backslash
15887 renewcommand{
15888 \backslash
15889 hline}
15890 \end_layout
15891
15892 \begin_layout Plain Layout
15893
15894  {
15895 \backslash
15896 arrayrulecolor{red}
15897 \backslash
15898 myHlineC
15899 \backslash
15900 arrayrulecolor{black}}
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \begin_inset Float table
15907 placement h
15908 wide false
15909 sideways false
15910 status open
15911
15912 \begin_layout Plain Layout
15913 \begin_inset Caption
15914
15915 \begin_layout Plain Layout
15916 \begin_inset CommandInset label
15917 LatexCommand label
15918 name "tab:Cuadro-con-horizontales-coloreadas"
15919
15920 \end_inset
15921
15922 Cuadro con líneas horizontales coloreadas
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Plain Layout
15931 \align center
15932 \begin_inset Tabular
15933 <lyxtabular version="3" rows="3" columns="3">
15934 <features tabularvalignment="middle">
15935 <column alignment="center" valignment="top" width="0">
15936 <column alignment="center" valignment="top" width="0">
15937 <column alignment="center" valignment="top" width="0">
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 sd
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 <row>
15968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 sd
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row>
15997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 sd
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 </lyxtabular>
16026
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \begin_layout Standard
16038 Para volver al color de línea negro predeterminado inserta este comando
16039  en código TeX detrás del cuadro o el flotante:
16040 \end_layout
16041
16042 \begin_layout Standard
16043
16044 \series bold
16045
16046 \backslash
16047 renewcommand{
16048 \backslash
16049 hline}{
16050 \backslash
16051 myHlineC}
16052 \end_layout
16053
16054 \begin_layout Standard
16055 El cuadro
16056 \begin_inset space ~
16057 \end_inset
16058
16059
16060 \begin_inset CommandInset ref
16061 LatexCommand ref
16062 reference "tab:Cuadro-con-líneas-coloreadas"
16063
16064 \end_inset
16065
16066  es un ejemplo con líneas verticales y horizontales coloreadas.
16067 \end_layout
16068
16069 \begin_layout Standard
16070 \begin_inset Float table
16071 placement h
16072 wide false
16073 sideways false
16074 status open
16075
16076 \begin_layout Plain Layout
16077 \begin_inset Caption
16078
16079 \begin_layout Plain Layout
16080 \begin_inset CommandInset label
16081 LatexCommand label
16082 name "tab:Cuadro-con-líneas-coloreadas"
16083
16084 \end_inset
16085
16086 Cuadro con líneas coloreadas
16087 \end_layout
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Plain Layout
16095 \align center
16096 \begin_inset Tabular
16097 <lyxtabular version="3" rows="3" columns="3">
16098 <features tabularvalignment="middle">
16099 <column alignment="center" valignment="top" width="0" special="Wc">
16100 <column alignment="center" valignment="top" width="0" special="Wc">
16101 <column alignment="center" valignment="top" width="0" special="WcW">
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 sd
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 sd
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" topline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 sd
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 </lyxtabular>
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \begin_layout Standard
16202 \begin_inset ERT
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206
16207
16208 \backslash
16209 renewcommand{
16210 \backslash
16211 hline}{
16212 \backslash
16213 myHlineC}
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \begin_layout Standard
16222 \begin_inset ERT
16223 status collapsed
16224
16225 \begin_layout Plain Layout
16226
16227
16228 \backslash
16229 setlength{
16230 \backslash
16231 arrayrulewidth}{0.4pt}
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \begin_layout Section
16240 Personalización de cuadros
16241 \begin_inset Index idx
16242 status open
16243
16244 \begin_layout Plain Layout
16245 Cuadros ! Personalización
16246 \end_layout
16247
16248 \end_inset
16249
16250
16251 \end_layout
16252
16253 \begin_layout Subsection
16254 Espacio adicional en filas
16255 \begin_inset CommandInset label
16256 LatexCommand label
16257 name "sub:Espacio-adicional"
16258
16259 \end_inset
16260
16261
16262 \begin_inset Index idx
16263 status open
16264
16265 \begin_layout Plain Layout
16266 Cuadros ! Personalización ! Espacio adicional en filas
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \begin_layout Standard
16275 Es posible añadir espacio vertical a las filas de un cuadro en la solapa
16276  
16277 \family sans
16278 Bordes
16279 \family default
16280  del diálogo de configuración de cuadros.
16281  En el marco 
16282 \family sans
16283 Espacio
16284 \begin_inset space ~
16285 \end_inset
16286
16287 adicional
16288 \family default
16289  dispones de tres posibilidades:
16290 \end_layout
16291
16292 \begin_layout Description
16293 Superior
16294 \begin_inset space ~
16295 \end_inset
16296
16297 de
16298 \begin_inset space ~
16299 \end_inset
16300
16301 la
16302 \begin_inset space ~
16303 \end_inset
16304
16305 fila añade espacio sobre los caracteres de la fila.
16306  Si el cuadro es de estilo formal
16307 \begin_inset Foot
16308 status open
16309
16310 \begin_layout Plain Layout
16311 Los cuadros formales se explican en la sección
16312 \begin_inset space ~
16313 \end_inset
16314
16315
16316 \begin_inset CommandInset ref
16317 LatexCommand ref
16318 reference "sec:Cuadros-Formales"
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \end_inset
16326
16327  LyX insertará 0.5
16328 \begin_inset space \thinspace{}
16329 \end_inset
16330
16331 em por omisión.
16332  Si el cuadro es de estilo normal el espacio adicional destruirá las líneas
16333  verticales, como se ve en el cuadro siguiente:
16334 \begin_inset VSpace medskip
16335 \end_inset
16336
16337
16338 \begin_inset Newline newline
16339 \end_inset
16340
16341
16342 \begin_inset space \hspace*{}
16343 \length 0pt
16344 \end_inset
16345
16346
16347 \begin_inset space \hfill{}
16348 \end_inset
16349
16350
16351 \begin_inset Tabular
16352 <lyxtabular version="3" rows="3" columns="1">
16353 <features tabularvalignment="middle">
16354 <column alignment="center" valignment="top" width="0">
16355 <row>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 A
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 <row topspace="3mm">
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 3
16372 \begin_inset space \thinspace{}
16373 \end_inset
16374
16375 mm sobre la fila
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row>
16382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 C
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 </lyxtabular>
16393
16394 \end_inset
16395
16396
16397 \begin_inset space \hfill{}
16398 \end_inset
16399
16400
16401 \begin_inset space \hspace*{}
16402 \length 0pt
16403 \end_inset
16404
16405
16406 \begin_inset VSpace medskip
16407 \end_inset
16408
16409
16410 \begin_inset Newline newline
16411 \end_inset
16412
16413 Así pues, insertar espacio superior en cuadros normales sólo es útil en
16414  cuadros sin líneas verticales.
16415 \end_layout
16416
16417 \begin_layout Description
16418 Inferior
16419 \begin_inset space ~
16420 \end_inset
16421
16422 de
16423 \begin_inset space ~
16424 \end_inset
16425
16426 la
16427 \begin_inset space ~
16428 \end_inset
16429
16430 fila añade espacio bajo los caracteres de la fila.
16431  Si el cuadro es formal LyX inserta por omisión 0.5
16432 \begin_inset space \thinspace{}
16433 \end_inset
16434
16435 em; si el cuadro es normal inserta 2
16436 \begin_inset space \thinspace{}
16437 \end_inset
16438
16439 pt.
16440  
16441 \end_layout
16442
16443 \begin_layout Description
16444 Entre
16445 \begin_inset space ~
16446 \end_inset
16447
16448 las
16449 \begin_inset space ~
16450 \end_inset
16451
16452 filas añade espacio entre la fila actual y la siguiente.
16453  Si el cuadro es formal LyX inserta 0.5
16454 \begin_inset space \thinspace{}
16455 \end_inset
16456
16457 em por omisión.
16458  En cuadros normales, el espacio adicional destruirá las líneas verticales
16459  del cuadro, como se ve en la siguiente:
16460 \begin_inset VSpace medskip
16461 \end_inset
16462
16463
16464 \begin_inset Newline newline
16465 \end_inset
16466
16467
16468 \begin_inset space \hspace*{}
16469 \length 0pt
16470 \end_inset
16471
16472
16473 \begin_inset space \hfill{}
16474 \end_inset
16475
16476
16477 \begin_inset Tabular
16478 <lyxtabular version="3" rows="3" columns="1">
16479 <features tabularvalignment="middle">
16480 <column alignment="center" valignment="top" width="0">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 A
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row interlinespace="3mm">
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $\downarrow$
16498 \end_inset
16499
16500  3
16501 \begin_inset space \thinspace{}
16502 \end_inset
16503
16504 mm entre las filas
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $\uparrow$
16516 \end_inset
16517
16518  3
16519 \begin_inset space \thinspace{}
16520 \end_inset
16521
16522 mm entre las filas 
16523 \begin_inset Formula $\uparrow$
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 </lyxtabular>
16533
16534 \end_inset
16535
16536
16537 \begin_inset space \hfill{}
16538 \end_inset
16539
16540
16541 \begin_inset space \hspace*{}
16542 \length 0pt
16543 \end_inset
16544
16545
16546 \begin_inset VSpace medskip
16547 \end_inset
16548
16549
16550 \begin_inset Newline newline
16551 \end_inset
16552
16553 Así pues, los espacios adicionales entre filas de cuadros normales sólo
16554  sirven para cuadros sin líneas verticales.
16555 \end_layout
16556
16557 \begin_layout Standard
16558 \begin_inset VSpace bigskip
16559 \end_inset
16560
16561 Para añadir altura vertical extra a todas las celdas de todos los cuadros,
16562  utiliza los siguientes comandos en el preámbulo:
16563 \end_layout
16564
16565 \begin_layout Standard
16566
16567 \series bold
16568
16569 \backslash
16570 @ifundefined{extrarowheight}
16571 \begin_inset Newline newline
16572 \end_inset
16573
16574
16575 \begin_inset Phantom HPhantom
16576 status open
16577
16578 \begin_layout Plain Layout
16579
16580 \series bold
16581 \begin_inset space ~
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588
16589 {
16590 \backslash
16591 usepackage{array}}{}
16592 \begin_inset Newline newline
16593 \end_inset
16594
16595
16596 \backslash
16597 setlength{
16598 \backslash
16599 extrarowheight}{altura}
16600 \end_layout
16601
16602 \begin_layout Standard
16603 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16604  centrado en vertical.
16605  (Lyx cargará automáticamente el paquete 
16606 \series bold
16607 array
16608 \series default
16609  cuando uses formatos de cuadro autodefinidos.
16610  Para evitar que sea cargado dos veces se pone al principio el comando 
16611 \series bold
16612
16613 \backslash
16614 @ifundefined
16615 \series default
16616 .)
16617 \end_layout
16618
16619 \begin_layout Standard
16620 En el caso de usar fuentes de mayor tamaño que el normal, los bordes del
16621  cuadro están a veces demasiado cerca de las letras.
16622  Esto se puede corregir insertando el comando 
16623 \series bold
16624
16625 \backslash
16626 strut
16627 \series default
16628  en código TeX al principio de la fila del cuadro.
16629  El cuadro
16630 \begin_inset space ~
16631 \end_inset
16632
16633
16634 \begin_inset CommandInset ref
16635 LatexCommand ref
16636 reference "tab:Alineación-vertical"
16637
16638 \end_inset
16639
16640  muestra el efecto:
16641 \end_layout
16642
16643 \begin_layout Standard
16644 \noindent
16645 \begin_inset Float table
16646 placement h
16647 wide false
16648 sideways false
16649 status open
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Caption
16653
16654 \begin_layout Plain Layout
16655 \begin_inset CommandInset label
16656 LatexCommand label
16657 name "tab:Alineación-vertical"
16658
16659 \end_inset
16660
16661 Alineación vertical de texto con fuentes grandes
16662 \end_layout
16663
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \begin_layout Plain Layout
16670 \begin_inset space \hfill{}
16671 \end_inset
16672
16673
16674 \begin_inset Float table
16675 wide false
16676 sideways false
16677 status open
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Caption
16681
16682 \begin_layout Plain Layout
16683 Cuadro normal
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \begin_layout Plain Layout
16692 \noindent
16693 \align center
16694 \begin_inset Tabular
16695 <lyxtabular version="3" rows="6" columns="1">
16696 <features tabularvalignment="middle">
16697 <column alignment="left" valignment="top" width="0">
16698 <row>
16699 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 Normal, g
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row>
16710 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714
16715 \size large
16716 Grande
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row>
16723 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727
16728 \size larger
16729 Más grande
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 <row>
16736 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \size largest
16742 Grandísima
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 <row>
16749 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753
16754 \size huge
16755 Enorme
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766
16767 \size huge
16768 Más enorme
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 </lyxtabular>
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \begin_inset space \hfill{}
16785 \end_inset
16786
16787
16788 \begin_inset Float table
16789 wide false
16790 sideways false
16791 status open
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Caption
16795
16796 \begin_layout Plain Layout
16797 Cuadro con comando 
16798 \series bold
16799
16800 \backslash
16801 strut
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \begin_layout Plain Layout
16810 \noindent
16811 \align center
16812 \begin_inset Tabular
16813 <lyxtabular version="3" rows="6" columns="1">
16814 <features tabularvalignment="middle">
16815 <column alignment="left" valignment="top" width="0">
16816 <row>
16817 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 Normal, g
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \size large
16834 \begin_inset ERT
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838
16839
16840 \backslash
16841 strut 
16842 \end_layout
16843
16844 \end_inset
16845
16846 Grande
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \size larger
16859 \begin_inset ERT
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863
16864
16865 \backslash
16866 strut 
16867 \end_layout
16868
16869 \end_inset
16870
16871 Más grande
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \size largest
16884 \begin_inset ERT
16885 status collapsed
16886
16887 \begin_layout Plain Layout
16888
16889
16890 \backslash
16891 strut 
16892 \end_layout
16893
16894 \end_inset
16895
16896 Grandísima
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \size huge
16909 \begin_inset ERT
16910 status collapsed
16911
16912 \begin_layout Plain Layout
16913
16914
16915 \backslash
16916 strut 
16917 \end_layout
16918
16919 \end_inset
16920
16921 Enorme
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \size giant
16934 \begin_inset ERT
16935 status collapsed
16936
16937 \begin_layout Plain Layout
16938
16939
16940 \backslash
16941 strut 
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \size huge
16948 Más enorme
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 </lyxtabular>
16955
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \begin_inset space \hfill{}
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \begin_layout Subsection
16976 Alineación especial de celdas
16977 \begin_inset CommandInset label
16978 LatexCommand label
16979 name "sub:Alineación-especial-de"
16980
16981 \end_inset
16982
16983
16984 \begin_inset Index idx
16985 status open
16986
16987 \begin_layout Plain Layout
16988 Cuadros ! Personalización ! Alineación especial de celdas
16989 \end_layout
16990
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \begin_layout Standard
16997 A veces mejora la presentación si las entradas en las celdas de una columna
16998  se alinean con un carácter determinado, p.
16999 \begin_inset space \thinspace{}
17000 \end_inset
17001
17002 e.
17003 \begin_inset space ~
17004 \end_inset
17005
17006 el separador decimal, como en el cuadro
17007 \begin_inset space ~
17008 \end_inset
17009
17010
17011 \begin_inset CommandInset ref
17012 LatexCommand ref
17013 reference "tab:Cuadro-celdas-alineadas"
17014
17015 \end_inset
17016
17017 .
17018  Esta alineación se obtiene poniendo el cursor en la columna y pulsando
17019  el botón 
17020 \begin_inset Graphics
17021         filename ../../images/tabular-feature_align-decimal.png
17022         scale 85
17023         scaleBeforeRotation
17024
17025 \end_inset
17026
17027  de la barra de herramientas o eligiendo la alineación 
17028 \family sans
17029 Al separador decimal
17030 \family default
17031  en la configuración del cuadro.
17032  Ahí se puede especificar también el carácter deseado para la alineación.
17033 \end_layout
17034
17035 \begin_layout Standard
17036 \begin_inset Float table
17037 wide false
17038 sideways false
17039 status open
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Caption
17043
17044 \begin_layout Plain Layout
17045 \begin_inset CommandInset label
17046 LatexCommand label
17047 name "tab:Cuadro-celdas-alineadas"
17048
17049 \end_inset
17050
17051 Cuadro con celdas alineadas con el separador decimal.
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Plain Layout
17060 \align center
17061 \begin_inset Tabular
17062 <lyxtabular version="3" rows="4" columns="1">
17063 <features booktabs="true" tabularvalignment="middle">
17064 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17065 <row>
17066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 leyenda
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 12,6
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 0,68
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 -123,0
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 </lyxtabular>
17110
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \begin_layout Standard
17122 \begin_inset Float table
17123 wide false
17124 sideways false
17125 status open
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Caption
17129
17130 \begin_layout Plain Layout
17131 \begin_inset CommandInset label
17132 LatexCommand label
17133 name "tab:Cuadro-con-celdas-de"
17134
17135 \end_inset
17136
17137 Cuadro con celdas alineadas con los operadores.
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Plain Layout
17146 \align center
17147 \begin_inset Tabular
17148 <lyxtabular version="3" rows="4" columns="2">
17149 <features booktabs="true" tabularvalignment="middle">
17150 <column alignment="right" valignment="top" width="0pt">
17151 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17152 <row>
17153 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 leyenda
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="center" valignment="top" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Formula $12\,+$
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 \begin_inset Formula $\,6$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 <row>
17199 <cell alignment="center" valignment="top" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $0\,-$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\,68$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 \begin_inset Formula $-123\,/$
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 \begin_inset Formula $\,0$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 </lyxtabular>
17251
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \begin_layout Standard
17263 Para alinear con caracteres en ecuaciones este método no funciona porque
17264  el campo para especificar el carácter no permite ecuaciones.
17265  En este caso hay que usar el método del cuadro
17266 \begin_inset space ~
17267 \end_inset
17268
17269
17270 \begin_inset CommandInset ref
17271 LatexCommand ref
17272 reference "tab:Cuadro-con-celdas-de"
17273
17274 \end_inset
17275
17276 .
17277  Es un cuadro 4×2.
17278  La leyenda es una multicolumna centrada.
17279  La primera columna está alineada a la derecha y contiene la primera parte
17280  incluyendo el operador.
17281  La segunda columna está alineada a la izquierda y contiene la parte restante.
17282  Se ha añadido un pequeño espacio al comienzo de cada celda de la segunda
17283  columna para mantener el espacio habitual alrededor de los operadores.
17284  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
17285  el siguiente argumento LaTeX para la segunda columna:
17286 \end_layout
17287
17288 \begin_layout Standard
17289
17290 \series bold
17291 @{}l
17292 \end_layout
17293
17294 \begin_layout Standard
17295 El cuadro
17296 \begin_inset space ~
17297 \end_inset
17298
17299
17300 \begin_inset CommandInset ref
17301 LatexCommand ref
17302 reference "tab:Varias-alineaciones"
17303
17304 \end_inset
17305
17306  muestra varios ejemplos de alineación.
17307  Para alinear al signo de relación se ha añadido un pequeño espacio como
17308  en la segunda columna del cuadro
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "tab:Cuadro-con-celdas-de"
17316
17317 \end_inset
17318
17319 .
17320 \end_layout
17321
17322 \begin_layout Standard
17323 \begin_inset Float table
17324 placement h
17325 wide false
17326 sideways false
17327 status open
17328
17329 \begin_layout Plain Layout
17330 \begin_inset Caption
17331
17332 \begin_layout Plain Layout
17333 \begin_inset CommandInset label
17334 LatexCommand label
17335 name "tab:Varias-alineaciones"
17336
17337 \end_inset
17338
17339 Cuadro con varias alineaciones.
17340 \end_layout
17341
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \begin_layout Plain Layout
17348 \align center
17349 \begin_inset Tabular
17350 <lyxtabular version="3" rows="4" columns="6">
17351 <features tabularvalignment="middle">
17352 <column alignment="right" valignment="top" width="0">
17353 <column alignment="left" valignment="top" width="0" special="@{}l">
17354 <column alignment="right" valignment="top" width="0">
17355 <column alignment="left" valignment="top" width="0" special="@{}l">
17356 <column alignment="right" valignment="top" width="0">
17357 <column alignment="left" valignment="top" width="0" special="@{}l">
17358 <row>
17359 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 unidades
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 exponentes
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 relaciones
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 12×
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 24
17429 \begin_inset space \thinspace{}
17430 \end_inset
17431
17432 bottles
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441 \begin_inset Formula $10\cdot$
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 \begin_inset Formula $10^{\mbox{-}17}$
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Formula $\Gamma(t)\propto$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 \begin_inset Formula $\:\Upsilon(t)$
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 <row>
17487 <cell alignment="center" valignment="top" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 1024×
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 768
17501 \begin_inset space \thinspace{}
17502 \end_inset
17503
17504 Pixels
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 \begin_inset Formula $5.78\cdot$
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 \begin_inset Formula $10^{7}$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 \begin_inset Formula $A\ne$
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\: B_{\mathrm{red}}$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 32×
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 6
17573 \begin_inset space \thinspace{}
17574 \end_inset
17575
17576 cm
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 -
17586 \begin_inset Formula $33.5\cdot$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 \begin_inset Formula $10^{4}$
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset Formula $\sen(\alpha)\ge$
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 \begin_inset Formula $\:\sen(\beta)$
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 </lyxtabular>
17632
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Subsection
17644 Formato personalizado de celda/columna
17645 \begin_inset CommandInset label
17646 LatexCommand label
17647 name "sub:Formato-Personalizado"
17648
17649 \end_inset
17650
17651
17652 \begin_inset Index idx
17653 status open
17654
17655 \begin_layout Plain Layout
17656 Cuadros ! Personalización ! Formato de celda/columna
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \begin_layout Standard
17665 El cálculo de la anchura necesaria para columnas extendidas descrito en
17666  la sección
17667 \begin_inset space ~
17668 \end_inset
17669
17670
17671 \begin_inset CommandInset ref
17672 LatexCommand ref
17673 reference "sub:Cálculos-en-Multicolumnas"
17674
17675 \end_inset
17676
17677  es muy pesado si tienes varios cuadros con multicolumnas.
17678  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17679 mna aplicable a todos los cuadros del documento.
17680  El formato se define con el comando
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17689 \end_layout
17690
17691 \begin_layout Standard
17692 El nombre de formato puede ser una sola letra.
17693  Las letras 
17694 \emph on
17695 b, c, l, m, p
17696 \emph default
17697  y 
17698 \emph on
17699 r
17700 \emph default
17701  están predefinidas y no pueden usarse.
17702  Pero se permiten todas las mayúsculas.
17703 \end_layout
17704
17705 \begin_layout Standard
17706 \begin_inset VSpace medskip
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \begin_layout Standard
17713 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17714  fija puedes definir el formato de celda
17715 \end_layout
17716
17717 \begin_layout Standard
17718
17719 \series bold
17720
17721 \backslash
17722 newcolumntype{M}[1]{>{
17723 \backslash
17724 centering
17725 \backslash
17726 hspace{0pt}}m{#1}}
17727 \end_layout
17728
17729 \begin_layout Standard
17730 donde 
17731 \series bold
17732
17733 \backslash
17734 hspace{0pt}
17735 \series default
17736  evita el problema de partir con guión la primera palabra, como se describe
17737  en la sección
17738 \begin_inset space ~
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "sub:Líneas-Múltiples-en"
17745
17746 \end_inset
17747
17748 .
17749  Ahora puedes introducir simplemente
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755 M{ancho}
17756 \end_layout
17757
17758 \begin_layout Standard
17759 como argumento LaTeX en el diálogo de cuadros para crear una multicolumna.
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \begin_inset VSpace bigskip
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \begin_layout Standard
17770 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776
17777 \backslash
17778 newcolumntype{S}[2]{>{
17779 \backslash
17780 centering
17781 \backslash
17782 hspace{0pt}}
17783 \begin_inset Newline newline
17784 \end_inset
17785
17786
17787 \begin_inset Phantom HPhantom
17788 status open
17789
17790 \begin_layout Plain Layout
17791
17792 \series bold
17793
17794 \backslash
17795 newcolumntype
17796 \end_layout
17797
17798 \end_inset
17799
17800 m{(#1+(2
17801 \backslash
17802 tabcolsep+
17803 \backslash
17804 arrayrulewidth)*(1-#2))/#2}}
17805 \end_layout
17806
17807 \begin_layout Standard
17808 Este formato usa la ecuación 
17809 \begin_inset CommandInset ref
17810 LatexCommand eqref
17811 reference "eq:Wgn"
17812
17813 \end_inset
17814
17815  para calcular la anchura necesaria para que cada celda extendida tenga
17816  la misma anchura.
17817 \end_layout
17818
17819 \begin_layout Standard
17820 Ahora puedes introducir
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826 S{ancho de la celda multicolumna}{número de columnas extendidas}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 como argumento LaTeX de la columna.
17831 \end_layout
17832
17833 \begin_layout Standard
17834 \begin_inset VSpace bigskip
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \begin_layout Standard
17841 Para columnas coloreadas puedes definir
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847
17848 \backslash
17849 newcolumntype{K}[1]{>{
17850 \backslash
17851 columncolor{#1}
17852 \backslash
17853 hspace{0pt}}c}
17854 \end_layout
17855
17856 \begin_layout Standard
17857 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17858  horizontalmente.
17859  Ahora puedes introducir
17860 \end_layout
17861
17862 \begin_layout Standard
17863
17864 \series bold
17865 K{nombre del color}
17866 \end_layout
17867
17868 \begin_layout Standard
17869 como argumento LaTeX.
17870 \end_layout
17871
17872 \begin_layout Standard
17873 \begin_inset VSpace bigskip
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Standard
17880 Para crear el cuadro
17881 \begin_inset space ~
17882 \end_inset
17883
17884
17885 \begin_inset CommandInset ref
17886 LatexCommand ref
17887 reference "tab:Cuadro-con-formatos-definidos-por"
17888
17889 \end_inset
17890
17891  usa los argumentos LaTeX
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897 M{2.5cm}
17898 \end_layout
17899
17900 \begin_layout Standard
17901 para la primera columna y la multicolumna,
17902 \end_layout
17903
17904 \begin_layout Standard
17905
17906 \series bold
17907 K{red}
17908 \end_layout
17909
17910 \begin_layout Standard
17911 para la última columna y
17912 \end_layout
17913
17914 \begin_layout Standard
17915
17916 \series bold
17917 S{2.5cm}{2}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 para las celdas en la segunda columna.
17922 \end_layout
17923
17924 \begin_layout Standard
17925 \begin_inset Float table
17926 placement h
17927 wide false
17928 sideways false
17929 status open
17930
17931 \begin_layout Plain Layout
17932 \begin_inset Caption
17933
17934 \begin_layout Plain Layout
17935 \begin_inset CommandInset label
17936 LatexCommand label
17937 name "tab:Cuadro-con-formatos-definidos-por"
17938
17939 \end_inset
17940
17941 Cuadro con formatos definidos por el usuario
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Plain Layout
17950 \align center
17951 \begin_inset Tabular
17952 <lyxtabular version="3" rows="3" columns="4">
17953 <features tabularvalignment="middle">
17954 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17955 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17956 <column alignment="center" valignment="middle" width="0">
17957 <column alignment="center" valignment="middle" width="0" special="K{red}">
17958 <row>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 palabramuylargaenceldadecuadro
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 multicolumna línea múltiple
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 c
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 <row>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 d
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 e
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 f
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 g
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 </row>
18034 <row>
18035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 h
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 i
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 j
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 k
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 </row>
18072 </lyxtabular>
18073
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \end_inset
18080
18081
18082 \end_layout
18083
18084 \begin_layout Subsection
18085 Grosor de líneas
18086 \begin_inset CommandInset label
18087 LatexCommand label
18088 name "sub:Grosor-de-Líneas"
18089
18090 \end_inset
18091
18092
18093 \begin_inset Index idx
18094 status open
18095
18096 \begin_layout Plain Layout
18097 Cuadros ! Personalización ! Grosor de línea
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Standard
18106 El grosor para todas las líneas de un cuadro puede ajustarse con la longitud
18107  
18108 \series bold
18109
18110 \backslash
18111 arrayrulewidth
18112 \series default
18113 .
18114  Por ejemplo, para poner un grosor de línea de 1.5
18115 \begin_inset space \thinspace{}
18116 \end_inset
18117
18118 pt, como en el cuadro
18119 \begin_inset space ~
18120 \end_inset
18121
18122
18123 \begin_inset CommandInset ref
18124 LatexCommand ref
18125 reference "tab:Cuadro-con-líneas"
18126
18127 \end_inset
18128
18129 , inserta el comando
18130 \end_layout
18131
18132 \begin_layout Standard
18133
18134 \series bold
18135
18136 \backslash
18137 setlength{
18138 \backslash
18139 arrayrulewidth}{1.5pt}
18140 \end_layout
18141
18142 \begin_layout Standard
18143 en código TeX antes del cuadro o flotante.
18144  Este cambio es válido para todos los siguientes cuadros.
18145  Para volver al valor predeterminado, define 
18146 \series bold
18147
18148 \backslash
18149 arrayrulewidth
18150 \series default
18151  a 0.4
18152 \begin_inset space \thinspace{}
18153 \end_inset
18154
18155 pt en código TeX detrás del cuadro o flotante.
18156 \end_layout
18157
18158 \begin_layout Standard
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 setlength{
18167 \backslash
18168 arrayrulewidth}{1.5pt}
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \begin_inset Float table
18175 wide false
18176 sideways false
18177 status open
18178
18179 \begin_layout Plain Layout
18180 \begin_inset Caption
18181
18182 \begin_layout Plain Layout
18183 \begin_inset CommandInset label
18184 LatexCommand label
18185 name "tab:Cuadro-con-líneas"
18186
18187 \end_inset
18188
18189 Cuadro con líneas de grosor 1.5
18190 \begin_inset space \thinspace{}
18191 \end_inset
18192
18193 pt
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \begin_layout Plain Layout
18202 \align center
18203 \begin_inset Tabular
18204 <lyxtabular version="3" rows="3" columns="3">
18205 <features tabularvalignment="middle">
18206 <column alignment="center" valignment="top" width="0">
18207 <column alignment="center" valignment="top" width="0">
18208 <column alignment="center" valignment="top" width="0">
18209 <row>
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 sd
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 </row>
18238 <row>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 sd
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 </row>
18267 <row>
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 sd
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 </lyxtabular>
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311
18312 \backslash
18313 setlength{
18314 \backslash
18315 arrayrulewidth}{0.4pt}
18316 \end_layout
18317
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \begin_layout Standard
18324 \begin_inset VSpace bigskip
18325 \end_inset
18326
18327 Para definir un grosor de 1.5
18328 \begin_inset space \thinspace{}
18329 \end_inset
18330
18331 pt sólo para líneas horizontales, como en el cuadro
18332 \begin_inset space ~
18333 \end_inset
18334
18335
18336 \begin_inset CommandInset ref
18337 LatexCommand ref
18338 reference "tab:Cuadro-con-horizontales"
18339
18340 \end_inset
18341
18342 , inserta estos comandos en código TeX antes del cuadro o flotante:
18343 \end_layout
18344
18345 \begin_layout Standard
18346
18347 \series bold
18348
18349 \backslash
18350 let
18351 \backslash
18352 myHline
18353 \backslash
18354 hline
18355 \begin_inset Newline newline
18356 \end_inset
18357
18358
18359 \backslash
18360 renewcommand{
18361 \backslash
18362 hline}
18363 \begin_inset Newline newline
18364 \end_inset
18365
18366  {
18367 \backslash
18368 noalign{
18369 \backslash
18370 global
18371 \backslash
18372 arrayrulewidth 1.5pt}
18373 \begin_inset Newline newline
18374 \end_inset
18375
18376  
18377 \backslash
18378 myHline
18379 \backslash
18380 noalign{
18381 \backslash
18382 global
18383 \backslash
18384 arrayrulewidth 0.4pt}}
18385 \end_layout
18386
18387 \begin_layout Standard
18388 Para volver al grosor predeterminado, inserta este comando en código TeX
18389  detrás del cuadro o flotante:
18390 \end_layout
18391
18392 \begin_layout Standard
18393
18394 \series bold
18395
18396 \backslash
18397 renewcommand{
18398 \backslash
18399 hline}{
18400 \backslash
18401 myHline}
18402 \end_layout
18403
18404 \begin_layout Standard
18405 \begin_inset ERT
18406 status collapsed
18407
18408 \begin_layout Plain Layout
18409
18410
18411 \backslash
18412 let
18413 \backslash
18414 myHline
18415 \backslash
18416 hline
18417 \end_layout
18418
18419 \begin_layout Plain Layout
18420
18421
18422 \backslash
18423 renewcommand{
18424 \backslash
18425 hline}
18426 \end_layout
18427
18428 \begin_layout Plain Layout
18429
18430  {
18431 \backslash
18432 noalign{
18433 \backslash
18434 global
18435 \backslash
18436 arrayrulewidth 1.5pt}
18437 \end_layout
18438
18439 \begin_layout Plain Layout
18440
18441   
18442 \backslash
18443 myHline
18444 \backslash
18445 noalign{
18446 \backslash
18447 global
18448 \backslash
18449 arrayrulewidth 0.4pt}}
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \begin_inset Float table
18456 wide false
18457 sideways false
18458 status open
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Caption
18462
18463 \begin_layout Plain Layout
18464 \begin_inset CommandInset label
18465 LatexCommand label
18466 name "tab:Cuadro-con-horizontales"
18467
18468 \end_inset
18469
18470 Cuadro con líneas horizontales de 1.5
18471 \begin_inset space \thinspace{}
18472 \end_inset
18473
18474 pt
18475 \end_layout
18476
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \begin_layout Plain Layout
18483 \align center
18484 \begin_inset Tabular
18485 <lyxtabular version="3" rows="3" columns="3">
18486 <features tabularvalignment="middle">
18487 <column alignment="center" valignment="top" width="0">
18488 <column alignment="center" valignment="top" width="0">
18489 <column alignment="center" valignment="top" width="0">
18490 <row>
18491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 sd
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 </row>
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 sd
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 sd
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 </row>
18577 </lyxtabular>
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \begin_inset ERT
18588 status collapsed
18589
18590 \begin_layout Plain Layout
18591
18592
18593 \backslash
18594 renewcommand{
18595 \backslash
18596 hline}{
18597 \backslash
18598 myHline}
18599 \end_layout
18600
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \begin_layout Standard
18607 \begin_inset VSpace bigskip
18608 \end_inset
18609
18610 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18611  siguiente formato de columna en el preámbulo del documento, de acuerdo
18612  con lo descrito en la sección
18613 \begin_inset space ~
18614 \end_inset
18615
18616
18617 \begin_inset CommandInset ref
18618 LatexCommand ref
18619 reference "sub:Formato-Personalizado"
18620
18621 \end_inset
18622
18623 :
18624 \end_layout
18625
18626 \begin_layout Standard
18627
18628 \series bold
18629
18630 \backslash
18631 newcolumntype{V}{!{
18632 \backslash
18633 vrule width 1.5pt}}
18634 \end_layout
18635
18636 \begin_layout Standard
18637 Para el cuadro
18638 \begin_inset space ~
18639 \end_inset
18640
18641
18642 \begin_inset CommandInset ref
18643 LatexCommand ref
18644 reference "tab:Cuadro-con-verticales"
18645
18646 \end_inset
18647
18648  se usó el argumento LaTeX
18649 \end_layout
18650
18651 \begin_layout Standard
18652
18653 \series bold
18654 VcV
18655 \end_layout
18656
18657 \begin_layout Standard
18658 para la última columna y
18659 \end_layout
18660
18661 \begin_layout Standard
18662
18663 \series bold
18664 Vc
18665 \end_layout
18666
18667 \begin_layout Standard
18668 para las otras.
18669 \end_layout
18670
18671 \begin_layout Standard
18672 \begin_inset Float table
18673 wide false
18674 sideways false
18675 status open
18676
18677 \begin_layout Plain Layout
18678 \begin_inset Caption
18679
18680 \begin_layout Plain Layout
18681 \begin_inset CommandInset label
18682 LatexCommand label
18683 name "tab:Cuadro-con-verticales"
18684
18685 \end_inset
18686
18687 Cuadro con líneas verticales de 1.5
18688 \begin_inset space \thinspace{}
18689 \end_inset
18690
18691 pt de grosor
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \begin_layout Plain Layout
18700 \align center
18701 \begin_inset Tabular
18702 <lyxtabular version="3" rows="3" columns="3">
18703 <features tabularvalignment="middle">
18704 <column alignment="center" valignment="top" width="0" special="Vc">
18705 <column alignment="center" valignment="top" width="0" special="Vc">
18706 <column alignment="center" valignment="top" width="0" special="VcV">
18707 <row>
18708 <cell alignment="center" valignment="top" topline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 sd
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 <cell alignment="center" valignment="top" topline="true" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 <cell alignment="center" valignment="top" topline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 </row>
18736 <row>
18737 <cell alignment="center" valignment="top" topline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell alignment="center" valignment="top" topline="true" usebox="none">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750 sd
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell alignment="center" valignment="top" topline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 sd
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 </row>
18794 </lyxtabular>
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Subsection
18807 Líneas de trazos
18808 \begin_inset Index idx
18809 status open
18810
18811 \begin_layout Plain Layout
18812 Cuadros ! Personalización ! Líneas de trazos
18813 \end_layout
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Standard
18821 \begin_inset ERT
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 ifarydshln
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \begin_inset Note Note
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18839  LaTeX 
18840 \series bold
18841 arydshln
18842 \series default
18843 .
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 \begin_inset Float table
18853 placement H
18854 wide false
18855 sideways false
18856 status open
18857
18858 \begin_layout Plain Layout
18859 \begin_inset Caption
18860
18861 \begin_layout Plain Layout
18862 \begin_inset CommandInset label
18863 LatexCommand label
18864 name "tab:Cuadro-con-trazos"
18865
18866 \end_inset
18867
18868 Cuadro con líneas de trazos
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \begin_layout Plain Layout
18877 \align center
18878 \begin_inset Tabular
18879 <lyxtabular version="3" rows="5" columns="5">
18880 <features tabularvalignment="middle">
18881 <column alignment="center" valignment="top" width="0">
18882 <column alignment="center" valignment="top" width="0">
18883 <column alignment="center" valignment="top" width="0" special=":c">
18884 <column alignment="center" valignment="top" width="0">
18885 <column alignment="center" valignment="top" width="0">
18886 <row>
18887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 a
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 b
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 c
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 d
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 e
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 <row>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 f
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 g
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 h
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 i
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 j
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 hdashline 
18993 \end_layout
18994
18995 \end_inset
18996
18997 k
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 l
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 <cell alignment="center" valignment="top" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015 m
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024 n
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 o
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 </row>
19039 <row>
19040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 \begin_inset ERT
19045 status collapsed
19046
19047 \begin_layout Plain Layout
19048
19049
19050 \backslash
19051 cdashline{4-5}
19052 \end_layout
19053
19054 \end_inset
19055
19056 p
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 q
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 r
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 s
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 t
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 u
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 v
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130 w
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 x
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 </row>
19145 </lyxtabular>
19146
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Standard
19158 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19159  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19160 \series bold
19161 arydshln
19162 \series default
19163
19164 \begin_inset Index idx
19165 status collapsed
19166
19167 \begin_layout Plain Layout
19168 LaTeX-paquetes ! arydshln
19169 \end_layout
19170
19171 \end_inset
19172
19173  con el comando 
19174 \end_layout
19175
19176 \begin_layout Standard
19177
19178 \series bold
19179
19180 \backslash
19181 usepackage{arydshln}
19182 \end_layout
19183
19184 \begin_layout Standard
19185 Para hacer una línea vertical a trazos, introduce dos puntos «
19186 \series bold
19187 :
19188 \series default
19189 » junto con el carácter para alineación horizontal como argumento LaTeX
19190  en el diálogo de celdas de cuadros.
19191 \end_layout
19192
19193 \begin_layout Standard
19194 Para una línea de trazos horizontal añade el comando
19195 \end_layout
19196
19197 \begin_layout Standard
19198
19199 \series bold
19200
19201 \backslash
19202 hdashline
19203 \end_layout
19204
19205 \begin_layout Standard
19206 en código TeX como primer elemento de la primera celda en la fila.
19207 \end_layout
19208
19209 \begin_layout Standard
19210 Para líneas de trazos en multicolumna usa el comando
19211 \end_layout
19212
19213 \begin_layout Standard
19214
19215 \series bold
19216
19217 \backslash
19218 cdashline{número de líneas}
19219 \end_layout
19220
19221 \begin_layout Standard
19222 en código TeX como primer elemento de la primera celda en la fila.
19223  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19224  4 y quieres una línea de trazos por encima, añade el comando
19225 \end_layout
19226
19227 \begin_layout Standard
19228
19229 \series bold
19230
19231 \backslash
19232 cdashline{2-4}
19233 \end_layout
19234
19235 \begin_layout Standard
19236 como primer elemento de la primera celda en la fila de la multicolumna.
19237 \end_layout
19238
19239 \begin_layout Standard
19240 \begin_inset VSpace bigskip
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \begin_layout Standard
19247 El cuadro
19248 \begin_inset space ~
19249 \end_inset
19250
19251
19252 \begin_inset CommandInset ref
19253 LatexCommand ref
19254 reference "tab:Cuadro-con-trazos"
19255
19256 \end_inset
19257
19258  se ha hecho usando «
19259 \series bold
19260 :c
19261 \series default
19262 » como argumento LaTeX de la tercera columna.
19263  El comando en código TeX 
19264 \series bold
19265
19266 \backslash
19267 hdashline
19268 \series default
19269  se ha insertado en la primera celda de la tercera fila y el comando en
19270  código TeX
19271 \begin_inset Newline newline
19272 \end_inset
19273
19274
19275 \series bold
19276
19277 \backslash
19278 cdashline{4-5}
19279 \series default
19280  en la primera celda de la cuarta fila.
19281 \end_layout
19282
19283 \begin_layout Standard
19284 \begin_inset Note Greyedout
19285 status open
19286
19287 \begin_layout Plain Layout
19288
19289 \series bold
19290 Nota:
19291 \series default
19292  Aparentemente el paquete LaTeX 
19293 \series bold
19294 arydshln
19295 \series default
19296  no es compatible con el paquete LaTeX 
19297 \series bold
19298 colortbl
19299 \series default
19300
19301 \begin_inset Index idx
19302 status collapsed
19303
19304 \begin_layout Plain Layout
19305 LaTeX-paquetes ! colortbl
19306 \end_layout
19307
19308 \end_inset
19309
19310  que se usa para cuadros coloreados en la sección
19311 \begin_inset space ~
19312 \end_inset
19313
19314
19315 \begin_inset CommandInset ref
19316 LatexCommand ref
19317 reference "sec:Cuadros-Coloreados"
19318
19319 \end_inset
19320
19321 .
19322  Esto implica que los cuadros coloreados no pueden tener líneas de trazos.
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \begin_layout Standard
19331 \begin_inset ERT
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335
19336
19337 \backslash
19338 else
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \begin_inset Note Note
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19349  
19350 \series bold
19351 arydshln
19352 \series default
19353 .
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \begin_layout Standard
19362 Debes instalar el paquete LaTeX 
19363 \series bold
19364 arydshln
19365 \series default
19366  para ver la parte siguiente en la salida.
19367 \end_layout
19368
19369 \begin_layout Standard
19370 \begin_inset ERT
19371 status collapsed
19372
19373 \begin_layout Plain Layout
19374
19375
19376 \backslash
19377 fi
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Chapter
19386 Flotantes
19387 \begin_inset Index idx
19388 status collapsed
19389
19390 \begin_layout Plain Layout
19391 Flotantes
19392 \end_layout
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \begin_layout Section
19400 Introducción
19401 \begin_inset CommandInset label
19402 LatexCommand label
19403 name "sec:Introducción-Flotantes"
19404
19405 \end_inset
19406
19407
19408 \begin_inset Index idx
19409 status collapsed
19410
19411 \begin_layout Plain Layout
19412 Flotantes ! Introducción
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19422  no tiene posición fija.
19423  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19424  Las 
19425 \family sans
19426 Notas
19427 \begin_inset space ~
19428 \end_inset
19429
19430 al
19431 \begin_inset space ~
19432 \end_inset
19433
19434 pie
19435 \family default
19436  y 
19437 \family sans
19438 Notas
19439 \begin_inset space ~
19440 \end_inset
19441
19442 al
19443 \begin_inset space ~
19444 \end_inset
19445
19446 margen
19447 \family default
19448  también son flotantes, porque pueden flotar a la página siguiente cuando
19449  hay demasiadas notas en la página.
19450 \end_layout
19451
19452 \begin_layout Standard
19453 Los flotantes permiten composiciones de alta calidad.
19454  Imágenes y cuadros se pueden distribuir equitativamente en las páginas
19455  para impedir espacios en blanco y páginas sin texto.
19456  Como el flotante destruye a menudo el contexto entre texto e imagen o cuadro,
19457  cada flotante puede ser referenciado en el texto.
19458  Por lo tanto los flotantes están numerados.
19459  Las referencias se describen en la sección
19460 \begin_inset space ~
19461 \end_inset
19462
19463
19464 \begin_inset CommandInset ref
19465 LatexCommand ref
19466 reference "sec:Referencias-a-Flotantes"
19467
19468 \end_inset
19469
19470 .
19471 \end_layout
19472
19473 \begin_layout Standard
19474 Para insertar un flotante, usa el menú 
19475 \family sans
19476 Insertar\SpecialChar \menuseparator
19477 Flotante
19478 \family default
19479 .
19480  Esto inserta una 
19481 \family sans
19482 Leyenda,
19483 \family default
19484  un cuadro con una etiqueta.
19485  La etiqueta se traducirá automáticamente al idioma del documento.
19486  Tras la etiqueta puedes insertar el texto de la leyenda.
19487  La imagen o cuadro se inserta encima o debajo de la leyenda en un párrafo
19488  separado dentro del flotante.
19489  La colocación de leyendas se describe en la sección
19490 \begin_inset space ~
19491 \end_inset
19492
19493
19494 \begin_inset CommandInset ref
19495 LatexCommand ref
19496 reference "sec:Colocación-de-leyendas"
19497
19498 \end_inset
19499
19500 .
19501  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19502  con clic izquierdo sobre él.
19503  Un cuadro cerrado se muestra así: 
19504 \begin_inset Graphics
19505         filename clipart/flotanteQt4.png
19506         scale 70
19507
19508 \end_inset
19509
19510  —un cuadro gris con etiqueta en rojo—.
19511 \end_layout
19512
19513 \begin_layout Standard
19514 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19515  errores de LaTeX si el texto circundante se formatea de modo especial.
19516 \end_layout
19517
19518 \begin_layout Standard
19519 Figuras o cuadros ya existentes pueden ponerse en un flotante marcándolas
19520  y pinchando el botón correspondiente de la barra de herramientas para un
19521  flotante nuevo.
19522 \end_layout
19523
19524 \begin_layout Section
19525 Tipos de flotantes
19526 \end_layout
19527
19528 \begin_layout Standard
19529 Además de los flotantes de imagen y de cuadro que se describen en la sección
19530 \begin_inset space ~
19531 \end_inset
19532
19533
19534 \begin_inset CommandInset ref
19535 LatexCommand ref
19536 reference "sec:Figuras-Flotantes"
19537
19538 \end_inset
19539
19540  y 
19541 \begin_inset CommandInset ref
19542 LatexCommand ref
19543 reference "sec:Cuadros-Flotantes"
19544
19545 \end_inset
19546
19547 , respectivamente, LyX ofrece los tipos 
19548 \series bold
19549 Algoritmo
19550 \series default
19551  y 
19552 \series bold
19553 Envoltorio
19554 \series default
19555 .
19556 \end_layout
19557
19558 \begin_layout Subsection
19559 Algoritmos flotantes
19560 \begin_inset Index idx
19561 status collapsed
19562
19563 \begin_layout Plain Layout
19564 Flotantes ! Algoritmos
19565 \end_layout
19566
19567 \end_inset
19568
19569
19570 \begin_inset CommandInset label
19571 LatexCommand label
19572 name "sub:Algoritmos-Flotantes"
19573
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \begin_layout Standard
19580 \begin_inset Float algorithm
19581 placement h
19582 wide false
19583 sideways false
19584 status open
19585
19586 \begin_layout Plain Layout
19587 \begin_inset Caption
19588
19589 \begin_layout Plain Layout
19590 \begin_inset CommandInset label
19591 LatexCommand label
19592 name "alg:Ejemplo-de-Algoritmo-flotante"
19593
19594 \end_inset
19595
19596 Ejemplo de algoritmo flotante
19597 \end_layout
19598
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \begin_layout LyX-Code
19605 for I in 1..N loop
19606 \begin_inset Newline newline
19607 \end_inset
19608
19609  Sum:= Sum + A(I); /*comment*/
19610 \begin_inset Newline newline
19611 \end_inset
19612
19613 end loop
19614 \begin_inset VSpace -4mm
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626 Este tipo de flotante se inserta con el menú 
19627 \family sans
19628 Insertar\SpecialChar \menuseparator
19629 Flotante\SpecialChar \menuseparator
19630 Algoritmo
19631 \family default
19632 .
19633  Se usa para códigos y descripciones de algoritmos y se puede considerar
19634  una alternativa al listado de código de programa, que se explica en el
19635  capítulo
19636 \begin_inset space ~
19637 \end_inset
19638
19639
19640 \begin_inset CommandInset ref
19641 LatexCommand ref
19642 reference "cap:Listado-de-programa"
19643
19644 \end_inset
19645
19646 .
19647  Un posible entorno para algoritmos es 
19648 \family sans
19649 Código-LyX
19650 \family default
19651 , descrito en la 
19652 \emph on
19653 Guía del usuario
19654 \emph default
19655  de LyX.
19656  El algoritmo
19657 \begin_inset space ~
19658 \end_inset
19659
19660
19661 \begin_inset CommandInset ref
19662 LatexCommand ref
19663 reference "alg:Ejemplo-de-Algoritmo-flotante"
19664
19665 \end_inset
19666
19667  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19668  vertical de -4
19669 \begin_inset space \thinspace{}
19670 \end_inset
19671
19672 mm al final para tener la línea inferior exactamente bajo la última línea
19673  de texto.
19674 \end_layout
19675
19676 \begin_layout Standard
19677 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19678  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19679 \end_layout
19680
19681 \begin_layout Standard
19682
19683 \series bold
19684
19685 \backslash
19686 floatname{algorithm}{nombre}
19687 \end_layout
19688
19689 \begin_layout Standard
19690 donde 
19691 \family sans
19692 nombre
19693 \family default
19694  es la palabra «
19695 \emph on
19696 algoritmo
19697 \emph default
19698 » en el idioma deseado.
19699 \end_layout
19700
19701 \begin_layout Standard
19702 Para insertar el índice de algoritmos puedes usar el menú 
19703 \family sans
19704 Insertar\SpecialChar \menuseparator
19705 Índice\SpecialChar \menuseparator
19706 Índice de algoritmos
19707 \family default
19708 , si el documento está en el mismo idioma que los menús de LyX.
19709  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \series bold
19715
19716 \backslash
19717 listof{algorithm}{nombre}
19718 \end_layout
19719
19720 \begin_layout Standard
19721 donde 
19722 \family sans
19723 nombre
19724 \family default
19725  es, por ejemplo, «
19726 \emph on
19727 Índice de algoritmos
19728 \emph default
19729 » en el idioma del documento.
19730 \end_layout
19731
19732 \begin_layout Standard
19733 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19734  para cuadros e imágenes flotantes en muchas clases de documento, «capítulo.algor
19735 itmo».
19736  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19737  documento:
19738 \end_layout
19739
19740 \begin_layout Standard
19741
19742 \series bold
19743
19744 \backslash
19745 numberwithin{algorithm}{chapter}
19746 \end_layout
19747
19748 \begin_layout Standard
19749 Para poder usar el comando 
19750 \series bold
19751
19752 \backslash
19753 numberwithin
19754 \series default
19755 , marca la opción 
19756 \family sans
19757 Usar
19758 \begin_inset space ~
19759 \end_inset
19760
19761 el
19762 \begin_inset space ~
19763 \end_inset
19764
19765 paquete
19766 \begin_inset space ~
19767 \end_inset
19768
19769 AMS
19770 \family default
19771  en el menú 
19772 \family sans
19773 Documento\SpecialChar \menuseparator
19774 Configuración\SpecialChar \menuseparator
19775 Opciones para ecuaciones
19776 \family default
19777 .
19778 \end_layout
19779
19780 \begin_layout Subsection
19781 Flotantes envueltos
19782 \begin_inset Index idx
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786 Flotantes ! Envoltorio
19787 \end_layout
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 \begin_inset Wrap figure
19796 lines 0
19797 placement l
19798 overhang 1cm
19799 width "40col%"
19800 status open
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Graphics
19804         filename ../clipart/mobius.eps
19805         width 40col%
19806         rotateOrigin center
19807
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Caption
19815
19816 \begin_layout Plain Layout
19817 \begin_inset CommandInset label
19818 LatexCommand label
19819 name "fig:Envoltorio-de-figura"
19820
19821 \end_inset
19822
19823 Figura envuelta en el texto
19824 \end_layout
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \end_inset
19832
19833  Este tipo de flotante se usa para adosar una figura o un cuadro al texto,
19834  de modo que ocupe sólo una parte del ancho de columna.
19835  Se inserta con el menú 
19836 \family sans
19837 Insertar\SpecialChar \menuseparator
19838 Flotante\SpecialChar \menuseparator
19839 Figura
19840 \begin_inset space ~
19841 \end_inset
19842
19843 envuelta
19844 \family default
19845
19846 \begin_inset space \thinspace{}
19847 \end_inset
19848
19849 /
19850 \begin_inset space \thinspace{}
19851 \end_inset
19852
19853
19854 \family sans
19855 Cuadro
19856 \begin_inset space ~
19857 \end_inset
19858
19859 envuelto
19860 \family default
19861  si está instalado el paquete LaTeX 
19862 \series bold
19863 wrapfig
19864 \series default
19865
19866 \begin_inset Index idx
19867 status collapsed
19868
19869 \begin_layout Plain Layout
19870 LaTeX-paquetes ! wrapfig
19871 \begin_inset ERT
19872 status collapsed
19873
19874 \begin_layout Plain Layout
19875
19876
19877 \backslash
19878 vspace{4mm}
19879 \end_layout
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887
19888 .
19889 \begin_inset Foot
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 La instalación de paquetes LaTeX se explica en el manual 
19894 \emph on
19895 Configuración de LaTeX
19896 \emph default
19897 .
19898 \end_layout
19899
19900 \end_inset
19901
19902  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19903  con clic derecho sobre el cuadro del flotante.
19904  Son obligatorias la 
19905 \family sans
19906 Ubicación
19907 \family default
19908  y la 
19909 \family sans
19910 Anchura
19911 \family default
19912 .
19913  Son opcionales 
19914 \family sans
19915 Extensión al margen
19916 \family default
19917 , que especifica la anchura de invasión del margen, y 
19918 \family sans
19919 Extender
19920 \begin_inset space ~
19921 \end_inset
19922
19923 a
19924 \begin_inset space ~
19925 \end_inset
19926
19927 líneas
19928 \family default
19929 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19930  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19931  opción sólo si encuentras problemas en la colocación del flotante.
19932  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19933  del párrafo o en los párrafos adyacentes.
19934  La figura
19935 \begin_inset space ~
19936 \end_inset
19937
19938
19939 \begin_inset CommandInset ref
19940 LatexCommand ref
19941 reference "fig:Envoltorio-de-figura"
19942
19943 \end_inset
19944
19945  es un ejemplo de envoltorio con una anchura de columna del 40
19946 \begin_inset space \thinspace{}
19947 \end_inset
19948
19949 %, ubicado a la izquierda y 1
19950 \begin_inset space \thinspace{}
19951 \end_inset
19952
19953 cm de invasión de margen.
19954 \begin_inset Foot
19955 status collapsed
19956
19957 \begin_layout Plain Layout
19958 Consulta las unidades disponibles en el apéndice
19959 \begin_inset space ~
19960 \end_inset
19961
19962
19963 \begin_inset CommandInset ref
19964 LatexCommand ref
19965 reference "cap:Unidades-disponibles-en"
19966
19967 \end_inset
19968
19969 .
19970 \end_layout
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Standard
19978 \begin_inset Note Greyedout
19979 status open
19980
19981 \begin_layout Plain Layout
19982
19983 \series bold
19984 Nota:
19985 \series default
19986  ¡Los flotantes envueltos son frágiles! P.
19987 \begin_inset space \thinspace{}
19988 \end_inset
19989
19990 e.
19991 \begin_inset space ~
19992 \end_inset
19993
19994 si una figura está demasiado cerca de la parte inferior de la página se
19995  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19996  o situarse junto a otro texto.
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Standard
20005 En general:
20006 \end_layout
20007
20008 \begin_layout Itemize
20009 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
20010  salto de página.
20011  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
20012  esté casi listo y puedas prever los saltos de página.
20013 \end_layout
20014
20015 \begin_layout Itemize
20016 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
20017  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
20018 \end_layout
20019
20020 \begin_layout Itemize
20021 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
20022  que procura que haya un párrafo de texto entre ellos.
20023 \end_layout
20024
20025 \begin_layout Itemize
20026 Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros.
20027 \end_layout
20028
20029 \begin_layout Section
20030 Numeración de flotantes
20031 \begin_inset Index idx
20032 status collapsed
20033
20034 \begin_layout Plain Layout
20035 Flotantes ! Numeración
20036 \end_layout
20037
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \begin_layout Standard
20044 En general, los flotantes se numeran independientemente de las secciones
20045  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
20046  dependiendo de la clase de documento utilizada.
20047 \end_layout
20048
20049 \begin_layout Standard
20050 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
20051  comando en el preámbulo del documento:
20052 \end_layout
20053
20054 \begin_layout Standard
20055
20056 \series bold
20057
20058 \backslash
20059 renewcommand{
20060 \backslash
20061 thetable}{
20062 \backslash
20063 roman{table}}
20064 \end_layout
20065
20066 \begin_layout Standard
20067
20068 \series bold
20069
20070 \backslash
20071 thetable 
20072 \series default
20073 es el comando que imprime el número del cuadro, para figuras flotantes el
20074  comando sería 
20075 \series bold
20076
20077 \backslash
20078 thefigure
20079 \series default
20080 .
20081  El comando 
20082 \series bold
20083
20084 \backslash
20085 roman
20086 \series default
20087  imprime el número de cuadro en números romanos en minúscula.
20088 \end_layout
20089
20090 \begin_layout Standard
20091 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
20092  usa este comando en el preámbulo:
20093 \end_layout
20094
20095 \begin_layout Standard
20096
20097 \series bold
20098
20099 \backslash
20100 numberwithin{table}{subsection}
20101 \end_layout
20102
20103 \begin_layout Standard
20104 Para poder usar el comando 
20105 \series bold
20106
20107 \backslash
20108 numberwithin
20109 \series default
20110 , debes marcar la opción 
20111 \family sans
20112 Usar
20113 \begin_inset space ~
20114 \end_inset
20115
20116 el
20117 \begin_inset space ~
20118 \end_inset
20119
20120 paquete
20121 \begin_inset space ~
20122 \end_inset
20123
20124 AMS 
20125 \family default
20126 en el apartado 
20127 \family sans
20128 Opciones para ecuaciones 
20129 \family default
20130 de las preferencias del documento.
20131 \end_layout
20132
20133 \begin_layout Standard
20134 Puedes ver más detalles y notas importantes sobre comandos de numeración
20135  en la sección
20136 \begin_inset space ~
20137 \end_inset
20138
20139
20140 \begin_inset CommandInset ref
20141 LatexCommand ref
20142 reference "sub:Numeración-de-Notas-al-Pie"
20143
20144 \end_inset
20145
20146 .
20147 \end_layout
20148
20149 \begin_layout Section
20150 Referencias a flotantes
20151 \begin_inset CommandInset label
20152 LatexCommand label
20153 name "sec:Referencias-a-Flotantes"
20154
20155 \end_inset
20156
20157
20158 \begin_inset Index idx
20159 status collapsed
20160
20161 \begin_layout Plain Layout
20162 Flotantes ! Referencias
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \begin_inset Index idx
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172 Referencias
20173 \end_layout
20174
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \begin_layout Standard
20181 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20182  menú 
20183 \family sans
20184 Insertar\SpecialChar \menuseparator
20185 Etiqueta
20186 \family default
20187  o el botón 
20188 \begin_inset Graphics
20189         filename ../../images/label-insert.png
20190         scale 85
20191
20192 \end_inset
20193
20194 .
20195  Aparece una ventana esperando la introducción del texto de la etiqueta
20196  y se inserta un cuadro gris como este: 
20197 \begin_inset Graphics
20198         filename clipart/etiquetaQt4.png
20199         scale 85
20200
20201 \end_inset
20202
20203 .
20204  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20205  El prefijo depende del tipo de flotante, p.
20206 \begin_inset space \thinspace{}
20207 \end_inset
20208
20209 e.
20210 \begin_inset space ~
20211 \end_inset
20212
20213 para figuras el prefijo será «
20214 \family sans
20215 fig:
20216 \family default
20217 ».
20218 \end_layout
20219
20220 \begin_layout Standard
20221 La etiqueta se usa como ancla y el nombre para la referencia.
20222  Puedes referenciar la etiqueta usando el menú 
20223 \family sans
20224 Insertar\SpecialChar \menuseparator
20225 Referencia
20226 \family default
20227
20228 \begin_inset space ~
20229 \end_inset
20230
20231
20232 \family sans
20233 cruzada
20234 \family default
20235  o el botón 
20236 \begin_inset Graphics
20237         filename ../../images/dialog-show-new-inset_ref.png
20238         scale 85
20239
20240 \end_inset
20241
20242 .
20243  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20244  Si tienes abiertos varios documentos LyX, escoge aquel con el que estás
20245  trabajando de la lista desplegable de la parte superior del diálogo.
20246  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20247  Se inserta un cuadro gris como este: 
20248 \begin_inset Graphics
20249         filename clipart/referenciaQt4.png
20250         scale 85
20251
20252 \end_inset
20253
20254 .
20255  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20256 \end_layout
20257
20258 \begin_layout Standard
20259 Se recomienda poner un espacio protegido entre el nombre de la referencia
20260  cruzada y su número para evitar saltos de línea entre ellos.
20261  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20262  dos interrogaciones en la salida.
20263 \end_layout
20264
20265 \begin_layout Standard
20266 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20267  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20268  al texto de la etiqueta nueva, no te preocupes por eso.
20269 \end_layout
20270
20271 \begin_layout Standard
20272 El botón 
20273 \family sans
20274 Ir
20275 \begin_inset space ~
20276 \end_inset
20277
20278 a
20279 \begin_inset space ~
20280 \end_inset
20281
20282 la
20283 \begin_inset space ~
20284 \end_inset
20285
20286 etiqueta
20287 \family default
20288  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20289  y el texto del botón cambia a 
20290 \family sans
20291 Volver
20292 \family default
20293 , con el que se puede retornar a la referencia.
20294  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20295  hasta la etiqueta pero sin opción de volver.
20296 \end_layout
20297
20298 \begin_layout Subsection
20299 Formatos de referencia cruzada
20300 \begin_inset CommandInset label
20301 LatexCommand label
20302 name "sub:Formatos-referencia-cruzada"
20303
20304 \end_inset
20305
20306
20307 \begin_inset Index idx
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311 Referencias ! Formatos
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \begin_layout Standard
20320 Hay seis variedades de referencias cruzadas:
20321 \end_layout
20322
20323 \begin_layout Description
20324 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20325  
20326 \begin_inset CommandInset ref
20327 LatexCommand ref
20328 reference "fig:Dos-imágenes-distorsionadas"
20329
20330 \end_inset
20331
20332
20333 \end_layout
20334
20335 \begin_layout Description
20336 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20337  habitual para referirse a fórmulas, especialmente si se omite el nombre
20338  «Ecuación»: 
20339 \begin_inset CommandInset ref
20340 LatexCommand eqref
20341 reference "eq:Wgn"
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \begin_layout Description
20349 <página>: imprime el número de página: Página
20350 \begin_inset space ~
20351 \end_inset
20352
20353
20354 \begin_inset CommandInset ref
20355 LatexCommand pageref
20356 reference "fig:Dos-imágenes-distorsionadas"
20357
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \begin_layout Description
20364 en
20365 \begin_inset space ~
20366 \end_inset
20367
20368 página
20369 \begin_inset space ~
20370 \end_inset
20371
20372 <página>: imprime el texto «en la página» y el número de página: 
20373 \begin_inset CommandInset ref
20374 LatexCommand vpageref
20375 reference "fig:Dos-imágenes-distorsionadas"
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Description
20383 <referencia>
20384 \begin_inset space ~
20385 \end_inset
20386
20387 en
20388 \begin_inset space ~
20389 \end_inset
20390
20391 página
20392 \begin_inset space ~
20393 \end_inset
20394
20395 <página>: imprime el número flotante, el texto «en la página» y el número
20396  de página: 
20397 \begin_inset CommandInset ref
20398 LatexCommand vref
20399 reference "fig:Dos-imágenes-distorsionadas"
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \begin_layout Description
20407 Referencia
20408 \begin_inset space ~
20409 \end_inset
20410
20411 con
20412 \begin_inset space ~
20413 \end_inset
20414
20415 formato: imprime un formato personalizado.
20416 \begin_inset Newline newline
20417 \end_inset
20418
20419
20420 \begin_inset Note Greyedout
20421 status open
20422
20423 \begin_layout Plain Layout
20424
20425 \series bold
20426 Nota:
20427 \series default
20428  Esta característica sólo está disponible si está instalado el paquete LaTeX
20429  
20430 \series bold
20431 prettyref
20432 \series default
20433  o 
20434 \series bold
20435 refstyle
20436 \series default
20437 .
20438 \begin_inset Index idx
20439 status collapsed
20440
20441 \begin_layout Plain Layout
20442 LaTeX-paquetes ! prettyref
20443 \end_layout
20444
20445 \end_inset
20446
20447
20448 \begin_inset Index idx
20449 status collapsed
20450
20451 \begin_layout Plain Layout
20452 LaTeX-paquetes ! refstyle
20453 \end_layout
20454
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \begin_inset Newline newline
20464 \end_inset
20465
20466 Se puede seleccionar el paquete LaTeX a usar con esta característica marcando
20467  la opción 
20468 \family sans
20469 Usar refstyle (no prettyref) para las referencias cruzadas
20470 \family default
20471  en el menú 
20472 \family sans
20473 Documento\SpecialChar \menuseparator
20474 Configuración\SpecialChar \menuseparator
20475 Clase de documento
20476 \family default
20477 .
20478  El formato se especifica añadiendo el comando 
20479 \series bold
20480
20481 \backslash
20482 newrefformat
20483 \series default
20484  (prettyref) o 
20485 \series bold
20486
20487 \backslash
20488 newref
20489 \series default
20490  (refstyle) en el preámbulo del documento.
20491  Por ejemplo, para redefinir todas las referencias a figuras (que tienen
20492  la etiqueta 
20493 \begin_inset Quotes fld
20494 \end_inset
20495
20496
20497 \family sans
20498 fig
20499 \family default
20500
20501 \begin_inset Quotes frd
20502 \end_inset
20503
20504 ) se usa el comando
20505 \begin_inset Newline newline
20506 \end_inset
20507
20508
20509 \series bold
20510
20511 \backslash
20512 newref{fig}{refcmd={Imagen en la página 
20513 \backslash
20514 pageref{#1}}}
20515 \series default
20516
20517 \begin_inset Newline newline
20518 \end_inset
20519
20520 Para más información sobre este formato echa un vistazo a la documentación
20521  de
20522 \begin_inset space ~
20523 \end_inset
20524
20525
20526 \begin_inset CommandInset citation
20527 LatexCommand cite
20528 key "prettyref,refstyle"
20529
20530 \end_inset
20531
20532 .
20533 \end_layout
20534
20535 \begin_layout Description
20536 Referencia
20537 \begin_inset space ~
20538 \end_inset
20539
20540 textual: imprime la leyenda de la referencia: 
20541 \begin_inset CommandInset ref
20542 LatexCommand nameref
20543 reference "fig:Dos-imágenes-distorsionadas"
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551
20552 \family sans
20553 <página>
20554 \family default
20555
20556 \begin_inset space \thinspace{}
20557 \end_inset
20558
20559  no imprime el número si la etiqueta está en la misma página, en la anterior
20560  o en la siguiente.
20561  En su lugar verás p.
20562 \begin_inset space \thinspace{}
20563 \end_inset
20564
20565 e.
20566 \begin_inset space ~
20567 \end_inset
20568
20569 el texto «
20570 \family sans
20571 en esta página
20572 \family default
20573 ».
20574  El estilo 
20575 \family sans
20576 <referencia>
20577 \begin_inset space ~
20578 \end_inset
20579
20580 en
20581 \begin_inset space ~
20582 \end_inset
20583
20584 página
20585 \begin_inset space ~
20586 \end_inset
20587
20588 <página> 
20589 \family default
20590 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20591 \end_layout
20592
20593 \begin_layout Standard
20594 El número y página actual de la parte del documento referida es automáticamente
20595  calculado por LaTeX en la salida.
20596  Las variedades se ajustan en el campo 
20597 \family sans
20598 Formato
20599 \family default
20600  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20601 \end_layout
20602
20603 \begin_layout Standard
20604 \begin_inset Note Greyedout
20605 status collapsed
20606
20607 \begin_layout Plain Layout
20608
20609 \series bold
20610 Nota: 
20611 \series default
20612 Se recomienda usar el paquete LaTeX 
20613 \series bold
20614 refstyle
20615 \series default
20616
20617 \begin_inset Index idx
20618 status collapsed
20619
20620 \begin_layout Plain Layout
20621 LaTeX-paquetes ! refstyle
20622 \end_layout
20623
20624 \end_inset
20625
20626  porque 
20627 \series bold
20628 prettyref
20629 \series default
20630
20631 \begin_inset Index idx
20632 status collapsed
20633
20634 \begin_layout Plain Layout
20635 LaTeX-paquetes ! prettyref
20636 \end_layout
20637
20638 \end_inset
20639
20640  no reconoce todas las abreviaturas de etiquetas
20641 \begin_inset Foot
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Quotes fld
20646 \end_inset
20647
20648 fig:
20649 \begin_inset Quotes frd
20650 \end_inset
20651
20652 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20653  figuras.
20654 \end_layout
20655
20656 \end_inset
20657
20658  posibles en LyX y no está internacionalizado.
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Standard
20667 \begin_inset Note Greyedout
20668 status open
20669
20670 \begin_layout Plain Layout
20671
20672 \series bold
20673 Nota:
20674 \series default
20675  Debido a un fallo en el paquete LaTeX 
20676 \series bold
20677 varioref
20678 \series default
20679  versión 1.4w, algunos formatos de las referencias cruzadas provocarán errores
20680  de LaTeX en documentos cuyo idioma haga activo el carácter punto (como
20681  el francés).
20682  Para una solución provisional, véase 
20683 \begin_inset Newline newline
20684 \end_inset
20685
20686
20687 \begin_inset CommandInset href
20688 LatexCommand href
20689 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20690
20691 \end_inset
20692
20693 .
20694 \end_layout
20695
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \begin_layout Subsection
20702 Designación automática de referencias
20703 \begin_inset Index idx
20704 status collapsed
20705
20706 \begin_layout Plain Layout
20707 Referencias ! Designación automática
20708 \end_layout
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \begin_layout Standard
20716 El paquete LaTeX 
20717 \series bold
20718 hyperref
20719 \series default
20720
20721 \begin_inset Index idx
20722 status collapsed
20723
20724 \begin_layout Plain Layout
20725 LaTeX-paquetes ! hyperref
20726 \end_layout
20727
20728 \end_inset
20729
20730 , que se habilita en 
20731 \family sans
20732 Propiedades PDF
20733 \family default
20734  del diálogo 
20735 \family sans
20736 Documento\SpecialChar \menuseparator
20737 Configuración
20738 \family default
20739 , dispone de una característica muy útil que permite incluir automáticamente
20740  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20741  de texto como 
20742 \emph on
20743 sección
20744 \emph default
20745 ).
20746  Así, p.
20747 \begin_inset space \thinspace{}
20748 \end_inset
20749
20750 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20751  a una figura.
20752  Para usar esta característica habilita el soporte para 
20753 \series bold
20754 hyperref
20755 \series default
20756  e inserta la siguiente línea en el preámbulo LaTeX:
20757 \end_layout
20758
20759 \begin_layout Standard
20760
20761 \series bold
20762
20763 \backslash
20764 AtBeginDocument{
20765 \backslash
20766 renewcommand{
20767 \backslash
20768 ref}[1]{
20769 \backslash
20770 mbox{
20771 \backslash
20772 autoref{#1}}}}
20773 \end_layout
20774
20775 \begin_layout Standard
20776 Si prefieres otros nombres para las referencias distintos de los predeterminados
20777 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20778  lo siguiente en el preámbulo:
20779 \end_layout
20780
20781 \begin_layout Standard
20782
20783 \series bold
20784
20785 \backslash
20786 addto
20787 \backslash
20788 extrasenglish{
20789 \backslash
20790 renewcommand{
20791 \backslash
20792 sectionautorefname}
20793 \begin_inset Newline newline
20794 \end_inset
20795
20796
20797 \begin_inset Phantom HPhantom
20798 status open
20799
20800 \begin_layout Plain Layout
20801
20802 \series bold
20803 \begin_inset space ~
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810
20811 {sec.
20812 \backslash
20813 negthinspace}}
20814 \end_layout
20815
20816 \begin_layout Standard
20817 Si estás usando un idioma de documento distinto del inglés, reemplaza
20818 \begin_inset Newline newline
20819 \end_inset
20820
20821  
20822 \series bold
20823
20824 \backslash
20825 extrasenglish
20826 \series default
20827  por
20828 \series bold
20829  
20830 \backslash
20831 extras***
20832 \series default
20833 , donde *** es el nombre del idioma utilizado.
20834 \end_layout
20835
20836 \begin_layout Standard
20837 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20838  por ejemplo no para ecuaciones, usa este código de preámbulo:
20839 \end_layout
20840
20841 \begin_layout Standard
20842
20843 \series bold
20844
20845 \backslash
20846 newlength{
20847 \backslash
20848 abc}
20849 \begin_inset Newline newline
20850 \end_inset
20851
20852
20853 \backslash
20854 settowidth{
20855 \backslash
20856 abc}{
20857 \backslash
20858 space}
20859 \begin_inset Newline newline
20860 \end_inset
20861
20862
20863 \backslash
20864 addto
20865 \backslash
20866 extrasenglish{
20867 \backslash
20868 renewcommand{
20869 \backslash
20870 equationautorefname}
20871 \begin_inset Newline newline
20872 \end_inset
20873
20874
20875 \begin_inset Phantom HPhantom
20876 status open
20877
20878 \begin_layout Plain Layout
20879
20880 \series bold
20881 \begin_inset space ~
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888
20889 {
20890 \backslash
20891 hspace{-
20892 \backslash
20893 abc}}
20894 \end_layout
20895
20896 \begin_layout Standard
20897 En la documentación de 
20898 \series bold
20899 hyperref
20900 \series default
20901  
20902 \begin_inset CommandInset citation
20903 LatexCommand cite
20904 key "hyperref"
20905
20906 \end_inset
20907
20908  puedes encontrar más información.
20909
20910 \series bold
20911  
20912 \end_layout
20913
20914 \begin_layout Standard
20915 \begin_inset Note Greyedout
20916 status open
20917
20918 \begin_layout Plain Layout
20919
20920 \series bold
20921 Nota:
20922 \series default
20923  La designación automática de referencias no puede usarse en el estilo 
20924 \family sans
20925 Referencia
20926 \begin_inset space ~
20927 \end_inset
20928
20929 con
20930 \begin_inset space ~
20931 \end_inset
20932
20933 formato
20934 \family default
20935 , descrita en la sección
20936 \begin_inset space ~
20937 \end_inset
20938
20939
20940 \begin_inset CommandInset ref
20941 LatexCommand ref
20942 reference "sub:Formatos-referencia-cruzada"
20943
20944 \end_inset
20945
20946 .
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \begin_layout Standard
20955 El manual 
20956 \emph on
20957 Ecuaciones
20958 \emph default
20959  es un ejemplo de documento en el que se ha utilizado designación automática
20960  de referencias.
20961 \end_layout
20962
20963 \begin_layout Subsection
20964 Colocación de referencias
20965 \begin_inset CommandInset label
20966 LatexCommand label
20967 name "sub:Colocación-de-Referencias"
20968
20969 \end_inset
20970
20971
20972 \begin_inset Index idx
20973 status collapsed
20974
20975 \begin_layout Plain Layout
20976 Referencias ! Colocación
20977 \end_layout
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \begin_layout Standard
20985 Si usas 
20986 \series bold
20987 hyperref
20988 \series default
20989
20990 \begin_inset Index idx
20991 status collapsed
20992
20993 \begin_layout Plain Layout
20994 LaTeX-paquetes ! hyperref
20995 \end_layout
20996
20997 \end_inset
20998
20999 , en las 
21000 \family sans
21001 Preferencias PDF 
21002 \family default
21003 del diálogo 
21004 \family sans
21005 Documento\SpecialChar \menuseparator
21006 Configuración
21007 \family default
21008 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
21009  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
21010  La leyenda será la primera parte del texto en pantalla, de forma que para
21011  ver la imagen debes deslizar.
21012  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
21013  Usando el paquete 
21014 \series bold
21015 hypcap
21016 \series default
21017
21018 \begin_inset Index idx
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022 LaTeX-paquetes ! hypcap
21023 \end_layout
21024
21025 \end_inset
21026
21027 , que forma parte del paquete LaTeX 
21028 \series bold
21029 oberdiek
21030 \series default
21031
21032 \begin_inset Index idx
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 LaTeX-paquetes ! oberdiek
21037 \end_layout
21038
21039 \end_inset
21040
21041 , el ancla de enlace se sitúa al comienzo de un flotante.
21042  Para usar esta característica para figuras flotantes carga 
21043 \series bold
21044 hypcap
21045 \series default
21046  en el preámbulo con
21047 \end_layout
21048
21049 \begin_layout Standard
21050
21051 \series bold
21052
21053 \backslash
21054 usepackage[figure]{hypcap}
21055 \end_layout
21056
21057 \begin_layout Standard
21058 Puedes usar 
21059 \series bold
21060 hypcap
21061 \series default
21062  para todos los flotantes aunque no se recomienda por razones de estabilidad.
21063  Más información en el manual de 
21064 \series bold
21065 hypcap
21066 \series default
21067  
21068 \begin_inset CommandInset citation
21069 LatexCommand cite
21070 key "hypcap"
21071
21072 \end_inset
21073
21074 .
21075 \end_layout
21076
21077 \begin_layout Standard
21078 \begin_inset Note Greyedout
21079 status open
21080
21081 \begin_layout Plain Layout
21082
21083 \series bold
21084 Nota:
21085 \series default
21086  
21087 \series bold
21088 hypcap
21089 \series default
21090  no funciona para las referencias a subfiguras.
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \begin_layout Section
21099 Colocación de flotantes
21100 \begin_inset CommandInset label
21101 LatexCommand label
21102 name "sec:Colocación-de-Flotantes"
21103
21104 \end_inset
21105
21106
21107 \begin_inset Index idx
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111 Flotantes ! Colocación
21112 \end_layout
21113
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \begin_layout Standard
21120 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
21121  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
21122  los flotantes.
21123 \begin_inset Newline newline
21124 \end_inset
21125
21126 La opción 
21127 \family sans
21128 Extender
21129 \begin_inset space ~
21130 \end_inset
21131
21132 columnas
21133 \family default
21134  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
21135  abarcará ambas columnas en lugar de una sola.
21136 \begin_inset Newline newline
21137 \end_inset
21138
21139 La opción 
21140 \family sans
21141 Girar
21142 \begin_inset space ~
21143 \end_inset
21144
21145 a
21146 \begin_inset space ~
21147 \end_inset
21148
21149 un
21150 \begin_inset space ~
21151 \end_inset
21152
21153 lado
21154 \family default
21155  sirve para girar flotantes, véase sección
21156 \begin_inset space ~
21157 \end_inset
21158
21159
21160 \begin_inset CommandInset ref
21161 LatexCommand ref
21162 reference "sec:Rotación-de-Flotantes"
21163
21164 \end_inset
21165
21166 .
21167  
21168 \end_layout
21169
21170 \begin_layout Standard
21171 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21172  la posición de un flotante si desmarcas la opción 
21173 \family sans
21174 Usar
21175 \begin_inset space ~
21176 \end_inset
21177
21178 ubicación
21179 \begin_inset space ~
21180 \end_inset
21181
21182 predeterminada
21183 \family default
21184 :
21185 \end_layout
21186
21187 \begin_layout Description
21188
21189 \family sans
21190 \series bold
21191 Aquí
21192 \begin_inset space ~
21193 \end_inset
21194
21195 si
21196 \begin_inset space ~
21197 \end_inset
21198
21199 es
21200 \begin_inset space ~
21201 \end_inset
21202
21203 posible
21204 \family default
21205 \series default
21206  intenta situar el flotante en la posición en la que se inserta
21207 \end_layout
21208
21209 \begin_layout Description
21210
21211 \family sans
21212 \series bold
21213 Principio
21214 \begin_inset space ~
21215 \end_inset
21216
21217 de
21218 \begin_inset space ~
21219 \end_inset
21220
21221 página
21222 \family default
21223 \series default
21224  intenta situar el flotante al principio de la página actual
21225 \end_layout
21226
21227 \begin_layout Description
21228
21229 \family sans
21230 \series bold
21231 Fin
21232 \begin_inset space ~
21233 \end_inset
21234
21235 de
21236 \begin_inset space ~
21237 \end_inset
21238
21239 página
21240 \family default
21241 \series default
21242  intenta situar el flotante al final de la página actual
21243 \end_layout
21244
21245 \begin_layout Description
21246
21247 \family sans
21248 \series bold
21249 Página
21250 \begin_inset space ~
21251 \end_inset
21252
21253 de
21254 \begin_inset space ~
21255 \end_inset
21256
21257 flotantes
21258 \family default
21259 \series default
21260  intenta situar el flotante en una página propia 
21261 \end_layout
21262
21263 \begin_layout Standard
21264 LaTeX usa 
21265 \emph on
21266 siempre
21267 \emph default
21268  ese orden de opciones.
21269  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21270  lugar 
21271 \family sans
21272 Aquí
21273 \begin_inset space ~
21274 \end_inset
21275
21276 si
21277 \begin_inset space ~
21278 \end_inset
21279
21280 es
21281 \begin_inset space ~
21282 \end_inset
21283
21284 posible
21285 \family default
21286 , luego 
21287 \family sans
21288 Principio
21289 \begin_inset space ~
21290 \end_inset
21291
21292 de
21293 \begin_inset space ~
21294 \end_inset
21295
21296 página
21297 \family default
21298 , y después las otras.
21299  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21300  pero en dicho orden.
21301  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21302  pero intenta poner el flotante en la página siguiente.
21303 \end_layout
21304
21305 \begin_layout Standard
21306 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21307 \end_layout
21308
21309 \begin_layout Labeling
21310 \labelwidthstring 00.00.0000
21311
21312 \family sans
21313 Principio
21314 \begin_inset space ~
21315 \end_inset
21316
21317 de
21318 \begin_inset space ~
21319 \end_inset
21320
21321 página:
21322 \family default
21323  sólo si el flotante ocupa menos del 70
21324 \begin_inset space \thinspace{}
21325 \end_inset
21326
21327 % de la página puede ubicarse al principio de página (
21328 \series bold
21329
21330 \backslash
21331 topfraction
21332 \series default
21333 )
21334 \end_layout
21335
21336 \begin_layout Labeling
21337 \labelwidthstring 00.00.0000
21338
21339 \family sans
21340 Fin
21341 \begin_inset space ~
21342 \end_inset
21343
21344 de
21345 \begin_inset space ~
21346 \end_inset
21347
21348 página:
21349 \family default
21350  sólo si el flotante ocupa menos del 30
21351 \begin_inset space \thinspace{}
21352 \end_inset
21353
21354 % de la página puede ubicarse al fin de página.
21355  (
21356 \series bold
21357
21358 \backslash
21359 bottomfraction
21360 \series default
21361 )
21362 \end_layout
21363
21364 \begin_layout Labeling
21365 \labelwidthstring 00.00.0000
21366
21367 \family sans
21368 Página
21369 \begin_inset space ~
21370 \end_inset
21371
21372 de
21373 \begin_inset space ~
21374 \end_inset
21375
21376 flotantes:
21377 \family default
21378  sólo si más del 50
21379 \begin_inset space \thinspace{}
21380 \end_inset
21381
21382 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21383  página.
21384  (
21385 \series bold
21386
21387 \backslash
21388 floatpagefraction
21389 \series default
21390 )
21391 \end_layout
21392
21393 \begin_layout Standard
21394 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21395  
21396 \family sans
21397 Ignorar
21398 \begin_inset space ~
21399 \end_inset
21400
21401 reglas
21402 \begin_inset space ~
21403 \end_inset
21404
21405 de
21406 \begin_inset space ~
21407 \end_inset
21408
21409 LaTeX
21410 \family default
21411 .
21412 \begin_inset Newline newline
21413 \end_inset
21414
21415 También puedes redefinir las reglas con los comandos LaTeX que van entre
21416  paréntesis tras la descripción de las reglas anteriores.
21417  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21418  la regla 
21419 \family sans
21420 Fin
21421 \family default
21422
21423 \begin_inset space ~
21424 \end_inset
21425
21426
21427 \family sans
21428 de
21429 \family default
21430
21431 \begin_inset space ~
21432 \end_inset
21433
21434
21435 \family sans
21436 página
21437 \family default
21438  al 50
21439 \begin_inset space \thinspace{}
21440 \end_inset
21441
21442 %, añade esta línea en el preámbulo:
21443 \end_layout
21444
21445 \begin_layout Standard
21446
21447 \series bold
21448
21449 \backslash
21450 renewcommand{
21451 \backslash
21452 bottomfraction}{0.5}
21453 \end_layout
21454
21455 \begin_layout Standard
21456 En determinados casos podrías necesitar ubicar un flotante exactamente en
21457  la posición en la que se inserta.
21458  Para esto puedes usar la opción 
21459 \family sans
21460 Aquí
21461 \begin_inset space ~
21462 \end_inset
21463
21464 definitivamente
21465 \family default
21466 .
21467  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21468  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21469  se podría estropear el diseño de la página.
21470 \end_layout
21471
21472 \begin_layout Standard
21473 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21474  rodeados por texto de un párrafo determinado.
21475 \begin_inset VSpace bigskip
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 A veces surge el problema de que un flotante se sitúa al principio de la
21483  página mientras que su sección correspondiente empieza en mitad de la página,
21484  así que el lector podría creer que el flotante forma parte de la sección
21485  anterior.
21486  Para evitarlo puede emplearse el comando LaTeX 
21487 \series bold
21488
21489 \backslash
21490 suppressfloats
21491 \series default
21492 , que suprime la ubicación de un flotante dado en la página donde se inserta
21493  y además puede servir para evitar que el flotante se coloque antes del
21494  inicio de sección.
21495  Para ello, añade estos comandos al preámbulo:
21496 \end_layout
21497
21498 \begin_layout Standard
21499
21500 \series bold
21501
21502 \backslash
21503 let
21504 \backslash
21505 mySection
21506 \backslash
21507 section
21508 \begin_inset Newline newline
21509 \end_inset
21510
21511
21512 \backslash
21513 renewcommand{
21514 \backslash
21515 section}{
21516 \backslash
21517 suppressfloats[t]
21518 \backslash
21519 mySection}
21520 \end_layout
21521
21522 \begin_layout Standard
21523 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21524  subsecciones.
21525  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21526  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21527 \end_layout
21528
21529 \begin_layout Standard
21530 \begin_inset VSpace bigskip
21531 \end_inset
21532
21533 En ciertos casos se quieren tener todas las figuras/cuadros al final del
21534  documento.
21535  Para estos casos está el paquete LaTeX 
21536 \series bold
21537 endfloat
21538 \series default
21539
21540 \begin_inset Index idx
21541 status collapsed
21542
21543 \begin_layout Plain Layout
21544 LaTeX-paquetes ! endfloat
21545 \end_layout
21546
21547 \end_inset
21548
21549 .
21550  Pone todas las figuras y cuadros flotantes al final del documento en secciones
21551  propias.
21552  En la posición original del flotante se inserta una indicación como «
21553 \family sans
21554 [Figure
21555 \begin_inset space ~
21556 \end_inset
21557
21558 3.2 about here.]
21559 \family default
21560 ».
21561  El paquete 
21562 \series bold
21563 endfloat
21564 \series default
21565  se carga en el preámbulo con la línea
21566 \end_layout
21567
21568 \begin_layout Standard
21569
21570 \series bold
21571
21572 \backslash
21573 usepackage[options]{endfloat}
21574 \end_layout
21575
21576 \begin_layout Standard
21577 Hay varias opciones para diseñar las secciones figura/cuadro creadas.
21578  Para más información véase la documentación 
21579 \begin_inset CommandInset citation
21580 LatexCommand cite
21581 key "endfloat"
21582
21583 \end_inset
21584
21585 .
21586 \begin_inset Newline newline
21587 \end_inset
21588
21589
21590 \begin_inset Note Greyedout
21591 status open
21592
21593 \begin_layout Plain Layout
21594
21595 \series bold
21596 Nota: endfloat
21597 \series default
21598  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21599  véase sección
21600 \begin_inset space ~
21601 \end_inset
21602
21603 4 en 
21604 \begin_inset CommandInset citation
21605 LatexCommand cite
21606 key "endfloat"
21607
21608 \end_inset
21609
21610 .
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \begin_inset Newline newline
21617 \end_inset
21618
21619
21620 \begin_inset Note Greyedout
21621 status open
21622
21623 \begin_layout Plain Layout
21624
21625 \series bold
21626 Nota:
21627 \series default
21628  Actualmente hay un error en 
21629 \series bold
21630 endfloat
21631 \series default
21632  cuando la leyenda contiene el carácter alemán «ß».
21633  Usa en ese caso el comando «
21634 \series bold
21635
21636 \backslash
21637 ss
21638 \series default
21639 » en código TeX en vez de «ß».
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 \begin_inset VSpace bigskip
21649 \end_inset
21650
21651 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21652 \begin_inset CommandInset citation
21653 LatexCommand cite
21654 key "latexcompanion,latexguide,latexbook"
21655
21656 \end_inset
21657
21658 .
21659 \end_layout
21660
21661 \begin_layout Section
21662 Rotación de flotantes
21663 \begin_inset CommandInset label
21664 LatexCommand label
21665 name "sec:Rotación-de-Flotantes"
21666
21667 \end_inset
21668
21669
21670 \begin_inset Index idx
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674 Flotantes ! Rotación
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \begin_layout Standard
21683 Podrías necesitar girar flotantes, especialmente con cuadros grandes.
21684  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21685  la opción 
21686 \family sans
21687 Girar
21688 \begin_inset space ~
21689 \end_inset
21690
21691 a
21692 \begin_inset space ~
21693 \end_inset
21694
21695 un
21696 \begin_inset space ~
21697 \end_inset
21698
21699 lado
21700 \family default
21701 .
21702 \end_layout
21703
21704 \begin_layout Standard
21705 Los flotantes girados son puestos siempre en su propia página (o columna
21706  si el documento es de dos columnas).
21707  Se les puede permitir abarcar varias columnas con la opción de configuración
21708  
21709 \family sans
21710 Extender
21711 \begin_inset space ~
21712 \end_inset
21713
21714 columnas
21715 \family default
21716 .
21717  Se rotan de forma que puedes leerlos desde el margen externo.
21718  Para forzar determinada dirección de rotación para todas las páginas, puedes
21719  añadir una de las opciones 
21720 \series bold
21721 figuresleft
21722 \series default
21723  o 
21724 \series bold
21725 figuresright
21726 \series default
21727  a las opciones de clase del documento.
21728 \end_layout
21729
21730 \begin_layout Standard
21731 Los flotantes girados se refieren igual que los normales, y el formato de
21732  la leyenda también es el mismo: un ejemplo es el cuadro
21733 \begin_inset space ~
21734 \end_inset
21735
21736
21737 \begin_inset CommandInset ref
21738 LatexCommand ref
21739 reference "tab:Cuadro-girado"
21740
21741 \end_inset
21742
21743 .
21744 \end_layout
21745
21746 \begin_layout Standard
21747 \begin_inset Note Greyedout
21748 status open
21749
21750 \begin_layout Plain Layout
21751
21752 \series bold
21753 Nota:
21754 \series default
21755  No todos los visores DVI pueden mostrar cuadros girados.
21756 \end_layout
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \begin_layout Standard
21764 \begin_inset Float table
21765 wide false
21766 sideways true
21767 status open
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Caption
21771
21772 \begin_layout Plain Layout
21773 \begin_inset CommandInset label
21774 LatexCommand label
21775 name "tab:Cuadro-girado"
21776
21777 \end_inset
21778
21779 Cuadro girado
21780 \end_layout
21781
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \begin_layout Plain Layout
21788 \align center
21789 \begin_inset Tabular
21790 <lyxtabular version="3" rows="1" columns="5">
21791 <features tabularvalignment="middle">
21792 <column alignment="center" valignment="top" width="0">
21793 <column alignment="center" valignment="top" width="0">
21794 <column alignment="center" valignment="top" width="0">
21795 <column alignment="center" valignment="top" width="0">
21796 <column alignment="center" valignment="top" width="0">
21797 <row>
21798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 test
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 b
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 c
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 d
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 e
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 </lyxtabular>
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Section
21857 Subflotantes
21858 \begin_inset Index idx
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862 Flotantes ! Subflotantes
21863 \end_layout
21864
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \begin_layout Standard
21871 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21872  imágenes.
21873  Se crean insertando un flotante dentro de otro.
21874  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21875  como se muestra en los cuadros
21876 \begin_inset space ~
21877 \end_inset
21878
21879
21880 \begin_inset CommandInset ref
21881 LatexCommand ref
21882 reference "tab:Dos-subcuadros-adosados"
21883
21884 \end_inset
21885
21886  y
21887 \begin_inset space ~
21888 \end_inset
21889
21890
21891 \begin_inset CommandInset ref
21892 LatexCommand ref
21893 reference "tab:Dos-subcuadros-uno-sobre"
21894
21895 \end_inset
21896
21897 .
21898 \end_layout
21899
21900 \begin_layout Standard
21901 Las referencias a subflotantes funcionan como en los flotantes normales:
21902  el cuadro
21903 \begin_inset space ~
21904 \end_inset
21905
21906
21907 \begin_inset CommandInset ref
21908 LatexCommand ref
21909 reference "tab:Este-es-el-subcuadro-a"
21910
21911 \end_inset
21912
21913  y el cuadro
21914 \begin_inset space ~
21915 \end_inset
21916
21917
21918 \begin_inset CommandInset ref
21919 LatexCommand ref
21920 reference "tab:Este-es-el-subcuadro-b"
21921
21922 \end_inset
21923
21924  son subcuadros del cuadro
21925 \begin_inset space ~
21926 \end_inset
21927
21928
21929 \begin_inset CommandInset ref
21930 LatexCommand ref
21931 reference "tab:Dos-subcuadros-adosados"
21932
21933 \end_inset
21934
21935 .
21936 \end_layout
21937
21938 \begin_layout Standard
21939 \begin_inset Float table
21940 wide false
21941 sideways false
21942 status open
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Caption
21946
21947 \begin_layout Plain Layout
21948 \begin_inset CommandInset label
21949 LatexCommand label
21950 name "tab:Dos-subcuadros-adosados"
21951
21952 \end_inset
21953
21954 Dos subcuadros adosados
21955 \end_layout
21956
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \begin_layout Plain Layout
21963 \begin_inset space \hfill{}
21964 \end_inset
21965
21966
21967 \begin_inset Float table
21968 wide false
21969 sideways false
21970 status open
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Caption
21974
21975 \begin_layout Plain Layout
21976 \begin_inset CommandInset label
21977 LatexCommand label
21978 name "tab:Este-es-el-subcuadro-a"
21979
21980 \end_inset
21981
21982 Este es el subcuadro a
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Plain Layout
21991 \align center
21992 \begin_inset Tabular
21993 <lyxtabular version="3" rows="1" columns="5">
21994 <features tabularvalignment="middle">
21995 <column alignment="center" valignment="top" width="0">
21996 <column alignment="center" valignment="top" width="0">
21997 <column alignment="center" valignment="top" width="0">
21998 <column alignment="center" valignment="top" width="0">
21999 <column alignment="center" valignment="top" width="0">
22000 <row>
22001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 test 
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 b
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 c
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 d
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041 e
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 </lyxtabular>
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \end_inset
22055
22056
22057 \begin_inset space \hfill{}
22058 \end_inset
22059
22060
22061 \begin_inset Float table
22062 wide false
22063 sideways false
22064 status open
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Caption
22068
22069 \begin_layout Plain Layout
22070 \begin_inset CommandInset label
22071 LatexCommand label
22072 name "tab:Este-es-el-subcuadro-b"
22073
22074 \end_inset
22075
22076 Esta es la subtabla b
22077 \end_layout
22078
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \begin_layout Plain Layout
22085 \align center
22086 \begin_inset Tabular
22087 <lyxtabular version="3" rows="1" columns="5">
22088 <features tabularvalignment="middle">
22089 <column alignment="center" valignment="top" width="0">
22090 <column alignment="center" valignment="top" width="0">
22091 <column alignment="center" valignment="top" width="0">
22092 <column alignment="center" valignment="top" width="0">
22093 <column alignment="center" valignment="top" width="0">
22094 <row>
22095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 e
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 d
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 c
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 b
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135 test
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 </lyxtabular>
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149
22150
22151 \begin_inset space \hfill{}
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \begin_layout Standard
22163 \begin_inset Float table
22164 wide false
22165 sideways false
22166 status open
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Caption
22170
22171 \begin_layout Plain Layout
22172 \begin_inset CommandInset label
22173 LatexCommand label
22174 name "tab:Dos-subcuadros-uno-sobre"
22175
22176 \end_inset
22177
22178 Dos subcuadros colocados una sobre otra.
22179  El cuadro (a) con 4 celdas, el (b) con 5 celdas.
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Plain Layout
22188 \noindent
22189 \align center
22190 \begin_inset Float table
22191 wide false
22192 sideways false
22193 status open
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Caption
22197
22198 \begin_layout Plain Layout
22199
22200 \end_layout
22201
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \begin_layout Plain Layout
22208 \align center
22209 \begin_inset Tabular
22210 <lyxtabular version="3" rows="1" columns="4">
22211 <features tabularvalignment="middle">
22212 <column alignment="center" valignment="top" width="0">
22213 <column alignment="center" valignment="top" width="0">
22214 <column alignment="center" valignment="top" width="0">
22215 <column alignment="center" valignment="top" width="0">
22216 <row>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 test
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 test
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 test
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 test
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 </lyxtabular>
22255
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \begin_layout Plain Layout
22267 \align center
22268 \begin_inset Float table
22269 wide false
22270 sideways false
22271 status open
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Caption
22275
22276 \begin_layout Plain Layout
22277
22278 \end_layout
22279
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \begin_layout Plain Layout
22286 \align center
22287 \begin_inset Tabular
22288 <lyxtabular version="3" rows="1" columns="5">
22289 <features tabularvalignment="middle">
22290 <column alignment="center" valignment="top" width="0">
22291 <column alignment="center" valignment="top" width="0">
22292 <column alignment="center" valignment="top" width="0">
22293 <column alignment="center" valignment="top" width="0">
22294 <column alignment="center" valignment="top" width="0">
22295 <row>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 a
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 b
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 c
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 d
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 e
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 </lyxtabular>
22343
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \begin_layout Section
22360 Flotantes adosados
22361 \begin_inset Index idx
22362 status collapsed
22363
22364 \begin_layout Plain Layout
22365 Flotantes ! Adosados
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \begin_layout Standard
22374 Para colocar flotantes unos junto a otros, como en la figura
22375 \begin_inset space ~
22376 \end_inset
22377
22378
22379 \begin_inset CommandInset ref
22380 LatexCommand ref
22381 reference "fig:Flotante-izquierda"
22382
22383 \end_inset
22384
22385  y 
22386 \begin_inset CommandInset ref
22387 LatexCommand ref
22388 reference "fig:Flotante-derecha"
22389
22390 \end_inset
22391
22392 , se pone 
22393 \emph on
22394 un
22395 \emph default
22396  solo flotante.
22397  En él se insertan dos cuadros tipo minipágina.
22398 \begin_inset Foot
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402 Las minipáginas se explican en la sección
22403 \begin_inset space ~
22404 \end_inset
22405
22406
22407 \begin_inset CommandInset ref
22408 LatexCommand ref
22409 reference "sec:Minipáginas"
22410
22411 \end_inset
22412
22413 .
22414 \end_layout
22415
22416 \end_inset
22417
22418  La anchura de la columna se establece en 45-50
22419 \begin_inset space \thinspace{}
22420 \end_inset
22421
22422 % y la alineación en 
22423 \family sans
22424 Inferior
22425 \family default
22426  para cada minipágina.
22427  Las minipáginas contienen la imagen y su título, de igual forma que en
22428  los flotantes.
22429  La única diferencia es que el 
22430 \family sans
22431 Ancho
22432 \begin_inset space ~
22433 \end_inset
22434
22435 de
22436 \begin_inset space ~
22437 \end_inset
22438
22439 columna
22440 \begin_inset space ~
22441 \end_inset
22442
22443 %
22444 \family default
22445  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22446 \end_layout
22447
22448 \begin_layout Standard
22449 \begin_inset Float figure
22450 placement h
22451 wide false
22452 sideways false
22453 status open
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Box Frameless
22457 position "b"
22458 hor_pos "c"
22459 has_inner_box 1
22460 inner_pos "t"
22461 use_parbox 0
22462 use_makebox 0
22463 width "45col%"
22464 special "none"
22465 height "1in"
22466 height_special "totalheight"
22467 status open
22468
22469 \begin_layout Plain Layout
22470 \align center
22471 \begin_inset Graphics
22472         filename ../clipart/mobius.eps
22473         lyxscale 50
22474         width 100col%
22475         scaleBeforeRotation
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Caption
22484
22485 \begin_layout Plain Layout
22486 \begin_inset CommandInset label
22487 LatexCommand label
22488 name "fig:Flotante-izquierda"
22489
22490 \end_inset
22491
22492 Flotante en el lado izquierdo.
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \begin_inset space \hfill{}
22504 \end_inset
22505
22506
22507 \begin_inset Box Frameless
22508 position "b"
22509 hor_pos "c"
22510 has_inner_box 1
22511 inner_pos "t"
22512 use_parbox 0
22513 use_makebox 0
22514 width "45col%"
22515 special "none"
22516 height "1in"
22517 height_special "totalheight"
22518 status open
22519
22520 \begin_layout Plain Layout
22521 \align center
22522 \begin_inset Graphics
22523         filename ../clipart/platypus.eps
22524         lyxscale 50
22525         width 100col%
22526         scaleBeforeRotation
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Plain Layout
22534 \begin_inset Caption
22535
22536 \begin_layout Plain Layout
22537 \begin_inset CommandInset label
22538 LatexCommand label
22539 name "fig:Flotante-derecha"
22540
22541 \end_inset
22542
22543 Flotante en el lado derecho.
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \begin_layout Section
22562 Formato de las leyendas
22563 \begin_inset Index idx
22564 status collapsed
22565
22566 \begin_layout Plain Layout
22567 Leyendas ! Formato
22568 \end_layout
22569
22570 \end_inset
22571
22572
22573 \begin_inset Index idx
22574 status collapsed
22575
22576 \begin_layout Plain Layout
22577 Flotantes ! Formato de las leyendas
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \begin_inset CommandInset label
22584 LatexCommand label
22585 name "sec:Formato-de-leyendas"
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \begin_layout Standard
22593 El entorno 
22594 \family sans
22595 Leyenda
22596 \family default
22597  es el predeterminado para los 
22598 \family sans
22599 Flotantes
22600 \family default
22601 .
22602  En LyX las leyendas se muestran como etiqueta, p.
22603 \begin_inset space \thinspace{}
22604 \end_inset
22605
22606 e.
22607 \begin_inset space ~
22608 \end_inset
22609
22610 «
22611 \family sans
22612 Figura #
22613 \family default
22614 :» seguida por el texto.
22615  «#» es el número real de referencia.
22616  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22617  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22618  del texto.
22619  El entorno leyenda no es apropiado para todos los tipos de documento.
22620  
22621 \end_layout
22622
22623 \begin_layout Standard
22624 Para cambiar el formato predeterminado carga el paquete LaTeX 
22625 \series bold
22626 caption
22627 \series default
22628
22629 \begin_inset Index idx
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 LaTeX-paquetes ! caption
22634 \end_layout
22635
22636 \end_inset
22637
22638  en el preámbulo del documento con la línea:
22639 \end_layout
22640
22641 \begin_layout Standard
22642
22643 \series bold
22644
22645 \backslash
22646 usepackage[definición de formato]{caption}
22647 \end_layout
22648
22649 \begin_layout Standard
22650 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22651  las leyendas de cuadro siempre sobre él como en este documento, usa el
22652  comando:
22653 \end_layout
22654
22655 \begin_layout Standard
22656
22657 \series bold
22658
22659 \backslash
22660 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22661 \end_layout
22662
22663 \begin_layout Standard
22664 También puedes definir distintos formatos de leyenda para los distintos
22665  tipos de flotantes.
22666  En ese caso carga el paquete 
22667 \series bold
22668 caption
22669 \series default
22670  sin opciones específicas y define los distintos formatos con ayuda del
22671  comando
22672 \end_layout
22673
22674 \begin_layout Standard
22675
22676 \series bold
22677
22678 \backslash
22679 captionsetup[tipo de flotante]{definición de formato}
22680 \end_layout
22681
22682 \begin_layout Standard
22683 en el preámbulo del documento.
22684  Por ejemplo las leyendas de la Figura
22685 \begin_inset space ~
22686 \end_inset
22687
22688
22689 \begin_inset CommandInset ref
22690 LatexCommand ref
22691 reference "fig:Esto-es-una-fig"
22692
22693 \end_inset
22694
22695  y el cuadro
22696 \begin_inset space ~
22697 \end_inset
22698
22699
22700 \begin_inset CommandInset ref
22701 LatexCommand ref
22702 reference "tab:Esto-es-un-cuadro"
22703
22704 \end_inset
22705
22706  pueden crearse usando los siguientes comandos en el preámbulo:
22707 \end_layout
22708
22709 \begin_layout Standard
22710
22711 \series bold
22712
22713 \backslash
22714 usepackage[tableposition=top]{caption}
22715 \series default
22716
22717 \begin_inset Newline newline
22718 \end_inset
22719
22720
22721 \series bold
22722
22723 \backslash
22724 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22725 \begin_inset Newline newline
22726 \end_inset
22727
22728
22729 \begin_inset Phantom HPhantom
22730 status open
22731
22732 \begin_layout Plain Layout
22733
22734 \series bold
22735
22736 \backslash
22737 captionsetup[figure]{
22738 \end_layout
22739
22740 \end_inset
22741
22742 labelsep=period}
22743 \begin_inset Newline newline
22744 \end_inset
22745
22746
22747 \backslash
22748 captionsetup[table]{labelfont={bf,sf}}
22749 \end_layout
22750
22751 \begin_layout Standard
22752 \begin_inset Note Greyedout
22753 status open
22754
22755 \begin_layout Plain Layout
22756
22757 \series bold
22758 Nota: 
22759 \series default
22760 La opción 
22761 \series bold
22762 tableposition=top
22763 \series default
22764  no tiene efecto si se usa una clase de documento 
22765 \series bold
22766 KOMA-Script
22767 \series default
22768 .
22769  En este caso debe utilizarse la opción de clase de documento 
22770 \series bold
22771 captions=tableheading
22772 \series default
22773 .
22774  
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \begin_layout Standard
22783 Para más información sobre el paquete 
22784 \series bold
22785 caption
22786 \series default
22787  acude a su documentación 
22788 \begin_inset CommandInset citation
22789 LatexCommand cite
22790 key "caption"
22791
22792 \end_inset
22793
22794 .
22795 \end_layout
22796
22797 \begin_layout Standard
22798 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22799 \begin_inset space \thinspace{}
22800 \end_inset
22801
22802 e., usa el siguiente comando de preámbulo:
22803 \end_layout
22804
22805 \begin_layout Standard
22806
22807 \series bold
22808
22809 \backslash
22810 renewcommand{
22811 \backslash
22812 fnum@figure}{Imagen~
22813 \backslash
22814 thefigure}
22815 \end_layout
22816
22817 \begin_layout Standard
22818 donde 
22819 \series bold
22820
22821 \backslash
22822 thefigure
22823 \series default
22824  inserta el número de figura y «~» genera un espacio protegido.
22825
22826 \series bold
22827  
22828 \end_layout
22829
22830 \begin_layout Standard
22831 \begin_inset VSpace bigskip
22832 \end_inset
22833
22834 Si estás usando la clase de documento 
22835 \series bold
22836 KOMA-Script
22837 \series default
22838
22839 \begin_inset Index idx
22840 status collapsed
22841
22842 \begin_layout Plain Layout
22843 LaTeX-paquetes ! KOMA-Script
22844 \end_layout
22845
22846 \end_inset
22847
22848  (
22849 \family sans
22850 article (KOMA-Script)
22851 \family default
22852
22853 \family sans
22854 book (KOMA-Script)
22855 \family default
22856
22857 \family sans
22858 letter (KOMA-Script)
22859 \family default
22860 , o 
22861 \family sans
22862 report (KOMA-Script)
22863 \family default
22864
22865 \begin_inset space \thinspace{}
22866 \end_inset
22867
22868 ), puedes emplear en vez del paquete 
22869 \series bold
22870 caption
22871 \series default
22872  el comando 
22873 \series bold
22874
22875 \backslash
22876 setkomafont
22877 \series default
22878  incluido en 
22879 \series bold
22880 KOMA-Script
22881 \series default
22882 .
22883  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22884  comando en el preámbulo del documento:
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \series bold
22890
22891 \backslash
22892 setkomafont{captionlabel}{
22893 \backslash
22894 bfseries}
22895 \end_layout
22896
22897 \begin_layout Standard
22898 Más información sobre 
22899 \series bold
22900
22901 \backslash
22902 setkomafont
22903 \series default
22904  en la documentación de 
22905 \series bold
22906 KOMA-Script
22907 \series default
22908  
22909 \begin_inset CommandInset citation
22910 LatexCommand cite
22911 key "KOMA-Script"
22912
22913 \end_inset
22914
22915 .
22916 \end_layout
22917
22918 \begin_layout Standard
22919 \begin_inset ERT
22920 status collapsed
22921
22922 \begin_layout Plain Layout
22923
22924
22925 \backslash
22926 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22927 }
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \begin_inset Note Note
22934 status collapsed
22935
22936 \begin_layout Plain Layout
22937 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 \begin_inset Float figure
22947 placement !p
22948 wide false
22949 sideways false
22950 status open
22951
22952 \begin_layout Plain Layout
22953 \align center
22954 \begin_inset Graphics
22955         filename ../clipart/mobius.eps
22956         lyxscale 50
22957         scale 50
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Caption
22966
22967 \begin_layout Plain Layout
22968 \begin_inset CommandInset label
22969 LatexCommand label
22970 name "fig:Esto-es-una-fig"
22971
22972 \end_inset
22973
22974
22975 \begin_inset Argument
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979 Figura con leyenda muy larga
22980 \end_layout
22981
22982 \end_inset
22983
22984 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22985  mostrar el formato diferente.
22986  Aquí se usa una leyenda personalizada.
22987 \end_layout
22988
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \begin_layout Standard
23000 \begin_inset ERT
23001 status collapsed
23002
23003 \begin_layout Plain Layout
23004
23005
23006 \backslash
23007 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23008 on}
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \begin_layout Standard
23017 \begin_inset Float table
23018 placement !p
23019 wide false
23020 sideways false
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 \begin_inset Caption
23025
23026 \begin_layout Plain Layout
23027 \begin_inset CommandInset label
23028 LatexCommand label
23029 name "tab:Esto-es-un-cuadro"
23030
23031 \end_inset
23032
23033
23034 \begin_inset Argument
23035 status open
23036
23037 \begin_layout Plain Layout
23038 Cuadro con leyenda muy larga
23039 \end_layout
23040
23041 \end_inset
23042
23043 Este es un ejemplo de leyenda de cuadro mayor que una línea para mostrar
23044  el formato diferente.
23045  Aquí se usa el formato de leyenda estándar para los cuadros.
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Plain Layout
23054 \align center
23055 \begin_inset Tabular
23056 <lyxtabular version="3" rows="1" columns="5">
23057 <features tabularvalignment="middle">
23058 <column alignment="center" valignment="top" width="0">
23059 <column alignment="center" valignment="top" width="0">
23060 <column alignment="center" valignment="top" width="0">
23061 <column alignment="center" valignment="top" width="0">
23062 <column alignment="center" valignment="top" width="0">
23063 <row>
23064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 a
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 b
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 c
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 d
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 e
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 </lyxtabular>
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Section
23123 Colocación de leyendas
23124 \begin_inset Index idx
23125 status collapsed
23126
23127 \begin_layout Plain Layout
23128 Leyendas ! Colocación
23129 \end_layout
23130
23131 \end_inset
23132
23133
23134 \begin_inset Index idx
23135 status collapsed
23136
23137 \begin_layout Plain Layout
23138 Flotantes ! Colocación de leyendas
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \begin_inset CommandInset label
23145 LatexCommand label
23146 name "sec:Colocación-de-leyendas"
23147
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \begin_layout Standard
23154 La norma habitual para colocar las leyendas es:
23155 \end_layout
23156
23157 \begin_layout Description
23158 Figura: La leyenda al pie de la figura
23159 \end_layout
23160
23161 \begin_layout Description
23162 cuadro: La leyenda sobre el cuadro
23163 \end_layout
23164
23165 \begin_layout Standard
23166 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23167  el cuadro.
23168  Esto implica que si usas las clases de documento 
23169 \family sans
23170 article
23171 \family default
23172
23173 \family sans
23174 book
23175 \family default
23176
23177 \family sans
23178 letter
23179 \family default
23180 , o 
23181 \family sans
23182 report
23183 \family default
23184  no habrá espacio entre la leyenda y el cuadro.
23185  Para insertar el espacio adecuado añade la siguiente opción al comando
23186  del paquete LaTeX 
23187 \series bold
23188 caption
23189 \series default
23190  en el preámbulo del documento:
23191 \begin_inset Foot
23192 status collapsed
23193
23194 \begin_layout Plain Layout
23195 Véase la sección
23196 \begin_inset space ~
23197 \end_inset
23198
23199
23200 \begin_inset CommandInset ref
23201 LatexCommand ref
23202 reference "sec:Formato-de-leyendas"
23203
23204 \end_inset
23205
23206  para más información sobre el paquete 
23207 \series bold
23208 caption
23209 \series default
23210 .
23211 \end_layout
23212
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \begin_layout Standard
23219
23220 \series bold
23221 tableposition=top
23222 \end_layout
23223
23224 \begin_layout Standard
23225 Si estás usando la clase 
23226 \series bold
23227 KOMA-Script
23228 \series default
23229
23230 \begin_inset Index idx
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234 LaTeX-paquetes ! KOMA-Script
23235 \end_layout
23236
23237 \end_inset
23238
23239  (
23240 \family sans
23241 article (KOMA-Script)
23242 \family default
23243
23244 \family sans
23245 book (KOMA-Script)
23246 \family default
23247
23248 \family sans
23249 letter (KOMA-Script)
23250 \family default
23251 , o 
23252 \family sans
23253 report (KOMA-Script)
23254 \family default
23255
23256 \begin_inset space \thinspace{}
23257 \end_inset
23258
23259 ), en vez de 
23260 \series bold
23261 caption
23262 \series default
23263  puedes poner la opción 
23264 \series bold
23265 captions=tableheading
23266 \series default
23267  de la clase de documento.
23268 \end_layout
23269
23270 \begin_layout Standard
23271 \begin_inset VSpace bigskip
23272 \end_inset
23273
23274 También es posible poner la leyenda junto a una figura o cuadro.
23275  Para conseguirlo hay que cargar el paquete LaTeX 
23276 \series bold
23277 sidecap
23278 \series default
23279
23280 \begin_inset Index idx
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284 LaTeX-paquetes ! sidecap
23285 \end_layout
23286
23287 \end_inset
23288
23289  añadiendo en el preámbulo del documento la línea
23290 \end_layout
23291
23292 \begin_layout Standard
23293
23294 \series bold
23295
23296 \backslash
23297 usepackage[option]{sidecap}
23298 \end_layout
23299
23300 \begin_layout Standard
23301 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23302  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23303  Puedes cambiar la colocación al margen interno con la opción 
23304 \series bold
23305 innercaption
23306 \series default
23307 .
23308  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23309  opciones 
23310 \series bold
23311 rightcaption
23312 \series default
23313  o 
23314 \series bold
23315 leftcaption
23316 \series default
23317 , respectivamente.
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \begin_inset ERT
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325
23326
23327 \backslash
23328 ifsidecap
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \begin_inset Note Note
23335 status collapsed
23336
23337 \begin_layout Plain Layout
23338 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23339  LaTeX 
23340 \series bold
23341 sidecap
23342 \series default
23343 .
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \begin_layout Standard
23352 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23353  estos comandos al preámbulo del documento:
23354 \end_layout
23355
23356 \begin_layout Standard
23357 \noindent
23358 \begin_inset CommandInset line
23359 LatexCommand rule
23360 offset "0.5ex"
23361 width "100line%"
23362 height "1pt"
23363
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \begin_layout Standard
23370
23371 \series bold
23372
23373 \backslash
23374 newcommand{
23375 \backslash
23376 TabBesBeg}{%
23377 \begin_inset Newline newline
23378 \end_inset
23379
23380
23381 \begin_inset Phantom HPhantom
23382 status open
23383
23384 \begin_layout Plain Layout
23385
23386 \series bold
23387 \begin_inset space ~
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394
23395
23396 \backslash
23397 let
23398 \backslash
23399 MyTable
23400 \backslash
23401 table
23402 \begin_inset Newline newline
23403 \end_inset
23404
23405
23406 \begin_inset Phantom HPhantom
23407 status open
23408
23409 \begin_layout Plain Layout
23410
23411 \series bold
23412 \begin_inset space ~
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \backslash
23422 let
23423 \backslash
23424 MyEndtable
23425 \backslash
23426 endtable
23427 \begin_inset Newline newline
23428 \end_inset
23429
23430
23431 \begin_inset Phantom HPhantom
23432 status open
23433
23434 \begin_layout Plain Layout
23435
23436 \series bold
23437 \begin_inset space ~
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \backslash
23447 renewenvironment{table}{
23448 \backslash
23449 begin{SCtable}}{
23450 \backslash
23451 end{SCtable}}}
23452 \end_layout
23453
23454 \begin_layout Standard
23455
23456 \series bold
23457
23458 \backslash
23459 newcommand{
23460 \backslash
23461 TabBesEnd}{%
23462 \begin_inset Newline newline
23463 \end_inset
23464
23465
23466 \begin_inset Phantom HPhantom
23467 status open
23468
23469 \begin_layout Plain Layout
23470
23471 \series bold
23472 \begin_inset space ~
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \backslash
23482 let
23483 \backslash
23484 table
23485 \backslash
23486 MyTable
23487 \begin_inset Newline newline
23488 \end_inset
23489
23490
23491 \begin_inset Phantom HPhantom
23492 status open
23493
23494 \begin_layout Plain Layout
23495
23496 \series bold
23497 \begin_inset space ~
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \backslash
23507 let
23508 \backslash
23509 endtable
23510 \backslash
23511 MyEndtable
23512 \end_layout
23513
23514 \begin_layout Standard
23515
23516 \series bold
23517
23518 \backslash
23519 newcommand{
23520 \backslash
23521 FigBesBeg}{%
23522 \begin_inset Newline newline
23523 \end_inset
23524
23525
23526 \begin_inset Phantom HPhantom
23527 status open
23528
23529 \begin_layout Plain Layout
23530
23531 \series bold
23532 \begin_inset space ~
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \backslash
23542 let
23543 \backslash
23544 MyFigure
23545 \backslash
23546 figure
23547 \begin_inset Newline newline
23548 \end_inset
23549
23550
23551 \begin_inset Phantom HPhantom
23552 status open
23553
23554 \begin_layout Plain Layout
23555
23556 \series bold
23557 \begin_inset space ~
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \backslash
23567 let
23568 \backslash
23569 MyEndfigure
23570 \backslash
23571 endfigure
23572 \begin_inset Newline newline
23573 \end_inset
23574
23575
23576 \begin_inset Phantom HPhantom
23577 status open
23578
23579 \begin_layout Plain Layout
23580
23581 \series bold
23582 \begin_inset space ~
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \backslash
23592 renewenvironment{figure}{
23593 \backslash
23594 begin{SCfigure}}{
23595 \backslash
23596 end{SCfigure}}}
23597 \end_layout
23598
23599 \begin_layout Standard
23600
23601 \series bold
23602
23603 \backslash
23604 newcommand{
23605 \backslash
23606 FigBesEnd}{%
23607 \begin_inset Newline newline
23608 \end_inset
23609
23610
23611 \begin_inset Phantom HPhantom
23612 status open
23613
23614 \begin_layout Plain Layout
23615
23616 \series bold
23617 \begin_inset space ~
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \backslash
23627 let
23628 \backslash
23629 figure
23630 \backslash
23631 MyFigure
23632 \begin_inset Newline newline
23633 \end_inset
23634
23635
23636 \begin_inset Phantom HPhantom
23637 status open
23638
23639 \begin_layout Plain Layout
23640
23641 \series bold
23642 \begin_inset space ~
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \backslash
23652 let
23653 \backslash
23654 endfigure
23655 \backslash
23656 MyEndfigure}
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \noindent
23661 \begin_inset CommandInset line
23662 LatexCommand rule
23663 offset "0.5ex"
23664 width "100line%"
23665 height "1pt"
23666
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \begin_layout Standard
23673 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23674  en un lado.
23675  Para figuras flotantes usa el comando
23676 \end_layout
23677
23678 \begin_layout Standard
23679
23680 \series bold
23681
23682 \backslash
23683 FigBesBeg
23684 \end_layout
23685
23686 \begin_layout Standard
23687 en código TeX antes del flotante.
23688  Detrás del flotante inserta
23689 \end_layout
23690
23691 \begin_layout Standard
23692
23693 \series bold
23694
23695 \backslash
23696 FigBesEnd
23697 \end_layout
23698
23699 \begin_layout Standard
23700 en código TeX para volver a la definición original de flotantes.
23701 \end_layout
23702
23703 \begin_layout Standard
23704 Para cuadros flotantes usa los comandos correspondientes
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \series bold
23710
23711 \backslash
23712 TabBesBeg
23713 \series default
23714  y 
23715 \series bold
23716
23717 \backslash
23718 TabBesEnd
23719 \end_layout
23720
23721 \begin_layout Standard
23722 La figura
23723 \begin_inset space ~
23724 \end_inset
23725
23726
23727 \begin_inset CommandInset ref
23728 LatexCommand ref
23729 reference "fig:encab-al-lado"
23730
23731 \end_inset
23732
23733  y el cuadro
23734 \begin_inset space ~
23735 \end_inset
23736
23737
23738 \begin_inset CommandInset ref
23739 LatexCommand ref
23740 reference "tab:encab-al-lado"
23741
23742 \end_inset
23743
23744  son ejemplos en los que el título se sitúa al lado.
23745 \end_layout
23746
23747 \begin_layout Standard
23748 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23749  en cuadros flotantes y debajo en las figuras flotantes.
23750  Para cambiarlo, puedes usar el comando
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \series bold
23756
23757 \backslash
23758 sidecaptionvpos{tipo de flotante}{colocación}
23759 \end_layout
23760
23761 \begin_layout Standard
23762 en el preámbulo o en código TeX antes del flotante.
23763  El tipo de flotante es 
23764 \family sans
23765 figure
23766 \family default
23767  o 
23768 \family sans
23769 table
23770 \family default
23771 , la colocación puede ser «
23772 \family sans
23773 t
23774 \family default
23775 » por «top» (arriba), «
23776 \family sans
23777 c
23778 \family default
23779 » por «center» (centro), o «
23780 \family sans
23781 b
23782 \family default
23783 » por «bottom» (abajo).
23784  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23785  usa el comando
23786 \end_layout
23787
23788 \begin_layout Standard
23789
23790 \series bold
23791
23792 \backslash
23793 sidecaptionvpos{figure}{c}
23794 \end_layout
23795
23796 \begin_layout Standard
23797 Esto se ha hecho en la figura
23798 \begin_inset space ~
23799 \end_inset
23800
23801
23802 \begin_inset CommandInset ref
23803 LatexCommand ref
23804 reference "fig:encab-al-lado-de-fig"
23805
23806 \end_inset
23807
23808 .
23809 \end_layout
23810
23811 \begin_layout Standard
23812 \begin_inset VSpace medskip
23813 \end_inset
23814
23815 Más información sobre el paquete 
23816 \series bold
23817 sidecap
23818 \series default
23819  en su documentación 
23820 \begin_inset CommandInset citation
23821 LatexCommand cite
23822 key "sidecap"
23823
23824 \end_inset
23825
23826 .
23827 \end_layout
23828
23829 \begin_layout Standard
23830 \begin_inset Note Greyedout
23831 status open
23832
23833 \begin_layout Plain Layout
23834
23835 \series bold
23836 Nota:
23837 \series default
23838  El paquete LaTeX 
23839 \series bold
23840 hypcap
23841 \series default
23842
23843 \begin_inset Index idx
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847 LaTeX-paquetes ! hypcap
23848 \end_layout
23849
23850 \end_inset
23851
23852 , descrito en la sección
23853 \begin_inset space ~
23854 \end_inset
23855
23856
23857 \begin_inset CommandInset ref
23858 LatexCommand ref
23859 reference "sub:Colocación-de-Referencias"
23860
23861 \end_inset
23862
23863 , no afecta a flotantes con la leyenda al lado.
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \begin_layout Standard
23872 \begin_inset ERT
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876
23877
23878 \backslash
23879 FigBesBeg 
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 \begin_inset Float figure
23889 wide false
23890 sideways false
23891 status open
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Graphics
23895         filename ../clipart/escher-lsd.eps
23896         scale 75
23897
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Caption
23905
23906 \begin_layout Plain Layout
23907 \begin_inset CommandInset label
23908 LatexCommand label
23909 name "fig:encab-al-lado"
23910
23911 \end_inset
23912
23913 Leyenda al lado de una figura.
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \begin_layout Standard
23927 \begin_inset ERT
23928 status collapsed
23929
23930 \begin_layout Plain Layout
23931
23932
23933 \backslash
23934 TabBesBeg 
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \begin_inset Float table
23944 wide false
23945 sideways false
23946 status open
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Caption
23950
23951 \begin_layout Plain Layout
23952 \begin_inset CommandInset label
23953 LatexCommand label
23954 name "tab:encab-al-lado"
23955
23956 \end_inset
23957
23958 Leyenda al lado de un cuadro.
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Plain Layout
23967 \begin_inset Tabular
23968 <lyxtabular version="3" rows="4" columns="5">
23969 <features tabularvalignment="middle">
23970 <column alignment="center" valignment="top" width="0">
23971 <column alignment="center" valignment="top" width="0">
23972 <column alignment="center" valignment="top" width="0">
23973 <column alignment="center" valignment="top" width="0">
23974 <column alignment="center" valignment="top" width="0">
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 a
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 b
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 c
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 d
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 e
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074 f
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092 g
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110 h
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 <row>
24117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 i
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 j
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 </lyxtabular>
24164
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Standard
24176 \begin_inset ERT
24177 status collapsed
24178
24179 \begin_layout Plain Layout
24180
24181
24182 \backslash
24183 TabBesEnd
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Standard
24192 \begin_inset ERT
24193 status collapsed
24194
24195 \begin_layout Plain Layout
24196
24197
24198 \backslash
24199 sidecaptionvpos{figure}{c}
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \begin_inset Float figure
24206 wide false
24207 sideways false
24208 status open
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Graphics
24212         filename ../clipart/escher-lsd.eps
24213         scale 75
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \begin_layout Plain Layout
24221 \begin_inset Caption
24222
24223 \begin_layout Plain Layout
24224 \begin_inset CommandInset label
24225 LatexCommand label
24226 name "fig:encab-al-lado-de-fig"
24227
24228 \end_inset
24229
24230 Leyenda centrada verticalmente junto a una figura.
24231 \end_layout
24232
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \begin_layout Standard
24244 \begin_inset ERT
24245 status collapsed
24246
24247 \begin_layout Plain Layout
24248
24249
24250 \backslash
24251 FigBesEnd
24252 \end_layout
24253
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \begin_layout Standard
24260 \begin_inset ERT
24261 status collapsed
24262
24263 \begin_layout Plain Layout
24264
24265
24266 \backslash
24267 else
24268 \end_layout
24269
24270 \end_inset
24271
24272
24273 \begin_inset Note Note
24274 status collapsed
24275
24276 \begin_layout Plain Layout
24277 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24278  
24279 \series bold
24280 sidecap
24281 \series default
24282 .
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Standard
24291 Debes instalar el paquete LaTeX 
24292 \series bold
24293 sidecap
24294 \series default
24295  para ver la parte siguiente en la salida.
24296 \end_layout
24297
24298 \begin_layout Standard
24299 \begin_inset ERT
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303
24304
24305 \backslash
24306 fi
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Section
24315 Índice de flotantes
24316 \begin_inset Index idx
24317 status collapsed
24318
24319 \begin_layout Plain Layout
24320 Flotantes ! Índice de
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \begin_layout Standard
24329 Igual que en el índice general se listan las secciones del documento, hay
24330  índices para todos los tipos de flotantes, como las figuras.
24331  Se pueden insertar mediante los submenús 
24332 \family sans
24333 Insertar\SpecialChar \menuseparator
24334 Índice
24335 \family default
24336 .
24337 \end_layout
24338
24339 \begin_layout Standard
24340 Las entradas de los índices son las leyendas del flotante o su título breve,
24341  el número de flotante y el número de la página del documento en la que
24342  aparecen.
24343 \end_layout
24344
24345 \begin_layout Standard
24346 Puedes encontrar los índices de figuras y cuadros al final de este documento.
24347 \end_layout
24348
24349 \begin_layout Chapter
24350 Notas
24351 \end_layout
24352
24353 \begin_layout Section
24354 Notas en LyX
24355 \begin_inset Index idx
24356 status collapsed
24357
24358 \begin_layout Plain Layout
24359 Notas ! en LyX
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \begin_layout Standard
24368 Las notas se insertan con el botón 
24369 \begin_inset Graphics
24370         filename ../../images/note-insert.png
24371         scale 85
24372
24373 \end_inset
24374
24375  o con el menú 
24376 \family sans
24377 Insertar\SpecialChar \menuseparator
24378 Nota
24379 \family default
24380 .
24381  Hay cinco tipos de notas:
24382 \end_layout
24383
24384 \begin_layout Description
24385 Nota
24386 \begin_inset space ~
24387 \end_inset
24388
24389 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24390  Su cuadro se muestra como este:
24391 \begin_inset Newline newline
24392 \end_inset
24393
24394
24395 \begin_inset Newline newline
24396 \end_inset
24397
24398
24399 \begin_inset Graphics
24400         filename clipart/NotaLyXImagenQt4.png
24401         display false
24402         scale 75
24403
24404 \end_inset
24405
24406  
24407 \begin_inset Note Note
24408 status collapsed
24409
24410 \begin_layout Plain Layout
24411 Este es un texto en un recuadro que no se muestra en la salida.
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Description
24420 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24421  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24422 \family sans
24423 Archivo\SpecialChar \menuseparator
24424 Exportar\SpecialChar \menuseparator
24425 LaTeX (pdflatex) / (plain)
24426 \family default
24427 .
24428  Su recuadro se ve así:
24429 \begin_inset Newline newline
24430 \end_inset
24431
24432
24433 \begin_inset Newline newline
24434 \end_inset
24435
24436
24437 \begin_inset Graphics
24438         filename clipart/ComentNotaImagenQt4.png
24439         display false
24440         scale 75
24441
24442 \end_inset
24443
24444  
24445 \begin_inset Note Comment
24446 status collapsed
24447
24448 \begin_layout Plain Layout
24449 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Description
24458 Resaltado
24459 \begin_inset space ~
24460 \end_inset
24461
24462 en
24463 \begin_inset space ~
24464 \end_inset
24465
24466 gris Esta nota aparece en la salida como texto resaltado en gris.
24467  Su recuadro se parece a este:
24468 \begin_inset Newline newline
24469 \end_inset
24470
24471
24472 \begin_inset Newline newline
24473 \end_inset
24474
24475
24476 \begin_inset Graphics
24477         filename clipart/GrisNotaImagenQt4.png
24478         display false
24479         scale 75
24480
24481 \end_inset
24482
24483
24484 \begin_inset Newline newline
24485 \end_inset
24486
24487
24488 \begin_inset ERT
24489 status collapsed
24490
24491 \begin_layout Plain Layout
24492
24493
24494 \backslash
24495 renewenvironment{lyxgreyedout}
24496 \end_layout
24497
24498 \begin_layout Plain Layout
24499
24500 {
24501 \backslash
24502 textcolor[gray]{0.8}
24503 \backslash
24504 bgroup}{
24505 \backslash
24506 egroup}
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \begin_inset Note Greyedout
24513 status open
24514
24515 \begin_layout Plain Layout
24516 Este es el texto
24517 \begin_inset Foot
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24522 \end_layout
24523
24524 \end_inset
24525
24526  de un comentario que se muestra resaltado en gris.
24527 \end_layout
24528
24529 \end_inset
24530
24531
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 renewenvironment{lyxgreyedout}
24540 \end_layout
24541
24542 \begin_layout Plain Layout
24543
24544 {
24545 \backslash
24546 textcolor{blue}
24547 \backslash
24548 bgroup}{
24549 \backslash
24550 egroup}
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \begin_inset Note Note
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24561  original de LyX, ya que en el preámbulo de este documento se han redefinido
24562  estas notas para que salgan en azul, como se indica más adelante.
24563 \end_layout
24564
24565 \end_inset
24566
24567
24568 \begin_inset Newline newline
24569 \end_inset
24570
24571
24572 \begin_inset Newline newline
24573 \end_inset
24574
24575 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24576  está un poco sangrada, y por otra parte pueden tener notas al pie.
24577 \end_layout
24578
24579 \begin_layout Standard
24580 \begin_inset VSpace bigskip
24581 \end_inset
24582
24583 Si usas el botón de la barra de herramientas 
24584 \begin_inset Graphics
24585         filename ../../images/note-insert.png
24586         scale 85
24587
24588 \end_inset
24589
24590  para insertar notas, se inserta una 
24591 \family sans
24592 Nota
24593 \begin_inset space ~
24594 \end_inset
24595
24596 LyX
24597 \family default
24598 .
24599  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24600  recuadro.
24601  
24602 \family roman
24603 \series medium
24604 \bar no
24605 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24606  botón de herramienta 
24607 \family sans
24608 \series default
24609 \bar default
24610 Nota
24611 \family default
24612 .
24613  Para cambiar una nota a texto, pulsa la tecla 
24614 \family sans
24615 Retroceso
24616 \family default
24617  cuando el cursor está en la primera posición de una nota, o la tecla 
24618 \family sans
24619 Supr
24620 \family default
24621  cuando el cursor está en la última posición de la nota, respectivamente.
24622 \end_layout
24623
24624 \begin_layout Standard
24625 \begin_inset VSpace bigskip
24626 \end_inset
24627
24628 Se puede cambiar el color del 
24629 \family sans
24630 Resaltado en gris
24631 \family default
24632  poniendo en el preámbulo el comando:
24633 \end_layout
24634
24635 \begin_layout Standard
24636
24637 \series bold
24638
24639 \backslash
24640 renewenvironment{lyxgreyedout}
24641 \begin_inset Newline newline
24642 \end_inset
24643
24644
24645 \begin_inset Phantom HPhantom
24646 status open
24647
24648 \begin_layout Plain Layout
24649
24650 \series bold
24651 \begin_inset space ~
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \end_inset
24658
24659 {
24660 \backslash
24661 textcolor{color}
24662 \backslash
24663 bgroup}{
24664 \backslash
24665 egroup}
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Los colores disponibles y el método para definir nuestros propios colores
24670  se explica en la sección
24671 \begin_inset space ~
24672 \end_inset
24673
24674
24675 \begin_inset CommandInset ref
24676 LatexCommand ref
24677 reference "sec:Cuadros-Coloreados"
24678
24679 \end_inset
24680
24681 .
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Las notas en azul en este documento se han hecho con notas del tipo 
24686 \family sans
24687 Resaltado en gris
24688 \family default
24689  pero definiendo el color del texto en azul.
24690 \end_layout
24691
24692 \begin_layout Section
24693 Notas al pie
24694 \begin_inset CommandInset label
24695 LatexCommand label
24696 name "sec:Notas-al-pie"
24697
24698 \end_inset
24699
24700
24701 \begin_inset Index idx
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705 Notas ! al pie
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Standard
24714 Las notas al pie se insertan con el botón 
24715 \begin_inset Graphics
24716         filename ../../images/footnote-insert.png
24717         scale 85
24718
24719 \end_inset
24720
24721  o el menú 
24722 \family sans
24723 Insertar\SpecialChar \menuseparator
24724 Nota
24725 \begin_inset space ~
24726 \end_inset
24727
24728 al
24729 \begin_inset space ~
24730 \end_inset
24731
24732 pie
24733 \family default
24734 .
24735  
24736 \family roman
24737 \series medium
24738 \bar no
24739 Aparece un recuadro como este:
24740 \family default
24741 \series default
24742 \bar default
24743  
24744 \begin_inset Graphics
24745         filename clipart/notapieQt4.png
24746         scale 80
24747
24748 \end_inset
24749
24750  
24751 \family roman
24752 \series medium
24753 \bar no
24754 donde puedes introducir el texto.
24755  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24756  sobre el
24757 \family default
24758 \series default
24759 \bar default
24760  
24761 \family roman
24762 \series medium
24763 \bar no
24764 botón
24765 \family default
24766 \series default
24767 \bar default
24768 .
24769  Para cambiar una nota al pie a texto, pulsa la tecla 
24770 \family sans
24771 Retroceso
24772 \family default
24773  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24774  
24775 \family sans
24776 Supr
24777 \family default
24778  cuando el cursor está en la última posición de la nota, respectivamente.
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Aquí hay un ejemplo de nota al pie:
24783 \family roman
24784 \series medium
24785 \bar no
24786
24787 \begin_inset Foot
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791 \begin_inset CommandInset label
24792 LatexCommand label
24793 name "pie:Esto-es-una"
24794
24795 \end_inset
24796
24797 Ejemplo de nota al pie.
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \family default
24804 \series default
24805 \bar default
24806
24807 \begin_inset ERT
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811
24812
24813 \backslash
24814 newcounter{MyRepeatFoot}
24815 \end_layout
24816
24817 \begin_layout Plain Layout
24818
24819
24820 \backslash
24821 setcounter{MyRepeatFoot}{
24822 \backslash
24823 thefootnote}
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 En la salida, el pie se muestra como número voladito en el lugar del texto
24833  donde se coloca el recuadro.
24834  El texto se coloca al final de la página actual.
24835  Los números de las notas son calculados por LaTeX, y son consecutivos.
24836  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24837 \end_layout
24838
24839 \begin_layout Standard
24840 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24841  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24842  se describe en la sección
24843 \begin_inset space ~
24844 \end_inset
24845
24846
24847 \begin_inset CommandInset ref
24848 LatexCommand ref
24849 reference "sec:Referencias-a-Flotantes"
24850
24851 \end_inset
24852
24853 .
24854 \begin_inset Newline newline
24855 \end_inset
24856
24857 Esto es una referencia cruzada a la Nota al pie
24858 \begin_inset space ~
24859 \end_inset
24860
24861
24862 \begin_inset CommandInset ref
24863 LatexCommand ref
24864 reference "pie:Esto-es-una"
24865
24866 \end_inset
24867
24868 .
24869 \end_layout
24870
24871 \begin_layout Standard
24872 \begin_inset VSpace defskip
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \begin_layout Standard
24879 Debido a razones técnicas, LaTeX no imprime las notas al pie en cuadros.
24880  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24881  se inserta el comando 
24882 \series bold
24883
24884 \backslash
24885 footnotemark{}
24886 \series default
24887  en código TeX.
24888  El texto de la nota se introduce como argumento del comando
24889 \series bold
24890  
24891 \backslash
24892 footnotetext
24893 \series default
24894  después del cuadro.
24895 \begin_inset Newline newline
24896 \end_inset
24897
24898 Esto es lo que se ha hecho para el siguiente cuadro con el comando
24899 \end_layout
24900
24901 \begin_layout Standard
24902
24903 \series bold
24904
24905 \backslash
24906 footnotetext{
24907 \series default
24908 Texto de la nota del cuadro.
24909 \series bold
24910 }
24911 \end_layout
24912
24913 \begin_layout Standard
24914 \begin_inset Tabular
24915 <lyxtabular version="3" rows="2" columns="1">
24916 <features tabularvalignment="middle">
24917 <column alignment="center" valignment="top" width="0">
24918 <row>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 Texto de ejemplo.
24924 \begin_inset Foot
24925 status open
24926
24927 \begin_layout Plain Layout
24928 ¡Esta nota no se imprimirá!
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 </row>
24939 <row>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 Texto de ejemplo.
24945 \begin_inset ERT
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949
24950
24951 \backslash
24952 footnotemark{}
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 </row>
24963 </lyxtabular>
24964
24965 \end_inset
24966
24967
24968 \begin_inset ERT
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972
24973
24974 \backslash
24975 footnotetext{
24976 \end_layout
24977
24978 \end_inset
24979
24980 Texto de la nota del cuadro.
24981 \begin_inset ERT
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985
24986 }
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \begin_layout Standard
24995 Las notas al pie en cuadros largos se describen en la sección
24996 \begin_inset space ~
24997 \end_inset
24998
24999
25000 \begin_inset CommandInset ref
25001 LatexCommand ref
25002 reference "sub:Notas-al-pie-en-Cuadros-Largos"
25003
25004 \end_inset
25005
25006 .
25007 \end_layout
25008
25009 \begin_layout Standard
25010 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
25011  y con numeración diferente debido a que una minipágina es como una página
25012  dentro de otra.
25013  (Más información sobre minipáginas en la sección
25014 \begin_inset space ~
25015 \end_inset
25016
25017
25018 \begin_inset CommandInset ref
25019 LatexCommand ref
25020 reference "sec:Minipáginas"
25021
25022 \end_inset
25023
25024 ).
25025  Para poner notas en una minipágina que se impriman a pie de página como
25026  las notas al pie normales, se puede usar también el método de 
25027 \series bold
25028
25029 \backslash
25030 footnotemark{}
25031 \series default
25032  y 
25033 \series bold
25034
25035 \backslash
25036 footnotetext
25037 \series default
25038 .
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \begin_inset Box Frameless
25043 position "t"
25044 hor_pos "c"
25045 has_inner_box 1
25046 inner_pos "t"
25047 use_parbox 0
25048 use_makebox 0
25049 width "100col%"
25050 special "none"
25051 height "1in"
25052 height_special "totalheight"
25053 status open
25054
25055 \begin_layout Plain Layout
25056 Muestra de texto en una minipágina.
25057 \begin_inset Foot
25058 status open
25059
25060 \begin_layout Plain Layout
25061 Nota en la minipágina.
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Plain Layout
25070 Muestra de texto en una minipágina.
25071 \begin_inset ERT
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075
25076
25077 \backslash
25078 footnotemark{}
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096
25097
25098 \backslash
25099 footnotetext{
25100 \end_layout
25101
25102 \end_inset
25103
25104 Nota fuera de la minipágina.
25105 \begin_inset ERT
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109
25110 }
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 \begin_inset VSpace defskip
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \begin_layout Standard
25126 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25127  cada vez, usa el comando 
25128 \series bold
25129
25130 \backslash
25131 footnotemark[number]
25132 \series default
25133  en código TeX.
25134 \begin_inset Newline newline
25135 \end_inset
25136
25137 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25138  hay que guardarlo.
25139  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25140  comandos en código TeX después de la nota al pie
25141 \begin_inset space ~
25142 \end_inset
25143
25144
25145 \begin_inset CommandInset ref
25146 LatexCommand ref
25147 reference "pie:Esto-es-una"
25148
25149 \end_inset
25150
25151  para guardar el número de la nota: 
25152 \end_layout
25153
25154 \begin_layout Standard
25155
25156 \series bold
25157
25158 \backslash
25159 newcounter{MyRepeatFoot}
25160 \begin_inset Newline newline
25161 \end_inset
25162
25163
25164 \backslash
25165 setcounter{MyRepeatFoot}{
25166 \backslash
25167 thefootnote}
25168 \end_layout
25169
25170 \begin_layout Standard
25171 La marca de la nota se ha creado después con el comando:
25172 \end_layout
25173
25174 \begin_layout Standard
25175
25176 \series bold
25177
25178 \backslash
25179 footnotemark[
25180 \backslash
25181 theMyRepeatFoot]
25182 \end_layout
25183
25184 \begin_layout Standard
25185 Aquí hay una nota repetida:
25186 \begin_inset ERT
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190
25191
25192 \backslash
25193 footnotemark[
25194 \backslash
25195 theMyRepeatFoot]
25196 \end_layout
25197
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Para repetir la nota al pie previa, se puede omitir el guardado del número
25205  de la nota y usar en su lugar el comando:
25206 \end_layout
25207
25208 \begin_layout Standard
25209
25210 \series bold
25211
25212 \backslash
25213 footnotemark[
25214 \backslash
25215 thefootnote]
25216 \end_layout
25217
25218 \begin_layout Standard
25219 Aquí hay otra nota repetida:
25220 \begin_inset ERT
25221 status collapsed
25222
25223 \begin_layout Plain Layout
25224
25225
25226 \backslash
25227 footnotemark[
25228 \backslash
25229 thefootnote]
25230 \end_layout
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Subsection
25238 Numeración de notas al pie
25239 \begin_inset CommandInset label
25240 LatexCommand label
25241 name "sub:Numeración-de-Notas-al-Pie"
25242
25243 \end_inset
25244
25245
25246 \begin_inset Index idx
25247 status open
25248
25249 \begin_layout Plain Layout
25250 Notas ! al pie ! numeración
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 Para reiniciar el número de pie a 1 en cada sección añade
25260 \family roman
25261  en el preámbulo el comando:
25262 \end_layout
25263
25264 \begin_layout Standard
25265
25266 \series bold
25267
25268 \backslash
25269 @addtoreset{footnote}{section}
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset VSpace bigskip
25274 \end_inset
25275
25276 El siguiente comando en el preámbulo cambia el estilo de numeración del
25277  pie a números romanos en minúsculas:
25278 \end_layout
25279
25280 \begin_layout Standard
25281
25282 \series bold
25283
25284 \backslash
25285 renewcommand{
25286 \backslash
25287 thefootnote}{
25288 \backslash
25289 roman{footnote}}
25290 \end_layout
25291
25292 \begin_layout Standard
25293 \begin_inset ERT
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297
25298
25299 \backslash
25300 renewcommand{
25301 \backslash
25302 thefootnote}{
25303 \backslash
25304 roman{footnote}}
25305 \end_layout
25306
25307 \end_inset
25308
25309  Nota al pie en números romanos:
25310 \begin_inset Foot
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 Ejemplo de nota al pie en números romanos.
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \begin_inset ERT
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324
25325
25326 \backslash
25327 renewcommand{
25328 \backslash
25329 thefootnote}{
25330 \backslash
25331 arabic{footnote}}
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \end_layout
25338
25339 \begin_layout Standard
25340 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25341  
25342 \series bold
25343
25344 \backslash
25345 roman
25346 \series default
25347  por 
25348 \series bold
25349
25350 \backslash
25351 Roman
25352 \series default
25353 .
25354  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25355 \series bold
25356
25357 \backslash
25358 Alph
25359 \series default
25360  o 
25361 \series bold
25362
25363 \backslash
25364 alph
25365 \series default
25366 , respectivamente.
25367  Para ordenar las notas al pie con símbolos usa 
25368 \series bold
25369
25370 \backslash
25371 fnsymbol
25372 \series default
25373 .
25374 \end_layout
25375
25376 \begin_layout Standard
25377 \begin_inset Note Greyedout
25378 status open
25379
25380 \begin_layout Plain Layout
25381
25382 \series bold
25383 Nota:
25384 \series default
25385  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25386  simples.
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \begin_inset Newline newline
25393 \end_inset
25394
25395
25396 \begin_inset Note Greyedout
25397 status open
25398
25399 \begin_layout Plain Layout
25400
25401 \series bold
25402 Nota:
25403 \series default
25404  sólo puedes ordenar hasta 9 pies con símbolos.
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413 Para volver al estilo de numeración predeterminado cuando has cambiado a
25414  otro estilo, usa 
25415 \series bold
25416
25417 \backslash
25418 arabic
25419 \series default
25420  en vez de 
25421 \series bold
25422
25423 \backslash
25424 roman
25425 \series default
25426  en el comando anterior.
25427 \begin_inset ERT
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431
25432
25433 \backslash
25434 renewcommand{
25435 \backslash
25436 thefootnote}{
25437 \backslash
25438 arabic{footnote}}
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Standard
25447 \begin_inset VSpace bigskip
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \begin_layout Standard
25454 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25455  comando al preámbulo del documento:
25456 \end_layout
25457
25458 \begin_layout Standard
25459
25460 \series bold
25461
25462 \backslash
25463 numberwithin{footnote}{chapter}
25464 \end_layout
25465
25466 \begin_layout Standard
25467 Para poder usar el comando 
25468 \series bold
25469
25470 \backslash
25471 numberwithin
25472 \series default
25473 , marca la opción 
25474 \family sans
25475 Usar
25476 \family default
25477
25478 \begin_inset space ~
25479 \end_inset
25480
25481
25482 \family sans
25483 el
25484 \family default
25485
25486 \begin_inset space ~
25487 \end_inset
25488
25489
25490 \family sans
25491 paquete
25492 \family default
25493
25494 \begin_inset space ~
25495 \end_inset
25496
25497
25498 \family sans
25499 AMS
25500 \family default
25501  en la sección 
25502 \family sans
25503 Opciones para ecuaciones
25504 \family default
25505  de la configuración del documento.
25506 \end_layout
25507
25508 \begin_layout Standard
25509 \begin_inset ERT
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513
25514
25515 \backslash
25516 numberwithin{footnote}{chapter}
25517 \end_layout
25518
25519 \end_inset
25520
25521 Esto es otro ejemplo de nota al pie:
25522 \series bold
25523
25524 \begin_inset Foot
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528 Nota al pie numerada en el esquema 
25529 \begin_inset Quotes eld
25530 \end_inset
25531
25532 capítulo.nota
25533 \begin_inset Quotes erd
25534 \end_inset
25535
25536 .
25537 \end_layout
25538
25539 \end_inset
25540
25541
25542 \series default
25543
25544 \begin_inset ERT
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548
25549
25550 \backslash
25551 renewcommand{
25552 \backslash
25553 thefootnote}{
25554 \backslash
25555 arabic{footnote}}
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 \begin_inset Note Greyedout
25565 status open
25566
25567 \begin_layout Plain Layout
25568
25569 \series bold
25570 Nota: 
25571 \backslash
25572 numberwithin 
25573 \series default
25574 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25575  previas para obtener números no arábigos se sobreescriben.
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \begin_layout Standard
25584 Así, para obtener por ejemplo el esquema «capítulo.
25585 \backslash
25586 Roman{footnote}», usa este comando en vez de 
25587 \series bold
25588
25589 \backslash
25590 numberwithin
25591 \series default
25592 :
25593 \end_layout
25594
25595 \begin_layout Standard
25596
25597 \series bold
25598
25599 \backslash
25600 renewcommand{
25601 \backslash
25602 thefootnote}{
25603 \backslash
25604 thechapter.
25605 \backslash
25606 Roman{footnote}}
25607 \end_layout
25608
25609 \begin_layout Subsection
25610 Colocación de notas al pie
25611 \begin_inset Index idx
25612 status open
25613
25614 \begin_layout Plain Layout
25615 Notas ! al pie ! colocación
25616 \end_layout
25617
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Standard
25624 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25625  entre ellas al final de la página.
25626  Para hacerlas más legibles puedes añadir 1.5
25627 \begin_inset space \thinspace{}
25628 \end_inset
25629
25630 mm, p.
25631 \begin_inset space \thinspace{}
25632 \end_inset
25633
25634 e., con el comando siguiente en el preámbulo:
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \series bold
25640
25641 \backslash
25642 let
25643 \backslash
25644 myFoot
25645 \backslash
25646 footnote
25647 \begin_inset Newline newline
25648 \end_inset
25649
25650
25651 \backslash
25652 renewcommand{
25653 \backslash
25654 footnote}[1]{
25655 \backslash
25656 myFoot{#1
25657 \backslash
25658 vspace{1.5mm}}}
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset VSpace bigskip
25663 \end_inset
25664
25665 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25666  véase la figura
25667 \begin_inset space ~
25668 \end_inset
25669
25670
25671 \begin_inset CommandInset ref
25672 LatexCommand ref
25673 reference "fig:Colocación-standard-del-pie"
25674
25675 \end_inset
25676
25677 .
25678  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25679  en la figura
25680 \begin_inset space ~
25681 \end_inset
25682
25683
25684 \begin_inset CommandInset ref
25685 LatexCommand ref
25686 reference "fig:Colocación-del-pie-en"
25687
25688 \end_inset
25689
25690 , usa el paquete LaTeX 
25691 \series bold
25692 ftnright
25693 \series default
25694
25695 \begin_inset Index idx
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699 LaTeX-paquetes ! ftnright
25700 \end_layout
25701
25702 \end_inset
25703
25704  con este comando en el preámbulo:
25705 \end_layout
25706
25707 \begin_layout Standard
25708
25709 \series bold
25710
25711 \backslash
25712 usepackage{ftnright}
25713 \end_layout
25714
25715 \begin_layout Standard
25716 \begin_inset Float figure
25717 placement !h
25718 wide false
25719 sideways false
25720 status open
25721
25722 \begin_layout Plain Layout
25723 \begin_inset ERT
25724 status collapsed
25725
25726 \begin_layout Plain Layout
25727
25728
25729 \backslash
25730 framebox{
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \begin_inset Graphics
25737         filename ../clipart/without_fntright.pdf
25738         width 100col%
25739
25740 \end_inset
25741
25742
25743 \begin_inset ERT
25744 status collapsed
25745
25746 \begin_layout Plain Layout
25747
25748 }
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Plain Layout
25757 \begin_inset Caption
25758
25759 \begin_layout Plain Layout
25760 \begin_inset CommandInset label
25761 LatexCommand label
25762 name "fig:Colocación-standard-del-pie"
25763
25764 \end_inset
25765
25766 Colocación estándar de notas al pie en documentos a dos columnas.
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Standard
25780 \begin_inset Float figure
25781 placement !h
25782 wide false
25783 sideways false
25784 status open
25785
25786 \begin_layout Plain Layout
25787 \begin_inset ERT
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791
25792
25793 \backslash
25794 framebox{
25795 \end_layout
25796
25797 \end_inset
25798
25799
25800 \begin_inset Graphics
25801         filename ../clipart/with_fntright.pdf
25802         width 100col%
25803
25804 \end_inset
25805
25806
25807 \begin_inset ERT
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811
25812 }
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Plain Layout
25821 \begin_inset Caption
25822
25823 \begin_layout Plain Layout
25824 \begin_inset CommandInset label
25825 LatexCommand label
25826 name "fig:Colocación-del-pie-en"
25827
25828 \end_inset
25829
25830 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25831  el paquete LaTeX 
25832 \series bold
25833 ftnright
25834 \series default
25835 .
25836 \end_layout
25837
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Standard
25849 \begin_inset VSpace bigskip
25850 \end_inset
25851
25852 En alguna literatura científica es habitual reunir las notas para imprimirlas
25853  en un párrafo separado al final de la sección, como en la figura
25854 \begin_inset space ~
25855 \end_inset
25856
25857
25858 \begin_inset CommandInset ref
25859 LatexCommand ref
25860 reference "fig:Notas-al-pie-al-final"
25861
25862 \end_inset
25863
25864 .
25865  Para reunir las notas al final
25866 \begin_inset Index idx
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870 Notas ! al final
25871 \end_layout
25872
25873 \end_inset
25874
25875  en vez de a pie de página, carga en el menú 
25876 \family sans
25877 Documento\SpecialChar \menuseparator
25878 Configuratión\SpecialChar \menuseparator
25879 Módulos
25880 \family default
25881  el módulo 
25882 \family sans
25883 Pie
25884 \begin_inset space ~
25885 \end_inset
25886
25887 al
25888 \begin_inset space ~
25889 \end_inset
25890
25891 final
25892 \family default
25893 .
25894  Para insertar la colección de notas, escribe el comando
25895 \end_layout
25896
25897 \begin_layout Standard
25898
25899 \series bold
25900
25901 \backslash
25902 theendnotes
25903 \end_layout
25904
25905 \begin_layout Standard
25906 en código TeX al final de una sección o capítulo.
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \begin_inset Float figure
25911 wide false
25912 sideways false
25913 status open
25914
25915 \begin_layout Plain Layout
25916 \align center
25917 \begin_inset ERT
25918 status collapsed
25919
25920 \begin_layout Plain Layout
25921
25922
25923 \backslash
25924 framebox{
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \begin_inset Graphics
25931         filename ../clipart/endnotes.pdf
25932
25933 \end_inset
25934
25935
25936 \begin_inset ERT
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940
25941 }
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \begin_layout Plain Layout
25950 \begin_inset Caption
25951
25952 \begin_layout Plain Layout
25953 \begin_inset CommandInset label
25954 LatexCommand label
25955 name "fig:Notas-al-pie-al-final"
25956
25957 \end_inset
25958
25959 Notas al final: notas impresas en párrafo separado al final de la sección
25960  o del capítulo.
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Standard
25974 \begin_inset VSpace medskip
25975 \end_inset
25976
25977 La cabecera de párrafo para las notas finales no se traduce automáticamente
25978  al lenguaje del documento, hay que hacerlo manualmente.
25979  El siguiente comando de preámbulo traduce el nombre en inglés «Notes» al
25980  español «Notas»:
25981 \end_layout
25982
25983 \begin_layout Standard
25984
25985 \series bold
25986
25987 \backslash
25988 renewcommand{
25989 \backslash
25990 notesname}{Notas}
25991 \end_layout
25992
25993 \begin_layout Standard
25994 \begin_inset VSpace medskip
25995 \end_inset
25996
25997 La numeración de notas finales puede cambiarse como la de las notas al pie,
25998  como se describe en la sección
25999 \begin_inset space ~
26000 \end_inset
26001
26002
26003 \begin_inset CommandInset ref
26004 LatexCommand ref
26005 reference "sub:Numeración-de-Notas-al-Pie"
26006
26007 \end_inset
26008
26009 ; sólo hay que reemplazar el comando 
26010 \series bold
26011
26012 \backslash
26013 thefootnote
26014 \series default
26015  por 
26016 \series bold
26017
26018 \backslash
26019 theendnote
26020 \series default
26021 .
26022  Para restablecer la numeración usa el comando 
26023 \series bold
26024
26025 \backslash
26026 @addtoreset
26027 \series default
26028  como se describe en la sección
26029 \begin_inset space ~
26030 \end_inset
26031
26032
26033 \begin_inset CommandInset ref
26034 LatexCommand ref
26035 reference "sub:Numeración-de-Notas-al-Pie"
26036
26037 \end_inset
26038
26039  y sustituye el parámetro de comando 
26040 \series bold
26041 footnote
26042 \series default
26043  por 
26044 \series bold
26045 endnote
26046 \series default
26047 .
26048 \end_layout
26049
26050 \begin_layout Standard
26051 Para notas al final hay el comando el comando 
26052 \series bold
26053
26054 \backslash
26055 endnotemark[número]
26056 \series default
26057  similar al comando 
26058 \series bold
26059
26060 \backslash
26061 footnotemark
26062 \series default
26063 , descrito en la sección
26064 \begin_inset space ~
26065 \end_inset
26066
26067
26068 \begin_inset CommandInset ref
26069 LatexCommand ref
26070 reference "sec:Notas-al-pie"
26071
26072 \end_inset
26073
26074 .
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \begin_inset VSpace bigskip
26079 \end_inset
26080
26081 Las notas al pie también pueden colocarse al margen de la página y la alineación
26082  del texto del pie también puede cambiarse, véase el paquete LaTeX 
26083 \series bold
26084 footmisc
26085 \series default
26086
26087 \begin_inset Index idx
26088 status collapsed
26089
26090 \begin_layout Plain Layout
26091 LaTeX-paquetes ! footmisc
26092 \end_layout
26093
26094 \end_inset
26095
26096  
26097 \begin_inset CommandInset citation
26098 LatexCommand cite
26099 key "footmisc"
26100
26101 \end_inset
26102
26103  para más información.
26104 \end_layout
26105
26106 \begin_layout Standard
26107 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26108  
26109 \begin_inset CommandInset citation
26110 LatexCommand cite
26111 key "latexcompanion,latexguide,latexbook"
26112
26113 \end_inset
26114
26115 .
26116 \end_layout
26117
26118 \begin_layout Section
26119 Notas al margen
26120 \begin_inset Index idx
26121 status collapsed
26122
26123 \begin_layout Plain Layout
26124 Notas ! al margen
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \begin_layout Standard
26133 Las notas al margen se ven y se comportan en LyX como notas al pie.
26134  Se insertan con el menú 
26135 \family sans
26136 Insertar\SpecialChar \menuseparator
26137 Nota
26138 \begin_inset space ~
26139 \end_inset
26140
26141 al
26142 \begin_inset space ~
26143 \end_inset
26144
26145 margen
26146 \family default
26147  o con el botón 
26148 \begin_inset Graphics
26149         filename ../../images/marginalnote-insert.png
26150         scale 85
26151
26152 \end_inset
26153
26154 .
26155  Aparece un cuadro gris con la etiqueta 
26156 \family roman
26157 \series medium
26158 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26159 \end_layout
26160
26161 \begin_layout Standard
26162 Al lado hay un ejemplo de nota al margen.
26163
26164 \family roman
26165 \series medium
26166  
26167 \begin_inset Marginal
26168 status open
26169
26170 \begin_layout Plain Layout
26171 Esto es una nota al margen.
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \begin_layout Standard
26180 Estas notas salen en el margen derecho en documentos a una cara.
26181  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26182  en páginas pares, derecho en páginas impares—.
26183  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26184  a la derecha si la nota aparece en el margen izquierdo—.
26185  La primera línea de la nota se sitúa en la posición de la línea del texto
26186  en la que se inserta en el documento.
26187 \end_layout
26188
26189 \begin_layout Standard
26190 \begin_inset VSpace bigskip
26191 \end_inset
26192
26193 Para colocar la nota en el margen interno añade el comando
26194 \end_layout
26195
26196 \begin_layout Standard
26197
26198 \series bold
26199
26200 \backslash
26201 reversemarginpar
26202 \end_layout
26203
26204 \begin_layout Standard
26205 en código TeX antes de la nota.
26206  La nueva colocación es válida para todas las siguientes notas al margen.
26207  
26208 \begin_inset ERT
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212
26213
26214 \backslash
26215 reversemarginpar 
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \begin_inset Marginal
26222 status open
26223
26224 \begin_layout Plain Layout
26225 Esto es una nota en el margen interno.
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \series bold
26232
26233 \begin_inset Newline newline
26234 \end_inset
26235
26236
26237 \series default
26238
26239 \begin_inset Note Greyedout
26240 status open
26241
26242 \begin_layout Plain Layout
26243
26244 \series bold
26245 Nota:
26246 \series default
26247  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26248  no se mostrará correctamente en la salida.
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \begin_layout Standard
26257 Para volver a la ubicación predeterminada inserta en código TeX el comando
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 normalmarginpar 
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \begin_layout Standard
26274
26275 \series bold
26276
26277 \backslash
26278 normalmarginpar
26279 \end_layout
26280
26281 \begin_layout Standard
26282 \begin_inset Note Greyedout
26283 status open
26284
26285 \begin_layout Plain Layout
26286
26287 \series bold
26288 Nota:
26289 \series default
26290  El comando se ignora si en el mismo párrafo está también presente el comando
26291  
26292 \series bold
26293
26294 \backslash
26295 reversemarginpar
26296 \series default
26297 .
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Standard
26306 \begin_inset VSpace bigskip
26307 \end_inset
26308
26309
26310 \family roman
26311 \series medium
26312
26313 \begin_inset Marginal
26314 status open
26315
26316 \begin_layout Plain Layout
26317 PalabraMuyLargaAlMargen no partida con guión.
26318 \end_layout
26319
26320 \end_inset
26321
26322
26323 \family default
26324 \series default
26325  Como en el caso descrito en la sección
26326 \begin_inset space ~
26327 \end_inset
26328
26329
26330 \begin_inset CommandInset ref
26331 LatexCommand ref
26332 reference "sub:Líneas-Múltiples-en"
26333
26334 \end_inset
26335
26336 , una palabra larga no puede partirse con guión cuando es la primera en
26337  la nota al margen.
26338  Para evitar esto, inserta un espacio horizontal de 0
26339 \begin_inset space \thinspace{}
26340 \end_inset
26341
26342 pt antes de la palabra
26343 \family roman
26344 \series medium
26345 .
26346 \end_layout
26347
26348 \begin_layout Standard
26349
26350 \family roman
26351 \series medium
26352 \begin_inset Marginal
26353 status open
26354
26355 \begin_layout Plain Layout
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 hspace{0pt}
26364 \end_layout
26365
26366 \end_inset
26367
26368 PalabraMuyLargaAlMargen partida con guión.
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset VSpace bigskip
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \begin_layout Standard
26384 \begin_inset Note Greyedout
26385 status open
26386
26387 \begin_layout Plain Layout
26388
26389 \series bold
26390 Nota:
26391 \series default
26392  Normalmente no pueden utilizarse notas al margen en cuadros, flotantes
26393  y notas al pie.
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Standard
26402 \begin_inset VSpace bigskip
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \begin_layout Standard
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 ifmarginnote
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \begin_inset Note Note
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26427  LaTeX 
26428 \series bold
26429 marginnote
26430 \series default
26431 .
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 Esta restricción se puede salvar con el paquete LaTeX 
26441 \series bold
26442 marginnote
26443 \series default
26444
26445 \begin_inset Index idx
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449 LaTeX-paquetes ! marginnote
26450 \end_layout
26451
26452 \end_inset
26453
26454 .
26455  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26456  notas al margen es redefinido para usar el comando proporcionado por el
26457  paquete 
26458 \series bold
26459 marginnote
26460 \series default
26461 :
26462 \end_layout
26463
26464 \begin_layout Standard
26465
26466 \series bold
26467
26468 \backslash
26469 usepackage{marginnote}
26470 \begin_inset Newline newline
26471 \end_inset
26472
26473
26474 \backslash
26475 let
26476 \backslash
26477 marginpar
26478 \backslash
26479 marginnote
26480 \end_layout
26481
26482 \begin_layout Standard
26483 Esto se ha utilizado en el presente documento porque 
26484 \series bold
26485 marginnote
26486 \series default
26487  tiene una característica adicional útil: Puedes establecer un desplazamiento
26488  vertical a la nota.
26489  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26490  diseño de la página.
26491  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26492  en código TeX
26493 \end_layout
26494
26495 \begin_layout Standard
26496
26497 \series bold
26498 [desplazamiento]
26499 \end_layout
26500
26501 \begin_layout Standard
26502 donde desplazamiento es una longitud en una de las unidades del cuadro
26503 \begin_inset space ~
26504 \end_inset
26505
26506
26507 \begin_inset CommandInset ref
26508 LatexCommand ref
26509 reference "tab:Unidades"
26510
26511 \end_inset
26512
26513 .
26514  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26515  abajo.
26516  
26517 \family roman
26518 \series medium
26519 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26520 \begin_inset space \thinspace{}
26521 \end_inset
26522
26523 cm arriba con el comando en código TeX 
26524 \begin_inset Quotes eld
26525 \end_inset
26526
26527
26528 \family default
26529 \series bold
26530 [-1.5cm]
26531 \family roman
26532 \series medium
26533
26534 \begin_inset Quotes erd
26535 \end_inset
26536
26537
26538 \begin_inset Marginal
26539 status collapsed
26540
26541 \begin_layout Plain Layout
26542 Esta nota está 1.5
26543 \begin_inset space \thinspace{}
26544 \end_inset
26545
26546 cm por encima de su posición original.
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \family default
26553 \series default
26554
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560 [-1.5cm]
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Standard
26569 \begin_inset VSpace medskip
26570 \end_inset
26571
26572 Con 
26573 \series bold
26574 marginnote
26575 \series default
26576  también puedes cambiar la alineación del texto en el margen.
26577  Por ejemplo los comandos
26578 \end_layout
26579
26580 \begin_layout Standard
26581
26582 \series bold
26583
26584 \backslash
26585 renewcommand*{
26586 \backslash
26587 raggedleftmarginnote}{
26588 \backslash
26589 centering}
26590 \begin_inset Newline newline
26591 \end_inset
26592
26593
26594 \backslash
26595 renewcommand*{
26596 \backslash
26597 raggedrightmarginnote}{
26598 \backslash
26599 centering}
26600 \end_layout
26601
26602 \begin_layout Standard
26603 producen alineación centrada.
26604  
26605 \series bold
26606
26607 \backslash
26608 raggedleftmarginnote
26609 \series default
26610  identifica las notas que aparecen al lado izquierdo.
26611 \family roman
26612 \series medium
26613
26614 \begin_inset ERT
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618
26619
26620 \backslash
26621 renewcommand*{
26622 \backslash
26623 raggedleftmarginnote}{
26624 \backslash
26625 centering}
26626 \end_layout
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 renewcommand*{
26633 \backslash
26634 raggedrightmarginnote}{
26635 \backslash
26636 centering}
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \begin_inset Marginal
26643 status open
26644
26645 \begin_layout Plain Layout
26646 El texto de esta nota está centrado.
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \family default
26653 \series default
26654  El valor predeterminado es 
26655 \end_layout
26656
26657 \begin_layout Standard
26658
26659 \series bold
26660
26661 \backslash
26662 renewcommand*{
26663 \backslash
26664 raggedleftmarginnote}{
26665 \backslash
26666 raggedleft}
26667 \begin_inset Newline newline
26668 \end_inset
26669
26670
26671 \backslash
26672 renewcommand*{
26673 \backslash
26674 raggedrightmarginnote}{
26675 \backslash
26676 raggedright}
26677 \family roman
26678 \series medium
26679
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 renewcommand*{
26688 \backslash
26689 raggedleftmarginnote}{
26690 \backslash
26691 raggedleft}
26692 \end_layout
26693
26694 \begin_layout Plain Layout
26695
26696
26697 \backslash
26698 renewcommand*{
26699 \backslash
26700 raggedrightmarginnote}{
26701 \backslash
26702 raggedright}
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \end_layout
26709
26710 \begin_layout Standard
26711 \begin_inset VSpace medskip
26712 \end_inset
26713
26714 Para otras características de 
26715 \series bold
26716 marginnote
26717 \series default
26718  mira en su documentación 
26719 \begin_inset CommandInset citation
26720 LatexCommand cite
26721 key "marginnote"
26722
26723 \end_inset
26724
26725 .
26726 \end_layout
26727
26728 \begin_layout Standard
26729 \begin_inset VSpace bigskip
26730 \end_inset
26731
26732 El diseño de las notas al margen puede ser redefinido.
26733  Por ejemplo, para crear una cabecera para todas las notas con el texto
26734  
26735 \begin_inset Quotes eld
26736 \end_inset
26737
26738
26739 \series bold
26740 \bar under
26741 ¡
26742 \family sans
26743 Atención
26744 \family default
26745 !
26746 \series default
26747 \bar default
26748
26749 \begin_inset Quotes erd
26750 \end_inset
26751
26752 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26753 \end_layout
26754
26755 \begin_layout Standard
26756
26757 \series bold
26758
26759 \backslash
26760 let
26761 \backslash
26762 myMarginpar
26763 \backslash
26764 marginpar
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \backslash
26770 renewcommand{
26771 \backslash
26772 marginpar}[1]{
26773 \backslash
26774 myMarginpar{%
26775 \begin_inset Newline newline
26776 \end_inset
26777
26778
26779 \begin_inset Phantom HPhantom
26780 status open
26781
26782 \begin_layout Plain Layout
26783
26784 \series bold
26785 \begin_inset space ~
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792
26793
26794 \backslash
26795 hspace{0pt}
26796 \backslash
26797 textsf{
26798 \backslash
26799 textbf{
26800 \backslash
26801 underbar{¡Atención!}}}%
26802 \begin_inset Newline newline
26803 \end_inset
26804
26805
26806 \begin_inset Phantom HPhantom
26807 status open
26808
26809 \begin_layout Plain Layout
26810
26811 \series bold
26812 \begin_inset space ~
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \backslash
26822 vspace{1.5mm}
26823 \backslash
26824
26825 \backslash
26826 #1}}
26827 \end_layout
26828
26829 \begin_layout Standard
26830
26831 \family roman
26832 \series medium
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 let
26841 \backslash
26842 myMarginpar
26843 \backslash
26844 marginpar
26845 \end_layout
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 renewcommand{
26852 \backslash
26853 marginpar}[1]{
26854 \backslash
26855 myMarginpar{%
26856 \end_layout
26857
26858 \begin_layout Plain Layout
26859
26860    
26861 \backslash
26862 textsf{
26863 \backslash
26864 textbf{
26865 \backslash
26866 underbar{¡Atención!}}}%
26867 \end_layout
26868
26869 \begin_layout Plain Layout
26870
26871    
26872 \backslash
26873 vspace{1.5mm}
26874 \backslash
26875
26876 \backslash
26877 #1}}
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \begin_inset Marginal
26884 status open
26885
26886 \begin_layout Plain Layout
26887 Esta es una nota con una cabecera definida.
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \family default
26894 \series default
26895
26896 \begin_inset ERT
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900
26901 [-1.5cm]
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \family roman
26908 \series medium
26909
26910 \begin_inset ERT
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914
26915
26916 \backslash
26917 renewcommand{
26918 \backslash
26919 marginpar}[1]{
26920 \backslash
26921 myMarginpar{#1}}
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \family default
26928 \series default
26929
26930 \begin_inset Note Note
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Standard
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 else
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset Note Note
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26961  
26962 \series bold
26963 marginnote
26964 \series default
26965 .
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Standard
26974 Debes instalar el paquete LaTeX 
26975 \series bold
26976 marginnote
26977 \series default
26978  para ver la parte siguiente en la salida.
26979 \end_layout
26980
26981 \begin_layout Standard
26982 \begin_inset ERT
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986
26987
26988 \backslash
26989 fi
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \begin_layout Chapter
26998 Marcos
26999 \end_layout
27000
27001 \begin_layout Section
27002 Introducción
27003 \begin_inset Index idx
27004 status open
27005
27006 \begin_layout Plain Layout
27007 Marcos ! Introducción
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Standard
27016 Los marcos se emplean para dar formato a bloques de texto.
27017  Se pueden usar para escribir documentos con varios idiomas, véase sección
27018 \begin_inset space ~
27019 \end_inset
27020
27021
27022 \begin_inset CommandInset ref
27023 LatexCommand ref
27024 reference "sec:Minipáginas"
27025
27026 \end_inset
27027
27028 , enmarcar textos, véase sección
27029 \begin_inset space ~
27030 \end_inset
27031
27032
27033 \begin_inset CommandInset ref
27034 LatexCommand ref
27035 reference "sec:Decoración"
27036
27037 \end_inset
27038
27039 , evitar la división de palabras, véase sección
27040 \begin_inset space ~
27041 \end_inset
27042
27043
27044 \begin_inset CommandInset ref
27045 LatexCommand ref
27046 reference "sec:Evitar-la-Partición"
27047
27048 \end_inset
27049
27050 , alinear texto, véase sección
27051 \begin_inset space ~
27052 \end_inset
27053
27054
27055 \begin_inset CommandInset ref
27056 LatexCommand ref
27057 reference "sub:Alineación-Vertical"
27058
27059 \end_inset
27060
27061 , o para poner color de fondo a un texto, véase sección
27062 \begin_inset space ~
27063 \end_inset
27064
27065
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "sec:Marcos-Coloreados"
27069
27070 \end_inset
27071
27072 .
27073 \end_layout
27074
27075 \begin_layout Standard
27076 Se insertan con el menú 
27077 \family sans
27078 Insertar\SpecialChar \menuseparator
27079 Marco
27080 \family default
27081  o con el botón 
27082 \begin_inset Graphics
27083         filename ../../images/box-insert.png
27084         scale 85
27085
27086 \end_inset
27087
27088 .
27089  Surge un recuadro gris con la etiqueta 
27090 \family sans
27091 Marco (Minipágina)
27092 \family default
27093
27094 \begin_inset Graphics
27095         filename clipart/CuadroMinipagQt4.png
27096         scale 75
27097         keepAspectRatio
27098
27099 \end_inset
27100
27101 .
27102  El tipo de marco se puede elegir al hacer clic derecho sobre él y seleccionando
27103  
27104 \family sans
27105 Configuración
27106 \family default
27107 .
27108  Sale un diálogo en el que 
27109 \family sans
27110 Marco
27111 \family default
27112
27113 \begin_inset space ~
27114 \end_inset
27115
27116
27117 \family sans
27118 interior
27119 \family default
27120  permite escoger los tipos
27121 \family sans
27122  Minipágina
27123 \family default
27124
27125 \family sans
27126 Marco de párrafo
27127 \family default
27128  y 
27129 \family sans
27130 Marco de 
27131 \family default
27132 línea.
27133  
27134 \family sans
27135 Minipágina
27136 \family default
27137  es el predeterminado para nuevos marcos y se explica en la sección
27138 \begin_inset space ~
27139 \end_inset
27140
27141
27142 \begin_inset CommandInset ref
27143 LatexCommand ref
27144 reference "sec:Minipáginas"
27145
27146 \end_inset
27147
27148 ; el tipo 
27149 \family sans
27150 Marco de párrafo
27151 \family default
27152  se describe en la sección
27153 \begin_inset space ~
27154 \end_inset
27155
27156
27157 \begin_inset CommandInset ref
27158 LatexCommand ref
27159 reference "sec:Marcos-de-Párrafo"
27160
27161 \end_inset
27162
27163  y el tipo 
27164 \family sans
27165 Marco de línea
27166 \family default
27167  se describe en la sección
27168 \begin_inset space ~
27169 \end_inset
27170
27171
27172 \begin_inset CommandInset ref
27173 LatexCommand ref
27174 reference "sec:Evitar-la-Partición"
27175
27176 \end_inset
27177
27178 .
27179 \end_layout
27180
27181 \begin_layout Standard
27182 Los marcos no se numeran y por tanto no se pueden referenciar como los flotantes
27183  o las notas al pie.
27184 \end_layout
27185
27186 \begin_layout Standard
27187 \begin_inset Note Greyedout
27188 status open
27189
27190 \begin_layout Plain Layout
27191
27192 \series bold
27193 Nota:
27194 \series default
27195  Los marcos no deben ser el ítem en un entorno 
27196 \family sans
27197 Enumeración*
27198 \family default
27199  o 
27200 \family sans
27201 Descripción
27202 \family default
27203 .
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \end_layout
27210
27211 \begin_layout Standard
27212 \begin_inset Note Greyedout
27213 status open
27214
27215 \begin_layout Plain Layout
27216
27217 \series bold
27218 Nota:
27219 \series default
27220  Por razones desconocidas sólo se puede poner el tipo 
27221 \family sans
27222 Marco
27223 \begin_inset space ~
27224 \end_inset
27225
27226 interior
27227 \family default
27228  en 
27229 \family sans
27230 Ninguno
27231 \family default
27232  cuando se emplea un marco enmarcado.
27233  Los marcos sin ningún tipo de 
27234 \family sans
27235 Marco
27236 \begin_inset space ~
27237 \end_inset
27238
27239 interior
27240 \family default
27241  y sin bordes se explican en la sección
27242 \begin_inset space ~
27243 \end_inset
27244
27245
27246 \begin_inset CommandInset ref
27247 LatexCommand ref
27248 reference "sec:Evitar-la-Partición"
27249
27250 \end_inset
27251
27252 .
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \begin_layout Section
27261 Diálogo de marcos
27262 \begin_inset CommandInset label
27263 LatexCommand label
27264 name "sec:Diálogo-Marcos"
27265
27266 \end_inset
27267
27268
27269 \begin_inset Index idx
27270 status open
27271
27272 \begin_layout Plain Layout
27273 Marcos ! Configuración
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \begin_layout Subsection
27282 Tamaño
27283 \begin_inset Index idx
27284 status open
27285
27286 \begin_layout Plain Layout
27287 Marcos ! Tamaño
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 En el diálogo puedes ajustar la geometría del marco en los campos 
27297 \family sans
27298 Ancho
27299 \family default
27300  y 
27301 \family sans
27302 Alto
27303 \family default
27304 .
27305  Las unidades disponibles para la geometría se describen en el cuadro
27306 \begin_inset space ~
27307 \end_inset
27308
27309
27310 \begin_inset CommandInset ref
27311 LatexCommand ref
27312 reference "tab:Unidades"
27313
27314 \end_inset
27315
27316 .
27317  El campo 
27318 \family sans
27319 Alto
27320 \family default
27321  ofrece los siguientes tamaños adicionales:
27322 \end_layout
27323
27324 \begin_layout Description
27325 Profundidad Es la 
27326 \begin_inset Quotes fld
27327 \end_inset
27328
27329 altura
27330 \begin_inset Quotes frd
27331 \end_inset
27332
27333  del texto plano.
27334  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27335  marco:
27336 \begin_inset Newline newline
27337 \end_inset
27338
27339
27340 \begin_inset Newline newline
27341 \end_inset
27342
27343
27344 \begin_inset Newline newline
27345 \end_inset
27346
27347
27348 \begin_inset Newline newline
27349 \end_inset
27350
27351
27352 \begin_inset Box Boxed
27353 position "c"
27354 hor_pos "c"
27355 has_inner_box 1
27356 inner_pos "c"
27357 use_parbox 0
27358 use_makebox 0
27359 width "12col%"
27360 special "none"
27361 height "1in"
27362 height_special "depth"
27363 status open
27364
27365 \begin_layout Plain Layout
27366 \align center
27367 Marco con altura establecida en 1
27368 \begin_inset space \thinspace{}
27369 \end_inset
27370
27371 Profundidad
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \begin_inset Newline newline
27378 \end_inset
27379
27380
27381 \begin_inset Newline newline
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Description
27388 Alto Es la altura del texto que está dentro del marco.
27389  Un valor de, p.
27390 \begin_inset space \thinspace{}
27391 \end_inset
27392
27393 e.
27394 \begin_inset space ~
27395 \end_inset
27396
27397 2 para este tamaño fijará la altura del marco a 2 veces la altura del texto:
27398  
27399 \begin_inset Box Boxed
27400 position "c"
27401 hor_pos "c"
27402 has_inner_box 1
27403 inner_pos "c"
27404 use_parbox 0
27405 use_makebox 0
27406 width "20col%"
27407 special "none"
27408 height "2in"
27409 height_special "height"
27410 status open
27411
27412 \begin_layout Plain Layout
27413 \align center
27414 Marco con altura puesta en 2
27415 \begin_inset space \thinspace{}
27416 \end_inset
27417
27418 Alto
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Description
27427 Alto
27428 \begin_inset space ~
27429 \end_inset
27430
27431 total Esto es el Alto
27432 \begin_inset space \thinspace{}
27433 \end_inset
27434
27435 +
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439 Profundidad: 
27440 \begin_inset Box Boxed
27441 position "c"
27442 hor_pos "c"
27443 has_inner_box 1
27444 inner_pos "c"
27445 use_parbox 0
27446 use_makebox 0
27447 width "20col%"
27448 special "none"
27449 height "1in"
27450 height_special "totalheight"
27451 status open
27452
27453 \begin_layout Plain Layout
27454 \align center
27455 Marco con altura puesta a 1
27456 \begin_inset space \thinspace{}
27457 \end_inset
27458
27459 Alto
27460 \begin_inset space ~
27461 \end_inset
27462
27463 total
27464 \end_layout
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \begin_layout Description
27472 Ancho Esto determina al ancho del marco como altura: 
27473 \begin_inset Box Boxed
27474 position "c"
27475 hor_pos "c"
27476 has_inner_box 1
27477 inner_pos "c"
27478 use_parbox 0
27479 use_makebox 0
27480 width "12col%"
27481 special "none"
27482 height "1in"
27483 height_special "width"
27484 status open
27485
27486 \begin_layout Plain Layout
27487 \align center
27488 Marco con altura puesta en 1
27489 \begin_inset space \thinspace{}
27490 \end_inset
27491
27492 Ancho
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Subsection
27501 Alineación
27502 \begin_inset Index idx
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506 Marcos ! Alineación
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Si has elegido un 
27516 \family sans
27517 Marco
27518 \begin_inset space ~
27519 \end_inset
27520
27521 interior
27522 \family default
27523 , la alineación vertical del marco puede ser:
27524 \end_layout
27525
27526 \begin_layout Description
27527 Superior Ejemplo de línea de texto.
27528  
27529 \begin_inset Box Boxed
27530 position "t"
27531 hor_pos "c"
27532 has_inner_box 1
27533 inner_pos "c"
27534 use_parbox 0
27535 use_makebox 0
27536 width "12col%"
27537 special "none"
27538 height "1in"
27539 height_special "totalheight"
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 \align center
27544 marco alineado arriba.
27545 \end_layout
27546
27547 \end_inset
27548
27549  Ejemplo de línea de texto.
27550 \end_layout
27551
27552 \begin_layout Description
27553 Medio Ejemplo de línea de texto.
27554  
27555 \begin_inset Box Boxed
27556 position "c"
27557 hor_pos "c"
27558 has_inner_box 1
27559 inner_pos "c"
27560 use_parbox 0
27561 use_makebox 0
27562 width "12col%"
27563 special "none"
27564 height "1in"
27565 height_special "totalheight"
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 \align center
27570 marco alineado en medio.
27571 \end_layout
27572
27573 \end_inset
27574
27575  Ejemplo de línea de texto.
27576 \end_layout
27577
27578 \begin_layout Description
27579 Inferior Ejemplo de línea de texto.
27580  
27581 \begin_inset Box Boxed
27582 position "b"
27583 hor_pos "c"
27584 has_inner_box 1
27585 inner_pos "c"
27586 use_parbox 0
27587 use_makebox 0
27588 width "12col%"
27589 special "none"
27590 height "1in"
27591 height_special "totalheight"
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595 \align center
27596 marco alineado abajo.
27597 \end_layout
27598
27599 \end_inset
27600
27601  Ejemplo de línea de texto.
27602 \end_layout
27603
27604 \begin_layout Standard
27605 \begin_inset Note Greyedout
27606 status open
27607
27608 \begin_layout Plain Layout
27609
27610 \series bold
27611 Nota:
27612 \series default
27613  La alineación vertical puede desaparecer en la salida si hay dos marcos
27614  en una línea y, p.
27615 \begin_inset space \thinspace{}
27616 \end_inset
27617
27618 e., uno de ellos tiene sombreado y el otro no.
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \begin_layout Standard
27627 La alineación horizontal del marco puede establecerse en el diálogo de configura
27628 ción de párrafo de LyX si colocas el marco en su propio párrafo.
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset VSpace bigskip
27633 \end_inset
27634
27635 Si has escogido un 
27636 \family sans
27637 Marco
27638 \begin_inset space ~
27639 \end_inset
27640
27641 interior
27642 \family default
27643 , el contenido puede alinearse verticalmente a:
27644 \end_layout
27645
27646 \begin_layout Description
27647 Superior Ejemplo de línea de texto.
27648  
27649 \begin_inset Box Boxed
27650 position "c"
27651 hor_pos "c"
27652 has_inner_box 1
27653 inner_pos "t"
27654 use_parbox 0
27655 use_makebox 0
27656 width "12col%"
27657 special "none"
27658 height "1.5in"
27659 height_special "totalheight"
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 \align center
27664 marco con texto alineado arriba.
27665 \end_layout
27666
27667 \end_inset
27668
27669  Ejemplo de línea de texto.
27670 \end_layout
27671
27672 \begin_layout Description
27673 Medio Ejemplo de línea de texto.
27674  
27675 \begin_inset Box Boxed
27676 position "c"
27677 hor_pos "c"
27678 has_inner_box 1
27679 inner_pos "c"
27680 use_parbox 0
27681 use_makebox 0
27682 width "12col%"
27683 special "none"
27684 height "1.5in"
27685 height_special "totalheight"
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689 \align center
27690 marco con texto alineado en medio.
27691 \end_layout
27692
27693 \end_inset
27694
27695  Ejemplo de línea de texto.
27696 \end_layout
27697
27698 \begin_layout Description
27699 Inferior Ejemplo de línea de texto.
27700  
27701 \begin_inset Box Boxed
27702 position "c"
27703 hor_pos "c"
27704 has_inner_box 1
27705 inner_pos "b"
27706 use_parbox 0
27707 use_makebox 0
27708 width "12col%"
27709 special "none"
27710 height "1.5in"
27711 height_special "totalheight"
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715 \align center
27716 marco con texto alineado abajo.
27717 \end_layout
27718
27719 \end_inset
27720
27721  Ejemplo de línea de texto.
27722 \end_layout
27723
27724 \begin_layout Description
27725 Estirado Ejemplo de línea de texto.
27726  
27727 \begin_inset Box Boxed
27728 position "c"
27729 hor_pos "c"
27730 has_inner_box 1
27731 inner_pos "s"
27732 use_parbox 0
27733 use_makebox 0
27734 width "12col%"
27735 special "none"
27736 height "1.5in"
27737 height_special "totalheight"
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741 \align center
27742 Este texto
27743 \end_layout
27744
27745 \begin_layout Plain Layout
27746 \align center
27747 está
27748 \end_layout
27749
27750 \begin_layout Plain Layout
27751 \align center
27752 estirado.
27753 \end_layout
27754
27755 \end_inset
27756
27757  Ejemplo de línea de texto.
27758 \end_layout
27759
27760 \begin_layout Standard
27761 Para estirar el contenido debe tener más de un párrafo.
27762  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset VSpace bigskip
27767 \end_inset
27768
27769 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27770  LyX cuando hayas escogido un 
27771 \family sans
27772 Marco
27773 \begin_inset space ~
27774 \end_inset
27775
27776 interior
27777 \family default
27778 .
27779 \end_layout
27780
27781 \begin_layout Standard
27782 \align center
27783 \begin_inset Box Boxed
27784 position "c"
27785 hor_pos "c"
27786 has_inner_box 1
27787 inner_pos "s"
27788 use_parbox 0
27789 use_makebox 0
27790 width "15col%"
27791 special "none"
27792 height "1.25in"
27793 height_special "totalheight"
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 \align left
27798 marco
27799 \end_layout
27800
27801 \begin_layout Plain Layout
27802 \align center
27803 con texto
27804 \end_layout
27805
27806 \begin_layout Plain Layout
27807 \align right
27808 estirado
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 Si no has establecido un 
27818 \family sans
27819 Marco
27820 \begin_inset space ~
27821 \end_inset
27822
27823 interior
27824 \family default
27825 , puedes alinear horizontalmente el contenido del marco en el diálogo de
27826  marcos.
27827 \end_layout
27828
27829 \begin_layout Standard
27830 \align center
27831 \begin_inset Box Boxed
27832 position "c"
27833 hor_pos "s"
27834 has_inner_box 0
27835 inner_pos "s"
27836 use_parbox 0
27837 use_makebox 0
27838 width "90col%"
27839 special "none"
27840 height "1.25in"
27841 height_special "totalheight"
27842 status open
27843
27844 \begin_layout Plain Layout
27845 Texto estirado horizontalmente.
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Subsection
27854 Decoración
27855 \begin_inset CommandInset label
27856 LatexCommand label
27857 name "sec:Decoración"
27858
27859 \end_inset
27860
27861
27862 \begin_inset Index idx
27863 status open
27864
27865 \begin_layout Plain Layout
27866 Marcos ! Decoración
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Standard
27875 El estilo de borde del marco se puede determinar en la lista desplegable
27876  
27877 \family sans
27878 Tipo
27879 \family default
27880  del diálogo de marcos.
27881  Son posibles los siguientes bordes:
27882 \end_layout
27883
27884 \begin_layout Description
27885 Sin
27886 \begin_inset space ~
27887 \end_inset
27888
27889 borde No se dibuja ninguno.
27890 \end_layout
27891
27892 \begin_layout Description
27893 Borde
27894 \begin_inset space ~
27895 \end_inset
27896
27897 rectangular
27898 \begin_inset space ~
27899 \end_inset
27900
27901 sencillo Dibuja un borde rectangular alrededor del marco.
27902  El grosor del borde depende de 
27903 \series bold
27904
27905 \backslash
27906 fboxrule
27907 \series default
27908 .
27909  
27910 \begin_inset Box Boxed
27911 position "c"
27912 hor_pos "c"
27913 has_inner_box 1
27914 inner_pos "c"
27915 use_parbox 0
27916 use_makebox 0
27917 width "25col%"
27918 special "none"
27919 height "1in"
27920 height_special "totalheight"
27921 status open
27922
27923 \begin_layout Plain Layout
27924 \align center
27925 Marco rectangular
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Description
27934 Borde
27935 \begin_inset space ~
27936 \end_inset
27937
27938 ovalado,
27939 \begin_inset space ~
27940 \end_inset
27941
27942 fino Dibuja un borde ovalado cuya línea tiene un grosor de 0.4
27943 \begin_inset space \thinspace{}
27944 \end_inset
27945
27946 pt.
27947  
27948 \begin_inset Box ovalbox
27949 position "c"
27950 hor_pos "c"
27951 has_inner_box 1
27952 inner_pos "c"
27953 use_parbox 0
27954 use_makebox 0
27955 width "25col%"
27956 special "none"
27957 height "1in"
27958 height_special "totalheight"
27959 status open
27960
27961 \begin_layout Plain Layout
27962 \align center
27963 Borde ovalado, fino
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \begin_layout Description
27972 Borde
27973 \begin_inset space ~
27974 \end_inset
27975
27976 ovalado,
27977 \begin_inset space ~
27978 \end_inset
27979
27980 grueso Dibuja un borde ovalado cuya línea tiene un grosor de 0.8
27981 \begin_inset space \thinspace{}
27982 \end_inset
27983
27984 pt.
27985  
27986 \begin_inset Box Ovalbox
27987 position "c"
27988 hor_pos "c"
27989 has_inner_box 1
27990 inner_pos "c"
27991 use_parbox 0
27992 use_makebox 0
27993 width "30col%"
27994 special "none"
27995 height "1in"
27996 height_special "totalheight"
27997 status open
27998
27999 \begin_layout Plain Layout
28000 \align center
28001 Borde ovalado, grueso
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \begin_layout Description
28010 Borde
28011 \begin_inset space ~
28012 \end_inset
28013
28014 sombreado Dibuja un borde rectangular de sombra alrededor del marco.
28015  El grosor de la línea tiene el tamaño dado por 
28016 \series bold
28017
28018 \backslash
28019 fboxrule
28020 \series default
28021 , la sombra tiene una anchura de 4
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 pt.
28026  
28027 \begin_inset Box Shadowbox
28028 position "c"
28029 hor_pos "c"
28030 has_inner_box 1
28031 inner_pos "c"
28032 use_parbox 0
28033 use_makebox 0
28034 width "20col%"
28035 special "none"
28036 height "1in"
28037 height_special "totalheight"
28038 status open
28039
28040 \begin_layout Plain Layout
28041 \align center
28042 Borde sombrado
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Description
28051 Fondo
28052 \begin_inset space ~
28053 \end_inset
28054
28055 coloreado Dibuja un cuadro con fondo de color rojo.
28056  A diferencia de los cuadros coloreados,
28057 \begin_inset Foot
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 véase sec.
28062  
28063 \begin_inset CommandInset ref
28064 LatexCommand ref
28065 reference "sec:Marcos-Coloreados"
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \end_inset
28073
28074  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
28075 \begin_inset Box Shaded
28076 position "t"
28077 hor_pos "c"
28078 has_inner_box 0
28079 inner_pos "t"
28080 use_parbox 0
28081 use_makebox 0
28082 width "50col%"
28083 special "none"
28084 height "1in"
28085 height_special "totalheight"
28086 status open
28087
28088 \begin_layout Plain Layout
28089 Cuadro con fondo sombreado
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Description
28098 Borde
28099 \begin_inset space ~
28100 \end_inset
28101
28102 rectangular
28103 \begin_inset space ~
28104 \end_inset
28105
28106 doble Dibuja un rectángulo de línea doble alrededor.
28107  El grosor de la línea interior es 0.75
28108 \begin_inset space \thinspace{}
28109 \end_inset
28110
28111
28112 \series bold
28113
28114 \backslash
28115 fboxrule
28116 \series default
28117 , el de la línea exterior es 1.5
28118 \begin_inset space \thinspace{}
28119 \end_inset
28120
28121
28122 \series bold
28123
28124 \backslash
28125 fboxrule
28126 \series default
28127 .
28128  La distancia entre líneas es 1.5
28129 \begin_inset space \thinspace{}
28130 \end_inset
28131
28132
28133 \series bold
28134
28135 \backslash
28136 fboxrule
28137 \series default
28138
28139 \begin_inset space \thinspace{}
28140 \end_inset
28141
28142 +
28143 \begin_inset space \thinspace{}
28144 \end_inset
28145
28146 0.5
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 pt.
28151  
28152 \begin_inset Box Doublebox
28153 position "c"
28154 hor_pos "c"
28155 has_inner_box 1
28156 inner_pos "c"
28157 use_parbox 0
28158 use_makebox 0
28159 width "20col%"
28160 special "none"
28161 height "1in"
28162 height_special "totalheight"
28163 status open
28164
28165 \begin_layout Plain Layout
28166 \align center
28167 Borde doble
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176 La etiqueta del marco en LyX reflejará el estilo de borde elegido.
28177  Para poder utilizar los distintos bordes, debe estar instalado el paquete
28178  LaTeX 
28179 \series bold
28180 fancybox
28181 \series default
28182
28183 \begin_inset Index idx
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187 LaTeX-paquetes ! fancybox
28188 \end_layout
28189
28190 \end_inset
28191
28192 .
28193 \end_layout
28194
28195 \begin_layout Standard
28196 \begin_inset VSpace bigskip
28197 \end_inset
28198
28199 Si usas la decoración 
28200 \family sans
28201 borde rectangular sencillo
28202 \family default
28203  sin marco interior, puedes permitir saltos de página dentro del marco.
28204  Ten en cuenta que en ese caso, al contrario que otros marcos con bordes,
28205  el borde usa siempre todo el ancho de columna, el marco se establece como
28206  su párrafo propio y 
28207 \series bold
28208
28209 \backslash
28210 fboxrule
28211 \series default
28212  y 
28213 \series bold
28214
28215 \backslash
28216 fboxsep
28217 \series default
28218  no funcionan.
28219  El grosor del borde tiene el tamaño de 
28220 \series bold
28221
28222 \backslash
28223 FrameRule
28224 \series default
28225 .
28226 \begin_inset Box Framed
28227 position "t"
28228 hor_pos "c"
28229 has_inner_box 0
28230 inner_pos "t"
28231 use_parbox 0
28232 use_makebox 0
28233 width "100col%"
28234 special "none"
28235 height "1in"
28236 height_special "totalheight"
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240 Cuadro que permite saltos de página
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Section
28249 Personalización de marcos
28250 \begin_inset Index idx
28251 status open
28252
28253 \begin_layout Plain Layout
28254 Marcos ! Personalizar
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 El valor predeterminado por 
28264 \series bold
28265
28266 \backslash
28267 fboxrule
28268 \series default
28269  es 0.4
28270 \begin_inset space \thinspace{}
28271 \end_inset
28272
28273 pt.
28274  Puede cambiarse con el siguiente comando en código TeX, p.
28275 \begin_inset space \thinspace{}
28276 \end_inset
28277
28278 e.
28279 \begin_inset space ~
28280 \end_inset
28281
28282 a
28283 \begin_inset space ~
28284 \end_inset
28285
28286 2
28287 \begin_inset space \thinspace{}
28288 \end_inset
28289
28290 pt:
28291 \end_layout
28292
28293 \begin_layout Standard
28294
28295 \series bold
28296
28297 \backslash
28298 setlength{
28299 \backslash
28300 fboxrule}{2pt}
28301 \end_layout
28302
28303 \begin_layout Standard
28304 \begin_inset ERT
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308
28309
28310 \backslash
28311 setlength{
28312 \backslash
28313 fboxrule}{2pt}
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \begin_inset Box Boxed
28320 position "c"
28321 hor_pos "c"
28322 has_inner_box 1
28323 inner_pos "c"
28324 use_parbox 0
28325 use_makebox 0
28326 width "25col%"
28327 special "none"
28328 height "1in"
28329 height_special "totalheight"
28330 status open
28331
28332 \begin_layout Plain Layout
28333 \align center
28334 Marco rectangular con 
28335 \series bold
28336
28337 \backslash
28338 fboxrule
28339 \series default
28340
28341 \begin_inset space \thinspace{}
28342 \end_inset
28343
28344 =
28345 \begin_inset space \thinspace{}
28346 \end_inset
28347
28348 2
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 pt
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 setlength{
28366 \backslash
28367 fboxrule}{0.4pt}
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 \begin_inset VSpace bigskip
28377 \end_inset
28378
28379 El espacio entre el borde y el contenido del cuadro es 3
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 pt por omisión para todos los estilos.
28384  Se puede cambiar mediante la longitud 
28385 \series bold
28386
28387 \backslash
28388 fboxsep
28389 \series default
28390 .
28391  Por ejemplo el comando
28392 \end_layout
28393
28394 \begin_layout Standard
28395
28396 \series bold
28397
28398 \backslash
28399 setlength{
28400 \backslash
28401 fboxsep}{10pt}
28402 \end_layout
28403
28404 \begin_layout Standard
28405 determina un valor de 10
28406 \begin_inset space \thinspace{}
28407 \end_inset
28408
28409 pt, como en el siguiente marco:
28410 \end_layout
28411
28412 \begin_layout Standard
28413 \begin_inset ERT
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417
28418
28419 \backslash
28420 setlength{
28421 \backslash
28422 fboxsep}{10pt}
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset Box Boxed
28429 position "c"
28430 hor_pos "c"
28431 has_inner_box 1
28432 inner_pos "c"
28433 use_parbox 0
28434 use_makebox 0
28435 width "25col%"
28436 special "none"
28437 height "1in"
28438 height_special "totalheight"
28439 status open
28440
28441 \begin_layout Plain Layout
28442 \align center
28443 Marco rectangular con 
28444 \series bold
28445
28446 \backslash
28447 fboxsep
28448 \series default
28449
28450 \begin_inset space \thinspace{}
28451 \end_inset
28452
28453 =
28454 \begin_inset space \thinspace{}
28455 \end_inset
28456
28457 10
28458 \begin_inset space \thinspace{}
28459 \end_inset
28460
28461 pt
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \begin_inset ERT
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471
28472
28473 \backslash
28474 setlength{
28475 \backslash
28476 fboxsep}{3pt}
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Standard
28485 \begin_inset VSpace bigskip
28486 \end_inset
28487
28488 El diámetro de las esquinas de los bordes ovalados se puede modificar con
28489  el comando 
28490 \series bold
28491
28492 \backslash
28493 cornersize
28494 \series default
28495 .
28496  El comando
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \series bold
28502
28503 \backslash
28504 cornersize*{1cm}
28505 \end_layout
28506
28507 \begin_layout Standard
28508 establece un diámetro de 1
28509 \begin_inset space \thinspace{}
28510 \end_inset
28511
28512 cm.
28513  El comando
28514 \end_layout
28515
28516 \begin_layout Standard
28517
28518 \series bold
28519
28520 \backslash
28521 cornersize{num}
28522 \end_layout
28523
28524 \begin_layout Standard
28525 fija el diámetro en 
28526 \family sans
28527 num
28528 \begin_inset space \thinspace{}
28529 \end_inset
28530
28531 ×
28532 \begin_inset space \thinspace{}
28533 \end_inset
28534
28535 mínimo
28536 \family default
28537  
28538 \family sans
28539 (ancho y alto del marco)
28540 \family default
28541 .
28542  Por omisión es 
28543 \series bold
28544
28545 \backslash
28546 cornersize{0.5}
28547 \series default
28548 .
28549 \end_layout
28550
28551 \begin_layout Standard
28552 \begin_inset ERT
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556
28557
28558 \backslash
28559 cornersize*{1.5cm}
28560 \end_layout
28561
28562 \end_inset
28563
28564
28565 \begin_inset Box Ovalbox
28566 position "c"
28567 hor_pos "c"
28568 has_inner_box 1
28569 inner_pos "c"
28570 use_parbox 0
28571 use_makebox 0
28572 width "28col%"
28573 special "none"
28574 height "1in"
28575 height_special "totalheight"
28576 status open
28577
28578 \begin_layout Plain Layout
28579 \align center
28580 Marco ovalado con 
28581 \series bold
28582
28583 \backslash
28584 cornersize
28585 \series default
28586
28587 \begin_inset space \thinspace{}
28588 \end_inset
28589
28590 =
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 1.5
28595 \begin_inset space \thinspace{}
28596 \end_inset
28597
28598 cm
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \begin_inset ERT
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608
28609
28610 \backslash
28611 cornersize{0.5}
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Standard
28620 \begin_inset VSpace bigskip
28621 \end_inset
28622
28623 El tamaño de la sombra se puede ajustar cambiando la longitud 
28624 \series bold
28625
28626 \backslash
28627 shadowsize
28628 \series default
28629 .
28630  Este comando la ajusta a 2
28631 \begin_inset space \thinspace{}
28632 \end_inset
28633
28634 pt en el marco siguiente:
28635 \end_layout
28636
28637 \begin_layout Standard
28638
28639 \series bold
28640
28641 \backslash
28642 setlength{
28643 \backslash
28644 shadowsize}{2pt}
28645 \end_layout
28646
28647 \begin_layout Standard
28648 \begin_inset ERT
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652
28653
28654 \backslash
28655 setlength{
28656 \backslash
28657 shadowsize}{2pt}
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \begin_inset Box Shadowbox
28664 position "c"
28665 hor_pos "c"
28666 has_inner_box 1
28667 inner_pos "c"
28668 use_parbox 0
28669 use_makebox 0
28670 width "28col%"
28671 special "none"
28672 height "1in"
28673 height_special "totalheight"
28674 status open
28675
28676 \begin_layout Plain Layout
28677 \align center
28678 Borde sombreado con 
28679 \series bold
28680
28681 \backslash
28682 shadowsize
28683 \series default
28684
28685 \begin_inset space \thinspace{}
28686 \end_inset
28687
28688 =
28689 \begin_inset space \thinspace{}
28690 \end_inset
28691
28692 2
28693 \begin_inset space \thinspace{}
28694 \end_inset
28695
28696 pt
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \begin_inset ERT
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706
28707
28708 \backslash
28709 setlength{
28710 \backslash
28711 shadowsize}{4pt}
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset VSpace bigskip
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 Por omisión, el tamaño 
28728 \series bold
28729
28730 \backslash
28731 FrameRule
28732 \series default
28733  es 0,4
28734 \begin_inset space \thinspace{}
28735 \end_inset
28736
28737 pt.
28738  El espacio por omisión entre el contenido de la nota y el marco es 9
28739 \begin_inset space \thinspace{}
28740 \end_inset
28741
28742 pt; puede cambiarse con el valor de 
28743 \series bold
28744
28745 \backslash
28746 FrameSep
28747 \series default
28748 .
28749  Por ejemplo, el borde del marco siguiente se establece con los comandos
28750  en código TeX
28751 \end_layout
28752
28753 \begin_layout Standard
28754
28755 \series bold
28756
28757 \backslash
28758 setlength{
28759 \backslash
28760 FrameRule}{5pt}
28761 \begin_inset Newline newline
28762 \end_inset
28763
28764
28765 \backslash
28766 setlength{
28767 \backslash
28768 FrameSep}{0.5cm}
28769 \end_layout
28770
28771 \begin_layout Standard
28772 \begin_inset ERT
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777
28778 \backslash
28779 setlength{
28780 \backslash
28781 FrameRule}{5pt}
28782 \end_layout
28783
28784 \begin_layout Plain Layout
28785
28786
28787 \backslash
28788 setlength{
28789 \backslash
28790 FrameSep}{0.5cm}
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \begin_inset Box Framed
28797 position "t"
28798 hor_pos "c"
28799 has_inner_box 0
28800 inner_pos "t"
28801 use_parbox 0
28802 use_makebox 0
28803 width "100col%"
28804 special "none"
28805 height "1in"
28806 height_special "totalheight"
28807 status open
28808
28809 \begin_layout Plain Layout
28810 Texto en un marco con borde sencillo de 5
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814 pt.
28815  que permite
28816 \family sans
28817  
28818 \family default
28819 salto de página.
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \begin_inset ERT
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829
28830
28831 \backslash
28832 setlength{
28833 \backslash
28834 FrameRule}{0.4pt}
28835 \end_layout
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 setlength{
28842 \backslash
28843 FrameSep}{9pt}
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Standard
28852 \begin_inset VSpace bigskip
28853 \end_inset
28854
28855
28856 \end_layout
28857
28858 \begin_layout Standard
28859 Para los marcos con 
28860 \family sans
28861 fondo
28862 \begin_inset space ~
28863 \end_inset
28864
28865 coloreado
28866 \family default
28867  el espacio por omisión entre el contenido y el borde es 3
28868 \begin_inset space \thinspace{}
28869 \end_inset
28870
28871 pt; se puede cambiar con el valor de 
28872 \series bold
28873
28874 \backslash
28875 fboxsep
28876 \series default
28877 .
28878  El color rojo predeterminado se puede cambiar en el sitio con el comando
28879  
28880 \series bold
28881
28882 \backslash
28883 definecolor{shadecolor}
28884 \series default
28885  o globalmente con el menú 
28886 \family sans
28887 Herramientas
28888 \family default
28889 \SpecialChar \menuseparator
28890
28891 \family sans
28892 Preferencias
28893 \family default
28894 \SpecialChar \menuseparator
28895
28896 \family sans
28897 Colores
28898 \family default
28899 \SpecialChar \menuseparator
28900
28901 \family sans
28902 marco
28903 \begin_inset space ~
28904 \end_inset
28905
28906 coloreado
28907 \family default
28908 .
28909  El esquema del comando 
28910 \series bold
28911
28912 \backslash
28913 definecolor
28914 \series default
28915  se explica en la sección
28916 \begin_inset space ~
28917 \end_inset
28918
28919
28920 \begin_inset CommandInset ref
28921 LatexCommand ref
28922 reference "sec:Cuadros-Coloreados"
28923
28924 \end_inset
28925
28926 .
28927 \begin_inset Foot
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 El comando 
28932 \series bold
28933
28934 \backslash
28935 definecolor
28936 \series default
28937  requiere el paquete LaTeX 
28938 \series bold
28939 color
28940 \series default
28941  en el preámbulo, véase la sección
28942 \begin_inset space ~
28943 \end_inset
28944
28945
28946 \begin_inset CommandInset ref
28947 LatexCommand ref
28948 reference "sec:Marcos-Coloreados"
28949
28950 \end_inset
28951
28952 .
28953 \end_layout
28954
28955 \end_inset
28956
28957  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28958 \end_layout
28959
28960 \begin_layout Standard
28961
28962 \series bold
28963
28964 \backslash
28965 setlength{
28966 \backslash
28967 fboxsep}{0.5cm}
28968 \series default
28969
28970 \begin_inset Newline newline
28971 \end_inset
28972
28973
28974 \series bold
28975
28976 \backslash
28977 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28978 \end_layout
28979
28980 \begin_layout Standard
28981 \begin_inset ERT
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985
28986
28987 \backslash
28988 setlength{
28989 \backslash
28990 fboxsep}{0.5cm}
28991 \end_layout
28992
28993 \begin_layout Plain Layout
28994
28995
28996 \backslash
28997 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \begin_inset Box Shaded
29004 position "t"
29005 hor_pos "c"
29006 has_inner_box 0
29007 inner_pos "t"
29008 use_parbox 0
29009 use_makebox 0
29010 width "100col%"
29011 special "none"
29012 height "1in"
29013 height_special "totalheight"
29014 status open
29015
29016 \begin_layout Plain Layout
29017
29018 \color yellow
29019 Texto amarillo en un marco con fondo coloreado en verde oscuro.
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \begin_inset ERT
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 setlength{
29033 \backslash
29034 fboxsep}{3pt}
29035 \end_layout
29036
29037 \begin_layout Plain Layout
29038
29039
29040 \backslash
29041 definecolor{shadecolor}{rgb}{1,0,0}
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 \begin_inset VSpace bigskip
29051 \end_inset
29052
29053 Los cambios en las dimensiones son válidos para todos los marcos que siguen
29054  a los comandos.
29055 \end_layout
29056
29057 \begin_layout Section
29058 Minipáginas
29059 \begin_inset CommandInset label
29060 LatexCommand label
29061 name "sec:Minipáginas"
29062
29063 \end_inset
29064
29065
29066 \begin_inset Index idx
29067 status open
29068
29069 \begin_layout Plain Layout
29070 Marcos ! Minipáginas
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \begin_layout Standard
29079 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
29080  por tanto pueden tener, por ejemplo, sus propias notas al pie.
29081 \end_layout
29082
29083 \begin_layout Standard
29084 Las minipáginas son útiles para escribir documentos en distintas lenguas.
29085 \end_layout
29086
29087 \begin_layout Standard
29088 A continuación hay dos ejemplos de minipáginas adosadas.
29089  Su anchura está puesta en 45
29090 \begin_inset space \thinspace{}
29091 \end_inset
29092
29093 % y separadas por un relleno horizontal, insertado mediante el menú 
29094 \family sans
29095 Insertar\SpecialChar \menuseparator
29096 Formato\SpecialChar \menuseparator
29097 Relleno
29098 \begin_inset space ~
29099 \end_inset
29100
29101 horizontal
29102 \family default
29103 .
29104 \end_layout
29105
29106 \begin_layout Standard
29107 \begin_inset Box Frameless
29108 position "t"
29109 hor_pos "c"
29110 has_inner_box 1
29111 inner_pos "c"
29112 use_parbox 0
29113 use_makebox 0
29114 width "45col%"
29115 special "none"
29116 height "1in"
29117 height_special "totalheight"
29118 status open
29119
29120 \begin_layout Plain Layout
29121
29122 \lang german
29123 Dies ist ein deutscher Text.
29124  Dies ist ein deutscher Text.
29125  Dies ist ein deutscher Text.
29126  Dies ist ein deutscher Text.
29127  Dies ist ein deutscher Text.
29128  Dies ist ein deutscher Text.
29129  Dies ist ein deutscher Text.
29130  Dies ist ein deutscher Text.
29131  Dies ist ein deutscher Text.
29132  Dies ist ein deutscher Text.
29133  Dies ist ein deutscher Text.
29134  Dies ist ein deutscher Text.
29135  Dies ist ein deutscher Text
29136 \begin_inset Foot
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140
29141 \lang german
29142 Dies ist eine deutsche Fußnote.
29143 \end_layout
29144
29145 \end_inset
29146
29147 .
29148  Dies ist ein deutscher Text.
29149  Dies ist ein deutscher Text.
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \begin_inset space \hfill{}
29156 \end_inset
29157
29158
29159 \begin_inset Box Frameless
29160 position "t"
29161 hor_pos "c"
29162 has_inner_box 1
29163 inner_pos "c"
29164 use_parbox 0
29165 use_makebox 0
29166 width "45col%"
29167 special "none"
29168 height "1in"
29169 height_special "totalheight"
29170 status open
29171
29172 \begin_layout Plain Layout
29173
29174 \lang english
29175 This is an English Text.
29176  This is an English Text.
29177  This is an English Text.
29178  This is an English Text.
29179  This is an English Text.
29180  This is an English Text.
29181  This is an English Text.
29182  This is an English Text.
29183  This is an English Text.
29184  This is an English Text.
29185  This is an English Text.
29186  This is an English Text.
29187  This is an English Text.
29188  This is an English Text.
29189  This is an English Text.
29190  This is an English Text.
29191 \begin_inset Foot
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195
29196 \lang english
29197 This is an English footnote.
29198 \end_layout
29199
29200 \end_inset
29201
29202  This is an English Text.
29203  
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset VSpace bigskip
29213 \end_inset
29214
29215 La configuración global de párrafos se ignora en las minipáginas.
29216  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29217  pongas p.
29218 \begin_inset space \thinspace{}
29219 \end_inset
29220
29221 e.
29222 \begin_inset space ~
29223 \end_inset
29224
29225
29226 \family sans
29227 Salto
29228 \begin_inset space ~
29229 \end_inset
29230
29231 medio
29232 \family default
29233  en la configuración del documento.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Las minipáginas también sirven para poner un color de fondo para partes
29238  de texto, véase sección
29239 \begin_inset space ~
29240 \end_inset
29241
29242
29243 \begin_inset CommandInset ref
29244 LatexCommand ref
29245 reference "sub:Color-en-Párrafos"
29246
29247 \end_inset
29248
29249 .
29250 \end_layout
29251
29252 \begin_layout Standard
29253 \begin_inset Note Greyedout
29254 status open
29255
29256 \begin_layout Plain Layout
29257
29258 \series bold
29259 Nota:
29260 \series default
29261  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29262  tener minipáginas en cuadros, en flotantes, y en otros marcos.
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Section
29271 Marcos de párrafo
29272 \begin_inset CommandInset label
29273 LatexCommand label
29274 name "sec:Marcos-de-Párrafo"
29275
29276 \end_inset
29277
29278
29279 \begin_inset Index idx
29280 status open
29281
29282 \begin_layout Plain Layout
29283 Marcos ! de párrafo
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 Los marcos de párrafo son similares a las minipáginas con la diferencia
29293  de que no pueden contener notas al pie.
29294 \end_layout
29295
29296 \begin_layout Standard
29297 \align center
29298 \begin_inset Box Frameless
29299 position "t"
29300 hor_pos "c"
29301 has_inner_box 1
29302 inner_pos "t"
29303 use_parbox 1
29304 use_makebox 0
29305 width "33col%"
29306 special "none"
29307 height "1in"
29308 height_special "totalheight"
29309 status open
29310
29311 \begin_layout Plain Layout
29312 Texto en un marco de párrafo.
29313  Texto en un marco de párrafo.
29314  Esta nota no aparece:
29315 \begin_inset Foot
29316 status open
29317
29318 \begin_layout Plain Layout
29319 Esta es una nota en un marco de párrafo y por eso no aparecerá.
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Section
29333 Marcos para palabras y caracteres
29334 \begin_inset Index idx
29335 status open
29336
29337 \begin_layout Plain Layout
29338 Marcos ! para palabras y caracteres
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Subsection
29347 Evitar la partición de palabras
29348 \begin_inset CommandInset label
29349 LatexCommand label
29350 name "sec:Evitar-la-Partición"
29351
29352 \end_inset
29353
29354
29355 \begin_inset Index idx
29356 status open
29357
29358 \begin_layout Plain Layout
29359 Marcos ! para evitar partición de palabras
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Standard
29368 El marco tipo 
29369 \family sans
29370 Marco de línea
29371 \family default
29372  sirve para evitar que una palabra sea partida con guión.
29373 \begin_inset Newline newline
29374 \end_inset
29375
29376 He aquí un ejemplo:
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29381 palabra».
29382 \end_layout
29383
29384 \begin_layout Standard
29385 Para evitar la división de la palabra «estalarguísimapalabra», ponla en
29386  un marco, establece el 
29387 \family sans
29388 Marco interior
29389 \family default
29390  en 
29391 \family sans
29392 Marco de línea
29393 \family default
29394  y el ancho en 
29395 \family sans
29396 1
29397 \begin_inset space \thinspace{}
29398 \end_inset
29399
29400 Ancho
29401 \family default
29402 .
29403 \end_layout
29404
29405 \begin_layout Standard
29406 Este es el resultado:
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29411 \begin_inset Box Frameless
29412 position "t"
29413 hor_pos "c"
29414 has_inner_box 1
29415 inner_pos "t"
29416 use_parbox 0
29417 use_makebox 1
29418 width "1in"
29419 special "width"
29420 height "1in"
29421 height_special "totalheight"
29422 status open
29423
29424 \begin_layout Plain Layout
29425 «estalarguísimapalabra»
29426 \end_layout
29427
29428 \end_inset
29429
29430 .
29431 \end_layout
29432
29433 \begin_layout Standard
29434 Como alternativa puedes poner el comando «
29435 \series bold
29436
29437 \backslash
29438 -
29439 \series default
29440 » en código TeX directamente antes de la palabra:
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 -
29453 \end_layout
29454
29455 \end_inset
29456
29457 estalarguísimapalabra».
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Por supuesto, la palabra sobresale del margen.
29462  Para evitarlo añade, con el menú 
29463 \family sans
29464 Insertar\SpecialChar \menuseparator
29465 Formato\SpecialChar \menuseparator
29466 Salto
29467 \begin_inset space ~
29468 \end_inset
29469
29470 de
29471 \begin_inset space ~
29472 \end_inset
29473
29474
29475 \family default
29476 línea (atajo 
29477 \family sans
29478 Ctrl+Entrar
29479 \family default
29480 ), un salto de línea antes de la palabra:
29481 \end_layout
29482
29483 \begin_layout Standard
29484 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29485 \begin_inset Newline newline
29486 \end_inset
29487
29488
29489 \begin_inset Box Frameless
29490 position "t"
29491 hor_pos "c"
29492 has_inner_box 1
29493 inner_pos "t"
29494 use_parbox 0
29495 use_makebox 1
29496 width "1in"
29497 special "width"
29498 height "1in"
29499 height_special "totalheight"
29500 status open
29501
29502 \begin_layout Plain Layout
29503 «estalarguísimapalabra»
29504 \end_layout
29505
29506 \end_inset
29507
29508 .
29509 \end_layout
29510
29511 \begin_layout Subsection
29512 Alineación vertical
29513 \begin_inset CommandInset label
29514 LatexCommand label
29515 name "sub:Alineación-Vertical"
29516
29517 \end_inset
29518
29519
29520 \begin_inset Index idx
29521 status open
29522
29523 \begin_layout Plain Layout
29524 Marcos ! para alineación vertical
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Standard
29533 Con ayuda del comando 
29534 \series bold
29535
29536 \backslash
29537 raisebox
29538 \series default
29539  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29540  
29541 \series bold
29542
29543 \backslash
29544 raisebox
29545 \series default
29546  se utiliza según el esquema:
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29555 \end_layout
29556
29557 \begin_layout Standard
29558 La elevación puede ser un valor positivo para subir el marco o negativo
29559  para bajarlo.
29560 \end_layout
29561
29562 \begin_layout Standard
29563 Para alinear una palabra, p.
29564 \begin_inset space \thinspace{}
29565 \end_inset
29566
29567 e
29568 \begin_inset space ~
29569 \end_inset
29570
29571 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29572  en la línea de base, inserta el comando
29573 \end_layout
29574
29575 \begin_layout Standard
29576
29577 \series bold
29578
29579 \backslash
29580 raisebox{
29581 \backslash
29582 depth}{
29583 \end_layout
29584
29585 \begin_layout Standard
29586 en código TeX antes de la palabra.
29587  Detrás de la palabra inserta una llave de cierre «
29588 \series bold
29589 }
29590 \series default
29591 » en código TeX.
29592 \begin_inset Newline newline
29593 \end_inset
29594
29595 Este es el resultado:
29596 \end_layout
29597
29598 \begin_layout Standard
29599 Esto es una línea de texto con la palabra 
29600 \begin_inset ERT
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605
29606 \backslash
29607 raisebox{
29608 \backslash
29609 depth}{
29610 \end_layout
29611
29612 \end_inset
29613
29614 «prevención»
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620 }
29621 \end_layout
29622
29623 \end_inset
29624
29625  elevada.
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset VSpace bigskip
29630 \end_inset
29631
29632 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29633 \end_layout
29634
29635 \begin_layout Standard
29636 Esto es una línea de texto con la palabra 
29637 \begin_inset ERT
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641
29642
29643 \backslash
29644 raisebox{-
29645 \backslash
29646 depth}{
29647 \end_layout
29648
29649 \end_inset
29650
29651 «prevención»
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657 }
29658 \end_layout
29659
29660 \end_inset
29661
29662  bajada.
29663 \begin_inset Newline newline
29664 \end_inset
29665
29666 Esto es una línea de texto con la palabra 
29667 \begin_inset ERT
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671
29672
29673 \backslash
29674 raisebox{0.5cm}{
29675 \end_layout
29676
29677 \end_inset
29678
29679 «testigo»
29680 \begin_inset ERT
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684
29685 }
29686 \end_layout
29687
29688 \end_inset
29689
29690  elevada.
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Si por alguna razón quieres impedir esto, pon la altura del marco a cero.
29695  Por ejemplo
29696 \end_layout
29697
29698 \begin_layout Standard
29699
29700 \series bold
29701
29702 \backslash
29703 raisebox{-
29704 \backslash
29705 depth}[0pt]{
29706 \end_layout
29707
29708 \begin_layout Standard
29709 Esto es una línea de texto con la palabra 
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 raisebox{-
29718 \backslash
29719 depth}[0pt]{
29720 \end_layout
29721
29722 \end_inset
29723
29724 «prevención»
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730 }
29731 \end_layout
29732
29733 \end_inset
29734
29735  bajada.
29736 \begin_inset Newline newline
29737 \end_inset
29738
29739 Esto es una línea de texto con la palabra 
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745
29746 \backslash
29747 raisebox{0.5cm}[0pt]{
29748 \end_layout
29749
29750 \end_inset
29751
29752 «testigo»
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758 }
29759 \end_layout
29760
29761 \end_inset
29762
29763  elevada.
29764 \end_layout
29765
29766 \begin_layout Section
29767 Marcos coloreados
29768 \begin_inset CommandInset label
29769 LatexCommand label
29770 name "sec:Marcos-Coloreados"
29771
29772 \end_inset
29773
29774
29775 \begin_inset Index idx
29776 status open
29777
29778 \begin_layout Plain Layout
29779 Marcos ! Colorear
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \end_layout
29786
29787 \begin_layout Subsection
29788 Colorear el fondo de un texto
29789 \begin_inset Index idx
29790 status open
29791
29792 \begin_layout Plain Layout
29793 Color ! de fondo en un texto
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \begin_layout Standard
29802 Para colorear el fondo de un texto, éste debe ponerse en un marco coloreado.
29803  Esto requiere cargar el paquete LaTeX 
29804 \series bold
29805 color
29806 \series default
29807
29808 \begin_inset Index idx
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812 LaTeX-paquetes ! color
29813 \end_layout
29814
29815 \end_inset
29816
29817  en el preámbulo del documento con
29818 \end_layout
29819
29820 \begin_layout Standard
29821
29822 \series bold
29823
29824 \backslash
29825 @ifundef\SpecialChar \textcompwordmark{}
29826 ined{textcolor}
29827 \begin_inset Newline newline
29828 \end_inset
29829
29830
29831 \begin_inset Phantom HPhantom
29832 status open
29833
29834 \begin_layout Plain Layout
29835
29836 \series bold
29837 \begin_inset space ~
29838 \end_inset
29839
29840
29841 \end_layout
29842
29843 \end_inset
29844
29845 {
29846 \backslash
29847 usepackage{color}}{}
29848 \end_layout
29849
29850 \begin_layout Standard
29851 LyX cargará automáticamente el paquete 
29852 \series bold
29853 color
29854 \series default
29855  cuando colorees texto.
29856 \begin_inset Foot
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Para evitar cargarlo dos veces se usa el comando 
29861 \series bold
29862
29863 \backslash
29864 @ifundef\SpecialChar \textcompwordmark{}
29865 ined
29866 \series default
29867 .
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \end_layout
29874
29875 \begin_layout Standard
29876 \begin_inset VSpace medskip
29877 \end_inset
29878
29879 Los marcos coloreados se crean con el comando 
29880 \series bold
29881
29882 \backslash
29883 colorbox
29884 \series default
29885 , de acuerdo con el siguiente esquema:
29886 \end_layout
29887
29888 \begin_layout Standard
29889
29890 \series bold
29891
29892 \backslash
29893 colorbox{color}{contenido del marco}
29894 \end_layout
29895
29896 \begin_layout Standard
29897 El contenido también puede ser un marco y los marcos coloreados también
29898  pueden estar en otros marcos.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 Los siguientes colores están predefinidos:
29903 \begin_inset Newline newline
29904 \end_inset
29905
29906
29907 \family sans
29908 red
29909 \family default
29910
29911 \family sans
29912 green
29913 \family default
29914
29915 \family sans
29916 yellow, blue
29917 \family default
29918
29919 \family sans
29920 cyan
29921 \family default
29922 \series bold
29923 ,
29924 \series default
29925  
29926 \family sans
29927 magenta, black
29928 \family default
29929
29930 \family sans
29931 white
29932 \family default
29933 .
29934 \begin_inset Newline newline
29935 \end_inset
29936
29937 También puedes definir tus propios colores según se explica en la sección
29938 \begin_inset space ~
29939 \end_inset
29940
29941
29942 \begin_inset CommandInset ref
29943 LatexCommand ref
29944 reference "sec:Cuadros-Coloreados"
29945
29946 \end_inset
29947
29948 .
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29953 \end_layout
29954
29955 \begin_layout Standard
29956
29957 \series bold
29958
29959 \backslash
29960 colorbox{red}{
29961 \end_layout
29962
29963 \begin_layout Standard
29964 en código TeX antes de la palabra.
29965  Tras la palabra inserta una llave de cierre «
29966 \series bold
29967 }
29968 \series default
29969 » en código TeX.
29970 \begin_inset Newline newline
29971 \end_inset
29972
29973 Este es el resultado:
29974 \end_layout
29975
29976 \begin_layout Standard
29977 Línea en la que la palabra 
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 colorbox{red}{
29986 \end_layout
29987
29988 \end_inset
29989
29990 «¡Atención!»
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996 }
29997 \end_layout
29998
29999 \end_inset
30000
30001  tiene fondo rojo.
30002 \end_layout
30003
30004 \begin_layout Standard
30005 \begin_inset VSpace bigskip
30006 \end_inset
30007
30008 Si quieres un borde de distinto color, puedes emplear el comando 
30009 \series bold
30010
30011 \backslash
30012 fcolorbox
30013 \series default
30014  con el esquema siguiente:
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 fcolorbox{color del borde}{color del fondo}{contenido del marco}
30023 \end_layout
30024
30025 \begin_layout Standard
30026
30027 \series bold
30028
30029 \backslash
30030 fcolorbox
30031 \series default
30032  es una extensión de 
30033 \series bold
30034
30035 \backslash
30036 colorbox
30037 \series default
30038 .
30039  El grosor del borde y el espacio entre él y el contenido se puede ajustar
30040  con las longitudes 
30041 \series bold
30042
30043 \backslash
30044 fboxrule
30045 \series default
30046  y 
30047 \series bold
30048
30049 \backslash
30050 fboxsep
30051 \series default
30052 , respectivamente, como se describe en la sección
30053 \begin_inset space ~
30054 \end_inset
30055
30056
30057 \begin_inset CommandInset ref
30058 LatexCommand ref
30059 reference "sec:Decoración"
30060
30061 \end_inset
30062
30063 .
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Para el ejemplo siguiente se ha utilizado el comando
30068 \end_layout
30069
30070 \begin_layout Standard
30071
30072 \series bold
30073
30074 \backslash
30075 fcolorbox{cyan}{magenta}{
30076 \end_layout
30077
30078 \begin_layout Standard
30079 Este es un ejemplo en el que se ha puesto un grosor de 1
30080 \begin_inset space \thinspace{}
30081 \end_inset
30082
30083 mm para la línea del borde:
30084 \begin_inset Newline newline
30085 \end_inset
30086
30087
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093
30094 \backslash
30095 fboxrule 1mm 
30096 \backslash
30097 fboxsep 1mm
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108
30109 \backslash
30110 fcolorbox{cyan}{magenta}{
30111 \end_layout
30112
30113 \end_inset
30114
30115 Texto en un marco con fondo y borde en distintos colores.
30116 \begin_inset ERT
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120
30121 }
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Standard
30130 \begin_inset VSpace bigskip
30131 \end_inset
30132
30133 Por supuesto, también puedes colorear el texto en un marco coloreado:
30134 \begin_inset Newline newline
30135 \end_inset
30136
30137
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143
30144 \backslash
30145 fcolorbox{cyan}{magenta}{
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \color yellow
30152 Marco con texto, fondo y borde en distintos colores.
30153 \color none
30154
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160 }
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \begin_inset ERT
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170
30171
30172 \backslash
30173 fboxrule 0.4pt 
30174 \backslash
30175 fboxsep 3pt
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184
30185 \series bold
30186 \begin_inset VSpace medskip
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 \begin_inset Note Greyedout
30194 status open
30195
30196 \begin_layout Plain Layout
30197
30198 \series bold
30199 Nota:
30200 \series default
30201  El texto en marcos con fondo coloreado no puede tener saltos de línea.
30202  Para colorear líneas o párrafos múltiples, usa un marco dentro de un marco
30203  coloreado como se describe a continuación.
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Subsection
30212 Colorear el fondo de párrafos
30213 \begin_inset CommandInset label
30214 LatexCommand label
30215 name "sub:Color-en-Párrafos"
30216
30217 \end_inset
30218
30219
30220 \begin_inset Index idx
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Color ! en párrafos
30225 \end_layout
30226
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \begin_layout Standard
30233 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30234  Antes de la minipágina inserta el comando 
30235 \series bold
30236
30237 \backslash
30238 colorbox
30239 \series default
30240  en código TeX
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 colorbox{color}{
30249 \end_layout
30250
30251 \begin_layout Standard
30252 Detrás de la minipágina inserta una llave de cierre «
30253 \series bold
30254 }
30255 \series default
30256 », también en código TeX.
30257 \end_layout
30258
30259 \begin_layout Standard
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 colorbox{grisclaro}{
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \begin_inset Box Frameless
30274 position "t"
30275 hor_pos "c"
30276 has_inner_box 1
30277 inner_pos "t"
30278 use_parbox 0
30279 use_makebox 0
30280 width "100col%"
30281 special "none"
30282 height "1in"
30283 height_special "totalheight"
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 Texto con color de fondo.
30288  Texto con color de fondo.
30289 \end_layout
30290
30291 \begin_layout Plain Layout
30292 \begin_inset VSpace defskip
30293 \end_inset
30294
30295 El texto puede tener notas al pie
30296 \begin_inset Foot
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300 Otro ejemplo de nota
30301 \end_layout
30302
30303 \end_inset
30304
30305  y puede incluir cuadros y figuras.
30306 \end_layout
30307
30308 \begin_layout Plain Layout
30309 \align center
30310 \begin_inset Tabular
30311 <lyxtabular version="3" rows="3" columns="3">
30312 <features tabularvalignment="middle">
30313 <column alignment="center" valignment="top" width="0">
30314 <column alignment="center" valignment="top" width="0">
30315 <column alignment="center" valignment="top" width="0">
30316 <row>
30317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30318 \begin_inset Text
30319
30320 \begin_layout Plain Layout
30321 a
30322 \end_layout
30323
30324 \end_inset
30325 </cell>
30326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30327 \begin_inset Text
30328
30329 \begin_layout Plain Layout
30330 !
30331 \end_layout
30332
30333 \end_inset
30334 </cell>
30335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30336 \begin_inset Text
30337
30338 \begin_layout Plain Layout
30339 3
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 </row>
30345 <row>
30346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
30350 <
30351 \end_layout
30352
30353 \end_inset
30354 </cell>
30355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359 b2
30360 \begin_inset Quotes erd
30361 \end_inset
30362
30363 |
30364 \end_layout
30365
30366 \end_inset
30367 </cell>
30368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30369 \begin_inset Text
30370
30371 \begin_layout Plain Layout
30372 >
30373 \end_layout
30374
30375 \end_inset
30376 </cell>
30377 </row>
30378 <row>
30379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30380 \begin_inset Text
30381
30382 \begin_layout Plain Layout
30383 1
30384 \end_layout
30385
30386 \end_inset
30387 </cell>
30388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30389 \begin_inset Text
30390
30391 \begin_layout Plain Layout
30392 §
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Plain Layout
30401 c
30402 \end_layout
30403
30404 \end_inset
30405 </cell>
30406 </row>
30407 </lyxtabular>
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \begin_inset ERT
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421
30422 }
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \end_layout
30429
30430 \begin_layout Section
30431 Marcos rotados y escalados
30432 \end_layout
30433
30434 \begin_layout Standard
30435 Para poder usar los comandos descritos en esta sección hay que cargar el
30436  paquete LaTeX 
30437 \series bold
30438 graphicx
30439 \series default
30440
30441 \begin_inset Index idx
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445 LaTeX-paquetes ! graphicx
30446 \end_layout
30447
30448 \end_inset
30449
30450  en el preámbulo del documento, con el comando
30451 \end_layout
30452
30453 \begin_layout Standard
30454
30455 \series bold
30456
30457 \backslash
30458 @ifundefined{rotatebox}
30459 \begin_inset Newline newline
30460 \end_inset
30461
30462
30463 \begin_inset Phantom HPhantom
30464 status open
30465
30466 \begin_layout Plain Layout
30467
30468 \series bold
30469 \begin_inset space ~
30470 \end_inset
30471
30472
30473 \end_layout
30474
30475 \end_inset
30476
30477 {
30478 \backslash
30479 usepackage{graphicx}}{}
30480 \end_layout
30481
30482 \begin_layout Standard
30483 \begin_inset Note Greyedout
30484 status open
30485
30486 \begin_layout Plain Layout
30487
30488 \series bold
30489 Nota: 
30490 \series default
30491 Algunos visores DVI no pueden mostrar material rotado o escalado.
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 \begin_inset Note Greyedout
30501 status open
30502
30503 \begin_layout Plain Layout
30504
30505 \series bold
30506 Nota:
30507 \series default
30508  Los marcos rotados o escalados no pueden contener flotantes.
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \begin_layout Subsection
30517 Marcos rotados
30518 \begin_inset Index idx
30519 status open
30520
30521 \begin_layout Plain Layout
30522 Marcos ! Rotar
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \begin_inset Index idx
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532 Material rotado
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset Index idx
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Figuras ! Rotar
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \begin_inset Index idx
30549 status open
30550
30551 \begin_layout Plain Layout
30552 Cuadros ! Rotar
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \end_layout
30559
30560 \begin_layout Standard
30561 Para rotar material debes ponerlo en un marco rotado.
30562  Los marcos rotados se crean con el comando 
30563 \series bold
30564
30565 \backslash
30566 rotatebox
30567 \series default
30568  en código TeX, según el esquema:
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 rotatebox[origen de rotación]{ángulo de rotación}{contenido del marco}
30577 \end_layout
30578
30579 \begin_layout Standard
30580 El origen de rotación se especifica en la forma 
30581 \series bold
30582 origin=position
30583 \series default
30584 .
30585  Son posibles las posiciones siguientes: 
30586 \emph on
30587 c
30588 \emph default
30589  (center), 
30590 \emph on
30591 l
30592 \emph default
30593  (left), 
30594 \emph on
30595 r
30596 \emph default
30597  (right), 
30598 \emph on
30599 b
30600 \emph default
30601  (bottom), 
30602 \emph on
30603 t
30604 \emph default
30605  (top), así como combinaciones adecuadas de las posiciones básicas.
30606  Por ejemplo, 
30607 \emph on
30608 lt
30609 \emph default
30610  significa que el origen de rotación es la esquina superior izquierda del
30611  marco.
30612  Si no se especifica origen de rotación se usará la posición 
30613 \emph on
30614 l
30615 \emph default
30616 .
30617  El ángulo de rotación es un número de grados, y puede ser negativo.
30618  El sentido de giro es contrario al de las agujas del reloj.
30619 \end_layout
30620
30621 \begin_layout Standard
30622 En el siguiente ejemplo se ha insertado el comando 
30623 \series bold
30624
30625 \backslash
30626 rotatebox[origin=c]{60}{ 
30627 \series default
30628 como código TeX delante del texto «con rotación»; después del texto, el
30629  marco se ha cerrado con llave en código TeX.
30630 \end_layout
30631
30632 \begin_layout Standard
30633 Esta línea contiene texto 
30634 \begin_inset ERT
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638
30639
30640 \backslash
30641 rotatebox[origin=c]{60}{
30642 \end_layout
30643
30644 \end_inset
30645
30646 con rotación
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652 }
30653 \end_layout
30654
30655 \end_inset
30656
30657 .
30658 \end_layout
30659
30660 \begin_layout Standard
30661 El contenido del marco puede ser también otro marco o una ecuación en línea:
30662 \end_layout
30663
30664 \begin_layout Standard
30665 En esta línea hay texto enmarcado 
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 rotatebox[origin=r]{-60}{
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \begin_inset Box Doublebox
30680 position "c"
30681 hor_pos "c"
30682 has_inner_box 0
30683 inner_pos "c"
30684 use_parbox 0
30685 use_makebox 0
30686 width "1in"
30687 special "width"
30688 height "1in"
30689 height_special "totalheight"
30690 status open
30691
30692 \begin_layout Plain Layout
30693 con rotación
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \begin_inset ERT
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703
30704 }
30705 \end_layout
30706
30707 \end_inset
30708
30709  y 
30710 \begin_inset ERT
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714
30715
30716 \backslash
30717 rotatebox[origin=lb]{60}{
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30724 \end_inset
30725
30726
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732 }
30733 \end_layout
30734
30735 \end_inset
30736
30737  una ecuación.
30738 \end_layout
30739
30740 \begin_layout Standard
30741 O una imagen o un cuadro:
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Aquí hay una imagen girada 
30746 \begin_inset ERT
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750
30751
30752 \backslash
30753 rotatebox[origin=lb]{90}{
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \begin_inset Graphics
30760         filename ../clipart/platypus.eps
30761         lyxscale 50
30762         width 25col%
30763
30764 \end_inset
30765
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 }
30773 \end_layout
30774
30775 \end_inset
30776
30777  y un cuadro girado 
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783
30784 \backslash
30785 rotatebox[origin=l]{-90}{
30786 \end_layout
30787
30788 \end_inset
30789
30790
30791 \begin_inset Tabular
30792 <lyxtabular version="3" rows="2" columns="2">
30793 <features tabularvalignment="middle">
30794 <column alignment="center" valignment="top" width="0">
30795 <column alignment="center" valignment="top" width="0">
30796 <row>
30797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30798 \begin_inset Text
30799
30800 \begin_layout Plain Layout
30801 q
30802 \end_layout
30803
30804 \end_inset
30805 </cell>
30806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Plain Layout
30810 w
30811 \end_layout
30812
30813 \end_inset
30814 </cell>
30815 </row>
30816 <row>
30817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821 e
30822 \end_layout
30823
30824 \end_inset
30825 </cell>
30826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30827 \begin_inset Text
30828
30829 \begin_layout Plain Layout
30830 r
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 </row>
30836 </lyxtabular>
30837
30838 \end_inset
30839
30840
30841 \begin_inset ERT
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845
30846 }
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \begin_layout Subsection
30855 Marcos para variar la escala
30856 \begin_inset Index idx
30857 status open
30858
30859 \begin_layout Plain Layout
30860 Marcos ! para variar la escala
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \begin_inset Index idx
30867 status open
30868
30869 \begin_layout Plain Layout
30870 Material a escala
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Index idx
30877 status open
30878
30879 \begin_layout Plain Layout
30880 Figuras ! a escala
30881 \end_layout
30882
30883 \end_inset
30884
30885
30886 \begin_inset Index idx
30887 status open
30888
30889 \begin_layout Plain Layout
30890 Cuadros ! a escala
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Para modificar las proporciones de un material se pueden usar los comandos
30900  
30901 \series bold
30902
30903 \backslash
30904 scalebox
30905 \series default
30906  y 
30907 \series bold
30908
30909 \backslash
30910 resizebox 
30911 \series default
30912 en código TeX.
30913 \end_layout
30914
30915 \begin_layout Standard
30916
30917 \series bold
30918
30919 \backslash
30920 scalebox
30921 \series default
30922  se usa con el esquema siguiente:
30923 \end_layout
30924
30925 \begin_layout Standard
30926
30927 \series bold
30928
30929 \backslash
30930 scalebox{horizontal}[vertical]{contenido del marco}
30931 \end_layout
30932
30933 \begin_layout Standard
30934 Horizontal y vertical son los factores de escala correspondientes.
30935  Si no se especifica factor vertical, su valor será el mismo que el factor
30936  de escala horizontal.
30937  
30938 \end_layout
30939
30940 \begin_layout Standard
30941 Por ejemplo, el comando 
30942 \series bold
30943
30944 \backslash
30945 scalebox{2}{Hola} 
30946 \series default
30947 crea un 
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 scalebox{2}{
30956 \end_layout
30957
30958 \end_inset
30959
30960 Hola
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 }
30967 \end_layout
30968
30969 \end_inset
30970
30971  de doble tamaño que el texto normal del documento.
30972 \end_layout
30973
30974 \begin_layout Standard
30975 El comando 
30976 \series bold
30977
30978 \backslash
30979 scalebox{2}[1]{Hola} 
30980 \series default
30981 distorsiona el 
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987
30988 \backslash
30989 scalebox{2}[1]{
30990 \end_layout
30991
30992 \end_inset
30993
30994 Hola
30995 \begin_inset ERT
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999
31000 }
31001 \end_layout
31002
31003 \end_inset
31004
31005 .
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Si un factor de escala es negativo el contenido del marco es reflejado.
31010  Por eso el comando 
31011 \series bold
31012
31013 \backslash
31014 scalebox{-1}[1]{Hola} 
31015 \series default
31016 puede usarse para reflejar un texto: 
31017 \begin_inset ERT
31018 status collapsed
31019
31020 \begin_layout Plain Layout
31021
31022
31023 \backslash
31024 scalebox{-1}[1]{
31025 \end_layout
31026
31027 \end_inset
31028
31029 Hola
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035 }
31036 \end_layout
31037
31038 \end_inset
31039
31040 .
31041 \end_layout
31042
31043 \begin_layout Standard
31044
31045 \series bold
31046
31047 \backslash
31048 scalebox{1}[-1]{Hola} 
31049 \series default
31050 refleja el 
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 scalebox{1}[-1]{
31059 \end_layout
31060
31061 \end_inset
31062
31063 Hola
31064 \begin_inset ERT
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068
31069 }
31070 \end_layout
31071
31072 \end_inset
31073
31074  sobre la base.
31075 \end_layout
31076
31077 \begin_layout Standard
31078 El comando 
31079 \series bold
31080
31081 \backslash
31082 scalebox{-1}[1]{contenido del cuadro} 
31083 \series default
31084 puede sustituirse por 
31085 \series bold
31086
31087 \begin_inset Newline newline
31088 \end_inset
31089
31090
31091 \backslash
31092 reflectbox{contenido del cuadro}
31093 \begin_inset VSpace defskip
31094 \end_inset
31095
31096
31097 \end_layout
31098
31099 \begin_layout Standard
31100 El comando 
31101 \series bold
31102
31103 \backslash
31104 resizebox
31105 \series default
31106  sirve para variar la escala del marco a una altura y anchura definidas,
31107  según el esquema:
31108 \end_layout
31109
31110 \begin_layout Standard
31111
31112 \series bold
31113
31114 \backslash
31115 resizebox{anchura}{altura}{contenido del marco}
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Si uno de los argumentos del comando es un signo de exclamación, 
31120 \series bold
31121 !
31122 \series default
31123 , la escala se hace de forma que se mantiene la relación de las dimensiones
31124  originales del contenido del marco.
31125  
31126 \end_layout
31127
31128 \begin_layout Standard
31129 El comando 
31130 \series bold
31131
31132 \backslash
31133 resizebox{2cm}{1cm}{Hola}
31134 \series default
31135  genera: 
31136 \begin_inset ERT
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140
31141
31142 \backslash
31143 resizebox{2cm}{1cm}{
31144 \end_layout
31145
31146 \end_inset
31147
31148 Hola
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154 }
31155 \end_layout
31156
31157 \end_inset
31158
31159
31160 \begin_inset Newline newline
31161 \end_inset
31162
31163 El comando 
31164 \series bold
31165
31166 \backslash
31167 resizebox{2cm}{!}{Hola}
31168 \series default
31169  genera: 
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175
31176 \backslash
31177 resizebox{2cm}{!}{
31178 \end_layout
31179
31180 \end_inset
31181
31182 Hola
31183 \begin_inset ERT
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187
31188 }
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 \begin_inset VSpace defskip
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 \begin_inset Note Greyedout
31205 status open
31206
31207 \begin_layout Plain Layout
31208
31209 \series bold
31210 Nota: 
31211 \series default
31212 Si los argumentos de 
31213 \series bold
31214
31215 \backslash
31216 scalebox
31217 \series default
31218  o 
31219 \series bold
31220
31221 \backslash
31222 resizebox
31223 \series default
31224  son cero, no se generan errores de LaTeX al exportar el documento, pero
31225  puede suceder que la salida no se muestre o que sea incompleta.
31226  
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \begin_inset VSpace defskip
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Standard
31239 Los marcos se pueden combinar en cualquier orden.
31240  Por ejemplo, el comando
31241 \series bold
31242
31243 \begin_inset Newline newline
31244 \end_inset
31245
31246
31247 \backslash
31248 rotatebox[origin=c]{-45}{
31249 \backslash
31250 resizebox{2cm}{!}{
31251 \backslash
31252 reflectbox{Hola}}}
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256
31257 \series default
31258 genera:
31259 \end_layout
31260
31261 \begin_layout Standard
31262 \noindent
31263 \align center
31264 \begin_inset ERT
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268
31269
31270 \backslash
31271 rotatebox[origin=c]{-45}{
31272 \backslash
31273 resizebox{2cm}{!}{
31274 \backslash
31275 reflectbox{
31276 \end_layout
31277
31278 \end_inset
31279
31280 Hola
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286 }}}
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295 \noindent
31296 Un marco puede contener imágenes, cuadros y ecuaciones en línea:
31297 \end_layout
31298
31299 \begin_layout Standard
31300 \align center
31301 \begin_inset ERT
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305
31306
31307 \backslash
31308 rotatebox[origin=c]{-30}{
31309 \backslash
31310 resizebox{2cm}{!}{
31311 \backslash
31312 reflectbox{
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \begin_inset Graphics
31319         filename ../clipart/platypus.eps
31320         lyxscale 50
31321         width 25col%
31322
31323 \end_inset
31324
31325
31326 \begin_inset ERT
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331 }}}
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \begin_inset ERT
31338 status collapsed
31339
31340 \begin_layout Plain Layout
31341
31342
31343 \backslash
31344 rotatebox[origin=c]{-45}{
31345 \backslash
31346 resizebox{2cm}{!}{
31347 \backslash
31348 reflectbox{
31349 \end_layout
31350
31351 \end_inset
31352
31353
31354 \begin_inset Tabular
31355 <lyxtabular version="3" rows="2" columns="2">
31356 <features tabularvalignment="middle">
31357 <column alignment="center" valignment="top" width="0">
31358 <column alignment="center" valignment="top" width="0">
31359 <row>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Plain Layout
31364 q
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373 w
31374 \end_layout
31375
31376 \end_inset
31377 </cell>
31378 </row>
31379 <row>
31380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384 e
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393 r
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 </row>
31399 </lyxtabular>
31400
31401 \end_inset
31402
31403
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409 }}}
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 rotatebox[origin=c]{-45}{
31423 \backslash
31424 resizebox{2cm}{!}{
31425 \backslash
31426 reflectbox{
31427 \end_layout
31428
31429 \end_inset
31430
31431
31432 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31433 \end_inset
31434
31435
31436 \begin_inset ERT
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440
31441 }}}
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 Si se usa el estilo global 
31451 \series bold
31452 fleqn
31453 \series default
31454  para las ecuaciones del documento,
31455 \begin_inset Foot
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459 Si «fleqn» se añade a las opciones de clase del documento.
31460 \end_layout
31461
31462 \end_inset
31463
31464  también se puede variar la escala de las ecuaciones en estilo presentación.
31465 \end_layout
31466
31467 \begin_layout Chapter
31468 Archivos externos
31469 \begin_inset Index idx
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 Archivos externos
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Standard
31482 Con el menú 
31483 \family sans
31484 Insertar\SpecialChar \menuseparator
31485 Archivo 
31486 \family default
31487 se pueden insertar archivos externos en un documento.
31488  Estos pueden ser:
31489 \end_layout
31490
31491 \begin_layout Description
31492 Documento
31493 \begin_inset space ~
31494 \end_inset
31495
31496 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31497 \end_layout
31498
31499 \begin_layout Description
31500 Texto
31501 \begin_inset space ~
31502 \end_inset
31503
31504 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31505  como párrafo propio.
31506 \end_layout
31507
31508 \begin_layout Description
31509 Texto
31510 \begin_inset space ~
31511 \end_inset
31512
31513 simple,
31514 \begin_inset space ~
31515 \end_inset
31516
31517 unir
31518 \begin_inset space ~
31519 \end_inset
31520
31521 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31522  Las líneas vacías generan un nuevo párrafo en tu documento.
31523 \end_layout
31524
31525 \begin_layout Description
31526 Material
31527 \begin_inset space ~
31528 \end_inset
31529
31530 externo Archivos en diversos formatos.
31531 \end_layout
31532
31533 \begin_layout Description
31534 Documento
31535 \begin_inset space ~
31536 \end_inset
31537
31538 hijo Documentos LyX, LaTeX o texto simple.
31539 \end_layout
31540
31541 \begin_layout Section
31542 Material externo
31543 \begin_inset Index idx
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547 Material externo
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Standard
31556 Esta característica te permite insertar archivos en tu documento sin convertirlo
31557 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31558  las necesarias conversiones.
31559  Esto es parecido a la inserción de imágenes en diversos formatos en los
31560  documentos LyX.
31561  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31562  en 
31563 \family sans
31564 Apariencia
31565 \family default
31566 \SpecialChar \menuseparator
31567 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31568  en LyX.
31569 \end_layout
31570
31571 \begin_layout Standard
31572 El material externo se puede insertar mediante el diálogo que surge a partir
31573  del menú 
31574 \family sans
31575 Insertar\SpecialChar \menuseparator
31576 Archivo\SpecialChar \menuseparator
31577 Material
31578 \begin_inset space ~
31579 \end_inset
31580
31581 externo
31582 \family default
31583 .
31584  Actualmente se permiten los siguientes tipos de archivo (
31585 \family sans
31586 Plantillas
31587 \family default
31588 ):
31589 \end_layout
31590
31591 \begin_layout Description
31592 Diagrama
31593 \begin_inset space ~
31594 \end_inset
31595
31596 de
31597 \begin_inset space ~
31598 \end_inset
31599
31600 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31601  con el programa 
31602 \series bold
31603
31604 \begin_inset CommandInset href
31605 LatexCommand href
31606 name "XBoard"
31607 target "http://en.wikipedia.org/wiki/XBoard"
31608
31609 \end_inset
31610
31611
31612 \series default
31613 .
31614 \end_layout
31615
31616 \begin_layout Description
31617 Dia Esta plantilla soporta diagramas creados con el programa 
31618 \series bold
31619
31620 \begin_inset CommandInset href
31621 LatexCommand href
31622 name "Dia"
31623 target "http://en.wikipedia.org/wiki/Dia_(software)"
31624
31625 \end_inset
31626
31627
31628 \series default
31629 .
31630 \end_layout
31631
31632 \begin_layout Description
31633 Fecha Esta inserta la fecha en el formato 
31634 \emph on
31635 Día-Mes-Año.
31636
31637 \emph default
31638  A continuación hay una fecha insertada como material externo: 
31639 \begin_inset External
31640         template Date
31641         filename ...
31642
31643 \end_inset
31644
31645
31646 \begin_inset space ~
31647 \end_inset
31648
31649
31650 \begin_inset Note Note
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \begin_inset Newline newline
31661 \end_inset
31662
31663 La fecha no se muestra en LyX, sólo en la salida.
31664  Hay otros dos métodos de insertar una fecha, con el menú 
31665 \family sans
31666 Insertar\SpecialChar \menuseparator
31667 Fecha
31668 \family default
31669  y con el comando LaTeX 
31670 \series bold
31671
31672 \backslash
31673 today
31674 \series default
31675  en código TeX.
31676  Los distintos métodos se comparan en el cuadro
31677 \begin_inset space ~
31678 \end_inset
31679
31680
31681 \begin_inset CommandInset ref
31682 LatexCommand ref
31683 reference "tab:Comparación-de"
31684
31685 \end_inset
31686
31687 .
31688 \end_layout
31689
31690 \begin_layout Description
31691 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31692 \begin_inset Newline linebreak
31693 \end_inset
31694
31695
31696 \series bold
31697
31698 \begin_inset CommandInset href
31699 LatexCommand href
31700 name "LilyPond"
31701 target "http://en.wikipedia.org/wiki/LilyPond"
31702
31703 \end_inset
31704
31705
31706 \series default
31707 .
31708 \end_layout
31709
31710 \begin_layout Description
31711 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31712  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31713  la opción 
31714 \emph on
31715 pages
31716 \emph default
31717  en el campo 
31718 \family sans
31719 Opción
31720 \family default
31721  de la pestaña 
31722 \family sans
31723 Opciones de LaTeX y LyX
31724 \family default
31725 , según la descripción de la plantilla en el diálogo.
31726  Si no se usa la opción 
31727 \emph on
31728 pages
31729 \emph default
31730 , sólo se inserta la primera página del PDF.
31731 \end_layout
31732
31733 \begin_layout Description
31734 RasterImage Sirve para insertar imágenes bitmap.
31735  Casi todos los formatos populares de imágenes están soportados.
31736  Las imágenes se pueden tratar en el diálogo 
31737 \family sans
31738 Material Externo
31739 \family default
31740  como las que habitualmente se incluyen mediante el diálogo 
31741 \family sans
31742 Gráficos
31743 \family default
31744 , tal como se explica en la sección
31745 \begin_inset space ~
31746 \end_inset
31747
31748
31749 \begin_inset CommandInset ref
31750 LatexCommand ref
31751 reference "sec:Diálogo-Gráficos"
31752
31753 \end_inset
31754
31755 .
31756  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31757  PDF y EPS no están soportadas.
31758 \end_layout
31759
31760 \begin_layout Description
31761 XFig Esta plantilla soporta imágenes creadas con el programa 
31762 \series bold
31763
31764 \begin_inset CommandInset href
31765 LatexCommand href
31766 name "Xfig"
31767 target "http://en.wikipedia.org/wiki/Xfig"
31768
31769 \end_inset
31770
31771
31772 \series default
31773 .
31774 \end_layout
31775
31776 \begin_layout Standard
31777 \begin_inset Float table
31778 placement h
31779 wide false
31780 sideways false
31781 status open
31782
31783 \begin_layout Plain Layout
31784 \begin_inset Caption
31785
31786 \begin_layout Plain Layout
31787 \begin_inset CommandInset label
31788 LatexCommand label
31789 name "tab:Comparación-de"
31790
31791 \end_inset
31792
31793 Comparación de los métodos de inserción de fecha.
31794 \end_layout
31795
31796 \end_inset
31797
31798
31799 \end_layout
31800
31801 \begin_layout Plain Layout
31802 \align center
31803 \begin_inset Tabular
31804 <lyxtabular version="3" rows="4" columns="4">
31805 <features tabularvalignment="middle">
31806 <column alignment="center" valignment="top" width="0">
31807 <column alignment="center" valignment="top" width="0">
31808 <column alignment="center" valignment="top" width="0">
31809 <column alignment="center" valignment="top" width="0">
31810 <row>
31811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815 Documento
31816 \end_layout
31817
31818 \end_inset
31819 </cell>
31820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31821 \begin_inset Text
31822
31823 \begin_layout Plain Layout
31824
31825 \family sans
31826 Material externo\SpecialChar \menuseparator
31827 Fecha
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836
31837 \family sans
31838 Insertar\SpecialChar \menuseparator
31839 Fecha
31840 \end_layout
31841
31842 \end_inset
31843 </cell>
31844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31845 \begin_inset Text
31846
31847 \begin_layout Plain Layout
31848 comando 
31849 \series bold
31850
31851 \backslash
31852 today
31853 \end_layout
31854
31855 \end_inset
31856 </cell>
31857 </row>
31858 <row>
31859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31860 \begin_inset Text
31861
31862 \begin_layout Plain Layout
31863 LyX
31864 \end_layout
31865
31866 \end_inset
31867 </cell>
31868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31869 \begin_inset Text
31870
31871 \begin_layout Plain Layout
31872 como recuadro
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881 como fecha
31882 \end_layout
31883
31884 \end_inset
31885 </cell>
31886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31887 \begin_inset Text
31888
31889 \begin_layout Plain Layout
31890 como cuadro código TeX
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 </row>
31896 <row>
31897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901 LaTeX
31902 \end_layout
31903
31904 \end_inset
31905 </cell>
31906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31907 \begin_inset Text
31908
31909 \begin_layout Plain Layout
31910 como fecha
31911 \end_layout
31912
31913 \end_inset
31914 </cell>
31915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31916 \begin_inset Text
31917
31918 \begin_layout Plain Layout
31919 como fecha
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31925 \begin_inset Text
31926
31927 \begin_layout Plain Layout
31928 como comando
31929 \end_layout
31930
31931 \end_inset
31932 </cell>
31933 </row>
31934 <row>
31935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31936 \begin_inset Text
31937
31938 \begin_layout Plain Layout
31939 DVI, PDF, PS
31940 \end_layout
31941
31942 \end_inset
31943 </cell>
31944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31945 \begin_inset Text
31946
31947 \begin_layout Plain Layout
31948 como fecha
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31954 \begin_inset Text
31955
31956 \begin_layout Plain Layout
31957 como fecha
31958 \end_layout
31959
31960 \end_inset
31961 </cell>
31962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31963 \begin_inset Text
31964
31965 \begin_layout Plain Layout
31966 como fecha
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 </row>
31972 </lyxtabular>
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \begin_layout Standard
31985 Si utilizas la opción 
31986 \family sans
31987 Borrador
31988 \family default
31989  en la solapa 
31990 \family sans
31991 Archivo
31992 \family default
31993  del diálogo 
31994 \family sans
31995 Material Externo
31996 \family default
31997 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31998 \family sans
31999
32000 \begin_inset Newline newline
32001 \end_inset
32002
32003
32004 \family default
32005 El material externo se muestra en LyX como un recuadro del tipo:
32006 \family sans
32007  
32008 \family default
32009
32010 \begin_inset Graphics
32011         filename clipart/MaterialExternoQt4.png
32012         scale 80
32013
32014 \end_inset
32015
32016  o como imagen, dependiendo de si se marca la opción 
32017 \family sans
32018 Mostrar en LyX 
32019 \family default
32020 de la pestaña 
32021 \family sans
32022 Opciones de LaTeX y LyX
32023 \family default
32024  del diálogo
32025 \family sans
32026 .
32027 \end_layout
32028
32029 \begin_layout Standard
32030 En el manual 
32031 \emph on
32032 Personalización
32033 \emph default
32034  se explica cómo definir tus propias plantillas.
32035 \end_layout
32036
32037 \begin_layout Section
32038 Documento hijo
32039 \begin_inset CommandInset label
32040 LatexCommand label
32041 name "sec:Documento-Hijo"
32042
32043 \end_inset
32044
32045
32046 \begin_inset Index idx
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050 Documento hijo
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Standard
32059 Los documentos hijos se emplean en el caso de tener un documento extenso
32060  compuesto por varias partes o secciones más grandes.
32061  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
32062  en varios archivos que pueden ser revisados por separado.
32063  Estos archivos se conocen como documentos hijos, y el llamado documento
32064  maestro los conecta con el fin de imprimirlos como un todo o por partes.
32065  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
32066  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
32067 \end_layout
32068
32069 \begin_layout Standard
32070 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
32071  en el menú 
32072 \family sans
32073 Documento\SpecialChar \menuseparator
32074 Configuración\SpecialChar \menuseparator
32075 Clase del documento
32076 \family default
32077  del documento hijo especifica el documento maestro predeterminado.
32078  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32079  el documento hijo.
32080 \end_layout
32081
32082 \begin_layout Standard
32083 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32084  recuadros del tipo: 
32085 \begin_inset Graphics
32086         filename clipart/DocumentoHijoQt4.png
32087         scale 80
32088
32089 \end_inset
32090
32091 .
32092  Para incluir documentos hijos en un documento maestro utiliza el menú 
32093 \family sans
32094 Insertar
32095 \family default
32096 \SpecialChar \menuseparator
32097
32098 \family sans
32099 Archivo
32100 \family default
32101 \SpecialChar \menuseparator
32102
32103 \family sans
32104 Documento
32105 \begin_inset space ~
32106 \end_inset
32107
32108 hijo
32109 \family default
32110 .
32111  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32112 \end_layout
32113
32114 \begin_layout Description
32115 Incluir Puedes incluir documentos LyX y documentos LaTeX.
32116  Al pulsar el botón 
32117 \family sans
32118 Cargar
32119 \family default
32120  en el diálogo 
32121 \family sans
32122 Documento hijo
32123 \family default
32124 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32125  la ventana de LyX y así puedes modificarlos si quieres.
32126 \end_layout
32127
32128 \begin_layout Standard
32129 Aquí hay un archivo insertado con el método 
32130 \family sans
32131 Incluir
32132 \family default
32133
32134 \begin_inset CommandInset include
32135 LatexCommand include
32136 filename "DocumentoPostizo1.lyx"
32137
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \begin_layout Standard
32144 La numeración de secciones tiene en cuenta las secciones de los archivos
32145  incluidos en el orden en que están insertados en el documento maestro.
32146  El documento incluido de ejemplo tiene una subsección que se numera como
32147  subsección de la presente sección.
32148  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
32149 \begin_inset space ~
32150 \end_inset
32151
32152
32153 \begin_inset CommandInset ref
32154 LatexCommand ref
32155 reference "sub:Subsección-Externa-1"
32156
32157 \end_inset
32158
32159 .
32160 \end_layout
32161
32162 \begin_layout Standard
32163 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32164  del documento maestro.
32165  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32166  si éste no tiene una rama con el mismo nombre.
32167  Los documentos incluidos se insertan comenzando una página nueva y acabando
32168  con un salto de página.
32169 \end_layout
32170
32171 \begin_layout Standard
32172 \begin_inset Note Greyedout
32173 status open
32174
32175 \begin_layout Plain Layout
32176
32177 \series bold
32178 Nota:
32179 \series default
32180  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32181  a la del documento maestro, recibirás una advertencia al exportar/ver el
32182  documento, ya que esto podría dar resultados inesperados.
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \end_layout
32189
32190 \begin_layout Description
32191 Entrada Este método es muy parecido al método 
32192 \family sans
32193 Incluir
32194 \family default
32195 .
32196  Las diferencias son:
32197 \end_layout
32198
32199 \begin_deeper
32200 \begin_layout Itemize
32201 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32202  un salto de página.
32203 \end_layout
32204
32205 \begin_layout Itemize
32206 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32207 \family sans
32208 Vista
32209 \begin_inset space ~
32210 \end_inset
32211
32212 preliminar
32213 \begin_inset space ~
32214 \end_inset
32215
32216 inmediata 
32217 \family default
32218 está activada en el diálogo 
32219 \family sans
32220 Herramientas\SpecialChar \menuseparator
32221 Preferencias
32222 \family default
32223 , apartado 
32224 \family sans
32225 Apariencia\SpecialChar \menuseparator
32226 Gráficos
32227 \family default
32228 .
32229 \end_layout
32230
32231 \begin_layout Itemize
32232
32233 \lang english
32234 You cannot exclude Input files via the menu 
32235 \family sans
32236 Document\SpecialChar \menuseparator
32237 Settings\SpecialChar \menuseparator
32238 Child Documents
32239 \family default
32240 .
32241 \end_layout
32242
32243 \end_deeper
32244 \begin_layout Standard
32245 Aquí hay un documento hijo insertado con el método 
32246 \family sans
32247 Entrada
32248 \family default
32249 :
32250 \end_layout
32251
32252 \begin_layout Standard
32253 \begin_inset CommandInset include
32254 LatexCommand input
32255 filename "DocumentoPostizo2.lyx"
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \begin_layout Description
32263 Literal Con este método se puede incluir todo archivo de texto.
32264  El archivo aparece en la salida con su código fuente, y si contiene comandos
32265  no se ejecutan.
32266  Con la opción 
32267 \family sans
32268 Marcar espacios en la salida
32269 \family default
32270  cada espacio en el código fuente se muestra en la salida con el carácter
32271  «
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 textvisiblespace
32280 \end_layout
32281
32282 \end_inset
32283
32284 ».
32285  La diferencia con el método de inserción mediante el menú 
32286 \family sans
32287 Insertar
32288 \family default
32289 \SpecialChar \menuseparator
32290
32291 \family sans
32292 Archivo
32293 \family default
32294 \SpecialChar \menuseparator
32295
32296 \family sans
32297 Texto
32298 \begin_inset space ~
32299 \end_inset
32300
32301 simple
32302 \family default
32303  es que en este caso el contenido del archivo se ve en LyX, mientras que
32304  en modo 
32305 \family sans
32306 Literal 
32307 \family default
32308 no se muestra el contenido, sino un recuadro con el nombre.
32309
32310 \family sans
32311  
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Aquí se inserta un documento hijo en modo Literal:
32316 \begin_inset CommandInset include
32317 LatexCommand verbatiminput
32318 filename "DocumentoTextoPostizo.txt"
32319
32320 \end_inset
32321
32322
32323 \begin_inset VSpace bigskip
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 Aquí se inserta un documento hijo en modo Literal con la opción 
32331 \family sans
32332 Marcar espacios en la salida
32333 \family default
32334 :
32335 \begin_inset CommandInset include
32336 LatexCommand verbatiminput*
32337 filename "DocumentoTextoPostizo.txt"
32338
32339 \end_inset
32340
32341
32342 \begin_inset VSpace bigskip
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \begin_layout Standard
32349 \begin_inset Note Greyedout
32350 status open
32351
32352 \begin_layout Plain Layout
32353
32354 \series bold
32355 Nota:
32356 \series default
32357  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32358  incluidos en modo 
32359 \family sans
32360 literal
32361 \family default
32362  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32363  archivo de texto.
32364 \end_layout
32365
32366 \end_inset
32367
32368
32369 \end_layout
32370
32371 \begin_layout Description
32372 Listado
32373 \begin_inset space ~
32374 \end_inset
32375
32376 de
32377 \begin_inset space ~
32378 \end_inset
32379
32380 programa Este tipo se describe en el capítulo
32381 \begin_inset space ~
32382 \end_inset
32383
32384
32385 \begin_inset CommandInset ref
32386 LatexCommand ref
32387 reference "cap:Listado-de-programa"
32388
32389 \end_inset
32390
32391 .
32392 \end_layout
32393
32394 \begin_layout Standard
32395 \begin_inset Note Greyedout
32396 status open
32397
32398 \begin_layout Plain Layout
32399
32400 \series bold
32401 Nota:
32402 \series default
32403  Incluir el mismo documento dos veces con métodos diferentes podría causar
32404  problemas en LaTeX.
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \begin_layout Standard
32413 Si quieres ver o exportar solo determinados hijos del documento maestro,
32414  bien por ahorrar tiempo de compilación, bien para distribuir capítulos
32415  individuales del libro, puedes excluir hijos en la salida.
32416  Esto se consigue mediante el menú 
32417 \family sans
32418 Documento\SpecialChar \menuseparator
32419 Configuración\SpecialChar \menuseparator
32420 Documento hijo
32421 \family default
32422 .
32423  Puedes excluir o incluir hijos con doble clic sobre sus nombres en la lista;
32424  (esto solo funciona para documentos insertados mediante 
32425 \begin_inset Quotes fld
32426 \end_inset
32427
32428 Anexar
32429 \begin_inset Quotes frd
32430 \end_inset
32431
32432 , no con 
32433 \begin_inset Quotes fld
32434 \end_inset
32435
32436 Incorporar
32437 \begin_inset Quotes frd
32438 \end_inset
32439
32440 ).
32441  Si se marca la opción 
32442 \family sans
32443 Mantener contadores y referencias
32444 \family default
32445  LyX garantiza que todos los números de página, referencias, etc., se respetan
32446  como si se procesara el documento completo.
32447  No obstante, LyX tiene que procesar el documento entero en segundo plano
32448  para que esta característica funcione.
32449  Por tanto, si quieres ahorrar tiempo de compilación, y no es preciso mantener
32450  los contadores y referencias, desmarca esta casilla.
32451 \end_layout
32452
32453 \begin_layout Standard
32454 Alternativamente, se puede poner cada archivo incluido en una rama.
32455 \begin_inset Foot
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 Las ramas se describen en la sección
32460 \emph on
32461  Ramas
32462 \emph default
32463  de la 
32464 \emph on
32465 Guía del usuario
32466 \emph default
32467  de LyX.
32468 \end_layout
32469
32470 \end_inset
32471
32472  Habilitando o deshabilitando las ramas puedes decidir qué archivos incluidos
32473  aparecerán en la salida.
32474  Esto tiene la ventaja de que también funciona con hijos incluidos con 
32475 \begin_inset Quotes fld
32476 \end_inset
32477
32478 Incorporar
32479 \begin_inset Quotes frd
32480 \end_inset
32481
32482 .
32483  Sin embargo, los contadores y las referencias no se mantendrán usando este
32484  método.
32485 \end_layout
32486
32487 \begin_layout Chapter
32488 Listado de programa
32489 \begin_inset CommandInset label
32490 LatexCommand label
32491 name "cap:Listado-de-programa"
32492
32493 \end_inset
32494
32495
32496 \begin_inset Index idx
32497 status collapsed
32498
32499 \begin_layout Plain Layout
32500 Listado de programa
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \begin_inset Index idx
32507 status collapsed
32508
32509 \begin_layout Plain Layout
32510 Código de programa
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \begin_inset Index idx
32517 status collapsed
32518
32519 \begin_layout Plain Layout
32520 Flotantes ! Listado de programa
32521 \end_layout
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529 Para incluir y tipografiar código de programación puedes usar la opción
32530  de menú disponible en 
32531 \family sans
32532 Insertar\SpecialChar \menuseparator
32533 Listado
32534 \begin_inset space ~
32535 \end_inset
32536
32537 de
32538 \begin_inset space ~
32539 \end_inset
32540
32541 programa.
32542  
32543 \family default
32544 El paquete LaTeX 
32545 \series bold
32546 listings
32547 \series default
32548
32549 \begin_inset Index idx
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553 LaTeX-paquetes ! listings
32554 \end_layout
32555
32556 \end_inset
32557
32558  provee un mecanismo potente y flexible para insertar código fuente en tu
32559  documento.
32560 \end_layout
32561
32562 \begin_layout Standard
32563 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32564  incorporado en el que puedes configurar su formato.
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32569  La opción de ubicación 
32570 \family sans
32571 Listado
32572 \begin_inset space ~
32573 \end_inset
32574
32575 en
32576 \begin_inset space ~
32577 \end_inset
32578
32579 línea
32580 \family default
32581  lo imprime en la línea, como este ejemplo: 
32582 \begin_inset listings
32583 lstparams "language={C++}"
32584 inline true
32585 status open
32586
32587 \begin_layout Plain Layout
32588
32589 int a=5;
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \family sans
32596
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600
32601 \family default
32602 La opción 
32603 \family sans
32604 Flotante
32605 \family default
32606  crea un listado flotante cuya colocación se puede especificar mediante
32607  las opciones «
32608 \family sans
32609 h
32610 \family default
32611 », «
32612 \family sans
32613 t
32614 \family default
32615 », «
32616 \family sans
32617 b
32618 \family default
32619 » y «
32620 \family sans
32621 p
32622 \family default
32623 », correspondientes a las opciones de colocación de flotantes descritas
32624  en la sección
32625 \family sans
32626
32627 \begin_inset space ~
32628 \end_inset
32629
32630
32631 \begin_inset CommandInset ref
32632 LatexCommand ref
32633 reference "sec:Colocación-de-Flotantes"
32634
32635 \end_inset
32636
32637
32638 \family default
32639 .
32640  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32641  p.
32642 \family sans
32643
32644 \begin_inset space \thinspace{}
32645 \end_inset
32646
32647
32648 \family default
32649 e.
32650 \begin_inset space ~
32651 \end_inset
32652
32653 «
32654 \family sans
32655 htbp
32656 \family default
32657 ».
32658  La opción «
32659 \family sans
32660 h
32661 \family default
32662 » a veces no tiene efecto, pero no necesitas usar la opción 
32663 \family sans
32664 Flotante
32665 \family default
32666  en ese caso puesto que los listados de programa no flotantes también pueden
32667  tener leyendas y ser referenciadas.
32668 \end_layout
32669
32670 \begin_layout Standard
32671 Se puede añadir una leyenda a un listado de programa con el menú 
32672 \family sans
32673 Insertar\SpecialChar \menuseparator
32674 Leyenda
32675 \family default
32676
32677 \begin_inset Foot
32678 status open
32679
32680 \begin_layout Plain Layout
32681 Para traducir la etiqueta 
32682 \begin_inset Quotes eld
32683 \end_inset
32684
32685 Listado
32686 \begin_inset Quotes erd
32687 \end_inset
32688
32689  de la leyenda en la salida, se añade al preámbulo LaTeX del documento el
32690  comando 
32691 \series bold
32692
32693 \backslash
32694 renewcommand{
32695 \backslash
32696 lstlistingname}{Listado}
32697 \series default
32698 .
32699  (
32700 \emph on
32701 N.
32702 \begin_inset space \thinspace{}
32703 \end_inset
32704
32705 del t.
32706 \emph default
32707 )
32708 \end_layout
32709
32710 \end_inset
32711
32712 .
32713  Los listados de programa se pueden referenciar como los flotantes: Listado
32714 \begin_inset space ~
32715 \end_inset
32716
32717
32718 \begin_inset CommandInset ref
32719 LatexCommand ref
32720 reference "lst:Ejemplo-de-listado-de-programa"
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Standard
32728 \begin_inset listings
32729 lstparams "language=Python"
32730 inline false
32731 status open
32732
32733 \begin_layout Plain Layout
32734
32735 \begin_inset Caption
32736
32737 \begin_layout Plain Layout
32738 \begin_inset CommandInset label
32739 LatexCommand label
32740 name "lst:Ejemplo-de-listado-de-programa"
32741
32742 \end_inset
32743
32744 Ejemplo de listado de programa flotante
32745 \end_layout
32746
32747 \end_inset
32748
32749 # Ejemplo de listado flotante
32750 \end_layout
32751
32752 \begin_layout Plain Layout
32753
32754 def func(param):
32755 \end_layout
32756
32757 \begin_layout Plain Layout
32758
32759     'this is a python function'
32760 \end_layout
32761
32762 \begin_layout Plain Layout
32763
32764     pass
32765 \end_layout
32766
32767 \end_inset
32768
32769
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32774  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32775  y tipografiadas de manera especial en la salida.
32776  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32777  negrita.
32778 \end_layout
32779
32780 \begin_layout Standard
32781 \begin_inset Note Greyedout
32782 status open
32783
32784 \begin_layout Plain Layout
32785
32786 \series bold
32787 Nota:
32788 \series default
32789  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32790  debe probablemente a que dicha fuente no suministra negritas.
32791  En este caso selecciona una fuente distinta en el menú 
32792 \family sans
32793 Documento
32794 \family default
32795 \SpecialChar \menuseparator
32796
32797 \family sans
32798 Configuración
32799 \family default
32800 \SpecialChar \menuseparator
32801
32802 \family sans
32803 Fuentes.
32804  
32805 \family default
32806 (Las fuentes 
32807 \emph on
32808 LuxiMono, BeraMono
32809 \emph default
32810  y 
32811 \emph on
32812 Courier 
32813 \emph default
32814 suministran negritas.)
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 En la sección 
32824 \family sans
32825 Numeración
32826 \begin_inset space ~
32827 \end_inset
32828
32829 de
32830 \begin_inset space ~
32831 \end_inset
32832
32833 líneas
32834 \family default
32835  del diálogo puedes elegir el estilo de numeración de las líneas.
32836  En el campo 
32837 \family sans
32838 Paso 
32839 \family default
32840 puedes insertar un número para determinar qué líneas se numeran.
32841  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32842  
32843 \end_layout
32844
32845 \begin_layout Standard
32846 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32847  en la salida.
32848  La opción 
32849 \family sans
32850 Mapa
32851 \begin_inset space ~
32852 \end_inset
32853
32854 de
32855 \begin_inset space ~
32856 \end_inset
32857
32858 caracteres
32859 \begin_inset space ~
32860 \end_inset
32861
32862 tradicional
32863 \begin_inset space ~
32864 \end_inset
32865
32866 mejorado
32867 \family default
32868  debería emplearse si se usan en el código caracteres nacionales como la
32869  diéresis alemana.
32870 \begin_inset Newline newline
32871 \end_inset
32872
32873 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32874  «3», lenguaje «Python», opciones de estilo «Mapa de caracteres tradicional
32875  mejorado» y «Espacio como símbolo», rango de líneas 3-8:
32876 \begin_inset listings
32877 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32878 inline false
32879 status open
32880
32881 \begin_layout Plain Layout
32882
32883 def func(param):
32884 \end_layout
32885
32886 \begin_layout Plain Layout
32887
32888     'this is a python function'
32889 \end_layout
32890
32891 \begin_layout Plain Layout
32892
32893     pass
32894 \end_layout
32895
32896 \begin_layout Plain Layout
32897
32898 def func(param):
32899 \end_layout
32900
32901 \begin_layout Plain Layout
32902
32903 'This is a German word: Tschüß'
32904 \end_layout
32905
32906 \begin_layout Plain Layout
32907
32908 pass
32909 \end_layout
32910
32911 \begin_layout Plain Layout
32912
32913 def func(param):
32914 \end_layout
32915
32916 \begin_layout Plain Layout
32917
32918 'this is a python function'
32919 \end_layout
32920
32921 \begin_layout Plain Layout
32922
32923 pass
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Standard
32932 \begin_inset Note Greyedout
32933 status open
32934
32935 \begin_layout Plain Layout
32936
32937 \series bold
32938 Nota:
32939 \series default
32940  Debido a un error en el paquete 
32941 \series bold
32942 listings
32943 \series default
32944  la numeración de líneas cambia en una línea por cada listado previo.
32945  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32946  3 y 6.
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Standard
32955 \begin_inset VSpace bigskip
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Standard
32962 También es posible imprimir como listado de programa líneas de un archivo.
32963  Para hacer esto, usa el menú 
32964 \family sans
32965 Insertar\SpecialChar \menuseparator
32966 Archivo\SpecialChar \menuseparator
32967 Documento
32968 \begin_inset space ~
32969 \end_inset
32970
32971 hijo 
32972 \family default
32973 y elige el tipo 
32974 \family sans
32975 Listado de programa
32976 \family default
32977 .
32978 \begin_inset Foot
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982 Los restantes tipos de documento hijo se describen en la sección
32983 \begin_inset space ~
32984 \end_inset
32985
32986
32987 \begin_inset CommandInset ref
32988 LatexCommand ref
32989 reference "sec:Documento-Hijo"
32990
32991 \end_inset
32992
32993 .
32994 \end_layout
32995
32996 \end_inset
32997
32998  En el diálogo de documento hijo puedes especificar los parámetros del listado
32999  en el cuadro de texto.
33000  Para ver una lista de los parámetros disponibles teclea una interrogación
33001  «?» en el cuadro.
33002 \end_layout
33003
33004 \begin_layout Standard
33005 Para referenciar un documento hijo tipo listado, escribe el texto de la
33006  etiqueta en el campo correspondiente del diálogo de documento hijo.
33007  Después se puede referenciar la etiqueta con el menú 
33008 \family sans
33009 Insertar\SpecialChar \menuseparator
33010 Referencia cruzada.
33011 \end_layout
33012
33013 \begin_layout Standard
33014 A continuación hay un ejemplo, Listado
33015 \begin_inset space ~
33016 \end_inset
33017
33018
33019 \begin_inset CommandInset ref
33020 LatexCommand ref
33021 reference "lst:archivo-listado"
33022
33023 \end_inset
33024
33025 , de inserción de líneas de un archivo; en él se incluye el rango de las
33026  líneas 10
33027 \begin_inset space \thinspace{}
33028 \end_inset
33029
33030 -
33031 \begin_inset space \thinspace{}
33032 \end_inset
33033
33034 15 de este archivo LyX.
33035 \end_layout
33036
33037 \begin_layout Standard
33038 \begin_inset CommandInset include
33039 LatexCommand lstinputlisting
33040 filename "EmbeddedObjects.lyx"
33041 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Standard
33049 \begin_inset VSpace bigskip
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \begin_layout Standard
33056 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
33057 \end_layout
33058
33059 \begin_layout Enumerate
33060 Abre el diálogo de listado y añade
33061 \begin_inset Newline newline
33062 \end_inset
33063
33064
33065 \family sans
33066 mathescape=true
33067 \begin_inset Newline newline
33068 \end_inset
33069
33070
33071 \family default
33072 en el campo de texto de la solapa 
33073 \family sans
33074 Avanzado
33075 \end_layout
33076
33077 \begin_layout Enumerate
33078 Crea una ecuación fuera del listado
33079 \end_layout
33080
33081 \begin_layout Enumerate
33082 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
33083  (teclas 
33084 \family sans
33085 Ctrl+C
33086 \family default
33087 )
33088 \end_layout
33089
33090 \begin_layout Enumerate
33091 En el listado escribe 
33092 \begin_inset Quotes eld
33093 \end_inset
33094
33095
33096 \family sans
33097 $$
33098 \family default
33099
33100 \begin_inset Quotes erd
33101 \end_inset
33102
33103  y pega desde el portapapeles entre los símbolos dólar (teclas 
33104 \family sans
33105 Ctrl+V
33106 \family default
33107 )
33108 \end_layout
33109
33110 \begin_layout Standard
33111 \begin_inset listings
33112 lstparams "language=Python,mathescape=true"
33113 inline false
33114 status open
33115
33116 \begin_layout Plain Layout
33117
33118 \begin_inset Caption
33119
33120 \begin_layout Plain Layout
33121 Ejemplo de listado flotante con una ecuación
33122 \end_layout
33123
33124 \end_inset
33125
33126 # Ejemplo de listado flotante
33127 \end_layout
33128
33129 \begin_layout Plain Layout
33130
33131 def func(param):
33132 \end_layout
33133
33134 \begin_layout Plain Layout
33135
33136     # $
33137 \backslash
33138 prod_{n=1}^{
33139 \backslash
33140 infty}
33141 \backslash
33142 ,
33143 \backslash
33144 frac{1}{x^{2}}$
33145 \end_layout
33146
33147 \begin_layout Plain Layout
33148
33149     pass
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \begin_layout Standard
33158 \begin_inset VSpace bigskip
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 Los parámetros globales para listados de programa se pueden establecer en
33166  el diálogo 
33167 \family sans
33168 Documento\SpecialChar \menuseparator
33169 Configuración\SpecialChar \menuseparator
33170 Listados.
33171  
33172 \family default
33173 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33174  «?» en el campo de texto.
33175 \end_layout
33176
33177 \begin_layout Standard
33178 Para más información sobre el paquete 
33179 \series bold
33180 listings
33181 \series default
33182 , consulta su documentación
33183 \begin_inset space ~
33184 \end_inset
33185
33186
33187 \begin_inset CommandInset citation
33188 LatexCommand cite
33189 key "listings"
33190
33191 \end_inset
33192
33193 .
33194 \end_layout
33195
33196 \begin_layout Standard
33197 \begin_inset Newpage newpage
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \begin_layout Chapter
33204 \start_of_appendix
33205 Unidades disponibles en LyX
33206 \begin_inset Index idx
33207 status collapsed
33208
33209 \begin_layout Plain Layout
33210 Unidades
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \begin_inset CommandInset label
33217 LatexCommand label
33218 name "cap:Unidades-disponibles-en"
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \begin_layout Standard
33226 Para comprender las unidades utilizadas en este manual, el cuadro
33227 \begin_inset space ~
33228 \end_inset
33229
33230
33231 \begin_inset CommandInset ref
33232 LatexCommand ref
33233 reference "tab:Unidades"
33234
33235 \end_inset
33236
33237  describe todas las unidades disponibles en LyX.
33238 \end_layout
33239
33240 \begin_layout Standard
33241 \begin_inset Float table
33242 placement h
33243 wide false
33244 sideways false
33245 status open
33246
33247 \begin_layout Plain Layout
33248 \begin_inset Caption
33249
33250 \begin_layout Plain Layout
33251 \begin_inset CommandInset label
33252 LatexCommand label
33253 name "tab:Unidades"
33254
33255 \end_inset
33256
33257 Unidades
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \begin_layout Plain Layout
33266 \begin_inset VSpace medskip
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Plain Layout
33273 \align center
33274 \begin_inset Tabular
33275 <lyxtabular version="3" rows="20" columns="2">
33276 <features tabularvalignment="middle">
33277 <column alignment="center" valignment="top" width="0">
33278 <column alignment="center" valignment="top" width="0">
33279 <row>
33280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 unidad
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293 nombre/descripción
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 </row>
33299 <row>
33300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304 mm
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313 milímetro
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 </row>
33319 <row>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 cm
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 centímetro
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 </row>
33339 <row>
33340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33341 \begin_inset Text
33342
33343 \begin_layout Plain Layout
33344 in
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353 pulgada
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 </row>
33359 <row>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364 pt
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 punto (72.27
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 pt = 1
33378 \begin_inset space \thinspace{}
33379 \end_inset
33380
33381 in)
33382 \end_layout
33383
33384 \end_inset
33385 </cell>
33386 </row>
33387 <row>
33388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Plain Layout
33392 pc
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33398 \begin_inset Text
33399
33400 \begin_layout Plain Layout
33401 pica (1
33402 \begin_inset space \thinspace{}
33403 \end_inset
33404
33405 pc = 12
33406 \begin_inset space \thinspace{}
33407 \end_inset
33408
33409 pt)
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 <row>
33416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 sp
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 punto escalado (65536
33430 \begin_inset space \thinspace{}
33431 \end_inset
33432
33433 sp = 1
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 pt)
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 </row>
33443 <row>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 bp
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 punto grande (72
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 bp = 1
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 in)
33466 \end_layout
33467
33468 \end_inset
33469 </cell>
33470 </row>
33471 <row>
33472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33473 \begin_inset Text
33474
33475 \begin_layout Plain Layout
33476 dd
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33482 \begin_inset Text
33483
33484 \begin_layout Plain Layout
33485 didot (1
33486 \begin_inset space \thinspace{}
33487 \end_inset
33488
33489 dd 
33490 \begin_inset Formula $\approx$
33491 \end_inset
33492
33493  0.376
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 mm)
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 </row>
33503 <row>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 cc
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33514 \begin_inset Text
33515
33516 \begin_layout Plain Layout
33517 cicero (1
33518 \begin_inset space \thinspace{}
33519 \end_inset
33520
33521 cc = 12
33522 \begin_inset space \thinspace{}
33523 \end_inset
33524
33525 dd)
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 </row>
33531 <row>
33532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Plain Layout
33536 escala
33537 \begin_inset space \thinspace{}
33538 \end_inset
33539
33540 %
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 % del tamaño original de la imagen
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 </row>
33555 <row>
33556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 texto
33561 \begin_inset space \thinspace{}
33562 \end_inset
33563
33564 %
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573 % de anchura de texto
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 </row>
33579 <row>
33580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33581 \begin_inset Text
33582
33583 \begin_layout Plain Layout
33584 columna
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 %
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Plain Layout
33597 % de anchura de columna
33598 \end_layout
33599
33600 \end_inset
33601 </cell>
33602 </row>
33603 <row>
33604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33605 \begin_inset Text
33606
33607 \begin_layout Plain Layout
33608 página
33609 \begin_inset space \thinspace{}
33610 \end_inset
33611
33612 %
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621 % de anchura de página
33622 \end_layout
33623
33624 \end_inset
33625 </cell>
33626 </row>
33627 <row>
33628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632 línea
33633 \begin_inset space \thinspace{}
33634 \end_inset
33635
33636 %
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 % de anchura de línea
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 </row>
33651 <row>
33652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 alt.
33657  texto
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 altura de texto
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  pág.
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 página
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 ex
33707 \end_layout
33708
33709 \end_inset
33710 </cell>
33711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33712 \begin_inset Text
33713
33714 \begin_layout Plain Layout
33715 altura de la letra 
33716 \emph on
33717 x
33718 \emph default
33719  en la fuente actual
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 </row>
33725 <row>
33726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33727 \begin_inset Text
33728
33729 \begin_layout Plain Layout
33730 em
33731 \end_layout
33732
33733 \end_inset
33734 </cell>
33735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33736 \begin_inset Text
33737
33738 \begin_layout Plain Layout
33739 anchura de la letra 
33740 \emph on
33741 M
33742 \emph default
33743  en la fuente actual
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 </row>
33749 <row>
33750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33751 \begin_inset Text
33752
33753 \begin_layout Plain Layout
33754 mu
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 unidad matemática (1
33764 \begin_inset space \thinspace{}
33765 \end_inset
33766
33767 mu = 1/18
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 em)
33772 \end_layout
33773
33774 \end_inset
33775 </cell>
33776 </row>
33777 </lyxtabular>
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \end_inset
33785
33786
33787 \end_layout
33788
33789 \begin_layout Chapter
33790 Formatos de archivos de salida con gráficos
33791 \begin_inset CommandInset label
33792 LatexCommand label
33793 name "cap:Formatos-de-Archivos-de-Salida"
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Section
33801 DVI
33802 \begin_inset Index idx
33803 status collapsed
33804
33805 \begin_layout Plain Layout
33806 Formatos de archivo ! DVI
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \begin_inset Index idx
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816 DVI|see
33817 \begin_inset ERT
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821
33822 {
33823 \end_layout
33824
33825 \end_inset
33826
33827 Formatos de archivo
33828 \begin_inset ERT
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832
33833 }
33834 \end_layout
33835
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \end_inset
33842
33843
33844 \end_layout
33845
33846 \begin_layout Standard
33847 Este tipo de archivo tiene la extensión «
33848 \family typewriter
33849 .dvi
33850 \family default
33851 ».
33852  Se denomina «device-independent» (DVI), porque es completamente portable;
33853  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33854  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33855  Los DVI se usan para vistas preliminares rápidas y como preparación para
33856  otros formatos de salida como PostScript.
33857 \end_layout
33858
33859 \begin_layout Standard
33860 \begin_inset Note Greyedout
33861 status open
33862
33863 \begin_layout Plain Layout
33864
33865 \series bold
33866 Nota:
33867 \series default
33868  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33869 \end_layout
33870
33871 \end_inset
33872
33873  Por tanto no debes olvidar esto si mueves archivos 
33874 \family typewriter
33875 .dvi
33876 \family default
33877  a otro ordenador.
33878  Esta característica también puede retardar la visualización del archivo,
33879  porque el visor DVI tiene que convertir la imagen en segundo plano para
33880  hacerla visible al deslizar el visor.
33881  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33882 \end_layout
33883
33884 \begin_layout Standard
33885 Un documento se exporta a DVI con el menú 
33886 \family sans
33887 Archivo\SpecialChar \menuseparator
33888 Exportar\SpecialChar \menuseparator
33889 DVI
33890 \family default
33891 .
33892  Puedes ver la salida del documento en DVI con el menú 
33893 \family sans
33894 Ver\SpecialChar \menuseparator
33895 DVI 
33896 \family default
33897 o con el botón
33898 \begin_inset space ~
33899 \end_inset
33900
33901
33902 \begin_inset Graphics
33903         filename ../../images/buffer-view_dvi.png
33904         scale 85
33905
33906 \end_inset
33907
33908 .
33909 \end_layout
33910
33911 \begin_layout Section
33912 PostScript
33913 \begin_inset CommandInset label
33914 LatexCommand label
33915 name "sec:PostScript"
33916
33917 \end_inset
33918
33919
33920 \begin_inset Index idx
33921 status collapsed
33922
33923 \begin_layout Plain Layout
33924 Formatos de archivo ! PostScript
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 PostScript|see
33935 \begin_inset ERT
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939
33940 {
33941 \end_layout
33942
33943 \end_inset
33944
33945 Formatos de archivo
33946 \begin_inset ERT
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950
33951 }
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Este tipo de archivo tiene la extensión «
33966 \family typewriter
33967 .ps
33968 \family default
33969 ».
33970  PostScript fue desarrollado por la compañía 
33971 \family typewriter
33972 Adobe
33973 \family default
33974  como lenguaje para impresoras.
33975  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33976  PostScript puede considerarse como un «lenguaje de programación»; con él
33977  puedes calcular y dibujar imágenes y diagramas.
33978 \begin_inset Foot
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 Si estás interesado en este tema acude al paquete LaTeX 
33983 \series bold
33984 PSTricks
33985 \series default
33986  
33987 \begin_inset CommandInset citation
33988 LatexCommand cite
33989 key "pstricks"
33990
33991 \end_inset
33992
33993 .
33994 \end_layout
33995
33996 \end_inset
33997
33998  Por esto los archivos suelen ser más grandes que los PDF.
33999 \end_layout
34000
34001 \begin_layout Standard
34002 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
34003 d PostScript» (EPS, extensión «
34004 \family typewriter
34005 .eps
34006 \family default
34007 »).
34008  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
34009  en segundo plano para convertir las imágenes a EPS.
34010  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
34011  cada vez que veas o exportes el documento.
34012  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
34013  puedes evitar el problema insertando las imágenes directamente en EPS.
34014 \end_layout
34015
34016 \begin_layout Standard
34017 El documento se puede exportar a PostScript con el menú 
34018 \family sans
34019 Archivo\SpecialChar \menuseparator
34020 Exportar\SpecialChar \menuseparator
34021 Postscript
34022 \family default
34023 .
34024  Se puede ver la salida en PostScript con el menú 
34025 \family sans
34026 Ver\SpecialChar \menuseparator
34027 Postscript 
34028 \family default
34029 o con el botón
34030 \begin_inset space ~
34031 \end_inset
34032
34033
34034 \begin_inset Graphics
34035         filename ../../images/buffer-view_ps.png
34036
34037 \end_inset
34038
34039 .
34040 \end_layout
34041
34042 \begin_layout Section
34043 PDF
34044 \begin_inset Index idx
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 Formatos de archivo ! PDF
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \begin_inset Index idx
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058 PDF
34059 \end_layout
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \begin_layout Standard
34067 Este tipo de archivo tiene la extensión «
34068 \family typewriter
34069 .pdf
34070 \family default
34071 ».
34072  El formato «Portable Document Format» (PDF) fue desarrollado por 
34073 \family typewriter
34074 Adobe
34075 \family default
34076  como derivado de PostScript.
34077  Es más comprimido y utiliza muchos menos comandos que PostScript.
34078  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
34079  operativo y la salida impresa se muestra exactamente igual.
34080 \end_layout
34081
34082 \begin_layout Standard
34083 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
34084  Photographic Experts Group» (JPG, extensión «
34085 \family typewriter
34086 .jpg
34087 \family default
34088 » o «
34089 \family typewriter
34090 .jpeg
34091 \family default
34092 »), y en el formato «Portable Network Graphics» (PNG, extensión «
34093 \family typewriter
34094 .png
34095 \family default
34096 »).
34097  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
34098  en segundo plano a alguno de los anteriores.
34099  Pero como se ha comentado en la sección sobre PostScript, la conversión
34100  de gráficos ralentiza el trabajo.
34101  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
34102  mencionados.
34103 \end_layout
34104
34105 \begin_layout Standard
34106 Un documento se puede exportar a PDF con el menú 
34107 \family sans
34108 Archivo\SpecialChar \menuseparator
34109 Exportar
34110 \family default
34111  en tres modos diferentes:
34112 \end_layout
34113
34114 \begin_layout Description
34115 PDF
34116 \begin_inset space ~
34117 \end_inset
34118
34119 (ps2pdf) Este utiliza el programa 
34120 \family typewriter
34121 ps2pdf
34122 \family default
34123  que crea un PDF a partir de una versión PostScript del archivo.
34124  La versión PostScript es producida por el programa 
34125 \family typewriter
34126 dvips
34127 \family default
34128  que usa una versión DVI como paso intermedio.
34129  Así que este modo de exportación consta de tres conversiones.
34130 \end_layout
34131
34132 \begin_layout Description
34133 PDF
34134 \begin_inset space ~
34135 \end_inset
34136
34137 (dvipdfm) Este utiliza el programa 
34138 \family typewriter
34139 dvipdfm
34140 \family default
34141  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34142  PDF.
34143 \end_layout
34144
34145 \begin_layout Description
34146 PDF
34147 \begin_inset space ~
34148 \end_inset
34149
34150 (pdflatex) Este utiliza el programa 
34151 \family typewriter
34152 pdftex
34153 \family default
34154  que convierte directamente el archivo a PDF.
34155 \end_layout
34156
34157 \begin_layout Standard
34158 Se recomienda usar 
34159 \family sans
34160 PDF
34161 \begin_inset space ~
34162 \end_inset
34163
34164 (pdflatex)
34165 \family default
34166  porque 
34167 \family typewriter
34168 pdftex
34169 \family default
34170  soporta todas las características de las versiones actuales de PDF, es
34171  rápido y estable.
34172  El programa 
34173 \family typewriter
34174 dvipdfm
34175 \family default
34176  ya no se desarrolla y está un poco obsoleto.
34177 \end_layout
34178
34179 \begin_layout Standard
34180 La salida en formato PDF se puede ver con el menú 
34181 \family sans
34182 Ver 
34183 \family default
34184 o con el botón
34185 \begin_inset space ~
34186 \end_inset
34187
34188
34189 \begin_inset Graphics
34190         filename ../../images/buffer-view_pdf2.png
34191         scale 85
34192
34193 \end_inset
34194
34195  (que usa 
34196 \family sans
34197 PDF
34198 \begin_inset space ~
34199 \end_inset
34200
34201 (pdflatex)
34202 \family default
34203 ).
34204 \end_layout
34205
34206 \begin_layout Chapter
34207 Explicación de la ecuación
34208 \begin_inset space ~
34209 \end_inset
34210
34211 (
34212 \begin_inset CommandInset ref
34213 LatexCommand ref
34214 reference "eq:Wgn"
34215
34216 \end_inset
34217
34218 )
34219 \begin_inset CommandInset label
34220 LatexCommand label
34221 name "cap:Explicación-de-la-Ecuación"
34222
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Standard
34229 La anchura total de 
34230 \emph on
34231 n
34232 \emph default
34233  celdas de un cuadro 
34234 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34235 \end_inset
34236
34237  puede calcularse con
34238 \end_layout
34239
34240 \begin_layout Standard
34241 \begin_inset Formula 
34242 \begin{equation}
34243 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34244 \end{equation}
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Standard
34252 donde 
34253 \begin_inset Formula $W_{g\, n}$
34254 \end_inset
34255
34256  es el ancho dado de todas las celdas.
34257  
34258 \series bold
34259
34260 \backslash
34261 tabcolsep
34262 \series default
34263  es la longitud LaTeX entre el texto y el borde de la celda, 6
34264 \begin_inset space \thinspace{}
34265 \end_inset
34266
34267 pt por omisión.
34268  
34269 \series bold
34270
34271 \backslash
34272 arrayrulewidth
34273 \series default
34274  es el grosor de línea del borde, 0.4
34275 \begin_inset space \thinspace{}
34276 \end_inset
34277
34278 pt por omisión.
34279 \end_layout
34280
34281 \begin_layout Standard
34282 Procediendo como en la ecuación
34283 \begin_inset space ~
34284 \end_inset
34285
34286
34287 \begin_inset CommandInset ref
34288 LatexCommand eqref
34289 reference "eq:Wtot_n"
34290
34291 \end_inset
34292
34293 , el ancho total de una multicolumna, 
34294 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34295 \end_inset
34296
34297  es
34298 \end_layout
34299
34300 \begin_layout Standard
34301 \begin_inset Formula 
34302 \begin{equation}
34303 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34304 \end{equation}
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 Igualando las ecuaciones
34313 \begin_inset space ~
34314 \end_inset
34315
34316
34317 \begin_inset CommandInset ref
34318 LatexCommand eqref
34319 reference "eq:Wtot_n"
34320
34321 \end_inset
34322
34323  y 
34324 \begin_inset CommandInset ref
34325 LatexCommand eqref
34326 reference "eq:Wtot_mult"
34327
34328 \end_inset
34329
34330  podemos calcular el ancho dado necesario 
34331 \begin_inset Formula $W_{g\, n}$
34332 \end_inset
34333
34334  cuando se expanden 
34335 \emph on
34336 n
34337 \emph default
34338  columnas, de forma que cada una de ellas tiene una anchura total 
34339 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34340 \end_inset
34341
34342 :
34343 \end_layout
34344
34345 \begin_layout Standard
34346 \begin_inset Formula 
34347 \begin{equation}
34348 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34349 \end{equation}
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Bibliography
34357 \labelwidthstring Bibliografía
34358 \begin_inset CommandInset bibitem
34359 LatexCommand bibitem
34360 key "latexcompanion"
34361
34362 \end_inset
34363
34364 Frank Mittelbach and Michel Goossens: 
34365 \emph on
34366 The LaTeX Companion Second Edition.
34367
34368 \emph default
34369  Addison-Wesley, 2004
34370 \end_layout
34371
34372 \begin_layout Bibliography
34373 \labelwidthstring Bibliografía
34374 \begin_inset CommandInset bibitem
34375 LatexCommand bibitem
34376 key "latexguide"
34377
34378 \end_inset
34379
34380 Helmut Kopka and Patrick W.
34381  Daly: 
34382 \emph on
34383 A Guide to LaTeX Fourth Edition.
34384
34385 \emph default
34386  Addison-Wesley, 2003
34387 \end_layout
34388
34389 \begin_layout Bibliography
34390 \labelwidthstring Bibliografía
34391 \begin_inset CommandInset bibitem
34392 LatexCommand bibitem
34393 key "latexbook"
34394
34395 \end_inset
34396
34397 Leslie Lamport: 
34398 \emph on
34399 LaTeX: A Document Preparation System.
34400
34401 \emph default
34402  Addison-Wesley, second edition, 1994
34403 \end_layout
34404
34405 \begin_layout Bibliography
34406 \labelwidthstring Bibliografía
34407 \begin_inset CommandInset bibitem
34408 LatexCommand bibitem
34409 key "booktabs"
34410
34411 \end_inset
34412
34413 Documentación del paquete LaTeX 
34414 \series bold
34415
34416 \begin_inset CommandInset href
34417 LatexCommand href
34418 name "booktabs"
34419 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34420
34421 \end_inset
34422
34423
34424 \series default
34425
34426 \begin_inset Index idx
34427 status collapsed
34428
34429 \begin_layout Plain Layout
34430 LaTeX-paquetes ! booktabs
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Bibliography
34439 \labelwidthstring Bibliografía
34440 \begin_inset CommandInset bibitem
34441 LatexCommand bibitem
34442 key "caption"
34443
34444 \end_inset
34445
34446 Documentación del paquete LaTeX 
34447 \series bold
34448
34449 \begin_inset CommandInset href
34450 LatexCommand href
34451 name "caption"
34452 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34453
34454 \end_inset
34455
34456
34457 \series default
34458
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 LaTeX-paquetes ! caption
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Bibliography
34472 \labelwidthstring Bibliografía
34473 \begin_inset CommandInset bibitem
34474 LatexCommand bibitem
34475 key "endfloat"
34476
34477 \end_inset
34478
34479 Documentación del paquete LaTeX 
34480 \series bold
34481
34482 \begin_inset CommandInset href
34483 LatexCommand href
34484 name "endfloat"
34485 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34486
34487 \end_inset
34488
34489
34490 \series default
34491
34492 \begin_inset Index idx
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496 LaTeX-paquetes ! endfloat
34497 \end_layout
34498
34499 \end_inset
34500
34501
34502 \end_layout
34503
34504 \begin_layout Bibliography
34505 \labelwidthstring Bibliografía
34506 \begin_inset CommandInset bibitem
34507 LatexCommand bibitem
34508 key "wrapfig"
34509
34510 \end_inset
34511
34512 Documentación del paquete LaTeX 
34513 \series bold
34514
34515 \begin_inset CommandInset href
34516 LatexCommand href
34517 name "wrapfig"
34518 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34519
34520 \end_inset
34521
34522
34523 \series default
34524
34525 \begin_inset Index idx
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529 LaTeX-paquetes ! wrapfig
34530 \begin_inset ERT
34531 status collapsed
34532
34533 \begin_layout Plain Layout
34534
34535
34536 \backslash
34537 vspace{4mm}
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Bibliography
34551 \labelwidthstring Bibliografía
34552 \begin_inset CommandInset bibitem
34553 LatexCommand bibitem
34554 key "footmisc"
34555
34556 \end_inset
34557
34558 Documentación del paquete LaTeX 
34559 \series bold
34560
34561 \begin_inset CommandInset href
34562 LatexCommand href
34563 name "footmisc"
34564 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34565
34566 \end_inset
34567
34568
34569 \series default
34570
34571 \begin_inset Index idx
34572 status collapsed
34573
34574 \begin_layout Plain Layout
34575 LaTeX-paquetes ! footmisc
34576 \end_layout
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Bibliography
34584 \labelwidthstring Bibliografía
34585 \begin_inset CommandInset bibitem
34586 LatexCommand bibitem
34587 key "hypcap"
34588
34589 \end_inset
34590
34591 Documentación del paquete LaTeX 
34592 \series bold
34593
34594 \begin_inset CommandInset href
34595 LatexCommand href
34596 name "hypcap"
34597 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34598
34599 \end_inset
34600
34601
34602 \series default
34603
34604 \begin_inset Index idx
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608 LaTeX-paquetes ! hyperref
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Bibliography
34617 \labelwidthstring Bibliografía
34618 \begin_inset CommandInset bibitem
34619 LatexCommand bibitem
34620 key "hyperref"
34621
34622 \end_inset
34623
34624 Documentación del paquete LaTeX 
34625 \series bold
34626
34627 \begin_inset CommandInset href
34628 LatexCommand href
34629 name "hyperref"
34630 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34631
34632 \end_inset
34633
34634
34635 \series default
34636
34637 \begin_inset Index idx
34638 status collapsed
34639
34640 \begin_layout Plain Layout
34641 LaTeX-paquetes ! hyperref
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Bibliography
34650 \labelwidthstring Bibliografía
34651 \begin_inset CommandInset bibitem
34652 LatexCommand bibitem
34653 key "KOMA-Script"
34654
34655 \end_inset
34656
34657 Documentación del paquete LaTeX 
34658 \series bold
34659
34660 \begin_inset CommandInset href
34661 LatexCommand href
34662 name "KOMA-Script"
34663 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34664
34665 \end_inset
34666
34667
34668 \series default
34669
34670 \begin_inset Index idx
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674 LaTeX-paquetes ! KOMA-Script
34675 \end_layout
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Bibliography
34683 \labelwidthstring Bibliografía
34684 \begin_inset CommandInset bibitem
34685 LatexCommand bibitem
34686 key "listings"
34687
34688 \end_inset
34689
34690 Documentación del paquete LaTeX 
34691 \series bold
34692
34693 \begin_inset CommandInset href
34694 LatexCommand href
34695 name "listings"
34696 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34697
34698 \end_inset
34699
34700
34701 \series default
34702
34703 \begin_inset Index idx
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707 LaTeX-paquetes ! listings
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Bibliography
34716 \labelwidthstring Bibliografía
34717 \begin_inset CommandInset bibitem
34718 LatexCommand bibitem
34719 key "marginnote"
34720
34721 \end_inset
34722
34723 Documentación del paquete LaTeX 
34724 \series bold
34725
34726 \begin_inset CommandInset href
34727 LatexCommand href
34728 name "marginnote"
34729 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34730
34731 \end_inset
34732
34733
34734 \series default
34735
34736 \begin_inset Index idx
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740 LaTeX-paquetes ! marginnote
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Bibliography
34749 \labelwidthstring Bibliografía
34750 \begin_inset CommandInset bibitem
34751 LatexCommand bibitem
34752 key "pstricks"
34753
34754 \end_inset
34755
34756 Página web del paquete LaTeX 
34757 \series bold
34758
34759 \begin_inset CommandInset href
34760 LatexCommand href
34761 name "PSTricks"
34762 target "http://tug.org/PSTricks/"
34763
34764 \end_inset
34765
34766
34767 \series default
34768
34769 \begin_inset Index idx
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773 LaTeX-paquetes ! PSTricks
34774 \end_layout
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \begin_layout Bibliography
34782 \labelwidthstring Bibliografía
34783 \begin_inset CommandInset bibitem
34784 LatexCommand bibitem
34785 key "sidecap"
34786
34787 \end_inset
34788
34789 Documentación del paquete LaTeX 
34790 \series bold
34791
34792 \begin_inset CommandInset href
34793 LatexCommand href
34794 name "sidecap"
34795 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34796
34797 \end_inset
34798
34799
34800 \series default
34801
34802 \begin_inset Index idx
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 LaTeX-paquetes ! sidecap
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Bibliography
34815 \labelwidthstring Bibliografía
34816 \begin_inset CommandInset bibitem
34817 LatexCommand bibitem
34818 key "prettyref"
34819
34820 \end_inset
34821
34822 Documentación del paquete LaTeX 
34823 \series bold
34824
34825 \begin_inset CommandInset href
34826 LatexCommand href
34827 name "prettyref"
34828 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34829
34830 \end_inset
34831
34832
34833 \series default
34834
34835 \begin_inset Index idx
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839 LaTeX-paquetes ! prettyref
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Bibliography
34848 \labelwidthstring Bibliografía
34849 \begin_inset CommandInset bibitem
34850 LatexCommand bibitem
34851 key "refstyle"
34852
34853 \end_inset
34854
34855 Documentación del paquete LaTeX 
34856 \series bold
34857
34858 \begin_inset CommandInset href
34859 LatexCommand href
34860 name "refstyle"
34861 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34862
34863 \end_inset
34864
34865
34866 \series default
34867
34868 \begin_inset Index idx
34869 status collapsed
34870
34871 \begin_layout Plain Layout
34872 LaTeX-paquetes ! refstyle
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \begin_layout Bibliography
34881 \labelwidthstring Bibliografía
34882 \begin_inset CommandInset bibitem
34883 LatexCommand bibitem
34884 key "NewInLyX20"
34885
34886 \end_inset
34887
34888
34889 \begin_inset CommandInset href
34890 LatexCommand href
34891 name "Página wiki"
34892 target "http://wiki.lyx.org/LyX/NewInLyX20"
34893
34894 \end_inset
34895
34896  sobre características nuevas para la versión 
34897 \family sans
34898 LyX
34899 \begin_inset space ~
34900 \end_inset
34901
34902 2.0
34903 \family default
34904 .
34905 \end_layout
34906
34907 \begin_layout Standard
34908 \begin_inset CommandInset index_print
34909 LatexCommand printindex
34910 type "idx"
34911
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \end_body
34918 \end_document