]> git.lyx.org Git - lyx.git/blob - lib/doc/es_EmbeddedObjects.lyx
EmbeddeObjects: Spanish updates again
[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 258
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % provides caption formatting
8 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}
9
10 % provides commands to set caption
11 % beside tables/images
12 \usepackage{sidecap}
13
14 \newcommand{\TabBesBeg}{%
15  \let\MyTable\table
16  \let\MyEndtable\endtable
17  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
18
19 \newcommand{\TabBesEnd}{%
20  \let\table\MyTable
21  \let\endtable\MyEndtable}
22
23 \newcommand{\FigBesBeg}{%
24  \let\MyFigure\figure
25  \let\MyEndfigure\endfigure
26  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
27
28 \newcommand{\FigBesEnd}{%
29  \let\figure\MyFigure
30  \let\endfigure\MyEndfigure}
31
32 % enables calculation of values,
33 \usepackage{calc}
34
35 % provides special table cell alignments
36 \usepackage{dcolumn}
37
38 % increase the bottom float placement fraction
39 \renewcommand{\bottomfraction}{0.5}
40
41 % avoids that floats are placed before their
42 % corresponding section starts
43 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
44
45 % speed up the longtable calculation
46 \setcounter{LTchunksize}{100}
47
48 % define a new reference format
49 \newrefformat{fig}
50  {Figura~flotante~\ref{#1} impresa en la página~\pageref{#1}}
51
52 % if pdflatex is used
53 \usepackage{ifpdf}
54 \ifpdf
55
56 % set fonts for nicer pdf view
57 \IfFileExists{lmodern.sty}
58  {\usepackage{lmodern}} % if it exists
59  {% if it exists not
60   \usepackage[scaled=0.92]{helvet}
61   \usepackage{mathptmx}
62   \usepackage{courier}
63  } % end if it exists not
64
65 % link all cross references and URLs
66 % in pdf output
67  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
68   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
69   pdfpagelayout=OneColumn, pdfnewwindow=true,
70   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
71   pdfauthor={LyX Team}, pdftex,
72   pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
73   pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
74   pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
75  
76 \else % if dvi or ps is produced
77
78  % link all cross references and URLs in DVI output
79  \usepackage[ps2pdf, colorlinks=true,
80   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
81
82 \fi % end if pdflatex is used
83
84 % that links to image floats jumps
85 % to the beginning of the float and 
86 % not to its caption
87 \usepackage[figure]{hypcap}
88
89 % used for colored tables
90 \@ifundefined{textcolor}
91  {\usepackage{color}}{}
92 \usepackage{colortbl}
93 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
94 \definecolor{grisclaro}{gray}{0.8}
95
96 % used for multirows
97 \usepackage{multirow}
98 %\renewcommand{\multirowsetup}{\centering}
99
100 % used for book-style tables
101 \usepackage{booktabs}
102
103 % used to have extra space in table cells,
104 \setlength{\extrarowheight}{2pt}
105
106 % used for customized tables
107 % ---
108 \newcolumntype{M}[1]
109  {>{\centering\hspace{0pt}}m{#1}}
110
111 \newcolumntype{S}[2]
112  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
113
114 \newcolumntype{K}[1]
115  {>{\columncolor{#1}\hspace{0pt}}c}
116
117 \newcolumntype{V}{!{\vrule width 1.5pt}}
118
119 \newcolumntype{W}{!{\color{green}\vline}}
120 % ---
121
122 % To be able to enter the characters ° and · directly in LyX
123 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
124 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
125
126 % the pages of the TOC are numbered roman
127 % and a PDF-bookmark for the TOC is added
128 \pagenumbering{roman}
129 \let\myTOC\tableofcontents
130 \renewcommand{\tableofcontents}{%
131  \pdfbookmark[1]{Contenidos}{}
132  \myTOC
133  \clearpage
134  \pagenumbering{arabic}}
135
136 % insert additional vertical space of
137 % 1.5 mm between footnotes
138 \let\myFoot\footnote
139 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
140
141 % enable algorithm floats to be referenced
142 \newfloat{Xalgorithm}{tbp}{loa}
143 \floatname{Xalgorithm}{Algoritmo}
144 \newcommand{\theHalgorithm}{\theHXalgorithm}
145 \renewenvironment{algorithm}[1][tbp]
146  {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
147
148 % number algorithm floats within chapters
149 \numberwithin{Xalgorithm}{chapter}
150
151 % redefine the greyed out note
152 \renewenvironment{lyxgreyedout}
153  {\textcolor{blue}\bgroup}{\egroup}
154
155 % ------------------------------------
156 % used to check for needed LaTeX packages
157 \usepackage{ifthen}
158
159 % check for package arydshln
160 % used for tables with dashed lines
161 \newboolean{arydshln}
162 \IfFileExists{arydshln.sty}
163  {\usepackage{arydshln}
164   \setboolean{arydshln}{true}}
165  {\setboolean{arydshln}{false}}
166
167 % check for package marginnote
168 % used for margin notes
169 \newboolean{marginnote}
170 \IfFileExists{marginnote.sty}
171  {\usepackage{marginnote}
172   \let\marginpar\marginnote
173   \setboolean{marginnote}{true}}
174  {\setboolean{marginnote}{false}}
175 \end_preamble
176 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
177 \language spanish
178 \inputencoding auto
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \paperfontsize 12
189 \spacing single
190 \papersize default
191 \use_geometry false
192 \use_amsmath 2
193 \use_esint 0
194 \cite_engine basic
195 \use_bibtopic false
196 \paperorientation portrait
197 \secnumdepth 3
198 \tocdepth 3
199 \paragraph_separation skip
200 \defskip medskip
201 \quotes_language english
202 \papercolumns 1
203 \papersides 2
204 \paperpagestyle default
205 \bullet 1 1 34 -1
206 \bullet 2 2 35 -1
207 \bullet 3 2 7 -1
208 \tracking_changes false
209 \output_changes true
210 \author "usti" 
211 \end_header
212
213 \begin_body
214
215 \begin_layout Title
216 Manual de Tablas, Figuras, Flotantes, Notas y Cuadros en LyX
217 \end_layout
218
219 \begin_layout Author
220 por el Equipo LyX
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Standard
225 \noindent
226 Si tienes comentarios o correcciones, por favor, envíalo a la lista de correo
227  de Documentación de LyX: 
228 \family typewriter
229
230 \begin_inset ERT
231 status collapsed
232
233 \begin_layout Standard
234
235
236 \backslash
237 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
238 \end_layout
239
240 \end_inset
241
242 lyx-docs@lists.lyx.org
243 \begin_inset ERT
244 status collapsed
245
246 \begin_layout Standard
247
248 }
249 \end_layout
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Standard
263 autor original: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Standard
273 Traducción de: Ignacio García <ignacio.garcia@tele2.es> 
274 \end_layout
275
276 \end_inset
277
278
279 \newline
280
281 \newline
282
283 \family sans
284 Versión 1.5.0-1
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Standard
300 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
301  estar instalados los paquetes LaTeX 
302 \series bold
303 arydshln
304 \series default
305  y 
306 \series bold
307 marginnote
308 \series default
309 .
310  Si no están instalados, también podrás exportar el documento, pero las
311  secciones en que dichos paquetes son necesarios no aparecen en la salida.
312 \end_layout
313
314 \begin_layout Standard
315 La última versión en PDF de este documento puede encontrarse aquí:
316 \series bold
317
318 \newline
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Chapter
328 Figuras
329 \begin_inset LatexCommand label
330 name "cha:Figuras"
331
332 \end_inset
333
334
335 \begin_inset LatexCommand index
336 name "Figuras"
337
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Section
344 Diálogo Gráficos
345 \begin_inset LatexCommand index
346 name "Figuras ! Diálogo Gráficos"
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Standard
354 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
355  texto que desees y haz click en el icono 
356 \begin_inset Graphics
357         filename ../images/dialog-show-new-inset_graphics.xpm
358         scale 85
359
360 \end_inset
361
362  o en el menú 
363 \family sans
364 Insertar\SpecialChar \menuseparator
365 Imagen\SpecialChar \ldots{}
366
367 \family default
368  Aparecerá un diálogo para escoger el archivo a cargar.
369  La imagen aparecerá en el archivo de salida exactamente en la misma posición
370  en la que la has colocado.
371 \end_layout
372
373 \begin_layout Standard
374 El diálogo Gráficos puede lanzarse en cualquier momento haciendo click-derecha
375  sobre una imagen.
376  Este diálogo tiene tres pestañas:
377 \end_layout
378
379 \begin_layout Description
380 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
381  presentación en LyX y en la salida.
382  En el apéndice\InsetSpace ~
383
384 \begin_inset LatexCommand ref
385 reference "cha:Unidades-disponibles-en"
386
387 \end_inset
388
389  se detallan las unidades disponibles para el tamaño del gráfico.
390 \newline
391 Puedes girar
392  los gráficos en el sentido de las agujas de reloj estableciendo un ángulo
393  y un origen de rotación.
394  La imagen también gira en LyX.
395 \end_layout
396
397 \begin_layout Description
398 Recorte Alternativamente al escalado, es posible establacer las coordenadas
399  de la imagen para ajustar su altura y anchura en la salida.
400  Además, las coordenadas se pueden calcular automáticamente pinchando el
401  botón 
402 \family sans
403 Obtener\InsetSpace ~
404 de\InsetSpace ~
405 archivo
406 \family default
407 .
408  El botón 
409 \family sans
410 Recortar\InsetSpace ~
411 al\InsetSpace ~
412 cuadro\InsetSpace ~
413 delimitador
414 \family default
415  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
416 as.
417  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta pestaña.
418 \end_layout
419
420 \begin_layout Description
421 Opciones\InsetSpace ~
422 extra Aquí puedes poner una imagen como subfigura de una figura
423  flotante que tiene su propio título.
424  Las subfiguras se explican en la sección\InsetSpace ~
425
426 \begin_inset LatexCommand ref
427 reference "sec:Figuras-Flotantes"
428
429 \end_inset
430
431 .
432 \newline
433 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
434 \newline
435 La
436  opción 
437 \family sans
438 Modo\InsetSpace ~
439 borrador
440 \family default
441  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
442 \newline
443 La
444  opción 
445 \family sans
446 No\InsetSpace ~
447 descomprimir\InsetSpace ~
448 al\InsetSpace ~
449 exportar
450 \family default
451  sólo afecta a los gráficos EPS comprimidos, p.\InsetSpace \thinspace{}
452 e.\InsetSpace ~
453
454 \emph on
455 x.eps.gz
456 \emph default
457 .
458  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
459  puesto que LaTeX puede manejarlas como están.
460 \newline
461 Los gráficos EPS comprimidos
462  sirven para ahorrar espacio de disco si se utiliza PostScript como formato
463  de salida, ver apéndice\InsetSpace ~
464
465 \begin_inset LatexCommand ref
466 reference "sec:PostScript"
467
468 \end_inset
469
470 .
471  Para comprimir gráficos EPS, use los siguientes comandos en un UNIX-shell
472  o en consola de Windows:
473 \newline
474
475 \series bold
476 gzip x.eps
477 \series default
478
479 \newline
480
481 \series bold
482 zgrep %%Bounding x.eps.gz > x.eps.bb
483 \series default
484
485 \newline
486 El segundo comando crea un archivo de cuadro delimitador 
487 \begin_inset Quotes eld
488 \end_inset
489
490 x.eps.bb
491 \begin_inset Quotes erd
492 \end_inset
493
494  que necesita LaTeX para gráficos comprimidos.
495 \end_layout
496
497 \begin_layout Standard
498
499 \newpage
500
501 \end_layout
502
503 \begin_layout Standard
504 Esto es un ejemplo de imagen en formato EPS
505 \begin_inset Foot
506 status collapsed
507
508 \begin_layout Standard
509 Formatos de imagen se explica en el sección\InsetSpace ~
510
511 \begin_inset LatexCommand ref
512 reference "sec:Formatos-de-imagen"
513
514 \end_inset
515
516 .
517 \end_layout
518
519 \end_inset
520
521  en un párrafo separado centrado horizontalmente:
522 \end_layout
523
524 \begin_layout Standard
525 \align center
526 \begin_inset Graphics
527         filename mobius.eps
528         display color
529         scale 70
530         rotateOrigin center
531
532 \end_inset
533
534
535 \end_layout
536
537 \begin_layout Standard
538 Esta es la misma imagen pero en modo borrador:
539 \end_layout
540
541 \begin_layout Standard
542 \align center
543 \begin_inset Graphics
544         filename mobius.eps
545         display color
546         scale 70
547         draft
548         rotateOrigin center
549
550 \end_inset
551
552
553 \end_layout
554
555 \begin_layout Section
556 Figuras Flotantes
557 \begin_inset LatexCommand label
558 name "sec:Figuras-Flotantes"
559
560 \end_inset
561
562
563 \begin_inset LatexCommand index
564 name "Flotantes ! Figuras Flotantes"
565
566 \end_inset
567
568
569 \begin_inset LatexCommand index
570 name "Figuras ! Flotantes"
571
572 \end_inset
573
574
575 \end_layout
576
577 \begin_layout Standard
578 Para información general sobre flotantes, echa una ojeada a la sección\InsetSpace ~
579
580 \begin_inset LatexCommand ref
581 reference "sec:IntroducciónFlotantes"
582
583 \end_inset
584
585 .
586 \end_layout
587
588 \begin_layout Standard
589 El botón 
590 \begin_inset Graphics
591         filename ../images/float-insert_figure.xpm
592         scale 85
593
594 \end_inset
595
596  y el menú 
597 \family sans
598 Insertar\SpecialChar \menuseparator
599 Flotante\SpecialChar \menuseparator
600 Figura
601 \family default
602  insertan un flotante con la etiqueta "
603 \series bold
604 Figura #:
605 \series default
606 ".
607  Detrás de esta etiqueta escribe el texto para el encabezado que quieras
608  para la figura.
609  Para insertar una imagen sobre su título sitúa el cursor delante del encabezado
610 , presiona Enter e inserta la imagen como se describe arriba.
611  Esto se hace para la Figura\InsetSpace ~
612
613 \begin_inset LatexCommand ref
614 reference "fig:kill-plat"
615
616 \end_inset
617
618 .
619  Si quieres que la imagen esté bajo su título, sitúa el cursor detrás del
620  mismo, presiona Enter e inserta la imagen.
621  Esto se hace para la Figura\InsetSpace ~
622
623 \begin_inset LatexCommand ref
624 reference "fig:escher"
625
626 \end_inset
627
628 .
629  Más información sobre ubicación de encabezados en la sección\InsetSpace ~
630
631 \begin_inset LatexCommand ref
632 reference "sec:Colocación-de-Encabezados"
633
634 \end_inset
635
636 .
637 \end_layout
638
639 \begin_layout Standard
640 \begin_inset Float figure
641 wide false
642 sideways false
643 status open
644
645 \begin_layout Standard
646 \align center
647 \begin_inset Graphics
648         filename platypus.eps
649         display color
650         width 50col%
651         rotateOrigin center
652
653 \end_inset
654
655
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset Caption
660
661 \begin_layout Standard
662 \begin_inset LatexCommand label
663 name "fig:kill-plat"
664
665 \end_inset
666
667 Un platypus muy distorsionado en un flotante.
668 \end_layout
669
670 \end_inset
671
672
673 \end_layout
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 \begin_inset Float figure
682 wide false
683 sideways false
684 status open
685
686 \begin_layout Standard
687 \begin_inset Caption
688
689 \begin_layout Standard
690 \begin_inset LatexCommand label
691 name "fig:escher"
692
693 \end_inset
694
695 M.C.
696  Escher en ácido.
697 \end_layout
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 \align center
706 \begin_inset Graphics
707         filename escher-lsd.eps
708         display color
709         scale 80
710         rotateOrigin center
711
712 \end_inset
713
714
715 \end_layout
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 \begin_inset LatexCommand index
724 name "Referencias ! a Figuras"
725
726 \end_inset
727
728 Las figuras\InsetSpace ~
729
730 \begin_inset LatexCommand ref
731 reference "fig:kill-plat"
732
733 \end_inset
734
735  y 
736 \begin_inset LatexCommand ref
737 reference "fig:escher"
738
739 \end_inset
740
741  son ejemplos de figuras con referencias cruzadas.
742  Las figuras pueden tener referencias cruzadas en el documento mediante
743  referencia a su etiqueta.
744  Para hacerlo inserta una etiqueta en el encabezado usando el menú 
745 \family sans
746 Insertar\SpecialChar \menuseparator
747 Etiqueta
748 \family default
749  o el botón 
750 \begin_inset Graphics
751         filename ../images/label-insert.xpm
752         scale 85
753
754 \end_inset
755
756 .
757  Ahora puedes referirte a la etiqueta usando el menú 
758 \family sans
759 Insertar\SpecialChar \menuseparator
760 Referencia\InsetSpace ~
761 cruzada
762 \family default
763  o el botón 
764 \begin_inset Graphics
765         filename ../images/dialog-show-new-inset_ref.xpm
766         scale 85
767
768 \end_inset
769
770 .
771  Es importante emplear referencias a flotantes, mejor que alusiones vagas
772  como "la figura de arriba", porque como LaTeX recolocará los flotantes
773  en el documento final, podría no quedar "arriba" precisamente.
774 \end_layout
775
776 \begin_layout Standard
777 Normalmente sólo se inserta una imagen en un flotante, pero a veces podríamos
778  querer poner dos imágenes con subtítulos separados.
779  Esto es posible mediante la pestaña 
780 \family sans
781 Opciones\InsetSpace ~
782 extra
783 \family default
784  del diálogo gráficos.
785  Elije la opción 
786 \family sans
787 Subfigura
788 \family default
789  e introduce el subtítulo en la casilla 
790 \family sans
791 Descripción
792 \family default
793 .
794  Observa que sólo el título principal del encabezado del flotante se añade
795  a la Lista de Figuras.
796 \end_layout
797
798 \begin_layout Standard
799 La figura\InsetSpace ~
800
801 \begin_inset LatexCommand ref
802 reference "fig:Dos-imágenes-distorsionadas"
803
804 \end_inset
805
806  es un ejemplo de figura flotante con dos imágenes una junto a otra.
807  También se pueden poner una sobre otra.
808 \end_layout
809
810 \begin_layout Standard
811 \begin_inset Float figure
812 wide false
813 sideways false
814 status open
815
816 \begin_layout Standard
817
818 \hfill
819
820 \begin_inset Graphics
821         filename escher-lsd.eps
822         width 45col%
823         subcaption
824         subcaptionText "Estructura indefinible"
825
826 \end_inset
827
828
829 \hfill
830
831 \begin_inset Graphics
832         filename platypus.eps
833         lyxscale 60
834         width 45col%
835         subcaption
836         subcaptionText "Platypus"
837
838 \end_inset
839
840
841 \hfill
842
843 \end_layout
844
845 \begin_layout Standard
846 \begin_inset Caption
847
848 \begin_layout Standard
849 \begin_inset LatexCommand label
850 name "fig:Dos-imágenes-distorsionadas"
851
852 \end_inset
853
854 Dos imágenes distorsionadas.
855 \end_layout
856
857 \end_inset
858
859
860 \end_layout
861
862 \end_inset
863
864
865 \end_layout
866
867 \begin_layout Section
868 Formatos de Imagen
869 \begin_inset LatexCommand label
870 name "sec:Formatos-de-imagen"
871
872 \end_inset
873
874
875 \begin_inset LatexCommand index
876 name "Formatos de Imagen"
877
878 \end_inset
879
880
881 \begin_inset LatexCommand index
882 name "Figuras ! Formatos de Imagen"
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Standard
890 Puedes insertar imágenes en cualquier formato.
891  Pero como se explica en el apéndice \InsetSpace ~
892
893 \begin_inset LatexCommand ref
894 reference "cha:Formatos-de-Archivos-de-Salida"
895
896 \end_inset
897
898 , cada formato de archivo del documento de salida permite solo ciertos formatos
899  de archivo de imagen.
900  Por eso LyX usa el programa 
901 \family sans
902 Imagemagick
903 \family default
904  en segundo plano para convertir imágenes al formato adecuado.
905  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
906  los formatos de imagen admitidos en el formato de archivo de salida.
907  Los formatos de salida se explican en el apéndice \InsetSpace ~
908
909 \begin_inset LatexCommand ref
910 reference "cha:Formatos-de-Archivos-de-Salida"
911
912 \end_inset
913
914 .
915 \end_layout
916
917 \begin_layout Standard
918 Como en el caso de las fuentes, hay dos tipos de archivos de imagen::
919 \end_layout
920
921 \begin_layout Description
922 Imágenes\InsetSpace ~
923 Mapa\InsetSpace ~
924 de\InsetSpace ~
925 bits (Bitmap) consiste en valores de píxel, generalmente comprimid
926 os.
927  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
928  de zoom.
929  Formatos de imágenes en bitmap bien conocidos son "Graphics Interchange
930  Format" (GIF, extensión ".gif")
931 \begin_inset LatexCommand index
932 name "GIF|see{Formatos de Imagen}"
933
934 \end_inset
935
936 , "Portable Network Graphics" (PNG, extensión ".png")
937 \begin_inset LatexCommand index
938 name "PNG|see{Formatos de Imagen}"
939
940 \end_inset
941
942 , y "Joint Photographic Experts Group" (JPG, extensión ".jpg" o ".jpeg")
943 \begin_inset LatexCommand index
944 name "JPG|see{Formatos de Imagen}"
945
946 \end_inset
947
948 .
949 \end_layout
950
951 \begin_layout Description
952 Imágenes\InsetSpace ~
953 vectoriales consisten en vectores y por tanto pueden escalarse a
954  cualquier tamaño sin pérdidas.
955  La posibilidad de escalado hace falta para crear presentaciones, porque
956  éstas siempre son escaladas por el proyector.
957  El escalado también es útil en los documentoos en línea para permitir el
958  zoom en diagramas.
959 \newline
960 Formatos de imagen escalables pueden ser "Scalable Vector
961  Graphics" (SVG, extensión ".svg")
962 \begin_inset LatexCommand index
963 name "SVG|see{Formatos de Imagen}"
964
965 \end_inset
966
967 , "Encapsulated PostScript" (EPS, extensión ".eps")
968 \begin_inset LatexCommand index
969 name "EPS|see{Formatos de Imagen}"
970
971 \end_inset
972
973 , "Portabla Document Format" (PDF, extensión ".pdf")
974 \begin_inset LatexCommand index
975 name "PDF|see{Formatos de Imagen}"
976
977 \end_inset
978
979 , y "Windows Metafile" (WMF, extensión ".wmf")
980 \begin_inset LatexCommand index
981 name "WMF|see{Formatos de Imagen}"
982
983 \end_inset
984
985 .
986  Escribimos "pueden ser", porque se puede convertir cualquier imagen bitmap
987  a PDF o EPS y el resultado será todavía una imagen bitmap.
988  En estos casos sólo se añade una cabecera con las propiedades de la imagen
989  a la imagen original
990 \begin_inset Foot
991 status open
992
993 \begin_layout Standard
994 En el caso de PDF, además se comprime la imagen original.
995 \end_layout
996
997 \end_inset
998
999 .
1000  Por ejemplo, los archivos PDF generados por 
1001 \family sans
1002 Adobe Photoshop
1003 \family default
1004  son imágenes bitmap.
1005 \end_layout
1006
1007 \begin_layout Standard
1008 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1009  viceversa.
1010  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1011  archivos de salida PDF y PostScript, respectivamente.
1012  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1013  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1014 \begin_inset Formula $\to$
1015 \end_inset
1016
1017  PDF/EPS.
1018 \end_layout
1019
1020 \begin_layout Chapter
1021 Tablas
1022 \begin_inset LatexCommand label
1023 name "cha:Tablas"
1024
1025 \end_inset
1026
1027
1028 \begin_inset LatexCommand index
1029 name "Tablas"
1030
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \begin_layout Section
1037 Introducción
1038 \begin_inset LatexCommand index
1039 name "Tablas ! Introducción"
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Standard
1047 Puede insertarse una tabla mediante el botón
1048 \begin_inset Graphics
1049         filename ../images/tabular-insert.xpm
1050         scale 85
1051
1052 \end_inset
1053
1054  o el menú 
1055 \family sans
1056 Insertar\SpecialChar \menuseparator
1057 Tabla
1058 \family default
1059 .
1060  Aparece un diálogo en el que se pide el número de filas y columnas.
1061  Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1062  fila aparece separada por una línea doble: la línea inferior de la primera
1063  fila y la línea superior de la segunda fila.
1064  Ejemplo de tabla:
1065 \end_layout
1066
1067 \begin_layout Standard
1068 \align center
1069 \begin_inset Tabular
1070 <lyxtabular version="3" rows="4" columns="4">
1071 <features>
1072 <column alignment="center" valignment="top" leftline="true" width="0">
1073 <column alignment="center" valignment="top" leftline="true" width="0pt">
1074 <column alignment="center" valignment="top" leftline="true" width="0in">
1075 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1076 <row topline="true" bottomline="true">
1077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Standard
1081
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Standard
1090
1091 \family roman
1092 \series medium
1093 \shape up
1094 \size normal
1095 \emph off
1096 \bar no
1097 \noun off
1098 \color none
1099 1
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1105 \begin_inset Text
1106
1107 \begin_layout Standard
1108 2
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Standard
1117 3
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 </row>
1123 <row topline="true">
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Standard
1128
1129 \family roman
1130 \series medium
1131 \shape up
1132 \size normal
1133 \emph off
1134 \bar no
1135 \noun off
1136 \color none
1137 A
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Standard
1146
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Standard
1155
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Standard
1164
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row topline="true">
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Standard
1175
1176 \family roman
1177 \series medium
1178 \shape up
1179 \size normal
1180 \emph off
1181 \bar no
1182 \noun off
1183 \color none
1184 B
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Standard
1193
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Standard
1202
1203 \family roman
1204 \series medium
1205 \shape up
1206 \size normal
1207 \emph off
1208 \bar no
1209 \noun off
1210 \color none
1211  
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1217 \begin_inset Text
1218
1219 \begin_layout Standard
1220
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row topline="true" bottomline="true">
1227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Standard
1231
1232 \family roman
1233 \series medium
1234 \shape up
1235 \size normal
1236 \emph off
1237 \bar no
1238 \noun off
1239 \color none
1240 C
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Standard
1249
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Standard
1258
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Standard
1267
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 </lyxtabular>
1274
1275 \end_inset
1276
1277
1278 \end_layout
1279
1280 \begin_layout Section
1281 Diálogo Tablas
1282 \begin_inset LatexCommand index
1283 name "Tablas ! Diálogo"
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \begin_layout Standard
1291 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1292  pinchar sobre ella con el botón derecho del ratón.
1293  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1294  encuentra el cursor.
1295  La mayoría de opciones también trabajan sobre una selección de celdas,
1296  de filas o de columnas.
1297  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1298  su 
1299 \emph on
1300 contenido
1301 \emph default
1302 .
1303  En el cuadro de diálogo aparecen las siguientes pestañas:
1304 \end_layout
1305
1306 \begin_layout Description
1307
1308 \family sans
1309 Configuración\InsetSpace ~
1310 de\InsetSpace ~
1311 Tabla
1312 \family default
1313  Aquí puedes establacer la alineación horizontal para la fila actual y la
1314  anchura de la columna actual.
1315  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1316  Una anchura determinada permite tener saltos de línea y distintos párrafos
1317  de texto, ver sección \InsetSpace ~
1318
1319 \begin_inset LatexCommand ref
1320 reference "sub:Líneas-Múltiples-en"
1321
1322 \end_inset
1323
1324 .
1325  Si no establaces anchura, la columna será tan ancha como el contenido de
1326  la celda más ancha.
1327 \newline
1328 Además, puedes marcar una o más celdas de una fila como
1329  una celda multicolumna, ver sección\InsetSpace ~
1330
1331 \begin_inset LatexCommand ref
1332 reference "sub:Multicolumnas"
1333
1334 \end_inset
1335
1336 .
1337 \newline
1338 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1339  90º en el sentido de las agujas del reloj.
1340  La rotación no se ve en LyX, sí en la salida.
1341 \newline
1342
1343 \begin_inset Note Greyedout
1344 status open
1345
1346 \begin_layout Standard
1347
1348 \series bold
1349 Nota: 
1350 \series default
1351 No todos los visores DVI pueden mostrar rotaciones.
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \newline
1358 Tambien es posible introducir argumentos LaTeX necesarios para formatos
1359  especiales, ver sección\InsetSpace ~
1360
1361 \begin_inset LatexCommand ref
1362 reference "sub:Cálculos-en-Multicolumnas"
1363
1364 \end_inset
1365
1366  y 
1367 \begin_inset LatexCommand ref
1368 reference "sec:Tablas-Coloreadas"
1369
1370 \end_inset
1371
1372 .
1373 \end_layout
1374
1375 \begin_layout Description
1376
1377 \family sans
1378 Bordes
1379 \family default
1380  En esta pestaña puedes añadir y quitar bordes para la fila/columna actual.
1381 \end_layout
1382
1383 \begin_layout Description
1384
1385 \family sans
1386 Tabla\InsetSpace ~
1387 Larga
1388 \family default
1389  Para hacer "
1390 \emph on
1391 tablas largas
1392 \emph default
1393 " que pueden extenderse por varias páginas.
1394  La sección\InsetSpace ~
1395
1396 \begin_inset LatexCommand ref
1397 reference "sec:Tablas-Largas"
1398
1399 \end_inset
1400
1401  describe su uso en detalle.
1402 \end_layout
1403
1404 \begin_layout Standard
1405 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1406  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1407  aparecerá inmediatamente en el diálogo.
1408 \end_layout
1409
1410 \begin_layout Section
1411 Barra de Herramientas de Tablas
1412 \begin_inset LatexCommand index
1413 name "Tablas ! Barra de Herramientas"
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \begin_layout Standard
1421 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1422  para cambiar las tablas de manera más rápida.
1423  Normalmente debería aparecer en la parte inferior de la ventana principal
1424  de LyX cuando el cursor está dentro de una tabla.
1425  En cualquier momento se puede presentar esta barra pinchando con el botón
1426  derecho del ratón en cualquier punto de la barra principal de menú.
1427 \end_layout
1428
1429 \begin_layout Standard
1430 La barra de herramientas tiene los siguientes iconos:
1431 \end_layout
1432
1433 \begin_layout Labeling
1434 \labelwidthstring 00.00.0000
1435 \begin_inset Graphics
1436         filename ../images/tabular-feature_append-row.xpm
1437
1438 \end_inset
1439
1440  añade una fila bajo la celda actual o selección
1441 \end_layout
1442
1443 \begin_layout Labeling
1444 \labelwidthstring 00.00.0000
1445 \begin_inset Graphics
1446         filename ../images/tabular-feature_append-column.xpm
1447
1448 \end_inset
1449
1450  añade una columna a la derecha de la celda actual o selección
1451 \end_layout
1452
1453 \begin_layout Labeling
1454 \labelwidthstring 00.00.0000
1455 \begin_inset Graphics
1456         filename ../images/tabular-feature_delete-row.xpm
1457
1458 \end_inset
1459
1460  borra la fila actual o selección
1461 \end_layout
1462
1463 \begin_layout Labeling
1464 \labelwidthstring 00.00.0000
1465 \begin_inset Graphics
1466         filename ../images/tabular-feature_delete-column.xpm
1467
1468 \end_inset
1469
1470  borra la columna actual o selección
1471 \end_layout
1472
1473 \begin_layout Labeling
1474 \labelwidthstring 00.00.0000
1475 \begin_inset Graphics
1476         filename ../images/tabular-feature_toggle-line-top.xpm
1477
1478 \end_inset
1479
1480  añade una línea sobre la celda/fila actual o la selección
1481 \end_layout
1482
1483 \begin_layout Labeling
1484 \labelwidthstring 00.00.0000
1485 \begin_inset Graphics
1486         filename ../images/tabular-feature_toggle-line-bottom.xpm
1487
1488 \end_inset
1489
1490  añade una línea bajo la celda/fila actual o la selección
1491 \end_layout
1492
1493 \begin_layout Labeling
1494 \labelwidthstring 00.00.0000
1495 \begin_inset Graphics
1496         filename ../images/tabular-feature_toggle-line-left.xpm
1497
1498 \end_inset
1499
1500  añade una línea a la izquierda de la celda/fila actual o la selección
1501 \end_layout
1502
1503 \begin_layout Labeling
1504 \labelwidthstring 00.00.0000
1505 \begin_inset Graphics
1506         filename ../images/tabular-feature_toggle-line-right.xpm
1507
1508 \end_inset
1509
1510  añade una línea a la derecha de la celda/fila actual o la selección
1511 \end_layout
1512
1513 \begin_layout Labeling
1514 \labelwidthstring 00.00.0000
1515 \begin_inset Graphics
1516         filename ../images/tabular-feature_set-all-lines.xpm
1517
1518 \end_inset
1519
1520  añade líneas alrededor de la celda actual o seleccionadas - si la celda
1521  actual no es multicolumna esto afecta también a la fila y columna actuales
1522 \end_layout
1523
1524 \begin_layout Labeling
1525 \labelwidthstring 00.00.0000
1526 \begin_inset Graphics
1527         filename ../images/tabular-feature_unset-all-lines.xpm
1528
1529 \end_inset
1530
1531  borra todas las líneas de la celda o celdas seleccionadas - si la celda
1532  actual no es multicolumna esto afecta también a la fila y columna actuales
1533 \end_layout
1534
1535 \begin_layout Labeling
1536 \labelwidthstring 00.00.0000
1537 \begin_inset Graphics
1538         filename ../images/tabular-feature_align-left.xpm
1539
1540 \end_inset
1541
1542  alinea a la izquierda el contenido de la celda / columna
1543 \end_layout
1544
1545 \begin_layout Labeling
1546 \labelwidthstring 00.00.0000
1547 \begin_inset Graphics
1548         filename ../images/tabular-feature_align-center.xpm
1549
1550 \end_inset
1551
1552  centra el contenido de la celda / columna horizontalmente
1553 \end_layout
1554
1555 \begin_layout Labeling
1556 \labelwidthstring 00.00.0000
1557 \begin_inset Graphics
1558         filename ../images/tabular-feature_align-right.xpm
1559
1560 \end_inset
1561
1562  alinea a la derecha el contenido de la celda / columna
1563 \end_layout
1564
1565 \begin_layout Labeling
1566 \labelwidthstring 00.00.0000
1567 \begin_inset Graphics
1568         filename ../images/tabular-feature_valign-top.xpm
1569
1570 \end_inset
1571
1572  alinea arriba el contenido de la celda
1573 \end_layout
1574
1575 \begin_layout Labeling
1576 \labelwidthstring 00.00.0000
1577 \begin_inset Graphics
1578         filename ../images/tabular-feature_valign-middle.xpm
1579
1580 \end_inset
1581
1582  centra verticalmente el contenido de la celda
1583 \end_layout
1584
1585 \begin_layout Labeling
1586 \labelwidthstring 00.00.0000
1587 \begin_inset Graphics
1588         filename ../images/tabular-feature_valign-bottom.xpm
1589
1590 \end_inset
1591
1592  alinea abajo el contenido de la celda
1593 \end_layout
1594
1595 \begin_layout Labeling
1596 \labelwidthstring 00.00.0000
1597 \begin_inset Graphics
1598         filename ../images/tabular-feature_set-rotate-cell.xpm
1599
1600 \end_inset
1601
1602  gira la celda o selección 90° como las agujas de reloj
1603 \end_layout
1604
1605 \begin_layout Labeling
1606 \labelwidthstring 00.00.0000
1607 \begin_inset Graphics
1608         filename ../images/tabular-feature_set-rotate-tabular.xpm
1609
1610 \end_inset
1611
1612  gira toda la tabla 90° como agujas del reloj
1613 \end_layout
1614
1615 \begin_layout Labeling
1616 \labelwidthstring 00.00.0000
1617 \begin_inset Graphics
1618         filename ../images/tabular-feature_multicolumn.xpm
1619
1620 \end_inset
1621
1622  establace la celda actual o selección como multicolumna
1623 \end_layout
1624
1625 \begin_layout Section
1626 Menú Editar Tabla
1627 \begin_inset LatexCommand index
1628 name "Tablas ! Menú Editar"
1629
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \begin_layout Standard
1636 Además del diálogo y la barra de herramientas, el menú 
1637 \family sans
1638 Editar\SpecialChar \menuseparator
1639 Tabla
1640 \family default
1641  permite añadir y borrar bordes para la fila/columna actual y establacer
1642  la selección como multicolumna.
1643  El menú sólo está disponibla si el cursor está en la tabla.
1644 \end_layout
1645
1646 \begin_layout Section
1647 Tablas Flotantes
1648 \begin_inset LatexCommand label
1649 name "sec:Tablas-Flotantes"
1650
1651 \end_inset
1652
1653
1654 \begin_inset LatexCommand index
1655 name "Flotantes ! Tablas"
1656
1657 \end_inset
1658
1659
1660 \begin_inset LatexCommand index
1661 name "Tablas ! Flotantes"
1662
1663 \end_inset
1664
1665
1666 \end_layout
1667
1668 \begin_layout Standard
1669 Para una explicación general sobre flotantes, echa un vistazo a la sección\InsetSpace ~
1670
1671 \begin_inset LatexCommand ref
1672 reference "sec:IntroducciónFlotantes"
1673
1674 \end_inset
1675
1676 .
1677 \end_layout
1678
1679 \begin_layout Standard
1680 \begin_inset Float table
1681 placement h
1682 wide false
1683 sideways false
1684 status open
1685
1686 \begin_layout Standard
1687 \begin_inset Caption
1688
1689 \begin_layout Standard
1690 \begin_inset LatexCommand label
1691 name "tab:una tabla flotante"
1692
1693 \end_inset
1694
1695 Una tabla flotante.
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \begin_layout Standard
1704 \align center
1705 \begin_inset Tabular
1706 <lyxtabular version="3" rows="3" columns="3">
1707 <features>
1708 <column alignment="center" valignment="top" leftline="true" width="0pt">
1709 <column alignment="center" valignment="top" leftline="true" width="0pt">
1710 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1711 <row topline="true" bottomline="true">
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Standard
1716
1717 \family roman
1718 \series medium
1719 \shape up
1720 \size normal
1721 \emph off
1722 \bar no
1723 \noun off
1724 \color none
1725 1
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Standard
1734
1735 \family roman
1736 \series medium
1737 \shape up
1738 \size normal
1739 \emph off
1740 \bar no
1741 \noun off
1742 \color none
1743 2
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Standard
1752
1753 \family roman
1754 \series medium
1755 \shape up
1756 \size normal
1757 \emph off
1758 \bar no
1759 \noun off
1760 \color none
1761 3
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 </row>
1767 <row topline="true">
1768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Standard
1772
1773 \family roman
1774 \series medium
1775 \shape up
1776 \size normal
1777 \emph off
1778 \bar no
1779 \noun off
1780 \color none
1781 Pepe
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="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 Mari
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Standard
1808
1809 \family roman
1810 \series medium
1811 \shape up
1812 \size normal
1813 \emph off
1814 \bar no
1815 \noun off
1816 \color none
1817 Teo
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 </row>
1823 <row topline="true" bottomline="true">
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Standard
1828
1829 \family roman
1830 \series medium
1831 \shape up
1832 \size normal
1833 \emph off
1834 \bar no
1835 \noun off
1836 \color none
1837 \begin_inset Formula $\int x^{2}dx$
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Standard
1849
1850 \family roman
1851 \series medium
1852 \shape up
1853 \size normal
1854 \emph off
1855 \bar no
1856 \noun off
1857 \color none
1858 \begin_inset Formula $\left[\begin{array}{cc}
1859 a & b\\
1860 c & d\end{array}\right]$
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Standard
1872
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 \begin_inset Formula $1+1=2$
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 </row>
1890 </lyxtabular>
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \end_inset
1898
1899
1900 \end_layout
1901
1902 \begin_layout Standard
1903 Las tablas flotantes pueden insertarse con el menú 
1904 \family sans
1905 Insertar\SpecialChar \menuseparator
1906 Flotante\SpecialChar \menuseparator
1907 Tabla
1908 \family default
1909  o con el botón 
1910 \begin_inset Graphics
1911         filename ../images/float-insert_table.xpm
1912         scale 85
1913
1914 \end_inset
1915
1916 .
1917 \end_layout
1918
1919 \begin_layout Standard
1920 El flotante se muestra como un cuadro desplegable con la etiqueta "
1921 \series bold
1922 Tabla\InsetSpace ~
1923 #:
1924 \series default
1925 " en su interior.
1926  El texto que sigue a dicha etiqueta es el encabezado de tabla.
1927  Para insertar una tabla en el flotante se sitúa el cursor al final del
1928  texto de encabezado y se pulsa Enter.
1929  El encabezado se imprime encima de la tabla.
1930 \end_layout
1931
1932 \begin_layout Standard
1933 La tabla\InsetSpace ~
1934
1935 \begin_inset LatexCommand ref
1936 reference "tab:una tabla flotante"
1937
1938 \end_inset
1939
1940  es un ejemplo de tabla flotante.
1941 \end_layout
1942
1943 \begin_layout Standard
1944 Lo habitual es poner el encabezado sobre la tabla, lo que desafortunadamente
1945  no es soportado en las clases estándar de LaTeX.
1946  Esto significa que si estás usando las clases de documento
1947 \family sans
1948 article
1949 \family default
1950
1951 \family sans
1952 book
1953 \family default
1954
1955 \family sans
1956 letter
1957 \family default
1958 , o 
1959 \family sans
1960 report
1961 \family default
1962  no habrá espacio entre el encabezado y la tabla.
1963  Para añadir el espacio faltante hay que poner en el preámbulo LaTeX del
1964  documento la siguiente opción al comando del paquete de LaTeX 
1965 \series bold
1966 caption
1967 \series default
1968
1969 \begin_inset LatexCommand index
1970 name "LaTeX-paquetes ! caption"
1971
1972 \end_inset
1973
1974
1975 \begin_inset Foot
1976 status open
1977
1978 \begin_layout Standard
1979 Para más información ve a la sección\InsetSpace ~
1980
1981 \begin_inset LatexCommand ref
1982 reference "sec:Colocación-de-Encabezados"
1983
1984 \end_inset
1985
1986 .
1987 \end_layout
1988
1989 \end_inset
1990
1991 :
1992 \end_layout
1993
1994 \begin_layout Standard
1995
1996 \series bold
1997 tableposition=top
1998 \end_layout
1999
2000 \begin_layout Standard
2001 El encabezado puede formatearse mediante el paquete de LaTeX 
2002 \series bold
2003 caption
2004 \series default
2005  como se describe en la sección\InsetSpace ~
2006
2007 \begin_inset LatexCommand ref
2008 reference "sec:Formato-de-Encabezados"
2009
2010 \end_inset
2011
2012 .
2013  
2014 \end_layout
2015
2016 \begin_layout Standard
2017 \begin_inset LatexCommand index
2018 name "Referencias ! a Tablas"
2019
2020 \end_inset
2021
2022 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2023  etiqueta.
2024  Para hacerlo inserta una etiqueta en el encabezado con el menú 
2025 \family sans
2026 Insertar\SpecialChar \menuseparator
2027 Etiqueta
2028 \family default
2029  o con el botón 
2030 \begin_inset Graphics
2031         filename ../images/label-insert.xpm
2032         scale 85
2033
2034 \end_inset
2035
2036 .
2037  Ahora puedes referirte a la etiqueta con el menú 
2038 \family sans
2039 Insertar\SpecialChar \menuseparator
2040 Referencia\InsetSpace ~
2041 cruzada
2042 \family default
2043  o el botón 
2044 \begin_inset Graphics
2045         filename ../images/dialog-show-new-inset_ref.xpm
2046         scale 85
2047
2048 \end_inset
2049
2050 .
2051 \end_layout
2052
2053 \begin_layout Section
2054 Tablas Largas
2055 \begin_inset LatexCommand label
2056 name "sec:Tablas-Largas"
2057
2058 \end_inset
2059
2060
2061 \begin_inset LatexCommand index
2062 name "Tablas Largas"
2063
2064 \end_inset
2065
2066
2067 \begin_inset LatexCommand index
2068 name "Tablas ! Largas"
2069
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 Si la tabla es demasiado larga para una página, puedes usar la opción 
2077 \family sans
2078 Usar\InsetSpace ~
2079 tabla\InsetSpace ~
2080 larga
2081 \family default
2082  en la pestaña 
2083 \family sans
2084 Tabla\InsetSpace ~
2085 larga
2086 \family default
2087  del diálogo para repartir automáticamente la tabla en varias páginas.
2088  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2089 \end_layout
2090
2091 \begin_layout Description
2092
2093 \family sans
2094 Encabezado: 
2095 \family default
2096 La fila actual y todas las de arriba, que no tienen ninguna opción especial
2097  definida, se definen como filas de encabezado para todas las páginas de
2098  la tabla, excepto para la primera página
2099 \family sans
2100  
2101 \family default
2102 si
2103 \family sans
2104  Primer\InsetSpace ~
2105 encabezado 
2106 \family default
2107 está definido.
2108  Este se denomina encabezado principal.
2109 \end_layout
2110
2111 \begin_layout Description
2112
2113 \family sans
2114 Primer\InsetSpace ~
2115 encabezado: 
2116 \family default
2117 La fila actual y superiores, que no tienen ninguna opción especial definida,
2118  se definen como filas cabeceras de la primera página de la tabla.
2119 \end_layout
2120
2121 \begin_layout Description
2122
2123 \family sans
2124 Pie: 
2125 \family default
2126 La fila actual y todas las siguientes, que no tienen ninguna opción especial
2127  definida, se definen como filas de pie de todas las páginas de la tabla,
2128  excepto para la última página si se define
2129 \family sans
2130  Último\InsetSpace ~
2131 pie.
2132 \end_layout
2133
2134 \begin_layout Description
2135
2136 \family sans
2137 Último\InsetSpace ~
2138 pie: L
2139 \family default
2140 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2141  se definen como filas de pie de la última página de la tabla.
2142 \end_layout
2143
2144 \begin_layout Standard
2145 También se puede especificar una fila en la que se dividirá la tabla.
2146  Si se establece más de una opción en la misma fila, habría que tener en
2147  cuenta que sólo la primera de ellas se usa en la fila dada.
2148  Las otras quedarán definidas como 
2149 \emph on
2150 vacías
2151 \emph default
2152 .
2153  En este contexto, primera significa primero en este orden: 
2154 \family sans
2155 Pie, Último\InsetSpace ~
2156 pie, Encabezado, Primer\InsetSpace ~
2157 encabezado
2158 \family default
2159 .
2160  La siguiente tabla muestra cómo funciona:
2161 \end_layout
2162
2163 \begin_layout Standard
2164
2165 \end_layout
2166
2167 \begin_layout Standard
2168 \align center
2169 \begin_inset Tabular
2170 <lyxtabular version="3" rows="69" columns="3">
2171 <features islongtable="true">
2172 <column alignment="left" valignment="top" leftline="true" width="0cm">
2173 <column alignment="left" valignment="top" width="0pt">
2174 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
2175 <row topline="true" bottomline="true" endfirsthead="true">
2176 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2177 \begin_inset Text
2178
2179 \begin_layout Standard
2180
2181 \series bold
2182 Ejemplo de lista telefónica (ignore los nombres)
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Standard
2191
2192 \end_layout
2193
2194 \end_inset
2195 </cell>
2196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2197 \begin_inset Text
2198
2199 \begin_layout Standard
2200
2201 \end_layout
2202
2203 \end_inset
2204 </cell>
2205 </row>
2206 <row topline="true" bottomline="true" endfirsthead="true">
2207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Standard
2211
2212 \series bold
2213 NOMBRE
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2219 \begin_inset Text
2220
2221 \begin_layout Standard
2222
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2228 \begin_inset Text
2229
2230 \begin_layout Standard
2231
2232 \series bold
2233 TEL.
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 </row>
2239 <row topline="true" bottomline="true" endhead="true">
2240 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Standard
2244
2245 \series bold
2246 Ejemplo de lista telefónica
2247 \end_layout
2248
2249 \end_inset
2250 </cell>
2251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2252 \begin_inset Text
2253
2254 \begin_layout Standard
2255
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2261 \begin_inset Text
2262
2263 \begin_layout Standard
2264
2265 \end_layout
2266
2267 \end_inset
2268 </cell>
2269 </row>
2270 <row topline="true" bottomline="true" endhead="true">
2271 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2272 \begin_inset Text
2273
2274 \begin_layout Standard
2275
2276 \series bold
2277 NOMBRE
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2283 \begin_inset Text
2284
2285 \begin_layout Standard
2286
2287 \end_layout
2288
2289 \end_inset
2290 </cell>
2291 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2292 \begin_inset Text
2293
2294 \begin_layout Standard
2295
2296 \series bold
2297 TEL.
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 </row>
2303 <row topline="true" bottomline="true" endfoot="true">
2304 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Standard
2308  continúa en la página siguiente
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Standard
2317
2318 \end_layout
2319
2320 \end_inset
2321 </cell>
2322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2323 \begin_inset Text
2324
2325 \begin_layout Standard
2326
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 </row>
2332 <row>
2333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Standard
2337
2338 \series bold
2339 Annovi
2340 \end_layout
2341
2342 \end_inset
2343 </cell>
2344 <cell alignment="center" valignment="top" topline="true" usebox="none">
2345 \begin_inset Text
2346
2347 \begin_layout Standard
2348 Silvia
2349 \end_layout
2350
2351 \end_inset
2352 </cell>
2353 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Standard
2357 111
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 </row>
2363 <row>
2364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2365 \begin_inset Text
2366
2367 \begin_layout Standard
2368
2369 \series bold
2370 Bertoli
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" topline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Standard
2379 Stefano
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Standard
2388 111
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 <row>
2395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Standard
2399
2400 \series bold
2401 Bozzi
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 <cell alignment="center" valignment="top" topline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Standard
2410 Walter
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Standard
2419 111
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 </row>
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Standard
2430
2431 \series bold
2432 Cachia
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" topline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Standard
2441 Maria
2442 \end_layout
2443
2444 \end_inset
2445 </cell>
2446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2447 \begin_inset Text
2448
2449 \begin_layout Standard
2450 111
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 </row>
2456 <row>
2457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Standard
2461
2462 \series bold
2463 Cachia
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 <cell alignment="center" valignment="top" topline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Standard
2472 Maurizio
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Standard
2481 111
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 </row>
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Standard
2492
2493 \series bold
2494 Cinquemani
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 <cell alignment="center" valignment="top" topline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Standard
2503 Giusi
2504 \end_layout
2505
2506 \end_inset
2507 </cell>
2508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2509 \begin_inset Text
2510
2511 \begin_layout Standard
2512 111
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
2517 </row>
2518 <row>
2519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2520 \begin_inset Text
2521
2522 \begin_layout Standard
2523
2524 \series bold
2525 Colin
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell alignment="center" valignment="top" topline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Standard
2534 Bernard
2535 \end_layout
2536
2537 \end_inset
2538 </cell>
2539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Standard
2543 111
2544 \end_layout
2545
2546 \end_inset
2547 </cell>
2548 </row>
2549 <row>
2550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2551 \begin_inset Text
2552
2553 \begin_layout Standard
2554
2555 \series bold
2556 Concli
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Standard
2565 Gianfranco
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2571 \begin_inset Text
2572
2573 \begin_layout Standard
2574 111
2575 \end_layout
2576
2577 \end_inset
2578 </cell>
2579 </row>
2580 <row>
2581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2582 \begin_inset Text
2583
2584 \begin_layout Standard
2585
2586 \series bold
2587 Dal Bosco
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Standard
2596 Carolina
2597 \end_layout
2598
2599 \end_inset
2600 </cell>
2601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2602 \begin_inset Text
2603
2604 \begin_layout Standard
2605 111
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 </row>
2611 <row>
2612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Standard
2616
2617 \series bold
2618 Dalpiaz
2619 \end_layout
2620
2621 \end_inset
2622 </cell>
2623 <cell alignment="center" valignment="top" topline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Standard
2627 Annamaria
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2633 \begin_inset Text
2634
2635 \begin_layout Standard
2636 111
2637 \end_layout
2638
2639 \end_inset
2640 </cell>
2641 </row>
2642 <row>
2643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Standard
2647
2648 \series bold
2649 Feliciello
2650 \end_layout
2651
2652 \end_inset
2653 </cell>
2654 <cell alignment="center" valignment="top" topline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Standard
2658 Domenico
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Standard
2667 111
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 </row>
2673 <row>
2674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2675 \begin_inset Text
2676
2677 \begin_layout Standard
2678
2679 \series bold
2680 Focarelli
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell alignment="center" valignment="top" topline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Standard
2689 Paola
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Standard
2698 111
2699 \end_layout
2700
2701 \end_inset
2702 </cell>
2703 </row>
2704 <row>
2705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Standard
2709
2710 \series bold
2711 Galletti
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 <cell alignment="center" valignment="top" topline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Standard
2720 Oreste
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Standard
2729 111
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row>
2736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Standard
2740
2741 \series bold
2742 Gasparini
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Standard
2751 Franca
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Standard
2760 111
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 <row>
2767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2768 \begin_inset Text
2769
2770 \begin_layout Standard
2771
2772 \series bold
2773 Rizzardi
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" topline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Standard
2782 Paola
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Standard
2791 111
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 </row>
2797 <row>
2798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Standard
2802
2803 \series bold
2804 Lassini
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Standard
2813 Giancarlo
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Standard
2822 111
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Standard
2833
2834 \series bold
2835 Malfatti
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Standard
2844 Luciano
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Standard
2853 111
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 </row>
2859 <row>
2860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Standard
2864
2865 \series bold
2866 Malfatti
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Standard
2875 Valeriano
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Standard
2884 111
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 </row>
2890 <row>
2891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Standard
2895
2896 \series bold
2897 Meneguzzo
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Standard
2906 Roberto
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Standard
2915 111
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 </row>
2921 <row>
2922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Standard
2926
2927 \series bold
2928 Mezzadra
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" topline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Standard
2937 Roberto
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Standard
2946 111
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 </row>
2952 <row>
2953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Standard
2957
2958 \series bold
2959 Pirpamer
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Standard
2968 Erich
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Standard
2977 111
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 </row>
2983 <row>
2984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Standard
2988
2989 \series bold
2990 Pochiesa
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Standard
2999 Paolo
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Standard
3008 111, 222
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 </row>
3014 <row>
3015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Standard
3019
3020 \series bold
3021 Radina
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell alignment="center" valignment="top" topline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Standard
3030 Claudio
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Standard
3039 111
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 </row>
3045 <row>
3046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Standard
3050
3051 \series bold
3052 Stuffer
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Standard
3061 Oskar
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Standard
3070 111
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 <row>
3077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Standard
3081
3082 \series bold
3083 Tacchelli
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Standard
3092 Ugo
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Standard
3101 111
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 </row>
3107 <row>
3108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Standard
3112
3113 \series bold
3114 Tezzele
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell alignment="center" valignment="top" topline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Standard
3123 Margit
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Standard
3132 111
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row>
3139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Standard
3143
3144 \series bold
3145 Unterkalmsteiner
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" topline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Standard
3154 Frieda
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Standard
3163 111
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 <row>
3170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Standard
3174
3175 \series bold
3176 Vieider
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" topline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Standard
3185 Hilde
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Standard
3194 111
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Standard
3205
3206 \series bold
3207 Vigna
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" topline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Standard
3216 Jürgen
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Standard
3225 111
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row>
3232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Standard
3236
3237 \series bold
3238 Weber
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" topline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Standard
3247 Maurizio
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Standard
3256 111
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row bottomline="true">
3263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Standard
3267
3268 \series bold
3269 Winkler
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" topline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Standard
3278 Franz
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Standard
3287 111
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row bottomline="true">
3294 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Standard
3298  
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Standard
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Standard
3316
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 </row>
3322 <row>
3323 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Standard
3327
3328 \series bold
3329 Annovi
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" topline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Standard
3338 Silvia
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Standard
3347 555
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row>
3354 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Standard
3358
3359 \series bold
3360 Bertoli
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" topline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Standard
3369 Stefano
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Standard
3378 555
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Standard
3389
3390 \series bold
3391 Bozzi
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" topline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Standard
3400 Walter
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Standard
3409 555
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 </row>
3415 <row>
3416 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Standard
3420
3421 \series bold
3422 Cachia
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" topline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Standard
3431 Maria
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Standard
3440 555
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 <row>
3447 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Standard
3451
3452 \series bold
3453 Cachia
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" topline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Standard
3462 Maurizio
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Standard
3471 555
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row>
3478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Standard
3482
3483 \series bold
3484 Cinquemani
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" topline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Standard
3493 Giusi
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Standard
3502 555
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 </row>
3508 <row>
3509 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Standard
3513
3514 \series bold
3515 Colin
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" topline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Standard
3524 Bernard
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Standard
3533 555
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 </row>
3539 <row>
3540 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Standard
3544
3545 \series bold
3546 Concli
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" topline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Standard
3555 Gianfranco
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Standard
3564 555
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Standard
3575
3576 \series bold
3577 Dal Bosco
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Standard
3586 Carolina
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Standard
3595 555
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Standard
3606
3607 \series bold
3608 Dalpiaz
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Standard
3617 Annamaria
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Standard
3626 555
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Standard
3637
3638 \series bold
3639 Feliciello
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" topline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Standard
3648 Domenico
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Standard
3657 555
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Standard
3668
3669 \series bold
3670 Focarelli
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" topline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Standard
3679 Paola
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Standard
3688 555
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 </row>
3694 <row>
3695 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Standard
3699
3700 \series bold
3701 Galletti
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Standard
3710 Oreste
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Standard
3719 555
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 </row>
3725 <row>
3726 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Standard
3730
3731 \series bold
3732 Gasparini
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 <cell alignment="center" valignment="top" topline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Standard
3741 Franca
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Standard
3750 555
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 </row>
3756 <row>
3757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Standard
3761
3762 \series bold
3763 Rizzardi
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Standard
3772 Paola
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Standard
3781 555
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 </row>
3787 <row>
3788 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Standard
3792
3793 \series bold
3794 Lassini
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Standard
3803 Giancarlo
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Standard
3812 555
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Standard
3823
3824 \series bold
3825 Malfatti
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Standard
3834 Luciano
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Standard
3843 555
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Standard
3854
3855 \series bold
3856 Malfatti
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Standard
3865 Valeriano
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Standard
3874 555
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row>
3881 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Standard
3885
3886 \series bold
3887 Meneguzzo
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Standard
3896 Roberto
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Standard
3905 555
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Standard
3916
3917 \series bold
3918 Mezzadra
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" topline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Standard
3927 Roberto
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Standard
3936 555
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 <row>
3943 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Standard
3947
3948 \series bold
3949 Pirpamer
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 <cell alignment="center" valignment="top" topline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Standard
3958 Erich
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Standard
3967 555
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 <row>
3974 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Standard
3978
3979 \series bold
3980 Pochiesa
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 <cell alignment="center" valignment="top" topline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Standard
3989 Paolo
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Standard
3998 555, 222
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 </row>
4004 <row>
4005 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Standard
4009
4010 \series bold
4011 Radina
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 <cell alignment="center" valignment="top" topline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Standard
4020 Claudio
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Standard
4029 555
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 </row>
4035 <row>
4036 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Standard
4040
4041 \series bold
4042 Stuffer
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 <cell alignment="center" valignment="top" topline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Standard
4051 Oskar
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Standard
4060 555
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Standard
4071
4072 \series bold
4073 Tacchelli
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 <cell alignment="center" valignment="top" topline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Standard
4082 Ugo
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Standard
4091 555
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 </row>
4097 <row>
4098 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Standard
4102
4103 \series bold
4104 Tezzele
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" topline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Standard
4113 Margit
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Standard
4122 555
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 </row>
4128 <row>
4129 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Standard
4133
4134 \series bold
4135 Unterkalmsteiner
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 <cell alignment="center" valignment="top" topline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Standard
4144 Frieda
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Standard
4153 555
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Standard
4164
4165 \series bold
4166 Vieider
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" topline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Standard
4175 Hilde
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Standard
4184 555
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Standard
4195
4196 \series bold
4197 Vigna
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" topline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Standard
4206 Jürgen
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Standard
4215 999
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Standard
4226
4227 \series bold
4228 Weber
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" topline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Standard
4237 Maurizio
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Standard
4246 555
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row bottomline="true">
4253 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Standard
4257
4258 \series bold
4259 Winkler
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" topline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Standard
4268 Franz
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Standard
4277 555
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row bottomline="true" endlastfoot="true">
4284 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Standard
4288 fin
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Standard
4297
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Standard
4306
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 </lyxtabular>
4313
4314 \end_inset
4315
4316
4317 \begin_inset ERT
4318 status collapsed
4319
4320 \begin_layout Standard
4321
4322
4323 \backslash
4324 addtocounter{table}{-1}
4325 \end_layout
4326
4327 \end_inset
4328
4329
4330 \begin_inset Note Note
4331 status open
4332
4333 \begin_layout Standard
4334 Para comprender el uso de este comando, lee al final de la sección\InsetSpace ~
4335 2.6.2 la
4336  primera nota resaltada en gris.
4337  
4338 \end_layout
4339
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \begin_layout Subsection
4346 Notas al pie en Tablas Largas
4347 \begin_inset LatexCommand label
4348 name "sub:Notas-al-pie-en-Tablas-Largas"
4349
4350 \end_inset
4351
4352
4353 \begin_inset LatexCommand index
4354 name "Tablas Largas ! Notas al pie"
4355
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \begin_layout Standard
4362 Se pueden insertar notas al pie en cada celda de tabla larga.
4363  Aparecen abajo en la página donde esté la celda con la nota.
4364  La tabla\InsetSpace ~
4365
4366 \begin_inset LatexCommand ref
4367 reference "tab:DifEncabezados"
4368
4369 \end_inset
4370
4371  tiene un ejemplo de nota al pie.
4372 \end_layout
4373
4374 \begin_layout Subsection
4375 Encabezados en Tablas Largas
4376 \begin_inset LatexCommand index
4377 name "Tablas Largas ! Encabezados"
4378
4379 \end_inset
4380
4381
4382 \end_layout
4383
4384 \begin_layout Standard
4385 Una tabla larga no se puede poner flotante porque los flotantes solo pueden
4386  estar en una página.
4387  Por esto no se puede emplear el formato de encabezado en las tablas largas.
4388 \end_layout
4389
4390 \begin_layout Standard
4391 Para añadir un encabezado se necesita un sucio truco:
4392 \end_layout
4393
4394 \begin_layout Enumerate
4395 Crear una tabla larga
4396 \end_layout
4397
4398 \begin_layout Enumerate
4399 Marcar la primera fila y deshabilitar su línea superior
4400 \end_layout
4401
4402 \begin_layout Enumerate
4403 Insertar el siguiente comando como ERT en la primera celda:
4404 \newline
4405
4406 \series bold
4407
4408 \backslash
4409 caption[título corto]{título completo}
4410 \backslash
4411
4412 \backslash
4413 %
4414 \end_layout
4415
4416 \begin_layout Enumerate
4417 Insertar un "
4418 \series bold
4419 %
4420 \series default
4421 " como ERT en cada celda de la primera fila
4422 \end_layout
4423
4424 \begin_layout Standard
4425 El comando 
4426 \series bold
4427
4428 \backslash
4429 caption
4430 \series default
4431  se usa como para los encabezados normales, el título corto que aparecerá
4432  en la Lista de Tablas en vez del título completo es opcional.
4433  El 
4434 \series bold
4435 %
4436 \series default
4437  en las celdas omite la línea vertical entre ellas.
4438  Ahora, la primera fila de la tabla es sólo una fila postiza para el encabezado,
4439  la tabla real comienza en la segunda fila.
4440 \end_layout
4441
4442 \begin_layout Standard
4443 He aquí una pequeña tabla larga para mostrar cómo funciona:
4444 \end_layout
4445
4446 \begin_layout Standard
4447 \begin_inset Tabular
4448 <lyxtabular version="3" rows="6" columns="5">
4449 <features islongtable="true">
4450 <column alignment="center" valignment="top" leftline="true" width="0">
4451 <column alignment="center" valignment="top" leftline="true" width="0">
4452 <column alignment="center" valignment="top" leftline="true" width="0">
4453 <column alignment="center" valignment="top" leftline="true" width="0">
4454 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4455 <row>
4456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Standard
4460 \begin_inset ERT
4461 status collapsed
4462
4463 \begin_layout Standard
4464
4465
4466 \backslash
4467 caption[Tabla larga]{Tabla larga con encabezado}
4468 \backslash
4469
4470 \backslash
4471 %
4472 \end_layout
4473
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Standard
4485 \begin_inset ERT
4486 status collapsed
4487
4488 \begin_layout Standard
4489
4490 %
4491 \end_layout
4492
4493 \end_inset
4494
4495
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Standard
4504 \begin_inset ERT
4505 status collapsed
4506
4507 \begin_layout Standard
4508
4509 %
4510 \end_layout
4511
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Standard
4523 \begin_inset ERT
4524 status collapsed
4525
4526 \begin_layout Standard
4527
4528 %
4529 \end_layout
4530
4531 \end_inset
4532
4533
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Standard
4542 \begin_inset ERT
4543 status collapsed
4544
4545 \begin_layout Standard
4546
4547 %
4548 \end_layout
4549
4550 \end_inset
4551
4552
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row topline="true">
4559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Standard
4563 1
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Standard
4572 2
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Standard
4581 3
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Standard
4590 4
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Standard
4599 5
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row topline="true">
4606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Standard
4610 asd
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Standard
4619 s
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Standard
4628 s
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Standard
4637 s
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Standard
4646 asd
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row topline="true">
4653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Standard
4657 asd
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Standard
4666 s
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Standard
4675 s
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Standard
4684 s
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Standard
4693 asd
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row topline="true">
4700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Standard
4704 asd
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Standard
4713 s
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Standard
4722 s
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Standard
4731 s
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Standard
4740 asd
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 </row>
4746 <row topline="true" bottomline="true">
4747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Standard
4751 asd
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Standard
4760 asd
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Standard
4769 asd
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Standard
4778 asd
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Standard
4787 asd
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 </lyxtabular>
4794
4795 \end_inset
4796
4797
4798 \end_layout
4799
4800 \begin_layout Standard
4801 \begin_inset VSpace medskip
4802 \end_inset
4803
4804
4805 \begin_inset Note Greyedout
4806 status open
4807
4808 \begin_layout Standard
4809
4810 \series bold
4811 Nota
4812 \series default
4813 : El número de la tabla es incrementado para cada tabla larga, aunque no
4814  pongas encabezado en alguna de ellas.
4815  Por esto podría suceder que, p.e., la Tabla\InsetSpace ~
4816 2.4 siga a la Tabla\InsetSpace ~
4817 2.1 en la lista
4818  de tablas debido a que hay dos tablas largas sin encabezado.
4819  Para evitarlo, puedes añadir el siguiente comando en ERT detrás de cada
4820  tabla larga sin encabezado:
4821 \end_layout
4822
4823 \begin_layout Standard
4824
4825 \series bold
4826
4827 \backslash
4828 addtocounter{table}{-1}
4829 \end_layout
4830
4831 \end_inset
4832
4833
4834 \begin_inset Note Greyedout
4835 status open
4836
4837 \begin_layout Standard
4838
4839 \series bold
4840 Nota: 
4841 \series default
4842 Si utilizas el paquete de LaTeX 
4843 \series bold
4844 hyperref
4845 \series default
4846
4847 \begin_inset LatexCommand index
4848 name "LaTeX-paquetes ! hyperref"
4849
4850 \end_inset
4851
4852  para enlazar referencias cruzadas, el enlace al encabezado de una tabla
4853  larga apuntará siempre al comienzo.
4854 \end_layout
4855
4856 \end_inset
4857
4858
4859 \end_layout
4860
4861 \begin_layout Subsubsection
4862 Referencias a Tablas Largas
4863 \begin_inset LatexCommand index
4864 name "Tablas Largas ! Referencias a"
4865
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \begin_layout Standard
4872 \begin_inset Tabular
4873 <lyxtabular version="3" rows="6" columns="5">
4874 <features islongtable="true">
4875 <column alignment="center" valignment="top" leftline="true" width="0">
4876 <column alignment="center" valignment="top" leftline="true" width="0">
4877 <column alignment="center" valignment="top" leftline="true" width="0">
4878 <column alignment="center" valignment="top" leftline="true" width="0">
4879 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
4880 <row>
4881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Standard
4885 \begin_inset ERT
4886 status collapsed
4887
4888 \begin_layout Standard
4889
4890
4891 \backslash
4892 caption{Tabla larga referenciada
4893 \end_layout
4894
4895 \end_inset
4896
4897
4898 \begin_inset LatexCommand label
4899 name "tab:RefEjemplo"
4900
4901 \end_inset
4902
4903
4904 \begin_inset ERT
4905 status collapsed
4906
4907 \begin_layout Standard
4908
4909 }
4910 \backslash
4911
4912 \backslash
4913 %
4914 \end_layout
4915
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Standard
4927 \begin_inset ERT
4928 status collapsed
4929
4930 \begin_layout Standard
4931
4932 %
4933 \end_layout
4934
4935 \end_inset
4936
4937
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Standard
4946 \begin_inset ERT
4947 status collapsed
4948
4949 \begin_layout Standard
4950
4951 %
4952 \end_layout
4953
4954 \end_inset
4955
4956
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Standard
4965 \begin_inset ERT
4966 status collapsed
4967
4968 \begin_layout Standard
4969
4970 %
4971 \end_layout
4972
4973 \end_inset
4974
4975
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Standard
4984 \begin_inset ERT
4985 status collapsed
4986
4987 \begin_layout Standard
4988
4989 %
4990 \end_layout
4991
4992 \end_inset
4993
4994
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row topline="true">
5001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Standard
5005 1
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Standard
5014 2
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Standard
5023 3
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Standard
5032 4
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Standard
5041 5
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row topline="true">
5048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Standard
5052 asd
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Standard
5061 s
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Standard
5070 s
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Standard
5079 s
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Standard
5088 asd
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row topline="true">
5095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Standard
5099 asd
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Standard
5108 s
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Standard
5117 s
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Standard
5126 s
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135 asd
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row topline="true">
5142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Standard
5146 asd
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Standard
5155 s
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Standard
5164 s
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Standard
5173 s
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Standard
5182 asd
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 <row topline="true" bottomline="true">
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Standard
5193 asd
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Standard
5202 sad
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Standard
5211 asd
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Standard
5220 asd
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Standard
5229 asd
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 </lyxtabular>
5236
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \begin_layout Standard
5243 Para hacer referencia a una tabla larga, inserta una etiqueta en el comando
5244  
5245 \series bold
5246
5247 \backslash
5248 caption
5249 \series default
5250 .
5251  Esto se hace dividiendo el ERT del comando 
5252 \series bold
5253
5254 \backslash
5255 caption
5256 \series default
5257 .
5258  La parte del comando antes de la última llave "
5259 \series bold
5260 }
5261 \series default
5262 "
5263 \end_layout
5264
5265 \begin_layout Standard
5266
5267 \series bold
5268
5269 \backslash
5270 caption[título corto]{título completo
5271 \end_layout
5272
5273 \begin_layout Standard
5274 está en el primer cuadro ERT, la etiqueta se inserta tras ella.
5275  Observa que tienes que añadir el prefijo "
5276 \emph on
5277 tab
5278 \emph default
5279 :" manualmente en el campo de etiqueta.
5280  El segundo cuadro ERT contiene el resto del comando
5281 \end_layout
5282
5283 \begin_layout Standard
5284
5285 \series bold
5286 }
5287 \backslash
5288
5289 \backslash
5290 %
5291 \end_layout
5292
5293 \begin_layout Standard
5294 y se inserta detrás del cuadro de etiqueta, véase Tabla\InsetSpace ~
5295
5296 \begin_inset LatexCommand ref
5297 reference "tab:RefEjemplo"
5298
5299 \end_inset
5300
5301 .
5302 \end_layout
5303
5304 \begin_layout Standard
5305 El formato del encabezado puede configurarse junto con todos los demás encabezad
5306 os del documento mediante el paquete LaTeX
5307 \series bold
5308  caption
5309 \series default
5310
5311 \begin_inset LatexCommand index
5312 name "LaTeX-paquetes ! caption"
5313
5314 \end_inset
5315
5316 , ver sección\InsetSpace ~
5317  
5318 \begin_inset LatexCommand ref
5319 reference "sec:Formato-de-Encabezados"
5320
5321 \end_inset
5322
5323 .
5324 \end_layout
5325
5326 \begin_layout Subsubsection
5327 Anchura de Encabezado
5328 \begin_inset LatexCommand index
5329 name "Tablas Largas ! Anchura de Encabezados"
5330
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 La anchura máxima se define por la longitud 
5338 \series bold
5339
5340 \backslash
5341 LTcapwidth
5342 \series default
5343 .
5344  Por defecto es 4\InsetSpace \thinspace{}
5345 in.
5346  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
5347  documento antes de la tabla larga a la que afecta
5348 \end_layout
5349
5350 \begin_layout Standard
5351
5352 \series bold
5353
5354 \backslash
5355 setlength{
5356 \backslash
5357 LTcapwidth}{ancho}
5358 \end_layout
5359
5360 \begin_layout Standard
5361 donde el ancho puede ser una de las unidades listadas en el apéndice\InsetSpace ~
5362
5363 \begin_inset LatexCommand ref
5364 reference "cha:Unidades-disponibles-en"
5365
5366 \end_inset
5367
5368 .
5369 \end_layout
5370
5371 \begin_layout Standard
5372 Las tablas siguientes muestran la diferencia:
5373 \end_layout
5374
5375 \begin_layout Standard
5376 \begin_inset Tabular
5377 <lyxtabular version="3" rows="6" columns="5">
5378 <features islongtable="true">
5379 <column alignment="center" valignment="top" leftline="true" width="0">
5380 <column alignment="center" valignment="top" leftline="true" width="0">
5381 <column alignment="center" valignment="top" leftline="true" width="0">
5382 <column alignment="center" valignment="top" leftline="true" width="0">
5383 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5384 <row>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Standard
5389 \begin_inset ERT
5390 status collapsed
5391
5392 \begin_layout Standard
5393
5394
5395 \backslash
5396 caption[Encabezado con ancho predeterminado]{Encabezado completo con ancho
5397  predeterminado
5398 \end_layout
5399
5400 \begin_layout Standard
5401
5402 encabezado completo con ancho predeterminado encabezado completo con ancho
5403  predeterminado}
5404 \backslash
5405
5406 \backslash
5407 %
5408 \end_layout
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Standard
5421 \begin_inset ERT
5422 status collapsed
5423
5424 \begin_layout Standard
5425
5426 %
5427 \end_layout
5428
5429 \end_inset
5430
5431
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Standard
5440 \begin_inset ERT
5441 status collapsed
5442
5443 \begin_layout Standard
5444
5445 %
5446 \end_layout
5447
5448 \end_inset
5449
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Standard
5459 \begin_inset ERT
5460 status collapsed
5461
5462 \begin_layout Standard
5463
5464 %
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Standard
5478 \begin_inset ERT
5479 status collapsed
5480
5481 \begin_layout Standard
5482
5483 %
5484 \end_layout
5485
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row topline="true">
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Standard
5499 1
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Standard
5508 2
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Standard
5517 3
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Standard
5526 4
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Standard
5535 5
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 </row>
5541 <row topline="true">
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Standard
5546 asd
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Standard
5555 s
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Standard
5564 s
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Standard
5573 s
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Standard
5582 asd
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 <row topline="true">
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" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Standard
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Standard
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Standard
5620 s
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Standard
5629 asd
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 </row>
5635 <row topline="true">
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Standard
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Standard
5649 s
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Standard
5658 s
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Standard
5667 s
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Standard
5676 asd
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row topline="true" bottomline="true">
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687 asd
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Standard
5696 sad
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 asd
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Standard
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Standard
5723 asd
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 </row>
5729 </lyxtabular>
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \begin_layout Standard
5737 \begin_inset ERT
5738 status collapsed
5739
5740 \begin_layout Standard
5741
5742
5743 \backslash
5744 setlength{
5745 \backslash
5746 LTcapwidth}{5cm}
5747 \end_layout
5748
5749 \end_inset
5750
5751
5752 \begin_inset Tabular
5753 <lyxtabular version="3" rows="6" columns="5">
5754 <features islongtable="true">
5755 <column alignment="center" valignment="top" leftline="true" width="0">
5756 <column alignment="center" valignment="top" leftline="true" width="0">
5757 <column alignment="center" valignment="top" leftline="true" width="0">
5758 <column alignment="center" valignment="top" leftline="true" width="0">
5759 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Standard
5765 \begin_inset ERT
5766 status collapsed
5767
5768 \begin_layout Standard
5769
5770
5771 \backslash
5772 caption[Encabezado con anchura
5773 \backslash
5774 ,=
5775 \backslash
5776 ,5
5777 \backslash
5778 ,cm]{Encabezado completo con ancho de  5
5779 \backslash
5780 ,cm
5781 \end_layout
5782
5783 \begin_layout Standard
5784
5785 encabezado completo con ancho de 5
5786 \backslash
5787 ,cm encabezado completo con ancho de 5
5788 \backslash
5789 ,cm}
5790 \backslash
5791
5792 \backslash
5793 %
5794 \end_layout
5795
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Standard
5807 \begin_inset ERT
5808 status collapsed
5809
5810 \begin_layout Standard
5811
5812 %
5813 \end_layout
5814
5815 \end_inset
5816
5817
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Standard
5826 \begin_inset ERT
5827 status collapsed
5828
5829 \begin_layout Standard
5830
5831 %
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Standard
5845 \begin_inset ERT
5846 status collapsed
5847
5848 \begin_layout Standard
5849
5850 %
5851 \end_layout
5852
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Standard
5864 \begin_inset ERT
5865 status collapsed
5866
5867 \begin_layout Standard
5868
5869 %
5870 \end_layout
5871
5872 \end_inset
5873
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row topline="true">
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Standard
5885 1
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Standard
5894 2
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Standard
5903 3
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Standard
5912 4
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Standard
5921 5
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row topline="true">
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Standard
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Standard
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Standard
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Standard
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Standard
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row topline="true">
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" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Standard
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Standard
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Standard
6006 s
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Standard
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row topline="true">
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Standard
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Standard
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Standard
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Standard
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Standard
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row topline="true" bottomline="true">
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Standard
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Standard
6082 sad
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Standard
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Standard
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Standard
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \begin_inset ERT
6121 status collapsed
6122
6123 \begin_layout Standard
6124
6125
6126 \backslash
6127 setlength{
6128 \backslash
6129 LTcapwidth}{4in}
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \begin_layout Subsubsection
6138 Encabezados Distintos para cada Página
6139 \begin_inset LatexCommand index
6140 name "Tablas Largas ! Encabezados Diferentes para cada Página"
6141
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Standard
6148 Si los otros encabezados debieran ser diferentes del de la primera página,
6149  inserta el comando 
6150 \series bold
6151
6152 \backslash
6153 caption 
6154 \series default
6155 con un título corto no vacío en una fila postiza de encabezado marcado como
6156  primer encabezado.
6157  El encabezado para las restantes páginas se inserta con el comando 
6158 \series bold
6159
6160 \backslash
6161 caption
6162 \series default
6163  sin título corto en una fila postiza de encabezado marcado como primer
6164  encabezado.
6165  Si este encabezado no ha de incluir el número de tabla, usa el comando
6166  
6167 \series bold
6168
6169 \backslash
6170 caption*
6171 \series default
6172  en vez de 
6173 \series bold
6174
6175 \backslash
6176 caption
6177 \series default
6178 .
6179  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
6180  La tabla\InsetSpace ~
6181
6182 \begin_inset LatexCommand ref
6183 reference "tab:DifEncabezados"
6184
6185 \end_inset
6186
6187  es un ejemplo de tabla larga con encabezados distintos donde el segundo
6188  no incluye número de tabla.
6189 \end_layout
6190
6191 \begin_layout Standard
6192 \align center
6193 \begin_inset Tabular
6194 <lyxtabular version="3" rows="60" columns="3">
6195 <features islongtable="true">
6196 <column alignment="left" valignment="top" leftline="true" width="0cm">
6197 <column alignment="left" valignment="top" rightline="true" width="0pt">
6198 <column alignment="right" valignment="top" rightline="true" width="0pt">
6199 <row endfirsthead="true">
6200 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Standard
6204 \begin_inset ERT
6205 status collapsed
6206
6207 \begin_layout Standard
6208
6209
6210 \backslash
6211 caption[Ejemplo de lista telefónica]{Ejemplo de lista telefónica 
6212 \end_layout
6213
6214 \end_inset
6215
6216
6217 \begin_inset LatexCommand label
6218 name "tab:DifEncabezados"
6219
6220 \end_inset
6221
6222
6223 \begin_inset ERT
6224 status collapsed
6225
6226 \begin_layout Standard
6227
6228 }
6229 \backslash
6230
6231 \backslash
6232 %
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Standard
6246 \begin_inset ERT
6247 status collapsed
6248
6249 \begin_layout Standard
6250
6251 %
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Standard
6265 \begin_inset ERT
6266 status collapsed
6267
6268 \begin_layout Standard
6269
6270 %
6271 \end_layout
6272
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row topline="true" bottomline="true" endfirsthead="true">
6282 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Standard
6286
6287 \series bold
6288 Ejemplo de lista telefónica (ignore los nombres)
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Standard
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Standard
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row topline="true" bottomline="true" endfirsthead="true">
6313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Standard
6317
6318 \series bold
6319 NOMBRE
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Standard
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Standard
6337
6338 \series bold
6339 TEL.
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row bottomline="true" endhead="true">
6346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Standard
6350 \begin_inset ERT
6351 status collapsed
6352
6353 \begin_layout Standard
6354
6355
6356 \backslash
6357 caption*{Continúa Ejemplo de lista telefónica}
6358 \backslash
6359
6360 \backslash
6361 %
6362 \end_layout
6363
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Standard
6375 \begin_inset ERT
6376 status collapsed
6377
6378 \begin_layout Standard
6379
6380 %
6381 \end_layout
6382
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Standard
6394 \begin_inset ERT
6395 status collapsed
6396
6397 \begin_layout Standard
6398
6399 %
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row topline="true" bottomline="true" endhead="true">
6411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Standard
6415
6416 \series bold
6417 Ejemplo de lista telefónica
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Standard
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Standard
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row topline="true" bottomline="true" endhead="true">
6442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Standard
6446
6447 \series bold
6448 NOMBRE
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Standard
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Standard
6466
6467 \series bold
6468 TEL.
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row topline="true" bottomline="true" endfoot="true">
6475 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Standard
6479 continúa en página siguiente
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Standard
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Standard
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 </row>
6503 <row>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Standard
6508
6509 \series bold
6510 Annovi
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Standard
6519 Silvia
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Standard
6528 111
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 <row>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Standard
6539
6540 \series bold
6541 Bertoli
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Standard
6550 Stefano
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Standard
6559 111
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Standard
6570
6571 \series bold
6572 Bozzi
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Standard
6581 Walter
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Standard
6590 111
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 <row>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Standard
6601
6602 \series bold
6603 Cachia
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Standard
6612 Maria
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Standard
6621 111
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 </row>
6627 <row>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Standard
6632
6633 \series bold
6634 Cachia
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Standard
6643 Maurizio
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Standard
6652 111
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 </row>
6658 <row>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Standard
6663
6664 \series bold
6665 Cinquemani
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Standard
6674 Giusi
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Standard
6683 111
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 </row>
6689 <row>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Standard
6694
6695 \series bold
6696 Colin
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Standard
6705 Bernard
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Standard
6714 111
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Standard
6725
6726 \series bold
6727 Concli
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Standard
6736 Gianfranco
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Standard
6745 111
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 </row>
6751 <row>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Standard
6756
6757 \series bold
6758 Dal Bosco
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Standard
6767 Carolina
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Standard
6776 111
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Standard
6787
6788 \series bold
6789 Dalpiaz
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Standard
6798 Annamaria
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Standard
6807 111
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Standard
6818
6819 \series bold
6820 Feliciello
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Standard
6829 Domenico
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Standard
6838 111
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Standard
6849
6850 \series bold
6851 Focarelli
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Standard
6860 Paola
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Standard
6869 111
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Standard
6880
6881 \series bold
6882 Galletti
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Standard
6891 Oreste
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Standard
6900 111
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Standard
6911
6912 \series bold
6913 Gasparini
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Standard
6922 Franca
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Standard
6931 111
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 </row>
6937 <row>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Standard
6942
6943 \series bold
6944 Rizzardi
6945 \series default
6946
6947 \begin_inset Foot
6948 status open
6949
6950 \begin_layout Standard
6951 Ejemplo de nota al pie
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Standard
6965 Paola
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Standard
6974 111
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 </row>
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Standard
6985
6986 \series bold
6987 Lassini
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Standard
6996 Giancarlo
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Standard
7005 111
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Standard
7016
7017 \series bold
7018 Malfatti
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Standard
7027 Luciano
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Standard
7036 111
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Standard
7047
7048 \series bold
7049 Malfatti
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Standard
7058 Valeriano
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Standard
7067 111
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 </row>
7073 <row>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Standard
7078
7079 \series bold
7080 Meneguzzo
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Standard
7089 Roberto
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Standard
7098 111
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Standard
7109
7110 \series bold
7111 Mezzadra
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Standard
7120 Roberto
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Standard
7129 111
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 </row>
7135 <row>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Standard
7140
7141 \series bold
7142 Pirpamer
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Standard
7151 Erich
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Standard
7160 111
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 </row>
7166 <row>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Standard
7171
7172 \series bold
7173 Pochiesa
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Standard
7182 Paolo
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Standard
7191 111, 222
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 <row>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Standard
7202
7203 \series bold
7204 Radina
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Standard
7213 Claudio
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Standard
7222 111
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 <row>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Standard
7233
7234 \series bold
7235 Stuffer
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Standard
7244 Oskar
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Standard
7253 111
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Standard
7264
7265 \series bold
7266 Tacchelli
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Standard
7275 Ugo
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Standard
7284 111
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Standard
7295
7296 \series bold
7297 Tezzele
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Standard
7306 Margit
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Standard
7315 111
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 <row>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Standard
7326
7327 \series bold
7328 Unterkalmsteiner
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Standard
7337 Frieda
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Standard
7346 111
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 </row>
7352 <row>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Standard
7357
7358 \series bold
7359 Vieider
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Standard
7368 Hilde
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Standard
7377 111
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 </row>
7383 <row>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Standard
7388
7389 \series bold
7390 Vigna
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Standard
7399 Jürgen
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Standard
7408 111
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 </row>
7414 <row>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Standard
7419
7420 \series bold
7421 Weber
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Standard
7430 Maurizio
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Standard
7439 111
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row bottomline="true">
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Standard
7450
7451 \series bold
7452 Winkler
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Standard
7461 Franz
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Standard
7470 111
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row bottomline="true">
7477 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Standard
7481  
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Standard
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Standard
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row>
7506 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Standard
7510
7511 \series bold
7512 Annovi
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Standard
7521 Silvia
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Standard
7530 555
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 </row>
7536 <row>
7537 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Standard
7541
7542 \series bold
7543 Bertoli
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Standard
7552 Stefano
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Standard
7561 555
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Standard
7572
7573 \series bold
7574 Bozzi
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" topline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Standard
7583 Walter
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Standard
7592 555
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Standard
7603
7604 \series bold
7605 Cachia
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Standard
7614 Maria
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Standard
7623 555
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Standard
7634
7635 \series bold
7636 Cachia
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Standard
7645 Maurizio
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Standard
7654 555
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Standard
7665
7666 \series bold
7667 Cinquemani
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" topline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Standard
7676 Giusi
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Standard
7685 555
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row>
7692 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Standard
7696
7697 \series bold
7698 Colin
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" topline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Standard
7707 Bernard
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Standard
7716 555
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Standard
7727
7728 \series bold
7729 Concli
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" topline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Standard
7738 Gianfranco
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Standard
7747 555
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Standard
7758
7759 \series bold
7760 Dal Bosco
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" topline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Standard
7769 Carolina
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Standard
7778 555
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Standard
7789
7790 \series bold
7791 Dalpiaz
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" topline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Standard
7800 Annamaria
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Standard
7809 555
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Standard
7820
7821 \series bold
7822 Feliciello
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" topline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Standard
7831 Domenico
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Standard
7840 555
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Standard
7851
7852 \series bold
7853 Focarelli
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" topline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Standard
7862 Paola
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Standard
7871 555
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Standard
7882
7883 \series bold
7884 Galletti
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" topline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Standard
7893 Oreste
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Standard
7902 555
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Standard
7913
7914 \series bold
7915 Gasparini
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" topline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Standard
7924 Franca
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Standard
7933 555
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Standard
7944
7945 \series bold
7946 Rizzardi
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" topline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Standard
7955 Paola
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Standard
7964 555
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Standard
7975
7976 \series bold
7977 Lassini
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Standard
7986 Giancarlo
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Standard
7995 555
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Standard
8006
8007 \series bold
8008 Malfatti
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" topline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Standard
8017 Luciano
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Standard
8026 555
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Standard
8037
8038 \series bold
8039 Malfatti
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Standard
8048 Valeriano
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Standard
8057 555
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Standard
8068
8069 \series bold
8070 Meneguzzo
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" topline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Standard
8079 Roberto
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Standard
8088 555
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row bottomline="true">
8095 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Standard
8099
8100 \series bold
8101 Mezzadra
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Standard
8110 Roberto
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Standard
8119 555
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row bottomline="true" endlastfoot="true">
8126 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Standard
8130
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Standard
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Standard
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 </lyxtabular>
8155
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \begin_layout Section
8162 Particularidades de las Tablas Largas
8163 \end_layout
8164
8165 \begin_layout Subsection
8166 Cálculos
8167 \begin_inset LatexCommand index
8168 name "Tablas Largas ! 2.7.1 Cálculos"
8169
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \begin_layout Standard
8176 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
8177  utilizando los denominados "trozos", que son partes de la tabla presentes
8178  en la memoria de LaTeX.
8179  El valor predeterminado está establacido a solo 20 filas.
8180  Si estás usando tablas largas con muchas páginas, la generación del documento
8181  puede hacerse muy lenta.
8182  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
8183  el siguiente comando en el preámbulo del documento:
8184 \end_layout
8185
8186 \begin_layout Standard
8187
8188 \series bold
8189
8190 \backslash
8191 setcounter{LTchunksize}{100}
8192 \end_layout
8193
8194 \begin_layout Subsection
8195 Flotantes y Tablas Largas
8196 \begin_inset LatexCommand index
8197 name "Tablas Largas ! Flotantes"
8198
8199 \end_inset
8200
8201
8202 \end_layout
8203
8204 \begin_layout Standard
8205 Podría haber problemas si un flotante aparece en la misma página donde comienza
8206  una tabla larga.
8207  Para evitarlo, añade el comando 
8208 \series bold
8209
8210 \backslash
8211 clearpage
8212 \series default
8213  como ERT antes de la tabla.
8214 \end_layout
8215
8216 \begin_layout Subsection
8217 Saltos de Página Forzados
8218 \begin_inset LatexCommand index
8219 name "Tablas Largas ! Saltos de Página Forzados"
8220
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \begin_layout Standard
8227 Por defecto, las tablas sólo se cortan entre filas.
8228  Si tienes una celda con líneas múltiples y necesitas un salto de página
8229  dentro de la celda, inserta el comando de nueva línea "
8230 \series bold
8231
8232 \backslash
8233
8234 \backslash
8235
8236 \series default
8237 " como ERT en el punto en que quieras cortar.
8238  Antes del comando "
8239 \series bold
8240
8241 \backslash
8242
8243 \backslash
8244
8245 \series default
8246 " debes insertar en ERT tantos caracteres "
8247 \series bold
8248 &
8249 \series default
8250 " como columnas siguientes de la tabla.
8251  
8252 \series bold
8253 &
8254 \series default
8255  es el caracter para separar celdas.
8256  Escribe en ERT después de cada 
8257 \series bold
8258 &
8259 \series default
8260  el contenido de la celda siguiente correspondiente y borra el contenido
8261  de esas celdas.
8262 \newline
8263 Detrás del comando 
8264 \series bold
8265
8266 \backslash
8267
8268 \backslash
8269
8270 \series default
8271 , inserta tantos 
8272 \series bold
8273 &
8274 \series default
8275  como columnas haya delante de la actual.
8276  En la tabla\InsetSpace ~
8277
8278 \begin_inset LatexCommand ref
8279 reference "tab:Saltos de Página Forzados"
8280
8281 \end_inset
8282
8283  la celda que debería cortarse está en la segunda columna seguida de otra
8284  columna.
8285  Por eso el siguiente comando se inserta en la celda como ERT detrás de
8286  "
8287 \emph on
8288 Castelchiodato,
8289 \emph default
8290 ":
8291 \end_layout
8292
8293 \begin_layout Standard
8294
8295 \series bold
8296 & 111
8297 \backslash
8298
8299 \backslash
8300
8301 \newline
8302 &
8303 \end_layout
8304
8305 \begin_layout Standard
8306 El "111" en la tercera columna de la fila se ha borrado.
8307  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
8308  superior pero quisieras una línea horizontal donde se corta la celda, usa
8309  este comando alternativo:
8310 \end_layout
8311
8312 \begin_layout Standard
8313
8314 \series bold
8315 & 111
8316 \backslash
8317
8318 \backslash
8319
8320 \newline
8321
8322 \backslash
8323 hline &
8324 \end_layout
8325
8326 \begin_layout Standard
8327 Cuando la celda a cortar está en la última columna, el comando
8328 \end_layout
8329
8330 \begin_layout Standard
8331
8332 \series bold
8333
8334 \backslash
8335 setlength{
8336 \backslash
8337 parf\SpecialChar \textcompwordmark{}
8338 illskip}{0pt}
8339 \end_layout
8340
8341 \begin_layout Standard
8342 debe insertarse como ERT al principio de la celda.
8343  Esto garantiza que la parte de la celda que será mostrada en la nueva página
8344  aparecerá con toda su anchura.
8345 \end_layout
8346
8347 \begin_layout Standard
8348 \align center
8349 \begin_inset Tabular
8350 <lyxtabular version="3" rows="39" columns="3">
8351 <features islongtable="true">
8352 <column alignment="left" valignment="top" leftline="true" width="0cm">
8353 <column alignment="left" valignment="top" rightline="true" width="3cm">
8354 <column alignment="right" valignment="top" rightline="true" width="0pt">
8355 <row endfirsthead="true">
8356 <cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Standard
8360 \begin_inset ERT
8361 status collapsed
8362
8363 \begin_layout Standard
8364
8365
8366 \backslash
8367 caption[Tabla con salto de página forzado en celda]{Tabla con salto de página
8368  forzado en celda 
8369 \end_layout
8370
8371 \end_inset
8372
8373
8374 \begin_inset LatexCommand label
8375 name "tab:Saltos de Página Forzados"
8376
8377 \end_inset
8378
8379
8380 \begin_inset ERT
8381 status collapsed
8382
8383 \begin_layout Standard
8384
8385 }
8386 \backslash
8387
8388 \backslash
8389 %
8390 \end_layout
8391
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Standard
8403 \begin_inset ERT
8404 status collapsed
8405
8406 \begin_layout Standard
8407
8408 %
8409 \end_layout
8410
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Standard
8422 \begin_inset ERT
8423 status collapsed
8424
8425 \begin_layout Standard
8426
8427 %
8428 \end_layout
8429
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row topline="true" bottomline="true" endfirsthead="true">
8439 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Standard
8443
8444 \series bold
8445 Ejemplo de lista telefónica (ignore los nombres)
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Standard
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Standard
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row topline="true" bottomline="true" endfirsthead="true">
8470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Standard
8474
8475 \series bold
8476 NOMBRE
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Standard
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Standard
8494
8495 \series bold
8496 TEL.
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row bottomline="true" endhead="true">
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Standard
8507 \begin_inset ERT
8508 status collapsed
8509
8510 \begin_layout Standard
8511
8512
8513 \backslash
8514 caption{Continúa tabla con salto de página forzado en celda}
8515 \backslash
8516
8517 \backslash
8518 %
8519 \end_layout
8520
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Standard
8532 \begin_inset ERT
8533 status collapsed
8534
8535 \begin_layout Standard
8536
8537 %
8538 \end_layout
8539
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Standard
8551 \begin_inset ERT
8552 status collapsed
8553
8554 \begin_layout Standard
8555
8556 %
8557 \end_layout
8558
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row topline="true" bottomline="true" endhead="true">
8568 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Standard
8572
8573 \series bold
8574  Ejemplo de lista telefónica
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Standard
8583
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Standard
8592
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row topline="true" bottomline="true" endhead="true">
8599 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Standard
8603
8604 \series bold
8605 NOMBRE
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Standard
8614
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Standard
8623
8624 \series bold
8625 TEL.
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row topline="true" bottomline="true" endfoot="true">
8632 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Standard
8636 continúa en página siguiente
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Standard
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Standard
8654
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Standard
8665
8666 \series bold
8667 Annovi
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Standard
8676 Silvia
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Standard
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Standard
8696
8697 \series bold
8698 Bertoli
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Standard
8707 Stefano
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Standard
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Standard
8727
8728 \series bold
8729 Bozzi
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" topline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Standard
8738 Walter
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Standard
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Standard
8758
8759 \series bold
8760 Cachia
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Standard
8769 Maria
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Standard
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Standard
8789
8790 \series bold
8791 Cachia
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" topline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Standard
8800 Maurizio
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Standard
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Standard
8820
8821 \series bold
8822 Cinquemani
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Standard
8831 Giusi
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Standard
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Standard
8851
8852 \series bold
8853 Colin
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" topline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Standard
8862 Bernard
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Standard
8871 111
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Standard
8882
8883 \series bold
8884 Concli
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" topline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Standard
8893 Gianfranco
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Standard
8902 111
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Standard
8913
8914 \series bold
8915 Dal Bosco
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Standard
8924 Carolina
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Standard
8933 111
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Standard
8944
8945 \series bold
8946 Dalpiaz
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" topline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Standard
8955 Annamaria
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Standard
8964 111
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Standard
8975
8976 \series bold
8977 Feliciello
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" topline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Standard
8986 Domenico
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Standard
8995 111
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Standard
9006
9007 \series bold
9008 Focarelli
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Standard
9017 Paola
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Standard
9026 111
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Standard
9037
9038 \series bold
9039 Galletti
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" topline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Standard
9048 Oreste
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Standard
9057 111
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Standard
9068
9069 \series bold
9070 Gasparini
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" topline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Standard
9079 Franca
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Standard
9088 111
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Standard
9099
9100 \series bold
9101 Lassini
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Standard
9110 Giancarlo
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Standard
9119 111
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Standard
9130
9131 \series bold
9132 Malfatti
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Standard
9141 Luciano
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Standard
9150 111
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Standard
9161
9162 \series bold
9163 Malfatti
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Standard
9172 Valeriano
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Standard
9181 111
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Standard
9192
9193 \series bold
9194 Meneguzzo
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" topline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Standard
9203 Roberto
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Standard
9212 111
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Standard
9223
9224 \series bold
9225 Mezzadra
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" topline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Standard
9234 Roberto
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Standard
9243 111
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Standard
9254
9255 \series bold
9256 Pirpamer
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" topline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Standard
9265 Erich
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Standard
9274 111
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Standard
9285
9286 \series bold
9287 Pochiesa
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" topline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Standard
9296 Paolo
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Standard
9305 111, 222
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Standard
9316
9317 \series bold
9318 Radina
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" topline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Standard
9327 Claudio
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Standard
9336 111
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Standard
9347
9348 \series bold
9349 Rizzardi
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Standard
9358 Paolo, 11.
9359  Fürst von Montecompatri, 11.
9360  Fürst von Sulmona und Vivaro, 10.
9361  Fürst von Rossano, 5.
9362  Herzog von Canemorte, 11.
9363  Herzog von Palombara, 5.
9364  Herzog von Castelchiodato,
9365 \begin_inset ERT
9366 status collapsed
9367
9368 \begin_layout Standard
9369
9370 & 111
9371 \backslash
9372
9373 \backslash
9374
9375 \end_layout
9376
9377 \begin_layout Standard
9378
9379 &
9380 \end_layout
9381
9382 \end_inset
9383
9384  11.
9385  Herzog von Poggionativo, 11.
9386  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9387  Graf von Valinfreda, 11.
9388  Baron von Cropalati, 11.
9389  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Standard
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Standard
9409
9410 \series bold
9411 Stuffer
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Standard
9420 Oskar
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Standard
9429 111
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Standard
9440
9441 \series bold
9442 Tacchelli
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" topline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Standard
9451 Ugo
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Standard
9460 111
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Standard
9471
9472 \series bold
9473 Tezzele
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" topline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Standard
9482 Margit
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Standard
9491 111
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Standard
9502
9503 \series bold
9504 Unterkalmsteiner
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" topline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Standard
9513 Frieda
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Standard
9522 111
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Standard
9533
9534 \series bold
9535 Vieider
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Standard
9544 Hilde
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Standard
9553 111
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Standard
9564
9565 \series bold
9566 Vigna
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" topline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Standard
9575 Jürgen
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Standard
9584 111
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Standard
9595
9596 \series bold
9597 Weber
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" topline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Standard
9606 Maurizio
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Standard
9615 111
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row bottomline="true">
9622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628 Winkler
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Standard
9637 Franz
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Standard
9646 111
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row endlastfoot="true">
9653 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Standard
9657
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Standard
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Standard
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 </lyxtabular>
9682
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Section
9689 Líneas Múltiples en Columnas y Filas
9690 \end_layout
9691
9692 \begin_layout Subsection
9693 Líneas Múltiples en Celdas
9694 \begin_inset LatexCommand label
9695 name "sub:Líneas-Múltiples-en"
9696
9697 \end_inset
9698
9699
9700 \begin_inset LatexCommand index
9701 name "Líneas Múltiples en Celdas"
9702
9703 \end_inset
9704
9705
9706 \begin_inset LatexCommand index
9707 name "Tablas ! Saltos de Línea"
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Standard
9715 \align center
9716 \begin_inset Float table
9717 placement H
9718 wide false
9719 sideways false
9720 status open
9721
9722 \begin_layout Standard
9723 \begin_inset Caption
9724
9725 \begin_layout Standard
9726 \begin_inset LatexCommand label
9727 name "tab:Tabla-con-múltiples"
9728
9729 \end_inset
9730
9731 Tabla con líneas múltiples en celda
9732 \end_layout
9733
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \begin_layout Standard
9740 \align center
9741 \begin_inset Tabular
9742 <lyxtabular version="3" rows="3" columns="3">
9743 <features>
9744 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9745 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9746 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9747 <row topline="true">
9748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Standard
9752 líneas
9753 \begin_inset ERT
9754 status collapsed
9755
9756 \begin_layout Standard
9757
9758
9759 \backslash
9760 linebreak 
9761 \end_layout
9762
9763 \end_inset
9764
9765 múltiples
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Standard
9774 b
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Standard
9783 c
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row topline="true">
9790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Standard
9794 d
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Standard
9803 e
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Standard
9812 f
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row topline="true" bottomline="true">
9819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Standard
9823 g
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Standard
9832 h
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Standard
9841 i
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 </lyxtabular>
9848
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \begin_layout Standard
9860 Al ajustar anchura fija en una columna se habilita la entrada de texto como
9861  párrafos con varias líneas y guionado.
9862 \end_layout
9863
9864 \begin_layout Standard
9865 Para generar la tabla\InsetSpace ~
9866
9867 \begin_inset LatexCommand ref
9868 reference "tab:Tabla-con-múltiples"
9869
9870 \end_inset
9871
9872 , crea una tabla 3×3, marca la primera celda y click-derecha sobre ella.
9873  En el diálogo que surge establace una anchura de 2.5\InsetSpace \thinspace{}
9874 cm y escoge centro en
9875  alineación vertical y horizontal.
9876  Como nuestro texto es menor de 2.5\InsetSpace \thinspace{}
9877 cm, solo aparece una línea.
9878  Para poner dos añadimos un salto de línea con el comando
9879 \end_layout
9880
9881 \begin_layout Standard
9882
9883 \series bold
9884
9885 \backslash
9886 linebreak
9887 \end_layout
9888
9889 \begin_layout Standard
9890 en ERT.
9891  Si el texto es más ancho que la celda será automáticamente dividido en
9892  líneas.
9893 \end_layout
9894
9895 \begin_layout Standard
9896 Para centrar verticalmente el texto en las otras dos celdas de la primera
9897  fila, haz click-derecha en la segunda celda, ajusta una anchura de 0.5\InsetSpace \thinspace{}
9898 cm
9899  y marca alineaciones centrales.
9900  Haz lo mismo con la tercera celda de la fila.
9901 \end_layout
9902
9903 \begin_layout Standard
9904 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
9905  con guión si es la primera entrada.
9906  Por eso hay que insertar algo para que dicha palabra no sea la primera
9907  entrada: Añade el comando
9908 \end_layout
9909
9910 \begin_layout Standard
9911
9912 \series bold
9913
9914 \backslash
9915 hspace{0pt}
9916 \end_layout
9917
9918 \begin_layout Standard
9919 en ERT antes de la palabra.
9920  Como el espacio es 0 la salida no cambia.
9921  La tabla\InsetSpace ~
9922
9923 \begin_inset LatexCommand ref
9924 reference "tab:Tabla-con-y"
9925
9926 \end_inset
9927
9928  muestra el efecto.
9929 \end_layout
9930
9931 \begin_layout Standard
9932 \begin_inset Float table
9933 wide false
9934 sideways false
9935 status open
9936
9937 \begin_layout Standard
9938 \begin_inset Caption
9939
9940 \begin_layout Standard
9941 \begin_inset LatexCommand label
9942 name "tab:Tabla-con-y"
9943
9944 \end_inset
9945
9946 Tablas con y sin guión
9947 \end_layout
9948
9949 \end_inset
9950
9951
9952 \end_layout
9953
9954 \begin_layout Standard
9955
9956 \hfill
9957
9958 \begin_inset Tabular
9959 <lyxtabular version="3" rows="3" columns="3">
9960 <features>
9961 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
9962 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
9963 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
9964 <row topline="true">
9965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Standard
9969 celdaconpalabramuylarga
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Standard
9978 b
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Standard
9987 c
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row topline="true">
9994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Standard
9998 d
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Standard
10007 e
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Standard
10016 f
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row topline="true" bottomline="true">
10023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Standard
10027 g
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Standard
10036 h
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Standard
10045 i
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 </lyxtabular>
10052
10053 \end_inset
10054
10055
10056 \hfill
10057
10058 \begin_inset Tabular
10059 <lyxtabular version="3" rows="3" columns="3">
10060 <features>
10061 <column alignment="center" valignment="middle" leftline="true" width="2.5cm">
10062 <column alignment="center" valignment="middle" leftline="true" width="0.5cm">
10063 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
10064 <row topline="true">
10065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Standard
10069 \begin_inset ERT
10070 status collapsed
10071
10072 \begin_layout Standard
10073
10074
10075 \backslash
10076 hspace{0pt}
10077 \end_layout
10078
10079 \end_inset
10080
10081 celdaconpalabramuylarga
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Standard
10090 b
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Standard
10099 c
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row topline="true">
10106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Standard
10110 d
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Standard
10119 e
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Standard
10128 f
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row topline="true" bottomline="true">
10135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Standard
10139 g
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Standard
10148 h
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Standard
10157 i
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 </lyxtabular>
10164
10165 \end_inset
10166
10167
10168 \hfill
10169
10170 \end_layout
10171
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \begin_layout Standard
10178
10179 \newpage
10180
10181 \end_layout
10182
10183 \begin_layout Subsection
10184 Multicolumnas
10185 \begin_inset LatexCommand label
10186 name "sub:Multicolumnas"
10187
10188 \end_inset
10189
10190
10191 \begin_inset LatexCommand index
10192 name "Multicolumnas"
10193
10194 \end_inset
10195
10196
10197 \begin_inset LatexCommand index
10198 name "Tablas ! Multicolumnas"
10199
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \begin_layout Subsubsection
10206 Fundamentos de Multicolumna
10207 \end_layout
10208
10209 \begin_layout Standard
10210 Para extender una celda sobre varias columnas, se marcan las celdas que
10211  se desee combinar y se usa el botón 
10212 \begin_inset Graphics
10213         filename ../images/tabular-feature_multicolumn.xpm
10214         scale 85
10215
10216 \end_inset
10217
10218 , o el menú 
10219 \family sans
10220 Editar\SpecialChar \menuseparator
10221 Tabla\SpecialChar \menuseparator
10222 Multicolumn
10223 \family default
10224 a, o click-derecha sobre las celdas marcadas y se selecciona en el diálogo,
10225  bajo la pestaña 
10226 \family sans
10227 Configuración
10228 \family default
10229 , la casilla Multicolumna.
10230 \end_layout
10231
10232 \begin_layout Standard
10233 Las multicolumnas tienen su propia configuración de celdas.
10234  Esto es, los cambios de bordes, alineación y anchura solo afectan a la
10235  multicolumna.
10236  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
10237  otra en la última fila sin borde superior:
10238 \end_layout
10239
10240 \begin_layout Standard
10241 \align center
10242 \begin_inset Tabular
10243 <lyxtabular version="3" rows="3" columns="4">
10244 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10245 <column alignment="center" valignment="top" leftline="true" width="0pt">
10246 <column alignment="center" valignment="middle" leftline="true" width="0">
10247 <column alignment="center" valignment="top" leftline="true" width="0in">
10248 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
10249 <row topline="true" bottomline="true">
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Standard
10254 abc
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Standard
10263 def
10264 \lang ngerman
10265  
10266 \lang spanish
10267 ghi
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Standard
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Standard
10285 jkl
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row topline="true">
10292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Standard
10296
10297 \family roman
10298 \series medium
10299 \shape up
10300 \size normal
10301 \emph off
10302 \bar no
10303 \noun off
10304 \color none
10305 A
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Standard
10314 B
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Standard
10323 C
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Standard
10332 D
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row topline="true" bottomline="true">
10339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Standard
10343 1
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Standard
10352 2
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Standard
10361 3
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Standard
10370 4
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 </lyxtabular>
10377
10378 \end_inset
10379
10380
10381 \end_layout
10382
10383 \begin_layout Subsubsection
10384 Cálculos en Multicolumnas
10385 \begin_inset LatexCommand label
10386 name "sub:Cálculos-en-Multicolumnas"
10387
10388 \end_inset
10389
10390
10391 \begin_inset LatexCommand index
10392 name "Multicolumnas ! Cálculos"
10393
10394 \end_inset
10395
10396
10397 \end_layout
10398
10399 \begin_layout Standard
10400 LyX soporta multicolumnas directamente, pero hay que prestar atención a
10401  la anchura de celda de las columnas combinadas en la celda multicolumna.
10402 \end_layout
10403
10404 \begin_layout Standard
10405 \begin_inset Float table
10406 wide false
10407 sideways false
10408 status open
10409
10410 \begin_layout Standard
10411 \begin_inset Caption
10412
10413 \begin_layout Standard
10414 \begin_inset LatexCommand label
10415 name "tab:Tabla-con-centrado"
10416
10417 \end_inset
10418
10419 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
10420 te la mitad de anchura que la celda multicolumna
10421 \begin_inset OptArg
10422 status collapsed
10423
10424 \begin_layout Standard
10425 Tabla multicolumna perfecta
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434
10435
10436 \end_layout
10437
10438 \begin_layout Standard
10439 \align center
10440 \begin_inset Tabular
10441 <lyxtabular version="3" rows="3" columns="3">
10442 <features>
10443 <column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
10444 <column alignment="center" valignment="middle" leftline="true" width="0">
10445 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10446 <row topline="true">
10447 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
10448 \begin_inset Text
10449
10450 \begin_layout Standard
10451 multicolumna línea múltiple
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Standard
10460
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Standard
10469 c
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row topline="true">
10476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Standard
10480 d
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Standard
10489 e
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Standard
10498 f
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row topline="true" bottomline="true">
10505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Standard
10509 g
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Standard
10518 h
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Standard
10527 i
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 </lyxtabular>
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \begin_layout Standard
10546 Por ejemplo, para crear la Tabla\InsetSpace ~
10547
10548 \begin_inset LatexCommand ref
10549 reference "tab:Tabla-con-centrado"
10550
10551 \end_inset
10552
10553 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
10554  click-derecha.
10555  En el diálogo marca 
10556 \emph on
10557 multicolumna
10558 \emph default
10559
10560 \emph on
10561 alineación centro
10562 \emph default
10563  y una anchura de 2.5\InsetSpace \thinspace{}
10564 cm.
10565  Las columnas combinadas deberían tener exactamente la mitad de la anchura
10566  de la celda multicolumna, así que deberías ajustar 1.25\InsetSpace \thinspace{}
10567 cm para la primera
10568  columna.
10569  La segunda columna tendrá entonces automáticamente 1.25\InsetSpace \thinspace{}
10570 cm de anchura.
10571  Para la Tabla 
10572 \begin_inset LatexCommand ref
10573 reference "tab:Tabla-sin-mitad"
10574
10575 \end_inset
10576
10577  se ha procedido de la siguiente manera:
10578 \end_layout
10579
10580 \begin_layout Standard
10581 \begin_inset Float table
10582 wide false
10583 sideways false
10584 status open
10585
10586 \begin_layout Standard
10587 \begin_inset Caption
10588
10589 \begin_layout Standard
10590 \begin_inset LatexCommand label
10591 name "tab:Tabla-sin-mitad"
10592
10593 \end_inset
10594
10595 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
10596  anchura que la celda multicolumna
10597 \begin_inset OptArg
10598 status collapsed
10599
10600 \begin_layout Standard
10601 Tabla multicolumna imperfecta
10602 \end_layout
10603
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \begin_layout Standard
10615 \align center
10616 \begin_inset Tabular
10617 <lyxtabular version="3" rows="3" columns="3">
10618 <features>
10619 <column alignment="center" valignment="top" leftline="true" width="1.25cm">
10620 <column alignment="center" valignment="top" leftline="true" width="0">
10621 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10622 <row topline="true" bottomline="true">
10623 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
10624 \begin_inset Text
10625
10626 \begin_layout Standard
10627 multicolumna línea múltiple
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Standard
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Standard
10645 c
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row topline="true">
10652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Standard
10656 d
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Standard
10665 e
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Standard
10674 f
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 </row>
10680 <row topline="true" bottomline="true">
10681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Standard
10685 g
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Standard
10694 h
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Standard
10703 i
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 </row>
10709 </lyxtabular>
10710
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \begin_layout Standard
10722 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
10723 a, es un poco mayor.
10724  La razón es que la anchura dada para una celda 
10725 \begin_inset Formula $W_{g}$
10726 \end_inset
10727
10728  no es su anchura total 
10729 \begin_inset Formula $W_{\mathrm{tot}}$
10730 \end_inset
10731
10732  porque una celda es siempre algo mayor que la anchura dada.
10733  El Apéndice\InsetSpace ~
10734
10735 \begin_inset LatexCommand eqref
10736 reference "cha:Explicación-de-la-Ecuación"
10737
10738 \end_inset
10739
10740  lo explica con detalle.
10741 \end_layout
10742
10743 \begin_layout Standard
10744 La anchura dada necesaria, 
10745 \begin_inset Formula $W_{g\, n}$
10746 \end_inset
10747
10748  para combinar 
10749 \emph on
10750 n
10751 \emph default
10752  columnas puede calcularse de manera que cada columna tenga una anchura
10753  total de 
10754 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
10755 \end_inset
10756
10757 :
10758 \begin_inset Formula \begin{equation}
10759 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
10760
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \begin_layout Standard
10767 En nuestro caso tenemos 
10768 \begin_inset Formula $n=2$
10769 \end_inset
10770
10771
10772 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
10773 \end_inset
10774
10775 \InsetSpace \thinspace{}
10776 cm y los valores predeterminados para longitudes, así la ecuación\InsetSpace ~
10777
10778 \begin_inset LatexCommand ref
10779 reference "eq:Wgn"
10780
10781 \end_inset
10782
10783  queda
10784 \begin_inset Formula \begin{equation}
10785 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Standard
10793 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
10794  
10795 \series bold
10796 calc
10797 \series default
10798  con la línea
10799 \begin_inset LatexCommand index
10800 name "LaTeX-paquetes ! calc"
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808
10809 \series bold
10810
10811 \backslash
10812 usepackage{calc}
10813 \end_layout
10814
10815 \begin_layout Standard
10816 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
10817  Por tanto hay que insertar un argumento LaTeX en el diálogo.
10818  He aquí un repaso de los argumentos:
10819 \end_layout
10820
10821 \begin_layout Itemize
10822
10823 \series bold
10824 p{ancho}
10825 \series default
10826  crea celdas con anchura fija, el texto alineado arriba
10827 \end_layout
10828
10829 \begin_layout Itemize
10830
10831 \series bold
10832 m{ancho}
10833 \series default
10834  crea celdas con anchura fija, el texto con alineación vertical centrada
10835  
10836 \end_layout
10837
10838 \begin_layout Itemize
10839
10840 \series bold
10841 b{ancho}
10842 \series default
10843  crea celdas con anchura fija, el texto alineado abajo
10844 \end_layout
10845
10846 \begin_layout Standard
10847 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
10848  en el diálogo se ignoran.
10849  
10850 \begin_inset Note Greyedout
10851 status open
10852
10853 \begin_layout Standard
10854
10855 \series bold
10856 Nota:
10857 \series default
10858  Debido a un error, LyX muestra de todas formas estas propiedades.
10859 \end_layout
10860
10861 \end_inset
10862
10863  El comando 
10864 \series bold
10865
10866 \backslash
10867 centering
10868 \series default
10869  se añade para centrar horizontalmente el texto.
10870  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
10871  columna extendida:
10872 \end_layout
10873
10874 \begin_layout Standard
10875
10876 \series bold
10877 |>{
10878 \backslash
10879 centering}m{1.25cm-6.2pt}
10880 \end_layout
10881
10882 \begin_layout Standard
10883 La barra "
10884 \series bold
10885 |
10886 \series default
10887 " al principio dibuja el borde y el comando
10888 \series bold
10889  >{ }
10890 \series default
10891  significa que los comandos entre llaves se aplican antes de crear la celda.
10892 \end_layout
10893
10894 \begin_layout Standard
10895 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
10896 , aún está alineado a la izquierda.
10897  Esto se debe a que LyX solo aplica alineado a columnas simples.
10898  Así que para multicolumnas hemos de usar el argumento de LaTeX
10899 \end_layout
10900
10901 \begin_layout Standard
10902
10903 \series bold
10904 |>{
10905 \backslash
10906 centering}m{2.5cm}|
10907 \end_layout
10908
10909 \begin_layout Subsection
10910 Multifilas
10911 \begin_inset LatexCommand index
10912 name "Multifilas"
10913
10914 \end_inset
10915
10916
10917 \begin_inset LatexCommand index
10918 name "Tablas ! Multifilas"
10919
10920 \end_inset
10921
10922
10923 \begin_inset LatexCommand index
10924 name "LaTeX-paquetes ! multirow"
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Standard
10932 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
10933  hace falta un poco de ERT.
10934  Hay que cargar el paquete de LaTeX 
10935 \series bold
10936 multirow
10937 \series default
10938  en el preámbulo del documento con el comando
10939 \end_layout
10940
10941 \begin_layout Standard
10942
10943 \series bold
10944
10945 \backslash
10946 usepackage{multirow}
10947 \end_layout
10948
10949 \begin_layout Standard
10950 Las multifilas se crean con el comando
10951 \end_layout
10952
10953 \begin_layout Standard
10954
10955 \series bold
10956
10957 \backslash
10958 multirow{número de filas}{ancho de celda}{entrada de celda}
10959 \end_layout
10960
10961 \begin_layout Standard
10962 Para crear la siguiente tabla:
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \align center
10967 \begin_inset ERT
10968 status collapsed
10969
10970 \begin_layout Standard
10971
10972
10973 \backslash
10974 renewcommand{
10975 \backslash
10976 multirowsetup}{
10977 \backslash
10978 centering}
10979 \end_layout
10980
10981 \end_inset
10982
10983
10984 \begin_inset Tabular
10985 <lyxtabular version="3" rows="3" columns="3">
10986 <features>
10987 <column alignment="center" valignment="top" leftline="true" width="0">
10988 <column alignment="center" valignment="top" leftline="true" width="0">
10989 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
10990 <row topline="true">
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Standard
10995 a
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Standard
11004 b
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Standard
11013 c
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row topline="true">
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Standard
11024 \begin_inset ERT
11025 status collapsed
11026
11027 \begin_layout Standard
11028
11029
11030 \backslash
11031 multirow{2}{2.5cm}{
11032 \end_layout
11033
11034 \end_inset
11035
11036 entrada multifila
11037 \begin_inset ERT
11038 status collapsed
11039
11040 \begin_layout Standard
11041
11042 }
11043 \end_layout
11044
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Standard
11056 e
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Standard
11065 f
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row topline="true" bottomline="true">
11072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Standard
11076
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Standard
11085 h
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Standard
11094 i
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \begin_inset ERT
11106 status collapsed
11107
11108 \begin_layout Standard
11109
11110
11111 \backslash
11112 renewcommand{
11113 \backslash
11114 multirowsetup}{
11115 \backslash
11116 raggedright}
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \begin_layout Standard
11125 crea una tabla 3×3.
11126  Para quitar la línea sobre la última celda en la primera columna, se marca
11127  la celda como multicolumna y se quita el borde superior.
11128  Ahora se crea la multifila en la segunda fila de la primera columna insertando
11129  ahí el comando
11130 \end_layout
11131
11132 \begin_layout Standard
11133
11134 \series bold
11135
11136 \backslash
11137 multirow{2}{2.5cm}{
11138 \end_layout
11139
11140 \begin_layout Standard
11141 como ERT.
11142  Según los parámetros del comando la multifila se expande a dos filas y
11143  tiene de ancho 2.5\InsetSpace \thinspace{}
11144 cm.
11145  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
11146  finaliza con llave derecha 
11147 \series bold
11148 }
11149 \series default
11150  en otro cuadro ERT tras el texto.
11151 \end_layout
11152
11153 \begin_layout Standard
11154
11155 \series bold
11156
11157 \backslash
11158 multirow
11159 \series default
11160  alinea su contenido a la izquierda por defecto.
11161  Para cambiarlo renombra el comando 
11162 \series bold
11163
11164 \backslash
11165 multirowsetup
11166 \series default
11167  con el comando
11168 \end_layout
11169
11170 \begin_layout Standard
11171
11172 \series bold
11173
11174 \backslash
11175 renewcommand{
11176 \backslash
11177 multirowsetup}{
11178 \backslash
11179 centering}
11180 \end_layout
11181
11182 \begin_layout Standard
11183 en ERT en el preámbulo del documento.
11184  Entonces se centran todas las entradas de celdas multifila en el documento.
11185  Si solo queremos centrar en algunas tablas, se puede renombrar el comando
11186  en ERT justo antes de la tabla en lugar de en el preámbulo.
11187  Si el texto debe estar alineado a la derecha, reemplaza 
11188 \series bold
11189
11190 \backslash
11191 centering
11192 \series default
11193  por 
11194 \series bold
11195
11196 \backslash
11197 raggedleft
11198 \series default
11199 .
11200  Para volver a alineado a la izquierda usa 
11201 \series bold
11202
11203 \backslash
11204 raggedright
11205 \series default
11206 .
11207 \end_layout
11208
11209 \begin_layout Section
11210 Booktabs
11211 \begin_inset LatexCommand index
11212 name "Booktabs"
11213
11214 \end_inset
11215
11216
11217 \begin_inset LatexCommand index
11218 name "Tablas ! Booktabs"
11219
11220 \end_inset
11221
11222  
11223 \begin_inset Note Note
11224 status collapsed
11225
11226 \begin_layout Standard
11227
11228 \family roman
11229 \series medium
11230 \size footnotesize
11231 N.
11232  del t.
11233  A la espera de la traducción que se le asigne en LyX 1.5, he dejado el original
11234  en inglés
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \begin_layout Standard
11243 En los libros, las tablas se suelen presentar como en la Tabla \InsetSpace ~
11244
11245 \begin_inset LatexCommand ref
11246 reference "tab:Ejemplo-tabla-booktabs"
11247
11248 \end_inset
11249
11250 .
11251  En inglés se denominan "
11252 \emph on
11253 booktabs
11254 \emph default
11255 ".
11256  La próxima versión de LyX, LyX\InsetSpace ~
11257 1.5, tendrá soporte para "booktabs", véase
11258  
11259 \begin_inset ERT
11260 status collapsed
11261
11262 \begin_layout Standard
11263
11264
11265 \backslash
11266 href{http://wiki.lyx.org/LyX/NewInLyX15}{
11267 \end_layout
11268
11269 \end_inset
11270
11271 What's new in LyX\InsetSpace ~
11272 1.5
11273 \begin_inset ERT
11274 status collapsed
11275
11276 \begin_layout Standard
11277
11278 }
11279 \end_layout
11280
11281 \end_inset
11282
11283 .
11284 \end_layout
11285
11286 \begin_layout Standard
11287 \begin_inset Float table
11288 placement h
11289 wide false
11290 sideways false
11291 status open
11292
11293 \begin_layout Standard
11294 \begin_inset Caption
11295
11296 \begin_layout Standard
11297 \begin_inset LatexCommand label
11298 name "tab:Ejemplo-tabla-booktabs"
11299
11300 \end_inset
11301
11302 Ejemplo de tabla booktabs
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \align center
11312 \begin_inset Tabular
11313 <lyxtabular version="3" rows="8" columns="4">
11314 <features booktabs="true">
11315 <column alignment="center" valignment="top" rightline="true" width="0">
11316 <column alignment="center" valignment="top" width="0">
11317 <column alignment="center" valignment="top" width="0">
11318 <column alignment="center" valignment="top" width="0">
11319 <row topline="true">
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Standard
11324 System
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Standard
11333 Medipix
11334 \begin_inset Formula $\,$
11335 \end_inset
11336
11337 1
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Standard
11346 Medipix
11347 \begin_inset Formula $\,$
11348 \end_inset
11349
11350 2
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Standard
11359
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Standard
11370 \begin_inset ERT
11371 status collapsed
11372
11373 \begin_layout Standard
11374
11375
11376 \backslash
11377 cmidrule(r){2-2}
11378 \end_layout
11379
11380 \end_inset
11381
11382
11383 \begin_inset ERT
11384 status collapsed
11385
11386 \begin_layout Standard
11387
11388
11389 \backslash
11390 cmidrule(l){3-4}
11391 \end_layout
11392
11393 \end_inset
11394
11395 Detector thickness [µm]
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Standard
11404 300
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Standard
11413 300
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Standard
11422 700
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row topline="true">
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Standard
11433 Edge angle [°]
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Standard
11442 3.55
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Standard
11451 2.71
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Standard
11460 7.99
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row topspace="default">
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Standard
11471 Spatial resolution [µm]
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Standard
11480 4.26
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Standard
11489 10.17
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Standard
11498 10.56
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 <row topspace="default">
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Standard
11509 MTF at 
11510 \begin_inset Formula $f_{\mathrm{max}}$
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Standard
11522 0.53
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Standard
11531 0.37
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Standard
11540 0.39
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 <row topspace="default">
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Standard
11551 \begin_inset ERT
11552 status collapsed
11553
11554 \begin_layout Standard
11555
11556
11557 \backslash
11558 cmidrule(l{10pt}){1-1}
11559 \end_layout
11560
11561 \end_inset
11562
11563 LSF-spatial resolution
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Standard
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Standard
11581
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Standard
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 <row>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Standard
11601 in µm
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Standard
11610 129.7
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Standard
11619 52.75
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Standard
11628 50.78
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 <row bottomline="true">
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Standard
11639 in % of pixel size
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Standard
11648 76.3
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Standard
11657 95.9
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Standard
11666 92.3
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 </lyxtabular>
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \begin_layout Standard
11685 Este capítulo describe la creación de tablas "booktabs" en LyX\InsetSpace ~
11686 1.4.
11687 \end_layout
11688
11689 \begin_layout Subsection
11690 Comandos Fundamentales
11691 \begin_inset LatexCommand index
11692 name "Booktabs ! Comandos Fundamentales"
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Standard
11700 Para poder usar "booktabs" hay que cargar el paquete de LaTeX 
11701 \series bold
11702 booktabs
11703 \series default
11704  en el preámbulo del documento con la línea
11705 \begin_inset LatexCommand index
11706 name "LaTeX-paquetes ! booktabs"
11707
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \begin_layout Standard
11714
11715 \series bold
11716
11717 \backslash
11718 usepackage{booktabs}
11719 \end_layout
11720
11721 \begin_layout Standard
11722 \begin_inset VSpace medskip
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Standard
11729 La primera línea de una tabla booktabs se crea con el comando
11730 \end_layout
11731
11732 \begin_layout Standard
11733
11734 \series bold
11735
11736 \backslash
11737 toprule[ancho]
11738 \end_layout
11739
11740 \begin_layout Standard
11741 que se inserta como ERT en la primera celda como primera entrada.
11742  La anchura opcional especifica el grosor de línea; la predeterminada es
11743  0.08\InsetSpace \thinspace{}
11744 em.
11745  Puedes usar todas las unidades listadas en el apéndice \InsetSpace ~
11746
11747 \begin_inset LatexCommand ref
11748 reference "cha:Unidades-disponibles-en"
11749
11750 \end_inset
11751
11752  para fijar el ancho.
11753 \newline
11754 ¡Observa que todos los comandos ERT deben acabar con
11755  un espacio si les sigue texto!
11756 \end_layout
11757
11758 \begin_layout Standard
11759 La última línea de una tabla booktabs se crea con el comando ERT
11760 \end_layout
11761
11762 \begin_layout Standard
11763
11764 \series bold
11765
11766 \backslash
11767 bottomrule[ancho]
11768 \end_layout
11769
11770 \begin_layout Standard
11771 en la primera celda de la última fila.
11772  La última fila es solo para este comando y no debería tener ningún otro
11773  contenido.
11774  La anchura predeterminada es la misma que para 
11775 \series bold
11776
11777 \backslash
11778 toprule
11779 \series default
11780 .
11781 \end_layout
11782
11783 \begin_layout Standard
11784 Las líneas horizontales que se extienden sobre todas las columnas se crean
11785  con el comando ERT
11786 \end_layout
11787
11788 \begin_layout Standard
11789
11790 \series bold
11791
11792 \backslash
11793 midrule[ancho]
11794 \end_layout
11795
11796 \begin_layout Standard
11797 La anchura predeterminada es 0.05\InsetSpace \thinspace{}
11798 em.
11799 \end_layout
11800
11801 \begin_layout Standard
11802 Las líneas que no se extienden a todas las columnas se crean con el comando
11803  ERT
11804 \end_layout
11805
11806 \begin_layout Standard
11807
11808 \series bold
11809
11810 \backslash
11811 cmidrule[ancho](recorte){inicol-fincol}
11812 \end_layout
11813
11814 \begin_layout Standard
11815 El grosor predeterminado es 0.03\InsetSpace \thinspace{}
11816 em; inicol es el número de columna donde
11817  empieza la línea y fincol el número de columna donde acaba; fincol debe
11818  ser siempre especificado incluso cuando la línea se extiende solo una columna.
11819  El parámetro opcional recorte debe ser 
11820 \emph on
11821 l{recorte}
11822 \emph default
11823  o 
11824 \emph on
11825 r{recorte}
11826 \emph default
11827 , donde recorte también es opcional.
11828  Por ejemplo, el parámetro 
11829 \emph on
11830 l{2pt}
11831 \emph default
11832  significa que la línea se recorta 2 pt por su izquierda.
11833  Si no se especifica el tamaño del recorte, las líneas se recortan por defecto
11834  en 0.5\InsetSpace \thinspace{}
11835 em.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Los comandos 
11840 \series bold
11841
11842 \backslash
11843 cmidrule
11844 \series default
11845  y 
11846 \series bold
11847
11848 \backslash
11849 midrule
11850 \series default
11851  deben insertarse como primera entrada de la primera celda de una fila .
11852  Las líneas se crean sobre la fila.
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset VSpace bigskip
11857 \end_inset
11858
11859 La Tabla\InsetSpace ~
11860
11861 \begin_inset LatexCommand ref
11862 reference "tab:Ejemplo-tabla-booktabs"
11863
11864 \end_inset
11865
11866  se ha creado con los comandos
11867 \end_layout
11868
11869 \begin_layout Standard
11870
11871 \series bold
11872
11873 \backslash
11874 cmidrule(r){2-2}
11875 \backslash
11876 cmidrule(l){3-4}
11877 \end_layout
11878
11879 \begin_layout Standard
11880 en la segunda fila, 
11881 \series bold
11882
11883 \backslash
11884 midrule
11885 \series default
11886  en la tercera, y
11887 \end_layout
11888
11889 \begin_layout Standard
11890
11891 \series bold
11892
11893 \backslash
11894 cmidrule(l{10pt}){1-1}
11895 \end_layout
11896
11897 \begin_layout Standard
11898 en la sexta fila.
11899 \end_layout
11900
11901 \begin_layout Subsection
11902 Comandos Especiales
11903 \begin_inset LatexCommand index
11904 name "Booktabs ! Comandos Especiales"
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \begin_layout Standard
11912 Para separar filas verticalmente se puede emplear el siguiente comando ERT
11913 \end_layout
11914
11915 \begin_layout Standard
11916
11917 \series bold
11918
11919 \backslash
11920 addlinespace[ancho]
11921 \end_layout
11922
11923 \begin_layout Standard
11924 El ancho predeterminado es 0.5\InsetSpace \thinspace{}
11925 em.
11926  En la Tabla\InsetSpace ~
11927
11928 \begin_inset LatexCommand ref
11929 reference "tab:Ejemplo-tabla-booktabs"
11930
11931 \end_inset
11932
11933  se ha insertado 
11934 \series bold
11935
11936 \backslash
11937 addlinespace
11938 \series default
11939  en la primera celda de algunas filas.
11940  El espacio se crea sobre las filas en las que se inserta el comando.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 \begin_inset VSpace medskip
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 Quizá quieras superponer líneas 
11952 \series bold
11953
11954 \backslash
11955 cmidrules
11956 \series default
11957  como en la Tabla\InsetSpace ~
11958
11959 \begin_inset LatexCommand ref
11960 reference "tab:Tabla-booktabs-especial"
11961
11962 \end_inset
11963
11964 .
11965  Esto se consigue con el comando ERT
11966 \end_layout
11967
11968 \begin_layout Standard
11969
11970 \series bold
11971
11972 \backslash
11973 morecmidrule
11974 \series default
11975 s
11976 \end_layout
11977
11978 \begin_layout Standard
11979 El comando que se ha utilizado para la segunda fila de la Tabla\InsetSpace ~
11980
11981 \begin_inset LatexCommand ref
11982 reference "tab:Tabla-booktabs-especial"
11983
11984 \end_inset
11985
11986  es
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992
11993 \backslash
11994 cmidrule(r){2-2}
11995 \backslash
11996 cmidrule(l){3-4}
11997 \backslash
11998 morecmidrules
11999 \backslash
12000 cmidrule{2-4}
12001 \end_layout
12002
12003 \begin_layout Standard
12004 El comando para la sexta fila es
12005 \end_layout
12006
12007 \begin_layout Standard
12008
12009 \series bold
12010
12011 \backslash
12012 midrule
12013 \backslash
12014 morecmidrules
12015 \backslash
12016 cmidrule{3-4}
12017 \end_layout
12018
12019 \begin_layout Standard
12020 \begin_inset VSpace bigskip
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Standard
12027 El espacio alrededor de cada línea en una tabla "booktabs" puede especificarse
12028  en el preámbulo del documento.
12029  Para más información al respecto, véase el manual del paquete 
12030 \begin_inset LatexCommand cite
12031 key "booktabs"
12032
12033 \end_inset
12034
12035 .
12036  Si de todas formas no te satisface el espaciado, puedes usar el siguiente
12037  comando para dibujar líneas que se extienden sobre todas las columnas
12038 \end_layout
12039
12040 \begin_layout Standard
12041
12042 \series bold
12043
12044 \backslash
12045 specialrule{anchura}{espacio superior}{espacio inferior}
12046 \end_layout
12047
12048 \begin_layout Standard
12049 \begin_inset Float table
12050 placement h
12051 wide false
12052 sideways false
12053 status open
12054
12055 \begin_layout Standard
12056 \begin_inset Caption
12057
12058 \begin_layout Standard
12059 \begin_inset LatexCommand label
12060 name "tab:Tabla-booktabs-especial"
12061
12062 \end_inset
12063
12064 Tabla booktabs especial
12065 \end_layout
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \align center
12074 \begin_inset Tabular
12075 <lyxtabular version="3" rows="8" columns="4">
12076 <features booktabs="true">
12077 <column alignment="center" valignment="top" width="0">
12078 <column alignment="center" valignment="top" width="0">
12079 <column alignment="center" valignment="top" width="0">
12080 <column alignment="center" valignment="top" width="0">
12081 <row topline="true">
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Standard
12086 System
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Standard
12095 Medipix\InsetSpace \thinspace{}
12096 1
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Standard
12105 Medipix\InsetSpace \thinspace{}
12106 2
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Standard
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 <row>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Standard
12126 \begin_inset ERT
12127 status collapsed
12128
12129 \begin_layout Standard
12130
12131
12132 \backslash
12133 cmidrule(r){2-2}
12134 \end_layout
12135
12136 \end_inset
12137
12138
12139 \begin_inset ERT
12140 status collapsed
12141
12142 \begin_layout Standard
12143
12144
12145 \backslash
12146 cmidrule(l){3-4}
12147 \end_layout
12148
12149 \end_inset
12150
12151
12152 \begin_inset ERT
12153 status collapsed
12154
12155 \begin_layout Standard
12156
12157
12158 \backslash
12159 morecmidrules 
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset ERT
12166 status collapsed
12167
12168 \begin_layout Standard
12169
12170
12171 \backslash
12172 cmidrule{2-4}
12173 \end_layout
12174
12175 \end_inset
12176
12177 Detector thickness [µm]
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Standard
12186 300
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Standard
12195 300
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Standard
12204 700
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row topline="true">
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Standard
12215 Edge angle [°]
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Standard
12224 3.55
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Standard
12233 2.71
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Standard
12242 7.99
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 <row topspace="default">
12249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Standard
12253 Spatial resolution [µm]
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Standard
12262 4.26
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Standard
12271 10.17
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Standard
12280 10.56
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row topspace="default">
12287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Standard
12291 MTF at 
12292 \begin_inset Formula $f_{\mathrm{max}}$
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Standard
12304 0.53
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Standard
12313 0.37
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Standard
12322 0.39
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row topline="true">
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Standard
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Standard
12337
12338
12339 \backslash
12340 morecmidrules 
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Standard
12350
12351
12352 \backslash
12353 cmidrule{3-4}
12354 \end_layout
12355
12356 \end_inset
12357
12358 LSF-spatial resolution
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Standard
12367
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Standard
12376
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Standard
12385
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Standard
12396 in µm
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Standard
12405 129.7
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Standard
12414 52.75
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Standard
12423 50.78
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 <row bottomline="true">
12430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Standard
12434 in % of pixel size
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Standard
12443 76.3
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Standard
12452 95.9
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Standard
12461 92.3
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 </row>
12467 </lyxtabular>
12468
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \begin_layout Section
12480 Alineación Vertical en Tablas
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
12485  en un cuadro.
12486  Entonces el cuadro se puede alinear verticalmente como se describe en la
12487  sección\InsetSpace ~
12488
12489 \begin_inset LatexCommand ref
12490 reference "sec:Diálogo-Cuadros"
12491
12492 \end_inset
12493
12494 .
12495  
12496 \end_layout
12497
12498 \begin_layout Standard
12499 En el ejemplo siguiente las tablas están en un cuadro de minipágina
12500 \begin_inset Foot
12501 status collapsed
12502
12503 \begin_layout Standard
12504 Las minipáginas se describen en la sección\InsetSpace ~
12505
12506 \begin_inset LatexCommand ref
12507 reference "sec:Minipáginas"
12508
12509 \end_inset
12510
12511 .
12512 \end_layout
12513
12514 \end_inset
12515
12516  que tiene una anchura de 15\InsetSpace \thinspace{}
12517 col%:
12518 \end_layout
12519
12520 \begin_layout Itemize
12521 test 
12522 \begin_inset Box Frameless
12523 position "t"
12524 hor_pos "c"
12525 has_inner_box 1
12526 inner_pos "c"
12527 use_parbox 0
12528 width "15col%"
12529 special "none"
12530 height "1in"
12531 height_special "totalheight"
12532 status collapsed
12533
12534 \begin_layout Standard
12535 \begin_inset Tabular
12536 <lyxtabular version="3" rows="3" columns="3">
12537 <features>
12538 <column alignment="center" valignment="top" leftline="true" width="0">
12539 <column alignment="center" valignment="top" leftline="true" width="0">
12540 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12541 <row topline="true">
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Standard
12546 a
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Standard
12555 d
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Standard
12564 g
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row topline="true">
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575 b
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Standard
12584 e
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Standard
12593 h
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row topline="true" bottomline="true">
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Standard
12604 c
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Standard
12613 f
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Standard
12622 i
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 </lyxtabular>
12629
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636
12637  test 
12638 \begin_inset ERT
12639 status collapsed
12640
12641 \begin_layout Standard
12642
12643
12644 \backslash
12645 raisebox{0.85
12646 \backslash
12647 baselineskip}{
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \begin_inset Box Frameless
12654 position "t"
12655 hor_pos "c"
12656 has_inner_box 1
12657 inner_pos "c"
12658 use_parbox 0
12659 width "15col%"
12660 special "none"
12661 height "1in"
12662 height_special "totalheight"
12663 status collapsed
12664
12665 \begin_layout Standard
12666 \begin_inset Tabular
12667 <lyxtabular version="3" rows="3" columns="3">
12668 <features>
12669 <column alignment="center" valignment="top" leftline="true" width="0">
12670 <column alignment="center" valignment="top" leftline="true" width="0">
12671 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12672 <row topline="true">
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Standard
12677 a
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Standard
12686 d
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Standard
12695 g
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row topline="true">
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Standard
12706 b
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Standard
12715 e
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Standard
12724 h
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 <row topline="true" bottomline="true">
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Standard
12735 c
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Standard
12744 f
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Standard
12753 i
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 </lyxtabular>
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \begin_inset ERT
12770 status collapsed
12771
12772 \begin_layout Standard
12773
12774 }
12775 \end_layout
12776
12777 \end_inset
12778
12779
12780 \end_layout
12781
12782 \begin_layout Itemize
12783 test 
12784 \begin_inset Box Frameless
12785 position "c"
12786 hor_pos "c"
12787 has_inner_box 1
12788 inner_pos "c"
12789 use_parbox 0
12790 width "15col%"
12791 special "none"
12792 height "1in"
12793 height_special "totalheight"
12794 status collapsed
12795
12796 \begin_layout Standard
12797 \begin_inset Tabular
12798 <lyxtabular version="3" rows="3" columns="3">
12799 <features>
12800 <column alignment="center" valignment="top" leftline="true" width="0">
12801 <column alignment="center" valignment="top" leftline="true" width="0">
12802 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12803 <row topline="true">
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Standard
12808 a
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Standard
12817 d
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Standard
12826 g
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row topline="true">
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Standard
12837 b
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Standard
12846 e
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Standard
12855 h
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 <row topline="true" bottomline="true">
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Standard
12866 c
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Standard
12875 f
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Standard
12884 i
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 </row>
12890 </lyxtabular>
12891
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Itemize
12903 test 
12904 \begin_inset Box Frameless
12905 position "b"
12906 hor_pos "c"
12907 has_inner_box 1
12908 inner_pos "c"
12909 use_parbox 0
12910 width "15col%"
12911 special "none"
12912 height "1in"
12913 height_special "totalheight"
12914 status collapsed
12915
12916 \begin_layout Standard
12917 \begin_inset Tabular
12918 <lyxtabular version="3" rows="3" columns="3">
12919 <features>
12920 <column alignment="center" valignment="top" leftline="true" width="0">
12921 <column alignment="center" valignment="top" leftline="true" width="0">
12922 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
12923 <row topline="true">
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Standard
12928 a
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Standard
12937 d
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Standard
12946 g
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 </row>
12952 <row topline="true">
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957 b
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Standard
12966 e
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Standard
12975 h
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 </row>
12981 <row topline="true" bottomline="true">
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Standard
12986 c
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Standard
12995 f
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Standard
13004 i
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 </row>
13010 </lyxtabular>
13011
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \end_inset
13018
13019  test 
13020 \begin_inset ERT
13021 status collapsed
13022
13023 \begin_layout Standard
13024
13025
13026 \backslash
13027 raisebox{-0.32
13028 \backslash
13029 baselineskip}{
13030 \end_layout
13031
13032 \end_inset
13033
13034
13035 \begin_inset Box Frameless
13036 position "b"
13037 hor_pos "c"
13038 has_inner_box 1
13039 inner_pos "c"
13040 use_parbox 0
13041 width "15col%"
13042 special "none"
13043 height "1in"
13044 height_special "totalheight"
13045 status collapsed
13046
13047 \begin_layout Standard
13048 \begin_inset Tabular
13049 <lyxtabular version="3" rows="3" columns="3">
13050 <features>
13051 <column alignment="center" valignment="top" leftline="true" width="0">
13052 <column alignment="center" valignment="top" leftline="true" width="0">
13053 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13054 <row topline="true">
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Standard
13059 a
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Standard
13068 d
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Standard
13077 g
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row topline="true">
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Standard
13088 b
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Standard
13097 e
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Standard
13106 h
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row topline="true" bottomline="true">
13113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Standard
13117 c
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Standard
13126 f
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Standard
13135 i
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 </lyxtabular>
13142
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \begin_inset ERT
13152 status collapsed
13153
13154 \begin_layout Standard
13155
13156 }
13157 \end_layout
13158
13159 \end_inset
13160
13161
13162 \end_layout
13163
13164 \begin_layout Standard
13165 Como ves, los contenidos de la primera y última filas no se alinean correctament
13166 e con la línea de texto donde está la tabla.
13167  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
13168  un cuadro elevado ("raisebox")
13169 \begin_inset Foot
13170 status collapsed
13171
13172 \begin_layout Standard
13173 El uso del comando 
13174 \series bold
13175
13176 \backslash
13177 raisebox
13178 \series default
13179  se explica en la sección\InsetSpace ~
13180
13181 \begin_inset LatexCommand ref
13182 reference "sub:Alineación-Vertical"
13183
13184 \end_inset
13185
13186 .
13187 \end_layout
13188
13189 \end_inset
13190
13191 .
13192  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
13193  usando el comando en ERT
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199
13200 \backslash
13201 raisebox{0.85
13202 \backslash
13203 baselineskip}{
13204 \end_layout
13205
13206 \begin_layout Standard
13207 antes del cuadro.
13208  Tras él, se pone la llave de cierre 
13209 \series bold
13210 }
13211 \series default
13212  también como ERT.
13213  Para la segunda tabla en el tercer ítem se usa el comando 
13214 \end_layout
13215
13216 \begin_layout Standard
13217
13218 \series bold
13219
13220 \backslash
13221 raisebox{-0.32
13222 \backslash
13223 baselineskip}{
13224 \end_layout
13225
13226 \begin_layout Section
13227 Tablas Coloreadas
13228 \begin_inset LatexCommand label
13229 name "sec:Tablas-Coloreadas"
13230
13231 \end_inset
13232
13233
13234 \begin_inset LatexCommand index
13235 name "Tablas ! Coloreadas"
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Subsection
13243 Celdas Coloreadas
13244 \begin_inset LatexCommand index
13245 name "Tablas Coloreadas ! Celdas"
13246
13247 \end_inset
13248
13249
13250 \begin_inset LatexCommand index
13251 name "Color ! en Celdas de Tablas"
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Standard
13259 \begin_inset Float table
13260 placement h
13261 wide false
13262 sideways false
13263 status open
13264
13265 \begin_layout Standard
13266 \begin_inset Caption
13267
13268 \begin_layout Standard
13269 \begin_inset LatexCommand label
13270 name "tab:Tabla-coloreada-sin"
13271
13272 \end_inset
13273
13274 Tabla coloreada sin usar el paquete 
13275 \series bold
13276 colortbl
13277 \series default
13278
13279 \begin_inset OptArg
13280 status collapsed
13281
13282 \begin_layout Standard
13283 Tabla sin colortbl
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 \align center
13298 \begin_inset Tabular
13299 <lyxtabular version="3" rows="3" columns="3">
13300 <features>
13301 <column alignment="center" valignment="top" leftline="true" width="0">
13302 <column alignment="center" valignment="top" leftline="true" width="0">
13303 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
13304 <row topline="true">
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Standard
13309
13310 \color green
13311 a
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Standard
13320
13321 \color red
13322 b
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Standard
13331
13332 \color red
13333 c
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row topline="true">
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Standard
13344
13345 \color green
13346 d
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Standard
13355
13356 \color blue
13357 e
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Standard
13366
13367 \color blue
13368 f
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 <row topline="true" bottomline="true">
13375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Standard
13379
13380 \color green
13381 g
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Standard
13390
13391 \color blue
13392 h
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Standard
13401
13402 \color blue
13403 i
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 </lyxtabular>
13410
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 Si solo necesitas color en el texto, marca las celdas y elige un color en
13423  el menú 
13424 \family sans
13425 Editar\SpecialChar \menuseparator
13426 Estilo\InsetSpace ~
13427 del\InsetSpace ~
13428 Texto
13429 \family default
13430 .
13431  Esto se ha hecho en la Tabla\InsetSpace ~
13432
13433 \begin_inset LatexCommand ref
13434 reference "tab:Tabla-coloreada-sin"
13435
13436 \end_inset
13437
13438 .
13439  En cualquier otro caso hay que usar el paquete LaTeX 
13440 \series bold
13441 colortbl
13442 \series default
13443 .
13444 \begin_inset LatexCommand index
13445 name "LaTeX-paquetes ! colortbl"
13446
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \begin_layout Standard
13453 Para crear tablas coloreadas, 
13454 \series bold
13455 colortbl
13456 \series default
13457  debe cargarse en el preámbulo con la línea
13458 \end_layout
13459
13460 \begin_layout Standard
13461
13462 \series bold
13463
13464 \backslash
13465 usepackage{colortbl}
13466 \end_layout
13467
13468 \begin_layout Standard
13469 El color de una columna se define con el comando
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 columncolor{nombre del color}
13478 \end_layout
13479
13480 \begin_layout Standard
13481 dentro del comando 
13482 \series bold
13483 >{ }
13484 \series default
13485 .
13486  Más sobre el comando 
13487 \series bold
13488 >{}
13489 \series default
13490  se explica en la sección\InsetSpace ~
13491
13492 \begin_inset LatexCommand ref
13493 reference "sub:Cálculos-en-Multicolumnas"
13494
13495 \end_inset
13496
13497 .
13498 \end_layout
13499
13500 \begin_layout Standard
13501 Los siguientes nombres de color están predefinidos:
13502 \end_layout
13503
13504 \begin_layout Standard
13505
13506 \family sans
13507 red
13508 \family default
13509
13510 \family sans
13511 green
13512 \family default
13513 ,
13514 \family sans
13515  yellow, blue
13516 \family default
13517 ,
13518 \family sans
13519  cyan
13520 \family default
13521 \series bold
13522 ,
13523 \family sans
13524 \series default
13525  magenta, black
13526 \family default
13527 ,
13528 \family sans
13529  white
13530 \end_layout
13531
13532 \begin_layout Standard
13533 \begin_inset VSpace medskip
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \begin_layout Standard
13540 Puedes definir tus propios colores con el comando
13541 \end_layout
13542
13543 \begin_layout Standard
13544
13545 \series bold
13546
13547 \backslash
13548 def\SpecialChar \textcompwordmark{}
13549 inecolor{nombre del color}{modelo de color}{valores de color}
13550 \end_layout
13551
13552 \begin_layout Standard
13553 El modelo de color puede ser
13554 \end_layout
13555
13556 \begin_layout Labeling
13557 \labelwidthstring 00.00.0000
13558 cmyk: cyan, magenta, yellow, black
13559 \end_layout
13560
13561 \begin_layout Labeling
13562 \labelwidthstring 00.00.0000
13563 rgb: red, green, blue
13564 \end_layout
13565
13566 \begin_layout Labeling
13567 \labelwidthstring 00.00.0000
13568 gray gray
13569 \end_layout
13570
13571 \begin_layout Standard
13572 y los valores de color son números separados por comas entre 0 y 1 que describen
13573  el factor para el color correspondiente del modelo de color.
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Por ejemplo, puedes definir el color "
13578 \emph on
13579 verde oscuro
13580 \emph default
13581 " en el preámbulo con
13582 \end_layout
13583
13584 \begin_layout Standard
13585
13586 \series bold
13587
13588 \backslash
13589 def\SpecialChar \textcompwordmark{}
13590 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13591 \end_layout
13592
13593 \begin_layout Standard
13594 y el color "
13595 \emph on
13596 gris claro
13597 \emph default
13598 " con
13599 \end_layout
13600
13601 \begin_layout Standard
13602
13603 \series bold
13604
13605 \backslash
13606 def\SpecialChar \textcompwordmark{}
13607 inecolor{grisclaro}{gray}{0.8}
13608 \end_layout
13609
13610 \begin_layout Standard
13611 \begin_inset VSpace medskip
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \begin_layout Standard
13618 Las líneas se colorean con el comando
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 rowcolor{nombre del color}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 y las celdas se colorean con el comando
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 cellcolor{nombre del color}
13639 \end_layout
13640
13641 \begin_layout Standard
13642 Ambos comandos se insertan al principio de una celda como ERT.
13643 \end_layout
13644
13645 \begin_layout Standard
13646 Para colorear caracteres en la tabla marca las celdas y usa el menú 
13647 \family sans
13648 Editar\SpecialChar \menuseparator
13649 Estilo\InsetSpace ~
13650 del\InsetSpace ~
13651 Texto
13652 \family default
13653 .
13654  Si una celda contiene ERT marca solo los caracteres, si no el ERT con color
13655  puede ocasionar errores de LaTeX.
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \begin_inset VSpace bigskip
13660 \end_inset
13661
13662
13663 \end_layout
13664
13665 \begin_layout Standard
13666 Para crear la Tabla\InsetSpace ~
13667
13668 \begin_inset LatexCommand ref
13669 reference "tab:Tabla-coloreada-con"
13670
13671 \end_inset
13672
13673  haz lo siguiente: El color de la primera columna debería ser 
13674 \emph on
13675 verde oscuro
13676 \emph default
13677 .
13678  Así pues
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684 >{
13685 \backslash
13686 columncolor{verdeoscuro}
13687 \backslash
13688 centering}c
13689 \end_layout
13690
13691 \begin_layout Standard
13692 como argumento LaTeX para esta columna.
13693  La primera fila debería ser azul, por tanto el comando ERT
13694 \end_layout
13695
13696 \begin_layout Standard
13697
13698 \series bold
13699
13700 \backslash
13701 rowcolow{cyan}
13702 \end_layout
13703
13704 \begin_layout Standard
13705 se inserta en la primera celda de esta fila.
13706  Observa que esto sobreescribe el color de la columna para la primera celda.
13707  La última celda de la última fila se colorea magenta insertando el comando
13708  ERT
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 cellcolor{magenta}
13717 \end_layout
13718
13719 \begin_layout Standard
13720 Ahora podrían colorearse los caracteres usando el menú 
13721 \family sans
13722 Editar\SpecialChar \menuseparator
13723 Estilo\InsetSpace ~
13724 del\InsetSpace ~
13725 Texto
13726 \family default
13727 .
13728 \end_layout
13729
13730 \begin_layout Standard
13731 \begin_inset Float table
13732 placement h
13733 wide false
13734 sideways false
13735 status open
13736
13737 \begin_layout Standard
13738 \begin_inset Caption
13739
13740 \begin_layout Standard
13741 \begin_inset LatexCommand label
13742 name "tab:Tabla-coloreada-con"
13743
13744 \end_inset
13745
13746 Tabla coloreada usando el paquete 
13747 \series bold
13748 colortbl
13749 \series default
13750
13751 \begin_inset OptArg
13752 status collapsed
13753
13754 \begin_layout Standard
13755 Tabla con colortbl
13756 \end_layout
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764
13765
13766 \end_layout
13767
13768 \begin_layout Standard
13769 \align center
13770 \begin_inset Tabular
13771 <lyxtabular version="3" rows="3" columns="3">
13772 <features>
13773 <column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
13774 <column alignment="center" valignment="top" width="0">
13775 <column alignment="center" valignment="top" width="0">
13776 <row>
13777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Standard
13781 \begin_inset ERT
13782 status collapsed
13783
13784 \begin_layout Standard
13785
13786
13787 \backslash
13788 rowcolor{cyan}
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \color magenta
13795 a
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Standard
13804
13805 \color red
13806 b
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Standard
13815
13816 \color red
13817 c
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 </row>
13823 <row>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Standard
13828
13829 \color yellow
13830 d
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Standard
13839
13840 \color blue
13841 e
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Standard
13850
13851 \color blue
13852 f
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Standard
13863
13864 \color yellow
13865 g
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Standard
13874
13875 \color blue
13876 h
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Standard
13885 \begin_inset ERT
13886 status collapsed
13887
13888 \begin_layout Standard
13889
13890
13891 \backslash
13892 cellcolor{magenta}
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \color green
13899 i
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 </lyxtabular>
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Subsection
13918 Líneas coloreadas
13919 \begin_inset LatexCommand index
13920 name "Tablas Coloreadas ! Líneas"
13921
13922 \end_inset
13923
13924
13925 \begin_inset LatexCommand index
13926 name "Color ! en Líneas de Tabla"
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Standard
13934 Como se describe en la sección\InsetSpace ~
13935
13936 \begin_inset LatexCommand ref
13937 reference "sub:Grosor-de-Líneas"
13938
13939 \end_inset
13940
13941 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
13942  
13943 \series bold
13944
13945 \backslash
13946 arrayrulewidth
13947 \series default
13948 .
13949  Se ha puesto 1.5\InsetSpace \thinspace{}
13950 pt para todas las tablas de esta sección.
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Standard
13955
13956
13957 \backslash
13958 setlength{
13959 \backslash
13960 arrayrulewidth}{1.5pt}
13961 \end_layout
13962
13963 \end_inset
13964
13965
13966 \end_layout
13967
13968 \begin_layout Standard
13969 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
13970  el preámbulo del documento el siguiente formato de columna, de acuerdo
13971  a lo descrito en la sección\InsetSpace ~
13972
13973 \begin_inset LatexCommand ref
13974 reference "sub:Formato-Personalizado"
13975
13976 \end_inset
13977
13978 :
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \series bold
13984
13985 \backslash
13986 newcolumntype{W}{!{
13987 \backslash
13988 color{green}
13989 \backslash
13990 vline}}
13991 \end_layout
13992
13993 \begin_layout Standard
13994 Para la Tabla\InsetSpace ~
13995
13996 \begin_inset LatexCommand ref
13997 reference "tab:Tabla-con-verticales-coloreadas"
13998
13999 \end_inset
14000
14001  se usó el argumento LaTeX
14002 \end_layout
14003
14004 \begin_layout Standard
14005
14006 \series bold
14007 WcW
14008 \end_layout
14009
14010 \begin_layout Standard
14011 para la última columna y
14012 \end_layout
14013
14014 \begin_layout Standard
14015
14016 \series bold
14017 Wc
14018 \end_layout
14019
14020 \begin_layout Standard
14021 para las demás.
14022 \end_layout
14023
14024 \begin_layout Standard
14025 Si quieres tener varios colores, define más formatos de columna.
14026 \end_layout
14027
14028 \begin_layout Standard
14029 \begin_inset Float table
14030 wide false
14031 sideways false
14032 status collapsed
14033
14034 \begin_layout Standard
14035 \begin_inset Caption
14036
14037 \begin_layout Standard
14038 \begin_inset LatexCommand label
14039 name "tab:Tabla-con-verticales-coloreadas"
14040
14041 \end_inset
14042
14043 Tabla con líneas verticales coloreadas
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \begin_layout Standard
14052 \align center
14053 \begin_inset Tabular
14054 <lyxtabular version="3" rows="3" columns="3">
14055 <features>
14056 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14057 <column alignment="center" valignment="top" width="0" special="Wc">
14058 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14059 <row topline="true">
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Standard
14064 sd
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Standard
14073
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Standard
14082
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 <row topline="true">
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Standard
14093
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Standard
14102 sd
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Standard
14111
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row topline="true" bottomline="true">
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Standard
14122
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Standard
14131
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Standard
14140 sd
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 </lyxtabular>
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 \begin_inset VSpace bigskip
14160 \end_inset
14161
14162 Para colorear líneas horizontales, por ejemplo en rojo, como en la Tabla\InsetSpace ~
14163
14164 \begin_inset LatexCommand ref
14165 reference "tab:Tabla-con-horizontales-coloreadas"
14166
14167 \end_inset
14168
14169 , inserta estos comandos en ERT antes de la tabla o del flotante:
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 let
14178 \backslash
14179 myHlineC
14180 \backslash
14181 hline
14182 \newline
14183
14184 \backslash
14185 renewcommand{
14186 \backslash
14187 hline}{
14188 \backslash
14189 arrayrulecolor{red}
14190 \backslash
14191 myHlineC
14192 \backslash
14193 arrayrulecolor{black}}
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset ERT
14198 status collapsed
14199
14200 \begin_layout Standard
14201
14202
14203 \backslash
14204 let
14205 \backslash
14206 myHlineC
14207 \backslash
14208 hline
14209 \end_layout
14210
14211 \begin_layout Standard
14212
14213
14214 \backslash
14215 renewcommand{
14216 \backslash
14217 hline}{
14218 \backslash
14219 arrayrulecolor{red}
14220 \backslash
14221 myHlineC
14222 \backslash
14223 arrayrulecolor{black}}
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \begin_inset Float table
14230 wide false
14231 sideways false
14232 status open
14233
14234 \begin_layout Standard
14235 \begin_inset Caption
14236
14237 \begin_layout Standard
14238 \begin_inset LatexCommand label
14239 name "tab:Tabla-con-horizontales-coloreadas"
14240
14241 \end_inset
14242
14243 Tabla con líneas horizontales coloreadas
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \begin_layout Standard
14252 \align center
14253 \begin_inset Tabular
14254 <lyxtabular version="3" rows="3" columns="3">
14255 <features>
14256 <column alignment="center" valignment="top" leftline="true" width="0">
14257 <column alignment="center" valignment="top" leftline="true" width="0">
14258 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14259 <row topline="true">
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Standard
14264 sd
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Standard
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Standard
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 </row>
14288 <row topline="true">
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Standard
14293
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Standard
14302 sd
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Standard
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 <row topline="true" bottomline="true">
14318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Standard
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Standard
14331
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Standard
14340 sd
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 </row>
14346 </lyxtabular>
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Standard
14363
14364
14365 \backslash
14366 pagebreak 
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \begin_layout Standard
14375 Para volver al color de línea negro predeterminado inserta este comando
14376  en ERT detrás de la tabla o el flotante:
14377 \end_layout
14378
14379 \begin_layout Standard
14380
14381 \series bold
14382
14383 \backslash
14384 renewcommand{
14385 \backslash
14386 hline}{
14387 \backslash
14388 myHlineC}
14389 \end_layout
14390
14391 \begin_layout Standard
14392 La Tabla\InsetSpace ~
14393
14394 \begin_inset LatexCommand ref
14395 reference "tab:Tabla-con-líneas-coloreadas"
14396
14397 \end_inset
14398
14399  es un ejemplo con líneas verticales y horizontales coloreadas.
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset Float table
14404 wide false
14405 sideways false
14406 status open
14407
14408 \begin_layout Standard
14409 \begin_inset Caption
14410
14411 \begin_layout Standard
14412 \begin_inset LatexCommand label
14413 name "tab:Tabla-con-líneas-coloreadas"
14414
14415 \end_inset
14416
14417 Tabla con líneas coloreadas
14418 \end_layout
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \begin_layout Standard
14426 \align center
14427 \begin_inset Tabular
14428 <lyxtabular version="3" rows="3" columns="3">
14429 <features>
14430 <column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
14431 <column alignment="center" valignment="top" width="0" special="Wc">
14432 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
14433 <row topline="true">
14434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Standard
14438 sd
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Standard
14447
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Standard
14456
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 </row>
14462 <row topline="true">
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Standard
14467
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Standard
14476 sd
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Standard
14485
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 </row>
14491 <row topline="true" bottomline="true">
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Standard
14496
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Standard
14505
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Standard
14514 sd
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 </row>
14520 </lyxtabular>
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \begin_layout Standard
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Standard
14537
14538
14539 \backslash
14540 renewcommand{
14541 \backslash
14542 hline}{
14543 \backslash
14544 myHlineC}
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Standard
14553 \begin_inset ERT
14554 status collapsed
14555
14556 \begin_layout Standard
14557
14558
14559 \backslash
14560 setlength{
14561 \backslash
14562 arrayrulewidth}{0.4pt}
14563 \end_layout
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Section
14571 Personalización de Tablas
14572 \begin_inset LatexCommand index
14573 name "Personalización de Tablas"
14574
14575 \end_inset
14576
14577
14578 \begin_inset LatexCommand index
14579 name "Tablas ! Personalización"
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Subsection
14587 Row Spacing
14588 \begin_inset LatexCommand label
14589 name "sub:Row-Spacing"
14590
14591 \end_inset
14592
14593
14594 \begin_inset LatexCommand index
14595 name "Personalización de Tablas ! Row Spacing"
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \begin_layout Standard
14603
14604 \lang english
14605 You can add vertical space to table rows in the 
14606 \family sans
14607 Borders
14608 \family default
14609  tab of the table dialog.
14610  You find there three possibilities:
14611 \end_layout
14612
14613 \begin_layout Description
14614
14615 \lang english
14616 Top\InsetSpace ~
14617 of\InsetSpace ~
14618 row will add space above the characters of the table row.
14619  If the table is a formal table
14620 \begin_inset Foot
14621 status collapsed
14622
14623 \begin_layout Standard
14624
14625 \lang english
14626 Formal tables are explained in section\InsetSpace ~
14627
14628 \begin_inset LatexCommand ref
14629 reference "sec:Formal-Tables"
14630
14631 \end_inset
14632
14633 .
14634 \end_layout
14635
14636 \end_inset
14637
14638  LyX will insert as default 0.5\InsetSpace \thinspace{}
14639 em space.
14640  For normal tables the inserted space will unfortunately destroy the vertical
14641  table lines as in the following table: 
14642 \lang spanish
14643
14644 \begin_inset Tabular
14645 <lyxtabular version="3" rows="3" columns="1">
14646 <features>
14647 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14648 <row topline="true">
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Standard
14653 A
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row topline="true" topspace="3mm">
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Standard
14664 3\InsetSpace \thinspace{}
14665 mm space top of row
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 </row>
14671 <row topline="true" bottomline="true">
14672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Standard
14676 C
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 </row>
14682 </lyxtabular>
14683
14684 \end_inset
14685
14686
14687 \lang english
14688
14689 \newline
14690 So inserting space to the top of row for normal tables is only useful when
14691  you don't have vertical lines.
14692 \end_layout
14693
14694 \begin_layout Description
14695
14696 \lang english
14697 Bottom\InsetSpace ~
14698 of\InsetSpace ~
14699 row will add space below the characters of the table row.
14700  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14701 em space, for
14702  normal tables the default size is 2\InsetSpace \thinspace{}
14703 pt.
14704 \end_layout
14705
14706 \begin_layout Description
14707
14708 \lang english
14709 Between\InsetSpace ~
14710 rows only has an effect when you have selected the whole table row
14711  before.
14712  The space is added between the current and the following row.
14713  If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
14714 em space.
14715  For normal tables the inserted space will unfortunately destroy the vertical
14716  table lines as in the following table: 
14717 \lang spanish
14718
14719 \begin_inset Tabular
14720 <lyxtabular version="3" rows="3" columns="1">
14721 <features>
14722 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
14723 <row topline="true">
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Standard
14728 A
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 </row>
14734 <row topline="true" interlinespace="3mm">
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Standard
14739 \begin_inset Formula $\downarrow$
14740 \end_inset
14741
14742  3\InsetSpace \thinspace{}
14743 mm space between row 
14744 \begin_inset Formula $\downarrow$
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row topline="true" bottomline="true">
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Standard
14758 \begin_inset Formula $\uparrow$
14759 \end_inset
14760
14761  3\InsetSpace \thinspace{}
14762 mm space between row 
14763 \begin_inset Formula $\uparrow$
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 </row>
14772 </lyxtabular>
14773
14774 \end_inset
14775
14776
14777 \lang english
14778
14779 \newline
14780 So inserting space to the top of row for normal tables is only useful when
14781  you don't have vertical lines.
14782 \end_layout
14783
14784 \begin_layout Standard
14785
14786 \lang english
14787 When you want to add extra height to all cells of all tables, you can do
14788  this with the following preamble line:
14789 \end_layout
14790
14791 \begin_layout Standard
14792
14793 \series bold
14794 \lang english
14795
14796 \backslash
14797 setlength{
14798 \backslash
14799 extrarowheight}{height}
14800 \end_layout
14801
14802 \begin_layout Standard
14803
14804 \lang english
14805 But this has the disadvantage that the cell texts are no longer exactly
14806  vertically centered.
14807 \end_layout
14808
14809 \begin_layout Subsection
14810 Alineación Especial de Celdas
14811 \begin_inset LatexCommand index
14812 name "Personalización de Tablas ! Alineación Especial de Celdas"
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \begin_layout Standard
14820 A veces mejora la presentación si las entradas en las celdas de una columna
14821  se alinean con un carácter determinado, p.\InsetSpace \thinspace{}
14822 e.
14823  el separador decimal, como en la Tabla\InsetSpace ~
14824
14825 \begin_inset LatexCommand ref
14826 reference "tab:Tabla-con-celdas-de"
14827
14828 \end_inset
14829
14830 .
14831 \end_layout
14832
14833 \begin_layout Standard
14834 \begin_inset Float table
14835 wide false
14836 sideways false
14837 status open
14838
14839 \begin_layout Standard
14840 \begin_inset Caption
14841
14842 \begin_layout Standard
14843 \begin_inset LatexCommand label
14844 name "tab:Tabla-con-celdas-de"
14845
14846 \end_inset
14847
14848 Tabla con celdas alineadas con el separador decimal.
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 \align center
14858 \begin_inset Tabular
14859 <lyxtabular version="3" rows="4" columns="2">
14860 <features>
14861 <column alignment="right" valignment="top" width="0">
14862 <column alignment="left" valignment="top" width="0" special="@{}l">
14863 <row bottomline="true">
14864 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Standard
14868 encabezado
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Standard
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Standard
14888 12.
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Standard
14897 6
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Standard
14908 0.
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Standard
14917 68
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Standard
14928 -123.
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Standard
14937 0
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 </lyxtabular>
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 Esta es una tabla 4×2.
14957  El encabezado es una multicolumna centrada.
14958  La primera columna está alineada a la derecha y contiene el punto decimal
14959  y los dígitos anteriores.
14960  La segunda columna está alineada a la izquierda y contiene los dígitos
14961  posteriores al punto decimal.
14962  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
14963  argumento LaTeX para la segunda columna:
14964 \end_layout
14965
14966 \begin_layout Standard
14967
14968 \series bold
14969 @{}l
14970 \end_layout
14971
14972 \begin_layout Standard
14973 Si quieres una línea vertical a la derecha de la segunda columna, usa en
14974  su lugar el argumento LaTeX: 
14975 \series bold
14976 @{}l|
14977 \end_layout
14978
14979 \begin_layout Standard
14980 La Tabla\InsetSpace ~
14981
14982 \begin_inset LatexCommand ref
14983 reference "tab:Varias-alineaciones"
14984
14985 \end_inset
14986
14987  muestra varios ejemplos de alineación.
14988  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
14989 o más pequeño al comienzo de la última columna para conseguir el espacio
14990  adecuado alrededor del signo.
14991 \end_layout
14992
14993 \begin_layout Standard
14994 \begin_inset Float table
14995 wide false
14996 sideways false
14997 status open
14998
14999 \begin_layout Standard
15000 \begin_inset Caption
15001
15002 \begin_layout Standard
15003 \begin_inset LatexCommand label
15004 name "tab:Varias-alineaciones"
15005
15006 \end_inset
15007
15008 Tabla con varias alineaciones.
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \begin_layout Standard
15017 \align center
15018 \begin_inset Tabular
15019 <lyxtabular version="3" rows="4" columns="6">
15020 <features>
15021 <column alignment="right" valignment="top" width="0">
15022 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15023 <column alignment="right" valignment="top" width="0">
15024 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
15025 <column alignment="right" valignment="top" width="0">
15026 <column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
15027 <row bottomline="true">
15028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Standard
15032 unidades
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Standard
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Standard
15050 exponentes
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Standard
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Standard
15068 relaciones
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Standard
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Standard
15088 12×
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Standard
15097 24\InsetSpace \thinspace{}
15098 bottles
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Standard
15107 \begin_inset Formula $10\cdot$
15108 \end_inset
15109
15110
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Standard
15119 \begin_inset Formula $10^{\mbox{-}17}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Standard
15131 \begin_inset Formula $\Gamma(t)\propto$
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Standard
15143 \begin_inset Formula $\:\Upsilon(t)$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Standard
15157 1024×
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Standard
15166 768\InsetSpace \thinspace{}
15167 Pixels
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Standard
15176 \begin_inset Formula $5.78\cdot$
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Standard
15188 \begin_inset Formula $10^{7}$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Standard
15200 \begin_inset Formula $A\ne$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Standard
15212 \begin_inset Formula $\: B_{\mathrm{red}}$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Standard
15226 32×
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Standard
15235 6\InsetSpace \thinspace{}
15236 cm
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Standard
15245 -
15246 \begin_inset Formula $33.5\cdot$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Standard
15258 \begin_inset Formula $10^{4}$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Standard
15270 \begin_inset Formula $\sin(\alpha)\ge$
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Standard
15282 \begin_inset Formula $\:\sin(\beta)$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 </lyxtabular>
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 \begin_inset VSpace bigskip
15305 \end_inset
15306
15307 también hay un paquete LaTeX, 
15308 \series bold
15309 dcolumn
15310 \series default
15311
15312 \begin_inset LatexCommand index
15313 name "LaTeX-paquetes ! dcolumn"
15314
15315 \end_inset
15316
15317 , que provee alineación de celdas.
15318  Pero desgraciadamente trata las entradas de celda en modo matemático y
15319  no permite fórmulas en celdas: La primera columna de la Tabla\InsetSpace ~
15320
15321 \begin_inset LatexCommand ref
15322 reference "tab:Varias-alineaciones"
15323
15324 \end_inset
15325
15326  se verá con 
15327 \series bold
15328 dcolumn
15329 \series default
15330  como la primera columna en la Tabla\InsetSpace ~
15331
15332 \begin_inset LatexCommand ref
15333 reference "tab:Alineaciones-con-el"
15334
15335 \end_inset
15336
15337  y solo con algunos trucos se consigue lo que se espera.
15338  La lineación de la segunda y tercera columnas de la Tabla\InsetSpace ~
15339
15340 \begin_inset LatexCommand ref
15341 reference "tab:Varias-alineaciones"
15342
15343 \end_inset
15344
15345  no es posible con 
15346 \series bold
15347 dcolumn
15348 \series default
15349 .
15350 \end_layout
15351
15352 \begin_layout Standard
15353 \begin_inset Float table
15354 placement h
15355 wide false
15356 sideways false
15357 status open
15358
15359 \begin_layout Standard
15360 \begin_inset Caption
15361
15362 \begin_layout Standard
15363 \begin_inset LatexCommand label
15364 name "tab:Alineaciones-con-el"
15365
15366 \end_inset
15367
15368 Alineaciones con el paquete LaTeX 
15369 \series bold
15370 dcolumn
15371 \series default
15372 .
15373  Para la segunda y tercera alineaciones se han hecho algunos trucos.
15374 \end_layout
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \begin_layout Standard
15382 \align center
15383 \begin_inset Tabular
15384 <lyxtabular version="3" rows="4" columns="3">
15385 <features>
15386 <column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
15387 <column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
15388 <column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
15389 <row bottomline="true">
15390 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Standard
15394 unidades
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Standard
15403 unidades
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Standard
15412 unidades
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Standard
15423 12×24\InsetSpace \thinspace{}
15424 bottles
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Standard
15433 12×24\InsetSpace \thinspace{}
15434
15435 \begin_inset Formula $\mbox{bottles}$
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Standard
15447 12×24~
15448 \begin_inset Formula $\mbox{bottles}$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Standard
15462 1024×768\InsetSpace \thinspace{}
15463 Pixels
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Standard
15472 1024×768\InsetSpace \thinspace{}
15473
15474 \begin_inset Formula $\mbox{Pixels}$
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Standard
15486 1024×768~
15487 \begin_inset Formula $\mbox{Pixels}$
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 </row>
15496 <row>
15497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Standard
15501 32×6\InsetSpace \thinspace{}
15502 cm
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Standard
15511 32×6\InsetSpace \thinspace{}
15512
15513 \begin_inset Formula $\mbox{cm}$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Standard
15525 32×6~
15526 \begin_inset Formula $\mbox{cm}$
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 </lyxtabular>
15536
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Subsection
15548 Formato Personalizado de Celda/Columna
15549 \begin_inset LatexCommand label
15550 name "sub:Formato-Personalizado"
15551
15552 \end_inset
15553
15554
15555 \begin_inset LatexCommand index
15556 name "Personalización de Tablas ! Formato de Celda/Columna"
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \begin_layout Standard
15564 El cálculo de la anchura nesesaria para columnas extendidas descrito en
15565  la sección\InsetSpace ~
15566
15567 \begin_inset LatexCommand ref
15568 reference "sub:Cálculos-en-Multicolumnas"
15569
15570 \end_inset
15571
15572  es muy pesado si tienes varias tablas con multicolumnas.
15573  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
15574 mna aplicable a todas las tablas del documento.
15575  El formato se define con el comando
15576 \end_layout
15577
15578 \begin_layout Standard
15579
15580 \series bold
15581
15582 \backslash
15583 newcolumntype{nombre del formato}[número de argumentos]{comandos}
15584 \end_layout
15585
15586 \begin_layout Standard
15587 El nombre de formato puede ser una sola letra.
15588  Las letras 
15589 \emph on
15590 b, c, l, m, p 
15591 \emph default
15592 y
15593 \emph on
15594  r
15595 \emph default
15596  están predefinidas y no pueden usarse.
15597  Pero se permiten todas las mayúsculas.
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \begin_inset VSpace medskip
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
15609  fija puedes definir el formato de celda
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615
15616 \backslash
15617 newcolumntype{M}[1]{>{
15618 \backslash
15619 centering
15620 \backslash
15621 hspace{0pt}}m{#1}}
15622 \end_layout
15623
15624 \begin_layout Standard
15625 donde 
15626 \series bold
15627
15628 \backslash
15629 hspace{0pt}
15630 \series default
15631  evita el problema de partir con guión la primera palabra, como se describe
15632  en la sección\InsetSpace ~
15633
15634 \begin_inset LatexCommand ref
15635 reference "sub:Líneas-Múltiples-en"
15636
15637 \end_inset
15638
15639 .
15640  Ahora puedes introducir simplemente
15641 \end_layout
15642
15643 \begin_layout Standard
15644
15645 \series bold
15646 |M{ancho}
15647 \end_layout
15648
15649 \begin_layout Standard
15650 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 \begin_inset VSpace bigskip
15655 \end_inset
15656
15657
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Para celdas extendidas en una celda multicolumna, puedes definir el formato
15662 \end_layout
15663
15664 \begin_layout Standard
15665
15666 \series bold
15667
15668 \backslash
15669 newcolumntype{S}[2]{>{
15670 \backslash
15671 centering
15672 \backslash
15673 hspace{0pt}}
15674 \newline
15675
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Standard
15680
15681
15682 \backslash
15683 phantom{
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \backslash
15690 newcolumntype{S}[2]
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Standard
15695
15696 }
15697 \end_layout
15698
15699 \end_inset
15700
15701 m{(#1+(2
15702 \backslash
15703 tabcolsep+
15704 \backslash
15705 arrayrulewidth)*(1-#2))/#2}}
15706 \end_layout
15707
15708 \begin_layout Standard
15709 Este formato usa la ecuación 
15710 \begin_inset LatexCommand eqref
15711 reference "eq:Wgn"
15712
15713 \end_inset
15714
15715  para calcular la anchura necesaria para que cada celda extendida tenga
15716  la misma anchura.
15717 \end_layout
15718
15719 \begin_layout Standard
15720 Ahora puedes introducir
15721 \end_layout
15722
15723 \begin_layout Standard
15724
15725 \series bold
15726 |S{ancho de la celda multicolumna}{número de columnas extendidas}
15727 \end_layout
15728
15729 \begin_layout Standard
15730 como argumento LaTeX de la columna.
15731 \end_layout
15732
15733 \begin_layout Standard
15734 \begin_inset VSpace bigskip
15735 \end_inset
15736
15737
15738 \end_layout
15739
15740 \begin_layout Standard
15741 Para columnas coloreadas puedes definir
15742 \end_layout
15743
15744 \begin_layout Standard
15745
15746 \series bold
15747
15748 \backslash
15749 newcolumntype{K}[1]{>{
15750 \backslash
15751 columncolor{#1}
15752 \backslash
15753 hspace{0pt}}c}
15754 \end_layout
15755
15756 \begin_layout Standard
15757 La "c" al final crea una columna con anchura flexible cuyo texto está centrado
15758  horizontalmente.
15759  Ahora puedes introducir
15760 \end_layout
15761
15762 \begin_layout Standard
15763
15764 \series bold
15765 K{nombre del color}
15766 \end_layout
15767
15768 \begin_layout Standard
15769 como argumento LaTeX.
15770 \end_layout
15771
15772 \begin_layout Standard
15773 \begin_inset VSpace bigskip
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \begin_layout Standard
15780 Para crear la Tabla\InsetSpace ~
15781
15782 \begin_inset LatexCommand ref
15783 reference "tab:Tabla-con-formatos-definidos-por"
15784
15785 \end_inset
15786
15787  usa los argumentos LaTeX
15788 \end_layout
15789
15790 \begin_layout Standard
15791
15792 \series bold
15793 |M{2.5cm}
15794 \end_layout
15795
15796 \begin_layout Standard
15797 para la primera columna y la multicolumna,
15798 \end_layout
15799
15800 \begin_layout Standard
15801
15802 \series bold
15803 |K{red}|
15804 \end_layout
15805
15806 \begin_layout Standard
15807 para la última columna y
15808 \end_layout
15809
15810 \begin_layout Standard
15811
15812 \series bold
15813 |S{2.5cm}{2}
15814 \end_layout
15815
15816 \begin_layout Standard
15817 para las celdas en la segunda columna.
15818 \end_layout
15819
15820 \begin_layout Standard
15821 \begin_inset Float table
15822 placement h
15823 wide false
15824 sideways false
15825 status open
15826
15827 \begin_layout Standard
15828 \begin_inset Caption
15829
15830 \begin_layout Standard
15831 \begin_inset LatexCommand label
15832 name "tab:Tabla-con-formatos-definidos-por"
15833
15834 \end_inset
15835
15836 Tabla con formatos definidos por el usuario
15837 \end_layout
15838
15839 \end_inset
15840
15841
15842 \end_layout
15843
15844 \begin_layout Standard
15845 \align center
15846 \begin_inset Tabular
15847 <lyxtabular version="3" rows="3" columns="4">
15848 <features>
15849 <column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
15850 <column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
15851 <column alignment="center" valignment="middle" leftline="true" width="0">
15852 <column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
15853 <row topline="true">
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Standard
15858 palabramuylargaenceldadetabla
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
15864 \begin_inset Text
15865
15866 \begin_layout Standard
15867 multicolumna línea múltiple
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Standard
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Standard
15885 c
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 </row>
15891 <row topline="true">
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Standard
15896 d
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Standard
15905 e
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Standard
15914 f
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Standard
15923 g
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 </row>
15929 <row topline="true" bottomline="true">
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Standard
15934 h
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Standard
15943 i
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Standard
15952 j
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Standard
15961 k
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \begin_layout Subsection
15980 Grosor de Líneas
15981 \begin_inset LatexCommand label
15982 name "sub:Grosor-de-Líneas"
15983
15984 \end_inset
15985
15986
15987 \begin_inset LatexCommand index
15988 name "Personalización de Tablas ! Grosor de Línea"
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
15997  
15998 \series bold
15999
16000 \backslash
16001 arrayrulewidth
16002 \series default
16003 .
16004  Por ejemplo, para poner un grosor de línea de 1.5\InsetSpace \thinspace{}
16005 pt, como en la Tabla\InsetSpace ~
16006
16007 \begin_inset LatexCommand ref
16008 reference "tab:Tabla-con-líneas"
16009
16010 \end_inset
16011
16012 , inserta el comando
16013 \end_layout
16014
16015 \begin_layout Standard
16016
16017 \series bold
16018
16019 \backslash
16020 setlength{
16021 \backslash
16022 arrayrulewidth}{1.5pt}
16023 \end_layout
16024
16025 \begin_layout Standard
16026 en ERT antes de la tabla o flotante.
16027  Este cambio es válido para todas las siguientes tablas.
16028  Para volver al valor predeterminado, define 
16029 \series bold
16030
16031 \backslash
16032 arrayrulewidth
16033 \series default
16034  a 0.4\InsetSpace \thinspace{}
16035 pt en ERT detrás de la tabla o flotante.
16036 \end_layout
16037
16038 \begin_layout Standard
16039 \begin_inset ERT
16040 status collapsed
16041
16042 \begin_layout Standard
16043
16044
16045 \backslash
16046 setlength{
16047 \backslash
16048 arrayrulewidth}{1.5pt}
16049 \end_layout
16050
16051 \end_inset
16052
16053
16054 \begin_inset Float table
16055 wide false
16056 sideways false
16057 status open
16058
16059 \begin_layout Standard
16060 \begin_inset Caption
16061
16062 \begin_layout Standard
16063 \begin_inset LatexCommand label
16064 name "tab:Tabla-con-líneas"
16065
16066 \end_inset
16067
16068 Tabla con líneas de grosor 1.5\InsetSpace \thinspace{}
16069 pt
16070 \end_layout
16071
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \begin_layout Standard
16078 \align center
16079 \begin_inset Tabular
16080 <lyxtabular version="3" rows="3" columns="3">
16081 <features>
16082 <column alignment="center" valignment="top" leftline="true" width="0">
16083 <column alignment="center" valignment="top" leftline="true" width="0">
16084 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16085 <row topline="true">
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Standard
16090 sd
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Standard
16099
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Standard
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row topline="true">
16115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Standard
16119
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Standard
16128 sd
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Standard
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row topline="true" bottomline="true">
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Standard
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Standard
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Standard
16166 sd
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 </lyxtabular>
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \begin_inset ERT
16183 status collapsed
16184
16185 \begin_layout Standard
16186
16187
16188 \backslash
16189 setlength{
16190 \backslash
16191 arrayrulewidth}{0.4pt}
16192 \end_layout
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 \begin_inset VSpace bigskip
16201 \end_inset
16202
16203 Para definir un grosor de 1.5\InsetSpace \thinspace{}
16204 pt sólo para líneas horizontales, como en la
16205  Tabla\InsetSpace ~
16206
16207 \begin_inset LatexCommand ref
16208 reference "tab:Tabla-con-horizontales"
16209
16210 \end_inset
16211
16212 , inserta estos comandos en ERT antes de la tabla o flotante:
16213 \end_layout
16214
16215 \begin_layout Standard
16216
16217 \series bold
16218
16219 \backslash
16220 let
16221 \backslash
16222 myHline
16223 \backslash
16224 hline
16225 \newline
16226
16227 \backslash
16228 renewcommand{
16229 \backslash
16230 hline}
16231 \newline
16232  {
16233 \backslash
16234 noalign{
16235 \backslash
16236 global
16237 \backslash
16238 arrayrulewidth 1.5pt}
16239 \newline
16240   
16241 \backslash
16242 myHline
16243 \backslash
16244 noalign{
16245 \backslash
16246 global
16247 \backslash
16248 arrayrulewidth 0.4pt}}
16249 \end_layout
16250
16251 \begin_layout Standard
16252 Para volver al grosor predeterminado, inserta este comando en ERT detrás
16253  de la tabla o flotante:
16254 \end_layout
16255
16256 \begin_layout Standard
16257
16258 \series bold
16259
16260 \backslash
16261 renewcommand{
16262 \backslash
16263 hline}{
16264 \backslash
16265 myHline}
16266 \end_layout
16267
16268 \begin_layout Standard
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Standard
16273
16274
16275 \backslash
16276 let
16277 \backslash
16278 myHline
16279 \backslash
16280 hline
16281 \end_layout
16282
16283 \begin_layout Standard
16284
16285
16286 \backslash
16287 renewcommand{
16288 \backslash
16289 hline}
16290 \end_layout
16291
16292 \begin_layout Standard
16293
16294  {
16295 \backslash
16296 noalign{
16297 \backslash
16298 global
16299 \backslash
16300 arrayrulewidth 1.5pt}
16301 \end_layout
16302
16303 \begin_layout Standard
16304
16305   
16306 \backslash
16307 myHline
16308 \backslash
16309 noalign{
16310 \backslash
16311 global
16312 \backslash
16313 arrayrulewidth 0.4pt}}
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \begin_inset Float table
16320 wide false
16321 sideways false
16322 status open
16323
16324 \begin_layout Standard
16325 \begin_inset Caption
16326
16327 \begin_layout Standard
16328 \begin_inset LatexCommand label
16329 name "tab:Tabla-con-horizontales"
16330
16331 \end_inset
16332
16333 Tabla con líneas horizontales de 1.5\InsetSpace \thinspace{}
16334 pt
16335 \end_layout
16336
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \begin_layout Standard
16343 \align center
16344 \begin_inset Tabular
16345 <lyxtabular version="3" rows="3" columns="3">
16346 <features>
16347 <column alignment="center" valignment="top" leftline="true" width="0">
16348 <column alignment="center" valignment="top" leftline="true" width="0">
16349 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16350 <row topline="true">
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Standard
16355 sd
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Standard
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Standard
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row topline="true">
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Standard
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Standard
16393 sd
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Standard
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row topline="true" bottomline="true">
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Standard
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Standard
16422
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Standard
16431 sd
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 </lyxtabular>
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \end_inset
16445
16446
16447 \begin_inset ERT
16448 status collapsed
16449
16450 \begin_layout Standard
16451
16452
16453 \backslash
16454 renewcommand{
16455 \backslash
16456 hline}{
16457 \backslash
16458 myHline}
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \begin_layout Standard
16467 \begin_inset VSpace bigskip
16468 \end_inset
16469
16470 Para establacer grosor de 1.5 pt sólo para líneas verticales, crea el siguiente
16471  formato de columna en el preámbulo del documento, de acuerdo con lo descrito
16472  en la sección\InsetSpace ~
16473
16474 \begin_inset LatexCommand ref
16475 reference "sub:Formato-Personalizado"
16476
16477 \end_inset
16478
16479 :
16480 \end_layout
16481
16482 \begin_layout Standard
16483
16484 \series bold
16485
16486 \backslash
16487 newcolumntype{V}{!{
16488 \backslash
16489 vrule width 1.5pt}}
16490 \end_layout
16491
16492 \begin_layout Standard
16493 Para la Tabla\InsetSpace ~
16494
16495 \begin_inset LatexCommand ref
16496 reference "tab:Tabla-con-verticales"
16497
16498 \end_inset
16499
16500  se usó el argumento LaTeX
16501 \end_layout
16502
16503 \begin_layout Standard
16504
16505 \series bold
16506 VcV
16507 \end_layout
16508
16509 \begin_layout Standard
16510 para la última columna y
16511 \end_layout
16512
16513 \begin_layout Standard
16514
16515 \series bold
16516 Vc
16517 \end_layout
16518
16519 \begin_layout Standard
16520 para las otras.
16521 \end_layout
16522
16523 \begin_layout Standard
16524 \begin_inset Float table
16525 wide false
16526 sideways false
16527 status open
16528
16529 \begin_layout Standard
16530 \begin_inset Caption
16531
16532 \begin_layout Standard
16533 \begin_inset LatexCommand label
16534 name "tab:Tabla-con-verticales"
16535
16536 \end_inset
16537
16538 Tabla con líneas verticales de 1.5\InsetSpace \thinspace{}
16539 pt de grosor
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \align center
16549 \begin_inset Tabular
16550 <lyxtabular version="3" rows="3" columns="3">
16551 <features>
16552 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16553 <column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
16554 <column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
16555 <row topline="true">
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Standard
16560 sd
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Standard
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Standard
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row topline="true">
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Standard
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Standard
16598 sd
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Standard
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row topline="true" bottomline="true">
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Standard
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Standard
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Standard
16636 sd
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 </lyxtabular>
16643
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Subsection
16655 Líneas de Trazos
16656 \begin_inset LatexCommand index
16657 name "Personalización de Tablas ! Líneas de Trazos"
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Standard
16665 \begin_inset ERT
16666 status collapsed
16667
16668 \begin_layout Standard
16669
16670
16671 \backslash
16672 ifarydshln
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \begin_inset Note Note
16679 status open
16680
16681 \begin_layout Standard
16682 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
16683  LaTeX 
16684 \series bold
16685 arydshln
16686 \series default
16687 .
16688 \end_layout
16689
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \begin_layout Standard
16696 \begin_inset Float table
16697 placement H
16698 wide false
16699 sideways false
16700 status open
16701
16702 \begin_layout Standard
16703 \begin_inset Caption
16704
16705 \begin_layout Standard
16706 \begin_inset LatexCommand label
16707 name "tab:Tabla-con-trazos"
16708
16709 \end_inset
16710
16711 Tabla con líneas de trazos
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Standard
16720 \align center
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="5" columns="5">
16723 <features>
16724 <column alignment="center" valignment="top" leftline="true" width="0">
16725 <column alignment="center" valignment="top" leftline="true" width="0">
16726 <column alignment="center" valignment="top" width="0" special=":c">
16727 <column alignment="center" valignment="top" leftline="true" width="0">
16728 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
16729 <row topline="true" bottomline="true">
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Standard
16734 a
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Standard
16743 b
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Standard
16752 c
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Standard
16761 d
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Standard
16770 e
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row topline="true">
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Standard
16781 f
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Standard
16790 g
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Standard
16799 h
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Standard
16808 i
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Standard
16817 j
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Standard
16828 \begin_inset ERT
16829 status collapsed
16830
16831 \begin_layout Standard
16832
16833
16834 \backslash
16835 hdashline 
16836 \end_layout
16837
16838 \end_inset
16839
16840 k
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Standard
16849 l
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Standard
16858 m
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Standard
16867 n
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Standard
16876 o
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row topline="true">
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Standard
16887 \begin_inset ERT
16888 status collapsed
16889
16890 \begin_layout Standard
16891
16892
16893 \backslash
16894 cdashline{4-5}
16895 \end_layout
16896
16897 \end_inset
16898
16899 p
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Standard
16908 q
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
16914 \begin_inset Text
16915
16916 \begin_layout Standard
16917 r
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
16923 \begin_inset Text
16924
16925 \begin_layout Standard
16926 s
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Standard
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row topline="true" bottomline="true">
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Standard
16946 t
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Standard
16955 u
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Standard
16964 v
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Standard
16973 w
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Standard
16982 x
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 </lyxtabular>
16989
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \begin_layout Standard
17001 En principio LyX no soporta líneas de trazos, hay que usar ERT.
17002  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
17003 \series bold
17004 arydshln
17005 \series default
17006
17007 \begin_inset LatexCommand index
17008 name "LaTeX-paquetes ! arydshln"
17009
17010 \end_inset
17011
17012  
17013 \end_layout
17014
17015 \begin_layout Standard
17016
17017 \series bold
17018
17019 \backslash
17020 usepackage{arydshln}
17021 \end_layout
17022
17023 \begin_layout Standard
17024 Para hacer una línea vertical a trazos, introduce dos puntos ":" junto con
17025  el caracter para alineación horizontal como argumento LaTeX en el diálogo
17026  de celda de tabla.
17027 \end_layout
17028
17029 \begin_layout Standard
17030 Para una línea de trazos horizontal añade el comando
17031 \end_layout
17032
17033 \begin_layout Standard
17034
17035 \series bold
17036
17037 \backslash
17038 hdashline
17039 \end_layout
17040
17041 \begin_layout Standard
17042 en ERT como primer elemento de la primera celda en la fila.
17043 \end_layout
17044
17045 \begin_layout Standard
17046 Para líneas de trazos en multicolumna usa el comando
17047 \end_layout
17048
17049 \begin_layout Standard
17050
17051 \series bold
17052
17053 \backslash
17054 cdashline{line number
17055 \series default
17056 }
17057 \end_layout
17058
17059 \begin_layout Standard
17060 en ERT como primer elemento de la primera celda en la fila.
17061  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
17062  4 y quieres una línea de trazos por encima, añade el comando
17063 \end_layout
17064
17065 \begin_layout Standard
17066
17067 \series bold
17068
17069 \backslash
17070 cdashline{2-4}
17071 \end_layout
17072
17073 \begin_layout Standard
17074 como primer elemento de la primera celda en la fila de la multicolumna.
17075 \end_layout
17076
17077 \begin_layout Standard
17078 \begin_inset VSpace bigskip
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \begin_layout Standard
17085 La Tabla\InsetSpace ~
17086
17087 \begin_inset LatexCommand ref
17088 reference "tab:Tabla-con-trazos"
17089
17090 \end_inset
17091
17092  se ha hecho usando "
17093 \series bold
17094 :c
17095 \series default
17096 " como argumento LaTeX de la tercera columna.
17097  El comando ERT 
17098 \series bold
17099
17100 \backslash
17101 hdashline
17102 \series default
17103  se ha insertado en la primera celda de la tercera fila y el comando ERT
17104 \newline
17105
17106 \series bold
17107
17108 \backslash
17109 cdashline{4-5}
17110 \series default
17111  en la primera celda de la cuarta fila.
17112 \end_layout
17113
17114 \begin_layout Standard
17115 \begin_inset Note Greyedout
17116 status open
17117
17118 \begin_layout Standard
17119
17120 \series bold
17121 Nota: 
17122 \series default
17123 Aparentemente el paquete LaTeX 
17124 \series bold
17125 arydshln
17126 \series default
17127  no es compatible con el paquete LaTeX 
17128 \series bold
17129 colortbl
17130 \series default
17131
17132 \begin_inset LatexCommand index
17133 name "LaTeX-paquetes ! colortbl"
17134
17135 \end_inset
17136
17137  que se usa para tablas coloreadas en la sección\InsetSpace ~
17138
17139 \begin_inset LatexCommand ref
17140 reference "sec:Tablas-Coloreadas"
17141
17142 \end_inset
17143
17144 .
17145  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Standard
17154 \begin_inset ERT
17155 status collapsed
17156
17157 \begin_layout Standard
17158
17159
17160 \backslash
17161 else
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \begin_inset Note Note
17168 status open
17169
17170 \begin_layout Standard
17171 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
17172  
17173 \series bold
17174 arydshln
17175 \series default
17176 .
17177 \end_layout
17178
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 Debes instalar el paquete LaTeX 
17186 \series bold
17187 arydshln
17188 \series default
17189  para ver la parte siguiente en la salida.
17190 \end_layout
17191
17192 \begin_layout Standard
17193 \begin_inset ERT
17194 status collapsed
17195
17196 \begin_layout Standard
17197
17198
17199 \backslash
17200 fi
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Chapter
17209 Flotantes
17210 \begin_inset LatexCommand label
17211 name "cha:Floats"
17212
17213 \end_inset
17214
17215
17216 \begin_inset LatexCommand index
17217 name "Flotantes"
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Section
17225 Introducción
17226 \begin_inset LatexCommand label
17227 name "sec:IntroducciónFlotantes"
17228
17229 \end_inset
17230
17231
17232 \begin_inset LatexCommand index
17233 name "Flotantes ! Introducción"
17234
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \begin_layout Standard
17241 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
17242  que no tiene posición fija.
17243  Puede "flotar" adelante o atrás una o dos páginas, donde encaje mejor.
17244  Las 
17245 \family sans
17246 Notas\InsetSpace ~
17247 al\InsetSpace ~
17248 pie
17249 \family default
17250  y 
17251 \family sans
17252 Notas\InsetSpace ~
17253 al\InsetSpace ~
17254 margen
17255 \family default
17256  también son flotantes, porque pueden flotar a la página siguiente cuando
17257  hay demasiadas notas en la página.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 Los flotantes hacen posible composiciones de alta calidad.
17262  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
17263  impedir espacios en blanco y páginas sin texto.
17264  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
17265  cada flotante puede estar referido en el texto.
17266  Por lo tanto los flotantes están numerados.
17267  Las referencias se describen en la sección\InsetSpace ~
17268
17269 \begin_inset LatexCommand ref
17270 reference "sec:Referencias-a-Flotantes"
17271
17272 \end_inset
17273
17274  .
17275 \end_layout
17276
17277 \begin_layout Standard
17278 Para insertar un flotante, usa el menú 
17279 \family sans
17280 Insertar\SpecialChar \menuseparator
17281 Flotante
17282 \family default
17283 .
17284  En el documento se inserta un cuadro con etiqueta en el entorno 
17285 \family sans
17286 Encabezado
17287 \begin_inset Foot
17288 status collapsed
17289
17290 \begin_layout Standard
17291 El entorno 
17292 \family sans
17293 Encabezado
17294 \family default
17295  se describe en 
17296 \emph on
17297 Guía\InsetSpace ~
17298 del\InsetSpace ~
17299 Usuario 
17300 \emph default
17301 de LyX.
17302 \end_layout
17303
17304 \end_inset
17305
17306 .
17307
17308 \family default
17309  Cada etiqueta acaba con el caracter "#" como receptáculo para el número
17310  de flotante en la salida.
17311  La etiqueta será traducida automáticamente al lenguaje del documento.
17312  Tras la etiqueta se puede insertar el texto de encabezado.
17313  La imagen o tabla se inserta encima o debajo del encabezado en un párrafo
17314  separado dentro del flotante.
17315  Más sobre colocación de encabezados se describe en la sección\InsetSpace ~
17316
17317 \begin_inset LatexCommand ref
17318 reference "sec:Colocación-de-Encabezados"
17319
17320 \end_inset
17321
17322 .
17323  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
17324  del flotante haciendo click-izquierda sobre él.
17325  Un cuadro cerrado se muestra así: 
17326 \begin_inset Graphics
17327         filename ../clipart/flotanteQt4.png
17328         scale 70
17329
17330 \end_inset
17331
17332  -- un cuadro gris con etiqueta en rojo.
17333 \end_layout
17334
17335 \begin_layout Standard
17336 Se recomienda insertar flotantes como párrafos separados para evitar posibles
17337  errores de LaTeX si el texto circundante se formatea de modo especial.
17338 \end_layout
17339
17340 \begin_layout Standard
17341 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
17342  y pinchando el botón correspondiente de la barra de herramientas para un
17343  flotante nuevo.
17344 \end_layout
17345
17346 \begin_layout Section
17347 Tipos de Flotantes
17348 \end_layout
17349
17350 \begin_layout Standard
17351 Además de los flotantes de imagen y de tabla que se describen en la sección\InsetSpace ~
17352
17353 \begin_inset LatexCommand ref
17354 reference "sec:Figuras-Flotantes"
17355
17356 \end_inset
17357
17358  y 
17359 \begin_inset LatexCommand ref
17360 reference "sec:Tablas-Flotantes"
17361
17362 \end_inset
17363
17364 , respectivamente, LyX ofrece los tipos 
17365 \series bold
17366 Algoritmo
17367 \series default
17368  y 
17369 \series bold
17370 Ajustado\InsetSpace ~
17371 al\InsetSpace ~
17372 Texto
17373 \series default
17374 .
17375 \end_layout
17376
17377 \begin_layout Subsection
17378 Algoritmos Flotantes
17379 \begin_inset LatexCommand index
17380 name "Flotantes ! Algoritmos Flotantes"
17381
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \begin_layout Standard
17388 \begin_inset Float algorithm
17389 placement h
17390 wide false
17391 sideways false
17392 status open
17393
17394 \begin_layout Standard
17395 \begin_inset Caption
17396
17397 \begin_layout Standard
17398 \begin_inset LatexCommand label
17399 name "alg:Ejemplo-de-Algoritmo-flotante"
17400
17401 \end_inset
17402
17403 Ejemplo de Algoritmo flotante
17404 \end_layout
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout LyX-Code
17412 for I in 1..N loop
17413 \newline
17414  Sum:= Sum + A(I); /*senseless comment*/
17415 \newline
17416 end loop
17417 \begin_inset VSpace -4mm
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Standard
17429 Este tipo de flotante se inserta con el menú 
17430 \family sans
17431 Insertar\SpecialChar \menuseparator
17432 Flotante\SpecialChar \menuseparator
17433 Algoritmo
17434 \family default
17435 .
17436  Se usa para códigos y descripciones de algoritmos.
17437  Un posible entorno para algoritmos es 
17438 \family sans
17439 Código-LyX
17440 \family default
17441 , descrito en 
17442 \emph on
17443 Guía del Usuario
17444 \emph default
17445  de LyX.
17446  El algoritmo\InsetSpace ~
17447
17448 \begin_inset LatexCommand ref
17449 reference "alg:Ejemplo-de-Algoritmo-flotante"
17450
17451 \end_inset
17452
17453  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
17454  vertical de -4\InsetSpace \thinspace{}
17455 mm al final para tener la línea inferior exactamente bajo
17456  la última línea de texto.
17457 \end_layout
17458
17459 \begin_layout Standard
17460 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
17461  Si tu documento no es en Inglés, tienes que hacerlo manualmente añadiendo
17462  la siguiente línea al preámbulo del documento
17463 \series bold
17464 :
17465 \end_layout
17466
17467 \begin_layout Standard
17468
17469 \series bold
17470
17471 \backslash
17472 floatname{algorithm}{nombre}
17473 \end_layout
17474
17475 \begin_layout Standard
17476
17477 \family sans
17478 nombre
17479 \family default
17480  es la palabra
17481 \begin_inset Quotes eld
17482 \end_inset
17483
17484
17485 \emph on
17486 algorithm
17487 \emph default
17488
17489 \begin_inset Quotes erd
17490 \end_inset
17491
17492  en el lenguaje deseado.
17493 \end_layout
17494
17495 \begin_layout Description
17496
17497 \series bold
17498 Nota: 
17499 \series default
17500 Si se emplea el paquete LaTeX 
17501 \series bold
17502 hyperref
17503 \series default
17504
17505 \begin_inset LatexCommand index
17506 name "LaTeX-paquetes ! hyperref"
17507
17508 \end_inset
17509
17510  para enlazar referencias cruzadas a flotantes en la salida PDF, debe cargarse
17511  en el preámbulo LaTeX antes de la definición de flotantes para poder referirse
17512  a ellos.
17513
17514 \series bold
17515  
17516 \series default
17517 LyX establece la definición de algoritmos flotantes automáticamente antes
17518  de la parte del preámbulo editable por el usuario, así que hay que insertar
17519  las siguientes líneas 
17520 \emph on
17521 después
17522 \emph default
17523  de cargar el comando
17524 \series bold
17525  hyperref:
17526 \begin_inset VSpace defskip
17527 \end_inset
17528
17529
17530 \newline
17531
17532 \backslash
17533 newfloat{Xalgorithm}{tbp}{loa}
17534 \newline
17535
17536 \backslash
17537 floatname{Xalgorithm}{nombre}
17538 \newline
17539
17540 \backslash
17541 newcommand{
17542 \backslash
17543 theHalgorithm}{
17544 \backslash
17545 theHXalgorithm}
17546 \newline
17547
17548 \backslash
17549 renewenvironment{algorithm}[1][tbp]
17550 \newline
17551
17552 \begin_inset ERT
17553 status collapsed
17554
17555 \begin_layout Standard
17556
17557
17558 \backslash
17559 hphantom{ }
17560 \end_layout
17561
17562 \end_inset
17563
17564 {
17565 \backslash
17566 begin{Xalgorithm}[#1]}{
17567 \backslash
17568 end{Xalgorithm}}
17569 \begin_inset VSpace defskip
17570 \end_inset
17571
17572
17573 \series default
17574
17575 \newline
17576 Donde 
17577 \family sans
17578 nombre
17579 \family default
17580  es la palabra "
17581 \emph on
17582 algorithm
17583 \emph default
17584 " en el lenguaje deseado.
17585 \end_layout
17586
17587 \begin_layout Standard
17588 Los algoritmos flotantes no se numeran por defecto según el esquema "capítulo.alg
17589 oritmo" como es el caso para tablas e imágenes flotantes en muchas clases
17590  de documento.
17591  Para numerar algoritmos flotantes en el mismo esquema, añade este comando
17592  en el preámbulo del documento:
17593 \end_layout
17594
17595 \begin_layout Standard
17596
17597 \series bold
17598
17599 \backslash
17600 numberwithin{algorithm}{chapter}
17601 \end_layout
17602
17603 \begin_layout Standard
17604 Si usas el paquete LaTeX 
17605 \series bold
17606 hyperref
17607 \series default
17608 , añade en su lugar esta línea 
17609 \emph on
17610 después
17611 \emph default
17612  de la definición de 
17613 \family sans
17614 Xalgorithm
17615 \family default
17616  (los comandos de anteriores) en el preámbulo:
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622
17623 \backslash
17624 numberwithin{Xalgorithm}{chapter}
17625 \end_layout
17626
17627 \begin_layout Standard
17628 Para poder usar el comando 
17629 \series bold
17630
17631 \backslash
17632 numberwithin
17633 \series default
17634 , marca la opción 
17635 \family sans
17636 Usar\InsetSpace ~
17637 el\InsetSpace ~
17638 paquete\InsetSpace ~
17639 AMS
17640 \family default
17641  en el menú 
17642 \family sans
17643 Documento\SpecialChar \menuseparator
17644 Configuración\SpecialChar \menuseparator
17645 Ecuaciones
17646 \family default
17647 .
17648 \end_layout
17649
17650 \begin_layout Subsection
17651 Flotantes Ajustados a Texto
17652 \begin_inset LatexCommand index
17653 name "Flotantes ! Ajustados a Texto"
17654
17655 \end_inset
17656
17657
17658 \begin_inset LatexCommand label
17659 name "sub:floatflt-flotante-ajustado"
17660
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \begin_layout Standard
17667 Este tipo de flotante se usa cuando quieres envolver una figura en el texto,
17668  de manera que ocupe solo una parte del ancho de columna.
17669  Puede insertarse usando el menú 
17670 \begin_inset Wrap figure
17671 placement l
17672 width "40col%"
17673 status open
17674
17675 \begin_layout Standard
17676 \begin_inset Graphics
17677         filename mobius.eps
17678         display color
17679         width 40col%
17680         rotateOrigin center
17681
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \begin_layout Standard
17688 \begin_inset Caption
17689
17690 \begin_layout Standard
17691 \begin_inset LatexCommand label
17692 name "fig:Esto-es-una"
17693
17694 \end_inset
17695
17696 Esto es una figura envuelta, y esto la genial cabecera que la describe.
17697 \begin_inset VSpace medskip
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709
17710  
17711 \family sans
17712 Insertar\SpecialChar \menuseparator
17713 Flotante\SpecialChar \menuseparator
17714 Flotante\InsetSpace ~
17715 de\InsetSpace ~
17716 ajuste\InsetSpace ~
17717 de\InsetSpace ~
17718 texto
17719 \family default
17720  si está instalado el paquete LaTeX 
17721 \series bold
17722 floatflt
17723 \series default
17724
17725 \begin_inset LatexCommand index
17726 name "LaTeX-paquetes ! floatflt"
17727
17728 \end_inset
17729
17730 .
17731 \begin_inset Foot
17732 status collapsed
17733
17734 \begin_layout Standard
17735 La instalación de paquetes LaTeX se explica en el manual 
17736 \emph on
17737 Configuration de LaTeX
17738 \emph default
17739 .
17740 \end_layout
17741
17742 \end_inset
17743
17744  La anchura y posición del flotante se ajusta con click-derecha sobre el
17745  cuadro del flotante.
17746  La Figura \InsetSpace ~
17747
17748 \begin_inset LatexCommand ref
17749 reference "fig:Esto-es-una"
17750
17751 \end_inset
17752
17753  es un ejemplo de flotante ajustado a texto con una anchura del 40\InsetSpace \thinspace{}
17754 col%.
17755 \begin_inset Foot
17756 status collapsed
17757
17758 \begin_layout Standard
17759 Ver unidades disponibles en\InsetSpace ~
17760
17761 \begin_inset LatexCommand ref
17762 reference "cha:Unidades-disponibles-en"
17763
17764 \end_inset
17765
17766 .
17767 \end_layout
17768
17769 \end_inset
17770
17771  Se ha añadido algún espacio bajo el encabezado para separarlo mejor del
17772  texto envolvente.
17773 \end_layout
17774
17775 \begin_layout Standard
17776 El paquete LaTeX 
17777 \series bold
17778 floatflt
17779 \series default
17780  también soporta tablas ajustadas a texto pero aún no es soportado por LyX.
17781  Si lo necesitas, consulta la documentoación de 
17782 \series bold
17783 floatflt
17784 \series default
17785  
17786 \begin_inset LatexCommand cite
17787 key "floatflt"
17788
17789 \end_inset
17790
17791 .
17792 \end_layout
17793
17794 \begin_layout Standard
17795 \begin_inset Note Greyedout
17796 status open
17797
17798 \begin_layout Standard
17799
17800 \series bold
17801 Nota:
17802 \series default
17803  ¡Los flotantes ajustados a texto son frágiles! P.
17804  e.
17805  si una figura está demasiado cerca de la parte inferior de la página se
17806  pueden perder cosas en el camino de salida, el flotante puede no aparecer
17807  o situarse junto a otro texto.
17808 \begin_inset Foot
17809 status open
17810
17811 \begin_layout Standard
17812 La mejor solución es usar el paquete LaTeX 
17813 \series bold
17814 wrapf\SpecialChar \textcompwordmark{}
17815 ig
17816 \series default
17817
17818 \begin_inset LatexCommand index
17819 name "LaTeX-paquetes ! wrapfig\\vspace{4mm}"
17820
17821 \end_inset
17822
17823  en vez de 
17824 \series bold
17825 floatf\SpecialChar \textcompwordmark{}
17826 lt
17827 \series default
17828  pero actualmente no es soportado por LyX.
17829 \end_layout
17830
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \begin_layout Standard
17842 En general:
17843 \end_layout
17844
17845 \begin_layout Itemize
17846 Los flotantes ajustados no deberían situarse en párrafos que van sobre un
17847  salto de página.
17848  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
17849  esté casi listo y puedas prever los saltos de página.
17850 \end_layout
17851
17852 \begin_layout Itemize
17853 Los flotantes ajustados deberían situarse, bien en un párrafo propio antes
17854  del párrafo donde deben ajustarse, o bien dentro de un párrafo.
17855 \end_layout
17856
17857 \begin_layout Itemize
17858 Los flotantes ajustados en párrafos consecutivos pueden dar problemas, así
17859  que asegura que hay un párrafo de texto entre ellos.
17860 \end_layout
17861
17862 \begin_layout Itemize
17863 Los flotantes ajustados no están permitidos en cabeceras de sección o tablas.
17864 \end_layout
17865
17866 \begin_layout Section
17867 Referencias a Flotantes
17868 \begin_inset LatexCommand label
17869 name "sec:Referencias-a-Flotantes"
17870
17871 \end_inset
17872
17873
17874 \begin_inset LatexCommand index
17875 name "Flotantes ! Referencias"
17876
17877 \end_inset
17878
17879
17880 \begin_inset LatexCommand index
17881 name "Referencias"
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 Para referirse a un flotante, inserta una etiqueta en su encabezado con
17890  el menú 
17891 \family sans
17892 Insertar\SpecialChar \menuseparator
17893 Etiqueta
17894 \family default
17895  o el botón 
17896 \begin_inset Graphics
17897         filename ../images/label-insert.xpm
17898         scale 85
17899
17900 \end_inset
17901
17902 .
17903  Aparece una ventana esperando la introducción del texto de la etiqueta
17904  y se inserta un cuadro gris como este: 
17905 \begin_inset Graphics
17906         filename ../clipart/etiquetaQt4.png
17907         scale 85
17908
17909 \end_inset
17910
17911 .
17912  LyX ofrece como texto las primeras palabras del encabezado con un prefijo.
17913  El prefijo depende del tipo de flotante, p.\InsetSpace \thinspace{}
17914 e.
17915  para figuras el prefijo será "
17916 \family sans
17917 fig:
17918 \family default
17919 ".
17920 \end_layout
17921
17922 \begin_layout Standard
17923 La etiqueta se usa como ancla y el nombre para la referencia.
17924  Puedes referir a la etiqueta usando el menú 
17925 \family sans
17926 Insertar\SpecialChar \menuseparator
17927 Referencia
17928 \family default
17929 \InsetSpace ~
17930
17931 \family sans
17932 cruzada
17933 \family default
17934  o el botón 
17935 \begin_inset Graphics
17936         filename ../images/dialog-show-new-inset_ref.xpm
17937         scale 85
17938
17939 \end_inset
17940
17941 .
17942  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
17943  Si tienes abiertos varios documentos LyX, escoge el que estás trabajando
17944  de la lista desplegable de la parte superior del diálogo.
17945  Puedes ordenar las etiquetas alfabéticamente y elegir una.
17946  Se inserta un cuadro gris como este: 
17947 \begin_inset Graphics
17948         filename ../clipart/referenciaQt4.png
17949         scale 85
17950
17951 \end_inset
17952
17953 .
17954  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
17955 \end_layout
17956
17957 \begin_layout Standard
17958 Se recomienda poner un espacio protegido entre el nombre de la referencia
17959  cruzada y su número para evitar saltos de línea entre ellos.
17960  Si una referencia cruzada corresponde a una etiqueta inexistente verás
17961  dos interrogaciones en la salida.
17962 \end_layout
17963
17964 \begin_layout Standard
17965 En cualquier momento puedes cambiar etiquetas haciendo click sobre el cuadro.
17966  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
17967  al texto de la etiqueta nueva, no te ocupes por eso.
17968 \end_layout
17969
17970 \begin_layout Standard
17971 El botón 
17972 \family sans
17973 Ir\InsetSpace ~
17974 a\InsetSpace ~
17975 la\InsetSpace ~
17976 etiqueta
17977 \family default
17978  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
17979  y el texto del botón cambia a 
17980 \family sans
17981 Volver
17982 \family default
17983  con el que se puede retornar a la referencia.
17984  Click-derecha sobre el cuadro de la referencia también lleva el cursor
17985  hasta la etiqueta pero sin opción de volver.
17986 \end_layout
17987
17988 \begin_layout Subsection
17989 Formatos de Referencia Cruzada
17990 \begin_inset LatexCommand label
17991 name "sub:Formatos-referencia-cruzada"
17992
17993 \end_inset
17994
17995
17996 \begin_inset LatexCommand index
17997 name "Referencias ! Formatos"
17998
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \begin_layout Standard
18005 Hay seis variedades de referencias cruzadas:
18006 \end_layout
18007
18008 \begin_layout Description
18009 <referencia>: imprime el número flotante, esta es la opción predeterminada:
18010  
18011 \begin_inset LatexCommand ref
18012 reference "fig:Dos-imágenes-distorsionadas"
18013
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \begin_layout Description
18020 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
18021  habitual para referirse a fórmulas, especialmente si se omite el nombre
18022  "Ecuación": 
18023 \begin_inset LatexCommand eqref
18024 reference "eq:Wgn"
18025
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \begin_layout Description
18032 <página>: imprime el número de página: Página\InsetSpace ~
18033
18034 \begin_inset LatexCommand pageref
18035 reference "fig:Dos-imágenes-distorsionadas"
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Description
18043 en\InsetSpace ~
18044 página\InsetSpace ~
18045 <página>: imprime el texto "en la página" y el número de página:
18046  
18047 \begin_inset LatexCommand vpageref
18048 reference "fig:Dos-imágenes-distorsionadas"
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Description
18056 <referencia>\InsetSpace ~
18057 en\InsetSpace ~
18058 página\InsetSpace ~
18059 <página>: imprime el número flotante, el texto "en la
18060  página" y el número de página: 
18061 \begin_inset LatexCommand vref
18062 reference "fig:Dos-imágenes-distorsionadas"
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \begin_layout Description
18070 Referencia\InsetSpace ~
18071 con\InsetSpace ~
18072 formato: imprime un formato autodefinido:
18073 \newline
18074
18075 \begin_inset LatexCommand prettyref
18076 reference "fig:Dos-imágenes-distorsionadas"
18077
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 Ten en cuenta que el estilo <página> no imprime el número si la etiqueta
18085  está en la misma página, en la anterior o en la siguiente.
18086  En su lugar verás p.\InsetSpace \thinspace{}
18087 e.
18088  el texto "
18089 \family sans
18090 en esta página
18091 \family default
18092 ".
18093 \end_layout
18094
18095 \begin_layout Standard
18096 El número y página actual de la parte del documento referida es automáticamente
18097  calculado por LaTeX en la salida.
18098  Las variedades se ajustan en el campo 
18099 \family sans
18100 Formato
18101 \family default
18102  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
18103 \end_layout
18104
18105 \begin_layout Standard
18106 \begin_inset VSpace bigskip
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 Para definir un formato en el estilo 
18114 \family sans
18115 Referencia\InsetSpace ~
18116 con\InsetSpace ~
18117 formato
18118 \family default
18119 , puedes usar el siguiente comando en el preámbulo del documento:
18120 \end_layout
18121
18122 \begin_layout Standard
18123
18124 \series bold
18125
18126 \backslash
18127 newrefformat{prefijo}{texto}
18128 \end_layout
18129
18130 \begin_layout Standard
18131 Este comando afecta a todas las referencias a etiquetas con el mismo prefijo.
18132  Para dar el formato de la 
18133 \family sans
18134 Referencia\InsetSpace ~
18135 con\InsetSpace ~
18136 formato
18137 \family default
18138  del ejemplo anterior se usó el comando: 
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \series bold
18144
18145 \backslash
18146 newrefformat{fig}
18147 \newline
18148
18149 \begin_inset ERT
18150 status collapsed
18151
18152 \begin_layout Standard
18153
18154
18155 \backslash
18156 hphantom{ }
18157 \end_layout
18158
18159 \end_inset
18160
18161 {Figura~flotante~
18162 \backslash
18163 ref{#1} impresa en la página~
18164 \backslash
18165 pageref{#1}}
18166 \end_layout
18167
18168 \begin_layout Standard
18169 La tilde "~" es el equivalente en LaTeX al espacio protegido.
18170  El comando 
18171 \series bold
18172
18173 \backslash
18174 ref{#1}
18175 \series default
18176  se refiere al número flotante, el comando 
18177 \series bold
18178
18179 \backslash
18180 pageref{#1}
18181 \series default
18182  al número de página.
18183 \end_layout
18184
18185 \begin_layout Subsection
18186 Designación Automática de Referencias
18187 \begin_inset LatexCommand index
18188 name "Referencias ! Designación Automática"
18189
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \begin_layout Standard
18196 El paquete LaTeX 
18197 \series bold
18198 hyperref
18199 \series default
18200  dispone de una característica muy útil que permite incluir automáticamente
18201  en las referencias cruzadas el nombre de los flotantes referidos (o partes
18202  de texto como secciones).
18203  Quieres p.\InsetSpace \thinspace{}
18204 e.
18205  escribir la palabra "Figura" antes de cada cuadro de referencia.
18206  Para conseguirlo debes cargar el paquete LaTeX 
18207 \series bold
18208 hyperref
18209 \series default
18210
18211 \begin_inset LatexCommand index
18212 name "LaTeX-paquetes ! hyperref"
18213
18214 \end_inset
18215
18216  en el preámbulo del documento con
18217 \end_layout
18218
18219 \begin_layout Standard
18220
18221 \series bold
18222
18223 \backslash
18224 usepackage[pdfborder={0 0 0}]{hyperref}
18225 \newline
18226
18227 \backslash
18228 AtBeginDocument{
18229 \backslash
18230 renewcommand{
18231 \backslash
18232 ref}[1]{
18233 \backslash
18234 mbox{
18235 \backslash
18236 autoref{#1}}}}
18237 \end_layout
18238
18239 \begin_layout Standard
18240
18241 \series bold
18242 hyperref 
18243 \series default
18244 se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF, esto
18245  significa que el lector del documento podrá pinchar sobre una entrada de
18246  Índice o una referencia y será inmediatamente dirigido a esa parte del
18247  documento.
18248  
18249 \series bold
18250 hyperref
18251 \series default
18252  también crea marcadores PDF para cada sección para facilitar al lector
18253  la navegación por el documento.
18254  Esto también se ha usado en este documento pero si echas una ojeada al
18255  preámbulo encontrarás varias opciones en la carga de 
18256 \series bold
18257 hyperref
18258 \series default
18259 .
18260  Para aprender más sobre ello acude a la documentoación del paquete 
18261 \begin_inset LatexCommand cite
18262 key "hyperref"
18263
18264 \end_inset
18265
18266 .
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset Note Greyedout
18271 status open
18272
18273 \begin_layout Standard
18274
18275 \series bold
18276 Nota:
18277 \series default
18278  La designación automática de referencias no puede usarse en el estilo 
18279 \family sans
18280 Referencia\InsetSpace ~
18281 con\InsetSpace ~
18282 formato
18283 \family default
18284 , descrita en la sección\InsetSpace ~
18285
18286 \begin_inset LatexCommand ref
18287 reference "sub:Formatos-referencia-cruzada"
18288
18289 \end_inset
18290
18291 .
18292  Por esto no se ha usado en este documento.
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \begin_layout Subsection
18301 Colocación de Referencias
18302 \begin_inset LatexCommand label
18303 name "sub:Colocación-de-Referencias"
18304
18305 \end_inset
18306
18307
18308 \begin_inset LatexCommand index
18309 name "Referencias ! Colocación"
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Si usas 
18318 \series bold
18319 hyperref
18320 \series default
18321
18322 \begin_inset LatexCommand index
18323 name "LaTeX-paquetes ! hyperref"
18324
18325 \end_inset
18326
18327  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
18328  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
18329  El encabezado será la primera parte de texto en pantalla, de forma que
18330  para ver la imagen debes deslizar.
18331  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
18332  Usando el paquete 
18333 \series bold
18334 hypcap
18335 \series default
18336
18337 \begin_inset LatexCommand index
18338 name "LaTeX-paquetes ! hypcap"
18339
18340 \end_inset
18341
18342 , que forma parte del paquete LaTeX 
18343 \series bold
18344 oberdiek
18345 \series default
18346
18347 \begin_inset LatexCommand index
18348 name "LaTeX-paquetes ! oberdiek"
18349
18350 \end_inset
18351
18352 , el ancla de enlace se sitúa al comienzo de un flotante.
18353  Para usar esta característica para figuras flotantes carga 
18354 \series bold
18355 hypcap
18356 \series default
18357  en el preámbulo con
18358 \end_layout
18359
18360 \begin_layout Standard
18361
18362 \series bold
18363
18364 \backslash
18365 usepackage[f\SpecialChar \textcompwordmark{}
18366 igure]{hypcap}
18367 \end_layout
18368
18369 \begin_layout Standard
18370 Puedes usar 
18371 \series bold
18372 hypcap
18373 \series default
18374  para todos los flotantes aunque no se recomienda por razones de estabilidad.
18375  Más información en el manual de 
18376 \series bold
18377 hypcap
18378 \series default
18379  
18380 \begin_inset LatexCommand cite
18381 key "hypcap"
18382
18383 \end_inset
18384
18385 .
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset Note Greyedout
18390 status open
18391
18392 \begin_layout Standard
18393
18394 \series bold
18395 Nota: hypcap 
18396 \series default
18397 debe cargarse después de
18398 \series bold
18399  hyperref 
18400 \series default
18401 en el preámbulo
18402 \series bold
18403 .
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Section
18412 Colocación de Flotantes
18413 \begin_inset LatexCommand label
18414 name "sec:Colocación-de-Flotantes"
18415
18416 \end_inset
18417
18418
18419 \begin_inset LatexCommand index
18420 name "Flotantes ! Colocación"
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 Click-derecha sobre un cuadro de flotante abre un diálogo en el que pueden
18429  cambiarse las opciones de LaTeX para situar los flotantes.
18430 \newline
18431 La opción 
18432 \family sans
18433 Extender\InsetSpace ~
18434 columnas
18435 \family default
18436  solo es aplicable a documentoos de dos columnas: Si lo seleccionas, el
18437  flotante abarcará ambas columnas en lugar de una sola.
18438  La opción 
18439 \family sans
18440 Girar\InsetSpace ~
18441 a\InsetSpace ~
18442 un\InsetSpace ~
18443 lado
18444 \family default
18445  sirve para girar flotantes, ver sección\InsetSpace ~
18446
18447 \begin_inset LatexCommand ref
18448 reference "sec:Rotación-de-Flotantes"
18449
18450 \end_inset
18451
18452 .
18453  
18454 \end_layout
18455
18456 \begin_layout Standard
18457 Puedes usar una o más de las siguientes opciones en el diálogo para establacer
18458  la posición de un flotante si desmarcas la opción 
18459 \family sans
18460 Usar\InsetSpace ~
18461 ubicación\InsetSpace ~
18462 predeterminada
18463 \family default
18464 :
18465 \end_layout
18466
18467 \begin_layout Standard
18468
18469 \family sans
18470 \series bold
18471 Aquí\InsetSpace ~
18472 si\InsetSpace ~
18473 es\InsetSpace ~
18474 posible:
18475 \family default
18476 \series default
18477  intenta situar el flotante en la posición en la que se inserta
18478 \end_layout
18479
18480 \begin_layout Standard
18481
18482 \family sans
18483 \series bold
18484 Principio\InsetSpace ~
18485 de\InsetSpace ~
18486 página:
18487 \family default
18488 \series default
18489  intenta situar el flotante al principio de la página actual
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \family sans
18495 \series bold
18496 Fin\InsetSpace ~
18497 de\InsetSpace ~
18498 página:
18499 \family default
18500 \series default
18501  intenta situar el flotante al final de la página actual
18502 \end_layout
18503
18504 \begin_layout Standard
18505
18506 \family sans
18507 \series bold
18508 Página\InsetSpace ~
18509 de\InsetSpace ~
18510 flotantes:
18511 \family default
18512 \series default
18513  intenta situar el flotante en una página propia 
18514 \end_layout
18515
18516 \begin_layout Standard
18517 LaTeX usa 
18518 \emph on
18519 siempre
18520 \emph default
18521  ese orden de opciones.
18522  Significa que si usas la colocación predeterminada, LaTeX probará en primer
18523  lugar 
18524 \family sans
18525 Aquí\InsetSpace ~
18526 si\InsetSpace ~
18527 es\InsetSpace ~
18528 posible
18529 \family default
18530 , luego 
18531 \family sans
18532 Principio\InsetSpace ~
18533 de\InsetSpace ~
18534 página
18535 \family default
18536 , y después las otras.
18537  Si no usas la predeterminada, LaTeX solo probará las opciones marcadas
18538  pero en dicho orden.
18539  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
18540  pero intenta poner el flotante en la página siguiente.
18541 \end_layout
18542
18543 \begin_layout Standard
18544 De forma predeterminada cada una de las opciones tiene sus propias reglas:
18545 \end_layout
18546
18547 \begin_layout Labeling
18548 \labelwidthstring 00.00.0000
18549
18550 \family sans
18551 Principio\InsetSpace ~
18552 de\InsetSpace ~
18553 página: 
18554 \family default
18555 solo si el flotante ocupa menos del 70\InsetSpace \thinspace{}
18556 % de la página puede ubicarse al principio
18557  de página (
18558 \series bold
18559
18560 \backslash
18561 topfraction
18562 \series default
18563 )
18564 \end_layout
18565
18566 \begin_layout Labeling
18567 \labelwidthstring 00.00.0000
18568
18569 \family sans
18570 Fin\InsetSpace ~
18571 de\InsetSpace ~
18572 página: 
18573 \family default
18574 solo si el flotante ocupa menos del 30\InsetSpace \thinspace{}
18575 % de la página puede ubicarse al fin
18576  de página.
18577  (
18578 \series bold
18579
18580 \backslash
18581 bottomfraction
18582 \series default
18583 )
18584 \end_layout
18585
18586 \begin_layout Labeling
18587 \labelwidthstring 00.00.0000
18588
18589 \family sans
18590 Página\InsetSpace ~
18591 de\InsetSpace ~
18592 flotantes: 
18593 \family default
18594 solo si más del 50\InsetSpace \thinspace{}
18595 % de la página se ocupa por flotantes puede haber varios
18596  juntos en la misma página.
18597  (
18598 \series bold
18599
18600 \backslash
18601 floatpagefraction
18602 \series default
18603 )
18604 \end_layout
18605
18606 \begin_layout Standard
18607 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
18608  
18609 \family sans
18610 Ignorar\InsetSpace ~
18611 reglas\InsetSpace ~
18612 de\InsetSpace ~
18613 LaTeX
18614 \family default
18615 .
18616 \newline
18617 También puedes redefinir las reglas con los comandos LaTeX que van entre
18618  paréntesis tras la descripción de las reglas anteriores.
18619  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
18620  la regla 
18621 \family sans
18622 Fin
18623 \family default
18624 \InsetSpace ~
18625
18626 \family sans
18627 de
18628 \family default
18629 \InsetSpace ~
18630
18631 \family sans
18632 página 
18633 \family default
18634 al 50\InsetSpace \thinspace{}
18635 %, añade esta línea en el preámbulo:
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \series bold
18641
18642 \backslash
18643 renewcommand{
18644 \backslash
18645 bottomfraction}{0.5}
18646 \end_layout
18647
18648 \begin_layout Standard
18649 En determinados casos podrías necesitar ubicar un flotante exactamente en
18650  la posición en la que se inserta.
18651  Para esto puedes usar la opción 
18652 \family sans
18653 Aquí\InsetSpace ~
18654 definitivamente
18655 \family default
18656 .
18657  Usa esta opción esporádicamente y solo cuando el documento esté casi listo,
18658  porque el flotante ya no podrá "flotar" y si haces cambios al documento
18659  se podría estropear el diseño de la página.
18660 \end_layout
18661
18662 \begin_layout Standard
18663 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
18664  están rodeados por texto de un párrafo determinado.
18665 \begin_inset VSpace bigskip
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \begin_layout Standard
18672 A veces surge el problema de que un flotante se sitúa al principio de la
18673  página mientras que su sección correspondiente empieza en mitad de la página,
18674  así que el lector podría creer que el flotante forma parte de la sección
18675  anterior.
18676  Para evitarlo puede emplearse el comando LaTeX 
18677 \series bold
18678
18679 \backslash
18680 suppressf\SpecialChar \textcompwordmark{}
18681 loats
18682 \series default
18683 , que suprime la ubicación de un flotante dado en la página donde se inserta
18684  y además puede servir para evitar que el flotante se coloque antes del
18685  inicio de sección.
18686  Para ello, añade estos comandos al préambulo:
18687 \end_layout
18688
18689 \begin_layout Standard
18690
18691 \series bold
18692
18693 \backslash
18694 let
18695 \backslash
18696 mySection
18697 \backslash
18698 section
18699 \newline
18700
18701 \backslash
18702 renewcommand{
18703 \backslash
18704 section}{
18705 \backslash
18706 suppressf\SpecialChar \textcompwordmark{}
18707 loats[t]
18708 \backslash
18709 mySection}
18710 \end_layout
18711
18712 \begin_layout Standard
18713 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
18714  subsecciones.
18715  No es recomendable para partes pequeñas de texto como subsubsecciones porque
18716  LaTeX podría tener problemas para encontrar una ubicación adecuada.
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset VSpace bigskip
18721 \end_inset
18722
18723 En ciertos casos se quieren tener todas las figuras/tablas al final del
18724  documento.
18725  Para estos casos está el paquete LaTeX 
18726 \series bold
18727 endf\SpecialChar \textcompwordmark{}
18728 loat
18729 \series default
18730
18731 \begin_inset LatexCommand index
18732 name "LaTeX-paquetes ! endfloat"
18733
18734 \end_inset
18735
18736 .
18737  Pone todas las figuras y tablas flotantes al final del documento en secciones
18738  propias.
18739  En la posición original del flotante se inserta una indicación como 
18740 \begin_inset Quotes eld
18741 \end_inset
18742
18743
18744 \family sans
18745 [Figura\InsetSpace ~
18746 3.2 por aquí.]
18747 \family default
18748
18749 \begin_inset Quotes erd
18750 \end_inset
18751
18752 .
18753  El paquete 
18754 \series bold
18755 endf\SpecialChar \textcompwordmark{}
18756 loat
18757 \series default
18758  se carga en el preámbulo con la línea
18759 \end_layout
18760
18761 \begin_layout Standard
18762
18763 \series bold
18764
18765 \backslash
18766 usepackage[options]{endf\SpecialChar \textcompwordmark{}
18767 loat}
18768 \end_layout
18769
18770 \begin_layout Standard
18771 Hay varias opciones para diseñar las secciones figura/tabla creadas.
18772  Para más información ver la documentación de 
18773 \begin_inset LatexCommand cite
18774 key "endfloat"
18775
18776 \end_inset
18777
18778 .
18779 \newline
18780
18781 \begin_inset Note Greyedout
18782 status open
18783
18784 \begin_layout Standard
18785
18786 \series bold
18787 Nota: endf\SpecialChar \textcompwordmark{}
18788 loat
18789 \series default
18790  no traduce automáticamente la indicación, hay que hacerlo manualmente,
18791  ver sección\InsetSpace ~
18792 4 en 
18793 \begin_inset LatexCommand cite
18794 key "endfloat"
18795
18796 \end_inset
18797
18798 .
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \newline
18805
18806 \begin_inset Note Greyedout
18807 status open
18808
18809 \begin_layout Standard
18810
18811 \series bold
18812 Nota:
18813 \series default
18814  Actualmente hay un error en 
18815 \series bold
18816 endf\SpecialChar \textcompwordmark{}
18817 loat
18818 \series default
18819  cuando el encabezado contiene el caracter alemán 
18820 \begin_inset Quotes eld
18821 \end_inset
18822
18823 ß
18824 \begin_inset Quotes erd
18825 \end_inset
18826
18827 .
18828  Usa en ese caso el comando 
18829 \begin_inset Quotes eld
18830 \end_inset
18831
18832
18833 \series bold
18834
18835 \backslash
18836 ss
18837 \series default
18838
18839 \begin_inset Quotes erd
18840 \end_inset
18841
18842  en ERT en vez de 
18843 \begin_inset Quotes eld
18844 \end_inset
18845
18846 ß
18847 \begin_inset Quotes erd
18848 \end_inset
18849
18850 .
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \begin_layout Standard
18859 \begin_inset VSpace bigskip
18860 \end_inset
18861
18862 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
18863 \begin_inset LatexCommand cite
18864 key "latexcompanion,latexguide,latexbook"
18865
18866 \end_inset
18867
18868 .
18869 \end_layout
18870
18871 \begin_layout Section
18872 Rotación de Flotantes
18873 \begin_inset LatexCommand label
18874 name "sec:Rotación-de-Flotantes"
18875
18876 \end_inset
18877
18878
18879 \begin_inset LatexCommand index
18880 name "Flotantes ! Rotación"
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888 Podrías necesitar girar flotantes, especialmente con tablas grandes.
18889  Para girar todo el flotante y su encabezado, pincha sobre su cuadro y marca
18890  la opción 
18891 \family sans
18892 Girar\InsetSpace ~
18893 a\InsetSpace ~
18894 un\InsetSpace ~
18895 lado
18896 \family default
18897 .
18898 \end_layout
18899
18900 \begin_layout Standard
18901 Los flotantes girados son puestos siempre en su propia página (o columna
18902  si el documento es de dos columnas).
18903  Normalmente se rotan de forma que puedes leerlos desde el margen externo
18904  -- a la izquierda en páginas pares, a la derecha en impares.
18905 \end_layout
18906
18907 \begin_layout Standard
18908 Los flotantes girados se refieren igual que los normales, y el formato de
18909  encabezado también es el mismo: Un ejemplo es la Tabla\InsetSpace ~
18910
18911 \begin_inset LatexCommand ref
18912 reference "tab:Tabla-girada"
18913
18914 \end_inset
18915
18916 .
18917 \end_layout
18918
18919 \begin_layout Standard
18920 \begin_inset Note Greyedout
18921 status open
18922
18923 \begin_layout Standard
18924
18925 \series bold
18926 Nota:
18927 \series default
18928  No todos los visores DVI pueden mostrar tablas giradas.
18929 \end_layout
18930
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \begin_layout Standard
18937 \begin_inset Float table
18938 wide false
18939 sideways true
18940 status open
18941
18942 \begin_layout Standard
18943 \begin_inset Caption
18944
18945 \begin_layout Standard
18946 \begin_inset LatexCommand label
18947 name "tab:Tabla-girada"
18948
18949 \end_inset
18950
18951  Tabla girada
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 \align center
18961 \begin_inset Tabular
18962 <lyxtabular version="3" rows="1" columns="5">
18963 <features>
18964 <column alignment="center" valignment="top" leftline="true" width="0">
18965 <column alignment="center" valignment="top" leftline="true" width="0">
18966 <column alignment="center" valignment="top" leftline="true" width="0">
18967 <column alignment="center" valignment="top" leftline="true" width="0">
18968 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18969 <row topline="true" bottomline="true">
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Standard
18974 test
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Standard
18983 b
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Standard
18992 c
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Standard
19001 d
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Standard
19010 e
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 </lyxtabular>
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Section
19029 Formato de Encabezados
19030 \begin_inset LatexCommand index
19031 name "Encabezados ! Formato"
19032
19033 \end_inset
19034
19035
19036 \begin_inset LatexCommand index
19037 name "Flotantes ! Formato de Encabezados"
19038
19039 \end_inset
19040
19041
19042 \begin_inset LatexCommand index
19043 name "LaTeX-paquetes ! caption"
19044
19045 \end_inset
19046
19047
19048 \begin_inset LatexCommand label
19049 name "sec:Formato-de-Encabezados"
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Standard
19057 El entorno 
19058 \family sans
19059 Encabezado
19060 \family default
19061  es el predeterminado para los 
19062 \family sans
19063 Flotantes
19064 \family default
19065 .
19066  En LyX los encabezados se muestran como etiqueta, p.\InsetSpace \thinspace{}
19067 e.\InsetSpace ~
19068 "
19069 \family sans
19070 Figura #
19071 \family default
19072 :" seguida por el texto.
19073  El símbolo de número 
19074 \begin_inset Quotes eld
19075 \end_inset
19076
19077 #
19078 \begin_inset Quotes erd
19079 \end_inset
19080
19081  es sustituido en la salida impresa por el número de referencia real.
19082  Por defecto la etiqueta y el número usan la misma fuente que el texto del
19083  encabezado y el signo dos puntos sigue al número para separar la etiqueta
19084  del texto.
19085  El formato de encabezado no es apropiado para todos los formatos de documento.
19086  
19087 \end_layout
19088
19089 \begin_layout Standard
19090 Para cambiar el formato predeterminado carga el paquete LaTeX 
19091 \series bold
19092 caption
19093 \series default
19094
19095 \begin_inset LatexCommand index
19096 name "LaTeX-paquetes ! caption"
19097
19098 \end_inset
19099
19100  en el preámbulo del documento con la línea:
19101 \end_layout
19102
19103 \begin_layout Standard
19104
19105 \series bold
19106
19107 \backslash
19108 usepackage[definición de formato]{caption}
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
19113  los encabezados de tabla siempre sobre ella como en este documento, usa
19114  el comando:
19115 \end_layout
19116
19117 \begin_layout Standard
19118
19119 \series bold
19120
19121 \backslash
19122 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
19123 \end_layout
19124
19125 \begin_layout Standard
19126 También puedes definir distintos formatos de encabezado para los distintos
19127  tipos de flotantes.
19128  En ese caso carga el paquete 
19129 \series bold
19130 caption
19131 \series default
19132  sin opciones específicas y define los distintos formatos con ayuda del
19133  comando
19134 \end_layout
19135
19136 \begin_layout Standard
19137
19138 \series bold
19139
19140 \backslash
19141 captionsetup[tipo de flotante]{definición de formato}
19142 \end_layout
19143
19144 \begin_layout Standard
19145 en el preámbulo del documento.
19146  Por ejemplo los encabezados de la Figura\InsetSpace ~
19147
19148 \begin_inset LatexCommand ref
19149 reference "fig:Esto-es-una-fig"
19150
19151 \end_inset
19152
19153  y la Tabla\InsetSpace ~
19154
19155 \begin_inset LatexCommand ref
19156 reference "tab:Esto-es-una-tab"
19157
19158 \end_inset
19159
19160  pueden crearse usando los siguientes comandos en el preámbulo:
19161 \end_layout
19162
19163 \begin_layout Standard
19164
19165 \series bold
19166
19167 \backslash
19168 usepackage[tableposition=top]{caption}
19169 \series default
19170
19171 \newline
19172
19173 \series bold
19174
19175 \backslash
19176 captionsetup[f\SpecialChar \textcompwordmark{}
19177 igure]{labelfont={tt}, textfont=it, indention=1cm,%
19178 \newline
19179
19180 \begin_inset ERT
19181 status collapsed
19182
19183 \begin_layout Standard
19184
19185
19186 \backslash
19187 hphantom{
19188 \backslash
19189
19190 \backslash
19191 captionsetup[figure]
19192 \backslash
19193 {}
19194 \end_layout
19195
19196 \end_inset
19197
19198  labelsep=period}
19199 \newline
19200
19201 \backslash
19202 captionsetup[table]{labelfont={bf,sf}}
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Para más información sobre el paquete 
19207 \series bold
19208 caption
19209 \series default
19210  acude a su documentación 
19211 \begin_inset LatexCommand cite
19212 key "caption,caption-de"
19213
19214 \end_inset
19215
19216 .
19217 \end_layout
19218
19219 \begin_layout Standard
19220 \begin_inset VSpace bigskip
19221 \end_inset
19222
19223 Si estás usando la clase de documento 
19224 \series bold
19225 koma-script
19226 \series default
19227
19228 \begin_inset LatexCommand index
19229 name "LaTeX-paquetes ! koma-script"
19230
19231 \end_inset
19232
19233  (
19234 \family sans
19235 article (koma-script)
19236 \family default
19237
19238 \family sans
19239 book (koma-script)
19240 \family default
19241
19242 \family sans
19243 letter (koma-script)
19244 \family default
19245 , o 
19246 \family sans
19247 report (koma-script)
19248 \family default
19249 \InsetSpace \thinspace{}
19250 ), puedes emplear en vez del paquete 
19251 \series bold
19252 caption
19253 \series default
19254  el comando
19255 \series bold
19256  
19257 \backslash
19258 setkomafont
19259 \series default
19260  incluido en 
19261 \series bold
19262 koma-script
19263 \series default
19264 .
19265  Por ejemplo, para poner en negrita la etiqueta del encabezado añade este
19266  comando en el preámbulo del documento:
19267 \end_layout
19268
19269 \begin_layout Standard
19270
19271 \series bold
19272
19273 \backslash
19274 setkomafont{captionlabel}{
19275 \backslash
19276 bfseries}
19277 \end_layout
19278
19279 \begin_layout Standard
19280 Más información sobre 
19281 \series bold
19282
19283 \backslash
19284 setkomafont
19285 \series default
19286  en la documentación de 
19287 \series bold
19288 koma-script
19289 \series default
19290  
19291 \begin_inset LatexCommand cite
19292 key "koma-script,koma-script-de"
19293
19294 \end_inset
19295
19296 .
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Standard
19304
19305
19306 \backslash
19307 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
19308 }
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \begin_inset Note Note
19315 status open
19316
19317 \begin_layout Standard
19318 El formato de encabezado se ha cambiado sólo para este ejemplo.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \begin_inset Float figure
19328 placement !p
19329 wide false
19330 sideways false
19331 status open
19332
19333 \begin_layout Standard
19334 \align center
19335 \begin_inset Graphics
19336         filename mobius.eps
19337         lyxscale 50
19338         scale 50
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Standard
19346 \begin_inset Caption
19347
19348 \begin_layout Standard
19349 \begin_inset LatexCommand label
19350 name "fig:Esto-es-una-fig"
19351
19352 \end_inset
19353
19354 Este es un ejemplo de encabezado de figura que es mayor de una línea para
19355  mostrar el formato diferente.
19356  Aquí se usa un encabezado autodefinido.
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Standard
19370 \begin_inset ERT
19371 status collapsed
19372
19373 \begin_layout Standard
19374
19375
19376 \backslash
19377 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
19378 on}
19379 \end_layout
19380
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \begin_layout Standard
19387 \begin_inset Float table
19388 placement !p
19389 wide false
19390 sideways false
19391 status open
19392
19393 \begin_layout Standard
19394 \begin_inset Caption
19395
19396 \begin_layout Standard
19397 \begin_inset LatexCommand label
19398 name "tab:Esto-es-una-tab"
19399
19400 \end_inset
19401
19402 Este es un ejemplo de encabezado de tabla mayor que una línea para mostrar
19403  el formato diferente.
19404  Aquí se usa el formato de encabezado standard para tablas de este documento.
19405 \end_layout
19406
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \begin_layout Standard
19413 \align center
19414 \begin_inset Tabular
19415 <lyxtabular version="3" rows="1" columns="5">
19416 <features>
19417 <column alignment="center" valignment="top" leftline="true" width="0">
19418 <column alignment="center" valignment="top" leftline="true" width="0">
19419 <column alignment="center" valignment="top" leftline="true" width="0">
19420 <column alignment="center" valignment="top" leftline="true" width="0">
19421 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
19422 <row topline="true" bottomline="true">
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Standard
19427 a
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Standard
19436 b
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Standard
19445 c
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Standard
19454 d
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Standard
19463 e
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 </lyxtabular>
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \end_layout
19480
19481 \begin_layout Section
19482 Colocación de Encabezados
19483 \begin_inset LatexCommand index
19484 name "Encabezados ! Colocación"
19485
19486 \end_inset
19487
19488
19489 \begin_inset LatexCommand index
19490 name "Flotantes ! Colocación de Encabezados"
19491
19492 \end_inset
19493
19494
19495 \begin_inset LatexCommand label
19496 name "sec:Colocación-de-Encabezados"
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 La norma habitual para colocar encabezados es:
19505 \end_layout
19506
19507 \begin_layout Description
19508 Figura: El encabezado bajo la figura
19509 \end_layout
19510
19511 \begin_layout Description
19512 Tabla: El encabezado sobre la tabla
19513 \end_layout
19514
19515 \begin_layout Standard
19516 Desafortunadamente, las clases standard de LaTeX no soportan encabezados
19517  sobre la tabla.
19518  Esto implica que si usas las clases de documento 
19519 \family sans
19520 article
19521 \family default
19522
19523 \family sans
19524 book
19525 \family default
19526
19527 \family sans
19528 letter
19529 \family default
19530 , o 
19531 \family sans
19532 report
19533 \family default
19534  no habrá espacio entre el encabezado y la tabla.
19535  Para insertar el espacio adecuado añade la siguiente opción al comando
19536  del paquete LaTeX 
19537 \series bold
19538 caption
19539 \series default
19540  en el preámbulo del documento
19541 \begin_inset Foot
19542 status collapsed
19543
19544 \begin_layout Standard
19545 Ver la sección\InsetSpace ~
19546
19547 \begin_inset LatexCommand ref
19548 reference "sec:Formato-de-Encabezados"
19549
19550 \end_inset
19551
19552  para más información sobre el paquete 
19553 \series bold
19554 caption
19555 \series default
19556 .
19557 \end_layout
19558
19559 \end_inset
19560
19561 :
19562 \end_layout
19563
19564 \begin_layout Standard
19565
19566 \series bold
19567 tableposition=top
19568 \end_layout
19569
19570 \begin_layout Standard
19571 Si estás usando la clase 
19572 \series bold
19573 koma-script
19574 \series default
19575
19576 \begin_inset LatexCommand index
19577 name "LaTeX-paquetes ! koma-script"
19578
19579 \end_inset
19580
19581  (
19582 \family sans
19583 article (koma-script)
19584 \family default
19585
19586 \family sans
19587 book (koma-script)
19588 \family default
19589
19590 \family sans
19591 letter (koma-script)
19592 \family default
19593 , o 
19594 \family sans
19595 report (koma-script)
19596 \family default
19597 \InsetSpace \thinspace{}
19598 ), en vez de 
19599 \series bold
19600 caption
19601 \series default
19602  puedes poner la opción 
19603 \series bold
19604 tablecaptionabove
19605 \series default
19606  de la clase de documento, o usar el entorno 
19607 \family sans
19608 Encabezado
19609 \family default
19610 \InsetSpace ~
19611
19612 \family sans
19613 Arriba
19614 \family default
19615  en vez del entorno 
19616 \family sans
19617 Encabezado
19618 \family default
19619 .
19620 \end_layout
19621
19622 \begin_layout Standard
19623 \begin_inset VSpace bigskip
19624 \end_inset
19625
19626 También es posible poner el encabezado junto a una figura o tabla.
19627  Para conseguirlo hay que cargar el paquete LaTeX 
19628 \series bold
19629 sidecap
19630 \series default
19631
19632 \begin_inset LatexCommand index
19633 name "LaTeX-paquetes ! sidecap"
19634
19635 \end_inset
19636
19637  añadiendo en el preámbulo del documento la línea
19638 \end_layout
19639
19640 \begin_layout Standard
19641
19642 \series bold
19643
19644 \backslash
19645 usepackage[option]{sidecap}
19646 \end_layout
19647
19648 \begin_layout Standard
19649 Si no se especifica opción, el encabezado se ubica del lado del margen externo
19650  de la página -- a la derecha en páginas impares, a la izquierda en las
19651  pares.
19652  Puedes cambiar la colocación al margen interno con la opción 
19653 \series bold
19654 innercaption
19655 \series default
19656 .
19657  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
19658  opciones 
19659 \series bold
19660 rightcaption
19661 \series default
19662  o 
19663 \series bold
19664 leftcaption
19665 \series default
19666 , respectivamente.
19667 \end_layout
19668
19669 \begin_layout Standard
19670 Para situar en LyX el encabezado de un flotante al lado, es necesario añadir
19671  estos comandos al preámbulo del documento:
19672 \end_layout
19673
19674 \begin_layout Standard
19675
19676 \lyxline
19677
19678 \end_layout
19679
19680 \begin_layout Standard
19681
19682 \series bold
19683
19684 \backslash
19685 newcommand{
19686 \backslash
19687 TabBesBeg}{%
19688 \newline
19689
19690 \begin_inset ERT
19691 status collapsed
19692
19693 \begin_layout Standard
19694
19695
19696 \backslash
19697 hphantom{ }
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \backslash
19704 let
19705 \backslash
19706 MyTable
19707 \backslash
19708 table
19709 \newline
19710
19711 \begin_inset ERT
19712 status collapsed
19713
19714 \begin_layout Standard
19715
19716
19717 \backslash
19718 hphantom{ }
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \backslash
19725 let
19726 \backslash
19727 MyEndtable
19728 \backslash
19729 endtable
19730 \newline
19731
19732 \begin_inset ERT
19733 status collapsed
19734
19735 \begin_layout Standard
19736
19737
19738 \backslash
19739 hphantom{ }
19740 \end_layout
19741
19742 \end_inset
19743
19744
19745 \backslash
19746 renewenvironment{table}{
19747 \backslash
19748 begin{SCtable}}{
19749 \backslash
19750 end{SCtable}}}
19751 \end_layout
19752
19753 \begin_layout Standard
19754
19755 \series bold
19756
19757 \backslash
19758 newcommand{
19759 \backslash
19760 TabBesEnd}{%
19761 \newline
19762
19763 \begin_inset ERT
19764 status collapsed
19765
19766 \begin_layout Standard
19767
19768
19769 \backslash
19770 hphantom{ }
19771 \end_layout
19772
19773 \end_inset
19774
19775
19776 \backslash
19777 let
19778 \backslash
19779 table
19780 \backslash
19781 MyTable
19782 \newline
19783
19784 \begin_inset ERT
19785 status collapsed
19786
19787 \begin_layout Standard
19788
19789
19790 \backslash
19791 hphantom{ }
19792 \end_layout
19793
19794 \end_inset
19795
19796
19797 \backslash
19798 let
19799 \backslash
19800 endtable
19801 \backslash
19802 MyEndtable
19803 \end_layout
19804
19805 \begin_layout Standard
19806
19807 \series bold
19808
19809 \backslash
19810 newcommand{
19811 \backslash
19812 FigBesBeg}{%
19813 \newline
19814
19815 \begin_inset ERT
19816 status collapsed
19817
19818 \begin_layout Standard
19819
19820
19821 \backslash
19822 hphantom{ }
19823 \end_layout
19824
19825 \end_inset
19826
19827
19828 \backslash
19829 let
19830 \backslash
19831 MyFigure
19832 \backslash
19833 f\SpecialChar \textcompwordmark{}
19834 igure
19835 \newline
19836
19837 \begin_inset ERT
19838 status collapsed
19839
19840 \begin_layout Standard
19841
19842
19843 \backslash
19844 hphantom{ }
19845 \end_layout
19846
19847 \end_inset
19848
19849
19850 \backslash
19851 let
19852 \backslash
19853 MyEndf\SpecialChar \textcompwordmark{}
19854 igure
19855 \backslash
19856 endf\SpecialChar \textcompwordmark{}
19857 igure
19858 \newline
19859
19860 \begin_inset ERT
19861 status collapsed
19862
19863 \begin_layout Standard
19864
19865
19866 \backslash
19867 hphantom{ }
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \backslash
19874 renewenvironment{f\SpecialChar \textcompwordmark{}
19875 igure}{
19876 \backslash
19877 begin{SCf\SpecialChar \textcompwordmark{}
19878 igure}}{
19879 \backslash
19880 end{SCf\SpecialChar \textcompwordmark{}
19881 igure}}}
19882 \end_layout
19883
19884 \begin_layout Standard
19885
19886 \series bold
19887
19888 \backslash
19889 newcommand{
19890 \backslash
19891 FigBesEnd}{%
19892 \newline
19893
19894 \begin_inset ERT
19895 status collapsed
19896
19897 \begin_layout Standard
19898
19899
19900 \backslash
19901 hphantom{ }
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \backslash
19908 let
19909 \backslash
19910 f\SpecialChar \textcompwordmark{}
19911 igure
19912 \backslash
19913 MyFigure
19914 \newline
19915
19916 \begin_inset ERT
19917 status collapsed
19918
19919 \begin_layout Standard
19920
19921
19922 \backslash
19923 hphantom{ }
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \backslash
19930 let
19931 \backslash
19932 endf\SpecialChar \textcompwordmark{}
19933 igure
19934 \backslash
19935 MyEndf\SpecialChar \textcompwordmark{}
19936 igure}
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \lyxline
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 Estos comandos permiten redefinir los flotantes de modo que el encabezado
19947  aparezca en un lado.
19948  Para figuras flotantes usa el comando
19949 \end_layout
19950
19951 \begin_layout Standard
19952
19953 \series bold
19954
19955 \backslash
19956 FigBesBeg
19957 \end_layout
19958
19959 \begin_layout Standard
19960 en ERT antes del flotante.
19961  Detrás del flotante inserta
19962 \end_layout
19963
19964 \begin_layout Standard
19965
19966 \series bold
19967
19968 \backslash
19969 FigBesEnd
19970 \end_layout
19971
19972 \begin_layout Standard
19973 en ERT para volver a la definición original de flotantes.
19974 \end_layout
19975
19976 \begin_layout Standard
19977 Para tablas flotantes usa los comandos correspondientes
19978 \end_layout
19979
19980 \begin_layout Standard
19981
19982 \series bold
19983
19984 \backslash
19985 TabBesBeg
19986 \series default
19987  y 
19988 \series bold
19989
19990 \backslash
19991 TabBesEnd
19992 \end_layout
19993
19994 \begin_layout Standard
19995 La Figura\InsetSpace ~
19996
19997 \begin_inset LatexCommand ref
19998 reference "fig:encab-al-lado"
19999
20000 \end_inset
20001
20002  y la Tabla\InsetSpace ~
20003
20004 \begin_inset LatexCommand ref
20005 reference "tab:encab-al-lado"
20006
20007 \end_inset
20008
20009  son ejemplos en los que el encabezado se sitúa al lado.
20010 \end_layout
20011
20012 \begin_layout Standard
20013 En los ejemplos puedes ver que el texto del encabezado aparece encima del
20014  flotante en tablas flotantes y debajo en las figuras flotantes.
20015  Para cambiarlo, puedes usar el comando
20016 \end_layout
20017
20018 \begin_layout Standard
20019
20020 \series bold
20021
20022 \backslash
20023 sidecaptionvpos{tipo de flotante}{colocación}
20024 \end_layout
20025
20026 \begin_layout Standard
20027 en el preámbulo o en ERT antes del flotante.
20028  El tipo de flotante es 
20029 \family sans
20030 figure
20031 \family default
20032  o 
20033 \family sans
20034 table
20035 \family default
20036 , la colocación puede ser 
20037 \begin_inset Quotes eld
20038 \end_inset
20039
20040
20041 \family sans
20042 t
20043 \family default
20044
20045 \begin_inset Quotes erd
20046 \end_inset
20047
20048  por 
20049 \begin_inset Quotes eld
20050 \end_inset
20051
20052 top
20053 \begin_inset Quotes erd
20054 \end_inset
20055
20056  (arriba), 
20057 \begin_inset Quotes eld
20058 \end_inset
20059
20060
20061 \family sans
20062 c
20063 \family default
20064
20065 \begin_inset Quotes erd
20066 \end_inset
20067
20068  por 
20069 \begin_inset Quotes eld
20070 \end_inset
20071
20072 center
20073 \begin_inset Quotes erd
20074 \end_inset
20075
20076  (centro), o 
20077 \begin_inset Quotes eld
20078 \end_inset
20079
20080
20081 \family sans
20082 b
20083 \family default
20084
20085 \begin_inset Quotes erd
20086 \end_inset
20087
20088  por 
20089 \begin_inset Quotes eld
20090 \end_inset
20091
20092 bottom
20093 \begin_inset Quotes erd
20094 \end_inset
20095
20096  (abajo).
20097  Para tener, por ejemplo, el encabezado de figuras flotantes verticalmente
20098  centrado, usa el comando
20099 \end_layout
20100
20101 \begin_layout Standard
20102
20103 \series bold
20104
20105 \backslash
20106 sidecaptionvpos{f\SpecialChar \textcompwordmark{}
20107 igure}{c}
20108 \end_layout
20109
20110 \begin_layout Standard
20111 Esto se ha hecho en la Figura\InsetSpace ~
20112
20113 \begin_inset LatexCommand ref
20114 reference "fig:encab-al-lado-de-fig"
20115
20116 \end_inset
20117
20118 .
20119 \end_layout
20120
20121 \begin_layout Standard
20122 \begin_inset VSpace defskip
20123 \end_inset
20124
20125 Más información sobre el paquete 
20126 \series bold
20127 sidecap
20128 \series default
20129  en su documentación 
20130 \begin_inset LatexCommand cite
20131 key "sidecap"
20132
20133 \end_inset
20134
20135 .
20136 \end_layout
20137
20138 \begin_layout Standard
20139 \begin_inset Note Greyedout
20140 status open
20141
20142 \begin_layout Standard
20143
20144 \series bold
20145 Nota:
20146 \series default
20147  El paquete LaTeX 
20148 \series bold
20149 hypcap
20150 \series default
20151
20152 \begin_inset LatexCommand index
20153 name "LaTeX-paquetes ! hypcap"
20154
20155 \end_inset
20156
20157 , descrito en la sección\InsetSpace ~
20158
20159 \begin_inset LatexCommand ref
20160 reference "sub:Colocación-de-Referencias"
20161
20162 \end_inset
20163
20164 , no afecta a flotantes con el encabezado al lado.
20165 \end_layout
20166
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \begin_layout Standard
20173 \begin_inset ERT
20174 status collapsed
20175
20176 \begin_layout Standard
20177
20178
20179 \backslash
20180 FigBesBeg 
20181 \end_layout
20182
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \begin_layout Standard
20189 \begin_inset Float figure
20190 wide false
20191 sideways false
20192 status open
20193
20194 \begin_layout Standard
20195 \begin_inset Graphics
20196         filename escher-lsd.eps
20197         scale 75
20198
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \begin_layout Standard
20205 \begin_inset Caption
20206
20207 \begin_layout Standard
20208 \begin_inset LatexCommand label
20209 name "fig:encab-al-lado"
20210
20211 \end_inset
20212
20213 Encabezado al lado de una figura.
20214 \end_layout
20215
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 \begin_inset ERT
20228 status collapsed
20229
20230 \begin_layout Standard
20231
20232
20233 \backslash
20234 TabBesBeg 
20235 \end_layout
20236
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \begin_layout Standard
20243 \begin_inset Float table
20244 wide false
20245 sideways false
20246 status open
20247
20248 \begin_layout Standard
20249 \begin_inset Caption
20250
20251 \begin_layout Standard
20252 \begin_inset LatexCommand label
20253 name "tab:encab-al-lado"
20254
20255 \end_inset
20256
20257 Esto es un encabezado al lado de una tabla.
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \begin_layout Standard
20266 \begin_inset Tabular
20267 <lyxtabular version="3" rows="4" columns="5">
20268 <features>
20269 <column alignment="center" valignment="top" leftline="true" width="0">
20270 <column alignment="center" valignment="top" leftline="true" width="0">
20271 <column alignment="center" valignment="top" leftline="true" width="0">
20272 <column alignment="center" valignment="top" leftline="true" width="0">
20273 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
20274 <row topline="true">
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Standard
20279 a
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Standard
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Standard
20297 b
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Standard
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Standard
20315 c
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 <row topline="true">
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Standard
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Standard
20335 d
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Standard
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Standard
20353 e
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Standard
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row topline="true">
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Standard
20373 f
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Standard
20382
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Standard
20391 g
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Standard
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Standard
20409 h
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 </row>
20415 <row topline="true" bottomline="true">
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Standard
20420
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Standard
20429 i
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Standard
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Standard
20447 j
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Standard
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 </lyxtabular>
20463
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \begin_inset ERT
20476 status collapsed
20477
20478 \begin_layout Standard
20479
20480
20481 \backslash
20482 TabBesEnd
20483 \end_layout
20484
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \begin_layout Standard
20491 \begin_inset ERT
20492 status collapsed
20493
20494 \begin_layout Standard
20495
20496
20497 \backslash
20498 sidecaptionvpos{figure}{c}
20499 \end_layout
20500
20501 \end_inset
20502
20503
20504 \begin_inset Float figure
20505 wide false
20506 sideways false
20507 status open
20508
20509 \begin_layout Standard
20510 \begin_inset Graphics
20511         filename escher-lsd.eps
20512         scale 75
20513
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \begin_layout Standard
20520 \begin_inset Caption
20521
20522 \begin_layout Standard
20523 \begin_inset LatexCommand label
20524 name "fig:encab-al-lado-de-fig"
20525
20526 \end_inset
20527
20528 Encabezado junto a una figura centrado verticalmente.
20529 \end_layout
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \begin_layout Standard
20542 \begin_inset ERT
20543 status collapsed
20544
20545 \begin_layout Standard
20546
20547
20548 \backslash
20549 FigBesEnd
20550 \end_layout
20551
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \begin_layout Section
20558 Lista de Flotantes
20559 \begin_inset LatexCommand label
20560 name "sec:Lista-de-Flotantes"
20561
20562 \end_inset
20563
20564
20565 \begin_inset LatexCommand index
20566 name "Flotantes ! Lista"
20567
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \begin_layout Standard
20574 Igual que en el índice general se listan las secciones del documento, hay
20575  listas para todos los tipos de flotantes, como las figuras.
20576  Se pueden insertar mediante los submenús 
20577 \family sans
20578 Insertar\SpecialChar \menuseparator
20579 Lista / IG
20580 \family default
20581 .
20582 \end_layout
20583
20584 \begin_layout Standard
20585 Las entradas de la lista son los encabezados del flotante o su título corto,
20586  el número de flotante, y el número de la página del documento en la que
20587  aparecen.
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Puedes encontrar las listas de figuras y tablas al final de este documento.
20592 \end_layout
20593
20594 \begin_layout Chapter
20595 Notas
20596 \end_layout
20597
20598 \begin_layout Section
20599 Notas en 
20600 \begin_inset ERT
20601 status collapsed
20602
20603 \begin_layout Standard
20604
20605
20606 \backslash
20607 texorpdfstring{
20608 \end_layout
20609
20610 \end_inset
20611
20612 LyX
20613 \begin_inset ERT
20614 status collapsed
20615
20616 \begin_layout Standard
20617
20618 }{LyX}
20619 \end_layout
20620
20621 \end_inset
20622
20623  
20624 \begin_inset LatexCommand label
20625 name "sec:Notas-en-LyX"
20626
20627 \end_inset
20628
20629
20630 \begin_inset LatexCommand index
20631 name "Notas ! Notas en LyX"
20632
20633 \end_inset
20634
20635
20636 \begin_inset Note Note
20637 status collapsed
20638
20639 \begin_layout Standard
20640 El comando 
20641 \backslash
20642 texorpdfstring es suministrado por el paquete LaTeX hyperref para evitar
20643  que los enlaces se muestren erróneamente en los marcadores PDF.
20644  Para más información sobre esto mira en 
20645 \begin_inset LatexCommand cite
20646 key "hyperref"
20647
20648 \end_inset
20649
20650 .
20651 \end_layout
20652
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \begin_layout Standard
20659 Las notas se insertan con el botón 
20660 \begin_inset Graphics
20661         filename ../images/note-insert.xpm
20662         scale 85
20663
20664 \end_inset
20665
20666  o el menú 
20667 \family sans
20668 Insertar\SpecialChar \menuseparator
20669 Nota
20670 \family default
20671 .
20672  Hay tres tipos de notas:
20673 \end_layout
20674
20675 \begin_layout Description
20676 Nota\InsetSpace ~
20677 LyX Este tipo es para notas internas que no han de aparecer en la salida.
20678  Su cuadro se muestra como este:
20679 \newline
20680
20681 \newline
20682
20683 \begin_inset Graphics
20684         filename ../clipart/NotaLyXImagenQt4.png
20685         display none
20686         scale 85
20687
20688 \end_inset
20689
20690  
20691 \begin_inset Note Note
20692 status open
20693
20694 \begin_layout Standard
20695 Este es un texto en un recuadro que no se muestra en la salida.
20696 \end_layout
20697
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \begin_layout Description
20704 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
20705  comentario de LaTeX, cuando exportas el documento a LaTeX via el menú 
20706 \family sans
20707 Archivo\SpecialChar \menuseparator
20708 Exportar\SpecialChar \menuseparator
20709 LaTeX (pdflatex) / LaTeX (plain)
20710 \family default
20711 .
20712  Su recuadro se ve así:
20713 \newline
20714
20715 \newline
20716
20717 \begin_inset Graphics
20718         filename ../clipart/ComentNotaImagenQt4.png
20719         display none
20720         scale 85
20721
20722 \end_inset
20723
20724  
20725 \begin_inset Note Comment
20726 status open
20727
20728 \begin_layout Standard
20729 Una nota comentario que solo aparece como comentario en archivos LaTeX.
20730 \end_layout
20731
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \begin_layout Description
20738 Resaltado\InsetSpace ~
20739 en\InsetSpace ~
20740 gris Esta nota aparece en la salida como texto resaltado en gris.
20741  Su recuadro se parece a este:
20742 \newline
20743
20744 \newline
20745
20746 \begin_inset Graphics
20747         filename ../clipart/GrisNotaImagenQt4.png
20748         display none
20749         scale 85
20750
20751 \end_inset
20752
20753
20754 \newline
20755
20756 \begin_inset ERT
20757 status collapsed
20758
20759 \begin_layout Standard
20760
20761
20762 \backslash
20763 renewenvironment{lyxgreyedout}
20764 \end_layout
20765
20766 \begin_layout Standard
20767
20768 {
20769 \backslash
20770 textcolor[gray]{0.8}
20771 \backslash
20772 bgroup}{
20773 \backslash
20774 egroup}
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \begin_inset Note Greyedout
20781 status open
20782
20783 \begin_layout Standard
20784 Este es el texto
20785 \begin_inset Foot
20786 status open
20787
20788 \begin_layout Standard
20789 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
20790 \end_layout
20791
20792 \end_inset
20793
20794  de un comentario que se muestra resaltado en gris.
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \begin_inset ERT
20801 status collapsed
20802
20803 \begin_layout Standard
20804
20805
20806 \backslash
20807 renewenvironment{lyxgreyedout}
20808 \end_layout
20809
20810 \begin_layout Standard
20811
20812 {
20813 \backslash
20814 textcolor{blue}
20815 \backslash
20816 bgroup}{
20817 \backslash
20818 egroup}
20819 \end_layout
20820
20821 \end_inset
20822
20823
20824 \newline
20825
20826 \newline
20827 Como se ve en el ejemplo, la primera línea de notas resaltadas en gris está
20828  un poco sangrada y puede tener notas al pie.
20829 \end_layout
20830
20831 \begin_layout Standard
20832 \begin_inset VSpace bigskip
20833 \end_inset
20834
20835 Si usas el botón de la barra de herramientas para insertar notas, se inserta
20836  una 
20837 \family sans
20838 Nota\InsetSpace ~
20839 LyX
20840 \family default
20841 .
20842  Puedes cambiar entre los tres tipos de nota con click-derecha sobre el
20843  recuadro.
20844  
20845 \family roman
20846 \series medium
20847 \bar no
20848 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
20849  botón de herramienta nota
20850 \family default
20851 \series default
20852 \bar default
20853 .
20854 \end_layout
20855
20856 \begin_layout Standard
20857 \begin_inset VSpace bigskip
20858 \end_inset
20859
20860 Se puede cambiar el color del resaltado en gris poniendo en el preámbulo
20861  el comando:
20862 \end_layout
20863
20864 \begin_layout Standard
20865
20866 \series bold
20867
20868 \backslash
20869 renewenvironment{lyxgreyedout}
20870 \newline
20871
20872 \begin_inset ERT
20873 status collapsed
20874
20875 \begin_layout Standard
20876
20877
20878 \backslash
20879 hphantom{ }
20880 \end_layout
20881
20882 \end_inset
20883
20884 {
20885 \backslash
20886 textcolor{color}
20887 \backslash
20888 bgroup}{
20889 \backslash
20890 egroup}
20891 \end_layout
20892
20893 \begin_layout Standard
20894 Los colores disponibles y el método para definir nuestros propios colores
20895  se explica en la sección\InsetSpace ~
20896
20897 \begin_inset LatexCommand ref
20898 reference "sec:Tablas-Coloreadas"
20899
20900 \end_inset
20901
20902 .
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Las notas en azul en este documento se han hecho con notas resaltado en
20907  gris definiendo el color del texto en azul.
20908 \end_layout
20909
20910 \begin_layout Section
20911 Notas al pie
20912 \begin_inset LatexCommand label
20913 name "sec:Notas-al-pie"
20914
20915 \end_inset
20916
20917
20918 \begin_inset LatexCommand index
20919 name "Notas ! al Pie"
20920
20921 \end_inset
20922
20923
20924 \begin_inset LatexCommand index
20925 name "Notas al Pie"
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \begin_layout Standard
20933 Las notas al pie se insertan con el botón 
20934 \begin_inset Graphics
20935         filename ../images/footnote-insert.xpm
20936         scale 85
20937
20938 \end_inset
20939
20940  o el menú 
20941 \family sans
20942 Insertar\SpecialChar \menuseparator
20943 Nota\InsetSpace ~
20944 al\InsetSpace ~
20945 pie
20946 \family default
20947 .
20948  
20949 \family roman
20950 \series medium
20951 \bar no
20952 Aparece un recuadro como este:
20953 \family default
20954 \series default
20955 \bar default
20956  
20957 \begin_inset Graphics
20958         filename ../clipart/notapieQt4.png
20959         scale 80
20960
20961 \end_inset
20962
20963
20964 \family roman
20965 \series medium
20966 \bar no
20967  donde puedes introducir el texto.
20968  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
20969  sobre el
20970 \family default
20971 \series default
20972 \bar default
20973  
20974 \family roman
20975 \series medium
20976 \bar no
20977 botón
20978 \family default
20979 \series default
20980 \bar default
20981 .
20982 \end_layout
20983
20984 \begin_layout Standard
20985 Aquí hay un ejemplo de nota al pie:
20986 \family roman
20987 \series medium
20988 \bar no
20989
20990 \begin_inset Foot
20991 status open
20992
20993 \begin_layout Standard
20994 \begin_inset LatexCommand label
20995 name "pie:Esto-es-una"
20996
20997 \end_inset
20998
20999 Ejemplo de nota al pie.
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \family default
21006 \series default
21007 \bar default
21008
21009 \begin_inset ERT
21010 status collapsed
21011
21012 \begin_layout Standard
21013
21014
21015 \backslash
21016 newcounter{MyRepeatFoot}
21017 \end_layout
21018
21019 \begin_layout Standard
21020
21021
21022 \backslash
21023 setcounter{MyRepeatFoot}{
21024 \backslash
21025 thefootnote}
21026 \end_layout
21027
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \begin_layout Standard
21034 En la salida, el pie se muestra como número exponente en el lugar del texto
21035  donde se coloca el recuadro.
21036  El texto se coloca al final de la página actual.
21037  Los números de las notas son calculados por LaTeX, y son consecutivos.
21038  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
21039 \end_layout
21040
21041 \begin_layout Standard
21042 Las notas al pie pueden referenciarse como flotantes: Inserta una etiqueta
21043  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
21044  se describe en la sección\InsetSpace ~
21045
21046 \begin_inset LatexCommand ref
21047 reference "sec:Referencias-a-Flotantes"
21048
21049 \end_inset
21050
21051 .
21052 \newline
21053 Esto es una referencia cruzada a la Nota al pie\InsetSpace ~
21054
21055 \begin_inset LatexCommand prettyref
21056 reference "pie:Esto-es-una"
21057
21058 \end_inset
21059
21060 .
21061 \newline
21062
21063 \begin_inset Note Greyedout
21064 status collapsed
21065
21066 \begin_layout Standard
21067
21068 \series bold
21069 Nota:
21070 \series default
21071  LyX no suministra prefijos para etiquetas en notas al pie, así que has
21072  de insertar un prefijo, p.\InsetSpace \thinspace{}
21073 e.\InsetSpace ~
21074
21075 \family sans
21076
21077 \begin_inset Quotes eld
21078 \end_inset
21079
21080 pie:
21081 \family default
21082
21083 \begin_inset Quotes erd
21084 \end_inset
21085
21086  manualmente cuando quieras usar el estilo 
21087 \family sans
21088 Referencia\InsetSpace ~
21089 con\InsetSpace ~
21090 formato
21091 \family default
21092 .
21093 \end_layout
21094
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \begin_layout Standard
21101 \begin_inset VSpace defskip
21102 \end_inset
21103
21104 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección\InsetSpace ~
21105
21106 \begin_inset LatexCommand ref
21107 reference "sec:Minipáginas"
21108
21109 \end_inset
21110
21111 .
21112  Los pies en tablas largas en la sección\InsetSpace ~
21113
21114 \begin_inset LatexCommand ref
21115 reference "sub:Notas-al-pie-en-Tablas-Largas"
21116
21117 \end_inset
21118
21119 .
21120 \end_layout
21121
21122 \begin_layout Standard
21123 \begin_inset VSpace defskip
21124 \end_inset
21125
21126 Para crear solo una marca para una nota al pie, puedes usar el comando 
21127 \series bold
21128
21129 \backslash
21130 footnotemark[número]
21131 \series default
21132  en ERT.
21133  Esto se emplea si tienes la misma anotación varias veces en el texto pero
21134  no quieres imprimir el pie cada vez.
21135 \newline
21136 Como no sabes el número del pie que
21137  se repite mientras escribes el texto, tienes que guardarlo.
21138  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
21139  en ERT detrás de Nota\InsetSpace ~
21140 al\InsetSpace ~
21141 pie\InsetSpace ~
21142
21143 \begin_inset LatexCommand ref
21144 reference "pie:Esto-es-una"
21145
21146 \end_inset
21147
21148  para guardar el número de pie:
21149 \end_layout
21150
21151 \begin_layout Standard
21152
21153 \series bold
21154
21155 \backslash
21156 newcounter{MyRepeatFoot}
21157 \newline
21158
21159 \backslash
21160 setcounter{MyRepeatFoot}{
21161 \backslash
21162 thefootnote}
21163 \end_layout
21164
21165 \begin_layout Standard
21166 La marca de pie se crea entonces con el comando:
21167 \end_layout
21168
21169 \begin_layout Standard
21170
21171 \series bold
21172
21173 \backslash
21174 footnotemark[
21175 \backslash
21176 theMyRepeatFoot]
21177 \end_layout
21178
21179 \begin_layout Standard
21180 Aquí hay un ejemplo de marca de pie:
21181 \family roman
21182 \series medium
21183 \bar no
21184
21185 \begin_inset ERT
21186 status collapsed
21187
21188 \begin_layout Standard
21189
21190
21191 \backslash
21192 footnotemark[
21193 \backslash
21194 theMyRepeatFoot]
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \begin_layout Subsection
21203 Numeración de Notas al Pie
21204 \begin_inset LatexCommand label
21205 name "sub:Numeración-de-Notas-al-Pie"
21206
21207 \end_inset
21208
21209
21210 \begin_inset LatexCommand index
21211 name "Notas al Pie ! Numeración"
21212
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \begin_layout Standard
21219 Si quieres numerar notas al pie en el esquema 
21220 \begin_inset Quotes eld
21221 \end_inset
21222
21223 capítulo.nota
21224 \begin_inset Quotes erd
21225 \end_inset
21226
21227 , añade el siguiente comando al preámbulo del documento:
21228 \end_layout
21229
21230 \begin_layout Standard
21231
21232 \series bold
21233
21234 \backslash
21235 numberwithin{footnote}{chapter}
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Para poder usar el comando 
21240 \series bold
21241
21242 \backslash
21243 numberwithin
21244 \series default
21245 , marca la opción 
21246 \family sans
21247 Usar
21248 \family default
21249 \InsetSpace ~
21250
21251 \family sans
21252 el
21253 \family default
21254 \InsetSpace ~
21255
21256 \family sans
21257 paquete
21258 \family default
21259 \InsetSpace ~
21260
21261 \family sans
21262 AMS 
21263 \family default
21264 en la pestaña 
21265 \family sans
21266 Ecuaciones
21267 \family default
21268  de la configuración del documento.
21269 \end_layout
21270
21271 \begin_layout Standard
21272 \begin_inset ERT
21273 status collapsed
21274
21275 \begin_layout Standard
21276
21277
21278 \backslash
21279 numberwithin{footnote}{chapter}
21280 \end_layout
21281
21282 \end_inset
21283
21284 Esto es otro ejemplo de nota al pie:
21285 \series bold
21286
21287 \begin_inset Foot
21288 status open
21289
21290 \begin_layout Standard
21291 Nota al pie numerada en el esquema 
21292 \begin_inset Quotes eld
21293 \end_inset
21294
21295 capítulo.nota
21296 \begin_inset Quotes erd
21297 \end_inset
21298
21299 .
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \series default
21306
21307 \begin_inset ERT
21308 status collapsed
21309
21310 \begin_layout Standard
21311
21312
21313 \backslash
21314 numberwithin{footnote}{part}
21315 \end_layout
21316
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \begin_layout Standard
21323 \begin_inset VSpace bigskip
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Standard
21330 Para reestablecer el número de pie a 1 en cada sección añade este
21331 \family roman
21332  comando en el preámbulo:
21333 \end_layout
21334
21335 \begin_layout Standard
21336
21337 \series bold
21338
21339 \backslash
21340 @addtoreset{footnote}{section}
21341 \end_layout
21342
21343 \begin_layout Standard
21344 \begin_inset VSpace bigskip
21345 \end_inset
21346
21347 El siguiente comando en el preámbulo cambia el estilo de numeración del
21348  pie a números romanos pequeños:
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 renewcommand{
21357 \backslash
21358 thefootnote}{
21359 \backslash
21360 roman{footnote}}
21361 \end_layout
21362
21363 \begin_layout Standard
21364 \begin_inset ERT
21365 status collapsed
21366
21367 \begin_layout Standard
21368
21369
21370 \backslash
21371 renewcommand{
21372 \backslash
21373 thefootnote}{
21374 \backslash
21375 roman{footnote}}
21376 \end_layout
21377
21378 \end_inset
21379
21380  Nota al pie en números romanos:
21381 \begin_inset Foot
21382 status open
21383
21384 \begin_layout Standard
21385 Ejemplo de nota al pie en números romanos.
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \begin_inset ERT
21392 status collapsed
21393
21394 \begin_layout Standard
21395
21396
21397 \backslash
21398 renewcommand{
21399 \backslash
21400 thefootnote}{
21401 \backslash
21402 arabic{footnote}}
21403 \end_layout
21404
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \begin_layout Standard
21411 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
21412  
21413 \series bold
21414
21415 \backslash
21416 roman
21417 \series default
21418  por 
21419 \series bold
21420
21421 \backslash
21422 Roman
21423 \series default
21424 .
21425  Para 
21426 \begin_inset Quotes eld
21427 \end_inset
21428
21429 numerar
21430 \begin_inset Quotes erd
21431 \end_inset
21432
21433  las
21434 \series bold
21435  
21436 \series default
21437 notas al pie con letras mayúsculas o minúsculas usa 
21438 \series bold
21439
21440 \backslash
21441 Alph
21442 \series default
21443  o 
21444 \series bold
21445
21446 \backslash
21447 alph
21448 \series default
21449 , respectivamente.
21450  Para 
21451 \begin_inset Quotes eld
21452 \end_inset
21453
21454 numerar
21455 \begin_inset Quotes erd
21456 \end_inset
21457
21458  las notas al pie con símbolos usa 
21459 \series bold
21460
21461 \backslash
21462 fnsymbol
21463 \series default
21464 .
21465 \end_layout
21466
21467 \begin_layout Standard
21468 \begin_inset Note Greyedout
21469 status open
21470
21471 \begin_layout Standard
21472
21473 \series bold
21474 Nota:
21475 \series medium
21476  
21477 \series default
21478 Sólo puedes numerar hasta 26 pies con letras, porque esta numeración está
21479  limitada a letras simples.
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \newline
21486
21487 \begin_inset Note Greyedout
21488 status open
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493 Nota:
21494 \series default
21495  Sólo puedes numerar 9 pies con símbolos.
21496 \end_layout
21497
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \begin_layout Standard
21504 Para volver al estilo de numeración predeterminado cuando has cambiado a
21505  otro estilo, usa 
21506 \series bold
21507
21508 \backslash
21509 arabic
21510 \series default
21511  en vez de 
21512 \series bold
21513
21514 \backslash
21515 roman
21516 \series default
21517  en el comando anterior.
21518 \end_layout
21519
21520 \begin_layout Subsection
21521 Colocación de Notas al Pie
21522 \begin_inset LatexCommand index
21523 name "Notas al Pie ! Colocación"
21524
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \begin_layout Standard
21531 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
21532  entre ellas al final de la página.
21533  Para hacerlas más legibles puedes añadir p.\InsetSpace \thinspace{}
21534 e.
21535  1.5\InsetSpace \thinspace{}
21536 mm con el comando siguiente en el preámbulo:
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542
21543 \backslash
21544 let
21545 \backslash
21546 myFoot
21547 \backslash
21548 footnote
21549 \newline
21550
21551 \backslash
21552 renewcommand{
21553 \backslash
21554 footnote}[1]{
21555 \backslash
21556 myFoot{#1
21557 \backslash
21558 vspace{1.5mm}}}
21559 \end_layout
21560
21561 \begin_layout Standard
21562 \begin_inset VSpace bigskip
21563 \end_inset
21564
21565 En documentos a dos columnas la nota al pie aparece al final de cada columna,
21566  ver la Figura\InsetSpace ~
21567
21568 \begin_inset LatexCommand ref
21569 reference "fig:Colocación-standard-del-pie"
21570
21571 \end_inset
21572
21573 .
21574  Si las notas debieran mostrarse sólo al final de la columna derecha, como
21575  en la Figura\InsetSpace ~
21576
21577 \begin_inset LatexCommand ref
21578 reference "fig:Colocación-del-pie-en"
21579
21580 \end_inset
21581
21582 , usa el paquete LaTeX 
21583 \series bold
21584 ftnright
21585 \series default
21586
21587 \begin_inset LatexCommand index
21588 name "LaTeX-paquetes ! ftnright"
21589
21590 \end_inset
21591
21592  con este comando en el preámbulo:
21593 \end_layout
21594
21595 \begin_layout Standard
21596
21597 \series bold
21598
21599 \backslash
21600 usepackage{ftnright}
21601 \end_layout
21602
21603 \begin_layout Standard
21604 \begin_inset Float figure
21605 placement !h
21606 wide false
21607 sideways false
21608 status open
21609
21610 \begin_layout Standard
21611 \begin_inset ERT
21612 status collapsed
21613
21614 \begin_layout Standard
21615
21616
21617 \backslash
21618 framebox{
21619 \end_layout
21620
21621 \end_inset
21622
21623
21624 \begin_inset Graphics
21625         filename ../clipart/without_fntright.pdf
21626         width 100col%
21627
21628 \end_inset
21629
21630
21631 \begin_inset ERT
21632 status collapsed
21633
21634 \begin_layout Standard
21635
21636 }
21637 \end_layout
21638
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \begin_layout Standard
21645 \begin_inset Caption
21646
21647 \begin_layout Standard
21648 \begin_inset LatexCommand label
21649 name "fig:Colocación-standard-del-pie"
21650
21651 \end_inset
21652
21653 Colocación standard de notas al pie en documentos a dos columnas.
21654 \end_layout
21655
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \begin_inset Float figure
21668 placement !h
21669 wide false
21670 sideways false
21671 status open
21672
21673 \begin_layout Standard
21674 \begin_inset ERT
21675 status collapsed
21676
21677 \begin_layout Standard
21678
21679
21680 \backslash
21681 framebox{
21682 \end_layout
21683
21684 \end_inset
21685
21686
21687 \begin_inset Graphics
21688         filename ../clipart/with_fntright.pdf
21689         width 100col%
21690
21691 \end_inset
21692
21693
21694 \begin_inset ERT
21695 status collapsed
21696
21697 \begin_layout Standard
21698
21699 }
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \begin_layout Standard
21708 \begin_inset Caption
21709
21710 \begin_layout Standard
21711 \begin_inset LatexCommand label
21712 name "fig:Colocación-del-pie-en"
21713
21714 \end_inset
21715
21716 Colocación del pie en documentos a dos columnas cuando se usa el paquete
21717  LaTeX 
21718 \series bold
21719 ftnright
21720 \series default
21721 .
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \begin_layout Standard
21735 \begin_inset VSpace bigskip
21736 \end_inset
21737
21738 En alguna literatura científica se acostumbra reunir las notas e imprimirlas
21739  en un párrafo separado al final de la sección, como en la Figura\InsetSpace ~
21740
21741 \begin_inset LatexCommand ref
21742 reference "fig:Notas-al-final----notas-al-pie"
21743
21744 \end_inset
21745
21746 .
21747  Para usar notas finales en vez de notas al pie , carga el paquete LaTeX
21748  
21749 \series bold
21750 endnotes
21751 \series default
21752
21753 \begin_inset LatexCommand index
21754 name "LaTeX-paquetes ! endnotes"
21755
21756 \end_inset
21757
21758  con las siguientes líneas en el preámbulo de tu documento:
21759 \end_layout
21760
21761 \begin_layout Standard
21762
21763 \series bold
21764
21765 \backslash
21766 usepackage{endnotes}
21767 \newline
21768
21769 \backslash
21770 let
21771 \backslash
21772 footnote
21773 \backslash
21774 endnote
21775 \end_layout
21776
21777 \begin_layout Standard
21778 Para insertar la colección de notas, escribe el comando
21779 \end_layout
21780
21781 \begin_layout Standard
21782
21783 \series bold
21784
21785 \backslash
21786 theendnotes
21787 \end_layout
21788
21789 \begin_layout Standard
21790 en ERT al final de una sección o capítulo.
21791 \end_layout
21792
21793 \begin_layout Standard
21794 \begin_inset Float figure
21795 wide false
21796 sideways false
21797 status open
21798
21799 \begin_layout Standard
21800 \align center
21801 \begin_inset ERT
21802 status collapsed
21803
21804 \begin_layout Standard
21805
21806
21807 \backslash
21808 framebox{
21809 \end_layout
21810
21811 \end_inset
21812
21813
21814 \begin_inset Graphics
21815         filename ../clipart/endnotes.pdf
21816
21817 \end_inset
21818
21819
21820 \begin_inset ERT
21821 status collapsed
21822
21823 \begin_layout Standard
21824
21825 }
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834 \begin_inset Caption
21835
21836 \begin_layout Standard
21837 \begin_inset LatexCommand label
21838 name "fig:Notas-al-final----notas-al-pie"
21839
21840 \end_inset
21841
21842 Notas al final -- notas al pie impresas en párrafo separado al final de
21843  la sección o del capítulo.
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Standard
21857 \begin_inset VSpace defskip
21858 \end_inset
21859
21860 La cabecera de párrafo para las notas finales no se traduce automáticamente
21861  al lenguaje del documento, hay que hacerlo manualmente.
21862   El siguiente comando de preámbulo traduce el nombre en inglés 
21863 \begin_inset Quotes eld
21864 \end_inset
21865
21866 Notes
21867 \begin_inset Quotes erd
21868 \end_inset
21869
21870  al español 
21871 \begin_inset Quotes eld
21872 \end_inset
21873
21874 Notas
21875 \begin_inset Quotes erd
21876 \end_inset
21877
21878 :
21879 \end_layout
21880
21881 \begin_layout Standard
21882
21883 \series bold
21884
21885 \backslash
21886 renewcommand{
21887 \backslash
21888 notesname}{Notas}
21889 \end_layout
21890
21891 \begin_layout Standard
21892 \begin_inset VSpace defskip
21893 \end_inset
21894
21895 La numeración de notas finales puede cambiarse como la de las notas al pie,
21896  como se describe en la sección\InsetSpace ~
21897
21898 \begin_inset LatexCommand ref
21899 reference "sub:Numeración-de-Notas-al-Pie"
21900
21901 \end_inset
21902
21903 ; sólo hay que reemplazar el comando 
21904 \series bold
21905
21906 \backslash
21907 thefootnote
21908 \series default
21909  por 
21910 \series bold
21911
21912 \backslash
21913 theendnote
21914 \series default
21915 .
21916  Para restablecer la numeración usa el comando 
21917 \series bold
21918
21919 \backslash
21920 @addtoreset 
21921 \series default
21922 como se describe en la sección\InsetSpace ~
21923
21924 \begin_inset LatexCommand ref
21925 reference "sub:Numeración-de-Notas-al-Pie"
21926
21927 \end_inset
21928
21929  y sustituye el parámetro de comando 
21930 \series bold
21931 footnote
21932 \series default
21933  por 
21934 \series bold
21935 endnote
21936 \series default
21937 .
21938 \end_layout
21939
21940 \begin_layout Standard
21941 Para crear solo una marca para una nota final, usa el comando 
21942 \series bold
21943
21944 \backslash
21945 endnotemark[número]
21946 \series default
21947  similar al comando 
21948 \series bold
21949
21950 \backslash
21951 footnotemark
21952 \series default
21953 , descrito en la sección\InsetSpace ~
21954
21955 \begin_inset LatexCommand ref
21956 reference "sec:Notas-al-pie"
21957
21958 \end_inset
21959
21960 .
21961 \end_layout
21962
21963 \begin_layout Standard
21964 \begin_inset VSpace bigskip
21965 \end_inset
21966
21967 Las notas al pie también pueden colocarse al margen de la página y la alineación
21968  del texto del pie también puede cambiarse, ver el paquete LaTeX 
21969 \series bold
21970 footmisc
21971 \series default
21972
21973 \begin_inset LatexCommand index
21974 name "LaTeX-paquetes ! footmisc"
21975
21976 \end_inset
21977
21978
21979 \begin_inset LatexCommand cite
21980 key "footmisc"
21981
21982 \end_inset
21983
21984  para más información.
21985 \end_layout
21986
21987 \begin_layout Standard
21988 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
21989  
21990 \begin_inset LatexCommand cite
21991 key "latexcompanion,latexguide,latexbook"
21992
21993 \end_inset
21994
21995 .
21996 \end_layout
21997
21998 \begin_layout Section
21999 Notas al Margen
22000 \begin_inset LatexCommand index
22001 name "Notas ! al Margen"
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \begin_layout Standard
22009 Las notas al margen se ven y se comportan en LyX como notas al pie.
22010  Se insertan con el menú 
22011 \family sans
22012 Insertar\SpecialChar \menuseparator
22013 Nota\InsetSpace ~
22014 al\InsetSpace ~
22015 margen
22016 \family default
22017  o el botón 
22018 \begin_inset Graphics
22019         filename ../images/marginalnote-insert.xpm
22020         scale 85
22021
22022 \end_inset
22023
22024 .
22025  Aparece un cuadro gris con la etiqueta en rojo
22026 \family roman
22027 \series medium
22028  
22029 \begin_inset Quotes eld
22030 \end_inset
22031
22032 margen
22033 \begin_inset Quotes erd
22034 \end_inset
22035
22036  en el que puedes escribir el texto de la nota.
22037 \end_layout
22038
22039 \begin_layout Standard
22040 Al lado hay un ejemplo de nota al margen.
22041 \family roman
22042 \series medium
22043
22044 \begin_inset Marginal
22045 status open
22046
22047 \begin_layout Standard
22048 Esto es una nota al margen.
22049 \end_layout
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \begin_layout Standard
22057 Estas notas salen en el margen derecho en documentos a una cara.
22058  En documentos a doble cara se muestran en el margen externo -- izquierdo
22059  en páginas pares, derecho en páginas impares.
22060  El texto de las notas se alinea en la parte opuesta al margen -- se alinea
22061  a la derecha si la nota aparece en el margen izquierdo.
22062  La primera línea de la nota se sitúa en la posición de la línea del texto
22063  en la que se inserta en el documento.
22064 \end_layout
22065
22066 \begin_layout Standard
22067 \begin_inset VSpace bigskip
22068 \end_inset
22069
22070 Para colocar la nota en el margen interno añade el comando
22071 \end_layout
22072
22073 \begin_layout Standard
22074
22075 \series bold
22076
22077 \backslash
22078 reversemarginpar
22079 \end_layout
22080
22081 \begin_layout Standard
22082 en ERT antes de la nota.
22083  La nueva colocación es válida para todas las siguientes notas al margen.
22084 \begin_inset ERT
22085 status collapsed
22086
22087 \begin_layout Standard
22088
22089
22090 \backslash
22091 reversemarginpar 
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \begin_inset Marginal
22098 status open
22099
22100 \begin_layout Standard
22101 Esto es una nota en el margen interno.
22102 \end_layout
22103
22104 \end_inset
22105
22106
22107 \series bold
22108
22109 \newline
22110
22111 \series default
22112
22113 \begin_inset Note Greyedout
22114 status open
22115
22116 \begin_layout Standard
22117
22118 \series bold
22119 Nota:
22120 \series default
22121  A veces no hay espacio suficiente en el margen interno, por lo que la nota
22122  no se mostrará correctamente en la salida.
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \begin_layout Standard
22131 \begin_inset ERT
22132 status collapsed
22133
22134 \begin_layout Standard
22135
22136
22137 \backslash
22138 normalmarginpar 
22139 \end_layout
22140
22141 \end_inset
22142
22143 Para volver a la ubicación predeterminada inserta el comando
22144 \end_layout
22145
22146 \begin_layout Standard
22147
22148 \series bold
22149
22150 \backslash
22151 normalmarginpar
22152 \end_layout
22153
22154 \begin_layout Standard
22155 en ERT.
22156 \newline
22157  
22158 \begin_inset Note Greyedout
22159 status open
22160
22161 \begin_layout Standard
22162
22163 \series bold
22164 Nota:
22165 \series default
22166  El comando se ignora si en el mismo párrafo está también presente el comando
22167  
22168 \series bold
22169
22170 \backslash
22171 reversemarginpar
22172 \series default
22173 .
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \end_layout
22180
22181 \begin_layout Standard
22182 \begin_inset VSpace bigskip
22183 \end_inset
22184
22185
22186 \family roman
22187 \series medium
22188
22189 \begin_inset Marginal
22190 status open
22191
22192 \begin_layout Standard
22193 PalabraMuyLargaAlMargen no partida con guión.
22194 \end_layout
22195
22196 \end_inset
22197
22198
22199 \family default
22200 \series default
22201 Como en el caso descrito en la sección\InsetSpace ~
22202
22203 \begin_inset LatexCommand ref
22204 reference "sub:Líneas-Múltiples-en"
22205
22206 \end_inset
22207
22208 , una palabra larga no puede partirse con guión cuando es la primera en
22209  la nota al margen.
22210  Para evitar esto, inserta el comando
22211 \end_layout
22212
22213 \begin_layout Standard
22214
22215 \series bold
22216
22217 \backslash
22218 hspace{0pt}
22219 \end_layout
22220
22221 \begin_layout Standard
22222 en ERT antes de la palabra
22223 \family roman
22224 \series medium
22225 .
22226 \begin_inset Marginal
22227 status open
22228
22229 \begin_layout Standard
22230 \begin_inset ERT
22231 status collapsed
22232
22233 \begin_layout Standard
22234
22235
22236 \backslash
22237 hspace{0pt}
22238 \end_layout
22239
22240 \end_inset
22241
22242 PalabraMuyLargaAlMargen partida con guión.
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \begin_layout Standard
22251 \begin_inset VSpace bigskip
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Standard
22258 \begin_inset Note Greyedout
22259 status open
22260
22261 \begin_layout Standard
22262
22263 \series bold
22264 Nota:
22265 \series default
22266  Normalmente no pueden utilizarse notas al margen en tablas, flotantes,
22267  y notas al pie.
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 \begin_inset VSpace bigskip
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \begin_layout Standard
22283 \begin_inset ERT
22284 status collapsed
22285
22286 \begin_layout Standard
22287
22288
22289 \backslash
22290 ifmarginnote
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \begin_inset Note Note
22297 status open
22298
22299 \begin_layout Standard
22300 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22301  LaTeX 
22302 \series bold
22303 marginnote
22304 \series default
22305 .
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 Esta restricción se puede salvar con el paquete LaTeX 
22315 \series bold
22316 marginnote
22317 \series default
22318
22319 \begin_inset LatexCommand index
22320 name "LaTeX-paquetes ! marginnote"
22321
22322 \end_inset
22323
22324 .
22325  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
22326  notas al margen es redefinido para usar el comando provisto por el paquete
22327  
22328 \series bold
22329 marginnote
22330 \series default
22331 :
22332 \end_layout
22333
22334 \begin_layout Standard
22335
22336 \series bold
22337
22338 \backslash
22339 usepackage{marginnote}
22340 \newline
22341
22342 \backslash
22343 let
22344 \backslash
22345 marginpar
22346 \backslash
22347 marginnote
22348 \end_layout
22349
22350 \begin_layout Standard
22351 Esto se ha utilizado en el presente documento porque 
22352 \series bold
22353 marginnote
22354 \series default
22355  tiene una característica adicional útil: Puedes imponer un offset vertical
22356  a la nota.
22357  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
22358  diseño de la página.
22359  El offset se determina en LyX como ERT directamente tras la nota al margen
22360  en el esquema
22361 \end_layout
22362
22363 \begin_layout Standard
22364
22365 \series bold
22366 [offset]
22367 \end_layout
22368
22369 \begin_layout Standard
22370 donde offset es una longitud en una de las unidades listadas en la Tabla\InsetSpace ~
22371
22372 \begin_inset LatexCommand ref
22373 reference "tab:Unidades"
22374
22375 \end_inset
22376
22377 .
22378  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
22379  abajo.
22380
22381 \family roman
22382 \series medium
22383  Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5\InsetSpace \thinspace{}
22384 cm
22385  arriba con el comando ERT 
22386 \begin_inset Quotes eld
22387 \end_inset
22388
22389
22390 \family default
22391 \series bold
22392 [-1.5cm]
22393 \family roman
22394 \series medium
22395
22396 \begin_inset Quotes erd
22397 \end_inset
22398
22399
22400 \begin_inset Marginal
22401 status open
22402
22403 \begin_layout Standard
22404 Esta nota está 1.5\InsetSpace \thinspace{}
22405 cm por encima de su posición original.
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \family default
22412 \series default
22413
22414 \begin_inset ERT
22415 status collapsed
22416
22417 \begin_layout Standard
22418
22419 [-1.5cm]
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Standard
22428 \begin_inset VSpace defskip
22429 \end_inset
22430
22431 Con 
22432 \series bold
22433 marginnote
22434 \series default
22435  también puedes cambiar la alineación del texto en el margen.
22436  Por ejemplo los comandos
22437 \end_layout
22438
22439 \begin_layout Standard
22440
22441 \series bold
22442
22443 \backslash
22444 renewcommand*{
22445 \backslash
22446 raggedleftmarginnote}{
22447 \backslash
22448 centering}
22449 \newline
22450
22451 \backslash
22452 renewcommand*{
22453 \backslash
22454 raggedrightmarginnote}{
22455 \backslash
22456 centering}
22457 \end_layout
22458
22459 \begin_layout Standard
22460 producen alineación centrada.
22461  
22462 \series bold
22463
22464 \backslash
22465 raggedleftmarginnote
22466 \series default
22467  identifica las notas que aparecen al lado izquierdo.
22468 \family roman
22469 \series medium
22470
22471 \begin_inset ERT
22472 status collapsed
22473
22474 \begin_layout Standard
22475
22476
22477 \backslash
22478 renewcommand*{
22479 \backslash
22480 raggedleftmarginnote}{
22481 \backslash
22482 centering}
22483 \end_layout
22484
22485 \begin_layout Standard
22486
22487
22488 \backslash
22489 renewcommand*{
22490 \backslash
22491 raggedrightmarginnote}{
22492 \backslash
22493 centering}
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \begin_inset Marginal
22500 status open
22501
22502 \begin_layout Standard
22503 El texto de esta nota está centrado.
22504 \end_layout
22505
22506 \end_inset
22507
22508  
22509 \family default
22510 \series default
22511 El valor predeterminado es 
22512 \end_layout
22513
22514 \begin_layout Standard
22515
22516 \series bold
22517
22518 \backslash
22519 renewcommand*{
22520 \backslash
22521 raggedleftmarginnote}{
22522 \backslash
22523 raggedleft}
22524 \newline
22525
22526 \backslash
22527 renewcommand*{
22528 \backslash
22529 raggedrightmarginnote}{
22530 \backslash
22531 raggedright}
22532 \family roman
22533 \series medium
22534
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Standard
22539
22540
22541 \backslash
22542 renewcommand*{
22543 \backslash
22544 raggedleftmarginnote}{
22545 \backslash
22546 raggedleft}
22547 \end_layout
22548
22549 \begin_layout Standard
22550
22551
22552 \backslash
22553 renewcommand*{
22554 \backslash
22555 raggedrightmarginnote}{
22556 \backslash
22557 raggedright}
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \begin_layout Standard
22566 \begin_inset VSpace defskip
22567 \end_inset
22568
22569 Para otras características de 
22570 \series bold
22571 marginnote
22572 \series default
22573  mira en su documentación 
22574 \begin_inset LatexCommand cite
22575 key "marginnote"
22576
22577 \end_inset
22578
22579 .
22580 \end_layout
22581
22582 \begin_layout Standard
22583 \begin_inset VSpace bigskip
22584 \end_inset
22585
22586 El diseño de las notas al margen puede ser redefinido.
22587  Por ejemplo, para crear una cabecera para todas las notas con el texto
22588  
22589 \begin_inset Quotes eld
22590 \end_inset
22591
22592
22593 \series bold
22594 \bar under
22595 ¡
22596 \family sans
22597 Atención
22598 \family default
22599 !
22600 \series default
22601 \bar default
22602
22603 \begin_inset Quotes erd
22604 \end_inset
22605
22606 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
22607 \end_layout
22608
22609 \begin_layout Standard
22610
22611 \series bold
22612
22613 \backslash
22614 let
22615 \backslash
22616 myMarginpar
22617 \backslash
22618 marginpar
22619 \newline
22620
22621 \backslash
22622 renewcommand{
22623 \backslash
22624 marginpar}[1]{
22625 \backslash
22626 myMarginpar{%
22627 \newline
22628
22629 \begin_inset ERT
22630 status collapsed
22631
22632 \begin_layout Standard
22633
22634
22635 \backslash
22636 hphantom{ }
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \backslash
22643 hspace{0pt}
22644 \backslash
22645 textsf{
22646 \backslash
22647 textbf{
22648 \backslash
22649 underbar{¡Atención!}}}%
22650 \newline
22651
22652 \begin_inset ERT
22653 status collapsed
22654
22655 \begin_layout Standard
22656
22657
22658 \backslash
22659 hphantom{ }
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \backslash
22666 vspace{1.5mm}
22667 \backslash
22668
22669 \backslash
22670 #1}}
22671 \end_layout
22672
22673 \begin_layout Standard
22674
22675 \family roman
22676 \series medium
22677 \begin_inset ERT
22678 status collapsed
22679
22680 \begin_layout Standard
22681
22682
22683 \backslash
22684 let
22685 \backslash
22686 myMarginpar
22687 \backslash
22688 marginpar
22689 \end_layout
22690
22691 \begin_layout Standard
22692
22693
22694 \backslash
22695 renewcommand{
22696 \backslash
22697 marginpar}[1]{
22698 \backslash
22699 myMarginpar{%
22700 \end_layout
22701
22702 \begin_layout Standard
22703
22704    
22705 \backslash
22706 textsf{
22707 \backslash
22708 textbf{
22709 \backslash
22710 underbar{¡Atención!}}}%
22711 \end_layout
22712
22713 \begin_layout Standard
22714
22715    
22716 \backslash
22717 vspace{1.5mm}
22718 \backslash
22719
22720 \backslash
22721 #1}}
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \begin_inset Marginal
22728 status open
22729
22730 \begin_layout Standard
22731 Esta es una nota con una cabecera definida.
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \family default
22738 \series default
22739
22740 \begin_inset ERT
22741 status collapsed
22742
22743 \begin_layout Standard
22744
22745 [-1.5cm]
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \family roman
22752 \series medium
22753
22754 \begin_inset ERT
22755 status collapsed
22756
22757 \begin_layout Standard
22758
22759
22760 \backslash
22761 renewcommand{
22762 \backslash
22763 marginpar}[1]{
22764 \backslash
22765 myMarginpar{#1}}
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \family default
22772 \series default
22773
22774 \begin_inset Note Note
22775 status collapsed
22776
22777 \begin_layout Standard
22778 El formato de la nota al margen se ha cambiado solo para este ejemplo.
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset ERT
22788 status collapsed
22789
22790 \begin_layout Standard
22791
22792
22793 \backslash
22794 else
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset Note Note
22801 status open
22802
22803 \begin_layout Standard
22804 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22805  
22806 \series bold
22807 marginnote
22808 \series default
22809 .
22810 \end_layout
22811
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \begin_layout Standard
22818 Debes instalar el paquete LaTeX 
22819 \series bold
22820 marginnote
22821 \series default
22822  para ver la parte siguiente en la salida.
22823 \end_layout
22824
22825 \begin_layout Standard
22826 \begin_inset ERT
22827 status collapsed
22828
22829 \begin_layout Standard
22830
22831
22832 \backslash
22833 fi
22834 \end_layout
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Chapter
22842 Cuadros
22843 \end_layout
22844
22845 \begin_layout Section
22846 Introducción
22847 \begin_inset LatexCommand index
22848 name "Cuadros ! Introducción"
22849
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \begin_layout Standard
22856 Los cuadros se emplean para dar formato a bloques de texto.
22857  Se pueden usar para escribir documentos con varios lenguajes, ver sección\InsetSpace ~
22858
22859 \begin_inset LatexCommand ref
22860 reference "sec:Minipáginas"
22861
22862 \end_inset
22863
22864 , enmarcar textos, ver sección\InsetSpace ~
22865
22866 \begin_inset LatexCommand ref
22867 reference "sec:Cuadros-Enmarcados"
22868
22869 \end_inset
22870
22871 , evitar la división de palabras, ver sección\InsetSpace ~
22872
22873 \begin_inset LatexCommand ref
22874 reference "sec:Prevención-de-la-Partición-con-Guiones"
22875
22876 \end_inset
22877
22878 , alinear texto, ver sección\InsetSpace ~
22879
22880 \begin_inset LatexCommand ref
22881 reference "sub:Alineación-Vertical"
22882
22883 \end_inset
22884
22885 , o para poner color de fondo a un texto, ver sección\InsetSpace ~
22886
22887 \begin_inset LatexCommand ref
22888 reference "sec:Cuadros-Coloreados"
22889
22890 \end_inset
22891
22892 .
22893 \end_layout
22894
22895 \begin_layout Standard
22896 Se insertan con el menú 
22897 \family sans
22898 Insertar\SpecialChar \menuseparator
22899 Cuadro
22900 \family default
22901 .
22902  Surge un recuadro gris con la etiqueta 
22903 \family sans
22904 Cuadro (Minipágina)
22905 \family default
22906
22907 \begin_inset Graphics
22908         filename ../clipart/CuadroMinipagQt4.png
22909         scale 75
22910         keepAspectRatio
22911
22912 \end_inset
22913
22914 .
22915  El tipo de cuadro se puede elegir al hacer click-derecho sobre él.
22916  Sale un diálogo en el que 
22917 \family sans
22918 Cuadro
22919 \family default
22920 \InsetSpace ~
22921
22922 \family sans
22923 interior
22924 \family default
22925  permite escoger los tipos 
22926 \family sans
22927 Parbox (
22928 \family default
22929
22930 \begin_inset Quotes eld
22931 \end_inset
22932
22933
22934 \family sans
22935 Párrafo
22936 \family default
22937
22938 \begin_inset Quotes erd
22939 \end_inset
22940
22941
22942 \family sans
22943 )
22944 \family default
22945  y 
22946 \family sans
22947 Minipágina
22948 \family default
22949 .
22950  El 
22951 \family sans
22952 Minipágina
22953 \family default
22954  es el predeterminado para nuevos cuadros y se explica en la sección\InsetSpace ~
22955
22956 \begin_inset LatexCommand ref
22957 reference "sec:Minipáginas"
22958
22959 \end_inset
22960
22961 ; el tipo 
22962 \family sans
22963 Parbox
22964 \family default
22965  se describe en la sección\InsetSpace ~
22966
22967 \begin_inset LatexCommand ref
22968 reference "sec:Cuadros-de-Párrafo"
22969
22970 \end_inset
22971
22972 .
22973 \end_layout
22974
22975 \begin_layout Standard
22976 Los cuadros no se numeran y por tanto no se pueden referenciar como los
22977  flotantes o las notas al pie.
22978 \end_layout
22979
22980 \begin_layout Standard
22981 \begin_inset Note Greyedout
22982 status open
22983
22984 \begin_layout Standard
22985
22986 \series bold
22987 Nota:
22988 \series default
22989  Debido a un error en LyX hay que insertar un espacio protegido detrás de
22990  un cuadro si se desea separar con un espacio el cuadro y el texto siguiente.
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999 \begin_inset Note Greyedout
23000 status open
23001
23002 \begin_layout Standard
23003
23004 \series bold
23005 Nota:
23006 \series default
23007  Los cuadros no deben ser el item en un entorno 
23008 \family sans
23009 Enumeración
23010 \family default
23011  o 
23012 \family sans
23013 Descripción
23014 \family default
23015 .
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Standard
23024 \begin_inset Note Greyedout
23025 status open
23026
23027 \begin_layout Standard
23028
23029 \series bold
23030 Nota:
23031 \series default
23032  Por razones desconocidas solo se puede poner el tipo 
23033 \family sans
23034 Cuadro\InsetSpace ~
23035 interior
23036 \family default
23037  en 
23038 \family sans
23039 Ninguno
23040 \family default
23041  cuando se emplea un cuadro enmarcado.
23042  Los cuadros sin ningún tipo de 
23043 \family sans
23044 Cuadro\InsetSpace ~
23045 interior
23046 \family default
23047  y sin marcos se explican en la sección\InsetSpace ~
23048
23049 \begin_inset LatexCommand ref
23050 reference "sec:Prevención-de-la-Partición-con-Guiones"
23051
23052 \end_inset
23053
23054 .
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Section
23063 Diálogo Cuadros
23064 \begin_inset LatexCommand label
23065 name "sec:Diálogo-Cuadros"
23066
23067 \end_inset
23068
23069
23070 \begin_inset LatexCommand index
23071 name "Cuadros ! Diálogo"
23072
23073 \end_inset
23074
23075
23076 \begin_inset LatexCommand index
23077 name "Cuadros ! Alineación"
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout Standard
23085 En el diálogo puedes ajustar la geometría del cuadro en los campos 
23086 \family sans
23087 Ancho
23088 \family default
23089  y 
23090 \family sans
23091 Alto
23092 \family default
23093 .
23094  Las unidades disponibles para la geometría se explican en la Tabla\InsetSpace ~
23095
23096 \begin_inset LatexCommand ref
23097 reference "tab:Unidades"
23098
23099 \end_inset
23100
23101 .
23102  El campo 
23103 \family sans
23104 Alto
23105 \family default
23106  ofrece los siguientes tamaños adicionales:
23107 \end_layout
23108
23109 \begin_layout Description
23110 Profundidad Este es el texto plano 
23111 \begin_inset Quotes eld
23112 \end_inset
23113
23114 alto
23115 \begin_inset Quotes erd
23116 \end_inset
23117
23118 .
23119  Ignora la profundidad total cuando hay mútiples líneas de texto en el cuadro:
23120 \newline
23121
23122 \newline
23123
23124 \newline
23125
23126 \begin_inset Box Boxed
23127 position "c"
23128 hor_pos "c"
23129 has_inner_box 1
23130 inner_pos "c"
23131 use_parbox 0
23132 width "12col%"
23133 special "none"
23134 height "1in"
23135 height_special "depth"
23136 status open
23137
23138 \begin_layout Standard
23139 \align center
23140 Cuadro con altura establecida en 1\InsetSpace \thinspace{}
23141 Profundidad
23142 \end_layout
23143
23144 \end_inset
23145
23146
23147 \newline
23148
23149 \newline
23150
23151 \end_layout
23152
23153 \begin_layout Description
23154 Alto Es la altura del texto que está dentro del cuadro.
23155  Un valor de, p.\InsetSpace \thinspace{}
23156 e.\InsetSpace ~
23157 2 para este tamaño fijará la altura del cuadro a 2 veces
23158  la altura del texto: 
23159 \begin_inset Box Boxed
23160 position "c"
23161 hor_pos "c"
23162 has_inner_box 1
23163 inner_pos "c"
23164 use_parbox 0
23165 width "20col%"
23166 special "none"
23167 height "2in"
23168 height_special "height"
23169 status open
23170
23171 \begin_layout Standard
23172 \align center
23173 Cuadro con altura puesta en 2\InsetSpace \thinspace{}
23174 Alto
23175 \end_layout
23176
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \begin_layout Description
23183 Alto\InsetSpace ~
23184 Total Esto es el Alto\InsetSpace \thinspace{}
23185 +\InsetSpace \thinspace{}
23186 Profundidad: 
23187 \begin_inset Box Boxed
23188 position "c"
23189 hor_pos "c"
23190 has_inner_box 1
23191 inner_pos "c"
23192 use_parbox 0
23193 width "20col%"
23194 special "none"
23195 height "1in"
23196 height_special "totalheight"
23197 status open
23198
23199 \begin_layout Standard
23200 \align center
23201 Cuadro con altura puesta a 1\InsetSpace \thinspace{}
23202 Alto\InsetSpace ~
23203 total
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Description
23212 Ancho Esto determina al ancho del cuadro como altura: 
23213 \begin_inset Box Boxed
23214 position "c"
23215 hor_pos "c"
23216 has_inner_box 1
23217 inner_pos "c"
23218 use_parbox 0
23219 width "12col%"
23220 special "none"
23221 height "1in"
23222 height_special "width"
23223 status open
23224
23225 \begin_layout Standard
23226 \align center
23227 Cuadro con altura puesta en 1\InsetSpace \thinspace{}
23228 Ancho
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 \begin_inset VSpace bigskip
23238 \end_inset
23239
23240 Si has elegido un 
23241 \family sans
23242 Cuadro\InsetSpace ~
23243 interior
23244 \family default
23245 , la alineación vertical del cuadro puede ser:
23246 \end_layout
23247
23248 \begin_layout Description
23249 Superior Ejemplo de línea de texto.
23250  
23251 \begin_inset Box Boxed
23252 position "t"
23253 hor_pos "c"
23254 has_inner_box 1
23255 inner_pos "c"
23256 use_parbox 0
23257 width "12col%"
23258 special "none"
23259 height "1in"
23260 height_special "totalheight"
23261 status open
23262
23263 \begin_layout Standard
23264 \align center
23265 Cuadro alineado arriba.
23266 \end_layout
23267
23268 \end_inset
23269
23270 \InsetSpace ~
23271 Ejemplo de línea de texto.
23272 \end_layout
23273
23274 \begin_layout Description
23275 Medio Ejemplo de línea de texto.
23276  
23277 \begin_inset Box Boxed
23278 position "c"
23279 hor_pos "c"
23280 has_inner_box 1
23281 inner_pos "c"
23282 use_parbox 0
23283 width "12col%"
23284 special "none"
23285 height "1in"
23286 height_special "totalheight"
23287 status open
23288
23289 \begin_layout Standard
23290 \align center
23291 Cuadro alineado enmedio.
23292 \end_layout
23293
23294 \end_inset
23295
23296 \InsetSpace ~
23297 Ejemplo de línea de texto.
23298 \end_layout
23299
23300 \begin_layout Description
23301 Inferior Ejemplo de línea de texto.
23302  
23303 \begin_inset Box Boxed
23304 position "b"
23305 hor_pos "c"
23306 has_inner_box 1
23307 inner_pos "c"
23308 use_parbox 0
23309 width "12col%"
23310 special "none"
23311 height "1in"
23312 height_special "totalheight"
23313 status open
23314
23315 \begin_layout Standard
23316 \align center
23317 Cuadro alineado abajo.
23318 \end_layout
23319
23320 \end_inset
23321
23322 \InsetSpace ~
23323 Ejemplo de línea de texto.
23324 \end_layout
23325
23326 \begin_layout Standard
23327 La alineación horizontal del cuadro puede establecerse en el diálogo de
23328  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset VSpace bigskip
23333 \end_inset
23334
23335 Cuando has escogido un 
23336 \family sans
23337 Cuadro\InsetSpace ~
23338 interior
23339 \family default
23340 , el contenido puede alinearse verticalmente a:
23341 \end_layout
23342
23343 \begin_layout Description
23344 Superior Ejemplo de línea de texto.
23345  
23346 \begin_inset Box Boxed
23347 position "c"
23348 hor_pos "c"
23349 has_inner_box 1
23350 inner_pos "t"
23351 use_parbox 0
23352 width "12col%"
23353 special "none"
23354 height "1.5in"
23355 height_special "totalheight"
23356 status open
23357
23358 \begin_layout Standard
23359 \align center
23360 Cuadro con texto alineado arriba.
23361 \end_layout
23362
23363 \end_inset
23364
23365 \InsetSpace ~
23366 Ejemplo de línea de texto.
23367 \end_layout
23368
23369 \begin_layout Description
23370 Medio Ejemplo de línea de texto.
23371  
23372 \begin_inset Box Boxed
23373 position "c"
23374 hor_pos "c"
23375 has_inner_box 1
23376 inner_pos "c"
23377 use_parbox 0
23378 width "12col%"
23379 special "none"
23380 height "1.5in"
23381 height_special "totalheight"
23382 status open
23383
23384 \begin_layout Standard
23385 \align center
23386 Cuadro con texto alineado enmedio.
23387 \end_layout
23388
23389 \end_inset
23390
23391 \InsetSpace ~
23392 Ejemplo de línea de texto.
23393 \end_layout
23394
23395 \begin_layout Description
23396 Inferior Ejemplo de línea de texto.
23397  
23398 \begin_inset Box Boxed
23399 position "c"
23400 hor_pos "c"
23401 has_inner_box 1
23402 inner_pos "b"
23403 use_parbox 0
23404 width "12col%"
23405 special "none"
23406 height "1.5in"
23407 height_special "totalheight"
23408 status open
23409
23410 \begin_layout Standard
23411 \align center
23412 Cuadro con texto alineado abajo.
23413 \end_layout
23414
23415 \end_inset
23416
23417 \InsetSpace ~
23418 Ejemplo de línea de texto.
23419 \end_layout
23420
23421 \begin_layout Description
23422 Estirado Ejemplo de línea de texto.
23423  
23424 \begin_inset Box Boxed
23425 position "c"
23426 hor_pos "c"
23427 has_inner_box 1
23428 inner_pos "s"
23429 use_parbox 0
23430 width "12col%"
23431 special "none"
23432 height "1.5in"
23433 height_special "totalheight"
23434 status open
23435
23436 \begin_layout Standard
23437 \align center
23438 Este texto
23439 \end_layout
23440
23441 \begin_layout Standard
23442 \align center
23443 está
23444 \end_layout
23445
23446 \begin_layout Standard
23447 \align center
23448 estirado.
23449 \end_layout
23450
23451 \end_inset
23452
23453 \InsetSpace ~
23454 Ejemplo de línea de texto.
23455 \end_layout
23456
23457 \begin_layout Standard
23458 Para estirar el contenido debe tener más de un párrafo.
23459  En el ejemplo anterior cada línea de texto está en un párrafo propio.
23460 \end_layout
23461
23462 \begin_layout Standard
23463 \begin_inset VSpace bigskip
23464 \end_inset
23465
23466 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
23467  LyX cuando hayas escogido un 
23468 \family sans
23469 Cuadro\InsetSpace ~
23470 interior
23471 \family default
23472 .
23473 \end_layout
23474
23475 \begin_layout Standard
23476 \align center
23477 \begin_inset Box Boxed
23478 position "c"
23479 hor_pos "c"
23480 has_inner_box 1
23481 inner_pos "s"
23482 use_parbox 0
23483 width "15col%"
23484 special "none"
23485 height "1.25in"
23486 height_special "totalheight"
23487 status open
23488
23489 \begin_layout Standard
23490 \align left
23491 Cuadro
23492 \end_layout
23493
23494 \begin_layout Standard
23495 \align center
23496 con texto
23497 \end_layout
23498
23499 \begin_layout Standard
23500 \align right
23501 estirado
23502 \end_layout
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Standard
23510 Si no has estabecido un 
23511 \family sans
23512 Cuadro\InsetSpace ~
23513 interior
23514 \family default
23515 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
23516  cuadro.
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \align center
23521 \begin_inset Box Boxed
23522 position "c"
23523 hor_pos "s"
23524 has_inner_box 0
23525 inner_pos "s"
23526 use_parbox 0
23527 width "90col%"
23528 special "none"
23529 height "1.25in"
23530 height_special "totalheight"
23531 status open
23532
23533 \begin_layout Standard
23534 \align left
23535 Texto estirado horizontalmente.
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \begin_layout Section
23544 Cuadros Enmarcados
23545 \begin_inset LatexCommand label
23546 name "sec:Cuadros-Enmarcados"
23547
23548 \end_inset
23549
23550
23551 \begin_inset LatexCommand index
23552 name "Cuadros ! Marcos"
23553
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \begin_layout Standard
23560 El estilo de marco del cuadro se puede determinar en la lista desplegable
23561  
23562 \family sans
23563 Tipo
23564 \family default
23565  del diálogo de cuadros.
23566  Son posibles los siguientes marcos:
23567 \end_layout
23568
23569 \begin_layout Description
23570 Marco\InsetSpace ~
23571 rectangular Dibuja un marco rectangular alrededor del cuadro.
23572  El grosor del marco depende de 
23573 \series bold
23574
23575 \backslash
23576 fboxrule
23577 \series default
23578 .
23579  
23580 \begin_inset Box Boxed
23581 position "c"
23582 hor_pos "c"
23583 has_inner_box 1
23584 inner_pos "c"
23585 use_parbox 0
23586 width "25col%"
23587 special "none"
23588 height "1in"
23589 height_special "totalheight"
23590 status open
23591
23592 \begin_layout Standard
23593 \align center
23594 Cuadro rectangular
23595 \end_layout
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Description
23603 Marco\InsetSpace ~
23604 ovalado,\InsetSpace ~
23605 fino Dibuja un marco ovalado cuya línea tiene un grosor de
23606  0.4\InsetSpace \thinspace{}
23607 pt.
23608  
23609 \begin_inset Box ovalbox
23610 position "c"
23611 hor_pos "c"
23612 has_inner_box 1
23613 inner_pos "c"
23614 use_parbox 0
23615 width "25col%"
23616 special "none"
23617 height "1in"
23618 height_special "totalheight"
23619 status open
23620
23621 \begin_layout Standard
23622 \align center
23623 Marco ovalado, fino
23624 \end_layout
23625
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \begin_layout Description
23632 Marco\InsetSpace ~
23633 ovalado,\InsetSpace ~
23634 grueso Dibuja un marco ovalado cuya línea tiene un grosor de
23635  0.8\InsetSpace \thinspace{}
23636 pt.
23637  
23638 \begin_inset Box Ovalbox
23639 position "c"
23640 hor_pos "c"
23641 has_inner_box 1
23642 inner_pos "c"
23643 use_parbox 0
23644 width "30col%"
23645 special "none"
23646 height "1in"
23647 height_special "totalheight"
23648 status open
23649
23650 \begin_layout Standard
23651 \align center
23652 Cuadro ovalado, grueso
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Description
23661 Marco\InsetSpace ~
23662 con\InsetSpace ~
23663 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
23664  El grosor de la línea tiene el tamaño dado por 
23665 \series bold
23666
23667 \backslash
23668 fboxrule
23669 \series default
23670 , la sombra tiene una anchura de 4\InsetSpace \thinspace{}
23671 pt.
23672  
23673 \begin_inset Box Shadowbox
23674 position "c"
23675 hor_pos "c"
23676 has_inner_box 1
23677 inner_pos "c"
23678 use_parbox 0
23679 width "20col%"
23680 special "none"
23681 height "1in"
23682 height_special "totalheight"
23683 status open
23684
23685 \begin_layout Standard
23686 \align center
23687 Marco sombrado
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \begin_layout Description
23696 Marco\InsetSpace ~
23697 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
23698  El grosor de la línea interior es 0.75\InsetSpace \thinspace{}
23699
23700 \series bold
23701
23702 \backslash
23703 fboxrule
23704 \series default
23705 , el de la línea exterior es 1.5\InsetSpace \thinspace{}
23706
23707 \series bold
23708
23709 \backslash
23710 fboxrule
23711 \series default
23712 .
23713  La distancia entre líneas es 1.5\InsetSpace \thinspace{}
23714
23715 \series bold
23716
23717 \backslash
23718 fboxrule
23719 \series default
23720 \InsetSpace \thinspace{}
23721 +\InsetSpace \thinspace{}
23722 0.5\InsetSpace \thinspace{}
23723 pt.
23724  
23725 \begin_inset Box Doublebox
23726 position "c"
23727 hor_pos "c"
23728 has_inner_box 1
23729 inner_pos "c"
23730 use_parbox 0
23731 width "20col%"
23732 special "none"
23733 height "1in"
23734 height_special "totalheight"
23735 status open
23736
23737 \begin_layout Standard
23738 \align center
23739 Marco doble
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \begin_layout Standard
23748 \begin_inset VSpace bigskip
23749 \end_inset
23750
23751 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
23752  Para poder utilizar los distintos marcos, debe estar instalado el paquete
23753  LaTeX 
23754 \series bold
23755 fancybox
23756 \series default
23757
23758 \begin_inset LatexCommand index
23759 name "LaTeX-paquetes ! fancybox"
23760
23761 \end_inset
23762
23763 .
23764 \end_layout
23765
23766 \begin_layout Standard
23767 \begin_inset VSpace bigskip
23768 \end_inset
23769
23770 El valor predeterminado por 
23771 \series bold
23772
23773 \backslash
23774 fboxrule
23775 \series default
23776  es 0.4\InsetSpace \thinspace{}
23777 pt.
23778  Puede cambiarse con el siguiente comando en ERT, p.\InsetSpace \thinspace{}
23779 e.\InsetSpace ~
23780 a\InsetSpace ~
23781 2\InsetSpace \thinspace{}
23782 pt:
23783 \end_layout
23784
23785 \begin_layout Standard
23786
23787 \series bold
23788
23789 \backslash
23790 setlength{
23791 \backslash
23792 fboxrule}{2pt}
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset ERT
23797 status collapsed
23798
23799 \begin_layout Standard
23800
23801
23802 \backslash
23803 setlength{
23804 \backslash
23805 fboxrule}{2pt}
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \begin_inset Box Boxed
23812 position "c"
23813 hor_pos "c"
23814 has_inner_box 1
23815 inner_pos "c"
23816 use_parbox 0
23817 width "25col%"
23818 special "none"
23819 height "1in"
23820 height_special "totalheight"
23821 status open
23822
23823 \begin_layout Standard
23824 \align center
23825 Cuadro rectangular con 
23826 \series bold
23827
23828 \backslash
23829 fboxrule
23830 \series default
23831 \InsetSpace \thinspace{}
23832 =\InsetSpace \thinspace{}
23833 2\InsetSpace \thinspace{}
23834 pt
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \begin_inset ERT
23841 status collapsed
23842
23843 \begin_layout Standard
23844
23845
23846 \backslash
23847 setlength{
23848 \backslash
23849 fboxrule}{0.4pt}
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset VSpace bigskip
23859 \end_inset
23860
23861 El espacio entre el marco y el contenido del cuadro es 3\InsetSpace \thinspace{}
23862 pt por defecto para
23863  todos los estilos.
23864  Se puede cambiar mediante la longitud 
23865 \series bold
23866
23867 \backslash
23868 fboxsep
23869 \series default
23870 .
23871  Por ejemplo el comando
23872 \end_layout
23873
23874 \begin_layout Standard
23875
23876 \series bold
23877
23878 \backslash
23879 setlength{
23880 \backslash
23881 fboxsep}{10pt}
23882 \end_layout
23883
23884 \begin_layout Standard
23885 determina un valor de 10\InsetSpace \thinspace{}
23886 pt, como en el siguiente cuadro:
23887 \end_layout
23888
23889 \begin_layout Standard
23890 \begin_inset ERT
23891 status collapsed
23892
23893 \begin_layout Standard
23894
23895
23896 \backslash
23897 setlength{
23898 \backslash
23899 fboxsep}{10pt}
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \begin_inset Box Boxed
23906 position "c"
23907 hor_pos "c"
23908 has_inner_box 1
23909 inner_pos "c"
23910 use_parbox 0
23911 width "25col%"
23912 special "none"
23913 height "1in"
23914 height_special "totalheight"
23915 status open
23916
23917 \begin_layout Standard
23918 \align center
23919 Cuadro rectangular con 
23920 \series bold
23921
23922 \backslash
23923 fboxsep
23924 \series default
23925 \InsetSpace \thinspace{}
23926 =\InsetSpace \thinspace{}
23927 10\InsetSpace \thinspace{}
23928 pt
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \begin_inset ERT
23935 status collapsed
23936
23937 \begin_layout Standard
23938
23939
23940 \backslash
23941 setlength{
23942 \backslash
23943 fboxsep}{3pt}
23944 \end_layout
23945
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \begin_inset VSpace bigskip
23953 \end_inset
23954
23955 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
23956  el comando 
23957 \series bold
23958
23959 \backslash
23960 cornersize
23961 \series default
23962 .
23963  El comando
23964 \end_layout
23965
23966 \begin_layout Standard
23967
23968 \series bold
23969
23970 \backslash
23971 cornersize*{1cm}
23972 \end_layout
23973
23974 \begin_layout Standard
23975 establece un diámetro de 1\InsetSpace \thinspace{}
23976 cm.
23977  El comando
23978 \end_layout
23979
23980 \begin_layout Standard
23981
23982 \series bold
23983
23984 \backslash
23985 cornersize{num}
23986 \end_layout
23987
23988 \begin_layout Standard
23989 fija el diámetro en 
23990 \family sans
23991 num\InsetSpace \thinspace{}
23992 ×\InsetSpace \thinspace{}
23993 minimo(ancho y alto del cuadro)
23994 \family default
23995 .
23996  Por defecto es 
23997 \series bold
23998
23999 \backslash
24000 cornersize{0.5}
24001 \series default
24002 .
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset ERT
24007 status collapsed
24008
24009 \begin_layout Standard
24010
24011
24012 \backslash
24013 cornersize*{1.5cm}
24014 \end_layout
24015
24016 \end_inset
24017
24018
24019 \begin_inset Box Ovalbox
24020 position "c"
24021 hor_pos "c"
24022 has_inner_box 1
24023 inner_pos "c"
24024 use_parbox 0
24025 width "28col%"
24026 special "none"
24027 height "1in"
24028 height_special "totalheight"
24029 status open
24030
24031 \begin_layout Standard
24032 \align center
24033 Cuadro ovalado con 
24034 \series bold
24035
24036 \backslash
24037 cornersize
24038 \series default
24039 \InsetSpace \thinspace{}
24040 =\InsetSpace \thinspace{}
24041 1.5\InsetSpace \thinspace{}
24042 cm
24043 \end_layout
24044
24045 \end_inset
24046
24047
24048 \begin_inset ERT
24049 status collapsed
24050
24051 \begin_layout Standard
24052
24053
24054 \backslash
24055 cornersize{0.5}
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 \begin_inset VSpace bigskip
24065 \end_inset
24066
24067 El tamaño de la sombra se puede ajustar cambiando la longitud 
24068 \series bold
24069
24070 \backslash
24071 shadowsize
24072 \series default
24073 .
24074  Este comando la ajusta a 2\InsetSpace \thinspace{}
24075 pt en el cuadro siguiente:
24076 \end_layout
24077
24078 \begin_layout Standard
24079
24080 \series bold
24081
24082 \backslash
24083 setlength{
24084 \backslash
24085 shadowsize}{2pt}
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Standard
24093
24094
24095 \backslash
24096 setlength{
24097 \backslash
24098 shadowsize}{2pt}
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \begin_inset Box Shadowbox
24105 position "c"
24106 hor_pos "c"
24107 has_inner_box 1
24108 inner_pos "c"
24109 use_parbox 0
24110 width "28col%"
24111 special "none"
24112 height "1in"
24113 height_special "totalheight"
24114 status open
24115
24116 \begin_layout Standard
24117 \align center
24118 Cuadro sombreado con 
24119 \series bold
24120
24121 \backslash
24122 shadowsize
24123 \series default
24124 \InsetSpace \thinspace{}
24125 =\InsetSpace \thinspace{}
24126 2\InsetSpace \thinspace{}
24127 pt
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \begin_inset ERT
24134 status collapsed
24135
24136 \begin_layout Standard
24137
24138
24139 \backslash
24140 setlength{
24141 \backslash
24142 shadowsize}{4pt}
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace bigskip
24152 \end_inset
24153
24154 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
24155  a los comandos.
24156 \end_layout
24157
24158 \begin_layout Section
24159 Minipáginas
24160 \begin_inset LatexCommand label
24161 name "sec:Minipáginas"
24162
24163 \end_inset
24164
24165
24166 \begin_inset LatexCommand index
24167 name "Cuadros ! Minipáginas"
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Standard
24175 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
24176  por tanto pueden tener, por ejemplo, sus propias notas al pie.
24177 \end_layout
24178
24179 \begin_layout Standard
24180 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
24181 \end_layout
24182
24183 \begin_layout Standard
24184 A continuación hay dos ejemplos de minipáginas adosadas.
24185  Su anchura está puesta en 45\InsetSpace \thinspace{}
24186 col% y separadas por un relleno horizontal,
24187  insertado via el menú 
24188 \family sans
24189 Insertar\SpecialChar \menuseparator
24190 Formato\InsetSpace ~
24191
24192 \family default
24193 es
24194 \family sans
24195 pecial\InsetSpace ~
24196 \SpecialChar \menuseparator
24197 Relleno\InsetSpace ~
24198 horizontal
24199 \family default
24200 .
24201 \end_layout
24202
24203 \begin_layout Standard
24204 \begin_inset Box Frameless
24205 position "t"
24206 hor_pos "c"
24207 has_inner_box 1
24208 inner_pos "c"
24209 use_parbox 0
24210 width "45col%"
24211 special "none"
24212 height "1in"
24213 height_special "totalheight"
24214 status open
24215
24216 \begin_layout Standard
24217
24218 \lang german
24219 Dies ist ein deutscher Text.
24220  Dies ist ein deutscher Text.
24221  Dies ist ein deutscher Text.
24222  Dies ist ein deutscher Text.
24223  Dies ist ein deutscher Text.
24224  Dies ist ein deutscher Text.
24225  Dies ist ein deutscher Text.
24226  Dies ist ein deutscher Text.
24227  Dies ist ein deutscher Text.
24228  Dies ist ein deutscher Text.
24229  Dies ist ein deutscher Text.
24230  Dies ist ein deutscher Text.
24231  Dies ist ein deutscher Text
24232 \begin_inset Foot
24233 status collapsed
24234
24235 \begin_layout Standard
24236
24237 \lang german
24238 Dies ist eine deutsche Fußnote.
24239 \end_layout
24240
24241 \end_inset
24242
24243 .
24244  Dies ist ein deutscher Text.
24245  Dies ist ein deutscher Text.
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \hfill
24252
24253 \begin_inset Box Frameless
24254 position "t"
24255 hor_pos "c"
24256 has_inner_box 1
24257 inner_pos "c"
24258 use_parbox 0
24259 width "45col%"
24260 special "none"
24261 height "1in"
24262 height_special "totalheight"
24263 status open
24264
24265 \begin_layout Standard
24266 This is an English Text.
24267  This is an English Text.
24268  This is an English Text.
24269  This is an English Text.
24270  This is an English Text.
24271  This is an English Text.
24272  This is an English Text.
24273  This is an English Text.
24274  This is an English Text.
24275  This is an English Text.
24276  This is an English Text.
24277  This is an English Text.
24278  This is an English Text.
24279  This is an English Text.
24280  This is an English Text.
24281  This is an English Text.
24282 \begin_inset Foot
24283 status collapsed
24284
24285 \begin_layout Standard
24286 This is an English footnote.
24287 \end_layout
24288
24289 \end_inset
24290
24291  This is an English Text.
24292  
24293 \end_layout
24294
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \begin_layout Standard
24301 \begin_inset VSpace bigskip
24302 \end_inset
24303
24304 Otra aplicación de los cuadros son las notas a pie en tablas.
24305  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
24306  al final de la página actual.
24307  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
24308  en la parte inferior, ordenadas con letras.
24309  La ordenación de las notas al pie se restablece en cada minipágina pero
24310  no fuera de las minipáginas.
24311 \end_layout
24312
24313 \begin_layout Standard
24314 La nota al pie en esta tabla no aparece: 
24315 \begin_inset Tabular
24316 <lyxtabular version="3" rows="3" columns="4">
24317 <features>
24318 <column alignment="center" valignment="top" leftline="true" width="0pt">
24319 <column alignment="center" valignment="top" leftline="true" width="0pt">
24320 <column alignment="center" valignment="top" leftline="true" width="0pt">
24321 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24322 <row topline="true">
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Standard
24327 1
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Standard
24336 2
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Standard
24345 3
24346 \begin_inset Foot
24347 status open
24348
24349 \begin_layout Standard
24350 Nota al pie en una tabla.
24351 \end_layout
24352
24353 \end_inset
24354
24355
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Standard
24364 4
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row topline="true">
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Standard
24375 a
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Standard
24384 b
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Standard
24393 c
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Standard
24402 d
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row topline="true" bottomline="true">
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Standard
24413 e
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Standard
24422 f
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Standard
24431 g
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Standard
24440 h
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 </lyxtabular>
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 \align center
24455 \begin_inset Box Frameless
24456 position "t"
24457 hor_pos "c"
24458 has_inner_box 1
24459 inner_pos "c"
24460 use_parbox 0
24461 width "30col%"
24462 special "none"
24463 height "1in"
24464 height_special "totalheight"
24465 status open
24466
24467 \begin_layout Standard
24468 \align center
24469 \begin_inset Tabular
24470 <lyxtabular version="3" rows="3" columns="4">
24471 <features>
24472 <column alignment="center" valignment="top" leftline="true" width="0pt">
24473 <column alignment="center" valignment="top" leftline="true" width="0pt">
24474 <column alignment="center" valignment="top" leftline="true" width="0pt">
24475 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
24476 <row topline="true">
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Standard
24481 1
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Standard
24490 2
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Standard
24499 3
24500 \begin_inset Foot
24501 status open
24502
24503 \begin_layout Standard
24504 Nota al pie en una tabla..
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Standard
24518 4
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row topline="true">
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Standard
24529 a
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Standard
24538 b
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Standard
24547 c
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Standard
24556 d
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row topline="true" bottomline="true">
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Standard
24567 e
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Standard
24576 f
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Standard
24585 g
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Standard
24594 h
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 </lyxtabular>
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \begin_inset VSpace bigskip
24614 \end_inset
24615
24616 La configuración global de párrafos se ignora en las minipáginas.
24617  Esto significa que en las mismas no habrá espacio entre párrafos aunque
24618  pongas p.\InsetSpace \thinspace{}
24619 e.\InsetSpace ~
24620
24621 \family sans
24622 Salto\InsetSpace ~
24623 medio
24624 \family default
24625  en la configuración del documento.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 Las minipáginas también sirven para poner un color de fondo para partes
24630  de texto, ver sección\InsetSpace ~
24631
24632 \begin_inset LatexCommand ref
24633 reference "sub:Color-en-Párrafos"
24634
24635 \end_inset
24636
24637 .
24638 \end_layout
24639
24640 \begin_layout Standard
24641 \begin_inset Note Greyedout
24642 status open
24643
24644 \begin_layout Standard
24645
24646 \series bold
24647 Nota:
24648 \series default
24649  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
24650  tener minipáginas en tablas, flotantes, y otros cuadros.
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Section
24659 Cuadros de Párrafo (Parbox)
24660 \begin_inset LatexCommand label
24661 name "sec:Cuadros-de-Párrafo"
24662
24663 \end_inset
24664
24665
24666 \begin_inset LatexCommand index
24667 name "Cuadros ! de Párrafo"
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 Los cuadros de párrafo son similares a las minipáginas con la diferencia
24676  de que no pueden contener notas al pie.
24677   La diferencia principal es que las minipáginas no son verdaderos cuadros
24678  sino entornos de LaTeX.
24679 \end_layout
24680
24681 \begin_layout Standard
24682 \align center
24683 \begin_inset Box Frameless
24684 position "t"
24685 hor_pos "c"
24686 has_inner_box 1
24687 inner_pos "t"
24688 use_parbox 1
24689 width "33col%"
24690 special "none"
24691 height "1in"
24692 height_special "totalheight"
24693 status collapsed
24694
24695 \begin_layout Standard
24696 Texto en un cuadro de párrafo.
24697  Texto en un cuadro de párrafo.
24698  Esta nota no aparece:
24699 \begin_inset Foot
24700 status open
24701
24702 \begin_layout Standard
24703 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Section
24717 Cuadros para Palabras y Caracteres
24718 \begin_inset LatexCommand index
24719 name "Cuadros ! para Palabras y Caracteres"
24720
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \begin_layout Subsection
24727 Prevención de la Partición con Guiones
24728 \begin_inset LatexCommand label
24729 name "sec:Prevención-de-la-Partición-con-Guiones"
24730
24731 \end_inset
24732
24733
24734 \begin_inset LatexCommand index
24735 name "Cuadros ! Prevenir Partición con Guiones"
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Standard
24743 Hay un tipo especial de cuadro para impedir que una palabra sea partida
24744  con guión.
24745 \newline
24746 He aquí un ejemplo:
24747 \end_layout
24748
24749 \begin_layout Standard
24750 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24751 e.\InsetSpace ~
24752 estalarguís
24753 imapalabra.
24754 \end_layout
24755
24756 \begin_layout Standard
24757 Para evitar su división usa el comando
24758 \end_layout
24759
24760 \begin_layout Standard
24761
24762 \series bold
24763
24764 \backslash
24765 mbox{
24766 \end_layout
24767
24768 \begin_layout Standard
24769 en ERT antes de la palabra.
24770  Tras ella inserta una llave de cierre 
24771 \begin_inset Quotes eld
24772 \end_inset
24773
24774
24775 \series bold
24776 }
24777 \series default
24778
24779 \begin_inset Quotes erd
24780 \end_inset
24781
24782  en ERT.
24783 \begin_inset ERT
24784 status collapsed
24785
24786 \begin_layout Standard
24787
24788
24789 \backslash
24790 pagebreak 
24791 \end_layout
24792
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \begin_layout Standard
24799 Este es el resultado:
24800 \end_layout
24801
24802 \begin_layout Standard
24803 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24804 e.\InsetSpace ~
24805
24806 \begin_inset ERT
24807 status collapsed
24808
24809 \begin_layout Standard
24810
24811
24812 \backslash
24813 mbox{
24814 \end_layout
24815
24816 \end_inset
24817
24818 estalarguísimapalabra.
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Standard
24823
24824 }
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \begin_layout Standard
24833 Por supuesto, la palabra sobresale del margen.
24834  Para evitarlo añade, via el menú 
24835 \family sans
24836 Insertar\SpecialChar \menuseparator
24837 Formato\InsetSpace ~
24838 especial\InsetSpace ~
24839 \SpecialChar \menuseparator
24840 Salto\InsetSpace ~
24841 de\InsetSpace ~
24842
24843 \family default
24844 línea (atajo 
24845 \series bold
24846 Ctrl-Return
24847 \series default
24848 ), un salto de línea antes de la palabra:
24849 \end_layout
24850
24851 \begin_layout Standard
24852 Esta línea es un ejemplo para mostrar cómo prevenir la división de p.\InsetSpace \thinspace{}
24853 e.\InsetSpace ~
24854
24855 \newline
24856
24857 \begin_inset ERT
24858 status collapsed
24859
24860 \begin_layout Standard
24861
24862
24863 \backslash
24864 mbox{
24865 \end_layout
24866
24867 \end_inset
24868
24869 estalarguísimapalabra.
24870 \begin_inset ERT
24871 status collapsed
24872
24873 \begin_layout Standard
24874
24875 }
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \begin_layout Subsection
24884 Alineación Vertical
24885 \begin_inset LatexCommand label
24886 name "sub:Alineación-Vertical"
24887
24888 \end_inset
24889
24890
24891 \begin_inset LatexCommand index
24892 name "Cuadros ! para Alineación Vertical"
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900 Con ayuda del comando 
24901 \series bold
24902
24903 \backslash
24904 raisebox
24905 \series default
24906  puedes alinear verticalmente con el texto circundante palabras o caracteres.
24907  
24908 \series bold
24909
24910 \backslash
24911 raisebox
24912 \series default
24913  se utiliza según el esquema:
24914 \end_layout
24915
24916 \begin_layout Standard
24917
24918 \series bold
24919
24920 \backslash
24921 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
24922 \end_layout
24923
24924 \begin_layout Standard
24925 La elevación puede ser un valor positivo para subir el cuadro o negativo
24926  para bajarlo.
24927 \end_layout
24928
24929 \begin_layout Standard
24930 Para alinear una palabra, p.\InsetSpace \thinspace{}
24931 e\InsetSpace ~
24932
24933 \begin_inset Quotes eld
24934 \end_inset
24935
24936 prevención
24937 \begin_inset Quotes erd
24938 \end_inset
24939
24940  para que la parte inferior de la letra más 
24941 \begin_inset Quotes eld
24942 \end_inset
24943
24944 profunda
24945 \begin_inset Quotes erd
24946 \end_inset
24947
24948  
24949 \begin_inset Quotes eld
24950 \end_inset
24951
24952 p
24953 \begin_inset Quotes erd
24954 \end_inset
24955
24956  esté en la línea de base, inserta el comando
24957 \end_layout
24958
24959 \begin_layout Standard
24960
24961 \series bold
24962
24963 \backslash
24964 raisebox{
24965 \backslash
24966 depth}{
24967 \end_layout
24968
24969 \begin_layout Standard
24970 en ERT antes de la palabra.
24971  Detrás de la palabra inserta una llave de cierre 
24972 \begin_inset Quotes eld
24973 \end_inset
24974
24975
24976 \series bold
24977 }
24978 \series default
24979
24980 \begin_inset Quotes erd
24981 \end_inset
24982
24983  en ERT.
24984 \newline
24985 Este es el resultado:
24986 \end_layout
24987
24988 \begin_layout Standard
24989 Esto es una línea de texto con la palabra 
24990 \begin_inset ERT
24991 status collapsed
24992
24993 \begin_layout Standard
24994
24995
24996 \backslash
24997 raisebox{
24998 \backslash
24999 depth}{
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \begin_inset Quotes eld
25006 \end_inset
25007
25008 prevención
25009 \begin_inset Quotes erd
25010 \end_inset
25011
25012
25013 \begin_inset ERT
25014 status collapsed
25015
25016 \begin_layout Standard
25017
25018 }
25019 \end_layout
25020
25021 \end_inset
25022
25023  elevada.
25024 \end_layout
25025
25026 \begin_layout Standard
25027 \begin_inset VSpace bigskip
25028 \end_inset
25029
25030 Cuando eleves o bajes caracteres en una línea, se modifica el espacio entre
25031  líneas:
25032 \end_layout
25033
25034 \begin_layout Standard
25035 Esto es una línea de texto con la palabra 
25036 \begin_inset ERT
25037 status collapsed
25038
25039 \begin_layout Standard
25040
25041
25042 \backslash
25043 raisebox{-
25044 \backslash
25045 depth}{
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \begin_inset Quotes eld
25052 \end_inset
25053
25054 prevención
25055 \begin_inset Quotes erd
25056 \end_inset
25057
25058
25059 \begin_inset ERT
25060 status collapsed
25061
25062 \begin_layout Standard
25063
25064 }
25065 \end_layout
25066
25067 \end_inset
25068
25069  como palabra más baja.
25070 \newline
25071 Esto es una línea de texto con la palabra 
25072 \begin_inset ERT
25073 status collapsed
25074
25075 \begin_layout Standard
25076
25077
25078 \backslash
25079 raisebox{0.5cm}{
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \begin_inset Quotes eld
25086 \end_inset
25087
25088 testigo
25089 \begin_inset Quotes erd
25090 \end_inset
25091
25092
25093 \begin_inset ERT
25094 status collapsed
25095
25096 \begin_layout Standard
25097
25098 }
25099 \end_layout
25100
25101 \end_inset
25102
25103  como palabra más alta.
25104 \end_layout
25105
25106 \begin_layout Standard
25107 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
25108  Por ejemplo
25109 \end_layout
25110
25111 \begin_layout Standard
25112
25113 \series bold
25114
25115 \backslash
25116 raisebox{-
25117 \backslash
25118 depth}[0pt]{
25119 \end_layout
25120
25121 \begin_layout Standard
25122 Esto es una línea de texto con la palabra 
25123 \begin_inset ERT
25124 status collapsed
25125
25126 \begin_layout Standard
25127
25128
25129 \backslash
25130 raisebox{-
25131 \backslash
25132 depth}[0pt]{
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \begin_inset Quotes eld
25139 \end_inset
25140
25141 prevención
25142 \begin_inset Quotes erd
25143 \end_inset
25144
25145
25146 \begin_inset ERT
25147 status collapsed
25148
25149 \begin_layout Standard
25150
25151 }
25152 \end_layout
25153
25154 \end_inset
25155
25156  como palabra más baja.
25157 \newline
25158 Esto es una línea de texto con la palabra 
25159 \begin_inset ERT
25160 status collapsed
25161
25162 \begin_layout Standard
25163
25164
25165 \backslash
25166 raisebox{0.5cm}[0pt]{
25167 \end_layout
25168
25169 \end_inset
25170
25171
25172 \begin_inset Quotes eld
25173 \end_inset
25174
25175 testigo
25176 \begin_inset Quotes erd
25177 \end_inset
25178
25179
25180 \begin_inset ERT
25181 status collapsed
25182
25183 \begin_layout Standard
25184
25185 }
25186 \end_layout
25187
25188 \end_inset
25189
25190  como palabra más alta.
25191 \end_layout
25192
25193 \begin_layout Standard
25194 \begin_inset VSpace bigskip
25195 \end_inset
25196
25197 El comando 
25198 \series bold
25199
25200 \backslash
25201 raisebox
25202 \series default
25203  es útil para insertar espacio vertical extra para ciertas filas de tabla
25204  de modo que su contenido esté más separado de las líneas circundantes.
25205  En la Tabla\InsetSpace ~
25206
25207 \begin_inset LatexCommand ref
25208 reference "tab:Dos-tablas-que"
25209
25210 \end_inset
25211
25212  las filas con subíndice y exponente obtienen espacio extra al elevarlas
25213  con un cuadro vacío: El comando
25214 \end_layout
25215
25216 \begin_layout Standard
25217
25218 \series bold
25219
25220 \backslash
25221 raisebox{5mm}{}
25222 \end_layout
25223
25224 \begin_layout Standard
25225 se ha insertado en las filas de la tabla.
25226 \end_layout
25227
25228 \begin_layout Standard
25229 Para añadir espacio extra vertical a todas las filas de todas las tablas,
25230  sería más conveniente  el método descrito en la sección\InsetSpace ~
25231
25232 \begin_inset LatexCommand ref
25233 reference "sub:Row-Spacing"
25234
25235 \end_inset
25236
25237 .
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset Float table
25242 wide false
25243 sideways false
25244 status open
25245
25246 \begin_layout Standard
25247 \begin_inset Caption
25248
25249 \begin_layout Standard
25250 \begin_inset LatexCommand label
25251 name "tab:Dos-tablas-que"
25252
25253 \end_inset
25254
25255 Dos tablas que muestran el efecto de espacio vertical extra con 
25256 \backslash
25257
25258 \series bold
25259 raisebox
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \begin_layout Standard
25268
25269 \hfill
25270
25271 \begin_inset Tabular
25272 <lyxtabular version="3" rows="5" columns="2">
25273 <features>
25274 <column alignment="center" valignment="top" leftline="true" width="0pt">
25275 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
25276 <row topline="true">
25277 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Standard
25281 sin 
25282 \series bold
25283
25284 \backslash
25285 raisebox
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Standard
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 <row topline="true">
25301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Standard
25305 Comando
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Standard
25314 Resultado
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 <row topline="true">
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Standard
25325 B_V
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Standard
25334 \begin_inset Formula $B_{V}$
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 </row>
25343 <row topline="true">
25344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Standard
25348 B^V
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Standard
25357 \begin_inset Formula $B^{V}$
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 </row>
25366 <row topline="true" bottomline="true">
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Standard
25371 B^
25372 \begin_inset ERT
25373 status collapsed
25374
25375 \begin_layout Standard
25376
25377
25378 \backslash
25379 textvisiblespace 
25380 \end_layout
25381
25382 \end_inset
25383
25384 A
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Standard
25393 \begin_inset Formula $B^{A}$
25394 \end_inset
25395
25396
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 </row>
25402 </lyxtabular>
25403
25404 \end_inset
25405
25406
25407 \begin_inset ERT
25408 status collapsed
25409
25410 \begin_layout Standard
25411
25412
25413 \backslash
25414 hspace{2pt}
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \begin_inset Tabular
25421 <lyxtabular version="3" rows="5" 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 multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Standard
25430 con 
25431 \series bold
25432
25433 \backslash
25434 raisebox
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Standard
25443
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row topline="true">
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Standard
25454 Comando
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Standard
25463 Resultado
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 <row topline="true">
25470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Standard
25474 B_V
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Standard
25483 \begin_inset Formula $B_{V}$
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 </row>
25492 <row topline="true">
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Standard
25497 B^V
25498 \end_layout
25499
25500 \end_inset
25501 </cell>
25502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25503 \begin_inset Text
25504
25505 \begin_layout Standard
25506 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 </row>
25515 <row topline="true" bottomline="true">
25516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Standard
25520 B^
25521 \begin_inset ERT
25522 status collapsed
25523
25524 \begin_layout Standard
25525
25526
25527 \backslash
25528 textvisiblespace 
25529 \end_layout
25530
25531 \end_inset
25532
25533 A
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Standard
25542 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 </lyxtabular>
25552
25553 \end_inset
25554
25555
25556 \hfill
25557
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \begin_layout Section
25566 Cuadros Coloreados
25567 \begin_inset LatexCommand label
25568 name "sec:Cuadros-Coloreados"
25569
25570 \end_inset
25571
25572
25573 \begin_inset LatexCommand index
25574 name "Cuadros ! Color"
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \begin_layout Subsection
25582 Color en Texto
25583 \begin_inset LatexCommand index
25584 name "Color ! en Texto"
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
25593  Esto requiere cargar el paquete LaTeX 
25594 \series bold
25595 color
25596 \series default
25597
25598 \begin_inset LatexCommand index
25599 name "LaTeX-paquetes ! color"
25600
25601 \end_inset
25602
25603  en el preámbulo del documento con
25604 \end_layout
25605
25606 \begin_layout Standard
25607
25608 \series bold
25609
25610 \backslash
25611 @ifundef\SpecialChar \textcompwordmark{}
25612 ined{textcolor}
25613 \newline
25614
25615 \begin_inset ERT
25616 status collapsed
25617
25618 \begin_layout Standard
25619
25620
25621 \backslash
25622 hphantom{ }
25623 \end_layout
25624
25625 \end_inset
25626
25627 {
25628 \backslash
25629 usepackage{color}}{}
25630 \end_layout
25631
25632 \begin_layout Standard
25633 LyX cargará automáticamente el paquete 
25634 \series bold
25635 color
25636 \series default
25637  cuando colorees texto
25638 \begin_inset Foot
25639 status collapsed
25640
25641 \begin_layout Standard
25642 Para evitar cargarlo dos veces se usa el comando 
25643 \series bold
25644
25645 \backslash
25646 @ifundef\SpecialChar \textcompwordmark{}
25647 ined
25648 \series default
25649 .
25650 \end_layout
25651
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset VSpace medskip
25659 \end_inset
25660
25661 Los cuadros coloreados se crean con el comando 
25662 \series bold
25663
25664 \backslash
25665 colorbox
25666 \series default
25667 , de acuerdo con el siguiente esquema:
25668 \end_layout
25669
25670 \begin_layout Standard
25671
25672 \series bold
25673
25674 \backslash
25675 colorbox{color}{contenido del cuadro}
25676 \end_layout
25677
25678 \begin_layout Standard
25679 El contenido también puede ser un cuadro y los cuadros coloreados también
25680  pueden estar en otros cuadros.
25681 \end_layout
25682
25683 \begin_layout Standard
25684 Los siguientes colores están predefinidos:
25685 \newline
25686
25687 \family sans
25688 black
25689 \family default
25690
25691 \family sans
25692 blue
25693 \family default
25694
25695 \family sans
25696 cyan
25697 \family default
25698 \series bold
25699
25700 \family sans
25701 \series default
25702 green
25703 \family default
25704
25705 \family sans
25706 magenta
25707 \family default
25708
25709 \family sans
25710 red
25711 \family default
25712
25713 \family sans
25714 white
25715 \family default
25716
25717 \family sans
25718 yellow
25719 \family default
25720 .
25721 \newline
25722 También puedes definir tus propios colores según se explica en la sección\InsetSpace ~
25723
25724 \begin_inset LatexCommand ref
25725 reference "sec:Tablas-Coloreadas"
25726
25727 \end_inset
25728
25729 .
25730 \end_layout
25731
25732 \begin_layout Standard
25733 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
25734 \end_layout
25735
25736 \begin_layout Standard
25737
25738 \series bold
25739
25740 \backslash
25741 colorbox{red}{
25742 \end_layout
25743
25744 \begin_layout Standard
25745 en ERT antes de la palabra.
25746  Tras la palabra inserta una llave de cierre 
25747 \begin_inset Quotes eld
25748 \end_inset
25749
25750
25751 \series bold
25752 }
25753 \series default
25754
25755 \begin_inset Quotes erd
25756 \end_inset
25757
25758  en ERT.
25759 \newline
25760 Este es el resultado:
25761 \end_layout
25762
25763 \begin_layout Standard
25764 Línea en la que la palabra 
25765 \begin_inset ERT
25766 status collapsed
25767
25768 \begin_layout Standard
25769
25770
25771 \backslash
25772 colorbox{red}{
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \begin_inset Quotes eld
25779 \end_inset
25780
25781 ¡Atención!
25782 \begin_inset Quotes erd
25783 \end_inset
25784
25785
25786 \begin_inset ERT
25787 status collapsed
25788
25789 \begin_layout Standard
25790
25791 }
25792 \end_layout
25793
25794 \end_inset
25795
25796  tiene fondo rojo.
25797 \end_layout
25798
25799 \begin_layout Standard
25800 \begin_inset VSpace bigskip
25801 \end_inset
25802
25803 Si quieres un marco de distinto color, puedes emplear el comando 
25804 \series bold
25805
25806 \backslash
25807 fcolorbox
25808 \series default
25809  con el esquema siguiente:
25810 \end_layout
25811
25812 \begin_layout Standard
25813
25814 \series bold
25815
25816 \backslash
25817 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
25818 \end_layout
25819
25820 \begin_layout Standard
25821
25822 \series bold
25823
25824 \backslash
25825 fcolorbox
25826 \series default
25827  es una extensión de 
25828 \series bold
25829
25830 \backslash
25831 colorbox
25832 \series default
25833 .
25834  El grosor del marco y el espacio entre él y el contenido se puede ajustar
25835  con las longitudes 
25836 \series bold
25837
25838 \backslash
25839 fboxrule
25840 \series default
25841  y 
25842 \series bold
25843
25844 \backslash
25845 fboxsep
25846 \series default
25847 , respectivamente, como se describe en la sección\InsetSpace ~
25848
25849 \begin_inset LatexCommand ref
25850 reference "sec:Cuadros-Enmarcados"
25851
25852 \end_inset
25853
25854 .
25855 \end_layout
25856
25857 \begin_layout Standard
25858 Para el ejemplo siguiente se ha utilizado el comando
25859 \end_layout
25860
25861 \begin_layout Standard
25862
25863 \series bold
25864
25865 \backslash
25866 fcolorbox{cyan}{magenta}{
25867 \end_layout
25868
25869 \begin_layout Standard
25870 Este es un ejemplo en el que se ha puesto un grosor de 1\InsetSpace \thinspace{}
25871 mm para la línea
25872  del marco:
25873 \newline
25874
25875 \begin_inset ERT
25876 status collapsed
25877
25878 \begin_layout Standard
25879
25880
25881 \backslash
25882 fboxrule 1mm 
25883 \backslash
25884 fboxsep 1mm
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Standard
25894
25895
25896 \backslash
25897 fcolorbox{cyan}{magenta}{
25898 \end_layout
25899
25900 \end_inset
25901
25902 Texto en un marco coloreado y enmarcado.
25903 \begin_inset ERT
25904 status collapsed
25905
25906 \begin_layout Standard
25907
25908 }
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \end_layout
25915
25916 \begin_layout Standard
25917 \begin_inset VSpace bigskip
25918 \end_inset
25919
25920 Por supuesto también puedes colorear el texto en un marco coloreado:
25921 \newline
25922
25923 \begin_inset ERT
25924 status collapsed
25925
25926 \begin_layout Standard
25927
25928
25929 \backslash
25930 fcolorbox{cyan}{magenta}{
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \color yellow
25937 Texto coloreado en un marco sombreado y coloreado.
25938 \color none
25939
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Standard
25944
25945 }
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \begin_inset ERT
25952 status collapsed
25953
25954 \begin_layout Standard
25955
25956
25957 \backslash
25958 fboxrule 0.4pt 
25959 \backslash
25960 fboxsep 3pt
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969
25970 \series bold
25971 \begin_inset VSpace medskip
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978 \begin_inset Note Greyedout
25979 status open
25980
25981 \begin_layout Standard
25982
25983 \series bold
25984 Nota:
25985 \series default
25986  El texto en cuadros coloreados no puede tener saltos de línea.
25987  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
25988  coloreado como se describe a continuación.
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Subsection
25997 Color en Párrafos
25998 \begin_inset LatexCommand label
25999 name "sub:Color-en-Párrafos"
26000
26001 \end_inset
26002
26003
26004 \begin_inset LatexCommand index
26005 name "Color ! en Párrafos"
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Standard
26013 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
26014  Antes de la minipágina inserta el comando 
26015 \series bold
26016
26017 \backslash
26018 colorbox
26019 \end_layout
26020
26021 \begin_layout Standard
26022
26023 \series bold
26024
26025 \backslash
26026 colorbox{color}{
26027 \end_layout
26028
26029 \begin_layout Standard
26030 en ERT.
26031  Detrás de la minipágina inserta una llave de cierre 
26032 \begin_inset Quotes eld
26033 \end_inset
26034
26035
26036 \series bold
26037 }
26038 \series default
26039
26040 \begin_inset Quotes erd
26041 \end_inset
26042
26043  en ERT.
26044 \end_layout
26045
26046 \begin_layout Standard
26047 \begin_inset ERT
26048 status collapsed
26049
26050 \begin_layout Standard
26051
26052
26053 \backslash
26054 colorbox{grisclaro}{
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \begin_inset Box Frameless
26061 position "t"
26062 hor_pos "c"
26063 has_inner_box 1
26064 inner_pos "t"
26065 use_parbox 0
26066 width "100col%"
26067 special "none"
26068 height "1in"
26069 height_special "totalheight"
26070 status open
26071
26072 \begin_layout Standard
26073 Texto con color de fondo.
26074  Texto con color de fondo.
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \begin_inset VSpace defskip
26079 \end_inset
26080
26081 El texto puede tener notas al pie
26082 \begin_inset Foot
26083 status open
26084
26085 \begin_layout Standard
26086 Otro ejemplo de nota
26087 \end_layout
26088
26089 \end_inset
26090
26091  y puede incluir tablas y figuras.
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \align center
26096 \begin_inset Tabular
26097 <lyxtabular version="3" rows="3" columns="3">
26098 <features>
26099 <column alignment="center" valignment="top" leftline="true" width="0">
26100 <column alignment="center" valignment="top" leftline="true" width="0">
26101 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26102 <row topline="true">
26103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Standard
26107 a
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Standard
26116 !
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Standard
26125 3
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 <row topline="true">
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Standard
26136 <
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Standard
26145 b2
26146 \begin_inset Quotes erd
26147 \end_inset
26148
26149 |
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Standard
26158 >
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 </row>
26164 <row topline="true" bottomline="true">
26165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Standard
26169 1
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Standard
26178 §
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Standard
26187 c
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 </row>
26193 </lyxtabular>
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Standard
26207
26208 }
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Section
26217 URLs (Localizador Uniforme de Recursos)
26218 \begin_inset LatexCommand index
26219 name "URLs"
26220
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \begin_layout Standard
26227 Los enlaces a páginas web o direcciones de correo se insertan con el menú
26228  
26229 \family sans
26230 Insertar\SpecialChar \menuseparator
26231 URL
26232 \family default
26233 .
26234  Surge un diálogo con dos campos; el campo 
26235 \family sans
26236 URL
26237 \family default
26238  y el campo 
26239 \family sans
26240 Nombre
26241 \family default
26242  para la descripción del URL, que saldrá impreso como texto normal inmediatament
26243 e antes del URL.
26244 \end_layout
26245
26246 \begin_layout Standard
26247 He aquí un ejemplo de URL: 
26248 \begin_inset LatexCommand url
26249 name "Página de LyX"
26250 target "http://www.lyx.org"
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Standard
26258 La opción 
26259 \family sans
26260 Generar\InsetSpace ~
26261 hiperenlace
26262 \family default
26263  en el diálogo URL sólo tiene efecto al exportar el documento al formato
26264  
26265 \begin_inset Quotes eld
26266 \end_inset
26267
26268
26269 \family sans
26270 LinuxDoc
26271 \family default
26272
26273 \begin_inset Quotes erd
26274 \end_inset
26275
26276 .
26277 \end_layout
26278
26279 \begin_layout Standard
26280 No se puede cambiar el estilo del texto del enlace.
26281  El texto del campo 
26282 \family sans
26283 Nombre
26284 \family default
26285  tendrá el estilo de texto predeterminado para el documento mientras que
26286  el texto del campo 
26287 \family sans
26288 URL
26289 \family default
26290  tendrá el estilo 
26291 \begin_inset Quotes eld
26292 \end_inset
26293
26294
26295 \family sans
26296 Typewriter
26297 \family default
26298
26299 \begin_inset Quotes erd
26300 \end_inset
26301
26302 .
26303 \end_layout
26304
26305 \begin_layout Standard
26306 Cuando usas el paquete LaTeX 
26307 \series bold
26308 hyperref
26309 \series default
26310
26311 \begin_inset LatexCommand index
26312 name "LaTeX-paquetes ! hyperref"
26313
26314 \end_inset
26315
26316  para enlazar referencias cruzadas, en las salidas DVI y PDF los URLs se
26317  convierten automáticamente en hiperenlaces disponibles.
26318 \end_layout
26319
26320 \begin_layout Standard
26321 \begin_inset Note Greyedout
26322 status open
26323
26324 \begin_layout Standard
26325
26326 \series bold
26327 Nota: 
26328 \series default
26329 Cuando utilices los caracteres: "%", "#", "^", debes escribirlos precedidos
26330  por una barra invertida, p.\InsetSpace \thinspace{}
26331 e.\InsetSpace ~
26332
26333 \begin_inset Quotes eld
26334 \end_inset
26335
26336
26337 \backslash
26338 #
26339 \begin_inset Quotes erd
26340 \end_inset
26341
26342 .
26343  Los URLs no deben finalizar con una barra invertida.
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Standard
26352 \begin_inset VSpace bigskip
26353 \end_inset
26354
26355 Para crear hiperenlaces reales sin tener que escribir la dirección del enlace
26356  en el texto, puedes usar el comando
26357 \end_layout
26358
26359 \begin_layout Standard
26360
26361 \series bold
26362
26363 \backslash
26364 href{dirección del enlace}{texto del enlace}
26365 \end_layout
26366
26367 \begin_layout Standard
26368 en ERT.
26369  Por ejemplo, para conseguir un enlace a la página web de LyX, escribe el
26370  comando
26371 \end_layout
26372
26373 \begin_layout Standard
26374
26375 \series bold
26376
26377 \backslash
26378 href{http://www.lyx.org}{
26379 \end_layout
26380
26381 \begin_layout Standard
26382 en ERT.
26383  Inserta después del comando el texto del enlace 
26384 \begin_inset Quotes eld
26385 \end_inset
26386
26387 Página de LyX
26388 \begin_inset Quotes erd
26389 \end_inset
26390
26391  seguido por una llave en ERT.
26392  Este es el resultado: 
26393 \begin_inset ERT
26394 status collapsed
26395
26396 \begin_layout Standard
26397
26398
26399 \backslash
26400 href{http://www.lyx.org}{
26401 \end_layout
26402
26403 \end_inset
26404
26405 Página de LyX
26406 \begin_inset ERT
26407 status collapsed
26408
26409 \begin_layout Standard
26410
26411 }
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 Para enlazar a direcciones de correo, añade el prefijo 
26421 \begin_inset Quotes eld
26422 \end_inset
26423
26424
26425 \family sans
26426 mailto:
26427 \family default
26428
26429 \begin_inset Quotes erd
26430 \end_inset
26431
26432  a la dirección del enlace:
26433 \newline
26434 Correo para 
26435 \begin_inset ERT
26436 status collapsed
26437
26438 \begin_layout Standard
26439
26440
26441 \backslash
26442 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
26443 \end_layout
26444
26445 \end_inset
26446
26447 la lista de correo de documentación de LyX (lyx-docs)
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Standard
26452
26453 }
26454 \end_layout
26455
26456 \end_inset
26457
26458 .
26459 \end_layout
26460
26461 \begin_layout Standard
26462 Emplear 
26463 \series bold
26464
26465 \backslash
26466 href
26467 \series default
26468  en vez del cuadro URL de LyX tiene la ventaja de que puedes especificar
26469  el estilo de texto del enlace como en las demás partes del texto.
26470  Puedes poner guiones y saltos de línea forzados para dividir textos extensos
26471  de enlaces en el margen de página.
26472  También puedes cambiar el estilo de texto para todos los URLs en el documento
26473  con una opción en el comando de carga de 
26474 \series bold
26475 hyperref
26476 \series default
26477 .
26478  Además las restricciones mencionadas antes no se aplican a 
26479 \series bold
26480
26481 \backslash
26482 href
26483 \series default
26484 .
26485  
26486 \end_layout
26487
26488 \begin_layout Standard
26489
26490 \end_layout
26491
26492 \begin_layout Standard
26493
26494 \newpage
26495
26496 \end_layout
26497
26498 \begin_layout Chapter
26499 \start_of_appendix
26500 Unidades disponibles en 
26501 \begin_inset ERT
26502 status collapsed
26503
26504 \begin_layout Standard
26505
26506
26507 \backslash
26508 texorpdfstring{
26509 \end_layout
26510
26511 \end_inset
26512
26513 LyX
26514 \begin_inset ERT
26515 status collapsed
26516
26517 \begin_layout Standard
26518
26519 }{LyX}
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \begin_inset LatexCommand index
26526 name "Unidades"
26527
26528 \end_inset
26529
26530
26531 \begin_inset LatexCommand label
26532 name "cha:Unidades-disponibles-en"
26533
26534 \end_inset
26535
26536
26537 \begin_inset Note Note
26538 status collapsed
26539
26540 \begin_layout Standard
26541 El comando 
26542 \backslash
26543 texorpdfstring suministrado por el paquete LaTeX hyperref impide que los
26544  enlaces se muestren erróneamente en los marcadores PDF.
26545  Más información en 
26546 \begin_inset LatexCommand cite
26547 key "hyperref"
26548
26549 \end_inset
26550
26551 .
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \begin_layout Standard
26560 Para comprender las unidades descritas en este manual, la Tabla\InsetSpace ~
26561
26562 \begin_inset LatexCommand ref
26563 reference "tab:Unidades"
26564
26565 \end_inset
26566
26567  describe todas las unidades disponibles en LyX.
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \begin_inset Float table
26572 placement h
26573 wide false
26574 sideways false
26575 status open
26576
26577 \begin_layout Standard
26578 \begin_inset Caption
26579
26580 \begin_layout Standard
26581 \begin_inset LatexCommand label
26582 name "tab:Unidades"
26583
26584 \end_inset
26585
26586 Unidades
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \begin_layout Standard
26595 \begin_inset VSpace medskip
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \begin_layout Standard
26602 \align center
26603 \begin_inset Tabular
26604 <lyxtabular version="3" rows="20" columns="2">
26605 <features>
26606 <column alignment="center" valignment="top" leftline="true" width="0">
26607 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
26608 <row topline="true" bottomline="true">
26609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Standard
26613 unidad
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Standard
26622 nombre/descripción
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 <row topline="true">
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Standard
26633 mm
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Standard
26642 milímetro
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 </row>
26648 <row topline="true">
26649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Standard
26653 cm
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Standard
26662 centímetro
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 </row>
26668 <row topline="true">
26669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Standard
26673 in
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Standard
26682 pulgada
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 </row>
26688 <row topline="true">
26689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Standard
26693 pt
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Standard
26702 punto (72.27\InsetSpace \thinspace{}
26703 pt = 1\InsetSpace \thinspace{}
26704 in)
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 </row>
26710 <row topline="true">
26711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Standard
26715 pc
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26721 \begin_inset Text
26722
26723 \begin_layout Standard
26724 pica (1\InsetSpace \thinspace{}
26725 pc = 12\InsetSpace \thinspace{}
26726 pt)
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 <row topline="true">
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Standard
26737 sp
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Standard
26746 punto escalado (65536\InsetSpace \thinspace{}
26747 sp = 1\InsetSpace \thinspace{}
26748 pt)
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 </row>
26754 <row topline="true">
26755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Standard
26759 bp
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Standard
26768 punto grande (72\InsetSpace \thinspace{}
26769 bp = 1\InsetSpace \thinspace{}
26770 in)
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 </row>
26776 <row topline="true">
26777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Standard
26781 dd
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Standard
26790 didot (72\InsetSpace \thinspace{}
26791 dd 
26792 \begin_inset Formula $\approx$
26793 \end_inset
26794
26795  37.6\InsetSpace \thinspace{}
26796 mm)
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 </row>
26802 <row topline="true">
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Standard
26807 cc
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26813 \begin_inset Text
26814
26815 \begin_layout Standard
26816 cicero (1\InsetSpace \thinspace{}
26817 cc = 12\InsetSpace \thinspace{}
26818 dd)
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row topline="true">
26825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Standard
26829 Escala%
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Standard
26838 % de anchura original de la imagen
26839 \end_layout
26840
26841 \end_inset
26842 </cell>
26843 </row>
26844 <row topline="true">
26845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Standard
26849 text%
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Standard
26858 % de anchura de texto
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 </row>
26864 <row topline="true">
26865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Standard
26869 col%
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Standard
26878 % de anchura de columna
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 </row>
26884 <row topline="true">
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Standard
26889 page%
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Standard
26898 % de anchura de página
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 </row>
26904 <row topline="true">
26905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26906 \begin_inset Text
26907
26908 \begin_layout Standard
26909 line%
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Standard
26918 % de anchura de línea
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 </row>
26924 <row topline="true">
26925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26926 \begin_inset Text
26927
26928 \begin_layout Standard
26929 theight%
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Standard
26938 % de altura de texto
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 </row>
26944 <row topline="true">
26945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Standard
26949 pheight%
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Standard
26958 % de altura de página
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 </row>
26964 <row topline="true">
26965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Standard
26969 ex
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Standard
26978 altura de la letra 
26979 \emph on
26980 x
26981 \emph default
26982  en la fuente actual
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 <row topline="true">
26989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Standard
26993 em
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Standard
27002 anchura de la letra 
27003 \emph on
27004 M
27005 \emph default
27006  en la fuente actual
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 </row>
27012 <row topline="true" bottomline="true">
27013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Standard
27017 mu
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Standard
27026 unidad matemática (1\InsetSpace \thinspace{}
27027 mu = 1/18\InsetSpace \thinspace{}
27028 em)
27029 \end_layout
27030
27031 \end_inset
27032 </cell>
27033 </row>
27034 </lyxtabular>
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Chapter
27047 Formatos de Archivos de Salida con Gráficos
27048 \begin_inset LatexCommand label
27049 name "cha:Formatos-de-Archivos-de-Salida"
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Section
27057 DVI
27058 \begin_inset LatexCommand index
27059 name "Formatos de Archivo ! DVI"
27060
27061 \end_inset
27062
27063
27064 \begin_inset LatexCommand index
27065 name "DVI|see{Formatos de Archivo}"
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Standard
27073 Este tipo de archivo tiene la extensión 
27074 \begin_inset Quotes eld
27075 \end_inset
27076
27077
27078 \family typewriter
27079 .dvi
27080 \family default
27081
27082 \begin_inset Quotes erd
27083 \end_inset
27084
27085 .
27086  Se denomina 
27087 \begin_inset Quotes eld
27088 \end_inset
27089
27090 device-independent
27091 \begin_inset Quotes erd
27092 \end_inset
27093
27094  (DVI), porque es completamente portable; se pueden mover de una máquina
27095  a otra sin necesidad de conversión alguna.
27096  En la época en que se desarrolló este formato, esto no era un asunto baladí.
27097  Los DVIs se usan para previsualizaciones rápidas y como preparación para
27098  otros formatos de salida como PostScript.
27099 \end_layout
27100
27101 \begin_layout Standard
27102 \begin_inset Note Greyedout
27103 status open
27104
27105 \begin_layout Standard
27106
27107 \series bold
27108 Nota:
27109 \series default
27110  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
27111 \end_layout
27112
27113 \end_inset
27114
27115  Por tanto no debes olvidar esto si mueves archivos 
27116 \family typewriter
27117 .dvi
27118 \family default
27119  a otro ordenador.
27120  Esta característica también puede retardar la visualización del archivo,
27121  porque el visor DVI tiene que convertir la imagen en segundo plano para
27122  hacerla visible al deslizar el visor.
27123  Así pues recomendamos usar PDF para archivos con muchas imágenes.
27124 \end_layout
27125
27126 \begin_layout Standard
27127 Un documento se exporta a DVI con el menú 
27128 \family sans
27129 Archivo\SpecialChar \menuseparator
27130 Exportar\SpecialChar \menuseparator
27131 DVI
27132 \family default
27133 .
27134 \end_layout
27135
27136 \begin_layout Section
27137 PostScript
27138 \begin_inset LatexCommand label
27139 name "sec:PostScript"
27140
27141 \end_inset
27142
27143
27144 \begin_inset LatexCommand index
27145 name "Formatos de Archivo ! PostScript"
27146
27147 \end_inset
27148
27149
27150 \begin_inset LatexCommand index
27151 name "PostScript|see{Formatos de Archivo}"
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Standard
27159 Este tipo de archivo tiene la extensión 
27160 \begin_inset Quotes eld
27161 \end_inset
27162
27163
27164 \family typewriter
27165 .ps
27166 \family default
27167
27168 \begin_inset Quotes erd
27169 \end_inset
27170
27171 .
27172  PostScript fue desarrollado por la compañía 
27173 \family typewriter
27174 Adobe
27175 \family default
27176  como lenguaje para impresoras.
27177  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
27178  PostScript puede considerarse como un 
27179 \begin_inset Quotes eld
27180 \end_inset
27181
27182 lenguaje de programación
27183 \begin_inset Quotes erd
27184 \end_inset
27185
27186 ; con él puedes calcular y dibujar imágenes y diagramas
27187 \begin_inset Foot
27188 status collapsed
27189
27190 \begin_layout Standard
27191 Si estás interesado en este tema acude al paquete LaTeX 
27192 \series bold
27193 PSTricks
27194 \series default
27195  
27196 \begin_inset LatexCommand cite
27197 key "pstricks"
27198
27199 \end_inset
27200
27201 .
27202 \end_layout
27203
27204 \end_inset
27205
27206 .
27207  Por esto los archivos suelen ser más grandes que los PDFs.
27208 \end_layout
27209
27210 \begin_layout Standard
27211 Los archivos PostScript solo pueden contener imágenes en el formato 
27212 \begin_inset Quotes eld
27213 \end_inset
27214
27215 Encapsulated PostScript
27216 \begin_inset Quotes erd
27217 \end_inset
27218
27219  (EPS, extensión 
27220 \begin_inset Quotes eld
27221 \end_inset
27222
27223
27224 \family typewriter
27225 .eps
27226 \family default
27227
27228 \begin_inset Quotes erd
27229 \end_inset
27230
27231 ).
27232  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
27233  en segundo plano para convertir las imágenes a EPS.
27234  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
27235  cada vez que veas o exportes el documento.
27236  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
27237  puedes evitar el problema insertando las imágenes directamente en EPS.
27238 \end_layout
27239
27240 \begin_layout Standard
27241 El documento se puede exportar a PostScript con el menú 
27242 \family sans
27243 Archivo\SpecialChar \menuseparator
27244 Exportar\SpecialChar \menuseparator
27245 Postscript
27246 \family default
27247 .
27248 \end_layout
27249
27250 \begin_layout Section
27251 PDF
27252 \begin_inset LatexCommand label
27253 name "sec:PDF"
27254
27255 \end_inset
27256
27257
27258 \begin_inset LatexCommand index
27259 name "Formatos de Archivo ! PDF"
27260
27261 \end_inset
27262
27263
27264 \begin_inset LatexCommand index
27265 name "PDF"
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Standard
27273 Este tipo de archivo tiene la extensión 
27274 \begin_inset Quotes eld
27275 \end_inset
27276
27277
27278 \family typewriter
27279 .pdf
27280 \family default
27281
27282 \begin_inset Quotes erd
27283 \end_inset
27284
27285 .
27286  El formato 
27287 \begin_inset Quotes eld
27288 \end_inset
27289
27290 Portable Document Format
27291 \begin_inset Quotes erd
27292 \end_inset
27293
27294  (PDF) fue desarrollado por 
27295 \family typewriter
27296 Adobe
27297 \family default
27298  como derivado de PostScript.
27299  Es más comprimido y utiliza muchos menos comandos que PostScript.
27300  Como su nombre 
27301 \begin_inset Quotes eld
27302 \end_inset
27303
27304 portable
27305 \begin_inset Quotes erd
27306 \end_inset
27307
27308  indica, puede ser procesado por cualquier sistema operativo y la salida
27309  impresa se muestra exactamente igual.
27310 \end_layout
27311
27312 \begin_layout Standard
27313 PDF puede contener imágenes en su propio formato PDF, en el formato 
27314 \begin_inset Quotes eld
27315 \end_inset
27316
27317 Joint Photographic Experts Group
27318 \begin_inset Quotes erd
27319 \end_inset
27320
27321  (JPG, extensión 
27322 \begin_inset Quotes eld
27323 \end_inset
27324
27325
27326 \family typewriter
27327 .jpg
27328 \family default
27329
27330 \begin_inset Quotes erd
27331 \end_inset
27332
27333  o 
27334 \begin_inset Quotes eld
27335 \end_inset
27336
27337
27338 \family typewriter
27339 .jpeg
27340 \family default
27341
27342 \begin_inset Quotes erd
27343 \end_inset
27344
27345 ), y en el formato 
27346 \begin_inset Quotes eld
27347 \end_inset
27348
27349 Portable Network Graphics
27350 \begin_inset Quotes erd
27351 \end_inset
27352
27353  (PNG, extensión 
27354 \begin_inset Quotes eld
27355 \end_inset
27356
27357
27358 \family typewriter
27359 .png
27360 \family default
27361
27362 \begin_inset Quotes erd
27363 \end_inset
27364
27365 ).
27366  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
27367  en segundo plano a alguno de los anteriores.
27368  Pero como se ha comentado en la sección sobre PostScript, la conversión
27369  de gráficos ralentiza el trabajo.
27370  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
27371  mencionados.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 Un documento se puede exportar a PDF con el menú 
27376 \family sans
27377 Archivo\SpecialChar \menuseparator
27378 Exportar
27379 \family default
27380  en tres modos diferentes:
27381 \end_layout
27382
27383 \begin_layout Description
27384 PDF Este utiliza el programa 
27385 \family typewriter
27386 ps2pdf
27387 \family default
27388  que crea un PDF a partir de una versión PostScript del archivo.
27389  La versión PostScript es producida por el programa 
27390 \family typewriter
27391 dvips
27392 \family default
27393  que usa una versión DVI como paso intermedio.
27394  Así que este modo de exportación consta de tres conversiones.
27395 \end_layout
27396
27397 \begin_layout Description
27398 PDF\InsetSpace ~
27399 (dvipdfm) Este utiliza el programa 
27400 \family typewriter
27401 dvipdfm
27402 \family default
27403  que convierte el archivo a DVI en segundo plano y en un segundo paso a
27404  PDF.
27405 \end_layout
27406
27407 \begin_layout Description
27408 PDF\InsetSpace ~
27409 (pdflatex) Este utiliza el programa 
27410 \family typewriter
27411 pdftex
27412 \family default
27413  que convierte directamente el archivo a PDF.
27414 \end_layout
27415
27416 \begin_layout Standard
27417 Se recomienda usar 
27418 \family sans
27419 PDF\InsetSpace ~
27420 (pdflatex)
27421 \family default
27422  porque 
27423 \family typewriter
27424 pdftex
27425 \family default
27426  soporta todas las características de las versiones actuales de PDF, es
27427  rápido y estable.
27428  El programa 
27429 \family typewriter
27430 dvipdfm
27431 \family default
27432  ya no se desarrolla y está un poco obsoleto.
27433 \end_layout
27434
27435 \begin_layout Chapter
27436 Explicación de la Ecuación\InsetSpace ~
27437
27438 \begin_inset LatexCommand eqref
27439 reference "eq:Wgn"
27440
27441 \end_inset
27442
27443
27444 \begin_inset LatexCommand label
27445 name "cha:Explicación-de-la-Ecuación"
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Standard
27453 La anchura total de 
27454 \emph on
27455 n
27456 \emph default
27457  celdas de una tabla 
27458 \begin_inset Formula $W_{\mathrm{tot\, n}}$
27459 \end_inset
27460
27461  puede calcularse con
27462 \end_layout
27463
27464 \begin_layout Standard
27465 \begin_inset Formula \begin{equation}
27466 W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Standard
27474 donde 
27475 \begin_inset Formula $W_{g\, n}$
27476 \end_inset
27477
27478  es el ancho dado de todas las celdas.
27479  
27480 \series bold
27481
27482 \backslash
27483 tabcolsep
27484 \series default
27485  es la longitud LaTeX entre el texto y el borde de la celda, 6\InsetSpace \thinspace{}
27486 pt por defecto.
27487  
27488 \series bold
27489
27490 \backslash
27491 arrayrulewidth
27492 \series default
27493  es el grosor de línea del borde, 0.4\InsetSpace \thinspace{}
27494 pt por defecto.
27495 \end_layout
27496
27497 \begin_layout Standard
27498 Procediendo como en la ecuación\InsetSpace ~
27499
27500 \begin_inset LatexCommand eqref
27501 reference "eq:Wtot_n"
27502
27503 \end_inset
27504
27505 , el ancho total de una multicolumna, 
27506 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
27507 \end_inset
27508
27509  es
27510 \end_layout
27511
27512 \begin_layout Standard
27513 \begin_inset Formula \begin{equation}
27514 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Standard
27522 Igualando las ecuaciones\InsetSpace ~
27523
27524 \begin_inset LatexCommand eqref
27525 reference "eq:Wtot_n"
27526
27527 \end_inset
27528
27529  y 
27530 \begin_inset LatexCommand eqref
27531 reference "eq:Wtot_mult"
27532
27533 \end_inset
27534
27535  podemos calcular el ancho dado necesario 
27536 \begin_inset Formula $W_{g\, n}$
27537 \end_inset
27538
27539  cuando se expanden 
27540 \emph on
27541 n
27542 \emph default
27543  columnas, de forma que cada una de ellas tiene una anchura total  
27544 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
27545 \end_inset
27546
27547 :
27548 \end_layout
27549
27550 \begin_layout Standard
27551 \begin_inset Formula \begin{equation}
27552 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Bibliography
27560 \begin_inset LatexCommand bibitem
27561 key "latexcompanion"
27562
27563 \end_inset
27564
27565 Frank Mittelbach and Michel Goossens: 
27566 \emph on
27567 The LaTeX Companion Second Edition.
27568  
27569 \emph default
27570 Addison-Wesley, 2004
27571 \end_layout
27572
27573 \begin_layout Bibliography
27574 \begin_inset LatexCommand bibitem
27575 key "latexguide"
27576
27577 \end_inset
27578
27579 Helmut Kopka and Patrick W.
27580  Daly: 
27581 \emph on
27582 A Guide to LaTeX Fourth Edition.
27583  
27584 \emph default
27585 Addison-Wesley, 2003
27586 \end_layout
27587
27588 \begin_layout Bibliography
27589 \begin_inset LatexCommand bibitem
27590 key "latexbook"
27591
27592 \end_inset
27593
27594 Leslie Lamport: 
27595 \emph on
27596 LaTeX: A Document Preparation System.
27597  
27598 \emph default
27599 Addison-Wesley, second edition, 1994
27600 \end_layout
27601
27602 \begin_layout Bibliography
27603 \begin_inset LatexCommand bibitem
27604 key "booktabs"
27605
27606 \end_inset
27607
27608
27609 \begin_inset ERT
27610 status collapsed
27611
27612 \begin_layout Standard
27613
27614
27615 \backslash
27616 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
27617 {
27618 \end_layout
27619
27620 \end_inset
27621
27622 Documentación
27623 \begin_inset ERT
27624 status collapsed
27625
27626 \begin_layout Standard
27627
27628 }
27629 \end_layout
27630
27631 \end_inset
27632
27633  del paquete LaTeX 
27634 \series bold
27635 booktabs
27636 \series default
27637
27638 \begin_inset LatexCommand index
27639 name "LaTeX-paquetes ! booktabs"
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Bibliography
27647 \begin_inset LatexCommand bibitem
27648 key "caption"
27649
27650 \end_inset
27651
27652
27653 \begin_inset ERT
27654 status collapsed
27655
27656 \begin_layout Standard
27657
27658
27659 \backslash
27660 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
27661 \end_layout
27662
27663 \end_inset
27664
27665 Documentación
27666 \begin_inset ERT
27667 status collapsed
27668
27669 \begin_layout Standard
27670
27671 }
27672 \end_layout
27673
27674 \end_inset
27675
27676  del paquete LaTeX 
27677 \series bold
27678 caption
27679 \series default
27680
27681 \begin_inset LatexCommand index
27682 name "LaTeX-paquetes ! caption"
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \begin_layout Bibliography
27690 \begin_inset LatexCommand bibitem
27691 key "caption-de"
27692
27693 \end_inset
27694
27695 (En Alemán) 
27696 \begin_inset ERT
27697 status collapsed
27698
27699 \begin_layout Standard
27700
27701
27702 \backslash
27703 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
27704 {
27705 \end_layout
27706
27707 \end_inset
27708
27709 Documentación
27710 \begin_inset ERT
27711 status collapsed
27712
27713 \begin_layout Standard
27714
27715 }
27716 \end_layout
27717
27718 \end_inset
27719
27720  del paquete LaTeX 
27721 \series bold
27722 caption
27723 \end_layout
27724
27725 \begin_layout Bibliography
27726 \begin_inset LatexCommand bibitem
27727 key "endfloat"
27728
27729 \end_inset
27730
27731
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Standard
27736
27737
27738 \backslash
27739 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
27740 {
27741 \end_layout
27742
27743 \end_inset
27744
27745 Documentación
27746 \begin_inset ERT
27747 status collapsed
27748
27749 \begin_layout Standard
27750
27751 }
27752 \end_layout
27753
27754 \end_inset
27755
27756  del paquete LaTeX 
27757 \series bold
27758 endf\SpecialChar \textcompwordmark{}
27759 loat
27760 \series default
27761
27762 \begin_inset LatexCommand index
27763 name "LaTeX-paquetes ! endfloat"
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \begin_layout Bibliography
27771 \begin_inset LatexCommand bibitem
27772 key "floatflt"
27773
27774 \end_inset
27775
27776
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Standard
27781
27782
27783 \backslash
27784 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
27785 {
27786 \end_layout
27787
27788 \end_inset
27789
27790 Documentación
27791 \begin_inset ERT
27792 status collapsed
27793
27794 \begin_layout Standard
27795
27796 }
27797 \end_layout
27798
27799 \end_inset
27800
27801  del paquete LaTeX 
27802 \series bold
27803 floatf\SpecialChar \textcompwordmark{}
27804 lt
27805 \series default
27806
27807 \begin_inset LatexCommand index
27808 name "LaTeX-paquetes ! floatflt"
27809
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \begin_layout Bibliography
27816 \begin_inset LatexCommand bibitem
27817 key "footmisc"
27818
27819 \end_inset
27820
27821
27822 \begin_inset ERT
27823 status collapsed
27824
27825 \begin_layout Standard
27826
27827
27828 \backslash
27829 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
27830 {
27831 \end_layout
27832
27833 \end_inset
27834
27835 Documentación
27836 \begin_inset ERT
27837 status collapsed
27838
27839 \begin_layout Standard
27840
27841 }
27842 \end_layout
27843
27844 \end_inset
27845
27846  del paquete LaTeX 
27847 \series bold
27848 footmisc
27849 \series default
27850
27851 \begin_inset LatexCommand index
27852 name "LaTeX-paquetes ! footmisc"
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Bibliography
27860 \begin_inset LatexCommand bibitem
27861 key "hypcap"
27862
27863 \end_inset
27864
27865
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Standard
27870
27871
27872 \backslash
27873 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
27874 \end_layout
27875
27876 \end_inset
27877
27878 Documentación
27879 \begin_inset ERT
27880 status collapsed
27881
27882 \begin_layout Standard
27883
27884 }
27885 \end_layout
27886
27887 \end_inset
27888
27889  del paquete LaTeX 
27890 \series bold
27891 hypcap
27892 \series default
27893
27894 \begin_inset LatexCommand index
27895 name "LaTeX-paquetes ! hyperref"
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Bibliography
27903 \begin_inset LatexCommand bibitem
27904 key "hyperref"
27905
27906 \end_inset
27907
27908
27909 \begin_inset ERT
27910 status collapsed
27911
27912 \begin_layout Standard
27913
27914
27915 \backslash
27916 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
27917 {
27918 \end_layout
27919
27920 \end_inset
27921
27922 Documentación
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Standard
27927
27928 }
27929 \end_layout
27930
27931 \end_inset
27932
27933  del paquete LaTeX 
27934 \series bold
27935 hyperref
27936 \series default
27937
27938 \begin_inset LatexCommand index
27939 name "LaTeX-paquetes ! hyperref"
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Bibliography
27947 \begin_inset LatexCommand bibitem
27948 key "koma-script"
27949
27950 \end_inset
27951
27952
27953 \begin_inset ERT
27954 status collapsed
27955
27956 \begin_layout Standard
27957
27958
27959 \backslash
27960 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
27961 df}{
27962 \end_layout
27963
27964 \end_inset
27965
27966 Documentación
27967 \begin_inset ERT
27968 status collapsed
27969
27970 \begin_layout Standard
27971
27972 }
27973 \end_layout
27974
27975 \end_inset
27976
27977  del paquete LaTeX 
27978 \series bold
27979 koma-script
27980 \series default
27981
27982 \begin_inset LatexCommand index
27983 name "LaTeX-paquetes ! koma-script"
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \begin_layout Bibliography
27991 \begin_inset LatexCommand bibitem
27992 key "koma-script-de"
27993
27994 \end_inset
27995
27996 (En Alemán) 
27997 \begin_inset ERT
27998 status collapsed
27999
28000 \begin_layout Standard
28001
28002
28003 \backslash
28004 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
28005 df}{
28006 \end_layout
28007
28008 \end_inset
28009
28010 Documentación
28011 \begin_inset ERT
28012 status collapsed
28013
28014 \begin_layout Standard
28015
28016 }
28017 \end_layout
28018
28019 \end_inset
28020
28021  del paquete LaTeX 
28022 \series bold
28023 koma-script
28024 \series default
28025
28026 \begin_inset LatexCommand index
28027 name "LaTeX-paquetes ! koma-script"
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Bibliography
28035 \begin_inset LatexCommand bibitem
28036 key "marginnote"
28037
28038 \end_inset
28039
28040
28041 \begin_inset ERT
28042 status collapsed
28043
28044 \begin_layout Standard
28045
28046
28047 \backslash
28048 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
28049 pdf}{
28050 \end_layout
28051
28052 \end_inset
28053
28054 Documentación
28055 \begin_inset ERT
28056 status collapsed
28057
28058 \begin_layout Standard
28059
28060 }
28061 \end_layout
28062
28063 \end_inset
28064
28065  del paquete LaTeX 
28066 \series bold
28067 marginnote
28068 \series default
28069
28070 \begin_inset LatexCommand index
28071 name "LaTeX-paquetes ! marginnote"
28072
28073 \end_inset
28074
28075
28076 \end_layout
28077
28078 \begin_layout Bibliography
28079 \begin_inset LatexCommand bibitem
28080 key "pstricks"
28081
28082 \end_inset
28083
28084
28085 \begin_inset ERT
28086 status collapsed
28087
28088 \begin_layout Standard
28089
28090
28091 \backslash
28092 href{http://tug.org/PSTricks/main.cgi/}{
28093 \end_layout
28094
28095 \end_inset
28096
28097 Página Web
28098 \begin_inset ERT
28099 status collapsed
28100
28101 \begin_layout Standard
28102
28103 }
28104 \end_layout
28105
28106 \end_inset
28107
28108  del paquete LaTeX 
28109 \series bold
28110 PSTricks
28111 \series default
28112
28113 \begin_inset LatexCommand index
28114 name "LaTeX-paquetes ! PSTricks"
28115
28116 \end_inset
28117
28118
28119 \end_layout
28120
28121 \begin_layout Bibliography
28122 \begin_inset LatexCommand bibitem
28123 key "sidecap"
28124
28125 \end_inset
28126
28127
28128 \begin_inset ERT
28129 status collapsed
28130
28131 \begin_layout Standard
28132
28133
28134 \backslash
28135 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
28136 \end_layout
28137
28138 \end_inset
28139
28140 Documentación
28141 \begin_inset ERT
28142 status collapsed
28143
28144 \begin_layout Standard
28145
28146 }
28147 \end_layout
28148
28149 \end_inset
28150
28151  del paquete LaTeX 
28152 \series bold
28153 sidecap
28154 \series default
28155
28156 \begin_inset LatexCommand index
28157 name "LaTeX-paquetes ! sidecap"
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Bibliography
28165 \begin_inset LatexCommand bibitem
28166 key "NewInLyX15"
28167
28168 \end_inset
28169
28170
28171 \begin_inset ERT
28172 status collapsed
28173
28174 \begin_layout Standard
28175
28176
28177 \backslash
28178 href{http://wiki.lyx.org/LyX/NewInLyX15}{
28179 \end_layout
28180
28181 \end_inset
28182
28183 Página Wiki
28184 \begin_inset ERT
28185 status collapsed
28186
28187 \begin_layout Standard
28188
28189 }
28190 \end_layout
28191
28192 \end_inset
28193
28194  sobre características nuevas previstas para la versión 
28195 \family sans
28196 LyX\InsetSpace ~
28197 1.5
28198 \family default
28199 .
28200 \end_layout
28201
28202 \begin_layout Standard
28203 \begin_inset LatexCommand printindex
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \begin_layout Standard
28211 \begin_inset FloatList figure
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Standard
28219 \begin_inset FloatList table
28220
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \end_body
28227 \end_document