]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
rename ExtendedInsets - forgot this
[lyx.git] / lib / doc / es_EmbeddedObjects.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 256
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides missing characters,
8 \usepackage{textcomp}
9
10 % provides caption formatting
11 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}
12
13 % provides commands to set caption
14 % beside tables/images
15 \usepackage{sidecap}
16
17 \newcommand{\TabBesBeg}{%
18  \let\MyTable\table
19  \let\MyEndtable\endtable
20  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
21
22 \newcommand{\TabBesEnd}{%
23  \let\table\MyTable
24  \let\endtable\MyEndtable}
25
26 \newcommand{\FigBesBeg}{%
27  \let\MyFigure\figure
28  \let\MyEndfigure\endfigure
29  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
30
31 \newcommand{\FigBesEnd}{%
32  \let\figure\MyFigure
33  \let\endfigure\MyEndfigure}
34
35 % use the marginnote package for margin notes
36 \usepackage{marginnote}
37 \let\marginpar\marginnote
38
39 % enables calculation of values,
40 \usepackage{calc}
41
42 % provides special table cell alignments
43 \usepackage{dcolumn}
44
45 % increase the bottom float placement fraction
46 \renewcommand{\bottomfraction}{0.5}
47
48 % avoids that floats are placed before their
49 % corresponding section starts
50 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
51
52 % speed up the longtable calculation
53 \setcounter{LTchunksize}{100}
54
55 % define a new reference format
56 \newrefformat{fig}
57  % {Figure~float~\ref{#1} printed on page~\pageref{#1}}
58  % en español:
59  {Figura~flotante~\ref{#1} impresa en página~\pageref{#1}}
60
61 % if pdflatex is used
62 \usepackage{ifpdf}
63 \ifpdf
64
65 % set fonts for nicer pdf view
66 \IfFileExists{lmodern.sty}
67  {\usepackage{lmodern}} % if it exists
68  {% if it exists not
69   \usepackage[scaled=0.92]{helvet}
70   \usepackage{mathptmx}
71   \usepackage{courier}
72  } % end if it exists not
73
74 % link all cross references and URLs
75 % in pdf output
76  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
77   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
78   pdfpagelayout=OneColumn, pdfnewwindow=true,
79   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
80   pdfauthor={LyX Team}, pdftex,
81   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
82   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
83   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
84  
85 \else % if dvi or ps is produced
86
87  % link all cross references and URLs in DVI output
88  \usepackage[ps2pdf, colorlinks=true,
89   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
90
91 \fi % end if pdflatex is used
92
93 % that links to image floats jumps
94 % to the beginning of the float and 
95 % not to its caption
96 \usepackage[figure]{hypcap}
97
98 % used for colored tables
99 \@ifundefined{textcolor}
100  {\usepackage{color}}{}
101 \usepackage{colortbl}
102 %\definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
103 %\definecolor{lightgrey}{gray}{0.8}
104 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5} %español
105 \definecolor{grisclaro}{gray}{0.8}              %español
106
107 % used for tables with dashed lines
108 \usepackage{arydshln}
109
110 % used for multirows
111 \usepackage{multirow}
112 %\renewcommand{\multirowsetup}{\centering}
113
114 % used for book-style tables
115 \usepackage{booktabs}
116
117 % used to have extra space in table cells,
118 \setlength{\extrarowheight}{2pt}
119
120 % used for customized tables
121 % ---
122 \newcolumntype{M}[1]
123  {>{\centering\hspace{0pt}}m{#1}}
124
125 \newcolumntype{S}[2]
126  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
127
128 \newcolumntype{K}[1]
129  {>{\columncolor{#1}\hspace{0pt}}c}
130
131 \newcolumntype{V}{!{\vrule width 1.5pt}}
132
133 \newcolumntype{W}{!{\color{green}\vline}}
134 % ---
135
136 % To be able to enter the characters ±, ° , · and × directly in LyX
137 \DeclareInputText{177}{\ifmmode\pm\else\textpm\fi}
138 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
139 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
140 \DeclareInputText{215}{\ifmmode\times\else\texttimes\fi}
141
142 % the pages of the TOC are numbered roman
143 % and a PDF-bookmark for the TOC is added
144 \pagenumbering{roman}
145 \let\myTOC\tableofcontents
146 \renewcommand{\tableofcontents}{%
147 % \pdfbookmark[1]{Contents}{}
148  \pdfbookmark[1]{Contenidos}{}  %en español
149  \myTOC}
150  \clearpage
151  \pagenumbering{arabic}
152
153 % increase link area for cross-references
154 % and autoname them
155 %\AtBeginDocument{\renewcommand{\ref}[1]
156 % {\mbox{\autoref{#1}}}}
157 %\newlength{\abc}
158 %\settowidth{\abc}{\space}
159 %\renewcommand{\equationautorefname}
160 % {\hspace{-\abc}}
161
162 % insert additional vertical space of
163 % 1.5 mm between footnotes
164 \let\myFoot\footnote
165 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
166
167 % enable algorithm floats to be referenced
168 \newfloat{Xalgorithm}{tbp}{loa}
169 %\floatname{Xalgorithm}{Algorithm}
170 \floatname{Xalgorithm}{Algoritmo}       %en español
171 \newcommand{\theHalgorithm}{\theHXalgorithm}
172 \renewenvironment{algorithm}[1][tbp]
173  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
174
175 % number algorithm floats within chapters
176 \numberwithin{Xalgorithm}{chapter}
177
178 % redefine the greyed out note
179 \renewenvironment{lyxgreyedout}
180  {\textcolor{blue}\bgroup}{\egroup}
181 \end_preamble
182 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
183 \language spanish
184 \inputencoding auto
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_default_family default
189 \font_sc false
190 \font_osf false
191 \font_sf_scale 100
192 \font_tt_scale 100
193 \graphics default
194 \paperfontsize 12
195 \spacing single
196 \papersize default
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 1 34 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes true
216 \author "usti" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
223 \end_layout
224
225 \begin_layout Author
226 por el Equipo LyX
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Standard
231 \noindent
232 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
233  de Documentación de LyX: 
234 \family typewriter
235
236 \begin_inset ERT
237 status collapsed
238
239 \begin_layout Standard
240
241
242 \backslash
243 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
244 \end_layout
245
246 \end_inset
247
248 lyx-docs@lists.lyx.org
249 \begin_inset ERT
250 status collapsed
251
252 \begin_layout Standard
253
254 }
255 \end_layout
256
257 \end_inset
258
259
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Note Note
266 status collapsed
267
268 \begin_layout Standard
269 autor original: Uwe Stöhr <uwestoehr@web.de>
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Standard
279 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
280 \end_layout
281
282 \end_inset
283
284
285 \newline
286
287 \newline
288
289 \family sans
290 Versión 1.4.3-5
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset LatexCommand tableofcontents
295
296 \end_inset
297
298
299 \end_layout
300
301 \begin_layout Chapter
302 Figuras
303 \begin_inset LatexCommand label
304 name "cha:Figuras"
305
306 \end_inset
307
308
309 \begin_inset LatexCommand index
310 name "Figuras"
311
312 \end_inset
313
314
315 \end_layout
316
317 \begin_layout Section
318 Diálogo Gráficos
319 \begin_inset LatexCommand index
320 name "Figuras ! Diálogo Gráficos"
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
329  texto que desees y haz click en el icono 
330 \begin_inset Graphics
331         filename ../images/dialog-show-new-inset_graphics.xpm
332         scale 85
333
334 \end_inset
335
336  o en el menú 
337 \family sans
338 Insertar\SpecialChar \menuseparator
339 Imagen\SpecialChar \ldots{}
340
341 \family default
342  Aparecerá un diálogo para escoger el archivo a cargar.
343  La imagen aparecerá en el archivo de salida exactamente en la misma posición
344  en la que la has colocado.
345 \end_layout
346
347 \begin_layout Standard
348 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
349  sobre una imagen.
350  Este diálogo tiene tres pestañas:
351 \end_layout
352
353 \begin_layout Description
354 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
355  presentación en LyX y en la salida.
356  En el apéndice\InsetSpace ~
357
358 \begin_inset LatexCommand ref
359 reference "cha:Unidades-disponibles-en"
360
361 \end_inset
362
363  se detallan las unidades disponibles para el tamaño del gráfico.
364 \newline
365 Puedes girar
366  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
367  y un origen de rotación.
368  La imagen también gira en LyX.
369 \end_layout
370
371 \begin_layout Description
372 Recorte Alternativamente al escalado, es posible establacer las coordenadas
373  de la imagen para ajustar su altura y anchura en la salida.
374  Además, las coordenadas se pueden calcular automáticamente pinchando el
375  botón 
376 \family sans
377 Obtener\InsetSpace ~
378 de\InsetSpace ~
379 archivo
380 \family default
381 .
382  El botón 
383 \family sans
384 Recortar\InsetSpace ~
385 al\InsetSpace ~
386 cuadro\InsetSpace ~
387 delimitador
388 \family default
389  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
390 as.
391  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
392 \end_layout
393
394 \begin_layout Description
395 Opciones\InsetSpace ~
396 extra Aquí puedes poner una imagen como subfigura de una figura
397  flotante que tiene su propio título.
398  Las subfiguras se explican en la sección\InsetSpace ~
399
400 \begin_inset LatexCommand ref
401 reference "sec:Figuras-Flotantes"
402
403 \end_inset
404
405 .
406 \newline
407 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
408 \newline
409 La
410  opción 
411 \family sans
412 Modo\InsetSpace ~
413 borrador
414 \family default
415  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
416 \newline
417 La
418  opción 
419 \family sans
420 No\InsetSpace ~
421 descomprimir\InsetSpace ~
422 al\InsetSpace ~
423 exportar
424 \family default
425  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
426 e.\InsetSpace ~
427
428 \emph on
429 x.eps.gz
430 \emph default
431 .
432  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
433  puesto que LaTeX puede manejarlas como están.
434 \newline
435 Los gráficos EPS comprimidos
436  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
437  de salida, ver apéndice\InsetSpace ~
438
439 \begin_inset LatexCommand ref
440 reference "sec:PostScript"
441
442 \end_inset
443
444 .
445  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
446  o en consola de Windows:
447 \newline
448
449 \series bold
450 gzip x.eps
451 \series default
452
453 \newline
454
455 \series bold
456 zgrep %%Bounding x.eps.gz > x.eps.bb
457 \series default
458
459 \newline
460 El segundo comando crea un archivo de cuadro delimitador 
461 \begin_inset Quotes eld
462 \end_inset
463
464 x.eps.bb
465 \begin_inset Quotes erd
466 \end_inset
467
468  que necesita LaTeX para gráficos comprimidos.
469 \end_layout
470
471 \begin_layout Standard
472
473 \newpage
474
475 \end_layout
476
477 \begin_layout Standard
478 Esto es un ejemplo de imagen en formato PDF
479 \begin_inset Foot
480 status open
481
482 \begin_layout Standard
483 El formato PDF se explica en el apéndice\InsetSpace ~
484
485 \begin_inset LatexCommand ref
486 reference "sec:PDF"
487
488 \end_inset
489
490 .
491 \end_layout
492
493 \end_inset
494
495  en un párrafo separado centrado horizontalmente:
496 \end_layout
497
498 \begin_layout Standard
499 \align center
500 \begin_inset Graphics
501         filename mobius.eps
502         display color
503         scale 70
504         rotateOrigin center
505
506 \end_inset
507
508
509 \end_layout
510
511 \begin_layout Standard
512 Esta es la misma imagen pero en modo borrador:
513 \end_layout
514
515 \begin_layout Standard
516 \align center
517 \begin_inset Graphics
518         filename mobius.eps
519         display color
520         scale 70
521         draft
522         rotateOrigin center
523
524 \end_inset
525
526
527 \end_layout
528
529 \begin_layout Section
530 Figuras Flotantes
531 \begin_inset LatexCommand label
532 name "sec:Figuras-Flotantes"
533
534 \end_inset
535
536
537 \begin_inset LatexCommand index
538 name "Flotantes ! Figuras Flotantes"
539
540 \end_inset
541
542
543 \begin_inset LatexCommand index
544 name "Figuras ! Flotantes"
545
546 \end_inset
547
548
549 \end_layout
550
551 \begin_layout Standard
552 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
553
554 \begin_inset LatexCommand ref
555 reference "sec:IntroducciónFlotantes"
556
557 \end_inset
558
559 .
560 \end_layout
561
562 \begin_layout Standard
563 El botón 
564 \begin_inset Graphics
565         filename ../images/float-insert_figure.xpm
566         scale 85
567
568 \end_inset
569
570  y el menú 
571 \family sans
572 Insertar\SpecialChar \menuseparator
573 Flotante\SpecialChar \menuseparator
574 Figura
575 \family default
576  insertan un flotante con la etiqueta "
577 \series bold
578 Figura #:
579 \series default
580 ".
581  Tras ella escribe el título que quieras para la figura.
582  Para insertar una imagen sobre su título sitúa el cursor delante de dicho
583  título, presiona Enter e inserta la imagen como se describe arriba.
584  Esto se hace para la Figura\InsetSpace ~
585
586 \begin_inset LatexCommand ref
587 reference "fig:kill-plat"
588
589 \end_inset
590
591 .
592  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
593  mismo, presiona Enter e inserta la imagen.
594  Esto se hace para la Figura\InsetSpace ~
595
596 \begin_inset LatexCommand ref
597 reference "fig:escher"
598
599 \end_inset
600
601 .
602  Más sobre ubicación de títulos se describe en la sección\InsetSpace ~
603
604 \begin_inset LatexCommand ref
605 reference "sec:Colocación-de-Encabezados"
606
607 \end_inset
608
609 .
610 \end_layout
611
612 \begin_layout Standard
613 \begin_inset Float figure
614 wide false
615 sideways false
616 status open
617
618 \begin_layout Standard
619 \align center
620 \begin_inset Graphics
621         filename platypus.eps
622         display color
623         width 50col%
624         rotateOrigin center
625
626 \end_inset
627
628
629 \end_layout
630
631 \begin_layout Caption
632 \begin_inset LatexCommand label
633 name "fig:kill-plat"
634
635 \end_inset
636
637 Un platypus muy distorsionado en un flotante.
638 \end_layout
639
640 \end_inset
641
642
643 \end_layout
644
645 \begin_layout Standard
646 \begin_inset Float figure
647 wide false
648 sideways false
649 status open
650
651 \begin_layout Caption
652 \begin_inset LatexCommand label
653 name "fig:escher"
654
655 \end_inset
656
657 M.C.
658  Escher en ácido.
659 \end_layout
660
661 \begin_layout Standard
662 \align center
663 \begin_inset Graphics
664         filename escher-lsd.eps
665         display color
666         scale 80
667         rotateOrigin center
668
669 \end_inset
670
671
672 \end_layout
673
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Standard
680 \begin_inset LatexCommand index
681 name "Referencias ! a Figuras"
682
683 \end_inset
684
685 Las figuras\InsetSpace ~
686
687 \begin_inset LatexCommand ref
688 reference "fig:kill-plat"
689
690 \end_inset
691
692  y 
693 \begin_inset LatexCommand ref
694 reference "fig:escher"
695
696 \end_inset
697
698  son un ejemplo de figuras con referencias cruzadas.
699  Las figuras pueden tener referencias cruzadas en el texto mediante referencia
700  a su etiqueta.
701  Para hacerlo inserta una etiqueta en el título usando el menú 
702 \family sans
703 Insertar\SpecialChar \menuseparator
704 Etiqueta
705 \family default
706  o el botón 
707 \begin_inset Graphics
708         filename ../images/label-insert.xpm
709         scale 85
710
711 \end_inset
712
713 .
714  Ahora puedes referirte a la etiqueta usando el menú 
715 \family sans
716 Insertar\SpecialChar \menuseparator
717 Referencia\InsetSpace ~
718 cruzada
719 \family default
720  o el botón 
721 \begin_inset Graphics
722         filename ../images/dialog-show-new-inset_ref.xpm
723         scale 85
724
725 \end_inset
726
727 .
728  Es importante emplear referencias a flotantes, mejor que alusiones vagas
729  como "la figura de arriba", porque como LaTeX recolocará los flotantes
730  en el documento final, podría no quedar "arriba" precisamente.
731 \end_layout
732
733 \begin_layout Standard
734 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
735  querer poner dos imágenes con subtítulos separados.
736  Esto es posible mediante la pestaña 
737 \family sans
738 Opciones\InsetSpace ~
739 extra
740 \family default
741  del diálogo gráficos.
742  Elije la opción 
743 \family sans
744 Subfigura
745 \family default
746  e introduce el subtítulo en la casilla 
747 \family sans
748 Descripción
749 \family default
750 .
751  Observa que sólo el título principal del flotante se añade a la Lista de
752  Figuras.
753 \end_layout
754
755 \begin_layout Standard
756 La figura\InsetSpace ~
757
758 \begin_inset LatexCommand ref
759 reference "fig:Dos-imágenes-distorsionadas"
760
761 \end_inset
762
763  es un ejemplo de figura flotante con dos imágenes una junto a otra.
764  también se pueden poner una sobre otra.
765 \end_layout
766
767 \begin_layout Standard
768 \begin_inset Float figure
769 wide false
770 sideways false
771 status open
772
773 \begin_layout Standard
774
775 \hfill
776
777 \begin_inset Graphics
778         filename escher-lsd.eps
779         width 45col%
780         subcaption
781         subcaptionText "Estructura indefinible"
782
783 \end_inset
784
785
786 \hfill
787
788 \begin_inset Graphics
789         filename platypus.eps
790         lyxscale 60
791         width 45col%
792         subcaption
793         subcaptionText "Platypus"
794
795 \end_inset
796
797
798 \hfill
799
800 \end_layout
801
802 \begin_layout Caption
803 \begin_inset LatexCommand label
804 name "fig:Dos-imágenes-distorsionadas"
805
806 \end_inset
807
808 Dos imágenes distorsionadas.
809 \end_layout
810
811 \end_inset
812
813
814 \end_layout
815
816 \begin_layout Section
817 Formatos de Imagen
818 \begin_inset LatexCommand label
819 name "sec:Formatos-de-imagen"
820
821 \end_inset
822
823
824 \begin_inset LatexCommand index
825 name "Formatos de Imagen"
826
827 \end_inset
828
829
830 \begin_inset LatexCommand index
831 name "Figuras ! Formatos de Imagen"
832
833 \end_inset
834
835
836 \end_layout
837
838 \begin_layout Standard
839 Puedes insertar imágenes en cualquier formato.
840  Pero como se explica en el apéndice \InsetSpace ~
841
842 \begin_inset LatexCommand ref
843 reference "cha:Formatos-de-Archivos-de-Salida"
844
845 \end_inset
846
847 , cada formato de archivo del documento de salida permite solo ciertos formatos
848  de archivo de imagen.
849  Por eso LyX usa el programa 
850 \family sans
851 Imagemagick
852 \family default
853  en segundo plano para convertir imágenes al formato adecuado.
854  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
855  los formatos de imagen admitidos en el formato de archivo de salida.
856  Los formatos de salida se explican en el apéndice \InsetSpace ~
857
858 \begin_inset LatexCommand ref
859 reference "cha:Formatos-de-Archivos-de-Salida"
860
861 \end_inset
862
863 .
864 \end_layout
865
866 \begin_layout Standard
867 Igual que para las fuentes, hay dos tipos de archivos de imagen:
868 \end_layout
869
870 \begin_layout Description
871 Imágenes\InsetSpace ~
872 Mapa\InsetSpace ~
873 de\InsetSpace ~
874 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
875 os.
876  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
877  de zoom.
878  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
879  Format" (GIF, extensión ".gif")
880 \begin_inset LatexCommand index
881 name "GIF|see{Formatos de Imagen}"
882
883 \end_inset
884
885 , "Portable Network Graphics" (PNG, extensión ".png")
886 \begin_inset LatexCommand index
887 name "PNG|see{Formatos de Imagen}"
888
889 \end_inset
890
891 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
892 \begin_inset LatexCommand index
893 name "JPG|see{Formatos de Imagen}"
894
895 \end_inset
896
897 .
898 \end_layout
899
900 \begin_layout Description
901 Imágenes\InsetSpace ~
902 vectoriales consisten en vectores y por tanto pueden escalarse a
903  cualquier tamaño sin pérdidas.
904  La posibilidad de escalado hace falta para crear presentaciones, porque
905  éstas siempre son escaladas por el proyector.
906  El escalado también es útil en los documentoos en línea para permitir el
907  zoom en diagramas.
908 \newline
909 Formatos de imagen escalables pueden ser "Scalable Vector
910  Graphics" (SVG, extensión ".svg")
911 \begin_inset LatexCommand index
912 name "SVG|see{Formatos de Imagen}"
913
914 \end_inset
915
916 , "Encapsulated PostScript" (EPS, extensión ".eps")
917 \begin_inset LatexCommand index
918 name "EPS|see{Formatos de Imagen}"
919
920 \end_inset
921
922 , "Portabla Document Format" (PDF, extensión ".pdf")
923 \begin_inset LatexCommand index
924 name "PDF|see{Formatos de Imagen}"
925
926 \end_inset
927
928 , y "Windows Metafile" (WMF, extensión ".wmf")
929 \begin_inset LatexCommand index
930 name "WMF|see{Formatos de Imagen}"
931
932 \end_inset
933
934 .
935  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
936  a PDF o EPS y el resultado será todavía una imagen bitmap.
937  En estos casos sólo se añade una cabecera con las propiedades de la imagen
938  a la imagen original
939 \begin_inset Foot
940 status open
941
942 \begin_layout Standard
943 En el caso de PDF, además se comprime la imagen original.
944 \end_layout
945
946 \end_inset
947
948 .
949  Por ejemplo, los archivos PDF generados por 
950 \family sans
951 Adobe Photoshop
952 \family default
953  son imágenes bitmap.
954 \end_layout
955
956 \begin_layout Standard
957 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
958  viceversa.
959  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
960  archivos de salida PDF y PostScript, respectivamente.
961  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
962  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
963 \begin_inset Formula $\to$
964 \end_inset
965
966  PDF/EPS.
967 \end_layout
968
969 \begin_layout Chapter
970 Tablas
971 \begin_inset LatexCommand label
972 name "cha:Tablas"
973
974 \end_inset
975
976
977 \begin_inset LatexCommand index
978 name "Tablas"
979
980 \end_inset
981
982
983 \end_layout
984
985 \begin_layout Section
986 Introducción
987 \begin_inset LatexCommand index
988 name "Tablas ! Introducción"
989
990 \end_inset
991
992
993 \end_layout
994
995 \begin_layout Standard
996 Puede insertarse una tabla mediante el botón
997 \begin_inset Graphics
998         filename ../images/tabular-insert.xpm
999         scale 85
1000
1001 \end_inset
1002
1003  o el menú 
1004 \family sans
1005 Insertar\SpecialChar \menuseparator
1006 Tabla
1007 \family default
1008 .
1009  Aparece un diálogo en el que se pide el número de filas y columnas.
1010  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1011  fila aparece separada por una línea doble: la línea inferior de la primera
1012  fila y la línea superior de la segunda fila.
1013  Ejemplo de tabla:
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Tabular
1019 <lyxtabular version="3" rows="4" columns="4">
1020 <features>
1021 <column alignment="center" valignment="top" leftline="true" width="0">
1022 <column alignment="center" valignment="top" leftline="true" width="0pt">
1023 <column alignment="center" valignment="top" leftline="true" width="0in">
1024 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1025 <row topline="true" bottomline="true">
1026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Standard
1030
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1036 \begin_inset Text
1037
1038 \begin_layout Standard
1039
1040 \family roman
1041 \series medium
1042 \shape up
1043 \size normal
1044 \emph off
1045 \bar no
1046 \noun off
1047 \color none
1048 1
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Standard
1057 2
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Standard
1066 3
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row topline="true">
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Standard
1077
1078 \family roman
1079 \series medium
1080 \shape up
1081 \size normal
1082 \emph off
1083 \bar no
1084 \noun off
1085 \color none
1086 A
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Standard
1095
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Standard
1104
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Standard
1113
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row topline="true">
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Standard
1124
1125 \family roman
1126 \series medium
1127 \shape up
1128 \size normal
1129 \emph off
1130 \bar no
1131 \noun off
1132 \color none
1133 B
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Standard
1142
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Standard
1151
1152 \family roman
1153 \series medium
1154 \shape up
1155 \size normal
1156 \emph off
1157 \bar no
1158 \noun off
1159 \color none
1160  
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Standard
1169
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row topline="true" bottomline="true">
1176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Standard
1180
1181 \family roman
1182 \series medium
1183 \shape up
1184 \size normal
1185 \emph off
1186 \bar no
1187 \noun off
1188 \color none
1189 C
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Standard
1198
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Standard
1207
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Standard
1216
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 </lyxtabular>
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Section
1230 Diálogo Tablas
1231 \begin_inset LatexCommand index
1232 name "Tablas ! Diálogo"
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Standard
1240 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1241  pinchar sobre ella con el botón derecho del ratón.
1242  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1243  encuentra el cursor.
1244  La mayoría de opciones también trabajan sobre una selección de celdas,
1245  de filas o de columnas.
1246  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1247  su 
1248 \emph on
1249 contenido
1250 \emph default
1251 .
1252  En el cuadro de diálogo aparecen las siguientes pestañas:
1253 \end_layout
1254
1255 \begin_layout Description
1256
1257 \family sans
1258 Configuración\InsetSpace ~
1259 de\InsetSpace ~
1260 Tabla
1261 \family default
1262  Aquí puedes establacer la alineación horizontal para la fila actual y la
1263  anchura de la columna actual.
1264  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1265  Una anchura determinada permite tener saltos de línea y distintos párrafos
1266  de texto, ver sección \InsetSpace ~
1267
1268 \begin_inset LatexCommand ref
1269 reference "sub:Líneas-Múltiples-en"
1270
1271 \end_inset
1272
1273 .
1274  Si no establaces anchura, la columna será tan ancha como el contenido de
1275  la celda más ancha.
1276 \newline
1277 Además, puedes marcar una o más celdas de una fila como
1278  una celda multicolumna, ver sección\InsetSpace ~
1279
1280 \begin_inset LatexCommand ref
1281 reference "sub:Multicolumnas"
1282
1283 \end_inset
1284
1285 .
1286 \newline
1287 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1288  90º en el sentido de las agujas del reloj.
1289  La rotación no se muestra en LyX, sólo en la salida.
1290 \newline
1291
1292 \begin_inset Note Greyedout
1293 status collapsed
1294
1295 \begin_layout Standard
1296
1297 \series bold
1298 Nota: 
1299 \series default
1300 No todos los visores DVI pueden mostrar rotaciones.
1301 \end_layout
1302
1303 \end_inset
1304
1305
1306 \newline
1307 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1308  especiales, ver sección\InsetSpace ~
1309
1310 \begin_inset LatexCommand ref
1311 reference "sub:Cálculos-en-Multicolumnas"
1312
1313 \end_inset
1314
1315  y 
1316 \begin_inset LatexCommand ref
1317 reference "sec:Tablas-Coloreadas"
1318
1319 \end_inset
1320
1321 .
1322 \end_layout
1323
1324 \begin_layout Description
1325
1326 \family sans
1327 Bordes
1328 \family default
1329  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1330 \end_layout
1331
1332 \begin_layout Description
1333
1334 \family sans
1335 Tabla\InsetSpace ~
1336 Larga
1337 \family default
1338  Para hacer "
1339 \emph on
1340 tablas largas
1341 \emph default
1342 " que pueden extenderse por varias páginas.
1343  La sección\InsetSpace ~
1344
1345 \begin_inset LatexCommand ref
1346 reference "sec:Tablas-Largas"
1347
1348 \end_inset
1349
1350  describe su uso en detalle.
1351 \end_layout
1352
1353 \begin_layout Standard
1354 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1355  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1356  aparecerá inmediatamente en el diálogo.
1357 \end_layout
1358
1359 \begin_layout Section
1360 Barra de Herramientas de Tablas
1361 \begin_inset LatexCommand index
1362 name "Tablas ! Barra de Herramientas"
1363
1364 \end_inset
1365
1366
1367 \end_layout
1368
1369 \begin_layout Standard
1370 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1371  para cambiar las tablas de manera más rápida.
1372  Normalmente debería aparecer en la parte inferior de la ventana principal
1373  de LyX cuando el cursor está dentro de una tabla.
1374  En cualquier momento se puede presentar esta barra pinchando con el botón
1375  derecho del ratón en cualquier punto de la barra principal de menú.
1376 \end_layout
1377
1378 \begin_layout Standard
1379 La barra de herramientas tiene los siguientes iconos:
1380 \end_layout
1381
1382 \begin_layout Labeling
1383 \labelwidthstring 00.00.0000
1384 \begin_inset Graphics
1385         filename ../images/tabular-feature_append-row.xpm
1386
1387 \end_inset
1388
1389  añade una fila bajo la celda actual o selección
1390 \end_layout
1391
1392 \begin_layout Labeling
1393 \labelwidthstring 00.00.0000
1394 \begin_inset Graphics
1395         filename ../images/tabular-feature_append-column.xpm
1396
1397 \end_inset
1398
1399  añade una columna a la derecha de la celda actual o selección
1400 \end_layout
1401
1402 \begin_layout Labeling
1403 \labelwidthstring 00.00.0000
1404 \begin_inset Graphics
1405         filename ../images/tabular-feature_delete-row.xpm
1406
1407 \end_inset
1408
1409  borra la fila actual o selección
1410 \end_layout
1411
1412 \begin_layout Labeling
1413 \labelwidthstring 00.00.0000
1414 \begin_inset Graphics
1415         filename ../images/tabular-feature_delete-column.xpm
1416
1417 \end_inset
1418
1419  borra la columna actual o selección
1420 \end_layout
1421
1422 \begin_layout Labeling
1423 \labelwidthstring 00.00.0000
1424 \begin_inset Graphics
1425         filename ../images/tabular-feature_toggle-line-top.xpm
1426
1427 \end_inset
1428
1429  añade una línea sobre la celda/fila actual o la selección
1430 \end_layout
1431
1432 \begin_layout Labeling
1433 \labelwidthstring 00.00.0000
1434 \begin_inset Graphics
1435         filename ../images/tabular-feature_toggle-line-bottom.xpm
1436
1437 \end_inset
1438
1439  añade una línea bajo la celda/fila actual o la selección
1440 \end_layout
1441
1442 \begin_layout Labeling
1443 \labelwidthstring 00.00.0000
1444 \begin_inset Graphics
1445         filename ../images/tabular-feature_toggle-line-left.xpm
1446
1447 \end_inset
1448
1449  añade una línea a la izquierda de la celda/fila actual o la selección
1450 \end_layout
1451
1452 \begin_layout Labeling
1453 \labelwidthstring 00.00.0000
1454 \begin_inset Graphics
1455         filename ../images/tabular-feature_toggle-line-right.xpm
1456
1457 \end_inset
1458
1459  añade una línea a la derecha de la celda/fila actual o la selección
1460 \end_layout
1461
1462 \begin_layout Labeling
1463 \labelwidthstring 00.00.0000
1464 \begin_inset Graphics
1465         filename ../images/tabular-feature_set-all-lines.xpm
1466
1467 \end_inset
1468
1469  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1470  actual no es multicolumna esto afecta también a la fila y columna actuales
1471 \end_layout
1472
1473 \begin_layout Labeling
1474 \labelwidthstring 00.00.0000
1475 \begin_inset Graphics
1476         filename ../images/tabular-feature_unset-all-lines.xpm
1477
1478 \end_inset
1479
1480  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1481  actual no es multicolumna esto afecta también a la fila y columna actuales
1482 \end_layout
1483
1484 \begin_layout Labeling
1485 \labelwidthstring 00.00.0000
1486 \begin_inset Graphics
1487         filename ../images/tabular-feature_align-left.xpm
1488
1489 \end_inset
1490
1491  alinea a la izquierda el contenido de la celda / columna
1492 \end_layout
1493
1494 \begin_layout Labeling
1495 \labelwidthstring 00.00.0000
1496 \begin_inset Graphics
1497         filename ../images/tabular-feature_align-center.xpm
1498
1499 \end_inset
1500
1501  centra el contenido de la celda / columna horizontalmente
1502 \end_layout
1503
1504 \begin_layout Labeling
1505 \labelwidthstring 00.00.0000
1506 \begin_inset Graphics
1507         filename ../images/tabular-feature_align-right.xpm
1508
1509 \end_inset
1510
1511  alinea a la derecha el contenido de la celda / columna
1512 \end_layout
1513
1514 \begin_layout Labeling
1515 \labelwidthstring 00.00.0000
1516 \begin_inset Graphics
1517         filename ../images/tabular-feature_valign-top.xpm
1518
1519 \end_inset
1520
1521  alinea arriba el contenido de la celda
1522 \end_layout
1523
1524 \begin_layout Labeling
1525 \labelwidthstring 00.00.0000
1526 \begin_inset Graphics
1527         filename ../images/tabular-feature_valign-middle.xpm
1528
1529 \end_inset
1530
1531  centra verticalmente el contenido de la celda
1532 \end_layout
1533
1534 \begin_layout Labeling
1535 \labelwidthstring 00.00.0000
1536 \begin_inset Graphics
1537         filename ../images/tabular-feature_valign-bottom.xpm
1538
1539 \end_inset
1540
1541  alinea abajo el contenido de la celda
1542 \end_layout
1543
1544 \begin_layout Labeling
1545 \labelwidthstring 00.00.0000
1546 \begin_inset Graphics
1547         filename ../images/tabular-feature_set-rotate-cell.xpm
1548
1549 \end_inset
1550
1551  gira la celda o selección 90° como las agujas de reloj
1552 \end_layout
1553
1554 \begin_layout Labeling
1555 \labelwidthstring 00.00.0000
1556 \begin_inset Graphics
1557         filename ../images/tabular-feature_set-rotate-tabular.xpm
1558
1559 \end_inset
1560
1561  gira toda la tabla 90° como agujas del reloj
1562 \end_layout
1563
1564 \begin_layout Labeling
1565 \labelwidthstring 00.00.0000
1566 \begin_inset Graphics
1567         filename ../images/tabular-feature_multicolumn.xpm
1568
1569 \end_inset
1570
1571  establace la celda actual o selección como multicolumna
1572 \end_layout
1573
1574 \begin_layout Section
1575 Menú Editar Tabla
1576 \begin_inset LatexCommand index
1577 name "Tablas ! Menú Editar"
1578
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \begin_layout Standard
1585 Además del diálogo y la barra de herramientas, el menú 
1586 \family sans
1587 Editar\SpecialChar \menuseparator
1588 Tabla
1589 \family default
1590  permite añadir y borrar bordes para la fila/columna actual y establacer
1591  la selección como multicolumna.
1592  El menú sólo está disponibla si el cursor está en la tabla.
1593 \end_layout
1594
1595 \begin_layout Section
1596 Tablas Flotantes
1597 \begin_inset LatexCommand label
1598 name "sec:Tablas-Flotantes"
1599
1600 \end_inset
1601
1602
1603 \begin_inset LatexCommand index
1604 name "Flotantes ! Tablas"
1605
1606 \end_inset
1607
1608
1609 \begin_inset LatexCommand index
1610 name "Tablas ! Flotantes"
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \begin_layout Standard
1618 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1619
1620 \begin_inset LatexCommand ref
1621 reference "sec:IntroducciónFlotantes"
1622
1623 \end_inset
1624
1625 .
1626 \end_layout
1627
1628 \begin_layout Standard
1629 \begin_inset Float table
1630 placement h
1631 wide false
1632 sideways false
1633 status open
1634
1635 \begin_layout Caption
1636 \begin_inset LatexCommand label
1637 name "tab:una tabla flotante"
1638
1639 \end_inset
1640
1641 Una tabla flotante.
1642 \end_layout
1643
1644 \begin_layout Standard
1645 \align center
1646 \begin_inset Tabular
1647 <lyxtabular version="3" rows="3" columns="3">
1648 <features>
1649 <column alignment="center" valignment="top" leftline="true" width="0pt">
1650 <column alignment="center" valignment="top" leftline="true" width="0pt">
1651 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1652 <row topline="true" bottomline="true">
1653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1654 \begin_inset Text
1655
1656 \begin_layout Standard
1657
1658 \family roman
1659 \series medium
1660 \shape up
1661 \size normal
1662 \emph off
1663 \bar no
1664 \noun off
1665 \color none
1666 1
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Standard
1675
1676 \family roman
1677 \series medium
1678 \shape up
1679 \size normal
1680 \emph off
1681 \bar no
1682 \noun off
1683 \color none
1684 2
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Standard
1693
1694 \family roman
1695 \series medium
1696 \shape up
1697 \size normal
1698 \emph off
1699 \bar no
1700 \noun off
1701 \color none
1702 3
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 </row>
1708 <row topline="true">
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Standard
1713
1714 \family roman
1715 \series medium
1716 \shape up
1717 \size normal
1718 \emph off
1719 \bar no
1720 \noun off
1721 \color none
1722 Pepe
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Standard
1731
1732 \family roman
1733 \series medium
1734 \shape up
1735 \size normal
1736 \emph off
1737 \bar no
1738 \noun off
1739 \color none
1740 Mari
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Standard
1749
1750 \family roman
1751 \series medium
1752 \shape up
1753 \size normal
1754 \emph off
1755 \bar no
1756 \noun off
1757 \color none
1758 Teo
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row topline="true" bottomline="true">
1765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Standard
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 \begin_inset Formula $\int x^{2}dx$
1779 \end_inset
1780
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Standard
1790
1791 \family roman
1792 \series medium
1793 \shape up
1794 \size normal
1795 \emph off
1796 \bar no
1797 \noun off
1798 \color none
1799 \begin_inset Formula $\left[\begin{array}{cc}
1800 a & b\\
1801 c & d\end{array}\right]$
1802 \end_inset
1803
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Standard
1813
1814 \family roman
1815 \series medium
1816 \shape up
1817 \size normal
1818 \emph off
1819 \bar no
1820 \noun off
1821 \color none
1822 \begin_inset Formula $1+1=2$
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 </lyxtabular>
1832
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \begin_layout Standard
1844 Las tablas flotantes pueden insertarse con el menú 
1845 \family sans
1846 Insertar\SpecialChar \menuseparator
1847 Flotante\SpecialChar \menuseparator
1848 Tabla
1849 \family default
1850  o el botón 
1851 \begin_inset Graphics
1852         filename ../images/float-insert_table.xpm
1853         scale 85
1854
1855 \end_inset
1856
1857 .
1858 \end_layout
1859
1860 \begin_layout Standard
1861 El flotante se muestra como un cuadro expandible con la etiqueta "
1862 \series bold
1863 Tabla\InsetSpace ~
1864 #:
1865 \series default
1866 " en su interior.
1867  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1868  Para insertar una tabla en el flotante se sitúa el cursor al final del
1869  texto de encabezado y se pulsa Enter.
1870  El encabezado se imprime sobre la tabla.
1871 \end_layout
1872
1873 \begin_layout Standard
1874 La tabla\InsetSpace ~
1875
1876 \begin_inset LatexCommand ref
1877 reference "tab:una tabla flotante"
1878
1879 \end_inset
1880
1881  es un ejemplo de tabla flotante.
1882 \end_layout
1883
1884 \begin_layout Standard
1885 Lo habitual es poner el encabezado de tabla sobre ella, lo que desafortunadament
1886 e no es soportado en las clases estándar de LaTeX.
1887  Esto significa que si está usando las clases de documento 
1888 \family sans
1889 article
1890 \family default
1891
1892 \family sans
1893 book
1894 \family default
1895
1896 \family sans
1897 letter
1898 \family default
1899 , o 
1900 \family sans
1901 report
1902 \family default
1903  no habrá espacio entre el encabezado y la tabla.
1904  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1905  documento la siguiente opción al comando del paquete de LaTeX 
1906 \series bold
1907 caption
1908 \series default
1909
1910 \begin_inset LatexCommand index
1911 name "LaTeX-paquetes ! caption"
1912
1913 \end_inset
1914
1915
1916 \begin_inset Foot
1917 status open
1918
1919 \begin_layout Standard
1920 Para más información ve a la sección\InsetSpace ~
1921
1922 \begin_inset LatexCommand ref
1923 reference "sec:Colocación-de-Encabezados"
1924
1925 \end_inset
1926
1927 .
1928 \end_layout
1929
1930 \end_inset
1931
1932 :
1933 \end_layout
1934
1935 \begin_layout Standard
1936
1937 \series bold
1938 tableposition=top
1939 \end_layout
1940
1941 \begin_layout Standard
1942 El encabezado puede formatearse mediante el paquete de LaTeX 
1943 \series bold
1944 caption
1945 \series default
1946  como se describe en la sección\InsetSpace ~
1947
1948 \begin_inset LatexCommand ref
1949 reference "sec:Formato-de-Encabezados"
1950
1951 \end_inset
1952
1953 .
1954  
1955 \end_layout
1956
1957 \begin_layout Standard
1958 \begin_inset LatexCommand index
1959 name "Referencias ! a Tablas"
1960
1961 \end_inset
1962
1963 Las tablas pueden tener referencias cruzadas en el texto referenciando su
1964  etiqueta.
1965  Para hacerlo inserta una etiqueta en el encabezado con el menú 
1966 \family sans
1967 Insertar\SpecialChar \menuseparator
1968 Etiqueta
1969 \family default
1970  o el botón 
1971 \begin_inset Graphics
1972         filename ../images/label-insert.xpm
1973         scale 85
1974
1975 \end_inset
1976
1977 .
1978  Ahora puedes referirte a la etiqueta con el menú 
1979 \family sans
1980 Insertar\SpecialChar \menuseparator
1981 Referencia\InsetSpace ~
1982 cruzada
1983 \family default
1984  o el botón 
1985 \begin_inset Graphics
1986         filename ../images/dialog-show-new-inset_ref.xpm
1987         scale 85
1988
1989 \end_inset
1990
1991 .
1992 \end_layout
1993
1994 \begin_layout Section
1995 Tablas Largas
1996 \begin_inset LatexCommand label
1997 name "sec:Tablas-Largas"
1998
1999 \end_inset
2000
2001
2002 \begin_inset LatexCommand index
2003 name "Tablas Largas"
2004
2005 \end_inset
2006
2007
2008 \begin_inset LatexCommand index
2009 name "Tablas ! Largas"
2010
2011 \end_inset
2012
2013
2014 \end_layout
2015
2016 \begin_layout Standard
2017 Si la tabla es demasiado larga para una página, puedes usar la opción 
2018 \family sans
2019 Usar\InsetSpace ~
2020 tabla\InsetSpace ~
2021 larga
2022 \family default
2023  en la pestaña 
2024 \family sans
2025 Tabla\InsetSpace ~
2026 larga
2027 \family default
2028  del diálogo para repartir automáticamente la tabla entre varias páginas.
2029  Al hacer esto se habilitan diversos botones opcionales en los que puede
2030  definirse:
2031 \end_layout
2032
2033 \begin_layout Description
2034
2035 \family sans
2036 Encabezado: 
2037 \family default
2038 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2039  definida, se definen como filas de encabezado para todas las páginas de
2040  la tabla, excepto para la primera página
2041 \family sans
2042  
2043 \family default
2044 si
2045 \family sans
2046  Primer\InsetSpace ~
2047 encabezado 
2048 \family default
2049 está definido.
2050  Este se denomina encabezado principal.
2051 \end_layout
2052
2053 \begin_layout Description
2054
2055 \family sans
2056 Primer\InsetSpace ~
2057 encabezado: 
2058 \family default
2059 La fila actual y superiores, que no tienen ninguna opción especial definida,
2060  se definen como filas cabeceras de la primera página de la tabla.
2061 \end_layout
2062
2063 \begin_layout Description
2064
2065 \family sans
2066 Pie: 
2067 \family default
2068 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2069  definida, se definen como filas de pie de todas las páginas de la tabla,
2070  excepto para la última página si se define
2071 \family sans
2072  Último\InsetSpace ~
2073 pie.
2074 \end_layout
2075
2076 \begin_layout Description
2077
2078 \family sans
2079 Último\InsetSpace ~
2080 pie: L
2081 \family default
2082 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2083  se definen como filas de pie de la última página de la tabla.
2084 \end_layout
2085
2086 \begin_layout Standard
2087 también se puede especificar una fila en la que se dividirá la tabla.
2088  Si se establace más de una opción en la misma fila, habría que tener en
2089  cuenta que sólo la primera de ellas se usa en la fila dada.
2090  Las otras quedarán definidas como 
2091 \emph on
2092 vacías
2093 \emph default
2094 .
2095  En este contexto, primera significa primero en este orden: 
2096 \family sans
2097 Pie, Último\InsetSpace ~
2098 pie, Encabezado, Primer\InsetSpace ~
2099 encabezado
2100 \family default
2101 .
2102  La siguiente tabla muestra cómo funciona:
2103 \end_layout
2104
2105 \begin_layout Standard
2106
2107 \end_layout
2108
2109 \begin_layout Standard
2110 \align center
2111 \begin_inset Tabular
2112 <lyxtabular version="3" rows="69" columns="3">
2113 <features islongtable="true">
2114 <column alignment="left" valignment="top" leftline="true" width="0cm">
2115 <column alignment="left" valignment="top" width="0pt">
2116 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2117 <row topline="true" bottomline="true" endfirsthead="true">
2118 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2119 \begin_inset Text
2120
2121 \begin_layout Standard
2122
2123 \series bold
2124 Ejemplo de lista telefónica (ignore los nombres)
2125 \end_layout
2126
2127 \end_inset
2128 </cell>
2129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Standard
2133
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2139 \begin_inset Text
2140
2141 \begin_layout Standard
2142
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 <row topline="true" bottomline="true" endfirsthead="true">
2149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2150 \begin_inset Text
2151
2152 \begin_layout Standard
2153
2154 \series bold
2155 NOMBRE
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2161 \begin_inset Text
2162
2163 \begin_layout Standard
2164
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2170 \begin_inset Text
2171
2172 \begin_layout Standard
2173
2174 \series bold
2175 TEL.
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 </row>
2181 <row topline="true" bottomline="true" endhead="true">
2182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Standard
2186
2187 \series bold
2188 Ejemplo de lista telefónica
2189 \end_layout
2190
2191 \end_inset
2192 </cell>
2193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2194 \begin_inset Text
2195
2196 \begin_layout Standard
2197
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2203 \begin_inset Text
2204
2205 \begin_layout Standard
2206
2207 \end_layout
2208
2209 \end_inset
2210 </cell>
2211 </row>
2212 <row topline="true" bottomline="true" endhead="true">
2213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2214 \begin_inset Text
2215
2216 \begin_layout Standard
2217
2218 \series bold
2219 NOMBRE
2220 \end_layout
2221
2222 \end_inset
2223 </cell>
2224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2225 \begin_inset Text
2226
2227 \begin_layout Standard
2228
2229 \end_layout
2230
2231 \end_inset
2232 </cell>
2233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2234 \begin_inset Text
2235
2236 \begin_layout Standard
2237
2238 \series bold
2239 TEL.
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 <row topline="true" bottomline="true" endfoot="true">
2246 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2247 \begin_inset Text
2248
2249 \begin_layout Standard
2250  continúa en la página siguiente
2251 \end_layout
2252
2253 \end_inset
2254 </cell>
2255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Standard
2259
2260 \end_layout
2261
2262 \end_inset
2263 </cell>
2264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Standard
2268
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 </row>
2274 <row>
2275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Standard
2279
2280 \series bold
2281 Annovi
2282 \end_layout
2283
2284 \end_inset
2285 </cell>
2286 <cell alignment="center" valignment="top" topline="true" usebox="none">
2287 \begin_inset Text
2288
2289 \begin_layout Standard
2290 Silvia
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Standard
2299 111
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 <row>
2306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Standard
2310
2311 \series bold
2312 Bertoli
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Standard
2321 Stefano
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Standard
2330 111
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Standard
2341
2342 \series bold
2343 Bozzi
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Standard
2352 Walter
2353 \end_layout
2354
2355 \end_inset
2356 </cell>
2357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Standard
2361 111
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 </row>
2367 <row>
2368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Standard
2372
2373 \series bold
2374 Cachia
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 <cell alignment="center" valignment="top" topline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Standard
2383 Maria
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Standard
2392 111
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Standard
2403
2404 \series bold
2405 Cachia
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 <cell alignment="center" valignment="top" topline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Standard
2414 Maurizio
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Standard
2423 111
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 </row>
2429 <row>
2430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Standard
2434
2435 \series bold
2436 Cinquemani
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Standard
2445 Giusi
2446 \end_layout
2447
2448 \end_inset
2449 </cell>
2450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Standard
2454 111
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 </row>
2460 <row>
2461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Standard
2465
2466 \series bold
2467 Colin
2468 \end_layout
2469
2470 \end_inset
2471 </cell>
2472 <cell alignment="center" valignment="top" topline="true" usebox="none">
2473 \begin_inset Text
2474
2475 \begin_layout Standard
2476 Bernard
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Standard
2485 111
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 </row>
2491 <row>
2492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Standard
2496
2497 \series bold
2498 Concli
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 <cell alignment="center" valignment="top" topline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Standard
2507 Gianfranco
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Standard
2516 111
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 </row>
2522 <row>
2523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Standard
2527
2528 \series bold
2529 Dal Bosco
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 <cell alignment="center" valignment="top" topline="true" usebox="none">
2535 \begin_inset Text
2536
2537 \begin_layout Standard
2538 Carolina
2539 \end_layout
2540
2541 \end_inset
2542 </cell>
2543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Standard
2547 111
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 </row>
2553 <row>
2554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Standard
2558
2559 \series bold
2560 Dalpiaz
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 <cell alignment="center" valignment="top" topline="true" usebox="none">
2566 \begin_inset Text
2567
2568 \begin_layout Standard
2569 Annamaria
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Standard
2578 111
2579 \end_layout
2580
2581 \end_inset
2582 </cell>
2583 </row>
2584 <row>
2585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2586 \begin_inset Text
2587
2588 \begin_layout Standard
2589
2590 \series bold
2591 Feliciello
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 <cell alignment="center" valignment="top" topline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Standard
2600 Domenico
2601 \end_layout
2602
2603 \end_inset
2604 </cell>
2605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2606 \begin_inset Text
2607
2608 \begin_layout Standard
2609 111
2610 \end_layout
2611
2612 \end_inset
2613 </cell>
2614 </row>
2615 <row>
2616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Standard
2620
2621 \series bold
2622 Focarelli
2623 \end_layout
2624
2625 \end_inset
2626 </cell>
2627 <cell alignment="center" valignment="top" topline="true" usebox="none">
2628 \begin_inset Text
2629
2630 \begin_layout Standard
2631 Paola
2632 \end_layout
2633
2634 \end_inset
2635 </cell>
2636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2637 \begin_inset Text
2638
2639 \begin_layout Standard
2640 111
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 </row>
2646 <row>
2647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Standard
2651
2652 \series bold
2653 Galletti
2654 \end_layout
2655
2656 \end_inset
2657 </cell>
2658 <cell alignment="center" valignment="top" topline="true" usebox="none">
2659 \begin_inset Text
2660
2661 \begin_layout Standard
2662 Oreste
2663 \end_layout
2664
2665 \end_inset
2666 </cell>
2667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2668 \begin_inset Text
2669
2670 \begin_layout Standard
2671 111
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 </row>
2677 <row>
2678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2679 \begin_inset Text
2680
2681 \begin_layout Standard
2682
2683 \series bold
2684 Gasparini
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell alignment="center" valignment="top" topline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Standard
2693 Franca
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Standard
2702 111
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 </row>
2708 <row>
2709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Standard
2713
2714 \series bold
2715 Rizzardi
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 <cell alignment="center" valignment="top" topline="true" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Standard
2724 Paola
2725 \end_layout
2726
2727 \end_inset
2728 </cell>
2729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Standard
2733 111
2734 \end_layout
2735
2736 \end_inset
2737 </cell>
2738 </row>
2739 <row>
2740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Standard
2744
2745 \series bold
2746 Lassini
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" topline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Standard
2755 Giancarlo
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Standard
2764 111
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 </row>
2770 <row>
2771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Standard
2775
2776 \series bold
2777 Malfatti
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 <cell alignment="center" valignment="top" topline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Standard
2786 Luciano
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Standard
2795 111
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Standard
2806
2807 \series bold
2808 Malfatti
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Standard
2817 Valeriano
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Standard
2826 111
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Standard
2837
2838 \series bold
2839 Meneguzzo
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" topline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Standard
2848 Roberto
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Standard
2857 111
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 </row>
2863 <row>
2864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Standard
2868
2869 \series bold
2870 Mezzadra
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Standard
2879 Roberto
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Standard
2888 111
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 <row>
2895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Standard
2899
2900 \series bold
2901 Pirpamer
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Standard
2910 Erich
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Standard
2919 111
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Standard
2930
2931 \series bold
2932 Pochiesa
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" topline="true" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Standard
2941 Paolo
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Standard
2950 111, 222
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 </row>
2956 <row>
2957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Standard
2961
2962 \series bold
2963 Radina
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell alignment="center" valignment="top" topline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Standard
2972 Claudio
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Standard
2981 111
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Standard
2992
2993 \series bold
2994 Stuffer
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Standard
3003 Oskar
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Standard
3012 111
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Standard
3023
3024 \series bold
3025 Tacchelli
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 <cell alignment="center" valignment="top" topline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Standard
3034 Ugo
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Standard
3043 111
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Standard
3054
3055 \series bold
3056 Tezzele
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Standard
3065 Margit
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Standard
3074 111
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row>
3081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Standard
3085
3086 \series bold
3087 Unterkalmsteiner
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" topline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Standard
3096 Frieda
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Standard
3105 111
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row>
3112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Standard
3116
3117 \series bold
3118 Vieider
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" topline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Standard
3127 Hilde
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Standard
3136 111
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Standard
3147
3148 \series bold
3149 Vigna
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" topline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Standard
3158 Jürgen
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Standard
3167 111
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Standard
3178
3179 \series bold
3180 Weber
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" topline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Standard
3189 Maurizio
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Standard
3198 111
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row bottomline="true">
3205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Standard
3209
3210 \series bold
3211 Winkler
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" topline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Standard
3220 Franz
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Standard
3229 111
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row bottomline="true">
3236 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Standard
3240  
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Standard
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Standard
3258
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row>
3265 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Standard
3269
3270 \series bold
3271 Annovi
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Standard
3280 Silvia
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Standard
3289 555
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row>
3296 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Standard
3300
3301 \series bold
3302 Bertoli
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" topline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Standard
3311 Stefano
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Standard
3320 555
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row>
3327 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Standard
3331
3332 \series bold
3333 Bozzi
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" topline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Standard
3342 Walter
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Standard
3351 555
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Standard
3362
3363 \series bold
3364 Cachia
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" topline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Standard
3373 Maria
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Standard
3382 555
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row>
3389 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Standard
3393
3394 \series bold
3395 Cachia
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" topline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Standard
3404 Maurizio
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Standard
3413 555
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row>
3420 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Standard
3424
3425 \series bold
3426 Cinquemani
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" topline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Standard
3435 Giusi
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Standard
3444 555
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row>
3451 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Standard
3455
3456 \series bold
3457 Colin
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" topline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Standard
3466 Bernard
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Standard
3475 555
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Standard
3486
3487 \series bold
3488 Concli
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" topline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Standard
3497 Gianfranco
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Standard
3506 555
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Standard
3517
3518 \series bold
3519 Dal Bosco
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" topline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Standard
3528 Carolina
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Standard
3537 555
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Standard
3548
3549 \series bold
3550 Dalpiaz
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" topline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Standard
3559 Annamaria
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Standard
3568 555
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Standard
3579
3580 \series bold
3581 Feliciello
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" topline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Standard
3590 Domenico
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Standard
3599 555
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Standard
3610
3611 \series bold
3612 Focarelli
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" topline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Standard
3621 Paola
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Standard
3630 555
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Standard
3641
3642 \series bold
3643 Galletti
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" topline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Standard
3652 Oreste
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Standard
3661 555
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Standard
3672
3673 \series bold
3674 Gasparini
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" topline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Standard
3683 Franca
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Standard
3692 555
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Standard
3703
3704 \series bold
3705 Rizzardi
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" topline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Standard
3714 Paola
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Standard
3723 555
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Standard
3734
3735 \series bold
3736 Lassini
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" topline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Standard
3745 Giancarlo
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Standard
3754 555
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Standard
3765
3766 \series bold
3767 Malfatti
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" topline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Standard
3776 Luciano
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Standard
3785 555
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Standard
3796
3797 \series bold
3798 Malfatti
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" topline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Standard
3807 Valeriano
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Standard
3816 555
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Standard
3827
3828 \series bold
3829 Meneguzzo
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" topline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Standard
3838 Roberto
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Standard
3847 555
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Standard
3858
3859 \series bold
3860 Mezzadra
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" topline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Standard
3869 Roberto
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Standard
3878 555
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Standard
3889
3890 \series bold
3891 Pirpamer
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" topline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Standard
3900 Erich
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Standard
3909 555
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Standard
3920
3921 \series bold
3922 Pochiesa
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" topline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Standard
3931 Paolo
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Standard
3940 555, 222
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Standard
3951
3952 \series bold
3953 Radina
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" topline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Standard
3962 Claudio
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Standard
3971 555
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Standard
3982
3983 \series bold
3984 Stuffer
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" topline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Standard
3993 Oskar
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Standard
4002 555
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Standard
4013
4014 \series bold
4015 Tacchelli
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" topline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Standard
4024 Ugo
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Standard
4033 555
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Standard
4044
4045 \series bold
4046 Tezzele
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" topline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Standard
4055 Margit
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Standard
4064 555
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Standard
4075
4076 \series bold
4077 Unterkalmsteiner
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" topline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Standard
4086 Frieda
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Standard
4095 555
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Standard
4106
4107 \series bold
4108 Vieider
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" topline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Standard
4117 Hilde
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Standard
4126 555
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Standard
4137
4138 \series bold
4139 Vigna
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" topline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Standard
4148 Jürgen
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Standard
4157 999
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Standard
4168
4169 \series bold
4170 Weber
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Standard
4179 Maurizio
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Standard
4188 555
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row bottomline="true">
4195 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Standard
4199
4200 \series bold
4201 Winkler
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" topline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Standard
4210 Franz
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Standard
4219 555
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row bottomline="true" endlastfoot="true">
4226 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Standard
4230 fin
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Standard
4239
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Standard
4248
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 </lyxtabular>
4255
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \begin_layout Subsection
4262 Notas al pie en Tablas Largas
4263 \begin_inset LatexCommand label
4264 name "sub:Notas-al-pie-en-Tablas-Largas"
4265
4266 \end_inset
4267
4268
4269 \begin_inset LatexCommand index
4270 name "Tablas Largas ! Notas al pie"
4271
4272 \end_inset
4273
4274
4275 \end_layout
4276
4277 \begin_layout Standard
4278 Se pueden insertar notas al pie en cada celda de tabla larga.
4279  Aparecen abajo en la página donde esté la celda con la nota.
4280  La tabla\InsetSpace ~
4281
4282 \begin_inset LatexCommand ref
4283 reference "tab:DifEncabezados"
4284
4285 \end_inset
4286
4287  tiene un ejemplo de nota al pie.
4288 \end_layout
4289
4290 \begin_layout Subsection
4291 Encabezados en Tablas Largas
4292 \begin_inset LatexCommand index
4293 name "Tablas Largas ! Encabezados"
4294
4295 \end_inset
4296
4297
4298 \end_layout
4299
4300 \begin_layout Standard
4301 Una tabla larga no se puede poner flotante porque los flotantes solo pueden
4302  estar en una página.
4303  Por esto no se puede emplear el formato de encabezado en las tablas largas.
4304 \end_layout
4305
4306 \begin_layout Standard
4307 Para añadir un encabezado se necesita un sucio truco:
4308 \end_layout
4309
4310 \begin_layout Enumerate
4311 Crear una tabla larga
4312 \end_layout
4313
4314 \begin_layout Enumerate
4315 Marcar la primera fila y deshabilitar su línea superior
4316 \end_layout
4317
4318 \begin_layout Enumerate
4319 Insertar el siguiente comando como ERT en la primera celda:
4320 \newline
4321
4322 \series bold
4323
4324 \backslash
4325 caption[título corto]{título completo}
4326 \backslash
4327
4328 \backslash
4329 %
4330 \end_layout
4331
4332 \begin_layout Enumerate
4333 Insertar un "%" como ERT en cada celda de la primera fila
4334 \end_layout
4335
4336 \begin_layout Standard
4337 El comando 
4338 \series bold
4339
4340 \backslash
4341 caption
4342 \series default
4343  se usa como para los encabezados normales, el título corto que aparecerá
4344  en la Lista de Tablas en vez del título completo es opcional.
4345  El 
4346 \series bold
4347 %
4348 \series default
4349  en las celdas omite la línea vertical entre ellas.
4350  Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4351  la tabla real comienza en la segunda fila.
4352 \end_layout
4353
4354 \begin_layout Standard
4355 He aquí una pequeña tabla larga para mostrar cómo funciona:
4356 \end_layout
4357
4358 \begin_layout Standard
4359 \begin_inset Tabular
4360 <lyxtabular version="3" rows="6" columns="5">
4361 <features islongtable="true">
4362 <column alignment="center" valignment="top" leftline="true" width="0">
4363 <column alignment="center" valignment="top" leftline="true" width="0">
4364 <column alignment="center" valignment="top" leftline="true" width="0">
4365 <column alignment="center" valignment="top" leftline="true" width="0">
4366 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4367 <row>
4368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Standard
4372 \begin_inset ERT
4373 status collapsed
4374
4375 \begin_layout Standard
4376
4377
4378 \backslash
4379 caption[Tabla larga]{Tabla larga con encabezado}
4380 \backslash
4381
4382 \backslash
4383 %
4384 \end_layout
4385
4386 \end_inset
4387
4388
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Standard
4397 \begin_inset ERT
4398 status collapsed
4399
4400 \begin_layout Standard
4401
4402 %
4403 \end_layout
4404
4405 \end_inset
4406
4407
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Standard
4416 \begin_inset ERT
4417 status collapsed
4418
4419 \begin_layout Standard
4420
4421 %
4422 \end_layout
4423
4424 \end_inset
4425
4426
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Standard
4435 \begin_inset ERT
4436 status collapsed
4437
4438 \begin_layout Standard
4439
4440 %
4441 \end_layout
4442
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Standard
4454 \begin_inset ERT
4455 status collapsed
4456
4457 \begin_layout Standard
4458
4459 %
4460 \end_layout
4461
4462 \end_inset
4463
4464
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 </row>
4470 <row topline="true">
4471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Standard
4475 1
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Standard
4484 2
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Standard
4493 3
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Standard
4502 4
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Standard
4511 5
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row topline="true">
4518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Standard
4522 asd
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Standard
4531 s
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Standard
4540 s
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Standard
4549 s
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Standard
4558 asd
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row topline="true">
4565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Standard
4569 asd
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Standard
4578 s
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Standard
4587 s
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Standard
4596 s
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Standard
4605 asd
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 <row topline="true">
4612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Standard
4616 asd
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Standard
4625 s
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Standard
4634 s
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Standard
4643 s
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Standard
4652 asd
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row topline="true" bottomline="true">
4659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Standard
4663 asd
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Standard
4672 asd
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Standard
4681 asd
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Standard
4690 asd
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Standard
4699 asd
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 </lyxtabular>
4706
4707 \end_inset
4708
4709
4710 \end_layout
4711
4712 \begin_layout Standard
4713 \begin_inset VSpace medskip
4714 \end_inset
4715
4716
4717 \begin_inset Note Greyedout
4718 status collapsed
4719
4720 \begin_layout Standard
4721
4722 \series bold
4723 Nota: 
4724 \series default
4725 Si utilizas el paquete de LaTeX 
4726 \series bold
4727 hyperref
4728 \series default
4729
4730 \begin_inset LatexCommand index
4731 name "LaTeX-paquetes ! hyperref"
4732
4733 \end_inset
4734
4735  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4736  larga apuntará siempre al comienzo.
4737 \end_layout
4738
4739 \end_inset
4740
4741
4742 \end_layout
4743
4744 \begin_layout Subsubsection
4745 Referencias a Tablas Largas
4746 \begin_inset LatexCommand index
4747 name "Tablas Largas ! Referencias a"
4748
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 \begin_inset Tabular
4756 <lyxtabular version="3" rows="6" columns="5">
4757 <features islongtable="true">
4758 <column alignment="center" valignment="top" leftline="true" width="0">
4759 <column alignment="center" valignment="top" leftline="true" width="0">
4760 <column alignment="center" valignment="top" leftline="true" width="0">
4761 <column alignment="center" valignment="top" leftline="true" width="0">
4762 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4763 <row>
4764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Standard
4768 \begin_inset ERT
4769 status collapsed
4770
4771 \begin_layout Standard
4772
4773
4774 \backslash
4775 caption{Tabla larga referenciada
4776 \end_layout
4777
4778 \end_inset
4779
4780
4781 \begin_inset LatexCommand label
4782 name "tab:RefEjemplo"
4783
4784 \end_inset
4785
4786
4787 \begin_inset ERT
4788 status collapsed
4789
4790 \begin_layout Standard
4791
4792 }
4793 \backslash
4794
4795 \backslash
4796 %
4797 \end_layout
4798
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Standard
4810 \begin_inset ERT
4811 status collapsed
4812
4813 \begin_layout Standard
4814
4815 %
4816 \end_layout
4817
4818 \end_inset
4819
4820
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Standard
4829 \begin_inset ERT
4830 status collapsed
4831
4832 \begin_layout Standard
4833
4834 %
4835 \end_layout
4836
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Standard
4848 \begin_inset ERT
4849 status collapsed
4850
4851 \begin_layout Standard
4852
4853 %
4854 \end_layout
4855
4856 \end_inset
4857
4858
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Standard
4867 \begin_inset ERT
4868 status collapsed
4869
4870 \begin_layout Standard
4871
4872 %
4873 \end_layout
4874
4875 \end_inset
4876
4877
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row topline="true">
4884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Standard
4888 1
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Standard
4897 2
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Standard
4906 3
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Standard
4915 4
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Standard
4924 5
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row topline="true">
4931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Standard
4935 asd
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Standard
4944 s
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Standard
4953 s
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Standard
4962 s
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Standard
4971 asd
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row topline="true">
4978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Standard
4982 asd
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Standard
4991 s
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Standard
5000 s
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Standard
5009 s
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Standard
5018 asd
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row topline="true">
5025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Standard
5029 asd
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Standard
5038 s
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Standard
5047 s
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Standard
5056 s
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Standard
5065 asd
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row topline="true" bottomline="true">
5072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Standard
5076 asd
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Standard
5085 sad
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Standard
5094 asd
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Standard
5103 asd
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Standard
5112 asd
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 </row>
5118 </lyxtabular>
5119
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \begin_layout Standard
5126 Para hacer referencia a una tabla larga, inserta una etiqueta en el comando
5127  
5128 \series bold
5129
5130 \backslash
5131 caption
5132 \series default
5133 .
5134  Esto se hace dividiendo el ERT del comando 
5135 \series bold
5136
5137 \backslash
5138 caption
5139 \series default
5140 .
5141  La parte del comando antes de la última llave "}"
5142 \end_layout
5143
5144 \begin_layout Standard
5145
5146 \series bold
5147
5148 \backslash
5149 caption[título corto]{título completo
5150 \end_layout
5151
5152 \begin_layout Standard
5153 está en el primer cuadro ERT, la etiqueta se inserta tras ella.
5154  Observa que tienes que añadir el prefijo "
5155 \emph on
5156 tab
5157 \emph default
5158 :" manualmente en el campo de etiqueta.
5159  El segundo cuadro ERT contiene el resto del comando
5160 \end_layout
5161
5162 \begin_layout Standard
5163
5164 \series bold
5165 }
5166 \backslash
5167
5168 \backslash
5169 %
5170 \end_layout
5171
5172 \begin_layout Standard
5173 y se inserta detrás del cuadro de etiqueta, véase Tabla\InsetSpace ~
5174
5175 \begin_inset LatexCommand ref
5176 reference "tab:RefEjemplo"
5177
5178 \end_inset
5179
5180 .
5181 \end_layout
5182
5183 \begin_layout Standard
5184 El formato del encabezado puede configurarse junto con todos los demás encabezad
5185 os del documento mediante el paquete LaTeX
5186 \series bold
5187  caption
5188 \series default
5189
5190 \begin_inset LatexCommand index
5191 name "LaTeX-paquetes ! caption"
5192
5193 \end_inset
5194
5195 , ver sección\InsetSpace ~
5196  
5197 \begin_inset LatexCommand ref
5198 reference "sec:Formato-de-Encabezados"
5199
5200 \end_inset
5201
5202 .
5203 \end_layout
5204
5205 \begin_layout Subsubsection
5206 Anchura de Encabezado
5207 \begin_inset LatexCommand index
5208 name "Tablas Largas ! Anchura de Encabezados"
5209
5210 \end_inset
5211
5212
5213 \end_layout
5214
5215 \begin_layout Standard
5216 La anchura máxima se define por la longitud 
5217 \series bold
5218
5219 \backslash
5220 LTcapwidth
5221 \series default
5222 .
5223  Por defecto es 4\InsetSpace \thinspace{}
5224 in.
5225  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5226  documento antes de la tabla larga a la que afecta
5227 \end_layout
5228
5229 \begin_layout Standard
5230
5231 \series bold
5232
5233 \backslash
5234 setlength{
5235 \backslash
5236 LTcapwidth}{ancho}
5237 \end_layout
5238
5239 \begin_layout Standard
5240 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5241
5242 \begin_inset LatexCommand ref
5243 reference "cha:Unidades-disponibles-en"
5244
5245 \end_inset
5246
5247 .
5248 \end_layout
5249
5250 \begin_layout Standard
5251 Las tablas siguientes muestran la diferencia:
5252 \end_layout
5253
5254 \begin_layout Standard
5255 \begin_inset Tabular
5256 <lyxtabular version="3" rows="6" columns="5">
5257 <features islongtable="true">
5258 <column alignment="center" valignment="top" leftline="true" width="0">
5259 <column alignment="center" valignment="top" leftline="true" width="0">
5260 <column alignment="center" valignment="top" leftline="true" width="0">
5261 <column alignment="center" valignment="top" leftline="true" width="0">
5262 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5263 <row>
5264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Standard
5268 \begin_inset ERT
5269 status collapsed
5270
5271 \begin_layout Standard
5272
5273
5274 \backslash
5275 caption[Encabezado con ancho predeterminado]{Encabezado completo con ancho
5276  predeterminado
5277 \end_layout
5278
5279 \begin_layout Standard
5280
5281 encabezado completo con ancho predeterminado encabezado completo con ancho
5282  predeterminado}
5283 \backslash
5284
5285 \backslash
5286 %
5287 \end_layout
5288
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Standard
5300 \begin_inset ERT
5301 status collapsed
5302
5303 \begin_layout Standard
5304
5305 %
5306 \end_layout
5307
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Standard
5319 \begin_inset ERT
5320 status collapsed
5321
5322 \begin_layout Standard
5323
5324 %
5325 \end_layout
5326
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Standard
5338 \begin_inset ERT
5339 status collapsed
5340
5341 \begin_layout Standard
5342
5343 %
5344 \end_layout
5345
5346 \end_inset
5347
5348
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Standard
5357 \begin_inset ERT
5358 status collapsed
5359
5360 \begin_layout Standard
5361
5362 %
5363 \end_layout
5364
5365 \end_inset
5366
5367
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 </row>
5373 <row topline="true">
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Standard
5378 1
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Standard
5387 2
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Standard
5396 3
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Standard
5405 4
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Standard
5414 5
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 </row>
5420 <row topline="true">
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Standard
5425 asd
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Standard
5434 s
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Standard
5443 s
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Standard
5452 s
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Standard
5461 asd
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 </row>
5467 <row topline="true">
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Standard
5472 asd
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Standard
5481 s
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Standard
5490 s
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Standard
5499 s
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Standard
5508 asd
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row topline="true">
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Standard
5519 asd
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Standard
5528 s
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Standard
5537 s
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Standard
5546 s
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Standard
5555 asd
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row topline="true" bottomline="true">
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Standard
5566 asd
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Standard
5575 sad
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Standard
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Standard
5593 asd
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Standard
5602 asd
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 </lyxtabular>
5609
5610 \end_inset
5611
5612
5613 \end_layout
5614
5615 \begin_layout Standard
5616 \begin_inset ERT
5617 status collapsed
5618
5619 \begin_layout Standard
5620
5621
5622 \backslash
5623 setlength{
5624 \backslash
5625 LTcapwidth}{5cm}
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \begin_inset Tabular
5632 <lyxtabular version="3" rows="6" columns="5">
5633 <features islongtable="true">
5634 <column alignment="center" valignment="top" leftline="true" width="0">
5635 <column alignment="center" valignment="top" leftline="true" width="0">
5636 <column alignment="center" valignment="top" leftline="true" width="0">
5637 <column alignment="center" valignment="top" leftline="true" width="0">
5638 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5639 <row>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Standard
5644 \begin_inset ERT
5645 status collapsed
5646
5647 \begin_layout Standard
5648
5649
5650 \backslash
5651 caption[Encabezado con anchura
5652 \backslash
5653 ,=
5654 \backslash
5655 ,5
5656 \backslash
5657 ,cm]{Encabezado completo con ancho de  5
5658 \backslash
5659 ,cm
5660 \end_layout
5661
5662 \begin_layout Standard
5663
5664 encabezado completo con ancho de 5
5665 \backslash
5666 ,cm encabezado completo con ancho de 5
5667 \backslash
5668 ,cm}
5669 \backslash
5670
5671 \backslash
5672 %
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Standard
5686 \begin_inset ERT
5687 status collapsed
5688
5689 \begin_layout Standard
5690
5691 %
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Standard
5705 \begin_inset ERT
5706 status collapsed
5707
5708 \begin_layout Standard
5709
5710 %
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Standard
5724 \begin_inset ERT
5725 status collapsed
5726
5727 \begin_layout Standard
5728
5729 %
5730 \end_layout
5731
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Standard
5743 \begin_inset ERT
5744 status collapsed
5745
5746 \begin_layout Standard
5747
5748 %
5749 \end_layout
5750
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row topline="true">
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Standard
5764 1
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Standard
5773 2
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Standard
5782 3
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Standard
5791 4
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Standard
5800 5
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row topline="true">
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Standard
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Standard
5820 s
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Standard
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Standard
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Standard
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row topline="true">
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Standard
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Standard
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Standard
5876 s
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Standard
5885 s
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Standard
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 <row topline="true">
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Standard
5905 asd
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Standard
5914 s
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Standard
5923 s
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Standard
5932 s
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Standard
5941 asd
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row topline="true" bottomline="true">
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Standard
5952 asd
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Standard
5961 sad
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 Standard
5970 asd
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 Standard
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Standard
5988 asd
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 </lyxtabular>
5995
5996 \end_inset
5997
5998
5999 \begin_inset ERT
6000 status collapsed
6001
6002 \begin_layout Standard
6003
6004
6005 \backslash
6006 setlength{
6007 \backslash
6008 LTcapwidth}{4in}
6009 \end_layout
6010
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Subsubsection
6017 Encabezados Diferentes para cada Página de una Tabla Larga
6018 \begin_inset LatexCommand index
6019 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6020
6021 \end_inset
6022
6023
6024 \end_layout
6025
6026 \begin_layout Standard
6027 Si los otros encabezados debieran ser diferentes del de la primera página,
6028  inserta el comando 
6029 \series bold
6030
6031 \backslash
6032 caption 
6033 \series default
6034 con un título corto no vacío en una fila postiza de encabezado marcado como
6035  primer encabezado.
6036  El encabezado para las restantes páginas se inserta con el comando 
6037 \series bold
6038
6039 \backslash
6040 caption
6041 \series default
6042  sin título corto en una fila postiza de encabezado marcado como primer
6043  encabezado.
6044  Si este encabezado no ha de incluir el número de tabla, usa el comando
6045  
6046 \series bold
6047
6048 \backslash
6049 caption*
6050 \series default
6051  en vez de 
6052 \series bold
6053
6054 \backslash
6055 caption
6056 \series default
6057 .
6058  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6059  La tabla\InsetSpace ~
6060
6061 \begin_inset LatexCommand ref
6062 reference "tab:DifEncabezados"
6063
6064 \end_inset
6065
6066  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6067  no incluye número de tabla.
6068 \end_layout
6069
6070 \begin_layout Standard
6071 \align center
6072 \begin_inset Tabular
6073 <lyxtabular version="3" rows="60" columns="3">
6074 <features islongtable="true">
6075 <column alignment="left" valignment="top" leftline="true" width="0cm">
6076 <column alignment="left" valignment="top" rightline="true" width="0pt">
6077 <column alignment="right" valignment="top" rightline="true" width="0pt">
6078 <row endfirsthead="true">
6079 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Standard
6083 \begin_inset ERT
6084 status collapsed
6085
6086 \begin_layout Standard
6087
6088
6089 \backslash
6090 caption[Ejemplo de lista telefónica]{Ejemplo de lista telefónica 
6091 \end_layout
6092
6093 \end_inset
6094
6095
6096 \begin_inset LatexCommand label
6097 name "tab:DifEncabezados"
6098
6099 \end_inset
6100
6101
6102 \begin_inset ERT
6103 status collapsed
6104
6105 \begin_layout Standard
6106
6107 }
6108 \backslash
6109
6110 \backslash
6111 %
6112 \end_layout
6113
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Standard
6125 \begin_inset ERT
6126 status collapsed
6127
6128 \begin_layout Standard
6129
6130 %
6131 \end_layout
6132
6133 \end_inset
6134
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Standard
6144 \begin_inset ERT
6145 status collapsed
6146
6147 \begin_layout Standard
6148
6149 %
6150 \end_layout
6151
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row topline="true" bottomline="true" endfirsthead="true">
6161 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Standard
6165
6166 \series bold
6167 Ejemplo de lista telefónica (ignore los nombres)
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Standard
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Standard
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 <row topline="true" bottomline="true" endfirsthead="true">
6192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Standard
6196
6197 \series bold
6198 NOMBRE
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Standard
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Standard
6216
6217 \series bold
6218 TEL.
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 <row bottomline="true" endhead="true">
6225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Standard
6229 \begin_inset ERT
6230 status collapsed
6231
6232 \begin_layout Standard
6233
6234
6235 \backslash
6236 caption*{Continúa Ejemplo de lista telefónica}
6237 \backslash
6238
6239 \backslash
6240 %
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Standard
6254 \begin_inset ERT
6255 status collapsed
6256
6257 \begin_layout Standard
6258
6259 %
6260 \end_layout
6261
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Standard
6273 \begin_inset ERT
6274 status collapsed
6275
6276 \begin_layout Standard
6277
6278 %
6279 \end_layout
6280
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row topline="true" bottomline="true" endhead="true">
6290 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Standard
6294
6295 \series bold
6296 Ejemplo de lista telefónica
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Standard
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Standard
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 </row>
6320 <row topline="true" bottomline="true" endhead="true">
6321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Standard
6325
6326 \series bold
6327 NOMBRE
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Standard
6336
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Standard
6345
6346 \series bold
6347 TEL.
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 </row>
6353 <row topline="true" bottomline="true" endfoot="true">
6354 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Standard
6358 continúa en página siguiente
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Standard
6367
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Standard
6376
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Standard
6387
6388 \series bold
6389 Annovi
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Standard
6398 Silvia
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Standard
6407 111
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Standard
6418
6419 \series bold
6420 Bertoli
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Standard
6429 Stefano
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Standard
6438 111
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Standard
6449
6450 \series bold
6451 Bozzi
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Standard
6460 Walter
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Standard
6469 111
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Standard
6480
6481 \series bold
6482 Cachia
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Standard
6491 Maria
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Standard
6500 111
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 </row>
6506 <row>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Standard
6511
6512 \series bold
6513 Cachia
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Standard
6522 Maurizio
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Standard
6531 111
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Standard
6542
6543 \series bold
6544 Cinquemani
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Standard
6553 Giusi
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Standard
6562 111
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Standard
6573
6574 \series bold
6575 Colin
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Standard
6584 Bernard
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Standard
6593 111
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 </row>
6599 <row>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Standard
6604
6605 \series bold
6606 Concli
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Standard
6615 Gianfranco
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Standard
6624 111
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Standard
6635
6636 \series bold
6637 Dal Bosco
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Standard
6646 Carolina
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Standard
6655 111
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 <row>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Standard
6666
6667 \series bold
6668 Dalpiaz
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Standard
6677 Annamaria
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Standard
6686 111
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Standard
6697
6698 \series bold
6699 Feliciello
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Standard
6708 Domenico
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Standard
6717 111
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Standard
6728
6729 \series bold
6730 Focarelli
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Standard
6739 Paola
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Standard
6748 111
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 </row>
6754 <row>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Standard
6759
6760 \series bold
6761 Galletti
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Standard
6770 Oreste
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Standard
6779 111
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 </row>
6785 <row>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Standard
6790
6791 \series bold
6792 Gasparini
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Standard
6801 Franca
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Standard
6810 111
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 </row>
6816 <row>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Standard
6821
6822 \series bold
6823 Rizzardi
6824 \series default
6825
6826 \begin_inset Foot
6827 status open
6828
6829 \begin_layout Standard
6830 Ejemplo de nota al pie
6831 \end_layout
6832
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Standard
6844 Paola
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Standard
6853 111
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 </row>
6859 <row>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Standard
6864
6865 \series bold
6866 Lassini
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Standard
6875 Giancarlo
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Standard
6884 111
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Standard
6895
6896 \series bold
6897 Malfatti
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Standard
6906 Luciano
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Standard
6915 111
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 <row>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Standard
6926
6927 \series bold
6928 Malfatti
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Standard
6937 Valeriano
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Standard
6946 111
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 </row>
6952 <row>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Standard
6957
6958 \series bold
6959 Meneguzzo
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Standard
6968 Roberto
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Standard
6977 111
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 </row>
6983 <row>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Standard
6988
6989 \series bold
6990 Mezzadra
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Standard
6999 Roberto
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Standard
7008 111
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 <row>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Standard
7019
7020 \series bold
7021 Pirpamer
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Standard
7030 Erich
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Standard
7039 111
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Standard
7050
7051 \series bold
7052 Pochiesa
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Standard
7061 Paolo
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Standard
7070 111, 222
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 </row>
7076 <row>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Standard
7081
7082 \series bold
7083 Radina
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Standard
7092 Claudio
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Standard
7101 111
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 </row>
7107 <row>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Standard
7112
7113 \series bold
7114 Stuffer
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Standard
7123 Oskar
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Standard
7132 111
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 <row>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Standard
7143
7144 \series bold
7145 Tacchelli
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Standard
7154 Ugo
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Standard
7163 111
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Standard
7174
7175 \series bold
7176 Tezzele
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Standard
7185 Margit
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Standard
7194 111
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 <row>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Standard
7205
7206 \series bold
7207 Unterkalmsteiner
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Standard
7216 Frieda
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Standard
7225 111
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 </row>
7231 <row>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Standard
7236
7237 \series bold
7238 Vieider
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Standard
7247 Hilde
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Standard
7256 111
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Standard
7267
7268 \series bold
7269 Vigna
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Standard
7278 Jürgen
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Standard
7287 111
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Standard
7298
7299 \series bold
7300 Weber
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Standard
7309 Maurizio
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Standard
7318 111
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 </row>
7324 <row bottomline="true">
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Standard
7329
7330 \series bold
7331 Winkler
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Standard
7340 Franz
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Standard
7349 111
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 </row>
7355 <row bottomline="true">
7356 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Standard
7360  
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Standard
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Standard
7378
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 </row>
7384 <row>
7385 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Standard
7389
7390 \series bold
7391 Annovi
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Standard
7400 Silvia
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Standard
7409 555
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row>
7416 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Standard
7420
7421 \series bold
7422 Bertoli
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Standard
7431 Stefano
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Standard
7440 555
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 </row>
7446 <row>
7447 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Standard
7451
7452 \series bold
7453 Bozzi
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Standard
7462 Walter
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Standard
7471 555
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 <row>
7478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Standard
7482
7483 \series bold
7484 Cachia
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Standard
7493 Maria
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Standard
7502 555
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Standard
7513
7514 \series bold
7515 Cachia
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Standard
7524 Maurizio
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Standard
7533 555
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row>
7540 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Standard
7544
7545 \series bold
7546 Cinquemani
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Standard
7555 Giusi
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Standard
7564 555
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Standard
7575
7576 \series bold
7577 Colin
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" topline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Standard
7586 Bernard
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Standard
7595 555
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 </row>
7601 <row>
7602 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Standard
7606
7607 \series bold
7608 Concli
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Standard
7617 Gianfranco
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Standard
7626 555
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Standard
7637
7638 \series bold
7639 Dal Bosco
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" topline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Standard
7648 Carolina
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Standard
7657 555
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 </row>
7663 <row>
7664 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Standard
7668
7669 \series bold
7670 Dalpiaz
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Standard
7679 Annamaria
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Standard
7688 555
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 </row>
7694 <row>
7695 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Standard
7699
7700 \series bold
7701 Feliciello
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell alignment="center" valignment="top" topline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Standard
7710 Domenico
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Standard
7719 555
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 </row>
7725 <row>
7726 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Standard
7730
7731 \series bold
7732 Focarelli
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" topline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Standard
7741 Paola
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Standard
7750 555
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row>
7757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Standard
7761
7762 \series bold
7763 Galletti
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" topline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Standard
7772 Oreste
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Standard
7781 555
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Standard
7792
7793 \series bold
7794 Gasparini
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Standard
7803 Franca
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Standard
7812 555
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Standard
7823
7824 \series bold
7825 Rizzardi
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" topline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Standard
7834 Paola
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Standard
7843 555
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Standard
7854
7855 \series bold
7856 Lassini
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" topline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Standard
7865 Giancarlo
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Standard
7874 555
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Standard
7885
7886 \series bold
7887 Malfatti
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" topline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Standard
7896 Luciano
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Standard
7905 555
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Standard
7916
7917 \series bold
7918 Malfatti
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" topline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Standard
7927 Valeriano
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Standard
7936 555
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Standard
7947
7948 \series bold
7949 Meneguzzo
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" topline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Standard
7958 Roberto
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Standard
7967 555
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row bottomline="true">
7974 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Standard
7978
7979 \series bold
7980 Mezzadra
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Standard
7989 Roberto
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Standard
7998 555
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row bottomline="true" endlastfoot="true">
8005 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Standard
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Standard
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Standard
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 </lyxtabular>
8034
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \begin_layout Section
8041 Particularidades de las Tablas Largas
8042 \end_layout
8043
8044 \begin_layout Subsection
8045 Cálculo
8046 \begin_inset LatexCommand index
8047 name "Tablas Largas ! Cálculo"
8048
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \begin_layout Standard
8055 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8056  utilizando los denominados "trozos", que son partes de la tabla presentes
8057  en la memoria de LaTeX.
8058  El valor predeterminado está establacido a solo 20 filas.
8059  Si estás usando tablas largas con muchas páginas, la generación del documento
8060  puede hacerse muy lenta.
8061  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8062  el siguiente comando en el preámbulo del documento:
8063 \end_layout
8064
8065 \begin_layout Standard
8066
8067 \series bold
8068
8069 \backslash
8070 setcounter{LTchunksize}{100}
8071 \end_layout
8072
8073 \begin_layout Subsection
8074 Flotantes y Tablas Largas
8075 \begin_inset LatexCommand index
8076 name "Tablas Largas ! Flotantes"
8077
8078 \end_inset
8079
8080
8081 \end_layout
8082
8083 \begin_layout Standard
8084 Podría haber problemas si un flotante aparece en la misma página donde comienza
8085  una tabla larga.
8086  Para evitarlo, añade el comando 
8087 \series bold
8088
8089 \backslash
8090 clearpage
8091 \series default
8092  como ERT antes de la tabla.
8093 \end_layout
8094
8095 \begin_layout Subsection
8096 Saltos de Página Forzados
8097 \begin_inset LatexCommand index
8098 name "Tablas Largas ! Saltos de Página Forzados"
8099
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \begin_layout Standard
8106 Por defecto, las tablas sólo se cortan entre filas.
8107  Si tienes una celda con líneas múltiples y necesitas un salto de página
8108  dentro de la celda, inserta el comando de nueva línea "
8109 \series bold
8110
8111 \backslash
8112
8113 \backslash
8114
8115 \series default
8116 " como ERT en el punto en que quieras cortar.
8117  Antes del comando "
8118 \series bold
8119
8120 \backslash
8121
8122 \backslash
8123
8124 \series default
8125 " debes insertar en ERT tantos caracteres "
8126 \series bold
8127 &
8128 \series default
8129 " como columnas siguientes de la tabla.
8130  
8131 \series bold
8132 &
8133 \series default
8134  es el caracter para separar celdas.
8135  Escribe en ERT después de cada 
8136 \series bold
8137 &
8138 \series default
8139  el contenido de la celda siguiente correspondiente y borra el contenido
8140  de esas celdas.
8141 \newline
8142 Detrás del comando 
8143 \series bold
8144
8145 \backslash
8146
8147 \backslash
8148
8149 \series default
8150 , inserta tantos 
8151 \series bold
8152 &
8153 \series default
8154  como columnas haya delante de la actual.
8155  En la tabla\InsetSpace ~
8156
8157 \begin_inset LatexCommand ref
8158 reference "tab:Saltos de Página Forzados"
8159
8160 \end_inset
8161
8162  la celda que debería cortarse está en la segunda columna seguida de otra
8163  columna.
8164  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8165  "
8166 \emph on
8167 Castelchiodato,
8168 \emph default
8169 ":
8170 \end_layout
8171
8172 \begin_layout Standard
8173
8174 \series bold
8175 & 111
8176 \backslash
8177
8178 \backslash
8179
8180 \newline
8181 &
8182 \end_layout
8183
8184 \begin_layout Standard
8185 El "111" en la tercera columna de la fila se ha borrado.
8186  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8187  superior pero quisieras una línea horizontal donde se corta la celda, usa
8188  este comando alternativo:
8189 \end_layout
8190
8191 \begin_layout Standard
8192
8193 \series bold
8194 & 111
8195 \backslash
8196
8197 \backslash
8198
8199 \newline
8200
8201 \backslash
8202 hline &
8203 \end_layout
8204
8205 \begin_layout Standard
8206 Cuando la celda a cortar está en la última columna, el comando
8207 \end_layout
8208
8209 \begin_layout Standard
8210
8211 \series bold
8212
8213 \backslash
8214 setlength{
8215 \backslash
8216 parf\SpecialChar \textcompwordmark{}
8217 illskip}{0pt}
8218 \end_layout
8219
8220 \begin_layout Standard
8221 debe insertarse como ERT al principio de la celda.
8222  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8223  aparecerá con toda su anchura.
8224 \end_layout
8225
8226 \begin_layout Standard
8227 \align center
8228 \begin_inset Tabular
8229 <lyxtabular version="3" rows="39" columns="3">
8230 <features islongtable="true">
8231 <column alignment="left" valignment="top" leftline="true" width="0cm">
8232 <column alignment="left" valignment="top" rightline="true" width="3cm">
8233 <column alignment="right" valignment="top" rightline="true" width="0pt">
8234 <row endfirsthead="true">
8235 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Standard
8239 \begin_inset ERT
8240 status collapsed
8241
8242 \begin_layout Standard
8243
8244
8245 \backslash
8246 caption[Tabla con salto de página forzado en celda]{Tabla con salto de página
8247  forzado en celda 
8248 \end_layout
8249
8250 \end_inset
8251
8252
8253 \begin_inset LatexCommand label
8254 name "tab:Saltos de Página Forzados"
8255
8256 \end_inset
8257
8258
8259 \begin_inset ERT
8260 status collapsed
8261
8262 \begin_layout Standard
8263
8264 }
8265 \backslash
8266
8267 \backslash
8268 %
8269 \end_layout
8270
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Standard
8282 \begin_inset ERT
8283 status collapsed
8284
8285 \begin_layout Standard
8286
8287 %
8288 \end_layout
8289
8290 \end_inset
8291
8292
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Standard
8301 \begin_inset ERT
8302 status collapsed
8303
8304 \begin_layout Standard
8305
8306 %
8307 \end_layout
8308
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row topline="true" bottomline="true" endfirsthead="true">
8318 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Standard
8322
8323 \series bold
8324 Ejemplo de lista telefónica (ignore los nombres)
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Standard
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Standard
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row topline="true" bottomline="true" endfirsthead="true">
8349 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Standard
8353
8354 \series bold
8355 NOMBRE
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Standard
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Standard
8373
8374 \series bold
8375 TEL.
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row bottomline="true" endhead="true">
8382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Standard
8386 \begin_inset ERT
8387 status collapsed
8388
8389 \begin_layout Standard
8390
8391
8392 \backslash
8393 caption{Continúa tabla con salto de página forzado en celda}
8394 \backslash
8395
8396 \backslash
8397 %
8398 \end_layout
8399
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Standard
8411 \begin_inset ERT
8412 status collapsed
8413
8414 \begin_layout Standard
8415
8416 %
8417 \end_layout
8418
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Standard
8430 \begin_inset ERT
8431 status collapsed
8432
8433 \begin_layout Standard
8434
8435 %
8436 \end_layout
8437
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row topline="true" bottomline="true" endhead="true">
8447 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Standard
8451
8452 \series bold
8453  Ejemplo de lista telefónica
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Standard
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Standard
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row topline="true" bottomline="true" endhead="true">
8478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Standard
8482
8483 \series bold
8484 NOMBRE
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Standard
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Standard
8502
8503 \series bold
8504 TEL.
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row topline="true" bottomline="true" endfoot="true">
8511 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Standard
8515 continúa en página siguiente
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Standard
8524
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Standard
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Standard
8544
8545 \series bold
8546 Annovi
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" topline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Standard
8555 Silvia
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Standard
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Standard
8575
8576 \series bold
8577 Bertoli
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" topline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Standard
8586 Stefano
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Standard
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Standard
8606
8607 \series bold
8608 Bozzi
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Standard
8617 Walter
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Standard
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Standard
8637
8638 \series bold
8639 Cachia
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Standard
8648 Maria
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Standard
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Standard
8668
8669 \series bold
8670 Cachia
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" topline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Standard
8679 Maurizio
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Standard
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Standard
8699
8700 \series bold
8701 Cinquemani
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" topline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Standard
8710 Giusi
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Standard
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Standard
8730
8731 \series bold
8732 Colin
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" topline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Standard
8741 Bernard
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Standard
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Standard
8761
8762 \series bold
8763 Concli
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" topline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Standard
8772 Gianfranco
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Standard
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Standard
8792
8793 \series bold
8794 Dal Bosco
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Standard
8803 Carolina
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Standard
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Standard
8823
8824 \series bold
8825 Dalpiaz
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Standard
8834 Annamaria
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Standard
8843 111
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Standard
8854
8855 \series bold
8856 Feliciello
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" topline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Standard
8865 Domenico
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Standard
8874 111
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Standard
8885
8886 \series bold
8887 Focarelli
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" topline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Standard
8896 Paola
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Standard
8905 111
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Standard
8916
8917 \series bold
8918 Galletti
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" topline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Standard
8927 Oreste
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Standard
8936 111
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Standard
8947
8948 \series bold
8949 Gasparini
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" topline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Standard
8958 Franca
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Standard
8967 111
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Standard
8978
8979 \series bold
8980 Lassini
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" topline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Standard
8989 Giancarlo
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Standard
8998 111
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Standard
9009
9010 \series bold
9011 Malfatti
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" topline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Standard
9020 Luciano
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Standard
9029 111
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Standard
9040
9041 \series bold
9042 Malfatti
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" topline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Standard
9051 Valeriano
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Standard
9060 111
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Standard
9071
9072 \series bold
9073 Meneguzzo
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" topline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Standard
9082 Roberto
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Standard
9091 111
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Standard
9102
9103 \series bold
9104 Mezzadra
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Standard
9113 Roberto
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Standard
9122 111
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Standard
9133
9134 \series bold
9135 Pirpamer
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" topline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Standard
9144 Erich
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Standard
9153 111
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Standard
9164
9165 \series bold
9166 Pochiesa
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Standard
9175 Paolo
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Standard
9184 111, 222
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Standard
9195
9196 \series bold
9197 Radina
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Standard
9206 Claudio
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Standard
9215 111
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Standard
9226
9227 \series bold
9228 Rizzardi
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Standard
9237 Paolo, 11.
9238  Fürst von Montecompatri, 11.
9239  Fürst von Sulmona und Vivaro, 10.
9240  Fürst von Rossano, 5.
9241  Herzog von Canemorte, 11.
9242  Herzog von Palombara, 5.
9243  Herzog von Castelchiodato,
9244 \begin_inset ERT
9245 status collapsed
9246
9247 \begin_layout Standard
9248
9249 & 111
9250 \backslash
9251
9252 \backslash
9253
9254 \end_layout
9255
9256 \begin_layout Standard
9257
9258 &
9259 \end_layout
9260
9261 \end_inset
9262
9263  11.
9264  Herzog von Poggionativo, 11.
9265  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9266  Graf von Valinfreda, 11.
9267  Baron von Cropalati, 11.
9268  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Standard
9277
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Standard
9288
9289 \series bold
9290 Stuffer
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" topline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Standard
9299 Oskar
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Standard
9308 111
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Standard
9319
9320 \series bold
9321 Tacchelli
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" topline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Standard
9330 Ugo
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Standard
9339 111
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Standard
9350
9351 \series bold
9352 Tezzele
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" topline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Standard
9361 Margit
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Standard
9370 111
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Standard
9381
9382 \series bold
9383 Unterkalmsteiner
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" topline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Standard
9392 Frieda
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Standard
9401 111
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Standard
9412
9413 \series bold
9414 Vieider
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" topline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Standard
9423 Hilde
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Standard
9432 111
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Standard
9443
9444 \series bold
9445 Vigna
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" topline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Standard
9454 Jürgen
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Standard
9463 111
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Standard
9474
9475 \series bold
9476 Weber
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" topline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Standard
9485 Maurizio
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Standard
9494 111
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row bottomline="true">
9501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Standard
9505
9506 \series bold
9507 Winkler
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" topline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Standard
9516 Franz
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Standard
9525 111
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row endlastfoot="true">
9532 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Standard
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Standard
9545
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Standard
9554
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 </row>
9560 </lyxtabular>
9561
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \begin_layout Section
9568 Líneas Múltiples en Columnas y Filas
9569 \end_layout
9570
9571 \begin_layout Subsection
9572 Líneas Múltiples en Celdas
9573 \begin_inset LatexCommand label
9574 name "sub:Líneas-Múltiples-en"
9575
9576 \end_inset
9577
9578
9579 \begin_inset LatexCommand index
9580 name "Líneas Múltiples en Celdas"
9581
9582 \end_inset
9583
9584
9585 \begin_inset LatexCommand index
9586 name "Tablas ! Saltos de Línea"
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \begin_layout Standard
9594 \align center
9595 \begin_inset Float table
9596 placement H
9597 wide false
9598 sideways false
9599 status open
9600
9601 \begin_layout Caption
9602 \begin_inset LatexCommand label
9603 name "tab:Tabla-con-múltiples"
9604
9605 \end_inset
9606
9607 Tabla con líneas múltiples en celda
9608 \end_layout
9609
9610 \begin_layout Standard
9611 \align center
9612 \begin_inset Tabular
9613 <lyxtabular version="3" rows="3" columns="3">
9614 <features>
9615 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9616 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9617 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9618 <row topline="true">
9619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Standard
9623 líneas
9624 \begin_inset ERT
9625 status collapsed
9626
9627 \begin_layout Standard
9628
9629
9630 \backslash
9631 linebreak 
9632 \end_layout
9633
9634 \end_inset
9635
9636 múltiples
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Standard
9645 b
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Standard
9654 c
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row topline="true">
9661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Standard
9665 d
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Standard
9674 e
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Standard
9683 f
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row topline="true" bottomline="true">
9690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Standard
9694 g
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Standard
9703 h
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Standard
9712 i
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 </lyxtabular>
9719
9720 \end_inset
9721
9722
9723 \end_layout
9724
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \begin_layout Standard
9731 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9732  párrafos con varias líneas y guionado.
9733 \end_layout
9734
9735 \begin_layout Standard
9736 Para generar la tabla\InsetSpace ~
9737
9738 \begin_inset LatexCommand ref
9739 reference "tab:Tabla-con-múltiples"
9740
9741 \end_inset
9742
9743 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9744  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9745 cm y escoge centro en
9746  alineación vertical y horizontal.
9747  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9748 cm, solo aparece una línea.
9749  Para poner dos añadimos un salto de línea con el comando
9750 \end_layout
9751
9752 \begin_layout Standard
9753
9754 \series bold
9755
9756 \backslash
9757 linebreak
9758 \end_layout
9759
9760 \begin_layout Standard
9761 en ERT.
9762  Si el texto es más ancho que la celda será automáticamente dividido en
9763  líneas.
9764 \end_layout
9765
9766 \begin_layout Standard
9767 Para centrar verticalmente el texto en las otras dos celdas de la primera
9768  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9769 cm
9770  y marca alineaciones centrales.
9771  Haz lo mismo con la tercera celda de la fila.
9772 \end_layout
9773
9774 \begin_layout Standard
9775 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9776  con guión si es la primera entrada.
9777  Por eso hay que insertar algo para que dicha palabra no sea la primera
9778  entrada: Añade el comando
9779 \end_layout
9780
9781 \begin_layout Standard
9782
9783 \series bold
9784
9785 \backslash
9786 hspace{0pt}
9787 \end_layout
9788
9789 \begin_layout Standard
9790 en ERT antes de la palabra.
9791  Como el espacio es 0 la salida no cambia.
9792  La tabla\InsetSpace ~
9793
9794 \begin_inset LatexCommand ref
9795 reference "tab:Tabla-con-y"
9796
9797 \end_inset
9798
9799  muestra el efecto.
9800 \end_layout
9801
9802 \begin_layout Standard
9803 \begin_inset Float table
9804 wide false
9805 sideways false
9806 status open
9807
9808 \begin_layout Caption
9809 \begin_inset LatexCommand label
9810 name "tab:Tabla-con-y"
9811
9812 \end_inset
9813
9814 Tablas con y sin guionado
9815 \end_layout
9816
9817 \begin_layout Standard
9818
9819 \hfill
9820
9821 \begin_inset Tabular
9822 <lyxtabular version="3" rows="3" columns="3">
9823 <features>
9824 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9825 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9826 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9827 <row topline="true">
9828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Standard
9832 celdaconpalabramuylarga
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Standard
9841 b
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Standard
9850 c
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row topline="true">
9857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Standard
9861 d
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Standard
9870 e
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Standard
9879 f
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row topline="true" bottomline="true">
9886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Standard
9890 g
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Standard
9899 h
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Standard
9908 i
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 </lyxtabular>
9915
9916 \end_inset
9917
9918
9919 \hfill
9920
9921 \begin_inset Tabular
9922 <lyxtabular version="3" rows="3" columns="3">
9923 <features>
9924 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9925 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9926 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9927 <row topline="true">
9928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Standard
9932 \begin_inset ERT
9933 status collapsed
9934
9935 \begin_layout Standard
9936
9937
9938 \backslash
9939 hspace{0pt}
9940 \end_layout
9941
9942 \end_inset
9943
9944 celdaconpalabramuylarga
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Standard
9953 b
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Standard
9962 c
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row topline="true">
9969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Standard
9973 d
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Standard
9982 e
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Standard
9991 f
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row topline="true" bottomline="true">
9998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Standard
10002 g
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Standard
10011 h
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Standard
10020 i
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 </lyxtabular>
10027
10028 \end_inset
10029
10030
10031 \hfill
10032
10033 \end_layout
10034
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \begin_layout Standard
10041
10042 \newpage
10043
10044 \end_layout
10045
10046 \begin_layout Subsection
10047 Multicolumnas
10048 \begin_inset LatexCommand label
10049 name "sub:Multicolumnas"
10050
10051 \end_inset
10052
10053
10054 \begin_inset LatexCommand index
10055 name "Multicolumnas"
10056
10057 \end_inset
10058
10059
10060 \begin_inset LatexCommand index
10061 name "Tablas ! Multicolumnas"
10062
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \begin_layout Subsubsection
10069 Fundamentos de Multicolumna
10070 \end_layout
10071
10072 \begin_layout Standard
10073 Para extender una celda sobre varias columnas, se marcan las celdas que
10074  se desee combinar y se usa el botón 
10075 \begin_inset Graphics
10076         filename ../images/tabular-feature_multicolumn.xpm
10077         scale 85
10078
10079 \end_inset
10080
10081 , o el menú 
10082 \family sans
10083 Editar\SpecialChar \menuseparator
10084 Tabla\SpecialChar \menuseparator
10085 Multicolumn
10086 \family default
10087 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10088  bajo la pestaña 
10089 \family sans
10090 Configuración
10091 \family default
10092 , la casilla Multicolumna.
10093 \end_layout
10094
10095 \begin_layout Standard
10096 Las multicolumnas tienen su propia configuración de celdas.
10097  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10098  multicolumna.
10099  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10100  otra en la última fila sin borde superior:
10101 \end_layout
10102
10103 \begin_layout Standard
10104 \align center
10105 \begin_inset Tabular
10106 <lyxtabular version="3" rows="3" columns="4">
10107 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10108 <column alignment="center" valignment="top" leftline="true" width="0pt">
10109 <column alignment="center" valignment="middle" leftline="true" width="0">
10110 <column alignment="center" valignment="top" leftline="true" width="0in">
10111 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10112 <row topline="true" bottomline="true">
10113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Standard
10117 abc
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Standard
10126 def
10127 \lang ngerman
10128  
10129 \lang spanish
10130 ghi
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Standard
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Standard
10148 jkl
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row topline="true">
10155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Standard
10159
10160 \family roman
10161 \series medium
10162 \shape up
10163 \size normal
10164 \emph off
10165 \bar no
10166 \noun off
10167 \color none
10168 A
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Standard
10177 B
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Standard
10186 C
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Standard
10195 D
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row topline="true" bottomline="true">
10202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Standard
10206 1
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Standard
10215 2
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Standard
10224 3
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Standard
10233 4
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 </lyxtabular>
10240
10241 \end_inset
10242
10243
10244 \end_layout
10245
10246 \begin_layout Subsubsection
10247 Cálculos en Multicolumnas
10248 \begin_inset LatexCommand label
10249 name "sub:Cálculos-en-Multicolumnas"
10250
10251 \end_inset
10252
10253
10254 \begin_inset LatexCommand index
10255 name "Multicolumnas ! Cálculos"
10256
10257 \end_inset
10258
10259
10260 \end_layout
10261
10262 \begin_layout Standard
10263 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10264  la anchura de celda de las columnas combinadas en la celda multicolumna.
10265 \end_layout
10266
10267 \begin_layout Standard
10268 \begin_inset Float table
10269 wide false
10270 sideways false
10271 status open
10272
10273 \begin_layout Caption
10274 \begin_inset LatexCommand label
10275 name "tab:Tabla-con-centrado"
10276
10277 \end_inset
10278
10279 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10280 te la mitad de anchura que la celda multicolumna
10281 \begin_inset OptArg
10282 status collapsed
10283
10284 \begin_layout Standard
10285 Tabla multicolumna perfecta
10286 \end_layout
10287
10288 \end_inset
10289
10290
10291 \end_layout
10292
10293 \begin_layout Standard
10294 \align center
10295 \begin_inset Tabular
10296 <lyxtabular version="3" rows="3" columns="3">
10297 <features>
10298 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10299 <column alignment="center" valignment="middle" leftline="true" width="0">
10300 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10301 <row topline="true">
10302 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10303 \begin_inset Text
10304
10305 \begin_layout Standard
10306 multicolumna línea múltiple
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Standard
10315
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Standard
10324 c
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row topline="true">
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Standard
10335 d
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Standard
10344 e
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Standard
10353 f
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row topline="true" bottomline="true">
10360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Standard
10364 g
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Standard
10373 h
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Standard
10382 i
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 </lyxtabular>
10389
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396
10397
10398 \end_layout
10399
10400 \begin_layout Standard
10401 Por ejemplo, para crear la Tabla\InsetSpace ~
10402
10403 \begin_inset LatexCommand ref
10404 reference "tab:Tabla-con-centrado"
10405
10406 \end_inset
10407
10408 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10409  click-derecha.
10410  En el diálogo marca 
10411 \emph on
10412 multicolumna
10413 \emph default
10414
10415 \emph on
10416 alineación centro
10417 \emph default
10418  y una anchura de 2.5\InsetSpace \thinspace{}
10419 cm.
10420  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10421  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10422 cm para la primera
10423  columna.
10424  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10425 cm de anchura.
10426  Para la Tabla 
10427 \begin_inset LatexCommand ref
10428 reference "tab:Tabla-sin-mitad"
10429
10430 \end_inset
10431
10432  se ha procedido de la siguiente manera:
10433 \end_layout
10434
10435 \begin_layout Standard
10436 \begin_inset Float table
10437 wide false
10438 sideways false
10439 status open
10440
10441 \begin_layout Caption
10442 \begin_inset LatexCommand label
10443 name "tab:Tabla-sin-mitad"
10444
10445 \end_inset
10446
10447 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10448  anchura que la celda multicolumna
10449 \begin_inset OptArg
10450 status collapsed
10451
10452 \begin_layout Standard
10453 Tabla multicolumna imperfecta
10454 \end_layout
10455
10456 \end_inset
10457
10458
10459 \end_layout
10460
10461 \begin_layout Standard
10462 \align center
10463 \begin_inset Tabular
10464 <lyxtabular version="3" rows="3" columns="3">
10465 <features>
10466 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10467 <column alignment="center" valignment="top" leftline="true" width="0">
10468 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10469 <row topline="true" bottomline="true">
10470 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10471 \begin_inset Text
10472
10473 \begin_layout Standard
10474 multicolumna línea múltiple
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Standard
10483
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Standard
10492 c
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row topline="true">
10499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Standard
10503 d
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Standard
10512 e
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Standard
10521 f
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row topline="true" bottomline="true">
10528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Standard
10532 g
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Standard
10541 h
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Standard
10550 i
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 </lyxtabular>
10557
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \begin_layout Standard
10569 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10570 a, es un poco mayor.
10571  La razón es que la anchura dada para una celda 
10572 \begin_inset Formula $W_{g}$
10573 \end_inset
10574
10575  no es su anchura total 
10576 \begin_inset Formula $W_{\mathrm{tot}}$
10577 \end_inset
10578
10579  porque una celda es siempre algo mayor que la anchura dada.
10580  El Apéndice\InsetSpace ~
10581
10582 \begin_inset LatexCommand eqref
10583 reference "cha:Explicación-de-la-Ecuación"
10584
10585 \end_inset
10586
10587  lo explica con detalle.
10588 \end_layout
10589
10590 \begin_layout Standard
10591 La anchura dada necesaria, 
10592 \begin_inset Formula $W_{g\, n}$
10593 \end_inset
10594
10595  para combinar 
10596 \emph on
10597 n
10598 \emph default
10599  columnas puede calcularse de manera que cada columna tenga una anchura
10600  total de 
10601 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10602 \end_inset
10603
10604 :
10605 \begin_inset Formula \begin{equation}
10606 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10607
10608 \end_inset
10609
10610
10611 \end_layout
10612
10613 \begin_layout Standard
10614 En nuestro caso tenemos 
10615 \begin_inset Formula $n=2$
10616 \end_inset
10617
10618
10619 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10620 \end_inset
10621
10622 \InsetSpace \thinspace{}
10623 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10624
10625 \begin_inset LatexCommand ref
10626 reference "eq:Wgn"
10627
10628 \end_inset
10629
10630  queda
10631 \begin_inset Formula \begin{equation}
10632 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10633
10634 \end_inset
10635
10636
10637 \end_layout
10638
10639 \begin_layout Standard
10640 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10641  
10642 \series bold
10643 calc
10644 \series default
10645  con la línea
10646 \begin_inset LatexCommand index
10647 name "LaTeX-paquetes ! calc"
10648
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \begin_layout Standard
10655
10656 \series bold
10657
10658 \backslash
10659 usepackage{calc}
10660 \end_layout
10661
10662 \begin_layout Standard
10663 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10664  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10665  He aquí un repaso de los argumentos:
10666 \end_layout
10667
10668 \begin_layout Itemize
10669
10670 \series bold
10671 p{ancho}
10672 \series default
10673  crea celdas con anchura fija, el texto alineado arriba
10674 \end_layout
10675
10676 \begin_layout Itemize
10677
10678 \series bold
10679 m{ancho}
10680 \series default
10681  crea celdas con anchura fija, el texto con alineación vertical centrada
10682  
10683 \end_layout
10684
10685 \begin_layout Itemize
10686
10687 \series bold
10688 b{ancho}
10689 \series default
10690  crea celdas con anchura fija, el texto alineado abajo
10691 \end_layout
10692
10693 \begin_layout Standard
10694 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10695  en el diálogo se ignoran.
10696  
10697 \begin_inset Note Greyedout
10698 status open
10699
10700 \begin_layout Standard
10701
10702 \series bold
10703 Nota:
10704 \series default
10705  Debido a un error, LyX muestra de todas formas estas propiedades.
10706 \end_layout
10707
10708 \end_inset
10709
10710  El comando 
10711 \series bold
10712
10713 \backslash
10714 centering
10715 \series default
10716  se añade para centrar horizontalmente el texto.
10717  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10718  columna extendida:
10719 \end_layout
10720
10721 \begin_layout Standard
10722
10723 \series bold
10724 |>{
10725 \backslash
10726 centering}m{1.25cm-6.2pt}
10727 \end_layout
10728
10729 \begin_layout Standard
10730 La barra "
10731 \series bold
10732 |
10733 \series default
10734 " al principio dibuja el borde y el comando
10735 \series bold
10736  >{ }
10737 \series default
10738  significa que los comandos entre llaves se aplican antes de crear la celda.
10739 \end_layout
10740
10741 \begin_layout Standard
10742 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10743 , aún está alineado a la izquierda.
10744  Esto se debe a que LyX solo aplica alineado a columnas simples.
10745  Así que para multicolumnas hemos de usar el argumento de LaTeX
10746 \end_layout
10747
10748 \begin_layout Standard
10749
10750 \series bold
10751 |>{
10752 \backslash
10753 centering}m{2.5cm}|
10754 \end_layout
10755
10756 \begin_layout Subsection
10757 Multifilas
10758 \begin_inset LatexCommand index
10759 name "Multifilas"
10760
10761 \end_inset
10762
10763
10764 \begin_inset LatexCommand index
10765 name "Tablas ! Multifilas"
10766
10767 \end_inset
10768
10769
10770 \begin_inset LatexCommand index
10771 name "LaTeX-paquetes ! multirow"
10772
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \begin_layout Standard
10779 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10780  hace falta un poco de ERT.
10781  Hay que cargar el paquete de LaTeX 
10782 \series bold
10783 multirow
10784 \series default
10785  en el preámbulo del documento con el comando
10786 \end_layout
10787
10788 \begin_layout Standard
10789
10790 \series bold
10791
10792 \backslash
10793 usepackage{multirow}
10794 \end_layout
10795
10796 \begin_layout Standard
10797 Las multifilas se crean con el comando
10798 \end_layout
10799
10800 \begin_layout Standard
10801
10802 \series bold
10803
10804 \backslash
10805 multirow{número de filas}{ancho de celda}{entrada de celda}
10806 \end_layout
10807
10808 \begin_layout Standard
10809 Para crear la siguiente tabla:
10810 \end_layout
10811
10812 \begin_layout Standard
10813 \align center
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Standard
10818
10819
10820 \backslash
10821 renewcommand{
10822 \backslash
10823 multirowsetup}{
10824 \backslash
10825 centering}
10826 \end_layout
10827
10828 \end_inset
10829
10830
10831 \begin_inset Tabular
10832 <lyxtabular version="3" rows="3" columns="3">
10833 <features>
10834 <column alignment="center" valignment="top" leftline="true" width="0">
10835 <column alignment="center" valignment="top" leftline="true" width="0">
10836 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10837 <row topline="true">
10838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Standard
10842 a
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Standard
10851 b
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Standard
10860 c
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 </row>
10866 <row topline="true">
10867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Standard
10871 \begin_inset ERT
10872 status collapsed
10873
10874 \begin_layout Standard
10875
10876
10877 \backslash
10878 multirow{2}{2.5cm}{
10879 \end_layout
10880
10881 \end_inset
10882
10883 entrada multifila
10884 \begin_inset ERT
10885 status collapsed
10886
10887 \begin_layout Standard
10888
10889 }
10890 \end_layout
10891
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Standard
10903 e
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Standard
10912 f
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row topline="true" bottomline="true">
10919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Standard
10923
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Standard
10932 h
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Standard
10941 i
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 </lyxtabular>
10948
10949 \end_inset
10950
10951
10952 \begin_inset ERT
10953 status collapsed
10954
10955 \begin_layout Standard
10956
10957
10958 \backslash
10959 renewcommand{
10960 \backslash
10961 multirowsetup}{
10962 \backslash
10963 raggedright}
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Standard
10972 crea una tabla 3×3.
10973  Para quitar la línea sobre la última celda en la primera columna, se marca
10974  la celda como multicolumna y se quita el borde superior.
10975  Ahora se crea la multifila en la segunda fila de la primera columna insertando
10976  ahí el comando
10977 \end_layout
10978
10979 \begin_layout Standard
10980
10981 \series bold
10982
10983 \backslash
10984 multirow{2}{2.5cm}{
10985 \end_layout
10986
10987 \begin_layout Standard
10988 como ERT.
10989  Según los parámetros del comando la multifila se expande a dos filas y
10990  tiene de ancho 2.5\InsetSpace \thinspace{}
10991 cm.
10992  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
10993  finaliza con llave derecha 
10994 \series bold
10995 }
10996 \series default
10997  en otro cuadro ERT tras el texto.
10998 \end_layout
10999
11000 \begin_layout Standard
11001
11002 \series bold
11003
11004 \backslash
11005 multirow
11006 \series default
11007  alinea su contenido a la izquierda por defecto.
11008  Para cambiarlo renombra el comando 
11009 \series bold
11010
11011 \backslash
11012 multirowsetup
11013 \series default
11014  con el comando
11015 \end_layout
11016
11017 \begin_layout Standard
11018
11019 \series bold
11020
11021 \backslash
11022 renewcommand{
11023 \backslash
11024 multirowsetup}{
11025 \backslash
11026 centering}
11027 \end_layout
11028
11029 \begin_layout Standard
11030 en ERT en el preámbulo del documento.
11031  Entonces se centran todas las entradas de celdas multifila en el documento.
11032  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11033  en ERT justo antes de la tabla en lugar de en el preámbulo.
11034  Si el texto debe estar alineado a la derecha, reemplaza 
11035 \series bold
11036
11037 \backslash
11038 centering
11039 \series default
11040  por 
11041 \series bold
11042
11043 \backslash
11044 raggedleft
11045 \series default
11046 .
11047  Para volver a alineado a la izquierda usa 
11048 \series bold
11049
11050 \backslash
11051 raggedright
11052 \series default
11053 .
11054 \end_layout
11055
11056 \begin_layout Section
11057 Booktabs
11058 \begin_inset LatexCommand index
11059 name "Booktabs"
11060
11061 \end_inset
11062
11063
11064 \begin_inset LatexCommand index
11065 name "Tablas ! Booktabs"
11066
11067 \end_inset
11068
11069  
11070 \begin_inset Note Note
11071 status collapsed
11072
11073 \begin_layout Standard
11074
11075 \family roman
11076 \series medium
11077 \size footnotesize
11078 N.
11079  del t.
11080  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11081  en inglés
11082 \end_layout
11083
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \begin_layout Standard
11090 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11091
11092 \begin_inset LatexCommand ref
11093 reference "tab:Ejemplo-tabla-booktabs"
11094
11095 \end_inset
11096
11097 .
11098  En inglés se denominan "
11099 \emph on
11100 booktabs
11101 \emph default
11102 ".
11103  La próxima versión de LyX, LyX\InsetSpace ~
11104 1.5, tendrá soporte para "booktabs", véase
11105  
11106 \begin_inset ERT
11107 status collapsed
11108
11109 \begin_layout Standard
11110
11111
11112 \backslash
11113 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11114 \end_layout
11115
11116 \end_inset
11117
11118 What's new in LyX\InsetSpace ~
11119 1.5
11120 \begin_inset ERT
11121 status collapsed
11122
11123 \begin_layout Standard
11124
11125 }
11126 \end_layout
11127
11128 \end_inset
11129
11130 .
11131 \end_layout
11132
11133 \begin_layout Standard
11134 \begin_inset Float table
11135 placement h
11136 wide false
11137 sideways false
11138 status open
11139
11140 \begin_layout Caption
11141 \begin_inset LatexCommand label
11142 name "tab:Ejemplo-tabla-booktabs"
11143
11144 \end_inset
11145
11146 Ejemplo de tabla booktabs
11147 \end_layout
11148
11149 \begin_layout Standard
11150 \align center
11151 \begin_inset Tabular
11152 <lyxtabular version="3" rows="9" columns="4">
11153 <features>
11154 <column alignment="center" valignment="top" width="0">
11155 <column alignment="center" valignment="top" width="0">
11156 <column alignment="center" valignment="top" width="0">
11157 <column alignment="center" valignment="top" width="0">
11158 <row>
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Standard
11163 \begin_inset ERT
11164 status collapsed
11165
11166 \begin_layout Standard
11167
11168
11169 \backslash
11170 toprule 
11171 \end_layout
11172
11173 \end_inset
11174
11175 System
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Standard
11184 Medipix
11185 \begin_inset Formula $\,$
11186 \end_inset
11187
11188 1
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Standard
11197 Medipix
11198 \begin_inset Formula $\,$
11199 \end_inset
11200
11201 2
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Standard
11210
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 </row>
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Standard
11221 \begin_inset ERT
11222 status collapsed
11223
11224 \begin_layout Standard
11225
11226
11227 \backslash
11228 cmidrule(r){2-2}
11229 \end_layout
11230
11231 \end_inset
11232
11233
11234 \begin_inset ERT
11235 status collapsed
11236
11237 \begin_layout Standard
11238
11239
11240 \backslash
11241 cmidrule(l){3-4}
11242 \end_layout
11243
11244 \end_inset
11245
11246 Detector thickness [
11247 \begin_inset ERT
11248 status collapsed
11249
11250 \begin_layout Standard
11251
11252
11253 \backslash
11254 textmu m
11255 \end_layout
11256
11257 \end_inset
11258
11259 ]
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Standard
11268 300
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Standard
11277 300
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Standard
11286 700
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 </row>
11292 <row>
11293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Standard
11297 \begin_inset ERT
11298 status collapsed
11299
11300 \begin_layout Standard
11301
11302
11303 \backslash
11304 midrule 
11305 \end_layout
11306
11307 \end_inset
11308
11309 Edge angle [°]
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Standard
11318 3.55
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Standard
11327 2.71
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Standard
11336 7.99
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 </row>
11342 <row>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Standard
11347 \begin_inset ERT
11348 status collapsed
11349
11350 \begin_layout Standard
11351
11352
11353 \backslash
11354 addlinespace 
11355 \end_layout
11356
11357 \end_inset
11358
11359 Spatial resolution [
11360 \begin_inset ERT
11361 status collapsed
11362
11363 \begin_layout Standard
11364
11365
11366 \backslash
11367 textmu m
11368 \end_layout
11369
11370 \end_inset
11371
11372 ]
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Standard
11381 4.26
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Standard
11390 10.17
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Standard
11399 10.56
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Standard
11410 \begin_inset ERT
11411 status collapsed
11412
11413 \begin_layout Standard
11414
11415
11416 \backslash
11417 addlinespace 
11418 \end_layout
11419
11420 \end_inset
11421
11422 MTF at 
11423 \begin_inset Formula $f_{\mathrm{max}}$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Standard
11435 0.53
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Standard
11444 0.37
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Standard
11453 0.39
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Standard
11464 \begin_inset ERT
11465 status collapsed
11466
11467 \begin_layout Standard
11468
11469
11470 \backslash
11471 addlinespace 
11472 \end_layout
11473
11474 \end_inset
11475
11476
11477 \begin_inset ERT
11478 status collapsed
11479
11480 \begin_layout Standard
11481
11482
11483 \backslash
11484 cmidrule(l{10pt}){1-1}
11485 \end_layout
11486
11487 \end_inset
11488
11489 LSF-spatial resolution
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Standard
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Standard
11507
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Standard
11516
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Standard
11527 in 
11528 \begin_inset ERT
11529 status collapsed
11530
11531 \begin_layout Standard
11532
11533
11534 \backslash
11535 textmu m
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Standard
11549 129.7
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Standard
11558 52.75
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Standard
11567 50.78
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Standard
11578 in % of pixel size
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Standard
11587 76.3
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Standard
11596 95.9
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Standard
11605 92.3
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 </row>
11611 <row>
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Standard
11616 \begin_inset ERT
11617 status collapsed
11618
11619 \begin_layout Standard
11620
11621
11622 \backslash
11623 bottomrule 
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Standard
11637
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Standard
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Standard
11655
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 </lyxtabular>
11662
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \begin_layout Standard
11674 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11675 1.4.
11676 \end_layout
11677
11678 \begin_layout Subsection
11679 Comandos Fundamentales
11680 \begin_inset LatexCommand index
11681 name "Booktabs ! Comandos Fundamentales"
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \begin_layout Standard
11689 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11690 \series bold
11691 booktabs
11692 \series default
11693  en el preámbulo del documento con la línea
11694 \begin_inset LatexCommand index
11695 name "LaTeX-paquetes ! booktabs"
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Standard
11703
11704 \series bold
11705
11706 \backslash
11707 usepackage{booktabs}
11708 \end_layout
11709
11710 \begin_layout Standard
11711 \begin_inset VSpace medskip
11712 \end_inset
11713
11714
11715 \end_layout
11716
11717 \begin_layout Standard
11718 La primera línea de una tabla booktabs se crea con el comando
11719 \end_layout
11720
11721 \begin_layout Standard
11722
11723 \series bold
11724
11725 \backslash
11726 toprule[ancho]
11727 \end_layout
11728
11729 \begin_layout Standard
11730 que se inserta como ERT en la primera celda como primera entrada.
11731  La anchura opcional especifica el grosor de línea; la predeterminada es
11732  0.08\InsetSpace \thinspace{}
11733 em.
11734  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11735
11736 \begin_inset LatexCommand ref
11737 reference "cha:Unidades-disponibles-en"
11738
11739 \end_inset
11740
11741  para fijar el ancho.
11742 \newline
11743 ¡Observa que todos los comandos ERT deben acabar con
11744  un espacio si les sigue texto!
11745 \end_layout
11746
11747 \begin_layout Standard
11748 La última línea de una tabla booktabs se crea con el comando ERT
11749 \end_layout
11750
11751 \begin_layout Standard
11752
11753 \series bold
11754
11755 \backslash
11756 bottomrule[ancho]
11757 \end_layout
11758
11759 \begin_layout Standard
11760 en la primera celda de la última fila.
11761  La última fila es solo para este comoando y no debería tener ningún otro
11762  contenido.
11763  La anchura predeterminada es la misma que para 
11764 \series bold
11765
11766 \backslash
11767 toprule
11768 \series default
11769 .
11770 \end_layout
11771
11772 \begin_layout Standard
11773 Las líneas horizontales que se extienden sobre todas las columnas se crean
11774  con el comando ERT
11775 \end_layout
11776
11777 \begin_layout Standard
11778
11779 \series bold
11780
11781 \backslash
11782 midrule[ancho]
11783 \end_layout
11784
11785 \begin_layout Standard
11786 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11787 em.
11788 \end_layout
11789
11790 \begin_layout Standard
11791 Las líneas que no se extienden a todas las columnas se crean con el comando
11792  ERT
11793 \end_layout
11794
11795 \begin_layout Standard
11796
11797 \series bold
11798
11799 \backslash
11800 cmidrule[ancho](recorte){inicol-fincol}
11801 \end_layout
11802
11803 \begin_layout Standard
11804 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11805 em; inicol es el número de columna donde
11806  empieza la línea y fincol el número de columna donde acaba; fincol debe
11807  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11808  El parámetro opcional recorte debe ser 
11809 \emph on
11810 l{recorte}
11811 \emph default
11812  o 
11813 \emph on
11814 r{recorte}
11815 \emph default
11816 , donde recorte también es opcional.
11817  Por ejemplo, el parámetro 
11818 \emph on
11819 l{2pt}
11820 \emph default
11821  significa que la línea se recorta 2 pt por su izquierda.
11822  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11823  en 0.5\InsetSpace \thinspace{}
11824 em.
11825 \end_layout
11826
11827 \begin_layout Standard
11828 Los comandos 
11829 \series bold
11830
11831 \backslash
11832 cmidrule
11833 \series default
11834  y 
11835 \series bold
11836
11837 \backslash
11838 midrule
11839 \series default
11840  deben insertarse como primera entrada de la primera celda de una fila .
11841  Las líneas se crean sobre la fila.
11842 \end_layout
11843
11844 \begin_layout Standard
11845 \begin_inset VSpace bigskip
11846 \end_inset
11847
11848 La Tabla\InsetSpace ~
11849
11850 \begin_inset LatexCommand ref
11851 reference "tab:Ejemplo-tabla-booktabs"
11852
11853 \end_inset
11854
11855  se ha creado con los comandos
11856 \end_layout
11857
11858 \begin_layout Standard
11859
11860 \series bold
11861
11862 \backslash
11863 cmidrule(r){2-2}
11864 \backslash
11865 cmidrule(l){3-4}
11866 \end_layout
11867
11868 \begin_layout Standard
11869 en la segunda fila, 
11870 \series bold
11871
11872 \backslash
11873 midrule
11874 \series default
11875  en la tercera, y
11876 \end_layout
11877
11878 \begin_layout Standard
11879
11880 \series bold
11881
11882 \backslash
11883 cmidrule(l{10pt}){1-1}
11884 \end_layout
11885
11886 \begin_layout Standard
11887 en la sexta fila.
11888 \end_layout
11889
11890 \begin_layout Subsection
11891 Comandos Especiales
11892 \begin_inset LatexCommand index
11893 name "Booktabs ! Comandos Especiales"
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \begin_layout Standard
11901 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11902 \end_layout
11903
11904 \begin_layout Standard
11905
11906 \series bold
11907
11908 \backslash
11909 addlinespace[ancho]
11910 \end_layout
11911
11912 \begin_layout Standard
11913 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11914 em.
11915  En la Tabla\InsetSpace ~
11916
11917 \begin_inset LatexCommand ref
11918 reference "tab:Ejemplo-tabla-booktabs"
11919
11920 \end_inset
11921
11922  se ha insertado 
11923 \series bold
11924
11925 \backslash
11926 addlinespace
11927 \series default
11928  en la primera celda de algunas filas.
11929  El espacio se crea sobre las filas en las que se inserta el comando.
11930 \end_layout
11931
11932 \begin_layout Standard
11933 \begin_inset VSpace medskip
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \begin_layout Standard
11940 Quizá quieras superponer líneas 
11941 \series bold
11942
11943 \backslash
11944 cmidrules
11945 \series default
11946  como en la Tabla\InsetSpace ~
11947
11948 \begin_inset LatexCommand ref
11949 reference "tab:Tabla-booktabs-especial"
11950
11951 \end_inset
11952
11953 .
11954  Esto se consigue con el comando ERT
11955 \end_layout
11956
11957 \begin_layout Standard
11958
11959 \series bold
11960
11961 \backslash
11962 moremidrule
11963 \series default
11964 s
11965 \end_layout
11966
11967 \begin_layout Standard
11968 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11969
11970 \begin_inset LatexCommand ref
11971 reference "tab:Tabla-booktabs-especial"
11972
11973 \end_inset
11974
11975  es
11976 \end_layout
11977
11978 \begin_layout Standard
11979
11980 \series bold
11981
11982 \backslash
11983 cmidrule(r){2-2}
11984 \backslash
11985 cmidrule(l){3-4}
11986 \backslash
11987 moremidrules
11988 \backslash
11989 cmidrule{2-4}
11990 \end_layout
11991
11992 \begin_layout Standard
11993 El comando para la sexta fila es
11994 \end_layout
11995
11996 \begin_layout Standard
11997
11998 \series bold
11999
12000 \backslash
12001 midrule
12002 \backslash
12003 moremidrules
12004 \backslash
12005 cmidrule{3-4}
12006 \end_layout
12007
12008 \begin_layout Standard
12009 \begin_inset VSpace bigskip
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Standard
12016 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
12017  en el preámbulo del documento.
12018  Para más información al respecto, véase el manual del paquete 
12019 \begin_inset LatexCommand cite
12020 key "booktabs"
12021
12022 \end_inset
12023
12024 .
12025  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
12026  comando para dibujar líneas que se extienden sobre todas las columnas
12027 \end_layout
12028
12029 \begin_layout Standard
12030
12031 \series bold
12032
12033 \backslash
12034 specialrule{anchura}{espacio superior}{espacio inferior}
12035 \end_layout
12036
12037 \begin_layout Standard
12038 \begin_inset Float table
12039 placement h
12040 wide false
12041 sideways false
12042 status open
12043
12044 \begin_layout Caption
12045 \begin_inset LatexCommand label
12046 name "tab:Tabla-booktabs-especial"
12047
12048 \end_inset
12049
12050 Tabla booktabs especial
12051 \end_layout
12052
12053 \begin_layout Standard
12054 \align center
12055 \begin_inset Tabular
12056 <lyxtabular version="3" rows="9" columns="4">
12057 <features>
12058 <column alignment="center" valignment="top" width="0">
12059 <column alignment="center" valignment="top" width="0">
12060 <column alignment="center" valignment="top" width="0">
12061 <column alignment="center" valignment="top" width="0">
12062 <row>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Standard
12067 \begin_inset ERT
12068 status collapsed
12069
12070 \begin_layout Standard
12071
12072
12073 \backslash
12074 toprule 
12075 \end_layout
12076
12077 \end_inset
12078
12079 System
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Standard
12088 Medipix
12089 \begin_inset Formula $\,$
12090 \end_inset
12091
12092 1
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Standard
12101 Medipix
12102 \begin_inset Formula $\,$
12103 \end_inset
12104
12105 2
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Standard
12114
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 </row>
12120 <row>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Standard
12125 \begin_inset ERT
12126 status collapsed
12127
12128 \begin_layout Standard
12129
12130
12131 \backslash
12132 cmidrule(r){2-2}
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \begin_inset ERT
12139 status collapsed
12140
12141 \begin_layout Standard
12142
12143
12144 \backslash
12145 cmidrule(l){3-4}
12146 \end_layout
12147
12148 \end_inset
12149
12150
12151 \begin_inset ERT
12152 status collapsed
12153
12154 \begin_layout Standard
12155
12156
12157 \backslash
12158 morecmidrules 
12159 \end_layout
12160
12161 \end_inset
12162
12163
12164 \begin_inset ERT
12165 status collapsed
12166
12167 \begin_layout Standard
12168
12169
12170 \backslash
12171 cmidrule{2-4}
12172 \end_layout
12173
12174 \end_inset
12175
12176 Detector thickness [
12177 \begin_inset ERT
12178 status collapsed
12179
12180 \begin_layout Standard
12181
12182
12183 \backslash
12184 textmu m
12185 \end_layout
12186
12187 \end_inset
12188
12189 ]
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Standard
12198 300
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Standard
12207 300
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Standard
12216 700
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 </row>
12222 <row>
12223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Standard
12227 \begin_inset ERT
12228 status collapsed
12229
12230 \begin_layout Standard
12231
12232
12233 \backslash
12234 midrule 
12235 \end_layout
12236
12237 \end_inset
12238
12239 Edge angle [°]
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Standard
12248 3.55
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Standard
12257 2.71
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Standard
12266 7.99
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 </row>
12272 <row>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Standard
12277 \begin_inset ERT
12278 status collapsed
12279
12280 \begin_layout Standard
12281
12282
12283 \backslash
12284 addlinespace 
12285 \end_layout
12286
12287 \end_inset
12288
12289 Spatial resolution [
12290 \begin_inset ERT
12291 status collapsed
12292
12293 \begin_layout Standard
12294
12295
12296 \backslash
12297 textmu m
12298 \end_layout
12299
12300 \end_inset
12301
12302 ]
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Standard
12311 4.26
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Standard
12320 10.17
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Standard
12329 10.56
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 </row>
12335 <row>
12336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Standard
12340 \begin_inset ERT
12341 status collapsed
12342
12343 \begin_layout Standard
12344
12345
12346 \backslash
12347 addlinespace 
12348 \end_layout
12349
12350 \end_inset
12351
12352 MTF at 
12353 \begin_inset Formula $f_{\mathrm{max}}$
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12362 \begin_inset Text
12363
12364 \begin_layout Standard
12365 0.53
12366 \end_layout
12367
12368 \end_inset
12369 </cell>
12370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Standard
12374 0.37
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Standard
12383 0.39
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 </row>
12389 <row>
12390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12391 \begin_inset Text
12392
12393 \begin_layout Standard
12394 \begin_inset ERT
12395 status collapsed
12396
12397 \begin_layout Standard
12398
12399
12400 \backslash
12401 midrule
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \begin_inset ERT
12408 status collapsed
12409
12410 \begin_layout Standard
12411
12412
12413 \backslash
12414 morecmidrules 
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \begin_inset ERT
12421 status collapsed
12422
12423 \begin_layout Standard
12424
12425
12426 \backslash
12427 cmidrule{3-4}
12428 \end_layout
12429
12430 \end_inset
12431
12432 LSF-spatial resolution
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Standard
12441
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Standard
12450
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Standard
12459
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 </row>
12465 <row>
12466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Standard
12470 in 
12471 \begin_inset ERT
12472 status collapsed
12473
12474 \begin_layout Standard
12475
12476
12477 \backslash
12478 textmu m
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Standard
12492 129.7
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Standard
12501 52.75
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Standard
12510 50.78
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Standard
12521 in % of pixel size
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Standard
12530 76.3
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Standard
12539 95.9
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Standard
12548 92.3
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Standard
12559 \begin_inset ERT
12560 status collapsed
12561
12562 \begin_layout Standard
12563
12564
12565 \backslash
12566 bottomrule 
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Standard
12580
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Standard
12589
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Standard
12598
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 </row>
12604 </lyxtabular>
12605
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \end_inset
12612
12613
12614 \end_layout
12615
12616 \begin_layout Section
12617 Tablas Coloreadas
12618 \begin_inset LatexCommand label
12619 name "sec:Tablas-Coloreadas"
12620
12621 \end_inset
12622
12623
12624 \begin_inset LatexCommand index
12625 name "Tablas ! Coloreadas"
12626
12627 \end_inset
12628
12629
12630 \end_layout
12631
12632 \begin_layout Subsection
12633 Celdas Coloreadas
12634 \begin_inset LatexCommand index
12635 name "Tablas Coloreadas ! Celdas"
12636
12637 \end_inset
12638
12639
12640 \begin_inset LatexCommand index
12641 name "Color ! en Celdas de Tablas"
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 \begin_inset Float table
12650 placement h
12651 wide false
12652 sideways false
12653 status open
12654
12655 \begin_layout Caption
12656 \begin_inset LatexCommand label
12657 name "tab:Tabla-coloreada-sin"
12658
12659 \end_inset
12660
12661 Tabla coloreada sin usar el paquete 
12662 \series bold
12663 colortbl
12664 \series default
12665
12666 \begin_inset OptArg
12667 status collapsed
12668
12669 \begin_layout Standard
12670 Tabla sin colortbl
12671 \end_layout
12672
12673 \end_inset
12674
12675
12676 \end_layout
12677
12678 \begin_layout Standard
12679 \align center
12680 \begin_inset Tabular
12681 <lyxtabular version="3" rows="3" columns="3">
12682 <features>
12683 <column alignment="center" valignment="top" leftline="true" width="0">
12684 <column alignment="center" valignment="top" leftline="true" width="0">
12685 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12686 <row topline="true">
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Standard
12691
12692 \color green
12693 a
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Standard
12702
12703 \color red
12704 b
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Standard
12713
12714 \color red
12715 c
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 </row>
12721 <row topline="true">
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Standard
12726
12727 \color green
12728 d
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Standard
12737
12738 \color blue
12739 e
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Standard
12748
12749 \color blue
12750 f
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 </row>
12756 <row topline="true" bottomline="true">
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Standard
12761
12762 \color green
12763 g
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Standard
12772
12773 \color blue
12774 h
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Standard
12783
12784 \color blue
12785 i
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 </row>
12791 </lyxtabular>
12792
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \begin_layout Standard
12804 Si solo necesitas color en el texto, marca las celdas y elige un color en
12805  el menú 
12806 \family sans
12807 Editar\SpecialChar \menuseparator
12808 Estilo\InsetSpace ~
12809 del\InsetSpace ~
12810 Texto
12811 \family default
12812 .
12813  Esto se ha hecho en la Tabla\InsetSpace ~
12814
12815 \begin_inset LatexCommand ref
12816 reference "tab:Tabla-coloreada-sin"
12817
12818 \end_inset
12819
12820 .
12821  En cualquier otro caso hay que usar el paquete LaTeX 
12822 \series bold
12823 colortbl
12824 \series default
12825 .
12826 \begin_inset LatexCommand index
12827 name "LaTeX-paquetes ! colortbl"
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \begin_layout Standard
12835 Para crear tablas coloreadas, 
12836 \series bold
12837 colortbl
12838 \series default
12839  debe cargarse en el preámbulo con la línea
12840 \end_layout
12841
12842 \begin_layout Standard
12843
12844 \series bold
12845
12846 \backslash
12847 usepackage{colortbl}
12848 \end_layout
12849
12850 \begin_layout Standard
12851 El color de una columna se define con el comando
12852 \end_layout
12853
12854 \begin_layout Standard
12855
12856 \series bold
12857
12858 \backslash
12859 columncolor{nombre del color}
12860 \end_layout
12861
12862 \begin_layout Standard
12863 dentro del comando 
12864 \series bold
12865 >{ }
12866 \series default
12867 .
12868  Más sobre el comando 
12869 \series bold
12870 >{}
12871 \series default
12872  se explica en la sección\InsetSpace ~
12873
12874 \begin_inset LatexCommand ref
12875 reference "sub:Cálculos-en-Multicolumnas"
12876
12877 \end_inset
12878
12879 .
12880 \end_layout
12881
12882 \begin_layout Standard
12883 Los siguientes nombres de color están predefinidos:
12884 \end_layout
12885
12886 \begin_layout Standard
12887
12888 \family sans
12889 red
12890 \family default
12891
12892 \family sans
12893 green
12894 \family default
12895 ,
12896 \family sans
12897  yellow, blue
12898 \family default
12899 ,
12900 \family sans
12901  cyan
12902 \family default
12903 \series bold
12904 ,
12905 \family sans
12906 \series default
12907  magenta, black
12908 \family default
12909 ,
12910 \family sans
12911  white
12912 \end_layout
12913
12914 \begin_layout Standard
12915 \begin_inset VSpace medskip
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \begin_layout Standard
12922 Puedes definir tus propios colores con el comando
12923 \end_layout
12924
12925 \begin_layout Standard
12926
12927 \series bold
12928
12929 \backslash
12930 def\SpecialChar \textcompwordmark{}
12931 inecolor{nombre del color}{modelo de color}{valores de color}
12932 \end_layout
12933
12934 \begin_layout Standard
12935 El modelo de color puede ser
12936 \end_layout
12937
12938 \begin_layout Labeling
12939 \labelwidthstring 00.00.0000
12940 cmyk: cyan, magenta, yellow, black
12941 \end_layout
12942
12943 \begin_layout Labeling
12944 \labelwidthstring 00.00.0000
12945 rgb: red, green, blue
12946 \end_layout
12947
12948 \begin_layout Labeling
12949 \labelwidthstring 00.00.0000
12950 gray gray
12951 \end_layout
12952
12953 \begin_layout Standard
12954 y los valores de color son números separados por comas entre 0 y 1 que describen
12955  el factor para el color correspondiente del modelo de color.
12956 \end_layout
12957
12958 \begin_layout Standard
12959 Por ejemplo, puedes definir el color "
12960 \emph on
12961 verde oscuro
12962 \emph default
12963 " en el preámbulo con
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969
12970 \backslash
12971 def\SpecialChar \textcompwordmark{}
12972 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
12973 \end_layout
12974
12975 \begin_layout Standard
12976 y el color "
12977 \emph on
12978 gris claro
12979 \emph default
12980 " con
12981 \end_layout
12982
12983 \begin_layout Standard
12984
12985 \series bold
12986
12987 \backslash
12988 def\SpecialChar \textcompwordmark{}
12989 inecolor{grisclaro}{gray}{0.8}
12990 \end_layout
12991
12992 \begin_layout Standard
12993 \begin_inset VSpace medskip
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 Las líneas se colorean con el comando
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 rowcolor{nombre del color}
13009 \end_layout
13010
13011 \begin_layout Standard
13012 y las celdas se colorean con el comando
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 cellcolor{nombre del color}
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Ambos comandos se insertan al principio de una celda como ERT.
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13029 \family sans
13030 Editar\SpecialChar \menuseparator
13031 Estilo\InsetSpace ~
13032 del\InsetSpace ~
13033 Texto
13034 \family default
13035 .
13036  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13037  puede ocasionar errores de LaTeX.
13038 \end_layout
13039
13040 \begin_layout Standard
13041 \begin_inset VSpace bigskip
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \begin_layout Standard
13048 Para crear la Tabla\InsetSpace ~
13049
13050 \begin_inset LatexCommand ref
13051 reference "tab:Tabla-coloreada-con"
13052
13053 \end_inset
13054
13055  haz lo siguiente: El color de la primera columna debería ser 
13056 \emph on
13057 verde oscuro
13058 \emph default
13059 .
13060  Así pues
13061 \end_layout
13062
13063 \begin_layout Standard
13064
13065 \series bold
13066 >{
13067 \backslash
13068 columncolor{verdeoscuro}
13069 \backslash
13070 centering}c
13071 \end_layout
13072
13073 \begin_layout Standard
13074 como argumento LaTeX para esta columna.
13075  La primera fila debería ser azul, por tanto el comando ERT
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 rowcolow{cyan}
13084 \end_layout
13085
13086 \begin_layout Standard
13087 se inserta en la primera celda de esta fila.
13088  Observa que esto sobreescribe el color de la columna para la primera celda.
13089  La última celda de la última fila se colorea magenta insertando el comando
13090  ERT
13091 \end_layout
13092
13093 \begin_layout Standard
13094
13095 \series bold
13096
13097 \backslash
13098 cellcolor{magenta}
13099 \end_layout
13100
13101 \begin_layout Standard
13102 Ahora podrían colorearse los caracteres usando el menú 
13103 \family sans
13104 Editar\SpecialChar \menuseparator
13105 Estilo\InsetSpace ~
13106 del\InsetSpace ~
13107 Texto
13108 \family default
13109 .
13110 \end_layout
13111
13112 \begin_layout Standard
13113 \begin_inset Float table
13114 placement h
13115 wide false
13116 sideways false
13117 status open
13118
13119 \begin_layout Caption
13120 \begin_inset LatexCommand label
13121 name "tab:Tabla-coloreada-con"
13122
13123 \end_inset
13124
13125 Tabla coloreada usando el paquete 
13126 \series bold
13127 colortbl
13128 \series default
13129
13130 \begin_inset OptArg
13131 status collapsed
13132
13133 \begin_layout Standard
13134 Tabla con colortbl
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \begin_layout Standard
13143 \align center
13144 \begin_inset Tabular
13145 <lyxtabular version="3" rows="3" columns="3">
13146 <features>
13147 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13148 <column alignment="center" valignment="top" width="0">
13149 <column alignment="center" valignment="top" width="0">
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Standard
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Standard
13159
13160
13161 \backslash
13162 rowcolor{cyan}
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \color magenta
13169 a
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Standard
13178
13179 \color red
13180 b
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Standard
13189
13190 \color red
13191 c
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 <row>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Standard
13202
13203 \color yellow
13204 d
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Standard
13213
13214 \color blue
13215 e
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Standard
13224
13225 \color blue
13226 f
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 </row>
13232 <row>
13233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Standard
13237
13238 \color yellow
13239 g
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Standard
13248
13249 \color blue
13250 h
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Standard
13259 \begin_inset ERT
13260 status collapsed
13261
13262 \begin_layout Standard
13263
13264
13265 \backslash
13266 cellcolor{magenta}
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \color green
13273 i
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 </row>
13279 </lyxtabular>
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Subsection
13292 Líneas coloreadas
13293 \begin_inset LatexCommand index
13294 name "Tablas Coloreadas ! Líneas"
13295
13296 \end_inset
13297
13298
13299 \begin_inset LatexCommand index
13300 name "Color ! en Líneas de Tabla"
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \begin_layout Standard
13308 Como se describe en la sección\InsetSpace ~
13309
13310 \begin_inset LatexCommand ref
13311 reference "sub:Grosor-de-Líneas"
13312
13313 \end_inset
13314
13315 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13316  
13317 \series bold
13318
13319 \backslash
13320 arrayrulewidth
13321 \series default
13322 .
13323  Se ha puesto 1.5\InsetSpace \thinspace{}
13324 pt para todas las tablas de esta sección.
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Standard
13329
13330
13331 \backslash
13332 setlength{
13333 \backslash
13334 arrayrulewidth}{1.5pt}
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \begin_layout Standard
13343 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13344  el preámbulo del documento el siguiente formato de columna, de acuerdo
13345  a lo descrito en la sección\InsetSpace ~
13346
13347 \begin_inset LatexCommand ref
13348 reference "sub:Formato-Personalizado"
13349
13350 \end_inset
13351
13352 :
13353 \end_layout
13354
13355 \begin_layout Standard
13356
13357 \series bold
13358
13359 \backslash
13360 newcolumntype{W}{!{
13361 \backslash
13362 color{green}
13363 \backslash
13364 vline}}
13365 \end_layout
13366
13367 \begin_layout Standard
13368 Para la Tabla\InsetSpace ~
13369
13370 \begin_inset LatexCommand ref
13371 reference "tab:Tabla-con-verticales-coloreadas"
13372
13373 \end_inset
13374
13375  se usó el argumento LaTeX
13376 \end_layout
13377
13378 \begin_layout Standard
13379
13380 \series bold
13381 WcW
13382 \end_layout
13383
13384 \begin_layout Standard
13385 para la última columna y
13386 \end_layout
13387
13388 \begin_layout Standard
13389
13390 \series bold
13391 Wc
13392 \end_layout
13393
13394 \begin_layout Standard
13395 para las demás.
13396 \end_layout
13397
13398 \begin_layout Standard
13399 Si quieres tener varios colores, define más formatos de columna.
13400 \end_layout
13401
13402 \begin_layout Standard
13403 \begin_inset Float table
13404 wide false
13405 sideways false
13406 status collapsed
13407
13408 \begin_layout Caption
13409 \begin_inset LatexCommand label
13410 name "tab:Tabla-con-verticales-coloreadas"
13411
13412 \end_inset
13413
13414 Tabla con líneas vertcales coloreadas
13415 \end_layout
13416
13417 \begin_layout Standard
13418 \align center
13419 \begin_inset Tabular
13420 <lyxtabular version="3" rows="3" columns="3">
13421 <features>
13422 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
13423 <column alignment="center" valignment="top" width="0" special="Wc">
13424 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
13425 <row topline="true">
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Standard
13430 sd
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Standard
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Standard
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 <row topline="true">
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Standard
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Standard
13468 sd
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Standard
13477
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row topline="true" bottomline="true">
13484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Standard
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Standard
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Standard
13506 sd
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 </row>
13512 </lyxtabular>
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Standard
13525 \begin_inset VSpace bigskip
13526 \end_inset
13527
13528 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
13529
13530 \begin_inset LatexCommand ref
13531 reference "tab:Tabla-con-horizontales-coloreadas"
13532
13533 \end_inset
13534
13535 , inserta estos comandos en ERT antes de la tabla o del flotante:
13536 \end_layout
13537
13538 \begin_layout Standard
13539
13540 \series bold
13541
13542 \backslash
13543 let
13544 \backslash
13545 myHlineC
13546 \backslash
13547 hline
13548 \newline
13549
13550 \backslash
13551 renewcommand{
13552 \backslash
13553 hline}{
13554 \backslash
13555 arrayrulecolor{red}
13556 \backslash
13557 myHlineC
13558 \backslash
13559 arrayrulecolor{black}}
13560 \end_layout
13561
13562 \begin_layout Standard
13563 \begin_inset ERT
13564 status collapsed
13565
13566 \begin_layout Standard
13567
13568
13569 \backslash
13570 let
13571 \backslash
13572 myHlineC
13573 \backslash
13574 hline
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579
13580 \backslash
13581 renewcommand{
13582 \backslash
13583 hline}{
13584 \backslash
13585 arrayrulecolor{red}
13586 \backslash
13587 myHlineC
13588 \backslash
13589 arrayrulecolor{black}}
13590 \end_layout
13591
13592 \end_inset
13593
13594
13595 \begin_inset Float table
13596 wide false
13597 sideways false
13598 status open
13599
13600 \begin_layout Caption
13601 \begin_inset LatexCommand label
13602 name "tab:Tabla-con-horizontales-coloreadas"
13603
13604 \end_inset
13605
13606 Tabla con líneas horizontales coloreadas
13607 \end_layout
13608
13609 \begin_layout Standard
13610 \align center
13611 \begin_inset Tabular
13612 <lyxtabular version="3" rows="3" columns="3">
13613 <features>
13614 <column alignment="center" valignment="top" leftline="true" width="0">
13615 <column alignment="center" valignment="top" leftline="true" width="0">
13616 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13617 <row topline="true">
13618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Standard
13622 sd
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Standard
13631
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Standard
13640
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 </row>
13646 <row topline="true">
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Standard
13651
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Standard
13660 sd
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Standard
13669
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 <row topline="true" bottomline="true">
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Standard
13680
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Standard
13689
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Standard
13698 sd
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 </row>
13704 </lyxtabular>
13705
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 \begin_inset ERT
13718 status collapsed
13719
13720 \begin_layout Standard
13721
13722
13723 \backslash
13724 pagebreak 
13725 \end_layout
13726
13727 \end_inset
13728
13729
13730 \end_layout
13731
13732 \begin_layout Standard
13733 Para volver al color de línea negro predeterminado inserta este comando
13734  en ERT detrás de la tabla o el flotante:
13735 \end_layout
13736
13737 \begin_layout Standard
13738
13739 \series bold
13740
13741 \backslash
13742 renewcommand{
13743 \backslash
13744 hline}{
13745 \backslash
13746 myHlineC}
13747 \end_layout
13748
13749 \begin_layout Standard
13750 La Tabla\InsetSpace ~
13751
13752 \begin_inset LatexCommand ref
13753 reference "tab:Tabla-con-líneas-coloreadas"
13754
13755 \end_inset
13756
13757  es un ejemplo con líneas verticales y horizontales coloreadas.
13758 \end_layout
13759
13760 \begin_layout Standard
13761 \begin_inset Float table
13762 wide false
13763 sideways false
13764 status open
13765
13766 \begin_layout Caption
13767 \begin_inset LatexCommand label
13768 name "tab:Tabla-con-líneas-coloreadas"
13769
13770 \end_inset
13771
13772 Tabla con líneas coloreadas
13773 \end_layout
13774
13775 \begin_layout Standard
13776 \align center
13777 \begin_inset Tabular
13778 <lyxtabular version="3" rows="3" columns="3">
13779 <features>
13780 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
13781 <column alignment="center" valignment="top" width="0" special="Wc">
13782 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
13783 <row topline="true">
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Standard
13788 sd
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Standard
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Standard
13806
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 </row>
13812 <row topline="true">
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Standard
13817
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Standard
13826 sd
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Standard
13835
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 <row topline="true" bottomline="true">
13842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Standard
13846
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Standard
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Standard
13864 sd
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 </lyxtabular>
13871
13872 \end_inset
13873
13874
13875 \end_layout
13876
13877 \end_inset
13878
13879
13880 \end_layout
13881
13882 \begin_layout Standard
13883 \begin_inset ERT
13884 status collapsed
13885
13886 \begin_layout Standard
13887
13888
13889 \backslash
13890 renewcommand{
13891 \backslash
13892 hline}{
13893 \backslash
13894 myHlineC}
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \begin_layout Standard
13903 \begin_inset ERT
13904 status collapsed
13905
13906 \begin_layout Standard
13907
13908
13909 \backslash
13910 setlength{
13911 \backslash
13912 arrayrulewidth}{0.4pt}
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Section
13921 Personalización de Tablas
13922 \begin_inset LatexCommand index
13923 name "Personalización de Tablas"
13924
13925 \end_inset
13926
13927
13928 \begin_inset LatexCommand index
13929 name "Tablas ! Personalización"
13930
13931 \end_inset
13932
13933
13934 \end_layout
13935
13936 \begin_layout Subsection
13937 Altura Extra de Fila
13938 \begin_inset LatexCommand label
13939 name "sub:Altura-Extra-de-Fila"
13940
13941 \end_inset
13942
13943
13944 \begin_inset LatexCommand index
13945 name "Personalización de Tablas ! Altura Extra de Filas"
13946
13947 \end_inset
13948
13949
13950 \end_layout
13951
13952 \begin_layout Standard
13953 A veces las letras grandes o altas como 
13954 \emph on
13955 b
13956 \emph default
13957  y 
13958 \emph on
13959 d
13960 \emph default
13961  no tienen bastante espacio entre los bordes superior e inferior de una
13962  celda.
13963  Con la línea en el preámbulo
13964 \end_layout
13965
13966 \begin_layout Standard
13967
13968 \series bold
13969
13970 \backslash
13971 setlength{
13972 \backslash
13973 extrarowheight}{2pt}
13974 \end_layout
13975
13976 \begin_layout Standard
13977 se añaden 2\InsetSpace \thinspace{}
13978 pt de altura extra a todas las celdas de todas las tablas.
13979  Aunque esto suele mejorar la apariencia, tiene el inconveniente de que
13980  el texto no sale exactamente centrado verticalmente.
13981 \end_layout
13982
13983 \begin_layout Standard
13984 Un método alternativo para altura extra de fila se describe en la sección\InsetSpace ~
13985
13986 \begin_inset LatexCommand ref
13987 reference "sub:Alineación-Vertical"
13988
13989 \end_inset
13990
13991 .
13992 \end_layout
13993
13994 \begin_layout Subsection
13995 Alineación Especial de Celdas
13996 \begin_inset LatexCommand index
13997 name "Personalización de Tablas ! Alineación Especial de Celdas"
13998
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \begin_layout Standard
14005 A veces mejora la presentación las entradas en las celdas de una columna
14006  se alinean con un caracter determinado, p.\InsetSpace \thinspace{}
14007 e.
14008  el separador decimal, como en la Tabla\InsetSpace ~
14009
14010 \begin_inset LatexCommand ref
14011 reference "tab:Tabla-con-celdas-de"
14012
14013 \end_inset
14014
14015 .
14016 \end_layout
14017
14018 \begin_layout Standard
14019 \begin_inset Float table
14020 wide false
14021 sideways false
14022 status open
14023
14024 \begin_layout Caption
14025 \begin_inset LatexCommand label
14026 name "tab:Tabla-con-celdas-de"
14027
14028 \end_inset
14029
14030 Tabla con celdas alineadas con el separador decimal.
14031 \end_layout
14032
14033 \begin_layout Standard
14034 \align center
14035 \begin_inset Tabular
14036 <lyxtabular version="3" rows="4" columns="2">
14037 <features>
14038 <column alignment="right" valignment="top" width="0">
14039 <column alignment="left" valignment="top" width="0" special="@{}l">
14040 <row bottomline="true">
14041 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Standard
14045 encabezado
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Standard
14054
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 </row>
14060 <row>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Standard
14065 12.
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Standard
14074 6
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 </row>
14080 <row>
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Standard
14085 0.
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Standard
14094 68
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 <row>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Standard
14105 -123.
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Standard
14114 0
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 </lyxtabular>
14121
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \begin_layout Standard
14133 Esta es una tabla 4×2.
14134  El encabezado es una multicolumna centrada.
14135  La primera columna está alineada a la derecha y contiene el punto decimal
14136  y los dígitos anteriores.
14137  La segunda columna está alineada a la izquierda y contiene los dígitos
14138  posteriores al punto decimal.
14139  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14140  argumento LaTeX para la segunda columna:
14141 \end_layout
14142
14143 \begin_layout Standard
14144
14145 \series bold
14146 @{}l
14147 \end_layout
14148
14149 \begin_layout Standard
14150 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14151  su lugar el argumento LaTeX: 
14152 \series bold
14153 @{}l|
14154 \end_layout
14155
14156 \begin_layout Standard
14157 La Tabla\InsetSpace ~
14158
14159 \begin_inset LatexCommand ref
14160 reference "tab:Varias-alineaciones"
14161
14162 \end_inset
14163
14164  muestra varios ejemplos de alineación.
14165  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
14166 o más pequeño al comienzo de la última columna para conseguir el espacio
14167  adecuado alrededor del signo.
14168 \end_layout
14169
14170 \begin_layout Standard
14171 \begin_inset Float table
14172 wide false
14173 sideways false
14174 status open
14175
14176 \begin_layout Caption
14177 \begin_inset LatexCommand label
14178 name "tab:Varias-alineaciones"
14179
14180 \end_inset
14181
14182 Tabla con varias alineaciones.
14183 \end_layout
14184
14185 \begin_layout Standard
14186 \align center
14187 \begin_inset Tabular
14188 <lyxtabular version="3" rows="4" columns="6">
14189 <features>
14190 <column alignment="right" valignment="top" width="0">
14191 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14192 <column alignment="right" valignment="top" width="0">
14193 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
14194 <column alignment="right" valignment="top" width="0">
14195 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
14196 <row bottomline="true">
14197 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Standard
14201 unidades
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Standard
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Standard
14219 exponentes
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Standard
14228
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Standard
14237 relaciones
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Standard
14246
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 </row>
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Standard
14257 12×
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Standard
14266 24\InsetSpace \thinspace{}
14267 bottles
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Standard
14276 \begin_inset Formula $10\cdot$
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Standard
14288 \begin_inset Formula $10^{\mbox{-}17}$
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Standard
14300 \begin_inset Formula $\Gamma(t)\propto$
14301 \end_inset
14302
14303
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 Standard
14312 \begin_inset Formula $\:\Upsilon(t)$
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 </row>
14321 <row>
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Standard
14326 1024×
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Standard
14335 768\InsetSpace \thinspace{}
14336 Pixels
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Standard
14345 \begin_inset Formula $5.78\cdot$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Standard
14357 \begin_inset Formula $10^{7}$
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Standard
14369 \begin_inset Formula $A\ne$
14370 \end_inset
14371
14372
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Standard
14381 \begin_inset Formula $\: B_{\mathrm{red}}$
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 </row>
14390 <row>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Standard
14395 32×
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 Standard
14404 6\InsetSpace \thinspace{}
14405 cm
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Standard
14414 -
14415 \begin_inset Formula $33.5\cdot$
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Standard
14427 \begin_inset Formula $10^{4}$
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Standard
14439 \begin_inset Formula $\sin(\alpha)\ge$
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Standard
14451 \begin_inset Formula $\:\sin(\beta)$
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 </row>
14460 </lyxtabular>
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \begin_layout Standard
14473 \begin_inset VSpace bigskip
14474 \end_inset
14475
14476 también hay un paquete LaTeX, 
14477 \series bold
14478 dcolumn
14479 \series default
14480
14481 \begin_inset LatexCommand index
14482 name "LaTeX-paquetes ! dcolumn"
14483
14484 \end_inset
14485
14486 , que provee alineación de celdas.
14487  Pero desgraciadamente trata las entradas de celda en modo matemático y
14488  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
14489
14490 \begin_inset LatexCommand ref
14491 reference "tab:Varias-alineaciones"
14492
14493 \end_inset
14494
14495  se verá con 
14496 \series bold
14497 dcolumn
14498 \series default
14499  como la primera columna en la Tabla\InsetSpace ~
14500
14501 \begin_inset LatexCommand ref
14502 reference "tab:Alineaciones-con-el"
14503
14504 \end_inset
14505
14506  y solo con algunos trucos se consigue lo que se espera.
14507  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
14508
14509 \begin_inset LatexCommand ref
14510 reference "tab:Varias-alineaciones"
14511
14512 \end_inset
14513
14514  no es posible con 
14515 \series bold
14516 dcolumn
14517 \series default
14518 .
14519 \end_layout
14520
14521 \begin_layout Standard
14522 \begin_inset Float table
14523 placement h
14524 wide false
14525 sideways false
14526 status open
14527
14528 \begin_layout Caption
14529 \begin_inset LatexCommand label
14530 name "tab:Alineaciones-con-el"
14531
14532 \end_inset
14533
14534 Alineaciones con el paquete LaTeX dcolumn.
14535  Para la segunda y tercera alineaciones se han hecho algunos trucos.
14536 \end_layout
14537
14538 \begin_layout Standard
14539 \align center
14540 \begin_inset Tabular
14541 <lyxtabular version="3" rows="4" columns="3">
14542 <features>
14543 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
14544 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
14545 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
14546 <row bottomline="true">
14547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Standard
14551 units
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Standard
14560 units
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Standard
14569 units
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 </row>
14575 <row>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Standard
14580 12×24\InsetSpace \thinspace{}
14581 bottles
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Standard
14590 12×24\InsetSpace \thinspace{}
14591
14592 \begin_inset Formula $\mbox{bottles}$
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Standard
14604 12×24~
14605 \begin_inset Formula $\mbox{bottles}$
14606 \end_inset
14607
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Standard
14619 1024×768\InsetSpace \thinspace{}
14620 Pixels
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Standard
14629 1024×768\InsetSpace \thinspace{}
14630
14631 \begin_inset Formula $\mbox{Pixels}$
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Standard
14643 1024×768~
14644 \begin_inset Formula $\mbox{Pixels}$
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 <row>
14654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Standard
14658 32×6\InsetSpace \thinspace{}
14659 cm
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Standard
14668 32×6\InsetSpace \thinspace{}
14669
14670 \begin_inset Formula $\mbox{cm}$
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Standard
14682 32×6~
14683 \begin_inset Formula $\mbox{cm}$
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 </row>
14692 </lyxtabular>
14693
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Subsection
14705 Formato Personalizado de Celda/Columna
14706 \begin_inset LatexCommand label
14707 name "sub:Formato-Personalizado"
14708
14709 \end_inset
14710
14711
14712 \begin_inset LatexCommand index
14713 name "Personalización de Tablas ! Formato de Celda/Columna"
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \begin_layout Standard
14721 El cálculo de la anchura nesesaria para columnas extendidas descrito en
14722  la sección\InsetSpace ~
14723
14724 \begin_inset LatexCommand ref
14725 reference "sub:Cálculos-en-Multicolumnas"
14726
14727 \end_inset
14728
14729  es muy pesado si tienes varias tablas con multicolumnas.
14730  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
14731 mna aplicable a todas las tablas del documento.
14732  El formato se define con el comando
14733 \end_layout
14734
14735 \begin_layout Standard
14736
14737 \series bold
14738
14739 \backslash
14740 newcolumntype{nombre del formato}[número de argumentos]{comandos}
14741 \end_layout
14742
14743 \begin_layout Standard
14744 El nombre de formato puede ser una sola letra.
14745  Las letras 
14746 \emph on
14747 b, c, l, m, p 
14748 \emph default
14749 y
14750 \emph on
14751  r
14752 \emph default
14753  están predefinidas y no pueden usarse.
14754  Pero se permiten todas las mayúsculas.
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset VSpace medskip
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Standard
14765 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
14766  fija puedes definir el formato de celda
14767 \end_layout
14768
14769 \begin_layout Standard
14770
14771 \series bold
14772
14773 \backslash
14774 newcolumntype{M}[1]{>{
14775 \backslash
14776 centering
14777 \backslash
14778 hspace{0pt}}m{#1}}
14779 \end_layout
14780
14781 \begin_layout Standard
14782 donde 
14783 \series bold
14784
14785 \backslash
14786 hspace{0pt}
14787 \series default
14788  evita el problema de partir con guión la primera palabra, como se describe
14789  en la sección\InsetSpace ~
14790
14791 \begin_inset LatexCommand ref
14792 reference "sub:Líneas-Múltiples-en"
14793
14794 \end_inset
14795
14796 .
14797  Ahora puedes introducir simplemente
14798 \end_layout
14799
14800 \begin_layout Standard
14801
14802 \series bold
14803 |M{ancho}
14804 \end_layout
14805
14806 \begin_layout Standard
14807 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
14808 \end_layout
14809
14810 \begin_layout Standard
14811 \begin_inset VSpace bigskip
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Standard
14818 Para celdas extendidas en una celda multicolumna, puedes definir el formato
14819 \end_layout
14820
14821 \begin_layout Standard
14822
14823 \series bold
14824
14825 \backslash
14826 newcolumntype{S}[2]{>{
14827 \backslash
14828 centering
14829 \backslash
14830 hspace{0pt}}
14831 \newline
14832
14833 \begin_inset ERT
14834 status collapsed
14835
14836 \begin_layout Standard
14837
14838
14839 \backslash
14840 phantom{
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \backslash
14847 newcolumntype{S}[2]
14848 \begin_inset ERT
14849 status collapsed
14850
14851 \begin_layout Standard
14852
14853 }
14854 \end_layout
14855
14856 \end_inset
14857
14858 m{(#1+(2
14859 \backslash
14860 tabcolsep+
14861 \backslash
14862 arrayrulewidth)*(1-#2))/#2}}
14863 \end_layout
14864
14865 \begin_layout Standard
14866 Este formato usa la ecuación 
14867 \begin_inset LatexCommand eqref
14868 reference "eq:Wgn"
14869
14870 \end_inset
14871
14872  para calcular la anchura necesaria para que cada celda extendida tenga
14873  la misma anchura.
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Ahora puedes introducir
14878 \end_layout
14879
14880 \begin_layout Standard
14881
14882 \series bold
14883 |S{ancho de la celda multicolumna}{número de columnas extendidas}
14884 \end_layout
14885
14886 \begin_layout Standard
14887 como argumento LaTeX de la columna.
14888 \end_layout
14889
14890 \begin_layout Standard
14891 \begin_inset VSpace bigskip
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 Para columnas coloreadas puedes definir
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 newcolumntype{K}[1]{>{
14907 \backslash
14908 columncolor{#1}
14909 \backslash
14910 hspace{0pt}}c}
14911 \end_layout
14912
14913 \begin_layout Standard
14914 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
14915  horizontalmente.
14916  Ahora puedes introducir
14917 \end_layout
14918
14919 \begin_layout Standard
14920
14921 \series bold
14922 K{nombre del color}
14923 \end_layout
14924
14925 \begin_layout Standard
14926 como argumento LaTeX.
14927 \end_layout
14928
14929 \begin_layout Standard
14930 \begin_inset VSpace bigskip
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \begin_layout Standard
14937 Para crear la Tabla\InsetSpace ~
14938
14939 \begin_inset LatexCommand ref
14940 reference "tab:Tabla-con-formatos-definidos-por"
14941
14942 \end_inset
14943
14944  usa los argumentos LaTeX
14945 \end_layout
14946
14947 \begin_layout Standard
14948
14949 \series bold
14950 |M{2.5cm}
14951 \end_layout
14952
14953 \begin_layout Standard
14954 para la primera columna y la multicolumna,
14955 \end_layout
14956
14957 \begin_layout Standard
14958
14959 \series bold
14960 |K{red}|
14961 \end_layout
14962
14963 \begin_layout Standard
14964 para la última columna y
14965 \end_layout
14966
14967 \begin_layout Standard
14968
14969 \series bold
14970 |S{2.5cm}{2}
14971 \end_layout
14972
14973 \begin_layout Standard
14974 para las celdas en la segunda columna.
14975 \end_layout
14976
14977 \begin_layout Standard
14978 \begin_inset Float table
14979 placement h
14980 wide false
14981 sideways false
14982 status open
14983
14984 \begin_layout Caption
14985 \begin_inset LatexCommand label
14986 name "tab:Tabla-con-formatos-definidos-por"
14987
14988 \end_inset
14989
14990 Tabla con formatos definidos por el usuario
14991 \end_layout
14992
14993 \begin_layout Standard
14994 \align center
14995 \begin_inset Tabular
14996 <lyxtabular version="3" rows="3" columns="4">
14997 <features>
14998 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
14999 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15000 <column alignment="center" valignment="middle" leftline="true" width="0">
15001 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15002 <row topline="true">
15003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Standard
15007 palabramuylargaenceldadetabla
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15013 \begin_inset Text
15014
15015 \begin_layout Standard
15016 multicolumna línea múltiple
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Standard
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Standard
15034 c
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row topline="true">
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Standard
15045 d
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Standard
15054 e
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Standard
15063 f
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Standard
15072 g
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row topline="true" bottomline="true">
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Standard
15083 h
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Standard
15092 i
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Standard
15101 j
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Standard
15110 k
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 </row>
15116 </lyxtabular>
15117
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \begin_layout Subsection
15129 Grosor de Líneas
15130 \begin_inset LatexCommand label
15131 name "sub:Grosor-de-Líneas"
15132
15133 \end_inset
15134
15135
15136 \begin_inset LatexCommand index
15137 name "Personalización de Tablas ! Grosor de Línea"
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \begin_layout Standard
15145 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
15146  
15147 \series bold
15148
15149 \backslash
15150 arrayrulewidth
15151 \series default
15152 .
15153  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
15154 pt, como en la Tabla\InsetSpace ~
15155
15156 \begin_inset LatexCommand ref
15157 reference "tab:Tabla-con-líneas"
15158
15159 \end_inset
15160
15161 , inserta el comando
15162 \end_layout
15163
15164 \begin_layout Standard
15165
15166 \series bold
15167
15168 \backslash
15169 setlength{
15170 \backslash
15171 arrayrulewidth}{1.5pt}
15172 \end_layout
15173
15174 \begin_layout Standard
15175 en ERT antes de la tabla o flotante.
15176  Este cambio es válido para todas las siguientes tablas.
15177  Para volver al valor predeterminado, define 
15178 \series bold
15179
15180 \backslash
15181 arrayrulewidth
15182 \series default
15183  a 0.4\InsetSpace \thinspace{}
15184 pt en ERT detrás de la tabla o flotante.
15185 \end_layout
15186
15187 \begin_layout Standard
15188 \begin_inset ERT
15189 status collapsed
15190
15191 \begin_layout Standard
15192
15193
15194 \backslash
15195 setlength{
15196 \backslash
15197 arrayrulewidth}{1.5pt}
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \begin_inset Float table
15204 wide false
15205 sideways false
15206 status open
15207
15208 \begin_layout Caption
15209 \begin_inset LatexCommand label
15210 name "tab:Tabla-con-líneas"
15211
15212 \end_inset
15213
15214 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
15215 pt
15216 \end_layout
15217
15218 \begin_layout Standard
15219 \align center
15220 \begin_inset Tabular
15221 <lyxtabular version="3" rows="3" columns="3">
15222 <features>
15223 <column alignment="center" valignment="top" leftline="true" width="0">
15224 <column alignment="center" valignment="top" leftline="true" width="0">
15225 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15226 <row topline="true">
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Standard
15231 sd
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Standard
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Standard
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row topline="true">
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Standard
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Standard
15269 sd
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Standard
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 <row topline="true" bottomline="true">
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Standard
15289
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Standard
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Standard
15307 sd
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 </lyxtabular>
15314
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \begin_inset ERT
15324 status collapsed
15325
15326 \begin_layout Standard
15327
15328
15329 \backslash
15330 setlength{
15331 \backslash
15332 arrayrulewidth}{0.4pt}
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Standard
15341 \begin_inset VSpace bigskip
15342 \end_inset
15343
15344 Para definir un grosor de 1.5\InsetSpace \thinspace{}
15345 pt sólo para líneas horizontales, como en la
15346  Tabla\InsetSpace ~
15347
15348 \begin_inset LatexCommand ref
15349 reference "tab:Tabla-con-horizontales"
15350
15351 \end_inset
15352
15353 , inserta estos comandos en ERT antes de la tabla o flotante:
15354 \end_layout
15355
15356 \begin_layout Standard
15357
15358 \series bold
15359
15360 \backslash
15361 let
15362 \backslash
15363 myHline
15364 \backslash
15365 hline
15366 \newline
15367
15368 \backslash
15369 renewcommand{
15370 \backslash
15371 hline}
15372 \newline
15373  {
15374 \backslash
15375 noalign{
15376 \backslash
15377 global
15378 \backslash
15379 arrayrulewidth 1.5pt}
15380 \newline
15381   
15382 \backslash
15383 myHline
15384 \backslash
15385 noalign{
15386 \backslash
15387 global
15388 \backslash
15389 arrayrulewidth 0.4pt}}
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Para volver al grosor predeterminado, inserta este comando en ERT detrás
15394  de la tabla o flotante:
15395 \end_layout
15396
15397 \begin_layout Standard
15398
15399 \series bold
15400
15401 \backslash
15402 renewcommand{
15403 \backslash
15404 hline}{
15405 \backslash
15406 myHline}
15407 \end_layout
15408
15409 \begin_layout Standard
15410 \begin_inset ERT
15411 status collapsed
15412
15413 \begin_layout Standard
15414
15415
15416 \backslash
15417 let
15418 \backslash
15419 myHline
15420 \backslash
15421 hline
15422 \end_layout
15423
15424 \begin_layout Standard
15425
15426
15427 \backslash
15428 renewcommand{
15429 \backslash
15430 hline}
15431 \end_layout
15432
15433 \begin_layout Standard
15434
15435  {
15436 \backslash
15437 noalign{
15438 \backslash
15439 global
15440 \backslash
15441 arrayrulewidth 1.5pt}
15442 \end_layout
15443
15444 \begin_layout Standard
15445
15446   
15447 \backslash
15448 myHline
15449 \backslash
15450 noalign{
15451 \backslash
15452 global
15453 \backslash
15454 arrayrulewidth 0.4pt}}
15455 \end_layout
15456
15457 \end_inset
15458
15459
15460 \begin_inset Float table
15461 wide false
15462 sideways false
15463 status open
15464
15465 \begin_layout Caption
15466 \begin_inset LatexCommand label
15467 name "tab:Tabla-con-horizontales"
15468
15469 \end_inset
15470
15471 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
15472 pt
15473 \end_layout
15474
15475 \begin_layout Standard
15476 \align center
15477 \begin_inset Tabular
15478 <lyxtabular version="3" rows="3" columns="3">
15479 <features>
15480 <column alignment="center" valignment="top" leftline="true" width="0">
15481 <column alignment="center" valignment="top" leftline="true" width="0">
15482 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15483 <row topline="true">
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Standard
15488 sd
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Standard
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Standard
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 <row topline="true">
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Standard
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Standard
15526 sd
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Standard
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 </row>
15541 <row topline="true" bottomline="true">
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Standard
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Standard
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Standard
15564 sd
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 </lyxtabular>
15571
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \begin_inset ERT
15581 status collapsed
15582
15583 \begin_layout Standard
15584
15585
15586 \backslash
15587 renewcommand{
15588 \backslash
15589 hline}{
15590 \backslash
15591 myHline}
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 \begin_inset VSpace bigskip
15601 \end_inset
15602
15603 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
15604  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
15605  en la sección\InsetSpace ~
15606
15607 \begin_inset LatexCommand ref
15608 reference "sub:Formato-Personalizado"
15609
15610 \end_inset
15611
15612 :
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 newcolumntype{V}{!{
15621 \backslash
15622 vrule width 1.5pt}}
15623 \end_layout
15624
15625 \begin_layout Standard
15626 Para la Tabla\InsetSpace ~
15627
15628 \begin_inset LatexCommand ref
15629 reference "tab:Tabla-con-verticales"
15630
15631 \end_inset
15632
15633  se usó el argumento LaTeX
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639 VcV
15640 \end_layout
15641
15642 \begin_layout Standard
15643 para la última columna y
15644 \end_layout
15645
15646 \begin_layout Standard
15647
15648 \series bold
15649 Vc
15650 \end_layout
15651
15652 \begin_layout Standard
15653 para las otras.
15654 \end_layout
15655
15656 \begin_layout Standard
15657 \begin_inset Float table
15658 wide false
15659 sideways false
15660 status open
15661
15662 \begin_layout Caption
15663 \begin_inset LatexCommand label
15664 name "tab:Tabla-con-verticales"
15665
15666 \end_inset
15667
15668 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
15669 pt de grosor
15670 \end_layout
15671
15672 \begin_layout Standard
15673 \align center
15674 \begin_inset Tabular
15675 <lyxtabular version="3" rows="3" columns="3">
15676 <features>
15677 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
15678 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
15679 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
15680 <row topline="true">
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Standard
15685 sd
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Standard
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Standard
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 </row>
15709 <row topline="true">
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Standard
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Standard
15723 sd
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Standard
15732
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row topline="true" bottomline="true">
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Standard
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Standard
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Standard
15761 sd
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 </row>
15767 </lyxtabular>
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \begin_layout Subsection
15780 Líneas de Trazos
15781 \begin_inset LatexCommand index
15782 name "Personalización de Tablas ! Líneas de Trazos"
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset Float table
15791 placement H
15792 wide false
15793 sideways false
15794 status open
15795
15796 \begin_layout Caption
15797 \begin_inset LatexCommand label
15798 name "tab:Tabla-con-trazos"
15799
15800 \end_inset
15801
15802 Tabla con líneas de trazos
15803 \end_layout
15804
15805 \begin_layout Standard
15806 \align center
15807 \begin_inset Tabular
15808 <lyxtabular version="3" rows="5" columns="5">
15809 <features>
15810 <column alignment="center" valignment="top" leftline="true" width="0">
15811 <column alignment="center" valignment="top" leftline="true" width="0">
15812 <column alignment="center" valignment="top" width="0" special=":c">
15813 <column alignment="center" valignment="top" leftline="true" width="0">
15814 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
15815 <row topline="true" bottomline="true">
15816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Standard
15820 a
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Standard
15829 b
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Standard
15838 c
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Standard
15847 d
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Standard
15856 e
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 <row topline="true">
15863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Standard
15867 f
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Standard
15876 g
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Standard
15885 h
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Standard
15894 i
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Standard
15903 j
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 </row>
15909 <row>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Standard
15914 \begin_inset ERT
15915 status collapsed
15916
15917 \begin_layout Standard
15918
15919
15920 \backslash
15921 hdashline 
15922 \end_layout
15923
15924 \end_inset
15925
15926 k
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Standard
15935 l
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Standard
15944 m
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Standard
15953 n
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Standard
15962 o
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 </row>
15968 <row topline="true">
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Standard
15973 \begin_inset ERT
15974 status collapsed
15975
15976 \begin_layout Standard
15977
15978
15979 \backslash
15980 cdashline{4-5}
15981 \end_layout
15982
15983 \end_inset
15984
15985 p
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Standard
15994 q
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16000 \begin_inset Text
16001
16002 \begin_layout Standard
16003 r
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16009 \begin_inset Text
16010
16011 \begin_layout Standard
16012 s
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Standard
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 <row topline="true" bottomline="true">
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Standard
16032 t
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Standard
16041 u
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Standard
16050 v
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Standard
16059 w
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Standard
16068 x
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 </lyxtabular>
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \begin_layout Standard
16087 En principio LyX no soporta líneas de trazos, hay que usar ERT.
16088  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
16089 \series bold
16090 arydshln
16091 \series default
16092
16093 \begin_inset LatexCommand index
16094 name "LaTeX-paquetes ! arydshln"
16095
16096 \end_inset
16097
16098  
16099 \end_layout
16100
16101 \begin_layout Standard
16102
16103 \series bold
16104
16105 \backslash
16106 usepackage{arydshln}
16107 \end_layout
16108
16109 \begin_layout Standard
16110 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
16111  el caracter para alineación horizontal como argumento LaTeX en el diálogo
16112  de celda de tabla.
16113 \end_layout
16114
16115 \begin_layout Standard
16116 Para una línea de trazos horizontal añade el comando
16117 \end_layout
16118
16119 \begin_layout Standard
16120
16121 \series bold
16122
16123 \backslash
16124 hdashline
16125 \end_layout
16126
16127 \begin_layout Standard
16128 en ERT como primer elemento de la primera celda en la fila.
16129 \end_layout
16130
16131 \begin_layout Standard
16132 Para líneas de trazos en multicolumna usa el comandoi
16133 \end_layout
16134
16135 \begin_layout Standard
16136
16137 \series bold
16138
16139 \backslash
16140 cdashline{line number
16141 \series default
16142 }
16143 \end_layout
16144
16145 \begin_layout Standard
16146 en ERT como primer elemento de la primera celda en la fila.
16147  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
16148  4 y quieres una línea de trazos por encima, añade el comando
16149 \end_layout
16150
16151 \begin_layout Standard
16152
16153 \series bold
16154
16155 \backslash
16156 cdashline{2-4}
16157 \end_layout
16158
16159 \begin_layout Standard
16160 como primer elemento de la primera celda en la fila de la multicolumna.
16161 \end_layout
16162
16163 \begin_layout Standard
16164 \begin_inset VSpace bigskip
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Standard
16171 La Tabla\InsetSpace ~
16172
16173 \begin_inset LatexCommand ref
16174 reference "tab:Tabla-con-trazos"
16175
16176 \end_inset
16177
16178  se ha hecho usando "
16179 \series bold
16180 :c
16181 \series default
16182 " como argumento LaTeX de la tercera columna.
16183  El comando ERT 
16184 \series bold
16185
16186 \backslash
16187 hdashline
16188 \series default
16189  se ha insertado en la primera celda de la tercera fila y el comando ERT
16190 \newline
16191
16192 \series bold
16193
16194 \backslash
16195 cdashline{4-5}
16196 \series default
16197  en la primera celda de la cuarta fila.
16198 \end_layout
16199
16200 \begin_layout Standard
16201 \begin_inset Note Greyedout
16202 status open
16203
16204 \begin_layout Standard
16205
16206 \series bold
16207 Nota: 
16208 \series default
16209 Aparentemente el paquete LaTeX 
16210 \series bold
16211 arydshln
16212 \series default
16213  no es compatible con el paquete LaTeX 
16214 \series bold
16215 colortbl
16216 \series default
16217
16218 \begin_inset LatexCommand index
16219 name "LaTeX-paquetes ! colortbl"
16220
16221 \end_inset
16222
16223  que se usa para tablas coloreadas en la sección\InsetSpace ~
16224
16225 \begin_inset LatexCommand ref
16226 reference "sec:Tablas-Coloreadas"
16227
16228 \end_inset
16229
16230 .
16231  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \begin_layout Chapter
16240 Flotantes
16241 \begin_inset LatexCommand label
16242 name "cha:Floats"
16243
16244 \end_inset
16245
16246
16247 \begin_inset LatexCommand index
16248 name "Flotantes"
16249
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \begin_layout Section
16256 Introducción
16257 \begin_inset LatexCommand label
16258 name "sec:IntroducciónFlotantes"
16259
16260 \end_inset
16261
16262
16263 \begin_inset LatexCommand index
16264 name "Flotantes ! Introducción"
16265
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \begin_layout Standard
16272 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
16273  que no tiene posición fija.
16274  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
16275  Las 
16276 \family sans
16277 Notas\InsetSpace ~
16278 al\InsetSpace ~
16279 pie
16280 \family default
16281  y 
16282 \family sans
16283 Notas\InsetSpace ~
16284 al\InsetSpace ~
16285 margen
16286 \family default
16287  también son flotantes, porque pueden flotar a la página siguiente cuando
16288  hay demasiadas notas en la página.
16289 \end_layout
16290
16291 \begin_layout Standard
16292 Los flotantes hacen posible composiciones de alta calidad.
16293  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
16294  impedir espacios en blanco y páginas sin texto.
16295  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
16296  cada flotante puede estar referido en el texto.
16297  Por lo tanto los flotantes están numerados.
16298  Las referencias se describen en la sección\InsetSpace ~
16299
16300 \begin_inset LatexCommand ref
16301 reference "sec:Referencias-a-Flotantes"
16302
16303 \end_inset
16304
16305  .
16306 \end_layout
16307
16308 \begin_layout Standard
16309 Para insertar un flotante, usa el menú 
16310 \family sans
16311 Insertar\SpecialChar \menuseparator
16312 Flotante
16313 \family default
16314 .
16315  En el documento se inserta un cuadro con etiqueta en el entorno 
16316 \family sans
16317 Encabezado
16318 \begin_inset Foot
16319 status collapsed
16320
16321 \begin_layout Standard
16322 El entorno 
16323 \family sans
16324 Encabezado
16325 \family default
16326  se describe en 
16327 \emph on
16328 Guía\InsetSpace ~
16329 del\InsetSpace ~
16330 Usuario 
16331 \emph default
16332 de LyX.
16333 \end_layout
16334
16335 \end_inset
16336
16337 .
16338
16339 \family default
16340  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
16341  de flotante en la salida.
16342  La etiqueta será traducida automáticamente al lenguaje del documento.
16343  Tras la etiqueta se puede insertar el texto de encabezado.
16344  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
16345  separado dentro del flotante.
16346  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
16347
16348 \begin_inset LatexCommand ref
16349 reference "sec:Colocación-de-Encabezados"
16350
16351 \end_inset
16352
16353 .
16354  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
16355  del flotante haciendo click-izquierda sobre ella.
16356  Un cuadro cerrado se muestra así: 
16357 \begin_inset Graphics
16358         filename ../clipart/flotanteQt4.png
16359         scale 70
16360
16361 \end_inset
16362
16363  -- un cuadro gris con etiqueta en rojo.
16364 \end_layout
16365
16366 \begin_layout Standard
16367 Se recomienda insertar flotantes como párrafos separados para evitar posibles
16368  errores de LaTeX si el texto circundante se formatea de modo especial.
16369 \end_layout
16370
16371 \begin_layout Standard
16372 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
16373  y pinchando el botón correspondiente de la barra de herramientas para un
16374  flotante nuevo.
16375 \end_layout
16376
16377 \begin_layout Section
16378 Tipos de Flotantes
16379 \end_layout
16380
16381 \begin_layout Standard
16382 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
16383
16384 \begin_inset LatexCommand ref
16385 reference "sec:Figuras-Flotantes"
16386
16387 \end_inset
16388
16389  y 
16390 \begin_inset LatexCommand ref
16391 reference "sec:Tablas-Flotantes"
16392
16393 \end_inset
16394
16395 , respectivamente, LyX ofrece los tipos 
16396 \series bold
16397 Algoritmo
16398 \series default
16399  y 
16400 \series bold
16401 Ajustado\InsetSpace ~
16402 al\InsetSpace ~
16403 Texto
16404 \series default
16405 .
16406 \end_layout
16407
16408 \begin_layout Subsection
16409 Algoritmos Flotantes
16410 \begin_inset LatexCommand index
16411 name "Flotantes ! Algoritmos Flotantes"
16412
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \begin_layout Standard
16419 \begin_inset Float algorithm
16420 placement h
16421 wide false
16422 sideways false
16423 status open
16424
16425 \begin_layout Caption
16426 \begin_inset LatexCommand label
16427 name "alg:Ejemplo-de-Algoritmo-flotante"
16428
16429 \end_inset
16430
16431 Ejemplo de Algoritmo flotante
16432 \end_layout
16433
16434 \begin_layout LyX-Code
16435 for I in 1..N loop
16436 \newline
16437  Sum:= Sum + A(I); /*senseless comment*/
16438 \newline
16439 end loop
16440 \begin_inset VSpace -4mm
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \begin_layout Standard
16452 Este tipo de flotante se inserta con el menú 
16453 \family sans
16454 Insertar\SpecialChar \menuseparator
16455 Flotante\SpecialChar \menuseparator
16456 Algoritmo
16457 \family default
16458 .
16459  Se usa para códigos y descripciones de algoritmos.
16460  Un posible entorno para algoritmos es 
16461 \family sans
16462 Código-LyX
16463 \family default
16464 , descrito en 
16465 \emph on
16466 Guía del Usuario
16467 \emph default
16468  de LyX.
16469  El algoritmo\InsetSpace ~
16470
16471 \begin_inset LatexCommand ref
16472 reference "alg:Ejemplo-de-Algoritmo-flotante"
16473
16474 \end_inset
16475
16476  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
16477  vertical de -4\InsetSpace \thinspace{}
16478 mm al final para tener la línea inferior exactamente bajo
16479  la última línea de texto.
16480 \end_layout
16481
16482 \begin_layout Standard
16483 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
16484  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
16485  la siguiente línea al preámbulo del documento
16486 \series bold
16487 :
16488 \end_layout
16489
16490 \begin_layout Standard
16491
16492 \series bold
16493
16494 \backslash
16495 floatname{algorithm}{nombre}
16496 \end_layout
16497
16498 \begin_layout Standard
16499
16500 \family sans
16501 nombre
16502 \family default
16503  es la palabra
16504 \begin_inset Quotes eld
16505 \end_inset
16506
16507
16508 \emph on
16509 algorithm
16510 \emph default
16511
16512 \begin_inset Quotes erd
16513 \end_inset
16514
16515  en el lenguaje deseado.
16516 \end_layout
16517
16518 \begin_layout Description
16519
16520 \series bold
16521 Nota: 
16522 \series default
16523 Si se emplea el paquete LaTeX 
16524 \series bold
16525 hyperref
16526 \series default
16527
16528 \begin_inset LatexCommand index
16529 name "LaTeX-paquetes ! hyperref"
16530
16531 \end_inset
16532
16533  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
16534  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
16535  a ellos.
16536  LyX establace la definición de algoritmos flotantes automáticamente antes
16537  que la parte del preámbulo editabla por el usuario, así que hay que insertar
16538  las siguientes líneas 
16539 \emph on
16540 después
16541 \emph default
16542  de cargar el comando
16543 \series bold
16544  hyperref:
16545 \begin_inset VSpace defskip
16546 \end_inset
16547
16548
16549 \newline
16550
16551 \backslash
16552 newfloat{Xalgorithm}{tbp}{loa}
16553 \newline
16554
16555 \backslash
16556 floatname{Xalgorithm}{nombre}
16557 \newline
16558
16559 \backslash
16560 newcommand{
16561 \backslash
16562 theHalgorithm}{
16563 \backslash
16564 theHXalgorithm}
16565 \newline
16566
16567 \backslash
16568 renewenvironment{algorithm}[1][tbp]
16569 \newline
16570
16571 \begin_inset ERT
16572 status collapsed
16573
16574 \begin_layout Standard
16575
16576
16577 \backslash
16578 hphantom{ }
16579 \end_layout
16580
16581 \end_inset
16582
16583 {
16584 \backslash
16585 begin{Xalgorithm}[#1]}{
16586 \backslash
16587 end{Xalgorithm}}
16588 \begin_inset VSpace defskip
16589 \end_inset
16590
16591
16592 \series default
16593
16594 \newline
16595 Donde 
16596 \family sans
16597 nombre
16598 \family default
16599  es la palabra "
16600 \emph on
16601 algorithm
16602 \emph default
16603 " en el lenguaje deseado.
16604 \end_layout
16605
16606 \begin_layout Standard
16607 Los algoritmos flotantes no se numeran por defecto en el esquema "capítulo.algori
16608 tmo" como es el caso para tablas e imágenes flotantes en muchas clases de
16609  documento.
16610  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
16611  en el preámbulo del documento:
16612 \end_layout
16613
16614 \begin_layout Standard
16615
16616 \series bold
16617
16618 \backslash
16619 numberwithin{algorithm}{chapter}
16620 \end_layout
16621
16622 \begin_layout Standard
16623 Si usas el paquete LaTeX 
16624 \series bold
16625 hyperref
16626 \series default
16627 , añade en su lugar esta línea 
16628 \emph on
16629 después
16630 \emph default
16631  de la definición de 
16632 \family sans
16633 Xalgorithm
16634 \family default
16635  (los comandos de arriba) en el preámbulo:
16636 \end_layout
16637
16638 \begin_layout Standard
16639
16640 \series bold
16641
16642 \backslash
16643 numberwithin{Xalgorithm}{chapter}
16644 \end_layout
16645
16646 \begin_layout Standard
16647 Para poder usar el comando 
16648 \series bold
16649
16650 \backslash
16651 numberwithin
16652 \series default
16653 , marca en el menú
16654 \newline
16655  
16656 \family sans
16657 Documento\SpecialChar \menuseparator
16658 Configuración\SpecialChar \menuseparator
16659 Ecuaciones
16660 \family default
16661  la opción 
16662 \family sans
16663 Usar\InsetSpace ~
16664 el\InsetSpace ~
16665 paquete\InsetSpace ~
16666 AMS
16667 \family default
16668 .
16669 \end_layout
16670
16671 \begin_layout Subsection
16672 Flotantes Ajustados a Texto
16673 \begin_inset LatexCommand index
16674 name "Flotantes ! Ajustados a Texto"
16675
16676 \end_inset
16677
16678
16679 \begin_inset LatexCommand label
16680 name "sub:floatflt-flotante-ajustado"
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
16689  de manera que ocupe solo una parte del ancho de columna.
16690  Puede insertarse usando el menú 
16691 \begin_inset Wrap figure
16692 placement l
16693 width "40col%"
16694 status open
16695
16696 \begin_layout Standard
16697 \begin_inset Graphics
16698         filename mobius.eps
16699         display color
16700         width 40col%
16701         rotateOrigin center
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \begin_layout Caption
16709 \begin_inset LatexCommand label
16710 name "fig:Esto-es-una"
16711
16712 \end_inset
16713
16714 Esto es una figura envuelta, y esto la genial cabecera que la describe.
16715 \begin_inset VSpace medskip
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722
16723  
16724 \family sans
16725 Insertar\SpecialChar \menuseparator
16726 Flotante\SpecialChar \menuseparator
16727 Flotante\InsetSpace ~
16728 de\InsetSpace ~
16729 ajuste\InsetSpace ~
16730 de\InsetSpace ~
16731 texto
16732 \family default
16733  si está instalado el paquete LaTeX 
16734 \series bold
16735 floatflt
16736 \series default
16737
16738 \begin_inset LatexCommand index
16739 name "LaTeX-paquetes ! floatflt"
16740
16741 \end_inset
16742
16743 .
16744 \begin_inset Foot
16745 status collapsed
16746
16747 \begin_layout Standard
16748 La instalación de paquetes LaTeX se explica en el manual 
16749 \emph on
16750 Configuration de LaTeX
16751 \emph default
16752 .
16753 \end_layout
16754
16755 \end_inset
16756
16757  La anchura y posición del flotante se ajusta con click-derecha sobre el
16758  cuadro del flotante.
16759  La Figura \InsetSpace ~
16760
16761 \begin_inset LatexCommand ref
16762 reference "fig:Esto-es-una"
16763
16764 \end_inset
16765
16766  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
16767 col%.
16768 \begin_inset Foot
16769 status collapsed
16770
16771 \begin_layout Standard
16772 Ver unidades disponibles en\InsetSpace ~
16773
16774 \begin_inset LatexCommand ref
16775 reference "cha:Unidades-disponibles-en"
16776
16777 \end_inset
16778
16779 .
16780 \end_layout
16781
16782 \end_inset
16783
16784  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
16785  texto envolvente.
16786 \end_layout
16787
16788 \begin_layout Standard
16789 El paquete LaTeX 
16790 \series bold
16791 floatflt
16792 \series default
16793  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
16794  Si lo necesitas, consulta la documentoación de 
16795 \series bold
16796 floatflt
16797 \series default
16798  
16799 \begin_inset LatexCommand cite
16800 key "floatflt"
16801
16802 \end_inset
16803
16804 .
16805 \end_layout
16806
16807 \begin_layout Standard
16808 \begin_inset Note Greyedout
16809 status open
16810
16811 \begin_layout Standard
16812
16813 \series bold
16814 Nota:
16815 \series default
16816  ¡Los flotantes ajustados a texto son frágiles! P.
16817  e.
16818  si una figura está demasiado cerca de la parte inferior de la página se
16819  pueden perder cosas en el camino de salida, el flotante puede no aparecer
16820  o situarse junto a otro texto.
16821 \begin_inset Foot
16822 status open
16823
16824 \begin_layout Standard
16825 La mejor solución es usar el paquete LaTeX 
16826 \series bold
16827 wrapf\SpecialChar \textcompwordmark{}
16828 ig
16829 \series default
16830
16831 \begin_inset LatexCommand index
16832 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
16833
16834 \end_inset
16835
16836  en vez de 
16837 \series bold
16838 floatf\SpecialChar \textcompwordmark{}
16839 lt
16840 \series default
16841  pero actualmente no es soportado por LyX.
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \begin_layout Standard
16855 En general:
16856 \end_layout
16857
16858 \begin_layout Itemize
16859 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
16860  salto de página.
16861  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
16862  esté casi listo y puedas prever los saltos de página.
16863 \end_layout
16864
16865 \begin_layout Itemize
16866 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
16867  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
16868 \end_layout
16869
16870 \begin_layout Itemize
16871 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
16872  que asegura que hay un párrafo de texto entre ellos.
16873 \end_layout
16874
16875 \begin_layout Itemize
16876 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
16877 \end_layout
16878
16879 \begin_layout Section
16880 Referencias a Flotantes
16881 \begin_inset LatexCommand label
16882 name "sec:Referencias-a-Flotantes"
16883
16884 \end_inset
16885
16886
16887 \begin_inset LatexCommand index
16888 name "Flotantes ! Referencias"
16889
16890 \end_inset
16891
16892
16893 \begin_inset LatexCommand index
16894 name "Referencias"
16895
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \begin_layout Standard
16902 Para referirse a un flotante, inserta una etiqueta en su encabezado con
16903  el menú 
16904 \family sans
16905 Insertar\SpecialChar \menuseparator
16906 Etiqueta
16907 \family default
16908  o el botón 
16909 \begin_inset Graphics
16910         filename ../images/label-insert.xpm
16911         scale 85
16912
16913 \end_inset
16914
16915 .
16916  Aparece una ventana esperando la introducción del texto de la etiqueta
16917  y se inserta un cuadro gris como este: 
16918 \begin_inset Graphics
16919         filename ../clipart/etiquetaQt4.png
16920         scale 85
16921
16922 \end_inset
16923
16924 .
16925  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
16926  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
16927 e.
16928  para figuras el prefijo será "
16929 \family sans
16930 fig:
16931 \family default
16932 ".
16933 \end_layout
16934
16935 \begin_layout Standard
16936 La etiqueta se usa como ancla y el nombre para la referencia.
16937  Puedes referir a la etiqueta usando el menú 
16938 \family sans
16939 Insertar\SpecialChar \menuseparator
16940 Referencia
16941 \family default
16942 \InsetSpace ~
16943
16944 \family sans
16945 cruzada
16946 \family default
16947  o el botón 
16948 \begin_inset Graphics
16949         filename ../images/dialog-show-new-inset_ref.xpm
16950         scale 85
16951
16952 \end_inset
16953
16954 .
16955  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
16956  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
16957  de la lista desplegable de la parte superior del diálogo.
16958  Puedes ordenar las etiquetas alfabéticamente y elegir una.
16959  Se inserta un cuadro gris como este: 
16960 \begin_inset Graphics
16961         filename ../clipart/referenciaQt4.png
16962         scale 85
16963
16964 \end_inset
16965
16966 .
16967  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
16968 \end_layout
16969
16970 \begin_layout Standard
16971 Se recomienda poner un espacio protegido entre el nombre de la referencia
16972  cruzada y su número para evitar saltos de línea entre ellos.
16973  Si una referencia cruzada corresponde a una etiqueta inexistente verás
16974  dos interrogaciones en la salida.
16975 \end_layout
16976
16977 \begin_layout Standard
16978 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
16979  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
16980  al texto de la etiqueta nueva, no te ocupes por eso.
16981 \end_layout
16982
16983 \begin_layout Standard
16984 El botón 
16985 \family sans
16986 Ir\InsetSpace ~
16987 a\InsetSpace ~
16988 la\InsetSpace ~
16989 etiqueta
16990 \family default
16991  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
16992  y el texto del botón cambia a 
16993 \family sans
16994 Volver
16995 \family default
16996  con el que se puede retornar a la referencia.
16997  Click-derecha sobre el cuadro de la referencia también lleva el cursor
16998  hasta la etiqueta pero sin opción de volver.
16999 \end_layout
17000
17001 \begin_layout Subsection
17002 Formatos de Referencia Cruzada
17003 \begin_inset LatexCommand label
17004 name "sub:Formatos-referencia-cruzada"
17005
17006 \end_inset
17007
17008
17009 \begin_inset LatexCommand index
17010 name "Referencias ! Formatos"
17011
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \begin_layout Standard
17018 Hay seis variedades de referencias cruzadas:
17019 \end_layout
17020
17021 \begin_layout Description
17022 <referencia>: imprime el número flotante, esta es la opción predeterminada:
17023  
17024 \begin_inset LatexCommand ref
17025 reference "fig:Dos-imágenes-distorsionadas"
17026
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \begin_layout Description
17033 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
17034  habitual para referirse a fórmulas, especialmente si se omite el nombre
17035  "Ecuación": 
17036 \begin_inset LatexCommand eqref
17037 reference "eq:Wgn"
17038
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \begin_layout Description
17045 <página>: imprime el número de página: Página\InsetSpace ~
17046
17047 \begin_inset LatexCommand pageref
17048 reference "fig:Dos-imágenes-distorsionadas"
17049
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \begin_layout Description
17056 en\InsetSpace ~
17057 página\InsetSpace ~
17058 <página>: imprime el texto "en la página" y el número de página:
17059  
17060 \begin_inset LatexCommand vpageref
17061 reference "fig:Dos-imágenes-distorsionadas"
17062
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Description
17069 <referencia>\InsetSpace ~
17070 en\InsetSpace ~
17071 página\InsetSpace ~
17072 <página>: imprime el número flotante, el texto "en la
17073  página" y el número de página: 
17074 \begin_inset LatexCommand vref
17075 reference "fig:Dos-imágenes-distorsionadas"
17076
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \begin_layout Description
17083 Referencia\InsetSpace ~
17084 con\InsetSpace ~
17085 formato: imprime un formato autodefinido:
17086 \newline
17087
17088 \begin_inset LatexCommand prettyref
17089 reference "fig:Dos-imágenes-distorsionadas"
17090
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \begin_layout Standard
17097 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
17098  está en la misma página, en la anterior o en la siguiente.
17099  En su lugar verás p.\InsetSpace \thinspace{}
17100 e.
17101  el texto "
17102 \family sans
17103 en esta página
17104 \family default
17105 ".
17106 \end_layout
17107
17108 \begin_layout Standard
17109 El número y página actual de la parte del documento referida es automáticamente
17110  calculado por LaTeX en la salida.
17111  Las variedades se ajustan en el campo 
17112 \family sans
17113 Formato
17114 \family default
17115  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
17116 \end_layout
17117
17118 \begin_layout Standard
17119 \begin_inset VSpace bigskip
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \begin_layout Standard
17126 Para definir un formato en el estilo 
17127 \family sans
17128 Referencia\InsetSpace ~
17129 con\InsetSpace ~
17130 formato
17131 \family default
17132 , puedes usar el siguiente comando en el preámbulo del documento:
17133 \end_layout
17134
17135 \begin_layout Standard
17136
17137 \series bold
17138
17139 \backslash
17140 newrefformat{prefijo}{texto}
17141 \end_layout
17142
17143 \begin_layout Standard
17144 Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
17145  Para dar el formato de la 
17146 \family sans
17147 Referencia\InsetSpace ~
17148 con\InsetSpace ~
17149 formato
17150 \family default
17151  del ejemplo anterior se usó el comando: 
17152 \end_layout
17153
17154 \begin_layout Standard
17155
17156 \series bold
17157
17158 \backslash
17159 newrefformat{fig}
17160 \newline
17161
17162 \begin_inset ERT
17163 status collapsed
17164
17165 \begin_layout Standard
17166
17167
17168 \backslash
17169 hphantom{ }
17170 \end_layout
17171
17172 \end_inset
17173
17174 {Figura~flotante~
17175 \backslash
17176 ref{#1} impresa en página~
17177 \backslash
17178 pageref{#1}}
17179 \end_layout
17180
17181 \begin_layout Standard
17182 La tilde "~" es el equivalente en LaTeX al espacio protegido.
17183  El comando 
17184 \series bold
17185
17186 \backslash
17187 ref{#1}
17188 \series default
17189  se refiere al número flotante, el comando 
17190 \series bold
17191
17192 \backslash
17193 pageref{#1}
17194 \series default
17195  al número de página.
17196 \end_layout
17197
17198 \begin_layout Subsection
17199 Designación Automática de Referencias
17200 \begin_inset LatexCommand index
17201 name "Referencias ! Designación Automática"
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Standard
17209 El paquete LaTeX 
17210 \series bold
17211 hyperref
17212 \series default
17213  dispone de una característica muy útil que permite incluir automáticamente
17214  en las referencias cruzadas el nombre de los flotantes referidos (o partes
17215  de texto como secciones).
17216  Quieres p.\InsetSpace \thinspace{}
17217 e.
17218  escribir la palabra "Figura" antes de cada cuadro de referencia.
17219  Para conseguirlo debes cargar el paquete LaTeX 
17220 \series bold
17221 hyperref
17222 \series default
17223
17224 \begin_inset LatexCommand index
17225 name "LaTeX-paquetes ! hyperref"
17226
17227 \end_inset
17228
17229  en el preámbulo del documento con
17230 \end_layout
17231
17232 \begin_layout Standard
17233
17234 \series bold
17235
17236 \backslash
17237 usepackage[pdfborder={0 0 0}]{hyperref}
17238 \newline
17239
17240 \backslash
17241 AtBeginDocument{
17242 \backslash
17243 renewcommand{
17244 \backslash
17245 ref}[1]{
17246 \backslash
17247 mbox{
17248 \backslash
17249 autoref{#1}}}}
17250 \end_layout
17251
17252 \begin_layout Standard
17253
17254 \series bold
17255 hyperref 
17256 \series default
17257 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
17258  significa que el lector del documento podrá pinchar sobre una entrada de
17259  Índice o una referencia y será inmediatamente dirigido a esa parte del
17260  documento.
17261  
17262 \series bold
17263 hyperref
17264 \series default
17265  también crea marcadores PDF para cada sección para facilitar al lector
17266  la navegación por el documento.
17267  Esto también se ha usado en este documento pero si echas una ojeada al
17268  preámbulo encontrarás varias opciones en la carga de 
17269 \series bold
17270 hyperref
17271 \series default
17272 .
17273  Para aprender más sobre ello acude a la documentoación del paquete 
17274 \begin_inset LatexCommand cite
17275 key "hyperref"
17276
17277 \end_inset
17278
17279 .
17280 \end_layout
17281
17282 \begin_layout Standard
17283 \begin_inset Note Greyedout
17284 status open
17285
17286 \begin_layout Standard
17287
17288 \series bold
17289 Nota:
17290 \series default
17291  La designación automática de referencias no puede usarse en el estilo 
17292 \family sans
17293 Referencia\InsetSpace ~
17294 con\InsetSpace ~
17295 formato
17296 \family default
17297 , descrita en la sección\InsetSpace ~
17298
17299 \begin_inset LatexCommand ref
17300 reference "sub:Formatos-referencia-cruzada"
17301
17302 \end_inset
17303
17304 .
17305  Por esto no se ha usado en este documento.
17306 \end_layout
17307
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \begin_layout Subsection
17314 Colocación de Referencias
17315 \begin_inset LatexCommand label
17316 name "sub:Colocación-de-Referencias"
17317
17318 \end_inset
17319
17320
17321 \begin_inset LatexCommand index
17322 name "Referencias ! Colocación"
17323
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Standard
17330 Si usas 
17331 \series bold
17332 hyperref
17333 \series default
17334
17335 \begin_inset LatexCommand index
17336 name "LaTeX-paquetes ! hyperref"
17337
17338 \end_inset
17339
17340  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
17341  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
17342  El encabezado será la primera parte de texto en pantalla, de forma que
17343  para ver la imagen debes deslizar.
17344  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
17345  Usando el paquete 
17346 \series bold
17347 hypcap
17348 \series default
17349
17350 \begin_inset LatexCommand index
17351 name "LaTeX-paquetes ! hypcap"
17352
17353 \end_inset
17354
17355 , que forma parte del paquete LaTeX 
17356 \series bold
17357 oberdiek
17358 \series default
17359
17360 \begin_inset LatexCommand index
17361 name "LaTeX-paquetes ! oberdiek"
17362
17363 \end_inset
17364
17365 , el ancla de enlace se sitúa al comienzo de un flotante.
17366  Para usar esta característica para figuras flotantes carga 
17367 \series bold
17368 hypcap
17369 \series default
17370  en el preámbulo con
17371 \end_layout
17372
17373 \begin_layout Standard
17374
17375 \series bold
17376
17377 \backslash
17378 usepackage[f\SpecialChar \textcompwordmark{}
17379 igure]{hypcap}
17380 \end_layout
17381
17382 \begin_layout Standard
17383 Puedes usar 
17384 \series bold
17385 hypcap
17386 \series default
17387  para todos los flotantes aunque no se recomienda por razones de estabilidad.
17388  Más información en el manual de 
17389 \series bold
17390 hypcap
17391 \series default
17392  
17393 \begin_inset LatexCommand cite
17394 key "hypcap"
17395
17396 \end_inset
17397
17398 .
17399 \end_layout
17400
17401 \begin_layout Standard
17402 \begin_inset Note Greyedout
17403 status open
17404
17405 \begin_layout Standard
17406
17407 \series bold
17408 Nota: hypcap 
17409 \series default
17410 debe cargarse después de
17411 \series bold
17412  hyperref 
17413 \series default
17414 en el preámbulo
17415 \series bold
17416 .
17417 \end_layout
17418
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \begin_layout Section
17425 Colocación de Flotantes
17426 \begin_inset LatexCommand label
17427 name "sec:Colocación-de-Flotantes"
17428
17429 \end_inset
17430
17431
17432 \begin_inset LatexCommand index
17433 name "Flotantes ! Colocación"
17434
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \begin_layout Standard
17441 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
17442  cambiarse las opciones de LaTeX para situar los flotantes.
17443 \newline
17444 La opción 
17445 \family sans
17446 Extender\InsetSpace ~
17447 columnas
17448 \family default
17449  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
17450  flotante abarcará ambas columnas en lugar de una sola.
17451  La opción 
17452 \family sans
17453 Girar\InsetSpace ~
17454 a\InsetSpace ~
17455 un\InsetSpace ~
17456 lado
17457 \family default
17458  sirve para girar flotantes, ver sección\InsetSpace ~
17459
17460 \begin_inset LatexCommand ref
17461 reference "sec:Rotación-de-Flotantes"
17462
17463 \end_inset
17464
17465 .
17466  
17467 \end_layout
17468
17469 \begin_layout Standard
17470 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
17471  la posición de un flotante si desmarcas la opción 
17472 \family sans
17473 Usar\InsetSpace ~
17474 ubicación\InsetSpace ~
17475 predeterminada
17476 \family default
17477 :
17478 \end_layout
17479
17480 \begin_layout Standard
17481
17482 \family sans
17483 \series bold
17484 Aquí\InsetSpace ~
17485 si\InsetSpace ~
17486 es\InsetSpace ~
17487 posible:
17488 \family default
17489 \series default
17490  intenta situar el flotante en la posición en la que se inserta
17491 \end_layout
17492
17493 \begin_layout Standard
17494
17495 \family sans
17496 \series bold
17497 Principio\InsetSpace ~
17498 de\InsetSpace ~
17499 página:
17500 \family default
17501 \series default
17502  intenta situar el flotante al principio de la página actual
17503 \end_layout
17504
17505 \begin_layout Standard
17506
17507 \family sans
17508 \series bold
17509 Fin\InsetSpace ~
17510 de\InsetSpace ~
17511 página:
17512 \family default
17513 \series default
17514  intenta situar el flotante al final de la página actual
17515 \end_layout
17516
17517 \begin_layout Standard
17518
17519 \family sans
17520 \series bold
17521 Página\InsetSpace ~
17522 de\InsetSpace ~
17523 flotantes:
17524 \family default
17525 \series default
17526  intenta situar el flotante en una página propia 
17527 \end_layout
17528
17529 \begin_layout Standard
17530 LaTeX usa 
17531 \emph on
17532 siempre
17533 \emph default
17534  ese orden de opciones.
17535  Significa que si usas la colocación predeterminada, LaTeX probará en primer
17536  lugar 
17537 \family sans
17538 Aquí\InsetSpace ~
17539 si\InsetSpace ~
17540 es\InsetSpace ~
17541 posible
17542 \family default
17543 , luego 
17544 \family sans
17545 Principio\InsetSpace ~
17546 de\InsetSpace ~
17547 página
17548 \family default
17549 , y después las otras.
17550  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
17551  pero en dicho orden.
17552  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
17553  pero intenta poner el flotante en la página siguiente.
17554 \end_layout
17555
17556 \begin_layout Standard
17557 De forma predeterminada cada una de las opciones tiene sus propias reglas:
17558 \end_layout
17559
17560 \begin_layout Labeling
17561 \labelwidthstring 00.00.0000
17562
17563 \family sans
17564 Principio\InsetSpace ~
17565 de\InsetSpace ~
17566 página: 
17567 \family default
17568 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
17569 % de la página puede ubicarse al principio
17570  de página (
17571 \series bold
17572
17573 \backslash
17574 topfraction
17575 \series default
17576 )
17577 \end_layout
17578
17579 \begin_layout Labeling
17580 \labelwidthstring 00.00.0000
17581
17582 \family sans
17583 Fin\InsetSpace ~
17584 de\InsetSpace ~
17585 página: 
17586 \family default
17587 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
17588 % de la página puede ubicarse al fin
17589  de página.
17590  (
17591 \series bold
17592
17593 \backslash
17594 bottomfraction
17595 \series default
17596 )
17597 \end_layout
17598
17599 \begin_layout Labeling
17600 \labelwidthstring 00.00.0000
17601
17602 \family sans
17603 Página\InsetSpace ~
17604 de\InsetSpace ~
17605 flotantes: 
17606 \family default
17607 solo si más del 50\InsetSpace \thinspace{}
17608 % de la página se ocupa por flotantes puede haber varios
17609  juntos en la misma página.
17610  (
17611 \series bold
17612
17613 \backslash
17614 floatpáginafraction
17615 \series default
17616 )
17617 \end_layout
17618
17619 \begin_layout Standard
17620 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
17621  
17622 \family sans
17623 Ignorar\InsetSpace ~
17624 reglas\InsetSpace ~
17625 de\InsetSpace ~
17626 LaTeX
17627 \family default
17628 .
17629 \newline
17630 También puedes redefinir las reglas con comandos LaTeX que van entre paréntesis
17631  tras la descripción de reglas anteriores.
17632  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
17633  la regla 
17634 \family sans
17635 Fin
17636 \family default
17637 \InsetSpace ~
17638
17639 \family sans
17640 de
17641 \family default
17642 \InsetSpace ~
17643
17644 \family sans
17645 página 
17646 \family default
17647 al 50\InsetSpace \thinspace{}
17648 %, añade esta línea en el preámbulo:
17649 \end_layout
17650
17651 \begin_layout Standard
17652
17653 \series bold
17654
17655 \backslash
17656 renewcommand{
17657 \backslash
17658 bottomfraction}{0.5}
17659 \end_layout
17660
17661 \begin_layout Standard
17662 En determinados casos podrías necesitar ubicar un flotante exactamente en
17663  la posición en la que se inserta.
17664  Para esto puedes usar la opción 
17665 \family sans
17666 Aquí\InsetSpace ~
17667 definitivamente
17668 \family default
17669 .
17670  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
17671  porque el flotante ya no podrá "flotar" y si haces cambios al documento
17672  se podría estropear el diseño de la página.
17673 \end_layout
17674
17675 \begin_layout Standard
17676 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
17677  están rodeados por texto de un párrafo determinado.
17678 \begin_inset VSpace bigskip
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \begin_layout Standard
17685 A veces surge el problema de que un flotante se sitúa al principio de la
17686  página mientras que su sección correspondiente empieza en mitad de la página,
17687  así que el lector podría creer que el flotante forma parte de la sección
17688  anterior.
17689  Para evitarlo puede emplearse el comando LaTeX 
17690 \series bold
17691
17692 \backslash
17693 suppressf\SpecialChar \textcompwordmark{}
17694 loats
17695 \series default
17696 , que suprime la ubicación de un flotante dado en la página donde se inserta
17697  y además puede servir para evitar que el flotante se coloque antes del
17698  inicio de sección.
17699  Para ello, añade estos comandos al préambulo:
17700 \end_layout
17701
17702 \begin_layout Standard
17703
17704 \series bold
17705
17706 \backslash
17707 let
17708 \backslash
17709 mySection
17710 \backslash
17711 section
17712 \newline
17713
17714 \backslash
17715 renewcommand{
17716 \backslash
17717 section}{
17718 \backslash
17719 suppressf\SpecialChar \textcompwordmark{}
17720 loats[t]
17721 \backslash
17722 mySection}
17723 \end_layout
17724
17725 \begin_layout Standard
17726 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
17727  subsecciones.
17728  No es recomendable para partes pequeñas de texto como subsubsecciones porque
17729  LaTeX podría tener problemas para encontrar una ubicación adecuada.
17730 \end_layout
17731
17732 \begin_layout Standard
17733 \begin_inset VSpace bigskip
17734 \end_inset
17735
17736 En ciertos casos se quieren tener todas las figuras/tablas al final del
17737  documento.
17738  Para estos casos está el paquete LaTeX 
17739 \series bold
17740 endf\SpecialChar \textcompwordmark{}
17741 loat
17742 \series default
17743
17744 \begin_inset LatexCommand index
17745 name "LaTeX-paquetes ! endfloat"
17746
17747 \end_inset
17748
17749 .
17750  Pone todas las figuras y tablas flotantes al final del documento en secciones
17751  propias.
17752  En la posición original del flotante se inserta una indicación como 
17753 \begin_inset Quotes eld
17754 \end_inset
17755
17756
17757 \family sans
17758 [Figura\InsetSpace ~
17759 3.2 por aquí.]
17760 \family default
17761
17762 \begin_inset Quotes erd
17763 \end_inset
17764
17765 .
17766  El paquete 
17767 \series bold
17768 endf\SpecialChar \textcompwordmark{}
17769 loat
17770 \series default
17771  se carga en el preámbulo con la línea
17772 \end_layout
17773
17774 \begin_layout Standard
17775
17776 \series bold
17777
17778 \backslash
17779 usepackage[options]{endf\SpecialChar \textcompwordmark{}
17780 loat}
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Hay varias opciones para diseñar las secciones figura/tabla creadas.
17785  Para más información ver la documentación de 
17786 \begin_inset LatexCommand cite
17787 key "endfloat"
17788
17789 \end_inset
17790
17791 .
17792 \newline
17793
17794 \begin_inset Note Greyedout
17795 status open
17796
17797 \begin_layout Standard
17798
17799 \series bold
17800 Nota: endf\SpecialChar \textcompwordmark{}
17801 loat
17802 \series default
17803  no traduce automáticamente la indicación, hay que hacerlo manualmente,
17804  ver sección\InsetSpace ~
17805 4 en 
17806 \begin_inset LatexCommand cite
17807 key "endfloat"
17808
17809 \end_inset
17810
17811 .
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \newline
17818
17819 \begin_inset Note Greyedout
17820 status open
17821
17822 \begin_layout Standard
17823
17824 \series bold
17825 Nota:
17826 \series default
17827  Actualmente hay un error en 
17828 \series bold
17829 endf\SpecialChar \textcompwordmark{}
17830 loat
17831 \series default
17832  cuando el encabezado contiene el caracter alemán 
17833 \begin_inset Quotes eld
17834 \end_inset
17835
17836 ß
17837 \begin_inset Quotes erd
17838 \end_inset
17839
17840 .
17841  Usa en ese caso el comando 
17842 \begin_inset Quotes eld
17843 \end_inset
17844
17845
17846 \series bold
17847
17848 \backslash
17849 ss
17850 \series default
17851
17852 \begin_inset Quotes erd
17853 \end_inset
17854
17855  en ERT en vez de 
17856 \begin_inset Quotes eld
17857 \end_inset
17858
17859 ß
17860 \begin_inset Quotes erd
17861 \end_inset
17862
17863 .
17864 \end_layout
17865
17866 \end_inset
17867
17868
17869 \end_layout
17870
17871 \begin_layout Standard
17872 \begin_inset VSpace bigskip
17873 \end_inset
17874
17875 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
17876 \begin_inset LatexCommand cite
17877 key "latexcompanion,latexguide,latexbook"
17878
17879 \end_inset
17880
17881 .
17882 \end_layout
17883
17884 \begin_layout Section
17885 Rotación de Flotantes
17886 \begin_inset LatexCommand label
17887 name "sec:Rotación-de-Flotantes"
17888
17889 \end_inset
17890
17891
17892 \begin_inset LatexCommand index
17893 name "Flotantes ! Rotación"
17894
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \begin_layout Standard
17901 Podrías necesitar girar flotantes, especialmente en tablas grandes.
17902  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
17903  la opción 
17904 \family sans
17905 Girar\InsetSpace ~
17906 a\InsetSpace ~
17907 un\InsetSpace ~
17908 lado
17909 \family default
17910 .
17911 \end_layout
17912
17913 \begin_layout Standard
17914 Los flotantes girados son puestos siempre en su propia página (o columna
17915  si el documento es de dos columnas).
17916  Normalmente se rotan de forma que puedes leerlos desde el margen externo
17917  -- a la izquierda en páginas pares, a la derecha en impares.
17918 \end_layout
17919
17920 \begin_layout Standard
17921 Los flotantes girados se refieren igual que los normales, y el formato de
17922  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
17923
17924 \begin_inset LatexCommand ref
17925 reference "tab:Tabla-girada"
17926
17927 \end_inset
17928
17929 .
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset Note Greyedout
17934 status open
17935
17936 \begin_layout Standard
17937
17938 \series bold
17939 Nota:
17940 \series default
17941  No todos los visores DVI pueden mostrar tablas giradas.
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset Float table
17951 wide false
17952 sideways true
17953 status open
17954
17955 \begin_layout Caption
17956 \begin_inset LatexCommand label
17957 name "tab:Tabla-girada"
17958
17959 \end_inset
17960
17961  Tabla girada
17962 \end_layout
17963
17964 \begin_layout Standard
17965 \align center
17966 \begin_inset Tabular
17967 <lyxtabular version="3" rows="1" columns="5">
17968 <features>
17969 <column alignment="center" valignment="top" leftline="true" width="0">
17970 <column alignment="center" valignment="top" leftline="true" width="0">
17971 <column alignment="center" valignment="top" leftline="true" width="0">
17972 <column alignment="center" valignment="top" leftline="true" width="0">
17973 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
17974 <row topline="true" bottomline="true">
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Standard
17979 test
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Standard
17988 b
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Standard
17997 c
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Standard
18006 d
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Standard
18015 e
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 </row>
18021 </lyxtabular>
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \begin_layout Section
18034 Formato de Encabezados
18035 \begin_inset LatexCommand index
18036 name "Encabezados ! Formato"
18037
18038 \end_inset
18039
18040
18041 \begin_inset LatexCommand index
18042 name "Flotantes ! Formato de Encabezados"
18043
18044 \end_inset
18045
18046
18047 \begin_inset LatexCommand index
18048 name "LaTeX-paquetes ! caption"
18049
18050 \end_inset
18051
18052
18053 \begin_inset LatexCommand label
18054 name "sec:Formato-de-Encabezados"
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 El entorno 
18063 \family sans
18064 Encabezado
18065 \family default
18066  es el predeterminado para los 
18067 \family sans
18068 Flotantes
18069 \family default
18070 .
18071  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
18072 e.\InsetSpace ~
18073 "
18074 \family sans
18075 Figura #
18076 \family default
18077 :" seguida por el texto.
18078  El símbolo de número 
18079 \begin_inset Quotes eld
18080 \end_inset
18081
18082 #
18083 \begin_inset Quotes erd
18084 \end_inset
18085
18086  es sustituido en la salida impresa por el número de referencia real.
18087  Por defecto la etiqueta y el número usan la misma fuente que el texto del
18088  encabezado y el signo dos puntos sigue al número para separar la etiqueta
18089  del texto.
18090  El formato de encabezado no es apropiado para todos los formatos de documento.
18091  
18092 \end_layout
18093
18094 \begin_layout Standard
18095 Para cambiar el formato predeterminado carga el paquete LaTeX 
18096 \series bold
18097 caption
18098 \series default
18099
18100 \begin_inset LatexCommand index
18101 name "LaTeX-paquetes ! caption"
18102
18103 \end_inset
18104
18105  en el preámbulo del documento con la línea:
18106 \end_layout
18107
18108 \begin_layout Standard
18109
18110 \series bold
18111
18112 \backslash
18113 usepackage[definición de formato]{caption}
18114 \end_layout
18115
18116 \begin_layout Standard
18117 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
18118  los encabezados de tabla siempre sobre ella como en este documento, usa
18119  el comando:
18120 \end_layout
18121
18122 \begin_layout Standard
18123
18124 \series bold
18125
18126 \backslash
18127 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
18128 \end_layout
18129
18130 \begin_layout Standard
18131 También puedes definir distintos formatos de encabezado para los distintos
18132  tipos de flotantes.
18133  En ese caso carga el paquete 
18134 \series bold
18135 caption
18136 \series default
18137  sin opciones específicas y define los distintos formatos con ayuda del
18138  comando
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \series bold
18144
18145 \backslash
18146 captionsetup[tipo de flotante]{definición de formato}
18147 \end_layout
18148
18149 \begin_layout Standard
18150 en el preámbulo del documento.
18151  Por ejemplo los encabezados de la Figura\InsetSpace ~
18152
18153 \begin_inset LatexCommand ref
18154 reference "fig:Esto-es-una-fig"
18155
18156 \end_inset
18157
18158  y la Tabla\InsetSpace ~
18159
18160 \begin_inset LatexCommand ref
18161 reference "tab:Esto-es-una-tab"
18162
18163 \end_inset
18164
18165  pueden crearse usando los siguientes comandos en el preámbulo:
18166 \end_layout
18167
18168 \begin_layout Standard
18169
18170 \series bold
18171
18172 \backslash
18173 usepackage[tableposition=top]{caption}
18174 \series default
18175
18176 \newline
18177
18178 \series bold
18179
18180 \backslash
18181 captionsetup[f\SpecialChar \textcompwordmark{}
18182 igure]{labelfont={tt}, textfont=it, indention=1cm,%
18183 \newline
18184
18185 \begin_inset ERT
18186 status collapsed
18187
18188 \begin_layout Standard
18189
18190
18191 \backslash
18192 hphantom{
18193 \backslash
18194
18195 \backslash
18196 captionsetup[figure]
18197 \backslash
18198 {}
18199 \end_layout
18200
18201 \end_inset
18202
18203  labelsep=period}
18204 \newline
18205
18206 \backslash
18207 captionsetup[table]{labelfont={bf,sf}}
18208 \end_layout
18209
18210 \begin_layout Standard
18211 Para más información sobre el paquete 
18212 \series bold
18213 caption
18214 \series default
18215  acude a su documentación 
18216 \begin_inset LatexCommand cite
18217 key "caption,caption-de"
18218
18219 \end_inset
18220
18221 .
18222 \end_layout
18223
18224 \begin_layout Standard
18225 \begin_inset VSpace bigskip
18226 \end_inset
18227
18228 Si estás usando la clase de documento 
18229 \series bold
18230 koma-script
18231 \series default
18232
18233 \begin_inset LatexCommand index
18234 name "LaTeX-paquetes ! koma-script"
18235
18236 \end_inset
18237
18238  (
18239 \family sans
18240 article (koma-script)
18241 \family default
18242
18243 \family sans
18244 book (koma-script)
18245 \family default
18246
18247 \family sans
18248 letter (koma-script)
18249 \family default
18250 , o 
18251 \family sans
18252 report (koma-script)
18253 \family default
18254 \InsetSpace \thinspace{}
18255 ), puedes emplear en vez del paquete 
18256 \series bold
18257 caption
18258 \series default
18259  el comando
18260 \series bold
18261  
18262 \backslash
18263 setkomafont
18264 \series default
18265  incluido en 
18266 \series bold
18267 koma-script
18268 \series default
18269 .
18270  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
18271  comando en el preámbulo del documento:
18272 \end_layout
18273
18274 \begin_layout Standard
18275
18276 \series bold
18277
18278 \backslash
18279 setkomafont{captionlabel}{
18280 \backslash
18281 bfseries}
18282 \end_layout
18283
18284 \begin_layout Standard
18285 Más información sobre 
18286 \series bold
18287
18288 \backslash
18289 setkomafont
18290 \series default
18291  en la documentación de 
18292 \series bold
18293 koma-script
18294 \series default
18295  
18296 \begin_inset LatexCommand cite
18297 key "koma-script,koma-script-de"
18298
18299 \end_inset
18300
18301 .
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset ERT
18306 status collapsed
18307
18308 \begin_layout Standard
18309
18310
18311 \backslash
18312 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
18313 }
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \begin_inset Note Note
18320 status open
18321
18322 \begin_layout Standard
18323 El formato de encabezado se ha cambiado sólo para este ejemplo.
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \begin_layout Standard
18332 \begin_inset Float figure
18333 placement !p
18334 wide false
18335 sideways false
18336 status open
18337
18338 \begin_layout Standard
18339 \align center
18340 \begin_inset Graphics
18341         filename mobius.eps
18342         lyxscale 50
18343         scale 50
18344
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \begin_layout Caption
18351 \begin_inset LatexCommand label
18352 name "fig:Esto-es-una-fig"
18353
18354 \end_inset
18355
18356 Este es un ejemplo de encabezado de figura que es mayor de una línea para
18357  mostrar el formato diferente.
18358  Aquí se usa un encabezado autodefinido.
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 \begin_inset ERT
18368 status collapsed
18369
18370 \begin_layout Standard
18371
18372
18373 \backslash
18374 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
18375 on}
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 \begin_inset Float table
18385 placement !p
18386 wide false
18387 sideways false
18388 status open
18389
18390 \begin_layout Caption
18391 \begin_inset LatexCommand label
18392 name "tab:Esto-es-una-tab"
18393
18394 \end_inset
18395
18396 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
18397  el formato diferente.
18398  Aquí se usa el formato de encabezado standard para tablas de este documento.
18399 \end_layout
18400
18401 \begin_layout Standard
18402 \align center
18403 \begin_inset Tabular
18404 <lyxtabular version="3" rows="1" columns="5">
18405 <features>
18406 <column alignment="center" valignment="top" leftline="true" width="0">
18407 <column alignment="center" valignment="top" leftline="true" width="0">
18408 <column alignment="center" valignment="top" leftline="true" width="0">
18409 <column alignment="center" valignment="top" leftline="true" width="0">
18410 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18411 <row topline="true" bottomline="true">
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Standard
18416 a
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Standard
18425 b
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Standard
18434 c
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Standard
18443 d
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Standard
18452 e
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 </lyxtabular>
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Section
18471 Colocación de Encabezados
18472 \begin_inset LatexCommand index
18473 name "Encabezados ! Colocación"
18474
18475 \end_inset
18476
18477
18478 \begin_inset LatexCommand index
18479 name "Flotantes ! Colocación de Encabezados"
18480
18481 \end_inset
18482
18483
18484 \begin_inset LatexCommand label
18485 name "sec:Colocación-de-Encabezados"
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 La norma habitual para colocar encabezados es:
18494 \end_layout
18495
18496 \begin_layout Description
18497 Figura: El encabezado bajo la figura
18498 \end_layout
18499
18500 \begin_layout Description
18501 Tabla: El encabezado sobre la tabla
18502 \end_layout
18503
18504 \begin_layout Standard
18505 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
18506  sobre la tabla.
18507  Esto implica que si usas las clases de documento 
18508 \family sans
18509 article
18510 \family default
18511
18512 \family sans
18513 book
18514 \family default
18515
18516 \family sans
18517 letter
18518 \family default
18519 , o 
18520 \family sans
18521 report
18522 \family default
18523  no habrá espacio entre el encabezado y la tabla.
18524  Para insertar el espacio adecuado añade la siguiente opción al comando
18525  del paquete LaTeX 
18526 \series bold
18527 caption
18528 \series default
18529  en el preámbulo del documento
18530 \begin_inset Foot
18531 status collapsed
18532
18533 \begin_layout Standard
18534 Ver la sección\InsetSpace ~
18535
18536 \begin_inset LatexCommand ref
18537 reference "sec:Formato-de-Encabezados"
18538
18539 \end_inset
18540
18541  para más información sobre el paquete 
18542 \series bold
18543 caption
18544 \series default
18545 .
18546 \end_layout
18547
18548 \end_inset
18549
18550 :
18551 \end_layout
18552
18553 \begin_layout Standard
18554
18555 \series bold
18556 tableposition=top
18557 \end_layout
18558
18559 \begin_layout Standard
18560 Si estás usando la clase 
18561 \series bold
18562 koma-script
18563 \series default
18564
18565 \begin_inset LatexCommand index
18566 name "LaTeX-paquetes ! koma-script"
18567
18568 \end_inset
18569
18570  (
18571 \family sans
18572 article (koma-script)
18573 \family default
18574
18575 \family sans
18576 book (koma-script)
18577 \family default
18578
18579 \family sans
18580 letter (koma-script)
18581 \family default
18582 , o 
18583 \family sans
18584 report (koma-script)
18585 \family default
18586 \InsetSpace \thinspace{}
18587 ), en vez de 
18588 \series bold
18589 caption
18590 \series default
18591  puedes poner la opción 
18592 \series bold
18593 tablecaptionabove
18594 \series default
18595  de la clase de documento, o usar el entorno 
18596 \family sans
18597 Encabezado
18598 \family default
18599 \InsetSpace ~
18600
18601 \family sans
18602 Arriba
18603 \family default
18604  en vez del entorno 
18605 \family sans
18606 Encabezado
18607 \family default
18608 .
18609 \end_layout
18610
18611 \begin_layout Standard
18612 \begin_inset VSpace bigskip
18613 \end_inset
18614
18615 También es posible poner el encabezado junto a una figura o tabla.
18616  Para conseguirlo hay que cargar el paquete LaTeX 
18617 \series bold
18618 sidecap
18619 \series default
18620
18621 \begin_inset LatexCommand index
18622 name "LaTeX-paquetes ! sidecap"
18623
18624 \end_inset
18625
18626  añadiendo en el preámbulo del documento la línea
18627 \end_layout
18628
18629 \begin_layout Standard
18630
18631 \series bold
18632
18633 \backslash
18634 usepackage[option]{sidecap}
18635 \end_layout
18636
18637 \begin_layout Standard
18638 Si no se especifica opción, el encabezado se ubica del lado del margen externo
18639  de la página -- a la derecha en páginas impares, a la izquierda en las
18640  pares.
18641  Puedes cambiar la colocación al margen interno con la opción 
18642 \series bold
18643 innercaption
18644 \series default
18645 .
18646  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
18647  opciones 
18648 \series bold
18649 rightcaption
18650 \series default
18651  o 
18652 \series bold
18653 leftcaption
18654 \series default
18655 , respectivamente.
18656 \end_layout
18657
18658 \begin_layout Standard
18659 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
18660  estos comandos al preámbulo del documento:
18661 \end_layout
18662
18663 \begin_layout Standard
18664
18665 \lyxline
18666
18667 \end_layout
18668
18669 \begin_layout Standard
18670
18671 \series bold
18672
18673 \backslash
18674 newcommand{
18675 \backslash
18676 TabBesBeg}{%
18677 \newline
18678
18679 \begin_inset ERT
18680 status collapsed
18681
18682 \begin_layout Standard
18683
18684
18685 \backslash
18686 hphantom{ }
18687 \end_layout
18688
18689 \end_inset
18690
18691
18692 \backslash
18693 let
18694 \backslash
18695 MyTable
18696 \backslash
18697 table
18698 \newline
18699
18700 \begin_inset ERT
18701 status collapsed
18702
18703 \begin_layout Standard
18704
18705
18706 \backslash
18707 hphantom{ }
18708 \end_layout
18709
18710 \end_inset
18711
18712
18713 \backslash
18714 let
18715 \backslash
18716 MyEndtable
18717 \backslash
18718 endtable
18719 \newline
18720
18721 \begin_inset ERT
18722 status collapsed
18723
18724 \begin_layout Standard
18725
18726
18727 \backslash
18728 hphantom{ }
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \backslash
18735 renewenvironment{table}{
18736 \backslash
18737 begin{SCtable}}{
18738 \backslash
18739 end{SCtable}}}
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 newcommand{
18748 \backslash
18749 TabBesEnd}{%
18750 \newline
18751
18752 \begin_inset ERT
18753 status collapsed
18754
18755 \begin_layout Standard
18756
18757
18758 \backslash
18759 hphantom{ }
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \backslash
18766 let
18767 \backslash
18768 table
18769 \backslash
18770 MyTable
18771 \newline
18772
18773 \begin_inset ERT
18774 status collapsed
18775
18776 \begin_layout Standard
18777
18778
18779 \backslash
18780 hphantom{ }
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \backslash
18787 let
18788 \backslash
18789 endtable
18790 \backslash
18791 MyEndtable
18792 \end_layout
18793
18794 \begin_layout Standard
18795
18796 \series bold
18797
18798 \backslash
18799 newcommand{
18800 \backslash
18801 FigBesBeg}{%
18802 \newline
18803
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Standard
18808
18809
18810 \backslash
18811 hphantom{ }
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \backslash
18818 let
18819 \backslash
18820 MyFigure
18821 \backslash
18822 f\SpecialChar \textcompwordmark{}
18823 igure
18824 \newline
18825
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Standard
18830
18831
18832 \backslash
18833 hphantom{ }
18834 \end_layout
18835
18836 \end_inset
18837
18838
18839 \backslash
18840 let
18841 \backslash
18842 MyEndf\SpecialChar \textcompwordmark{}
18843 igure
18844 \backslash
18845 endf\SpecialChar \textcompwordmark{}
18846 igure
18847 \newline
18848
18849 \begin_inset ERT
18850 status collapsed
18851
18852 \begin_layout Standard
18853
18854
18855 \backslash
18856 hphantom{ }
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \backslash
18863 renewenvironment{f\SpecialChar \textcompwordmark{}
18864 igure}{
18865 \backslash
18866 begin{SCf\SpecialChar \textcompwordmark{}
18867 igure}}{
18868 \backslash
18869 end{SCf\SpecialChar \textcompwordmark{}
18870 igure}}}
18871 \end_layout
18872
18873 \begin_layout Standard
18874
18875 \series bold
18876
18877 \backslash
18878 newcommand{
18879 \backslash
18880 FigBesEnd}{%
18881 \newline
18882
18883 \begin_inset ERT
18884 status collapsed
18885
18886 \begin_layout Standard
18887
18888
18889 \backslash
18890 hphantom{ }
18891 \end_layout
18892
18893 \end_inset
18894
18895
18896 \backslash
18897 let
18898 \backslash
18899 f\SpecialChar \textcompwordmark{}
18900 igure
18901 \backslash
18902 MyFigure
18903 \newline
18904
18905 \begin_inset ERT
18906 status collapsed
18907
18908 \begin_layout Standard
18909
18910
18911 \backslash
18912 hphantom{ }
18913 \end_layout
18914
18915 \end_inset
18916
18917
18918 \backslash
18919 let
18920 \backslash
18921 endf\SpecialChar \textcompwordmark{}
18922 igure
18923 \backslash
18924 MyEndf\SpecialChar \textcompwordmark{}
18925 igure}
18926 \end_layout
18927
18928 \begin_layout Standard
18929
18930 \lyxline
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 Estos comandos permiten redefinir los flotantes de modo que el encabezado
18936  aparezca en un lado.
18937  Para figuras flotantes usa el comando
18938 \end_layout
18939
18940 \begin_layout Standard
18941
18942 \series bold
18943
18944 \backslash
18945 FigBesBeg
18946 \end_layout
18947
18948 \begin_layout Standard
18949 en ERT antes del flotante.
18950  Detrás del flotante inserta
18951 \end_layout
18952
18953 \begin_layout Standard
18954
18955 \series bold
18956
18957 \backslash
18958 FigBesEnd
18959 \end_layout
18960
18961 \begin_layout Standard
18962 en ERT para volver a la definición original de flotantes.
18963 \end_layout
18964
18965 \begin_layout Standard
18966 Para tablas flotantes usa los comandos correspondientes
18967 \end_layout
18968
18969 \begin_layout Standard
18970
18971 \series bold
18972
18973 \backslash
18974 TabBesBeg
18975 \series default
18976  y 
18977 \series bold
18978
18979 \backslash
18980 TabBesEnd
18981 \end_layout
18982
18983 \begin_layout Standard
18984 La Figura\InsetSpace ~
18985
18986 \begin_inset LatexCommand ref
18987 reference "fig:encab-al-lado"
18988
18989 \end_inset
18990
18991  y la Tabla\InsetSpace ~
18992
18993 \begin_inset LatexCommand ref
18994 reference "tab:encab-al-lado"
18995
18996 \end_inset
18997
18998  son ejemplos en los que el encabezado se sitúa al lado.
18999 \end_layout
19000
19001 \begin_layout Standard
19002 En los ejemplos puedes ver que el texto del encabezado aparece encima del
19003  flotante en tablas flotantes y debajo en las figuras flotantes.
19004  Para cambiarlo, puedes usar el comando
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010
19011 \backslash
19012 sidecaptionvpos{tipo de flotante}{colocación}
19013 \end_layout
19014
19015 \begin_layout Standard
19016 en el preámbulo o en ERT antes del flotante.
19017  El tipo de flotante es 
19018 \family sans
19019 figure
19020 \family default
19021  o 
19022 \family sans
19023 table
19024 \family default
19025 , la colocación puede ser 
19026 \begin_inset Quotes eld
19027 \end_inset
19028
19029
19030 \family sans
19031 t
19032 \family default
19033
19034 \begin_inset Quotes erd
19035 \end_inset
19036
19037  por 
19038 \begin_inset Quotes eld
19039 \end_inset
19040
19041 top
19042 \begin_inset Quotes erd
19043 \end_inset
19044
19045  (arriba), 
19046 \begin_inset Quotes eld
19047 \end_inset
19048
19049
19050 \family sans
19051 c
19052 \family default
19053
19054 \begin_inset Quotes erd
19055 \end_inset
19056
19057  por 
19058 \begin_inset Quotes eld
19059 \end_inset
19060
19061 center
19062 \begin_inset Quotes erd
19063 \end_inset
19064
19065  (centro), o 
19066 \begin_inset Quotes eld
19067 \end_inset
19068
19069
19070 \family sans
19071 b
19072 \family default
19073
19074 \begin_inset Quotes erd
19075 \end_inset
19076
19077  por 
19078 \begin_inset Quotes eld
19079 \end_inset
19080
19081 bottom
19082 \begin_inset Quotes erd
19083 \end_inset
19084
19085  (abajo).
19086  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
19087  centrado, usa el comando
19088 \end_layout
19089
19090 \begin_layout Standard
19091
19092 \series bold
19093
19094 \backslash
19095 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
19096 igure}{c}
19097 \end_layout
19098
19099 \begin_layout Standard
19100 Esto se ha hecho en la Figura\InsetSpace ~
19101
19102 \begin_inset LatexCommand ref
19103 reference "fig:encab-al-lado-de-fig"
19104
19105 \end_inset
19106
19107 .
19108 \end_layout
19109
19110 \begin_layout Standard
19111 \begin_inset VSpace defskip
19112 \end_inset
19113
19114 Más información sobre el paquete 
19115 \series bold
19116 sidecap
19117 \series default
19118  en su documentación 
19119 \begin_inset LatexCommand cite
19120 key "sidecap"
19121
19122 \end_inset
19123
19124 .
19125 \end_layout
19126
19127 \begin_layout Standard
19128 \begin_inset Note Greyedout
19129 status open
19130
19131 \begin_layout Standard
19132
19133 \series bold
19134 Nota:
19135 \series default
19136  El paquete LaTeX 
19137 \series bold
19138 hypcap
19139 \series default
19140
19141 \begin_inset LatexCommand index
19142 name "LaTeX-paquetes ! hypcap"
19143
19144 \end_inset
19145
19146 , descrito en la sección\InsetSpace ~
19147
19148 \begin_inset LatexCommand ref
19149 reference "sub:Colocación-de-Referencias"
19150
19151 \end_inset
19152
19153 , no afecta a flotantes con el encabezado al lado.
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Standard
19162 \begin_inset ERT
19163 status collapsed
19164
19165 \begin_layout Standard
19166
19167
19168 \backslash
19169 FigBesBeg 
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 \begin_inset Float figure
19179 wide false
19180 sideways false
19181 status open
19182
19183 \begin_layout Standard
19184 \begin_inset Graphics
19185         filename escher-lsd.eps
19186         scale 75
19187
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \begin_layout Caption
19194 \begin_inset LatexCommand label
19195 name "fig:encab-al-lado"
19196
19197 \end_inset
19198
19199 Encabezado al lado de una figura.
19200 \end_layout
19201
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \begin_layout Standard
19208 \begin_inset ERT
19209 status collapsed
19210
19211 \begin_layout Standard
19212
19213
19214 \backslash
19215 TabBesBeg 
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Standard
19224 \begin_inset Float table
19225 wide false
19226 sideways false
19227 status open
19228
19229 \begin_layout Caption
19230 \begin_inset LatexCommand label
19231 name "tab:encab-al-lado"
19232
19233 \end_inset
19234
19235 Encabezado al lado de una tabla.
19236 \end_layout
19237
19238 \begin_layout Standard
19239 \begin_inset Tabular
19240 <lyxtabular version="3" rows="4" columns="5">
19241 <features>
19242 <column alignment="center" valignment="top" leftline="true" width="0">
19243 <column alignment="center" valignment="top" leftline="true" width="0">
19244 <column alignment="center" valignment="top" leftline="true" width="0">
19245 <column alignment="center" valignment="top" leftline="true" width="0">
19246 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19247 <row topline="true">
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Standard
19252 a
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Standard
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Standard
19270 b
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Standard
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Standard
19288 c
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row topline="true">
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Standard
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Standard
19308 d
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Standard
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Standard
19326 e
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Standard
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row topline="true">
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Standard
19346 f
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Standard
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Standard
19364 g
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Standard
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Standard
19382 h
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row topline="true" bottomline="true">
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Standard
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Standard
19402 i
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Standard
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Standard
19420 j
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Standard
19429
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 </row>
19435 </lyxtabular>
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \begin_layout Standard
19448 \begin_inset ERT
19449 status collapsed
19450
19451 \begin_layout Standard
19452
19453
19454 \backslash
19455 TabBesEnd
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \begin_layout Standard
19464 \begin_inset ERT
19465 status collapsed
19466
19467 \begin_layout Standard
19468
19469
19470 \backslash
19471 sidecaptionvpos{figure}{c}
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \begin_inset Float figure
19478 wide false
19479 sideways false
19480 status open
19481
19482 \begin_layout Standard
19483 \begin_inset Graphics
19484         filename escher-lsd.eps
19485         scale 75
19486
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \begin_layout Caption
19493 \begin_inset LatexCommand label
19494 name "fig:encab-al-lado-de-fig"
19495
19496 \end_inset
19497
19498 Encabezado junto a una figura centrado verticalmente.
19499 \end_layout
19500
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \begin_layout Standard
19507 \begin_inset ERT
19508 status collapsed
19509
19510 \begin_layout Standard
19511
19512
19513 \backslash
19514 FigBesEnd
19515 \end_layout
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Section
19523 Lista de Flotantes
19524 \begin_inset LatexCommand label
19525 name "sec:Lista-de-Flotantes"
19526
19527 \end_inset
19528
19529
19530 \begin_inset LatexCommand index
19531 name "Flotantes ! Lista"
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \begin_layout Standard
19539 Igual que en el índice general se listan las secciones del documento, hay
19540  listas para todos los tipos de flotantes, como las figuras.
19541  Se pueden insertar mediante los submenús 
19542 \family sans
19543 Insertar\SpecialChar \menuseparator
19544 Lista / IG
19545 \family default
19546 .
19547 \end_layout
19548
19549 \begin_layout Standard
19550 Las entradas de la lista son los encabezados del flotante o su título corto,
19551  el número, y el número de página del documento en la que aparecen.
19552 \end_layout
19553
19554 \begin_layout Standard
19555 Puedes encontrar las listas de figuras y tablas al final de este documento.
19556 \end_layout
19557
19558 \begin_layout Chapter
19559 Notas
19560 \end_layout
19561
19562 \begin_layout Section
19563 Notas en 
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Standard
19568
19569
19570 \backslash
19571 texorpdfstring{
19572 \end_layout
19573
19574 \end_inset
19575
19576 LyX
19577 \begin_inset ERT
19578 status collapsed
19579
19580 \begin_layout Standard
19581
19582 }{LyX}
19583 \end_layout
19584
19585 \end_inset
19586
19587  
19588 \begin_inset LatexCommand label
19589 name "sec:Notas-en-LyX"
19590
19591 \end_inset
19592
19593
19594 \begin_inset LatexCommand index
19595 name "Notas ! Notas en LyX"
19596
19597 \end_inset
19598
19599
19600 \begin_inset Note Note
19601 status collapsed
19602
19603 \begin_layout Standard
19604 El comando 
19605 \backslash
19606 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
19607  que los enlaces se muestren erróneamente en los marcadores PDF.
19608  Para más información sobre esto mira en 
19609 \begin_inset LatexCommand cite
19610 key "hyperref"
19611
19612 \end_inset
19613
19614 .
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Las notas se insertan con el botón 
19624 \begin_inset Graphics
19625         filename ../images/note-insert.xpm
19626         scale 85
19627
19628 \end_inset
19629
19630  o el menú 
19631 \family sans
19632 Insertar\SpecialChar \menuseparator
19633 Nota
19634 \family default
19635 .
19636  Hay tres tipos de notas:
19637 \end_layout
19638
19639 \begin_layout Description
19640 Nota\InsetSpace ~
19641 LyX Este tipo es para notas internas que no han de aparecer en la salida.
19642  Su cuadro se muestra como este:
19643 \newline
19644
19645 \newline
19646
19647 \begin_inset Graphics
19648         filename ../clipart/NotaLyXImagenQt4.png
19649         display none
19650         scale 85
19651
19652 \end_inset
19653
19654  
19655 \begin_inset Note Note
19656 status open
19657
19658 \begin_layout Standard
19659 Este es un texto en un recuadro que no se muestra en la salida.
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Description
19668 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
19669  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
19670 \family sans
19671 Archivo\SpecialChar \menuseparator
19672 Exportar\SpecialChar \menuseparator
19673 LaTeX (pdflatex) / LaTeX (plain)
19674 \family default
19675 .
19676  Su recuadro se ve así:
19677 \newline
19678
19679 \newline
19680
19681 \begin_inset Graphics
19682         filename ../clipart/ComentNotaImagenQt4.png
19683         display none
19684         scale 85
19685
19686 \end_inset
19687
19688  
19689 \begin_inset Note Comment
19690 status open
19691
19692 \begin_layout Standard
19693 Una nota comentario que solo aparece como comentario en archivos LaTeX.
19694 \end_layout
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Description
19702 Resaltado\InsetSpace ~
19703 en\InsetSpace ~
19704 gris Esta nota aparece en la salida como texto resaltado en gris.
19705  Su recuadro se parece a este:
19706 \newline
19707
19708 \newline
19709
19710 \begin_inset Graphics
19711         filename ../clipart/GrisNotaImagenQt4.png
19712         display none
19713         scale 85
19714
19715 \end_inset
19716
19717
19718 \newline
19719
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Standard
19724
19725
19726 \backslash
19727 renewenvironment{lyxgreyedout}
19728 \end_layout
19729
19730 \begin_layout Standard
19731
19732 {
19733 \backslash
19734 textcolor[gray]{0.8}
19735 \backslash
19736 bgroup}{
19737 \backslash
19738 egroup}
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \begin_inset Note Greyedout
19745 status open
19746
19747 \begin_layout Standard
19748 Este es el texto
19749 \begin_inset Foot
19750 status open
19751
19752 \begin_layout Standard
19753 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
19754 \end_layout
19755
19756 \end_inset
19757
19758  de un comentario que se muestra resaltado en gris.
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \begin_inset ERT
19765 status collapsed
19766
19767 \begin_layout Standard
19768
19769
19770 \backslash
19771 renewenvironment{lyxgreyedout}
19772 \end_layout
19773
19774 \begin_layout Standard
19775
19776 {
19777 \backslash
19778 textcolor{blue}
19779 \backslash
19780 bgroup}{
19781 \backslash
19782 egroup}
19783 \end_layout
19784
19785 \end_inset
19786
19787
19788 \newline
19789
19790 \newline
19791 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
19792  un poco sangrada y puede tener notas al pie.
19793 \end_layout
19794
19795 \begin_layout Standard
19796 \begin_inset VSpace bigskip
19797 \end_inset
19798
19799 Si usas el botón de la barra de herramientas para insertar notas, se inserta
19800  una 
19801 \family sans
19802 Nota\InsetSpace ~
19803 LyX
19804 \family default
19805 .
19806  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
19807  recuadro.
19808  
19809 \family roman
19810 \series medium
19811 \bar no
19812 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
19813  botón de herramienta nota
19814 \family default
19815 \series default
19816 \bar default
19817 .
19818 \end_layout
19819
19820 \begin_layout Standard
19821 \begin_inset VSpace bigskip
19822 \end_inset
19823
19824 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
19825  el comando:
19826 \end_layout
19827
19828 \begin_layout Standard
19829
19830 \series bold
19831
19832 \backslash
19833 renewenvironment{lyxgreyedout}
19834 \newline
19835
19836 \begin_inset ERT
19837 status collapsed
19838
19839 \begin_layout Standard
19840
19841
19842 \backslash
19843 hphantom{ }
19844 \end_layout
19845
19846 \end_inset
19847
19848 {
19849 \backslash
19850 textcolor{color}
19851 \backslash
19852 bgroup}{
19853 \backslash
19854 egroup}
19855 \end_layout
19856
19857 \begin_layout Standard
19858 Los colores disponibles y el método para definir nuestros propios colores
19859  se explica en la sección\InsetSpace ~
19860
19861 \begin_inset LatexCommand ref
19862 reference "sec:Tablas-Coloreadas"
19863
19864 \end_inset
19865
19866 .
19867 \end_layout
19868
19869 \begin_layout Standard
19870 Las notas en azul en este documento se han hecho con notas resaltado en
19871  gris definiendo el color del texto en azul.
19872 \end_layout
19873
19874 \begin_layout Section
19875 Notas al pie
19876 \begin_inset LatexCommand label
19877 name "sec:Notas-al-pie"
19878
19879 \end_inset
19880
19881
19882 \begin_inset LatexCommand index
19883 name "Notas ! al Pie"
19884
19885 \end_inset
19886
19887
19888 \begin_inset LatexCommand index
19889 name "Notas al Pie"
19890
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \begin_layout Standard
19897 Las notas al pie se insertan con el botón 
19898 \begin_inset Graphics
19899         filename ../images/footnote-insert.xpm
19900         scale 85
19901
19902 \end_inset
19903
19904  o el menú 
19905 \family sans
19906 Insertar\SpecialChar \menuseparator
19907 Nota\InsetSpace ~
19908 al\InsetSpace ~
19909 pie
19910 \family default
19911 .
19912  
19913 \family roman
19914 \series medium
19915 \bar no
19916 Aparece un recuadro como este:
19917 \family default
19918 \series default
19919 \bar default
19920  
19921 \begin_inset Graphics
19922         filename ../clipart/notapieQt4.png
19923         scale 80
19924
19925 \end_inset
19926
19927
19928 \family roman
19929 \series medium
19930 \bar no
19931  donde puedes introducir el texto.
19932  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
19933  sobre el
19934 \family default
19935 \series default
19936 \bar default
19937  
19938 \family roman
19939 \series medium
19940 \bar no
19941 botón
19942 \family default
19943 \series default
19944 \bar default
19945 .
19946 \end_layout
19947
19948 \begin_layout Standard
19949 Aquí hay un ejemplo de nota al pie:
19950 \family roman
19951 \series medium
19952 \bar no
19953
19954 \begin_inset Foot
19955 status open
19956
19957 \begin_layout Standard
19958 \begin_inset LatexCommand label
19959 name "pie:Esto-es-una"
19960
19961 \end_inset
19962
19963 Ejemplo de nota al pie.
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \family default
19970 \series default
19971 \bar default
19972
19973 \begin_inset ERT
19974 status collapsed
19975
19976 \begin_layout Standard
19977
19978
19979 \backslash
19980 newcounter{MyRepeatFoot}
19981 \end_layout
19982
19983 \begin_layout Standard
19984
19985
19986 \backslash
19987 setcounter{MyRepeatFoot}{
19988 \backslash
19989 thefootnote}
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Standard
19998 En la salida, el pie se muestra como número exponente en el lugar del texto
19999  donde se coloca el recuadro.
20000  El texto se coloca al final de la página actual.
20001  Los números de las notas son calculados por LaTeX, y son consecutivos.
20002  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
20003 \end_layout
20004
20005 \begin_layout Standard
20006 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
20007  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
20008  se describe en la sección\InsetSpace ~
20009
20010 \begin_inset LatexCommand ref
20011 reference "sec:Referencias-a-Flotantes"
20012
20013 \end_inset
20014
20015 .
20016 \newline
20017 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
20018
20019 \begin_inset LatexCommand prettyref
20020 reference "pie:Esto-es-una"
20021
20022 \end_inset
20023
20024 .
20025 \newline
20026
20027 \begin_inset Note Greyedout
20028 status collapsed
20029
20030 \begin_layout Standard
20031
20032 \series bold
20033 Nota:
20034 \series default
20035  LyX no suministra prefijos para etiquetas en notas al pie, así que has
20036  de insertar un prefijo, p.\InsetSpace \thinspace{}
20037 e.\InsetSpace ~
20038
20039 \family sans
20040
20041 \begin_inset Quotes eld
20042 \end_inset
20043
20044 pie:
20045 \family default
20046
20047 \begin_inset Quotes erd
20048 \end_inset
20049
20050  manualmente cuando quieras usar el estilo 
20051 \family sans
20052 Referencia\InsetSpace ~
20053 con\InsetSpace ~
20054 formato
20055 \family default
20056 .
20057 \end_layout
20058
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \begin_layout Standard
20065 \begin_inset VSpace defskip
20066 \end_inset
20067
20068 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
20069
20070 \begin_inset LatexCommand ref
20071 reference "sec:Minipáginas"
20072
20073 \end_inset
20074
20075 .
20076  Los pies en tablas largas en la sección\InsetSpace ~
20077
20078 \begin_inset LatexCommand ref
20079 reference "sub:Notas-al-pie-en-Tablas-Largas"
20080
20081 \end_inset
20082
20083 .
20084 \end_layout
20085
20086 \begin_layout Standard
20087 \begin_inset VSpace defskip
20088 \end_inset
20089
20090 Para crear solo una marca para una nota al pie, usa el comando 
20091 \series bold
20092
20093 \backslash
20094 footnotemark[número]
20095 \series default
20096  en ERT.
20097  Esto se emplea si tienes la misma anotación varias veces en el texto pero
20098  no quieres imprimir el pie cada vez.
20099 \newline
20100 Como no sabes el número del pie que
20101  se repite mientras escribes el texto, tienes que guardarlo.
20102  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
20103  en ERT detrás de Nota\InsetSpace ~
20104 al\InsetSpace ~
20105 pie\InsetSpace ~
20106
20107 \begin_inset LatexCommand ref
20108 reference "pie:Esto-es-una"
20109
20110 \end_inset
20111
20112  para guardar el número de pie:
20113 \end_layout
20114
20115 \begin_layout Standard
20116
20117 \series bold
20118
20119 \backslash
20120 newcounter{MyRepeatFoot}
20121 \newline
20122
20123 \backslash
20124 setcounter{MyRepeatFoot}{
20125 \backslash
20126 thefootnote}
20127 \end_layout
20128
20129 \begin_layout Standard
20130 La marca de pie se crea entonces con el comando:
20131 \end_layout
20132
20133 \begin_layout Standard
20134
20135 \series bold
20136
20137 \backslash
20138 footnotemark[
20139 \backslash
20140 theMyRepeatFoot]
20141 \end_layout
20142
20143 \begin_layout Standard
20144 Aquí hay un ejemplo de marca de pie:
20145 \family roman
20146 \series medium
20147 \bar no
20148
20149 \begin_inset ERT
20150 status collapsed
20151
20152 \begin_layout Standard
20153
20154
20155 \backslash
20156 footnotemark[
20157 \backslash
20158 theMyRepeatFoot]
20159 \end_layout
20160
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \begin_layout Subsection
20167 Numeración de Notas al Pie
20168 \begin_inset LatexCommand label
20169 name "sub:Numeración-de-Notas-al-Pie"
20170
20171 \end_inset
20172
20173
20174 \begin_inset LatexCommand index
20175 name "Notas al Pie ! Numeración"
20176
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \begin_layout Standard
20183 Si quieres numerar notas al pie en el esquema 
20184 \begin_inset Quotes eld
20185 \end_inset
20186
20187 capítulo.nota
20188 \begin_inset Quotes erd
20189 \end_inset
20190
20191 , añade el siguiente comando al preámbulo del documento:
20192 \end_layout
20193
20194 \begin_layout Standard
20195
20196 \series bold
20197
20198 \backslash
20199 numberwithin{footnote}{chapter}
20200 \end_layout
20201
20202 \begin_layout Standard
20203 Para poder usar el comando 
20204 \series bold
20205
20206 \backslash
20207 numberwithin
20208 \series default
20209 , marca la opción 
20210 \family sans
20211 Usar
20212 \family default
20213 \InsetSpace ~
20214
20215 \family sans
20216 el
20217 \family default
20218 \InsetSpace ~
20219
20220 \family sans
20221 paquete
20222 \family default
20223 \InsetSpace ~
20224
20225 \family sans
20226 AMS 
20227 \family default
20228 en la pestaña 
20229 \family sans
20230 Ecuaciones
20231 \family default
20232  de la configuración del documento.
20233 \end_layout
20234
20235 \begin_layout Standard
20236 \begin_inset ERT
20237 status collapsed
20238
20239 \begin_layout Standard
20240
20241
20242 \backslash
20243 numberwithin{footnote}{chapter}
20244 \end_layout
20245
20246 \end_inset
20247
20248 Esto es otro ejemplo de nota al pie:
20249 \series bold
20250
20251 \begin_inset Foot
20252 status open
20253
20254 \begin_layout Standard
20255 Nota al pie numerada en el esquema 
20256 \begin_inset Quotes eld
20257 \end_inset
20258
20259 capítulo.nota
20260 \begin_inset Quotes erd
20261 \end_inset
20262
20263 .
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \series default
20270
20271 \begin_inset ERT
20272 status collapsed
20273
20274 \begin_layout Standard
20275
20276
20277 \backslash
20278 numberwithin{footnote}{part}
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \begin_layout Standard
20287 \begin_inset VSpace bigskip
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \begin_layout Standard
20294 Para reestablecer el número de pie a 1 en cada sección añade este
20295 \family roman
20296  comando en el preámbulo:
20297 \end_layout
20298
20299 \begin_layout Standard
20300
20301 \series bold
20302
20303 \backslash
20304 @addtoreset{footnote}{section}
20305 \end_layout
20306
20307 \begin_layout Standard
20308 \begin_inset VSpace bigskip
20309 \end_inset
20310
20311 El siguiente comando en el preámbulo cambia el estilo de numeración del
20312  pie a números romanos pequeños:
20313 \end_layout
20314
20315 \begin_layout Standard
20316
20317 \series bold
20318
20319 \backslash
20320 renewcommand{
20321 \backslash
20322 thefootnote}{
20323 \backslash
20324 roman{footnote}}
20325 \end_layout
20326
20327 \begin_layout Standard
20328 \begin_inset ERT
20329 status collapsed
20330
20331 \begin_layout Standard
20332
20333
20334 \backslash
20335 renewcommand{
20336 \backslash
20337 thefootnote}{
20338 \backslash
20339 roman{footnote}}
20340 \end_layout
20341
20342 \end_inset
20343
20344  Nota al pie en números romanos:
20345 \begin_inset Foot
20346 status open
20347
20348 \begin_layout Standard
20349 Ejemplo de nota al pie en números romanos.
20350 \end_layout
20351
20352 \end_inset
20353
20354
20355 \begin_inset ERT
20356 status collapsed
20357
20358 \begin_layout Standard
20359
20360
20361 \backslash
20362 renewcommand{
20363 \backslash
20364 thefootnote}{
20365 \backslash
20366 arabic{footnote}}
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Standard
20375 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
20376  
20377 \series bold
20378
20379 \backslash
20380 roman
20381 \series default
20382  por 
20383 \series bold
20384
20385 \backslash
20386 Roman
20387 \series default
20388 .
20389  Para 
20390 \begin_inset Quotes eld
20391 \end_inset
20392
20393 numerar
20394 \begin_inset Quotes erd
20395 \end_inset
20396
20397  notas al pie con letras mayúsculas o minúsculas usa 
20398 \series bold
20399
20400 \backslash
20401 Alph
20402 \series default
20403  o 
20404 \series bold
20405
20406 \backslash
20407 alph
20408 \series default
20409 , respectivamente.
20410  Para 
20411 \begin_inset Quotes eld
20412 \end_inset
20413
20414 numerar
20415 \begin_inset Quotes erd
20416 \end_inset
20417
20418  notas al pie con símbolos usa 
20419 \series bold
20420
20421 \backslash
20422 fnsymbol
20423 \series default
20424 .
20425 \end_layout
20426
20427 \begin_layout Standard
20428 \begin_inset Note Greyedout
20429 status open
20430
20431 \begin_layout Standard
20432
20433 \series bold
20434 Nota:
20435 \series medium
20436  
20437 \series default
20438 Solo puedes numerar hasta 26 pies con letras, porque esta numeración está
20439  limitada a letras simples.
20440 \end_layout
20441
20442 \end_inset
20443
20444
20445 \newline
20446
20447 \begin_inset Note Greyedout
20448 status open
20449
20450 \begin_layout Standard
20451
20452 \series bold
20453 Nota:
20454 \series default
20455  Solo puedes numerar 9 pies con símbolos.
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Standard
20464 Para volver al estilo de numeración predeterminado cuando has cambiado a
20465  otro estilo, usa 
20466 \series bold
20467
20468 \backslash
20469 arabic
20470 \series default
20471  en vez de 
20472 \series bold
20473
20474 \backslash
20475 roman
20476 \series default
20477  en el comando anterior.
20478 \end_layout
20479
20480 \begin_layout Subsection
20481 Colocación de Notas al Pie
20482 \begin_inset LatexCommand index
20483 name "Notas al Pie ! Colocación"
20484
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \begin_layout Standard
20491 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
20492  entre ellas al final de la página.
20493  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
20494 e.
20495  1.5\InsetSpace \thinspace{}
20496 mm con el comando siguiente en el preámbulo:
20497 \end_layout
20498
20499 \begin_layout Standard
20500
20501 \series bold
20502
20503 \backslash
20504 let
20505 \backslash
20506 myFoot
20507 \backslash
20508 footnote
20509 \newline
20510
20511 \backslash
20512 renewcommand{
20513 \backslash
20514 footnote}[1]{
20515 \backslash
20516 myFoot{#1
20517 \backslash
20518 vspace{1.5mm}}}
20519 \end_layout
20520
20521 \begin_layout Standard
20522 \begin_inset VSpace bigskip
20523 \end_inset
20524
20525 En documentos a dos columnas la nota al pie aparece al final de cada columna,
20526  ver la Figura\InsetSpace ~
20527
20528 \begin_inset LatexCommand ref
20529 reference "fig:Colocación-standard-del-pie"
20530
20531 \end_inset
20532
20533 .
20534  Si las notas debieran mostrarse sólo al final de la columna derecha, como
20535  en la Figura\InsetSpace ~
20536
20537 \begin_inset LatexCommand ref
20538 reference "fig:Colocación-del-pie-en"
20539
20540 \end_inset
20541
20542 , usa el paquete LaTeX 
20543 \series bold
20544 ftnright
20545 \series default
20546
20547 \begin_inset LatexCommand index
20548 name "LaTeX-paquetes ! ftnright"
20549
20550 \end_inset
20551
20552  con este comando en el preámbulo:
20553 \end_layout
20554
20555 \begin_layout Standard
20556
20557 \series bold
20558
20559 \backslash
20560 usepackage{ftnright}
20561 \end_layout
20562
20563 \begin_layout Standard
20564 \begin_inset Float figure
20565 placement !h
20566 wide false
20567 sideways false
20568 status open
20569
20570 \begin_layout Standard
20571 \begin_inset ERT
20572 status collapsed
20573
20574 \begin_layout Standard
20575
20576
20577 \backslash
20578 framebox{
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \begin_inset Graphics
20585         filename ../clipart/without_fntright.pdf
20586         width 100col%
20587
20588 \end_inset
20589
20590
20591 \begin_inset ERT
20592 status collapsed
20593
20594 \begin_layout Standard
20595
20596 }
20597 \end_layout
20598
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \begin_layout Caption
20605 \begin_inset LatexCommand label
20606 name "fig:Colocación-standard-del-pie"
20607
20608 \end_inset
20609
20610 Colocación standard de notas al pie en documentos a dos columnas.
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \begin_layout Standard
20619 \begin_inset Float figure
20620 placement !h
20621 wide false
20622 sideways false
20623 status open
20624
20625 \begin_layout Standard
20626 \begin_inset ERT
20627 status collapsed
20628
20629 \begin_layout Standard
20630
20631
20632 \backslash
20633 framebox{
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \begin_inset Graphics
20640         filename ../clipart/with_fntright.pdf
20641         width 100col%
20642
20643 \end_inset
20644
20645
20646 \begin_inset ERT
20647 status collapsed
20648
20649 \begin_layout Standard
20650
20651 }
20652 \end_layout
20653
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \begin_layout Caption
20660 \begin_inset LatexCommand label
20661 name "fig:Colocación-del-pie-en"
20662
20663 \end_inset
20664
20665 Colocación del pie en documentos a dos columnas cuando se usa el paquete
20666  LaTeX 
20667 \series bold
20668 ftnright
20669 \series default
20670 .
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Standard
20679 \begin_inset VSpace bigskip
20680 \end_inset
20681
20682 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
20683  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
20684
20685 \begin_inset LatexCommand ref
20686 reference "fig:Notas-al-final----notas-al-pie"
20687
20688 \end_inset
20689
20690 .
20691  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
20692  
20693 \series bold
20694 endnotes
20695 \series default
20696
20697 \begin_inset LatexCommand index
20698 name "LaTeX-paquetes ! endnotes"
20699
20700 \end_inset
20701
20702  con las siguientes líneas en el preámbulo de tu documento:
20703 \end_layout
20704
20705 \begin_layout Standard
20706
20707 \series bold
20708
20709 \backslash
20710 usepackage{endnotes}
20711 \newline
20712
20713 \backslash
20714 let
20715 \backslash
20716 footnote
20717 \backslash
20718 endnote
20719 \end_layout
20720
20721 \begin_layout Standard
20722 Para insertar la colección de notas, escribe el comando
20723 \end_layout
20724
20725 \begin_layout Standard
20726
20727 \series bold
20728
20729 \backslash
20730 theendnotes
20731 \end_layout
20732
20733 \begin_layout Standard
20734 en ERT al final de una sección o capítulo.
20735 \end_layout
20736
20737 \begin_layout Standard
20738 \begin_inset Float figure
20739 wide false
20740 sideways false
20741 status open
20742
20743 \begin_layout Standard
20744 \align center
20745 \begin_inset ERT
20746 status collapsed
20747
20748 \begin_layout Standard
20749
20750
20751 \backslash
20752 framebox{
20753 \end_layout
20754
20755 \end_inset
20756
20757
20758 \begin_inset Graphics
20759         filename ../clipart/endnotes.pdf
20760
20761 \end_inset
20762
20763
20764 \begin_inset ERT
20765 status collapsed
20766
20767 \begin_layout Standard
20768
20769 }
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Caption
20778 \begin_inset LatexCommand label
20779 name "fig:Notas-al-final----notas-al-pie"
20780
20781 \end_inset
20782
20783 Notas al final -- notas al pie impresas en párrafo separado al final de
20784  la sección o del capítulo.
20785 \end_layout
20786
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \begin_layout Standard
20793 \begin_inset VSpace defskip
20794 \end_inset
20795
20796 La cabecera de párrafo para las notas finales no se traduce automáticamente
20797  al lenguaje del documento, hay que hacerlo manualmente.
20798   El siguiente comando de preámbulo traduce el nombre en inglés 
20799 \begin_inset Quotes eld
20800 \end_inset
20801
20802 Notes
20803 \begin_inset Quotes erd
20804 \end_inset
20805
20806  al español 
20807 \begin_inset Quotes eld
20808 \end_inset
20809
20810 Notas
20811 \begin_inset Quotes erd
20812 \end_inset
20813
20814 :
20815 \end_layout
20816
20817 \begin_layout Standard
20818
20819 \series bold
20820
20821 \backslash
20822 renewcommand{
20823 \backslash
20824 notesname}{Notas}
20825 \end_layout
20826
20827 \begin_layout Standard
20828 \begin_inset VSpace defskip
20829 \end_inset
20830
20831 La numeración de notas finales puede cambiarse como la de las notas al pie,
20832  como se describe en la sección\InsetSpace ~
20833
20834 \begin_inset LatexCommand ref
20835 reference "sub:Numeración-de-Notas-al-Pie"
20836
20837 \end_inset
20838
20839 ; sólo hay que reemplazar el comando 
20840 \series bold
20841
20842 \backslash
20843 thefootnote
20844 \series default
20845  por 
20846 \series bold
20847
20848 \backslash
20849 theendnote
20850 \series default
20851 .
20852  Para restablecer la numeración usa el comando 
20853 \series bold
20854
20855 \backslash
20856 @addtoreset 
20857 \series default
20858 como se describe en la sección\InsetSpace ~
20859
20860 \begin_inset LatexCommand ref
20861 reference "sub:Numeración-de-Notas-al-Pie"
20862
20863 \end_inset
20864
20865  y sustituye el parámetro de comando 
20866 \series bold
20867 footnote
20868 \series default
20869  por 
20870 \series bold
20871 endnote
20872 \series default
20873 .
20874 \end_layout
20875
20876 \begin_layout Standard
20877 Para crear solo una marca para una nota final, usa el comando 
20878 \series bold
20879
20880 \backslash
20881 endnotemark[número]
20882 \series default
20883  similar al comando 
20884 \series bold
20885
20886 \backslash
20887 footnotemark
20888 \series default
20889 , descrito en la sección\InsetSpace ~
20890
20891 \begin_inset LatexCommand ref
20892 reference "sec:Notas-al-pie"
20893
20894 \end_inset
20895
20896 .
20897 \end_layout
20898
20899 \begin_layout Standard
20900 \begin_inset VSpace bigskip
20901 \end_inset
20902
20903 Las notas al pie también pueden colocarse al margen de la página y la alineación
20904  del texto del pie también puede cambiarse, ver el paquete LaTeX 
20905 \series bold
20906 footmisc
20907 \series default
20908
20909 \begin_inset LatexCommand index
20910 name "LaTeX-paquetes ! footmisc"
20911
20912 \end_inset
20913
20914
20915 \begin_inset LatexCommand cite
20916 key "footmisc"
20917
20918 \end_inset
20919
20920  para más información.
20921 \end_layout
20922
20923 \begin_layout Standard
20924 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
20925  
20926 \begin_inset LatexCommand cite
20927 key "latexcompanion,latexguide,latexbook"
20928
20929 \end_inset
20930
20931 .
20932 \end_layout
20933
20934 \begin_layout Section
20935 Notas al Margen
20936 \begin_inset LatexCommand index
20937 name "Notas ! al Margen"
20938
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \begin_layout Standard
20945 Las notas al margen se ven y se comportan en LyX como notas al pie.
20946  Se insertan con el menú 
20947 \family sans
20948 Insertar\SpecialChar \menuseparator
20949 Nota\InsetSpace ~
20950 al\InsetSpace ~
20951 margen
20952 \family default
20953  o el botón 
20954 \begin_inset Graphics
20955         filename ../images/marginalnote-insert.xpm
20956         scale 85
20957
20958 \end_inset
20959
20960 .
20961  Aparece un cuadro gris con la etiqueta en rojo
20962 \family roman
20963 \series medium
20964  
20965 \begin_inset Quotes eld
20966 \end_inset
20967
20968 margen
20969 \begin_inset Quotes erd
20970 \end_inset
20971
20972  en el que puedes escribir el texto de la nota.
20973 \end_layout
20974
20975 \begin_layout Standard
20976 Al lado hay un ejemplo de nota al margen.
20977 \family roman
20978 \series medium
20979
20980 \begin_inset Marginal
20981 status open
20982
20983 \begin_layout Standard
20984 Esto es una nota al margen.
20985 \end_layout
20986
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \begin_layout Standard
20993 Estas notas salen en el margen derecho en documentos a una cara.
20994  En documentos a doble cara se muestran en el margen externo -- izquierdo
20995  en páginas pares, derecho en páginas impares.
20996  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
20997  a la derecha si la nota aparece en el margen izquierdo.
20998  La primera línea de la nota se sitúa en la posición de la línea del texto
20999  en la que se inserta en el documento.
21000 \end_layout
21001
21002 \begin_layout Standard
21003 \begin_inset VSpace bigskip
21004 \end_inset
21005
21006 Para colocar la nota en el margen interno añade el comando
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012
21013 \backslash
21014 reversemarginpar
21015 \end_layout
21016
21017 \begin_layout Standard
21018 en ERT antes de la nota.
21019  La nueva colocación es válida para todas las siguientes notas al margen.
21020 \begin_inset ERT
21021 status collapsed
21022
21023 \begin_layout Standard
21024
21025
21026 \backslash
21027 reversemarginpar 
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \begin_inset Marginal
21034 status open
21035
21036 \begin_layout Standard
21037 Esto es una nota en el margen interno.
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \series bold
21044
21045 \newline
21046
21047 \series default
21048
21049 \begin_inset Note Greyedout
21050 status open
21051
21052 \begin_layout Standard
21053
21054 \series bold
21055 Nota:
21056 \series default
21057  A veces no hay espacio suficiente en el margen interno, por lo que la nota
21058  no se mostrará correctamente en la salida.
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \begin_layout Standard
21067 \begin_inset ERT
21068 status collapsed
21069
21070 \begin_layout Standard
21071
21072
21073 \backslash
21074 normalmarginpar 
21075 \end_layout
21076
21077 \end_inset
21078
21079 Para volver a la ubicación predeterminada inserta el comando
21080 \end_layout
21081
21082 \begin_layout Standard
21083
21084 \series bold
21085
21086 \backslash
21087 normalmarginpar
21088 \end_layout
21089
21090 \begin_layout Standard
21091 en ERT.
21092 \newline
21093  
21094 \begin_inset Note Greyedout
21095 status open
21096
21097 \begin_layout Standard
21098
21099 \series bold
21100 Nota:
21101 \series default
21102  El comando se ignora si en el mismo párrafo está también presente el comando
21103  
21104 \series bold
21105
21106 \backslash
21107 reversemarginpar
21108 \series default
21109 .
21110 \end_layout
21111
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \begin_layout Standard
21118 \begin_inset VSpace bigskip
21119 \end_inset
21120
21121
21122 \family roman
21123 \series medium
21124
21125 \begin_inset Marginal
21126 status open
21127
21128 \begin_layout Standard
21129 PalabraMuyLargaAlMargen no partida con guión.
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \family default
21136 \series default
21137 Como en el caso descrito en la sección\InsetSpace ~
21138
21139 \begin_inset LatexCommand ref
21140 reference "sub:Líneas-Múltiples-en"
21141
21142 \end_inset
21143
21144 , una palabra larga no puede partirse con guión cuando es la primera en
21145  la nota al margen.
21146  Para evitar esto, inserta el comando
21147 \end_layout
21148
21149 \begin_layout Standard
21150
21151 \series bold
21152
21153 \backslash
21154 hspace{0pt}
21155 \end_layout
21156
21157 \begin_layout Standard
21158 en ERT antes de la palabra
21159 \family roman
21160 \series medium
21161 .
21162 \begin_inset Marginal
21163 status open
21164
21165 \begin_layout Standard
21166 \begin_inset ERT
21167 status collapsed
21168
21169 \begin_layout Standard
21170
21171
21172 \backslash
21173 hspace{0pt}
21174 \end_layout
21175
21176 \end_inset
21177
21178 PalabraMuyLargaAlMargen partida con guión.
21179 \end_layout
21180
21181 \end_inset
21182
21183
21184 \end_layout
21185
21186 \begin_layout Standard
21187 \begin_inset VSpace bigskip
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \begin_layout Standard
21194 \begin_inset Note Greyedout
21195 status open
21196
21197 \begin_layout Standard
21198
21199 \series bold
21200 Nota:
21201 \series default
21202  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
21203  y notas al pie.
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \begin_layout Standard
21212 Esta restricción se puede salvar con el paquete LaTeX 
21213 \series bold
21214 marginnote
21215 \series default
21216
21217 \begin_inset LatexCommand index
21218 name "LaTeX-paquetes ! marginnote"
21219
21220 \end_inset
21221
21222 .
21223  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
21224  notas al margen es redefinido para usar el comando provisto por el paquete
21225  
21226 \series bold
21227 marginnote
21228 \series default
21229 :
21230 \end_layout
21231
21232 \begin_layout Standard
21233
21234 \series bold
21235
21236 \backslash
21237 usepackage{marginnote}
21238 \newline
21239
21240 \backslash
21241 let
21242 \backslash
21243 marginpar
21244 \backslash
21245 marginnote
21246 \end_layout
21247
21248 \begin_layout Standard
21249 Esto se ha utilizado en el presente documento porque 
21250 \series bold
21251 marginnote
21252 \series default
21253  tiene una característica adicional útil: Puedes imponer un offset vertical
21254  a la nota.
21255  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
21256  diseño de la página.
21257  El offset se determina en LyX como ERT directamente tras la nota al margen
21258  en el esquema
21259 \end_layout
21260
21261 \begin_layout Standard
21262
21263 \series bold
21264 [offset]
21265 \end_layout
21266
21267 \begin_layout Standard
21268 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
21269
21270 \begin_inset LatexCommand ref
21271 reference "tab:Unidades"
21272
21273 \end_inset
21274
21275 .
21276  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
21277  abajo.
21278
21279 \family roman
21280 \series medium
21281  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
21282 cm
21283  arriba con el comando ERT 
21284 \begin_inset Quotes eld
21285 \end_inset
21286
21287
21288 \family default
21289 \series bold
21290 [-1.5cm]
21291 \family roman
21292 \series medium
21293
21294 \begin_inset Quotes erd
21295 \end_inset
21296
21297
21298 \begin_inset Marginal
21299 status open
21300
21301 \begin_layout Standard
21302 Esta nota está 1.5\InsetSpace \thinspace{}
21303 cm por encima de su posición original.
21304 \end_layout
21305
21306 \end_inset
21307
21308
21309 \family default
21310 \series default
21311
21312 \begin_inset ERT
21313 status collapsed
21314
21315 \begin_layout Standard
21316
21317 [-1.5cm]
21318 \end_layout
21319
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \begin_layout Standard
21326 \begin_inset VSpace defskip
21327 \end_inset
21328
21329 Con 
21330 \series bold
21331 marginnote
21332 \series default
21333  también puedes cambiar la alineación del texto en el margen.
21334  Por ejemplo los comandos
21335 \end_layout
21336
21337 \begin_layout Standard
21338
21339 \series bold
21340
21341 \backslash
21342 renewcommand*{
21343 \backslash
21344 raggedleftmarginnote}{
21345 \backslash
21346 centering}
21347 \newline
21348
21349 \backslash
21350 renewcommand*{
21351 \backslash
21352 raggedrightmarginnote}{
21353 \backslash
21354 centering}
21355 \end_layout
21356
21357 \begin_layout Standard
21358 producen alineación centrada.
21359  
21360 \series bold
21361
21362 \backslash
21363 raggedleftmarginnote
21364 \series default
21365  identifica las notas que aparecen al lado izquierdo.
21366 \family roman
21367 \series medium
21368
21369 \begin_inset ERT
21370 status collapsed
21371
21372 \begin_layout Standard
21373
21374
21375 \backslash
21376 renewcommand*{
21377 \backslash
21378 raggedleftmarginnote}{
21379 \backslash
21380 centering}
21381 \end_layout
21382
21383 \begin_layout Standard
21384
21385
21386 \backslash
21387 renewcommand*{
21388 \backslash
21389 raggedrightmarginnote}{
21390 \backslash
21391 centering}
21392 \end_layout
21393
21394 \end_inset
21395
21396
21397 \begin_inset Marginal
21398 status open
21399
21400 \begin_layout Standard
21401 El texto de esta nota está centrado.
21402 \end_layout
21403
21404 \end_inset
21405
21406  
21407 \family default
21408 \series default
21409 El valor predeterminado es 
21410 \end_layout
21411
21412 \begin_layout Standard
21413
21414 \series bold
21415
21416 \backslash
21417 renewcommand*{
21418 \backslash
21419 raggedleftmarginnote}{
21420 \backslash
21421 raggedleft}
21422 \newline
21423
21424 \backslash
21425 renewcommand*{
21426 \backslash
21427 raggedrightmarginnote}{
21428 \backslash
21429 raggedright}
21430 \family roman
21431 \series medium
21432
21433 \begin_inset ERT
21434 status collapsed
21435
21436 \begin_layout Standard
21437
21438
21439 \backslash
21440 renewcommand*{
21441 \backslash
21442 raggedleftmarginnote}{
21443 \backslash
21444 raggedleft}
21445 \end_layout
21446
21447 \begin_layout Standard
21448
21449
21450 \backslash
21451 renewcommand*{
21452 \backslash
21453 raggedrightmarginnote}{
21454 \backslash
21455 raggedright}
21456 \end_layout
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 \begin_inset VSpace defskip
21465 \end_inset
21466
21467 Para otras características de 
21468 \series bold
21469 marginnote
21470 \series default
21471  mira en su documentación 
21472 \begin_inset LatexCommand cite
21473 key "marginnote"
21474
21475 \end_inset
21476
21477 .
21478 \end_layout
21479
21480 \begin_layout Standard
21481 \begin_inset VSpace bigskip
21482 \end_inset
21483
21484 El diseño de las notas al margen puede ser redefinido.
21485  Por ejemplo, para crear una cabecera para todas las notas con el texto
21486  
21487 \begin_inset Quotes erd
21488 \end_inset
21489
21490
21491 \family sans
21492 \series bold
21493 \bar under
21494 Atención
21495 \family default
21496 \series default
21497 \bar default
21498
21499 \begin_inset Quotes eld
21500 \end_inset
21501
21502 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
21503 \end_layout
21504
21505 \begin_layout Standard
21506
21507 \series bold
21508
21509 \backslash
21510 let
21511 \backslash
21512 myMarginpar
21513 \backslash
21514 marginpar
21515 \newline
21516
21517 \backslash
21518 renewcommand{
21519 \backslash
21520 marginpar}[1]{
21521 \backslash
21522 myMarginpar{%
21523 \newline
21524
21525 \begin_inset ERT
21526 status collapsed
21527
21528 \begin_layout Standard
21529
21530
21531 \backslash
21532 hphantom{ }
21533 \end_layout
21534
21535 \end_inset
21536
21537
21538 \backslash
21539 hspace{0pt}
21540 \backslash
21541 textsf{
21542 \backslash
21543 textbf{
21544 \backslash
21545 underbar{¡Atención!}}}%
21546 \newline
21547
21548 \begin_inset ERT
21549 status collapsed
21550
21551 \begin_layout Standard
21552
21553
21554 \backslash
21555 hphantom{ }
21556 \end_layout
21557
21558 \end_inset
21559
21560
21561 \backslash
21562 vspace{1.5mm}
21563 \backslash
21564
21565 \backslash
21566 #1}}
21567 \end_layout
21568
21569 \begin_layout Standard
21570
21571 \family roman
21572 \series medium
21573 \begin_inset ERT
21574 status collapsed
21575
21576 \begin_layout Standard
21577
21578
21579 \backslash
21580 let
21581 \backslash
21582 myMarginpar
21583 \backslash
21584 marginpar
21585 \end_layout
21586
21587 \begin_layout Standard
21588
21589
21590 \backslash
21591 renewcommand{
21592 \backslash
21593 marginpar}[1]{
21594 \backslash
21595 myMarginpar{%
21596 \end_layout
21597
21598 \begin_layout Standard
21599
21600    
21601 \backslash
21602 textsf{
21603 \backslash
21604 textbf{
21605 \backslash
21606 underbar{¡Atención!}}}%
21607 \end_layout
21608
21609 \begin_layout Standard
21610
21611    
21612 \backslash
21613 vspace{1.5mm}
21614 \backslash
21615
21616 \backslash
21617 #1}}
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \begin_inset Marginal
21624 status open
21625
21626 \begin_layout Standard
21627 Esta es una nota con una cabecera definida.
21628 \end_layout
21629
21630 \end_inset
21631
21632
21633 \family default
21634 \series default
21635
21636 \begin_inset ERT
21637 status collapsed
21638
21639 \begin_layout Standard
21640
21641 [-1.5cm]
21642 \end_layout
21643
21644 \end_inset
21645
21646
21647 \family roman
21648 \series medium
21649
21650 \begin_inset ERT
21651 status collapsed
21652
21653 \begin_layout Standard
21654
21655
21656 \backslash
21657 renewcommand{
21658 \backslash
21659 marginpar}[1]{
21660 \backslash
21661 myMarginpar{#1}}
21662 \end_layout
21663
21664 \end_inset
21665
21666
21667 \family default
21668 \series default
21669
21670 \begin_inset Note Note
21671 status collapsed
21672
21673 \begin_layout Standard
21674 El formato de la nota al margen se ha cambiado solo para este ejemplo.
21675 \end_layout
21676
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \begin_layout Chapter
21683 Cuadros
21684 \end_layout
21685
21686 \begin_layout Section
21687 Introducción
21688 \begin_inset LatexCommand index
21689 name "Cuadros ! Introducción"
21690
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \begin_layout Standard
21697 Los cuadros se emplean para dar formato a bloques de texto.
21698  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
21699
21700 \begin_inset LatexCommand ref
21701 reference "sec:Minipáginas"
21702
21703 \end_inset
21704
21705 , enmarcar textos, ver sección\InsetSpace ~
21706
21707 \begin_inset LatexCommand ref
21708 reference "sec:Cuadros-Enmarcados"
21709
21710 \end_inset
21711
21712 , evitar la división de palabras, ver sección\InsetSpace ~
21713
21714 \begin_inset LatexCommand ref
21715 reference "sec:Prevención-de-la-Partición-con-Guiones"
21716
21717 \end_inset
21718
21719 , alinear texto, ver sección\InsetSpace ~
21720
21721 \begin_inset LatexCommand ref
21722 reference "sub:Alineación-Vertical"
21723
21724 \end_inset
21725
21726 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
21727
21728 \begin_inset LatexCommand ref
21729 reference "sec:Cuadros-Coloreados"
21730
21731 \end_inset
21732
21733 .
21734 \end_layout
21735
21736 \begin_layout Standard
21737 Se insertan con el menú 
21738 \family sans
21739 Insertar\SpecialChar \menuseparator
21740 Cuadro
21741 \family default
21742 .
21743  Surge un recuadro gris con la etiqueta 
21744 \family sans
21745 Cuadro (Minipágina)
21746 \family default
21747
21748 \begin_inset Graphics
21749         filename ../clipart/CuadroMinipagQt4.png
21750         scale 75
21751         keepAspectRatio
21752
21753 \end_inset
21754
21755 .
21756  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
21757  Sale un diálogo en el que 
21758 \family sans
21759 Cuadro
21760 \family default
21761 \InsetSpace ~
21762
21763 \family sans
21764 interior
21765 \family default
21766  permite escoger los tipos 
21767 \family sans
21768 Parbox (
21769 \family default
21770
21771 \begin_inset Quotes eld
21772 \end_inset
21773
21774
21775 \family sans
21776 Párrafo
21777 \family default
21778
21779 \begin_inset Quotes erd
21780 \end_inset
21781
21782
21783 \family sans
21784 )
21785 \family default
21786  y 
21787 \family sans
21788 Minipágina
21789 \family default
21790 .
21791  El 
21792 \family sans
21793 Minipágina
21794 \family default
21795  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
21796
21797 \begin_inset LatexCommand ref
21798 reference "sec:Minipáginas"
21799
21800 \end_inset
21801
21802 ; el tipo 
21803 \family sans
21804 Parbox
21805 \family default
21806  se describe en la sección\InsetSpace ~
21807
21808 \begin_inset LatexCommand ref
21809 reference "sec:Cuadros-de-Párrafo"
21810
21811 \end_inset
21812
21813 .
21814 \end_layout
21815
21816 \begin_layout Standard
21817 Los cuadros no se numeran y por tanto no se pueden referenciar como los
21818  flotantes o las notas al pie.
21819 \end_layout
21820
21821 \begin_layout Standard
21822 \begin_inset Note Greyedout
21823 status open
21824
21825 \begin_layout Standard
21826
21827 \series bold
21828 Nota:
21829 \series default
21830  Debido a un error en LyX hay que insertar un espacio protegido detrás de
21831  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
21832 \end_layout
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \begin_layout Standard
21840 \begin_inset Note Greyedout
21841 status open
21842
21843 \begin_layout Standard
21844
21845 \series bold
21846 Nota:
21847 \series default
21848  Los cuadros no deben ser el item en un entorno 
21849 \family sans
21850 Enumeración
21851 \family default
21852  o 
21853 \family sans
21854 Descripción
21855 \family default
21856 .
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \begin_layout Standard
21865 \begin_inset Note Greyedout
21866 status open
21867
21868 \begin_layout Standard
21869
21870 \series bold
21871 Nota:
21872 \series default
21873  Por razones desconocidas solo se puede poner el tipo 
21874 \family sans
21875 Cuadro\InsetSpace ~
21876 interior
21877 \family default
21878  en 
21879 \family sans
21880 Ninguno
21881 \family default
21882  cuando se emplea un cuadro enmarcado.
21883  Los cuadros sin ningún tipo de 
21884 \family sans
21885 Cuadro\InsetSpace ~
21886 interior
21887 \family default
21888  y sin marcos se explican en la sección\InsetSpace ~
21889
21890 \begin_inset LatexCommand ref
21891 reference "sec:Prevención-de-la-Partición-con-Guiones"
21892
21893 \end_inset
21894
21895 .
21896 \end_layout
21897
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \begin_layout Section
21904 Diálogo Cuadros
21905 \begin_inset LatexCommand index
21906 name "Cuadros ! Diálogo"
21907
21908 \end_inset
21909
21910
21911 \begin_inset LatexCommand index
21912 name "Cuadros ! Alineación"
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Standard
21920 En el diálogo puedes ajustar la geometría del cuadro en los campos 
21921 \family sans
21922 Ancho
21923 \family default
21924  y 
21925 \family sans
21926 Alto
21927 \family default
21928 .
21929  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
21930
21931 \begin_inset LatexCommand ref
21932 reference "tab:Unidades"
21933
21934 \end_inset
21935
21936 .
21937  El campo 
21938 \family sans
21939 Alto
21940 \family default
21941  ofrece los siguientes tamaños adicionales:
21942 \end_layout
21943
21944 \begin_layout Description
21945 Profundidad Este es el texto plano 
21946 \begin_inset Quotes eld
21947 \end_inset
21948
21949 alto
21950 \begin_inset Quotes erd
21951 \end_inset
21952
21953 .
21954  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
21955 \newline
21956
21957 \newline
21958
21959 \newline
21960
21961 \begin_inset Box Boxed
21962 position "c"
21963 hor_pos "c"
21964 has_inner_box 1
21965 inner_pos "c"
21966 use_parbox 0
21967 width "12col%"
21968 special "none"
21969 height "1in"
21970 height_special "depth"
21971 status open
21972
21973 \begin_layout Standard
21974 \align center
21975 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
21976 Profundidad
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \newline
21983
21984 \newline
21985
21986 \end_layout
21987
21988 \begin_layout Description
21989 Alto Es la altura del texto que está dentro del cuadro.
21990  Un valor de, p.\InsetSpace \thinspace{}
21991 e.\InsetSpace ~
21992 2 para este tamaño fijará la altura del cuadro a 2 veces
21993  la altura del texto: 
21994 \begin_inset Box Boxed
21995 position "c"
21996 hor_pos "c"
21997 has_inner_box 1
21998 inner_pos "c"
21999 use_parbox 0
22000 width "20col%"
22001 special "none"
22002 height "2in"
22003 height_special "height"
22004 status open
22005
22006 \begin_layout Standard
22007 \align center
22008 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
22009 Alto
22010 \end_layout
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Description
22018 Alto\InsetSpace ~
22019 Total Esto es el Alto\InsetSpace \thinspace{}
22020 +\InsetSpace \thinspace{}
22021 Profundidad: 
22022 \begin_inset Box Boxed
22023 position "c"
22024 hor_pos "c"
22025 has_inner_box 1
22026 inner_pos "c"
22027 use_parbox 0
22028 width "20col%"
22029 special "none"
22030 height "1in"
22031 height_special "totalheight"
22032 status open
22033
22034 \begin_layout Standard
22035 \align center
22036 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
22037 Alto\InsetSpace ~
22038 total
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Description
22047 Ancho Esto determina al ancho del cuadro como altura: 
22048 \begin_inset Box Boxed
22049 position "c"
22050 hor_pos "c"
22051 has_inner_box 1
22052 inner_pos "c"
22053 use_parbox 0
22054 width "12col%"
22055 special "none"
22056 height "1in"
22057 height_special "width"
22058 status open
22059
22060 \begin_layout Standard
22061 \align center
22062 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
22063 Ancho
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset VSpace bigskip
22073 \end_inset
22074
22075 Si has elegido un 
22076 \family sans
22077 Cuadro\InsetSpace ~
22078 interior
22079 \family default
22080 , la alineación vertical del cuadro puede ser:
22081 \end_layout
22082
22083 \begin_layout Description
22084 Superior Ejemplo de línea de texto.
22085  
22086 \begin_inset Box Boxed
22087 position "t"
22088 hor_pos "c"
22089 has_inner_box 1
22090 inner_pos "c"
22091 use_parbox 0
22092 width "12col%"
22093 special "none"
22094 height "1in"
22095 height_special "totalheight"
22096 status open
22097
22098 \begin_layout Standard
22099 \align center
22100 Cuadro alineado arriba.
22101 \end_layout
22102
22103 \end_inset
22104
22105 \InsetSpace ~
22106 Ejemplo de línea de texto.
22107 \end_layout
22108
22109 \begin_layout Description
22110 Medio Ejemplo de línea de texto.
22111  
22112 \begin_inset Box Boxed
22113 position "c"
22114 hor_pos "c"
22115 has_inner_box 1
22116 inner_pos "c"
22117 use_parbox 0
22118 width "12col%"
22119 special "none"
22120 height "1in"
22121 height_special "totalheight"
22122 status open
22123
22124 \begin_layout Standard
22125 \align center
22126 Cuadro alineado enmedio.
22127 \end_layout
22128
22129 \end_inset
22130
22131 \InsetSpace ~
22132 Ejemplo de línea de texto.
22133 \end_layout
22134
22135 \begin_layout Description
22136 Inferior Ejemplo de línea de texto.
22137  
22138 \begin_inset Box Boxed
22139 position "b"
22140 hor_pos "c"
22141 has_inner_box 1
22142 inner_pos "c"
22143 use_parbox 0
22144 width "12col%"
22145 special "none"
22146 height "1in"
22147 height_special "totalheight"
22148 status open
22149
22150 \begin_layout Standard
22151 \align center
22152 Cuadro alineado abajo.
22153 \end_layout
22154
22155 \end_inset
22156
22157 \InsetSpace ~
22158 Ejemplo de línea de texto.
22159 \end_layout
22160
22161 \begin_layout Standard
22162 La alineación horizontal del cuadro puede establecerse en el diálogo de
22163  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
22164 \end_layout
22165
22166 \begin_layout Standard
22167 \begin_inset VSpace bigskip
22168 \end_inset
22169
22170 Cuando has escogido un 
22171 \family sans
22172 Cuadro\InsetSpace ~
22173 interior
22174 \family default
22175 , el contenido puede alinearse verticalmente a:
22176 \end_layout
22177
22178 \begin_layout Description
22179 Superior Ejemplo de línea de texto.
22180  
22181 \begin_inset Box Boxed
22182 position "c"
22183 hor_pos "c"
22184 has_inner_box 1
22185 inner_pos "t"
22186 use_parbox 0
22187 width "12col%"
22188 special "none"
22189 height "1.5in"
22190 height_special "totalheight"
22191 status open
22192
22193 \begin_layout Standard
22194 \align center
22195 Cuadro con texto alineado arriba.
22196 \end_layout
22197
22198 \end_inset
22199
22200 \InsetSpace ~
22201 Ejemplo de línea de texto.
22202 \end_layout
22203
22204 \begin_layout Description
22205 Medio Ejemplo de línea de texto.
22206  
22207 \begin_inset Box Boxed
22208 position "c"
22209 hor_pos "c"
22210 has_inner_box 1
22211 inner_pos "c"
22212 use_parbox 0
22213 width "12col%"
22214 special "none"
22215 height "1.5in"
22216 height_special "totalheight"
22217 status open
22218
22219 \begin_layout Standard
22220 \align center
22221 Cuadro con texto alineado enmedio.
22222 \end_layout
22223
22224 \end_inset
22225
22226 \InsetSpace ~
22227 Ejemplo de línea de texto.
22228 \end_layout
22229
22230 \begin_layout Description
22231 Inferior Ejemplo de línea de texto.
22232  
22233 \begin_inset Box Boxed
22234 position "c"
22235 hor_pos "c"
22236 has_inner_box 1
22237 inner_pos "b"
22238 use_parbox 0
22239 width "12col%"
22240 special "none"
22241 height "1.5in"
22242 height_special "totalheight"
22243 status open
22244
22245 \begin_layout Standard
22246 \align center
22247 Cuadro con texto alineado abajo.
22248 \end_layout
22249
22250 \end_inset
22251
22252 \InsetSpace ~
22253 Ejemplo de línea de texto.
22254 \end_layout
22255
22256 \begin_layout Description
22257 Estirado Ejemplo de línea de texto.
22258  
22259 \begin_inset Box Boxed
22260 position "c"
22261 hor_pos "c"
22262 has_inner_box 1
22263 inner_pos "s"
22264 use_parbox 0
22265 width "12col%"
22266 special "none"
22267 height "1.5in"
22268 height_special "totalheight"
22269 status open
22270
22271 \begin_layout Standard
22272 \align center
22273 Este texto
22274 \end_layout
22275
22276 \begin_layout Standard
22277 \align center
22278 está
22279 \end_layout
22280
22281 \begin_layout Standard
22282 \align center
22283 estirado.
22284 \end_layout
22285
22286 \end_inset
22287
22288 \InsetSpace ~
22289 Ejemplo de línea de texto.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 Para estirar el contenido debe tener más de un párrafo.
22294  En el ejemplo anterior cada línea de texto está en un párrafo propio.
22295 \end_layout
22296
22297 \begin_layout Standard
22298 \begin_inset VSpace bigskip
22299 \end_inset
22300
22301 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
22302  LyX cuando hayas escogido un 
22303 \family sans
22304 Cuadro\InsetSpace ~
22305 interior
22306 \family default
22307 .
22308 \end_layout
22309
22310 \begin_layout Standard
22311 \align center
22312 \begin_inset Box Boxed
22313 position "c"
22314 hor_pos "c"
22315 has_inner_box 1
22316 inner_pos "s"
22317 use_parbox 0
22318 width "15col%"
22319 special "none"
22320 height "1.25in"
22321 height_special "totalheight"
22322 status open
22323
22324 \begin_layout Standard
22325 \align left
22326 Cuadro
22327 \end_layout
22328
22329 \begin_layout Standard
22330 \align center
22331 con texto
22332 \end_layout
22333
22334 \begin_layout Standard
22335 \align right
22336 estirado
22337 \end_layout
22338
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \begin_layout Standard
22345 Si no has estabecido un 
22346 \family sans
22347 Cuadro\InsetSpace ~
22348 interior
22349 \family default
22350 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
22351  cuadro.
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \align center
22356 \begin_inset Box Boxed
22357 position "c"
22358 hor_pos "s"
22359 has_inner_box 0
22360 inner_pos "s"
22361 use_parbox 0
22362 width "90col%"
22363 special "none"
22364 height "1.25in"
22365 height_special "totalheight"
22366 status open
22367
22368 \begin_layout Standard
22369 \align left
22370 Texto estirado horizontalmente.
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \begin_layout Section
22379 Cuadros Enmarcados
22380 \begin_inset LatexCommand label
22381 name "sec:Cuadros-Enmarcados"
22382
22383 \end_inset
22384
22385
22386 \begin_inset LatexCommand index
22387 name "Cuadros ! Marcos"
22388
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \begin_layout Standard
22395 El estilo de marco del cuadro se puede determinar en la lista desplegable
22396  
22397 \family sans
22398 Tipo
22399 \family default
22400  del diálogo de cuadros.
22401  Son posibles los siguientes marcos:
22402 \end_layout
22403
22404 \begin_layout Description
22405 Marco\InsetSpace ~
22406 rectangular Dibuja un marco rectangular alrededor del cuadro.
22407  El grosor del marco depende de 
22408 \series bold
22409
22410 \backslash
22411 fboxrule
22412 \series default
22413 .
22414  
22415 \begin_inset Box Boxed
22416 position "c"
22417 hor_pos "c"
22418 has_inner_box 1
22419 inner_pos "c"
22420 use_parbox 0
22421 width "20col%"
22422 special "none"
22423 height "1in"
22424 height_special "totalheight"
22425 status collapsed
22426
22427 \begin_layout Standard
22428 \align center
22429 Cuadro rectangular
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Description
22438 Marco\InsetSpace ~
22439 ovalado,\InsetSpace ~
22440 fino Dibuja un marco ovalado cuya línea tiene un grosor de
22441  0.4\InsetSpace \thinspace{}
22442 pt.
22443  
22444 \begin_inset Box ovalbox
22445 position "c"
22446 hor_pos "c"
22447 has_inner_box 1
22448 inner_pos "c"
22449 use_parbox 0
22450 width "20col%"
22451 special "none"
22452 height "1in"
22453 height_special "totalheight"
22454 status open
22455
22456 \begin_layout Standard
22457 \align center
22458 Marco ovalado, fino
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \begin_layout Description
22467 Marco\InsetSpace ~
22468 ovalado,\InsetSpace ~
22469 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
22470  0.8\InsetSpace \thinspace{}
22471 pt.
22472  
22473 \begin_inset Box Ovalbox
22474 position "c"
22475 hor_pos "c"
22476 has_inner_box 1
22477 inner_pos "c"
22478 use_parbox 0
22479 width "20col%"
22480 special "none"
22481 height "1in"
22482 height_special "totalheight"
22483 status open
22484
22485 \begin_layout Standard
22486 \align center
22487 Cuadro ovalado, grueso
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \begin_layout Description
22496 Marco\InsetSpace ~
22497 con\InsetSpace ~
22498 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
22499  El grosor de la línea tiene el tamaño dado por 
22500 \series bold
22501
22502 \backslash
22503 fboxrule
22504 \series default
22505 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
22506 pt.
22507  
22508 \begin_inset Box Shadowbox
22509 position "c"
22510 hor_pos "c"
22511 has_inner_box 1
22512 inner_pos "c"
22513 use_parbox 0
22514 width "20col%"
22515 special "none"
22516 height "1in"
22517 height_special "totalheight"
22518 status open
22519
22520 \begin_layout Standard
22521 \align center
22522 Marco sombrado
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Description
22531 Marco\InsetSpace ~
22532 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
22533  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
22534
22535 \series bold
22536
22537 \backslash
22538 fboxrule
22539 \series default
22540 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
22541
22542 \series bold
22543
22544 \backslash
22545 fboxrule
22546 \series default
22547 .
22548  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
22549
22550 \series bold
22551
22552 \backslash
22553 fboxrule
22554 \series default
22555 \InsetSpace \thinspace{}
22556 +\InsetSpace \thinspace{}
22557 0.5\InsetSpace \thinspace{}
22558 pt.
22559  
22560 \begin_inset Box Doublebox
22561 position "c"
22562 hor_pos "c"
22563 has_inner_box 1
22564 inner_pos "c"
22565 use_parbox 0
22566 width "20col%"
22567 special "none"
22568 height "1in"
22569 height_special "totalheight"
22570 status open
22571
22572 \begin_layout Standard
22573 \align center
22574 Marco doble
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 \begin_inset VSpace bigskip
22584 \end_inset
22585
22586 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
22587  Para poder utilizar los distintos marcos, debe estar instalado el paquete
22588  LaTeX 
22589 \series bold
22590 fancybox
22591 \series default
22592
22593 \begin_inset LatexCommand index
22594 name "LaTeX-paquetes ! fancybox"
22595
22596 \end_inset
22597
22598 .
22599 \end_layout
22600
22601 \begin_layout Standard
22602 \begin_inset VSpace bigskip
22603 \end_inset
22604
22605 El valor predeterminado por 
22606 \series bold
22607
22608 \backslash
22609 fboxrule
22610 \series default
22611  es 0.4\InsetSpace \thinspace{}
22612 pt.
22613  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
22614 e.\InsetSpace ~
22615 a\InsetSpace ~
22616 2\InsetSpace \thinspace{}
22617 pt:
22618 \end_layout
22619
22620 \begin_layout Standard
22621
22622 \series bold
22623
22624 \backslash
22625 setlength{
22626 \backslash
22627 fboxrule}{2pt}
22628 \end_layout
22629
22630 \begin_layout Standard
22631 \begin_inset ERT
22632 status collapsed
22633
22634 \begin_layout Standard
22635
22636
22637 \backslash
22638 setlength{
22639 \backslash
22640 fboxrule}{2pt}
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \begin_inset Box Boxed
22647 position "c"
22648 hor_pos "c"
22649 has_inner_box 1
22650 inner_pos "c"
22651 use_parbox 0
22652 width "25col%"
22653 special "none"
22654 height "1in"
22655 height_special "totalheight"
22656 status open
22657
22658 \begin_layout Standard
22659 \align center
22660 Cuadro rectangular con 
22661 \series bold
22662
22663 \backslash
22664 fboxrule
22665 \series default
22666 \InsetSpace \thinspace{}
22667 =\InsetSpace \thinspace{}
22668 2\InsetSpace \thinspace{}
22669 pt
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \begin_inset ERT
22676 status collapsed
22677
22678 \begin_layout Standard
22679
22680
22681 \backslash
22682 setlength{
22683 \backslash
22684 fboxrule}{0.4pt}
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Standard
22693 \begin_inset VSpace bigskip
22694 \end_inset
22695
22696 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
22697 pt por defecto para
22698  todos los estilos.
22699  Se puede cambiar mediante la longitud 
22700 \series bold
22701
22702 \backslash
22703 fboxsep
22704 \series default
22705 .
22706  Por ejemplo el comando
22707 \end_layout
22708
22709 \begin_layout Standard
22710
22711 \series bold
22712
22713 \backslash
22714 setlength{
22715 \backslash
22716 fboxsep}{10pt}
22717 \end_layout
22718
22719 \begin_layout Standard
22720 determina un valor de 10\InsetSpace \thinspace{}
22721 pt, como en el siguiente cuadro:
22722 \end_layout
22723
22724 \begin_layout Standard
22725 \begin_inset ERT
22726 status collapsed
22727
22728 \begin_layout Standard
22729
22730
22731 \backslash
22732 setlength{
22733 \backslash
22734 fboxsep}{10pt}
22735 \end_layout
22736
22737 \end_inset
22738
22739
22740 \begin_inset Box Boxed
22741 position "c"
22742 hor_pos "c"
22743 has_inner_box 1
22744 inner_pos "c"
22745 use_parbox 0
22746 width "25col%"
22747 special "none"
22748 height "1in"
22749 height_special "totalheight"
22750 status open
22751
22752 \begin_layout Standard
22753 \align center
22754 Cuadro rectangular con 
22755 \series bold
22756
22757 \backslash
22758 fboxsep
22759 \series default
22760 \InsetSpace \thinspace{}
22761 =\InsetSpace \thinspace{}
22762 10\InsetSpace \thinspace{}
22763 pt
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \begin_inset ERT
22770 status collapsed
22771
22772 \begin_layout Standard
22773
22774
22775 \backslash
22776 setlength{
22777 \backslash
22778 fboxsep}{3pt}
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset VSpace bigskip
22788 \end_inset
22789
22790 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
22791  el comando 
22792 \series bold
22793
22794 \backslash
22795 cornersize
22796 \series default
22797 .
22798  El comando
22799 \end_layout
22800
22801 \begin_layout Standard
22802
22803 \series bold
22804
22805 \backslash
22806 cornersize*{1cm}
22807 \end_layout
22808
22809 \begin_layout Standard
22810 establece un diámetro de 1\InsetSpace \thinspace{}
22811 cm.
22812  El comando
22813 \end_layout
22814
22815 \begin_layout Standard
22816
22817 \series bold
22818
22819 \backslash
22820 cornersize{num}
22821 \end_layout
22822
22823 \begin_layout Standard
22824 fija el diámetro en 
22825 \family sans
22826 num\InsetSpace \thinspace{}
22827 ×\InsetSpace \thinspace{}
22828 minimo(ancho y alto del cuadro)
22829 \family default
22830 .
22831  Por defecto es 
22832 \series bold
22833
22834 \backslash
22835 cornersize{0.5}
22836 \series default
22837 .
22838 \end_layout
22839
22840 \begin_layout Standard
22841 \begin_inset ERT
22842 status collapsed
22843
22844 \begin_layout Standard
22845
22846
22847 \backslash
22848 cornersize*{1.5cm}
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \begin_inset Box Ovalbox
22855 position "c"
22856 hor_pos "c"
22857 has_inner_box 1
22858 inner_pos "c"
22859 use_parbox 0
22860 width "25col%"
22861 special "none"
22862 height "1in"
22863 height_special "totalheight"
22864 status open
22865
22866 \begin_layout Standard
22867 \align center
22868 Cuadro ovalado con 
22869 \series bold
22870
22871 \backslash
22872 cornersize
22873 \series default
22874 \InsetSpace \thinspace{}
22875 =\InsetSpace \thinspace{}
22876 1.5\InsetSpace \thinspace{}
22877 cm
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \begin_inset ERT
22884 status collapsed
22885
22886 \begin_layout Standard
22887
22888
22889 \backslash
22890 cornersize{0.5}
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Standard
22899 \begin_inset VSpace bigskip
22900 \end_inset
22901
22902 El tamaño de la sombra se puede ajustar cambiando la longitud 
22903 \series bold
22904
22905 \backslash
22906 shadowsize
22907 \series default
22908 .
22909  Este comando la ajusta a 2\InsetSpace \thinspace{}
22910 pt en el cuadro siguiente:
22911 \end_layout
22912
22913 \begin_layout Standard
22914
22915 \series bold
22916
22917 \backslash
22918 setlength{
22919 \backslash
22920 shadowsize}{2pt}
22921 \end_layout
22922
22923 \begin_layout Standard
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Standard
22928
22929
22930 \backslash
22931 setlength{
22932 \backslash
22933 shadowsize}{2pt}
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \begin_inset Box Shadowbox
22940 position "c"
22941 hor_pos "c"
22942 has_inner_box 1
22943 inner_pos "c"
22944 use_parbox 0
22945 width "25col%"
22946 special "none"
22947 height "1in"
22948 height_special "totalheight"
22949 status open
22950
22951 \begin_layout Standard
22952 \align center
22953 Cuadro sombreado con 
22954 \series bold
22955
22956 \backslash
22957 shadowsize
22958 \series default
22959 \InsetSpace \thinspace{}
22960 =\InsetSpace \thinspace{}
22961 2\InsetSpace \thinspace{}
22962 pt
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Standard
22972
22973
22974 \backslash
22975 setlength{
22976 \backslash
22977 shadowsize}{4pt}
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset VSpace bigskip
22987 \end_inset
22988
22989 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
22990  a los comandos.
22991 \end_layout
22992
22993 \begin_layout Section
22994 Minipáginas
22995 \begin_inset LatexCommand label
22996 name "sec:Minipáginas"
22997
22998 \end_inset
22999
23000
23001 \begin_inset LatexCommand index
23002 name "Cuadros ! Minipáginas"
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Standard
23010 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
23011  por tanto pueden tener, por ejemplo, sus propias notas al pie.
23012 \end_layout
23013
23014 \begin_layout Standard
23015 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
23016 \end_layout
23017
23018 \begin_layout Standard
23019 A continuación hay dos ejemplos de minipáginas adosadas.
23020  Su anchura está puesta en 45\InsetSpace \thinspace{}
23021 col% y separadas por un relleno horizontal,
23022  insertado via el menú 
23023 \family sans
23024 Insertar\SpecialChar \menuseparator
23025 Formato\InsetSpace ~
23026
23027 \family default
23028 es
23029 \family sans
23030 pecial\InsetSpace ~
23031 \SpecialChar \menuseparator
23032 Relleno\InsetSpace ~
23033 horizontal
23034 \family default
23035 .
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset Box Frameless
23040 position "t"
23041 hor_pos "c"
23042 has_inner_box 1
23043 inner_pos "c"
23044 use_parbox 0
23045 width "45col%"
23046 special "none"
23047 height "1in"
23048 height_special "totalheight"
23049 status open
23050
23051 \begin_layout Standard
23052
23053 \lang german
23054 Dies ist ein deutscher Text.
23055  Dies ist ein deutscher Text.
23056  Dies ist ein deutscher Text.
23057  Dies ist ein deutscher Text.
23058  Dies ist ein deutscher Text.
23059  Dies ist ein deutscher Text.
23060  Dies ist ein deutscher Text.
23061  Dies ist ein deutscher Text.
23062  Dies ist ein deutscher Text.
23063  Dies ist ein deutscher Text.
23064  Dies ist ein deutscher Text.
23065  Dies ist ein deutscher Text.
23066  Dies ist ein deutscher Text
23067 \begin_inset Foot
23068 status collapsed
23069
23070 \begin_layout Standard
23071
23072 \lang german
23073 Dies ist eine deutsche Fußnote.
23074 \end_layout
23075
23076 \end_inset
23077
23078 .
23079  Dies ist ein deutscher Text.
23080  Dies ist ein deutscher Text.
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \hfill
23087
23088 \begin_inset Box Frameless
23089 position "t"
23090 hor_pos "c"
23091 has_inner_box 1
23092 inner_pos "c"
23093 use_parbox 0
23094 width "45col%"
23095 special "none"
23096 height "1in"
23097 height_special "totalheight"
23098 status open
23099
23100 \begin_layout Standard
23101 This is an English Text.
23102  This is an English Text.
23103  This is an English Text.
23104  This is an English Text.
23105  This is an English Text.
23106  This is an English Text.
23107  This is an English Text.
23108  This is an English Text.
23109  This is an English Text.
23110  This is an English Text.
23111  This is an English Text.
23112  This is an English Text.
23113  This is an English Text.
23114  This is an English Text.
23115  This is an English Text.
23116  This is an English Text.
23117 \begin_inset Foot
23118 status collapsed
23119
23120 \begin_layout Standard
23121 This is an English footnote.
23122 \end_layout
23123
23124 \end_inset
23125
23126  This is an English Text.
23127  
23128 \end_layout
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset VSpace bigskip
23137 \end_inset
23138
23139 Otra aplicación de los cuadros son las notas a pie en tablas.
23140  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
23141  al final de la página actual.
23142  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
23143  en la parte inferior, ordenadas con letras.
23144  La ordenación de las notas al pie se restablece en cada minipágina pero
23145  no fuera de las minipáginas.
23146 \end_layout
23147
23148 \begin_layout Standard
23149 La nota al pie en esta tabla no aparece: 
23150 \begin_inset Tabular
23151 <lyxtabular version="3" rows="3" columns="4">
23152 <features>
23153 <column alignment="center" valignment="top" leftline="true" width="0pt">
23154 <column alignment="center" valignment="top" leftline="true" width="0pt">
23155 <column alignment="center" valignment="top" leftline="true" width="0pt">
23156 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23157 <row topline="true">
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Standard
23162 1
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Standard
23171 2
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Standard
23180 3
23181 \begin_inset Foot
23182 status open
23183
23184 \begin_layout Standard
23185 Nota al pie en una tabla.
23186 \end_layout
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Standard
23199 4
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row topline="true">
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Standard
23210 a
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Standard
23219 b
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Standard
23228 c
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Standard
23237 d
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 <row topline="true" bottomline="true">
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Standard
23248 e
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Standard
23257 f
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Standard
23266 g
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Standard
23275 h
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 </lyxtabular>
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289 \align center
23290 \begin_inset Box Frameless
23291 position "t"
23292 hor_pos "c"
23293 has_inner_box 1
23294 inner_pos "c"
23295 use_parbox 0
23296 width "30col%"
23297 special "none"
23298 height "1in"
23299 height_special "totalheight"
23300 status open
23301
23302 \begin_layout Standard
23303 \align center
23304 \begin_inset Tabular
23305 <lyxtabular version="3" rows="3" columns="4">
23306 <features>
23307 <column alignment="center" valignment="top" leftline="true" width="0pt">
23308 <column alignment="center" valignment="top" leftline="true" width="0pt">
23309 <column alignment="center" valignment="top" leftline="true" width="0pt">
23310 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
23311 <row topline="true">
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Standard
23316 1
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Standard
23325 2
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Standard
23334 3
23335 \begin_inset Foot
23336 status open
23337
23338 \begin_layout Standard
23339 Nota al pie en una tabla..
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Standard
23353 4
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row topline="true">
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Standard
23364 a
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Standard
23373 b
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Standard
23382 c
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Standard
23391 d
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 </row>
23397 <row topline="true" bottomline="true">
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Standard
23402 e
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Standard
23411 f
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Standard
23420 g
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Standard
23429 h
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 </lyxtabular>
23436
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Standard
23448 \begin_inset VSpace bigskip
23449 \end_inset
23450
23451 La configuración global de párrafos se ignora en las minipáginas.
23452  Esto significa que en las mismas no habrá espacio entre párrafos aunque
23453  pongas p.\InsetSpace \thinspace{}
23454 e.\InsetSpace ~
23455
23456 \family sans
23457 Salto\InsetSpace ~
23458 medio
23459 \family default
23460  en la configuración del documento.
23461 \end_layout
23462
23463 \begin_layout Standard
23464 Las minipáginas también sirven para poner un color de fondo para partes
23465  de texto, ver sección\InsetSpace ~
23466
23467 \begin_inset LatexCommand ref
23468 reference "sub:Color-en-Párrafos"
23469
23470 \end_inset
23471
23472 .
23473 \end_layout
23474
23475 \begin_layout Standard
23476 \begin_inset Note Greyedout
23477 status open
23478
23479 \begin_layout Standard
23480
23481 \series bold
23482 Nota:
23483 \series default
23484  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
23485  tener minipáginas en tablas, flotantes, y otros cuadros.
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \begin_layout Section
23494 Cuadros de Párrafo (Parbox)
23495 \begin_inset LatexCommand label
23496 name "sec:Cuadros-de-Párrafo"
23497
23498 \end_inset
23499
23500
23501 \begin_inset LatexCommand index
23502 name "Cuadros ! de Párrafo"
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Standard
23510 Los cuadros de párrafo son similares a las minipáginas con la diferencia
23511  de que no pueden contener notas al pie.
23512   La diferencia principal es que las minipáginas no son verdaderos cuadros
23513  sino entornos de LaTeX.
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \align center
23518 \begin_inset Box Frameless
23519 position "t"
23520 hor_pos "c"
23521 has_inner_box 1
23522 inner_pos "t"
23523 use_parbox 1
23524 width "33col%"
23525 special "none"
23526 height "1in"
23527 height_special "totalheight"
23528 status collapsed
23529
23530 \begin_layout Standard
23531 Texto en un cuadro de párrafo.
23532  Texto en un cuadro de párrafo.
23533  Esta nota no aparece:
23534 \begin_inset Foot
23535 status open
23536
23537 \begin_layout Standard
23538 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \begin_layout Section
23552 Cuadros para Palabras y Caracteres
23553 \begin_inset LatexCommand index
23554 name "Cuadros ! para Palabras y Caracteres"
23555
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \begin_layout Subsection
23562 Prevención de la Partición con Guiones
23563 \begin_inset LatexCommand label
23564 name "sec:Prevención-de-la-Partición-con-Guiones"
23565
23566 \end_inset
23567
23568
23569 \begin_inset LatexCommand index
23570 name "Cuadros ! Prevenir Partición con Guiones"
23571
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \begin_layout Standard
23578 Hay un tipo especial de cuadro para impedir que una palabra sea partida
23579  con guión.
23580 \newline
23581 He aquí un ejemplo:
23582 \end_layout
23583
23584 \begin_layout Standard
23585 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
23586 e.\InsetSpace ~
23587 estalarguís
23588 imapalabra.
23589 \end_layout
23590
23591 \begin_layout Standard
23592 Para evitar su división usa el comando
23593 \end_layout
23594
23595 \begin_layout Standard
23596
23597 \series bold
23598
23599 \backslash
23600 mbox{
23601 \end_layout
23602
23603 \begin_layout Standard
23604 en ERT antes de la palabra.
23605  Tras ella inserta una llave de cierre 
23606 \begin_inset Quotes eld
23607 \end_inset
23608
23609
23610 \series bold
23611 }
23612 \series default
23613
23614 \begin_inset Quotes erd
23615 \end_inset
23616
23617  en ERT.
23618 \begin_inset ERT
23619 status collapsed
23620
23621 \begin_layout Standard
23622
23623
23624 \backslash
23625 pagebreak 
23626 \end_layout
23627
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \begin_layout Standard
23634 Este es el resultado:
23635 \end_layout
23636
23637 \begin_layout Standard
23638 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
23639 e.\InsetSpace ~
23640
23641 \begin_inset ERT
23642 status collapsed
23643
23644 \begin_layout Standard
23645
23646
23647 \backslash
23648 mbox{
23649 \end_layout
23650
23651 \end_inset
23652
23653 estalarguísimapalabra.
23654 \begin_inset ERT
23655 status collapsed
23656
23657 \begin_layout Standard
23658
23659 }
23660 \end_layout
23661
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \begin_layout Standard
23668 Por supuesto, la palabra sobresale del margen.
23669  Para evitarlo, añade via el menú 
23670 \family sans
23671 Insertar\SpecialChar \menuseparator
23672 Formato\InsetSpace ~
23673 especial\InsetSpace ~
23674 \SpecialChar \menuseparator
23675 Salto\InsetSpace ~
23676 de\InsetSpace ~
23677
23678 \family default
23679 línea (atajo 
23680 \series bold
23681 Ctrl-Return
23682 \series default
23683 ) un salto de línea antes de la palabra:
23684 \end_layout
23685
23686 \begin_layout Standard
23687 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
23688 e.\InsetSpace ~
23689
23690 \newline
23691
23692 \begin_inset ERT
23693 status collapsed
23694
23695 \begin_layout Standard
23696
23697
23698 \backslash
23699 mbox{
23700 \end_layout
23701
23702 \end_inset
23703
23704 estalarguísimapalabra.
23705 \begin_inset ERT
23706 status collapsed
23707
23708 \begin_layout Standard
23709
23710 }
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Subsection
23719 Alineación Vertical
23720 \begin_inset LatexCommand label
23721 name "sub:Alineación-Vertical"
23722
23723 \end_inset
23724
23725
23726 \begin_inset LatexCommand index
23727 name "Cuadros ! para Alineación Vertical"
23728
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \begin_layout Standard
23735 Con ayuda del comando 
23736 \series bold
23737
23738 \backslash
23739 raisebox
23740 \series default
23741  puedes alinear verticalmente con el texto circundante palabras o caracteres.
23742  
23743 \series bold
23744
23745 \backslash
23746 raisebox
23747 \series default
23748  se utiliza según el esquema:
23749 \end_layout
23750
23751 \begin_layout Standard
23752
23753 \series bold
23754
23755 \backslash
23756 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
23757 \end_layout
23758
23759 \begin_layout Standard
23760 La elevación puede ser un valor positivo para subir el cuadro o negativo
23761  para bajarlo.
23762 \end_layout
23763
23764 \begin_layout Standard
23765 Para alinear una palabra, p.\InsetSpace \thinspace{}
23766 e\InsetSpace ~
23767
23768 \begin_inset Quotes eld
23769 \end_inset
23770
23771 prevención
23772 \begin_inset Quotes erd
23773 \end_inset
23774
23775  para que la parte inferior de la letra más 
23776 \begin_inset Quotes eld
23777 \end_inset
23778
23779 profunda
23780 \begin_inset Quotes erd
23781 \end_inset
23782
23783  
23784 \begin_inset Quotes eld
23785 \end_inset
23786
23787 p
23788 \begin_inset Quotes erd
23789 \end_inset
23790
23791  esté en la línea de base, inserta el comando
23792 \end_layout
23793
23794 \begin_layout Standard
23795
23796 \series bold
23797
23798 \backslash
23799 raisebox{
23800 \backslash
23801 depth}{
23802 \end_layout
23803
23804 \begin_layout Standard
23805 en ERT antes de la palabra.
23806  Detrás de la palabra inserta una llave de cierre 
23807 \begin_inset Quotes eld
23808 \end_inset
23809
23810
23811 \series bold
23812 }
23813 \series default
23814
23815 \begin_inset Quotes erd
23816 \end_inset
23817
23818  en ERT.
23819 \newline
23820 Este es el resultado:
23821 \end_layout
23822
23823 \begin_layout Standard
23824 Esto es una línea de texto con la palabra 
23825 \begin_inset ERT
23826 status collapsed
23827
23828 \begin_layout Standard
23829
23830
23831 \backslash
23832 raisebox{
23833 \backslash
23834 depth}{
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \begin_inset Quotes eld
23841 \end_inset
23842
23843 prevención
23844 \begin_inset Quotes erd
23845 \end_inset
23846
23847
23848 \begin_inset ERT
23849 status collapsed
23850
23851 \begin_layout Standard
23852
23853 }
23854 \end_layout
23855
23856 \end_inset
23857
23858  elevada.
23859 \end_layout
23860
23861 \begin_layout Standard
23862 \begin_inset VSpace bigskip
23863 \end_inset
23864
23865 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
23866  líneas:
23867 \end_layout
23868
23869 \begin_layout Standard
23870 Esto es una línea de texto con la palabra 
23871 \begin_inset ERT
23872 status collapsed
23873
23874 \begin_layout Standard
23875
23876
23877 \backslash
23878 raisebox{-
23879 \backslash
23880 depth}{
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \begin_inset Quotes eld
23887 \end_inset
23888
23889 prevención
23890 \begin_inset Quotes erd
23891 \end_inset
23892
23893
23894 \begin_inset ERT
23895 status collapsed
23896
23897 \begin_layout Standard
23898
23899 }
23900 \end_layout
23901
23902 \end_inset
23903
23904  como palabra más baja.
23905 \newline
23906 Esto es una línea de texto con la palabra 
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Standard
23911
23912
23913 \backslash
23914 raisebox{0.5cm}{
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \begin_inset Quotes eld
23921 \end_inset
23922
23923 testigo
23924 \begin_inset Quotes erd
23925 \end_inset
23926
23927
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Standard
23932
23933 }
23934 \end_layout
23935
23936 \end_inset
23937
23938  como palabra más alta.
23939 \end_layout
23940
23941 \begin_layout Standard
23942 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
23943  Por ejemplo
23944 \end_layout
23945
23946 \begin_layout Standard
23947
23948 \series bold
23949
23950 \backslash
23951 raisebox{-
23952 \backslash
23953 depth}[0pt]{
23954 \end_layout
23955
23956 \begin_layout Standard
23957 Esto es una línea de texto con la palabra 
23958 \begin_inset ERT
23959 status collapsed
23960
23961 \begin_layout Standard
23962
23963
23964 \backslash
23965 raisebox{-
23966 \backslash
23967 depth}[0pt]{
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \begin_inset Quotes eld
23974 \end_inset
23975
23976 prevención
23977 \begin_inset Quotes erd
23978 \end_inset
23979
23980
23981 \begin_inset ERT
23982 status collapsed
23983
23984 \begin_layout Standard
23985
23986 }
23987 \end_layout
23988
23989 \end_inset
23990
23991  como palabra más baja.
23992 \newline
23993 Esto es una línea de texto con la palabra 
23994 \begin_inset ERT
23995 status collapsed
23996
23997 \begin_layout Standard
23998
23999
24000 \backslash
24001 raisebox{0.5cm}[0pt]{
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \begin_inset Quotes eld
24008 \end_inset
24009
24010 testigo
24011 \begin_inset Quotes erd
24012 \end_inset
24013
24014
24015 \begin_inset ERT
24016 status collapsed
24017
24018 \begin_layout Standard
24019
24020 }
24021 \end_layout
24022
24023 \end_inset
24024
24025  como palabra más alta.
24026 \end_layout
24027
24028 \begin_layout Standard
24029 \begin_inset VSpace bigskip
24030 \end_inset
24031
24032 El comando 
24033 \series bold
24034
24035 \backslash
24036 raisebox
24037 \series default
24038  es útil para insertar espacio vertical extra para ciertas filas de tabla
24039  de modo que su contenido esté más separado de las líneas circundantes.
24040  En la Tabla\InsetSpace ~
24041
24042 \begin_inset LatexCommand ref
24043 reference "tab:Dos-tablas-que"
24044
24045 \end_inset
24046
24047  las filas con subíndice y exponente obtienen espacio extra al elevarlas
24048  con un cuadro vacío: El comando
24049 \end_layout
24050
24051 \begin_layout Standard
24052
24053 \series bold
24054
24055 \backslash
24056 raisebox{5mm}{}
24057 \end_layout
24058
24059 \begin_layout Standard
24060 se ha insertado en las filas de la tabla.
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Para añadir espacio extra vertical a todas las filas de todas las tablas,
24065  sería más conveniente  el método descrito en la sección\InsetSpace ~
24066
24067 \begin_inset LatexCommand ref
24068 reference "sub:Altura-Extra-de-Fila"
24069
24070 \end_inset
24071
24072 .
24073 \end_layout
24074
24075 \begin_layout Standard
24076 \begin_inset Float table
24077 wide false
24078 sideways false
24079 status open
24080
24081 \begin_layout Caption
24082 \begin_inset LatexCommand label
24083 name "tab:Dos-tablas-que"
24084
24085 \end_inset
24086
24087 Dos tablas que muestran el efecto de espacio vertical extra con 
24088 \backslash
24089
24090 \series bold
24091 raisebox
24092 \end_layout
24093
24094 \begin_layout Standard
24095
24096 \hfill
24097
24098 \begin_inset Tabular
24099 <lyxtabular version="3" rows="5" columns="2">
24100 <features>
24101 <column alignment="center" valignment="top" leftline="true" width="0pt">
24102 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24103 <row topline="true">
24104 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Standard
24108 sin 
24109 \series bold
24110
24111 \backslash
24112 raisebox
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Standard
24121
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 </row>
24127 <row topline="true">
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Standard
24132 Commando
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Standard
24141 Resultado
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row topline="true">
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Standard
24152 B_V
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Standard
24161 \begin_inset Formula $B_{V}$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row topline="true">
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Standard
24175 B^V
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Standard
24184 \begin_inset Formula $B^{V}$
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 </row>
24193 <row topline="true" bottomline="true">
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Standard
24198 B^
24199 \begin_inset ERT
24200 status collapsed
24201
24202 \begin_layout Standard
24203
24204
24205 \backslash
24206 textvisiblespace 
24207 \end_layout
24208
24209 \end_inset
24210
24211 A
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Standard
24220 \begin_inset Formula $B^{A}$
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 </row>
24229 </lyxtabular>
24230
24231 \end_inset
24232
24233
24234 \begin_inset ERT
24235 status collapsed
24236
24237 \begin_layout Standard
24238
24239
24240 \backslash
24241 hspace{2pt}
24242 \end_layout
24243
24244 \end_inset
24245
24246
24247 \begin_inset Tabular
24248 <lyxtabular version="3" rows="5" columns="2">
24249 <features>
24250 <column alignment="center" valignment="top" leftline="true" width="0">
24251 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
24252 <row topline="true" bottomline="true">
24253 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Standard
24257 sin 
24258 \series bold
24259
24260 \backslash
24261 raisebox
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Standard
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row topline="true">
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Standard
24281 Comando
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Standard
24290 Resultado
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row topline="true">
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Standard
24301 B_V
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Standard
24310 \begin_inset Formula $B_{V}$
24311 \end_inset
24312
24313
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 </row>
24319 <row topline="true">
24320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Standard
24324 B^V
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Standard
24333 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 <row topline="true" bottomline="true">
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Standard
24347 B^
24348 \begin_inset ERT
24349 status collapsed
24350
24351 \begin_layout Standard
24352
24353
24354 \backslash
24355 textvisiblespace 
24356 \end_layout
24357
24358 \end_inset
24359
24360 A
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Standard
24369 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 </lyxtabular>
24379
24380 \end_inset
24381
24382
24383 \hfill
24384
24385 \end_layout
24386
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \begin_layout Section
24393 Cuadros Coloreados
24394 \begin_inset LatexCommand label
24395 name "sec:Cuadros-Coloreados"
24396
24397 \end_inset
24398
24399
24400 \begin_inset LatexCommand index
24401 name "Cuadros ! Color"
24402
24403 \end_inset
24404
24405
24406 \end_layout
24407
24408 \begin_layout Subsection
24409 Color en Texto
24410 \begin_inset LatexCommand index
24411 name "Color ! en Texto"
24412
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \begin_layout Standard
24419 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
24420  Esto requiere cargar el paquete LaTeX 
24421 \series bold
24422 color
24423 \series default
24424
24425 \begin_inset LatexCommand index
24426 name "LaTeX-paquetes ! color"
24427
24428 \end_inset
24429
24430  en el preámbulo del documento con
24431 \end_layout
24432
24433 \begin_layout Standard
24434
24435 \series bold
24436
24437 \backslash
24438 @ifundef\SpecialChar \textcompwordmark{}
24439 ined{textcolor}
24440 \newline
24441
24442 \begin_inset ERT
24443 status collapsed
24444
24445 \begin_layout Standard
24446
24447
24448 \backslash
24449 hphantom{ }
24450 \end_layout
24451
24452 \end_inset
24453
24454 {
24455 \backslash
24456 usepackage{color}}{}
24457 \end_layout
24458
24459 \begin_layout Standard
24460 LyX cargará automáticamente el paquete 
24461 \series bold
24462 color
24463 \series default
24464  cuando colorees texto
24465 \begin_inset Foot
24466 status collapsed
24467
24468 \begin_layout Standard
24469 Para evitar cargarlo dos veces se usa el comando 
24470 \series bold
24471
24472 \backslash
24473 @ifundef\SpecialChar \textcompwordmark{}
24474 ined
24475 \series default
24476 .
24477 \end_layout
24478
24479 \end_inset
24480
24481 .
24482 \end_layout
24483
24484 \begin_layout Standard
24485 \begin_inset VSpace medskip
24486 \end_inset
24487
24488 Los cuadros coloreados se crean con el comando 
24489 \series bold
24490
24491 \backslash
24492 colorbox
24493 \series default
24494 , de acuerdo con el siguiente esquema:
24495 \end_layout
24496
24497 \begin_layout Standard
24498
24499 \series bold
24500
24501 \backslash
24502 colorbox{color}{contenido del cuadro}
24503 \end_layout
24504
24505 \begin_layout Standard
24506 El contenido también puede ser un cuadro y los cuadros coloreados también
24507  pueden estar en otros cuadros.
24508 \end_layout
24509
24510 \begin_layout Standard
24511 Los siguientes colores están predefinidos:
24512 \newline
24513
24514 \family sans
24515 black
24516 \family default
24517
24518 \family sans
24519 blue
24520 \family default
24521
24522 \family sans
24523 cyan
24524 \family default
24525 \series bold
24526
24527 \family sans
24528 \series default
24529 green
24530 \family default
24531
24532 \family sans
24533 magenta
24534 \family default
24535
24536 \family sans
24537 red
24538 \family default
24539
24540 \family sans
24541 white
24542 \family default
24543
24544 \family sans
24545 yellow
24546 \family default
24547 .
24548 \newline
24549 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
24550
24551 \begin_inset LatexCommand ref
24552 reference "sec:Tablas-Coloreadas"
24553
24554 \end_inset
24555
24556 .
24557 \end_layout
24558
24559 \begin_layout Standard
24560 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
24561 \end_layout
24562
24563 \begin_layout Standard
24564
24565 \series bold
24566
24567 \backslash
24568 colorbox{red}{
24569 \end_layout
24570
24571 \begin_layout Standard
24572 en ERT antes de la palabra.
24573  Tras la palabra inserta una llave de cierre 
24574 \begin_inset Quotes eld
24575 \end_inset
24576
24577
24578 \series bold
24579 }
24580 \series default
24581
24582 \begin_inset Quotes erd
24583 \end_inset
24584
24585  en ERT.
24586 \newline
24587 Este es el resultado:
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Línea en la que la palabra 
24592 \begin_inset ERT
24593 status collapsed
24594
24595 \begin_layout Standard
24596
24597
24598 \backslash
24599 colorbox{red}{
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Quotes eld
24606 \end_inset
24607
24608 ¡Atención!
24609 \begin_inset Quotes erd
24610 \end_inset
24611
24612
24613 \begin_inset ERT
24614 status collapsed
24615
24616 \begin_layout Standard
24617
24618 }
24619 \end_layout
24620
24621 \end_inset
24622
24623  tiene fondo rojo.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset VSpace bigskip
24628 \end_inset
24629
24630 Si quieres un marco de distinto color, puedes emplear el comando 
24631 \series bold
24632
24633 \backslash
24634 fcolorbox
24635 \series default
24636  con el esquema siguiente:
24637 \end_layout
24638
24639 \begin_layout Standard
24640
24641 \series bold
24642
24643 \backslash
24644 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
24645 \end_layout
24646
24647 \begin_layout Standard
24648
24649 \series bold
24650
24651 \backslash
24652 fcolorbox
24653 \series default
24654  es una extensión de 
24655 \series bold
24656
24657 \backslash
24658 colorbox
24659 \series default
24660 .
24661  El grosor del marco y el espacio entre él y el contenido se puede ajustar
24662  con las longitudes 
24663 \series bold
24664
24665 \backslash
24666 fboxrule
24667 \series default
24668  y 
24669 \series bold
24670
24671 \backslash
24672 fboxsep
24673 \series default
24674 , respectivamente, como se describe en la sección\InsetSpace ~
24675
24676 \begin_inset LatexCommand ref
24677 reference "sec:Cuadros-Enmarcados"
24678
24679 \end_inset
24680
24681 .
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Para el ejemplo siguiente se ha utilizado el comando
24686 \end_layout
24687
24688 \begin_layout Standard
24689
24690 \series bold
24691
24692 \backslash
24693 fcolorbox{cyan}{magenta}{
24694 \end_layout
24695
24696 \begin_layout Standard
24697 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
24698 mm para la línea
24699  del marco:
24700 \newline
24701
24702 \begin_inset ERT
24703 status collapsed
24704
24705 \begin_layout Standard
24706
24707
24708 \backslash
24709 fboxrule 1mm 
24710 \backslash
24711 fboxsep 1mm
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \begin_inset ERT
24718 status collapsed
24719
24720 \begin_layout Standard
24721
24722
24723 \backslash
24724 fcolorbox{cyan}{magenta}{
24725 \end_layout
24726
24727 \end_inset
24728
24729 Texto en un marco coloreado y enmarcado.
24730 \begin_inset ERT
24731 status collapsed
24732
24733 \begin_layout Standard
24734
24735 }
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Standard
24744 \begin_inset VSpace bigskip
24745 \end_inset
24746
24747 Por supuesto también puedes colorear el texto en un marco coloreado:
24748 \newline
24749
24750 \begin_inset ERT
24751 status collapsed
24752
24753 \begin_layout Standard
24754
24755
24756 \backslash
24757 fcolorbox{cyan}{magenta}{
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \color yellow
24764 Texto coloreado en un marco sombreado y coloreado.
24765 \color none
24766
24767 \begin_inset ERT
24768 status collapsed
24769
24770 \begin_layout Standard
24771
24772 }
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \begin_inset ERT
24779 status collapsed
24780
24781 \begin_layout Standard
24782
24783
24784 \backslash
24785 fboxrule 0.4pt 
24786 \backslash
24787 fboxsep 3pt
24788 \end_layout
24789
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \begin_layout Standard
24796
24797 \series bold
24798 \begin_inset VSpace medskip
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset Note Greyedout
24806 status open
24807
24808 \begin_layout Standard
24809
24810 \series bold
24811 Nota:
24812 \series default
24813  El texto en cuadros coloreados no puede tener saltos de línea.
24814  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
24815  coloreado como se describe a continuación.
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Subsection
24824 Color en Párrafos
24825 \begin_inset LatexCommand label
24826 name "sub:Color-en-Párrafos"
24827
24828 \end_inset
24829
24830
24831 \begin_inset LatexCommand index
24832 name "Color ! en Párrafos"
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \begin_layout Standard
24840 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
24841  Antes de la minipágina inserta el comando 
24842 \series bold
24843
24844 \backslash
24845 colorbox
24846 \end_layout
24847
24848 \begin_layout Standard
24849
24850 \series bold
24851
24852 \backslash
24853 colorbox{color}{
24854 \end_layout
24855
24856 \begin_layout Standard
24857 en ERT.
24858  Detrás de la minipágina inserta una llave de cierre 
24859 \begin_inset Quotes eld
24860 \end_inset
24861
24862
24863 \series bold
24864 }
24865 \series default
24866
24867 \begin_inset Quotes erd
24868 \end_inset
24869
24870  en ERT.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset ERT
24875 status collapsed
24876
24877 \begin_layout Standard
24878
24879
24880 \backslash
24881 colorbox{grisclaro}{
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Box Frameless
24888 position "t"
24889 hor_pos "c"
24890 has_inner_box 1
24891 inner_pos "t"
24892 use_parbox 0
24893 width "100col%"
24894 special "none"
24895 height "1in"
24896 height_special "totalheight"
24897 status open
24898
24899 \begin_layout Standard
24900 Texto con color de fondo.
24901  Texto con color de fondo.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 \begin_inset VSpace defskip
24906 \end_inset
24907
24908 El texto puede tener notas al pie
24909 \begin_inset Foot
24910 status open
24911
24912 \begin_layout Standard
24913 Otro ejemplo de nota
24914 \end_layout
24915
24916 \end_inset
24917
24918  y puede incluir tablas y figuras.
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \align center
24923 \begin_inset Tabular
24924 <lyxtabular version="3" rows="3" columns="3">
24925 <features>
24926 <column alignment="center" valignment="top" leftline="true" width="0">
24927 <column alignment="center" valignment="top" leftline="true" width="0">
24928 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
24929 <row topline="true">
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Standard
24934 a
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Standard
24943 !
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Standard
24952 3
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 </row>
24958 <row topline="true">
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Standard
24963 <
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Standard
24972 b2
24973 \begin_inset Quotes erd
24974 \end_inset
24975
24976 |
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Standard
24985 >
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 </row>
24991 <row topline="true" bottomline="true">
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Standard
24996 1
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Standard
25005 §
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Standard
25014 c
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 </lyxtabular>
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \begin_inset ERT
25031 status collapsed
25032
25033 \begin_layout Standard
25034
25035 }
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Section
25044 URLs (Localizador Universal de Recursos)
25045 \begin_inset LatexCommand index
25046 name "URLs"
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 Los enlaces a páginas web o direcciones de correo se insertan con el menú
25055  
25056 \family sans
25057 Insertar\SpecialChar \menuseparator
25058 URL
25059 \family default
25060 .
25061  Surge un diálogo con dos campos; el campo 
25062 \family sans
25063 URL
25064 \family default
25065  y el campo 
25066 \family sans
25067 Nombre
25068 \family default
25069  para la descripción del URL, que saldrá impreso como texto normal inmediatament
25070 e antes del URL.
25071 \end_layout
25072
25073 \begin_layout Standard
25074 He aquí un ejemplo de URL: 
25075 \begin_inset LatexCommand url
25076 name "Página de LyX"
25077 target "http://www.lyx.org"
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Standard
25085 La opción 
25086 \family sans
25087 Generar\InsetSpace ~
25088 hiperenlace
25089 \family default
25090  en el diálogo URL sólo tiene efecto al exportar el documento al formato
25091  
25092 \begin_inset Quotes eld
25093 \end_inset
25094
25095
25096 \family sans
25097 LinuxDoc
25098 \family default
25099
25100 \begin_inset Quotes erd
25101 \end_inset
25102
25103 .
25104 \end_layout
25105
25106 \begin_layout Standard
25107 No se puede cambiar el estilo del texto del enlace.
25108  El texto del campo 
25109 \family sans
25110 Nombre
25111 \family default
25112  tendrá el estilo de texto predeterminado para el documento mientras que
25113  el texto del campo 
25114 \family sans
25115 URL
25116 \family default
25117  tendrá el estilo 
25118 \begin_inset Quotes eld
25119 \end_inset
25120
25121
25122 \family sans
25123 Typewriter
25124 \family default
25125
25126 \begin_inset Quotes erd
25127 \end_inset
25128
25129 .
25130 \end_layout
25131
25132 \begin_layout Standard
25133 Cuando usas el paquete LaTeX 
25134 \series bold
25135 hyperref
25136 \series default
25137
25138 \begin_inset LatexCommand index
25139 name "LaTeX-paquetes ! hyperref"
25140
25141 \end_inset
25142
25143  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
25144  convierten automáticamente en hiperenlaces pinchables.
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \begin_inset Note Greyedout
25149 status open
25150
25151 \begin_layout Standard
25152
25153 \series bold
25154 Nota: 
25155 \series default
25156 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
25157  por una barra invertida, p.\InsetSpace \thinspace{}
25158 e.\InsetSpace ~
25159
25160 \begin_inset Quotes eld
25161 \end_inset
25162
25163
25164 \backslash
25165 #
25166 \begin_inset Quotes erd
25167 \end_inset
25168
25169 .
25170  Los URLs no deben finalizar con una barra invertida.
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Standard
25179 \begin_inset VSpace bigskip
25180 \end_inset
25181
25182 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
25183  en el texto, puedes usar el comando
25184 \end_layout
25185
25186 \begin_layout Standard
25187
25188 \series bold
25189
25190 \backslash
25191 href{dirección del enlace}{texto del enlace}
25192 \end_layout
25193
25194 \begin_layout Standard
25195 en ERT.
25196  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
25197  comando
25198 \end_layout
25199
25200 \begin_layout Standard
25201
25202 \series bold
25203
25204 \backslash
25205 href{http://www.lyx.org}{
25206 \end_layout
25207
25208 \begin_layout Standard
25209 en ERT.
25210  Inserta después del comando el texto del enlace 
25211 \begin_inset Quotes eld
25212 \end_inset
25213
25214 Página de LyX
25215 \begin_inset Quotes erd
25216 \end_inset
25217
25218  seguido por una llave en ERT.
25219  Este es el resultado: 
25220 \begin_inset ERT
25221 status collapsed
25222
25223 \begin_layout Standard
25224
25225
25226 \backslash
25227 href{http://www.lyx.org}{
25228 \end_layout
25229
25230 \end_inset
25231
25232 Página de LyX
25233 \begin_inset ERT
25234 status collapsed
25235
25236 \begin_layout Standard
25237
25238 }
25239 \end_layout
25240
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \begin_layout Standard
25247 Para enlazar a direcciones de correo, añade el prefijo 
25248 \begin_inset Quotes eld
25249 \end_inset
25250
25251
25252 \family sans
25253 mailto:
25254 \family default
25255
25256 \begin_inset Quotes erd
25257 \end_inset
25258
25259  a la dirección del enlace:
25260 \newline
25261 Correo para 
25262 \begin_inset ERT
25263 status collapsed
25264
25265 \begin_layout Standard
25266
25267
25268 \backslash
25269 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
25270 \end_layout
25271
25272 \end_inset
25273
25274 la lista de correo de documentación de LyX (lyx-docs)
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Standard
25279
25280 }
25281 \end_layout
25282
25283 \end_inset
25284
25285 .
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Emplear 
25290 \series bold
25291
25292 \backslash
25293 href
25294 \series default
25295  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
25296  el estilo de texto del enlace para todas las demás partes del texto y que
25297  puedes cambiar el estilo de texto para todos los URLs en el documento con
25298  una opción en el comando de carga de 
25299 \series bold
25300 hyperref
25301 \series default
25302 .
25303  Además las restricciones mencionadas antes no se aplican a 
25304 \series bold
25305
25306 \backslash
25307 href
25308 \series default
25309 .
25310  
25311 \end_layout
25312
25313 \begin_layout Standard
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318
25319 \newpage
25320
25321 \end_layout
25322
25323 \begin_layout Chapter
25324 \start_of_appendix
25325 Unidades disponibles en 
25326 \begin_inset ERT
25327 status collapsed
25328
25329 \begin_layout Standard
25330
25331
25332 \backslash
25333 texorpdfstring{
25334 \end_layout
25335
25336 \end_inset
25337
25338 LyX
25339 \begin_inset ERT
25340 status collapsed
25341
25342 \begin_layout Standard
25343
25344 }{LyX}
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \begin_inset LatexCommand index
25351 name "Unidades"
25352
25353 \end_inset
25354
25355
25356 \begin_inset LatexCommand label
25357 name "cha:Unidades-disponibles-en"
25358
25359 \end_inset
25360
25361
25362 \begin_inset Note Note
25363 status collapsed
25364
25365 \begin_layout Standard
25366 El comando 
25367 \backslash
25368 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
25369  enlaces se muestren erróneamente en los marcadores PDF.
25370  Más información en 
25371 \begin_inset LatexCommand cite
25372 key "hyperref"
25373
25374 \end_inset
25375
25376 .
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \begin_layout Standard
25385 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
25386
25387 \begin_inset LatexCommand ref
25388 reference "tab:Unidades"
25389
25390 \end_inset
25391
25392  describe todas las unidades disponibles en LyX.
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset Float table
25397 placement h
25398 wide false
25399 sideways false
25400 status open
25401
25402 \begin_layout Caption
25403 \begin_inset LatexCommand label
25404 name "tab:Unidades"
25405
25406 \end_inset
25407
25408 Unidades
25409 \end_layout
25410
25411 \begin_layout Standard
25412 \begin_inset VSpace medskip
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \begin_layout Standard
25419 \align center
25420 \begin_inset Tabular
25421 <lyxtabular version="3" rows="20" columns="2">
25422 <features>
25423 <column alignment="center" valignment="top" leftline="true" width="0">
25424 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
25425 <row topline="true" bottomline="true">
25426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Standard
25430 unidad
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Standard
25439 nombre/descripción
25440 \end_layout
25441
25442 \end_inset
25443 </cell>
25444 </row>
25445 <row topline="true">
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Standard
25450 mm
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Standard
25459 milímetro
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 </row>
25465 <row topline="true">
25466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Standard
25470 cm
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Standard
25479 centímetro
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 </row>
25485 <row topline="true">
25486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25487 \begin_inset Text
25488
25489 \begin_layout Standard
25490 in
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Standard
25499 pulgada
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 </row>
25505 <row topline="true">
25506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Standard
25510 pt
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Standard
25519 punto (72.27\InsetSpace \thinspace{}
25520 pt = 1\InsetSpace \thinspace{}
25521 in)
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 </row>
25527 <row topline="true">
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Standard
25532 pc
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Standard
25541 pica (1\InsetSpace \thinspace{}
25542 pc = 12\InsetSpace \thinspace{}
25543 pt)
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 </row>
25549 <row topline="true">
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Standard
25554 sp
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Standard
25563 punto escalado (65536\InsetSpace \thinspace{}
25564 sp = 1\InsetSpace \thinspace{}
25565 pt)
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 </row>
25571 <row topline="true">
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Standard
25576 bp
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25582 \begin_inset Text
25583
25584 \begin_layout Standard
25585 punto grande (72\InsetSpace \thinspace{}
25586 bp = 1\InsetSpace \thinspace{}
25587 in)
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 <row topline="true">
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Standard
25598 dd
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Standard
25607 didot (72\InsetSpace \thinspace{}
25608 dd 
25609 \begin_inset Formula $\approx$
25610 \end_inset
25611
25612  37.6\InsetSpace \thinspace{}
25613 mm)
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 </row>
25619 <row topline="true">
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Standard
25624 cc
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Standard
25633 cicero (1\InsetSpace \thinspace{}
25634 cc = 12\InsetSpace \thinspace{}
25635 dd)
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 </row>
25641 <row topline="true">
25642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Standard
25646 Escala%
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Standard
25655 % de anchura original de la imagen
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 </row>
25661 <row topline="true">
25662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Standard
25666 text%
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Standard
25675 % de anchura de texto
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 </row>
25681 <row topline="true">
25682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Standard
25686 col%
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Standard
25695 % de anchura de columna
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 </row>
25701 <row topline="true">
25702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Standard
25706 page%
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Standard
25715 % de anchura de página
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 </row>
25721 <row topline="true">
25722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Standard
25726 line%
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25732 \begin_inset Text
25733
25734 \begin_layout Standard
25735 % de anchura de línea
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 </row>
25741 <row topline="true">
25742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Standard
25746 theight%
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Standard
25755 % de altura de texto
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 </row>
25761 <row topline="true">
25762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Standard
25766 pheight%
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Standard
25775 % de altura de página
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 </row>
25781 <row topline="true">
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Standard
25786 ex
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Standard
25795 altura de la letra 
25796 \emph on
25797 x
25798 \emph default
25799  en la fuente actual
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 </row>
25805 <row topline="true">
25806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Standard
25810 em
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Standard
25819 anchura de la letra 
25820 \emph on
25821 M
25822 \emph default
25823  en la fuente actual
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row topline="true" bottomline="true">
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Standard
25834 mu
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Standard
25843 unidad matemática (1\InsetSpace \thinspace{}
25844 mu = 1/18\InsetSpace \thinspace{}
25845 em)
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 </row>
25851 </lyxtabular>
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Chapter
25864 Formatos de Archivos de Salida con Gráficos
25865 \begin_inset LatexCommand label
25866 name "cha:Formatos-de-Archivos-de-Salida"
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Section
25874 DVI
25875 \begin_inset LatexCommand index
25876 name "Formatos de Archivo ! DVI"
25877
25878 \end_inset
25879
25880
25881 \begin_inset LatexCommand index
25882 name "DVI|see{Formatos de Archivo}"
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 Este tipo de archivo tiene la extensión 
25891 \begin_inset Quotes eld
25892 \end_inset
25893
25894
25895 \family typewriter
25896 .dvi
25897 \family default
25898
25899 \begin_inset Quotes erd
25900 \end_inset
25901
25902 .
25903  Se denomina 
25904 \begin_inset Quotes eld
25905 \end_inset
25906
25907 device-independent
25908 \begin_inset Quotes erd
25909 \end_inset
25910
25911  (DVI), porque es completamente portable; se pueden mover de una máquina
25912  a otra sin necesidad de conversión alguna.
25913  En la época en que se desarrolló este formato, esto no era un asunto baladí.
25914  DVIs se usan para previsualizaciones rápidas y preparación para otros formatos
25915  de salida como PostScript.
25916 \end_layout
25917
25918 \begin_layout Standard
25919 \begin_inset Note Greyedout
25920 status open
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925 Nota:
25926 \series default
25927  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
25928 \end_layout
25929
25930 \end_inset
25931
25932  Por tanto no debes olvidar esto si mueves archivos 
25933 \family typewriter
25934 .dvi
25935 \family default
25936  a otro ordenador.
25937  Esta característica también puede retardar la visualización del archivo,
25938  porque el visor DVI tiene que convertir la imagen en segundo plano para
25939  hacerla visible al deslizar el visor.
25940  Así pues recomendamos usar PDF para archivos con muchas imágenes.
25941 \end_layout
25942
25943 \begin_layout Standard
25944 Un documento se exporta a DVI con el menú 
25945 \family sans
25946 Archivo\SpecialChar \menuseparator
25947 Exportar\SpecialChar \menuseparator
25948 DVI
25949 \family default
25950 .
25951 \end_layout
25952
25953 \begin_layout Section
25954 PostScript
25955 \begin_inset LatexCommand label
25956 name "sec:PostScript"
25957
25958 \end_inset
25959
25960
25961 \begin_inset LatexCommand index
25962 name "Formatos de Archivo ! PostScript"
25963
25964 \end_inset
25965
25966
25967 \begin_inset LatexCommand index
25968 name "PostScript|see{Formatos de Archivo}"
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 Este tipo de archivo tiene la extensión 
25977 \begin_inset Quotes eld
25978 \end_inset
25979
25980
25981 \family typewriter
25982 .ps
25983 \family default
25984
25985 \begin_inset Quotes erd
25986 \end_inset
25987
25988 .
25989  PostScript fue desarrollado por la compañía 
25990 \family typewriter
25991 Adobe
25992 \family default
25993  como lenguaje para impresoras.
25994  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
25995  PostScript puede considerarse como un 
25996 \begin_inset Quotes eld
25997 \end_inset
25998
25999 lenguaje de programación
26000 \begin_inset Quotes erd
26001 \end_inset
26002
26003 ; con él puedes calcular y dibujar imágenes y diagramas
26004 \begin_inset Foot
26005 status collapsed
26006
26007 \begin_layout Standard
26008 Si estás interesado en este tema acude al paquete LaTeX 
26009 \series bold
26010 PSTricks
26011 \series default
26012  
26013 \begin_inset LatexCommand cite
26014 key "pstricks"
26015
26016 \end_inset
26017
26018 .
26019 \end_layout
26020
26021 \end_inset
26022
26023 .
26024  Por esto los archivos suelen ser más grandes que los PDFs.
26025 \end_layout
26026
26027 \begin_layout Standard
26028 Los archivos PostScript solo pueden contener imágenes en el formato 
26029 \begin_inset Quotes eld
26030 \end_inset
26031
26032 Encapsulated PostScript
26033 \begin_inset Quotes erd
26034 \end_inset
26035
26036  (EPS, extensión 
26037 \begin_inset Quotes eld
26038 \end_inset
26039
26040
26041 \family typewriter
26042 .eps
26043 \family default
26044
26045 \begin_inset Quotes erd
26046 \end_inset
26047
26048 ).
26049  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
26050  en segundo plano para convertir las imágenes a EPS.
26051  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
26052  cada vez que veas o exportes el documento.
26053  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
26054  puedes evitar el problema insertando las imágenes directamente en EPS.
26055 \end_layout
26056
26057 \begin_layout Standard
26058 El documento se puede exportar a PostScript con el menú 
26059 \family sans
26060 Archivo\SpecialChar \menuseparator
26061 Exportar\SpecialChar \menuseparator
26062 Postscript
26063 \family default
26064 .
26065 \end_layout
26066
26067 \begin_layout Section
26068 PDF
26069 \begin_inset LatexCommand label
26070 name "sec:PDF"
26071
26072 \end_inset
26073
26074
26075 \begin_inset LatexCommand index
26076 name "Formatos de Archivo ! PDF"
26077
26078 \end_inset
26079
26080
26081 \begin_inset LatexCommand index
26082 name "PDF"
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 Este tipo de archivo tiene la extensión 
26091 \begin_inset Quotes eld
26092 \end_inset
26093
26094
26095 \family typewriter
26096 .pdf
26097 \family default
26098
26099 \begin_inset Quotes erd
26100 \end_inset
26101
26102 .
26103  El formato 
26104 \begin_inset Quotes eld
26105 \end_inset
26106
26107 Portable Document Format
26108 \begin_inset Quotes erd
26109 \end_inset
26110
26111  (PDF) fue desarrollado por 
26112 \family typewriter
26113 Adobe
26114 \family default
26115  como derivado de PostScript.
26116  Es más comprimido y utiliza muchos menos comandos que PostScript.
26117  Como su nombre 
26118 \begin_inset Quotes eld
26119 \end_inset
26120
26121 portable
26122 \begin_inset Quotes erd
26123 \end_inset
26124
26125  indica, puede ser procesado por cualquier sistema operativo y la salida
26126  impresa se muestra exactamente igual.
26127 \end_layout
26128
26129 \begin_layout Standard
26130 PDF puede contener imágenes en su propio formato PDF, en el formato 
26131 \begin_inset Quotes eld
26132 \end_inset
26133
26134 Joint Photographic Experts Group
26135 \begin_inset Quotes erd
26136 \end_inset
26137
26138  (JPG, extensión 
26139 \begin_inset Quotes eld
26140 \end_inset
26141
26142
26143 \family typewriter
26144 .jpg
26145 \family default
26146
26147 \begin_inset Quotes erd
26148 \end_inset
26149
26150  o 
26151 \begin_inset Quotes eld
26152 \end_inset
26153
26154
26155 \family typewriter
26156 .jpeg
26157 \family default
26158
26159 \begin_inset Quotes erd
26160 \end_inset
26161
26162 ), y en el formato 
26163 \begin_inset Quotes eld
26164 \end_inset
26165
26166 Portable Network Graphics
26167 \begin_inset Quotes erd
26168 \end_inset
26169
26170  (PNG, extensión 
26171 \begin_inset Quotes eld
26172 \end_inset
26173
26174
26175 \family typewriter
26176 .png
26177 \family default
26178
26179 \begin_inset Quotes erd
26180 \end_inset
26181
26182 ).
26183  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
26184  en segundo plano a alguno de los anteriores.
26185  Pero como se ha comentado en la sección sobre PostScript, la conversión
26186  de gráficos ralentiza el trabajo.
26187  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
26188  mencionados.
26189 \end_layout
26190
26191 \begin_layout Standard
26192 Un documento se puede exportar a PDF via el menú 
26193 \family sans
26194 Archivo\SpecialChar \menuseparator
26195 Exportar
26196 \family default
26197  en tres modos diferentes:
26198 \end_layout
26199
26200 \begin_layout Description
26201 PDF Este utiliza el programa 
26202 \family typewriter
26203 ps2pdf
26204 \family default
26205  que crea un PDF a partir de una versión PostScript del archivo.
26206  La versión PostScript es producida por el programa 
26207 \family typewriter
26208 dvips
26209 \family default
26210  que usa una versión DVI como paso intermedio.
26211  Así que este modo de exportación consta de tres conversiones.
26212 \end_layout
26213
26214 \begin_layout Description
26215 PDF\InsetSpace ~
26216 (dvipdfm) Este utiliza el programa 
26217 \family typewriter
26218 dvipdfm
26219 \family default
26220  que convierte el archivo a DVI en segundo plano y en un segundo paso a
26221  PDF.
26222 \end_layout
26223
26224 \begin_layout Description
26225 PDF\InsetSpace ~
26226 (pdflatex) Este utiliza el programa 
26227 \family typewriter
26228 pdftex
26229 \family default
26230  que convierte directamente el archivo a PDF.
26231 \end_layout
26232
26233 \begin_layout Standard
26234 Se recomienda usar 
26235 \family sans
26236 PDF\InsetSpace ~
26237 (pdflatex)
26238 \family default
26239  porque 
26240 \family typewriter
26241 pdftex
26242 \family default
26243  soporta todas las características de las versiones actuales de PDF, es
26244  rápido y estable.
26245  El programa 
26246 \family typewriter
26247 dvipdfm
26248 \family default
26249  ya no se desarrolla y está un poco obsoleto.
26250 \end_layout
26251
26252 \begin_layout Chapter
26253 Explicación de la Ecuación\InsetSpace ~
26254
26255 \begin_inset LatexCommand eqref
26256 reference "eq:Wgn"
26257
26258 \end_inset
26259
26260
26261 \begin_inset LatexCommand label
26262 name "cha:Explicación-de-la-Ecuación"
26263
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \begin_layout Standard
26270 La anchura total de 
26271 \emph on
26272 n
26273 \emph default
26274  celdas de una tabla 
26275 \begin_inset Formula $W_{\mathrm{tot\, n}}$
26276 \end_inset
26277
26278  puede calcularse con
26279 \end_layout
26280
26281 \begin_layout Standard
26282 \begin_inset Formula \begin{equation}
26283 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \begin_layout Standard
26291 donde 
26292 \begin_inset Formula $W_{g\, n}$
26293 \end_inset
26294
26295  es el ancho dado de todas las celdas.
26296  
26297 \series bold
26298
26299 \backslash
26300 tabcolsep
26301 \series default
26302  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
26303 pt por defecto.
26304  
26305 \series bold
26306
26307 \backslash
26308 arrayrulewidth
26309 \series default
26310  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
26311 pt por defecto.
26312 \end_layout
26313
26314 \begin_layout Standard
26315 Procediendo como en la ecuación\InsetSpace ~
26316
26317 \begin_inset LatexCommand eqref
26318 reference "eq:Wtot_n"
26319
26320 \end_inset
26321
26322 , el ancho total de una multicolumna, 
26323 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
26324 \end_inset
26325
26326  es
26327 \end_layout
26328
26329 \begin_layout Standard
26330 \begin_inset Formula \begin{equation}
26331 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \begin_layout Standard
26339 Igualando las ecuaciones\InsetSpace ~
26340
26341 \begin_inset LatexCommand eqref
26342 reference "eq:Wtot_n"
26343
26344 \end_inset
26345
26346  y 
26347 \begin_inset LatexCommand eqref
26348 reference "eq:Wtot_mult"
26349
26350 \end_inset
26351
26352  podemos calcular el ancho dado necesario 
26353 \begin_inset Formula $W_{g\, n}$
26354 \end_inset
26355
26356  cuando se expanden 
26357 \emph on
26358 n
26359 \emph default
26360  columnas, de forma que cada una de ellas tiene una anchura total  
26361 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
26362 \end_inset
26363
26364 :
26365 \end_layout
26366
26367 \begin_layout Standard
26368 \begin_inset Formula \begin{equation}
26369 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Bibliography
26377 \begin_inset LatexCommand bibitem
26378 key "latexcompanion"
26379
26380 \end_inset
26381
26382 Frank Mittelbach and Michel Goossens: 
26383 \emph on
26384 The LaTeX Companion Second Edition.
26385  
26386 \emph default
26387 Addison-Wesley, 2004
26388 \end_layout
26389
26390 \begin_layout Bibliography
26391 \begin_inset LatexCommand bibitem
26392 key "latexguide"
26393
26394 \end_inset
26395
26396 Helmut Kopka and Patrick W.
26397  Daly: 
26398 \emph on
26399 A Guide to LaTeX Fourth Edition.
26400  
26401 \emph default
26402 Addison-Wesley, 2003
26403 \end_layout
26404
26405 \begin_layout Bibliography
26406 \begin_inset LatexCommand bibitem
26407 key "latexbook"
26408
26409 \end_inset
26410
26411 Leslie Lamport: 
26412 \emph on
26413 LaTeX: A Document Preparation System.
26414  
26415 \emph default
26416 Addison-Wesley, second edition, 1994
26417 \end_layout
26418
26419 \begin_layout Bibliography
26420 \begin_inset LatexCommand bibitem
26421 key "booktabs"
26422
26423 \end_inset
26424
26425
26426 \begin_inset ERT
26427 status collapsed
26428
26429 \begin_layout Standard
26430
26431
26432 \backslash
26433 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
26434 {
26435 \end_layout
26436
26437 \end_inset
26438
26439 Documentación
26440 \begin_inset ERT
26441 status collapsed
26442
26443 \begin_layout Standard
26444
26445 }
26446 \end_layout
26447
26448 \end_inset
26449
26450  del paquete LaTeX 
26451 \series bold
26452 booktabs
26453 \series default
26454
26455 \begin_inset LatexCommand index
26456 name "LaTeX-paquetes ! booktabs"
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Bibliography
26464 \begin_inset LatexCommand bibitem
26465 key "caption"
26466
26467 \end_inset
26468
26469
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Standard
26474
26475
26476 \backslash
26477 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
26478 \end_layout
26479
26480 \end_inset
26481
26482 Documentación
26483 \begin_inset ERT
26484 status collapsed
26485
26486 \begin_layout Standard
26487
26488 }
26489 \end_layout
26490
26491 \end_inset
26492
26493  del paquete LaTeX 
26494 \series bold
26495 caption
26496 \series default
26497
26498 \begin_inset LatexCommand index
26499 name "LaTeX-paquetes ! caption"
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Bibliography
26507 \begin_inset LatexCommand bibitem
26508 key "caption-de"
26509
26510 \end_inset
26511
26512 (En Alemán) 
26513 \begin_inset ERT
26514 status collapsed
26515
26516 \begin_layout Standard
26517
26518
26519 \backslash
26520 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
26521 {
26522 \end_layout
26523
26524 \end_inset
26525
26526 Documentación
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Standard
26531
26532 }
26533 \end_layout
26534
26535 \end_inset
26536
26537  del paquete LaTeX 
26538 \series bold
26539 caption
26540 \end_layout
26541
26542 \begin_layout Bibliography
26543 \begin_inset LatexCommand bibitem
26544 key "endfloat"
26545
26546 \end_inset
26547
26548
26549 \begin_inset ERT
26550 status collapsed
26551
26552 \begin_layout Standard
26553
26554
26555 \backslash
26556 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
26557 {
26558 \end_layout
26559
26560 \end_inset
26561
26562 Documentación
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Standard
26567
26568 }
26569 \end_layout
26570
26571 \end_inset
26572
26573  del paquete LaTeX 
26574 \series bold
26575 endf\SpecialChar \textcompwordmark{}
26576 loat
26577 \series default
26578
26579 \begin_inset LatexCommand index
26580 name "LaTeX-paquetes ! endfloat"
26581
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \begin_layout Bibliography
26588 \begin_inset LatexCommand bibitem
26589 key "floatflt"
26590
26591 \end_inset
26592
26593
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Standard
26598
26599
26600 \backslash
26601 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
26602 {
26603 \end_layout
26604
26605 \end_inset
26606
26607 Documentación
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Standard
26612
26613 }
26614 \end_layout
26615
26616 \end_inset
26617
26618  del paquete LaTeX 
26619 \series bold
26620 floatf\SpecialChar \textcompwordmark{}
26621 lt
26622 \series default
26623
26624 \begin_inset LatexCommand index
26625 name "LaTeX-paquetes ! floatflt"
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \begin_layout Bibliography
26633 \begin_inset LatexCommand bibitem
26634 key "footmisc"
26635
26636 \end_inset
26637
26638
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Standard
26643
26644
26645 \backslash
26646 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
26647 {
26648 \end_layout
26649
26650 \end_inset
26651
26652 Documentación
26653 \begin_inset ERT
26654 status collapsed
26655
26656 \begin_layout Standard
26657
26658 }
26659 \end_layout
26660
26661 \end_inset
26662
26663  del paquete LaTeX 
26664 \series bold
26665 footmisc
26666 \series default
26667
26668 \begin_inset LatexCommand index
26669 name "LaTeX-paquetes ! footmisc"
26670
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Bibliography
26677 \begin_inset LatexCommand bibitem
26678 key "hypcap"
26679
26680 \end_inset
26681
26682
26683 \begin_inset ERT
26684 status collapsed
26685
26686 \begin_layout Standard
26687
26688
26689 \backslash
26690 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
26691 \end_layout
26692
26693 \end_inset
26694
26695 Documentación
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Standard
26700
26701 }
26702 \end_layout
26703
26704 \end_inset
26705
26706  del paquete LaTeX 
26707 \series bold
26708 hypcap
26709 \series default
26710
26711 \begin_inset LatexCommand index
26712 name "LaTeX-paquetes ! hyperref"
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Bibliography
26720 \begin_inset LatexCommand bibitem
26721 key "hyperref"
26722
26723 \end_inset
26724
26725
26726 \begin_inset ERT
26727 status collapsed
26728
26729 \begin_layout Standard
26730
26731
26732 \backslash
26733 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
26734 {
26735 \end_layout
26736
26737 \end_inset
26738
26739 Documentación
26740 \begin_inset ERT
26741 status collapsed
26742
26743 \begin_layout Standard
26744
26745 }
26746 \end_layout
26747
26748 \end_inset
26749
26750  del paquete LaTeX 
26751 \series bold
26752 hyperref
26753 \series default
26754
26755 \begin_inset LatexCommand index
26756 name "LaTeX-paquetes ! hyperref"
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \begin_layout Bibliography
26764 \begin_inset LatexCommand bibitem
26765 key "koma-script"
26766
26767 \end_inset
26768
26769
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Standard
26774
26775
26776 \backslash
26777 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
26778 df}{
26779 \end_layout
26780
26781 \end_inset
26782
26783 Documentación
26784 \begin_inset ERT
26785 status collapsed
26786
26787 \begin_layout Standard
26788
26789 }
26790 \end_layout
26791
26792 \end_inset
26793
26794  del paquete LaTeX 
26795 \series bold
26796 koma-script
26797 \series default
26798
26799 \begin_inset LatexCommand index
26800 name "LaTeX-paquetes ! koma-script"
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \begin_layout Bibliography
26808 \begin_inset LatexCommand bibitem
26809 key "koma-script-de"
26810
26811 \end_inset
26812
26813 (En Alemán) 
26814 \begin_inset ERT
26815 status collapsed
26816
26817 \begin_layout Standard
26818
26819
26820 \backslash
26821 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
26822 df}{
26823 \end_layout
26824
26825 \end_inset
26826
26827 Documentación
26828 \begin_inset ERT
26829 status collapsed
26830
26831 \begin_layout Standard
26832
26833 }
26834 \end_layout
26835
26836 \end_inset
26837
26838  del paquete LaTeX 
26839 \series bold
26840 koma-script
26841 \series default
26842
26843 \begin_inset LatexCommand index
26844 name "LaTeX-paquetes ! koma-script"
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \begin_layout Bibliography
26852 \begin_inset LatexCommand bibitem
26853 key "marginnote"
26854
26855 \end_inset
26856
26857
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Standard
26862
26863
26864 \backslash
26865 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
26866 pdf}{
26867 \end_layout
26868
26869 \end_inset
26870
26871 Documentación
26872 \begin_inset ERT
26873 status collapsed
26874
26875 \begin_layout Standard
26876
26877 }
26878 \end_layout
26879
26880 \end_inset
26881
26882  del paquete LaTeX 
26883 \series bold
26884 marginnote
26885 \series default
26886
26887 \begin_inset LatexCommand index
26888 name "LaTeX-paquetes ! marginnote"
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \begin_layout Bibliography
26896 \begin_inset LatexCommand bibitem
26897 key "pstricks"
26898
26899 \end_inset
26900
26901
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Standard
26906
26907
26908 \backslash
26909 href{http://tug.org/PSTricks/main.cgi/}{
26910 \end_layout
26911
26912 \end_inset
26913
26914 Página Web
26915 \begin_inset ERT
26916 status collapsed
26917
26918 \begin_layout Standard
26919
26920 }
26921 \end_layout
26922
26923 \end_inset
26924
26925  del paquete LaTeX 
26926 \series bold
26927 PSTricks
26928 \series default
26929
26930 \begin_inset LatexCommand index
26931 name "LaTeX-paquetes ! PSTricks"
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \begin_layout Bibliography
26939 \begin_inset LatexCommand bibitem
26940 key "sidecap"
26941
26942 \end_inset
26943
26944
26945 \begin_inset ERT
26946 status collapsed
26947
26948 \begin_layout Standard
26949
26950
26951 \backslash
26952 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
26953 \end_layout
26954
26955 \end_inset
26956
26957 Documentación
26958 \begin_inset ERT
26959 status collapsed
26960
26961 \begin_layout Standard
26962
26963 }
26964 \end_layout
26965
26966 \end_inset
26967
26968  del paquete LaTeX 
26969 \series bold
26970 sidecap
26971 \series default
26972
26973 \begin_inset LatexCommand index
26974 name "LaTeX-paquetes ! sidecap"
26975
26976 \end_inset
26977
26978
26979 \end_layout
26980
26981 \begin_layout Bibliography
26982 \begin_inset LatexCommand bibitem
26983 key "NewInLyX15"
26984
26985 \end_inset
26986
26987
26988 \begin_inset ERT
26989 status collapsed
26990
26991 \begin_layout Standard
26992
26993
26994 \backslash
26995 href{http://wiki.lyx.org/LyX/NewInLyX15}{
26996 \end_layout
26997
26998 \end_inset
26999
27000 Wiki página
27001 \begin_inset ERT
27002 status collapsed
27003
27004 \begin_layout Standard
27005
27006 }
27007 \end_layout
27008
27009 \end_inset
27010
27011  sobre características nuevas previstas para la versión 
27012 \family sans
27013 LyX\InsetSpace ~
27014 1.5
27015 \family default
27016 .
27017 \end_layout
27018
27019 \begin_layout Standard
27020 \begin_inset LatexCommand printindex
27021
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \begin_layout Standard
27028 \begin_inset FloatList figure
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 \begin_inset FloatList table
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \end_body
27044 \end_document